Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f46214d8b4dc43d22667d6f4b353dd405c8ef220 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-ssh17100931371833616304.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-ssh13712007648135576483.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh10596446921861740029.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1334351098572514558.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh12052576658002821952.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-63547 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/229 [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/229 # 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 Avoid second fetch Checking out Revision f46214d8b4dc43d22667d6f4b353dd405c8ef220 (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f f46214d8b4dc43d22667d6f4b353dd405c8ef220 # timeout=10 Commit message: "docs: Publish swager to 2.3.0 (#4023)" > git rev-list --no-walk 77a68f5da6f519d4d96e9a2f0ff79068308f0635 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:49:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:49:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:49:15 ========================================================= 00:49:15 EdgeX Global Pipelines Version Info 00:49:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:49:16 ------------------- 00:49:16 stable info: 00:49:16 ------------------- 00:49:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:49:16 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 00:49:16 Message: update stable to v1.0.230 00:49:17 ------------------- 00:49:17 experimental info: 00:49:17 ------------------- 00:49:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:49:17 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 00:49:17 Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f46214d [Pipeline] echo 00:49:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:49:17 provisioning config files... 00:49:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/229@tmp/config1343362737946113419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:49:17 ---> docker-login.sh 00:49:17 nexus3.edgexfoundry.org:10001 00:49:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:18 Configure a credential helper to remove this warning. See 00:49:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:18 00:49:18 Login Succeeded 00:49:18 nexus3.edgexfoundry.org:10002 00:49:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:18 Configure a credential helper to remove this warning. See 00:49:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:18 00:49:18 Login Succeeded 00:49:18 nexus3.edgexfoundry.org:10003 00:49:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:18 Configure a credential helper to remove this warning. See 00:49:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:18 00:49:18 Login Succeeded 00:49:18 nexus3.edgexfoundry.org:10004 00:49:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:18 Configure a credential helper to remove this warning. See 00:49:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:18 00:49:18 Login Succeeded 00:49:18 docker.io 00:49:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:19 Configure a credential helper to remove this warning. See 00:49:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:19 00:49:19 Login Succeeded 00:49:19 ---> docker-login.sh ends [Pipeline] } 00:49:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:49:19 + 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 00:49:19 + dirname cmd/core-command/Dockerfile 00:49:19 + cut -d/ -f2 00:49:19 + echo core-command,cmd/core-command/Dockerfile 00:49:19 + dirname cmd/core-data/Dockerfile 00:49:19 + cut -d/ -f2 00:49:19 + echo core-data,cmd/core-data/Dockerfile 00:49:19 + dirname cmd/core-metadata/Dockerfile 00:49:19 + cut -d/ -f2 00:49:19 + echo core-metadata,cmd/core-metadata/Dockerfile 00:49:19 + dirname cmd/security-bootstrapper/Dockerfile 00:49:19 + cut -d/ -f2 00:49:19 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:49:19 + dirname cmd/security-proxy-setup/Dockerfile 00:49:19 + cut -d/ -f2 00:49:19 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:49:19 + dirname cmd/security-secretstore-setup/Dockerfile 00:49:19 + cut -d/ -f2 00:49:19 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:49:19 + dirname cmd/security-spiffe-token-provider/Dockerfile 00:49:19 + cut -d/ -f2 00:49:19 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 00:49:19 + dirname cmd/security-spire-agent/Dockerfile 00:49:19 + cut -d/ -f2 00:49:19 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 00:49:19 + dirname cmd/security-spire-config/Dockerfile 00:49:19 + cut -d/ -f2 00:49:19 + echo security-spire-config,cmd/security-spire-config/Dockerfile 00:49:19 + dirname cmd/security-spire-server/Dockerfile 00:49:19 + cut -d/ -f2 00:49:19 + echo security-spire-server,cmd/security-spire-server/Dockerfile 00:49:19 + dirname cmd/support-notifications/Dockerfile 00:49:19 + cut -d/ -f2 00:49:19 + echo support-notifications,cmd/support-notifications/Dockerfile 00:49:19 + dirname cmd/support-scheduler/Dockerfile 00:49:19 + cut -d/ -f2 00:49:19 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:49:19 + dirname cmd/sys-mgmt-agent/Dockerfile 00:49:19 + cut -d/ -f2 00:49:19 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:49:19 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 00:49:20 + git rev-list -1 --merges f46214d8b4dc43d22667d6f4b353dd405c8ef220~1..f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] echo 00:49:20 -----------> git rev-list -1 --merges f46214d8b4dc43d22667d6f4b353dd405c8ef220~1..f46214d8b4dc43d22667d6f4b353dd405c8ef220 f46214d8b4dc43d22667d6f4b353dd405c8ef220 [false] [Pipeline] sh 00:49:20 + git log --format=format:%s -1 f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] echo 00:49:20 ========================================================= 00:49:20 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:49:20 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 00:49:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:49:21 + grep -v github /etc/ssh/ssh_known_hosts 00:49:21 + [ -e /tmp/ssh_known_hosts ] 00:49:21 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:49:21 + sudo tee -a /etc/ssh/ssh_known_hosts 00:49:21 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:49:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 00:49:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 00:49:21 00:49:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:49:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 00:49:21 latest: Pulling from edgex-devops/py-git-semver 00:49:21 1fe172e4850f: Pulling fs layer 00:49:21 caf521ccaac6: Pulling fs layer 00:49:21 3ead6fa29328: Pulling fs layer 00:49:21 5c2a1cbceb83: Pulling fs layer 00:49:21 a8d5f1318db7: Pulling fs layer 00:49:21 c427282e49a2: Pulling fs layer 00:49:21 1827001aaf11: Pulling fs layer 00:49:21 0714d37db230: Pulling fs layer 00:49:21 ac28cf19c067: Pulling fs layer 00:49:21 ca983d60f3e2: Pulling fs layer 00:49:21 9f894cec8388: Pulling fs layer 00:49:21 c427282e49a2: Waiting 00:49:21 1827001aaf11: Waiting 00:49:21 0714d37db230: Waiting 00:49:21 ac28cf19c067: Waiting 00:49:21 5c2a1cbceb83: Waiting 00:49:21 9f894cec8388: Waiting 00:49:21 a8d5f1318db7: Waiting 00:49:21 ca983d60f3e2: Waiting 00:49:21 caf521ccaac6: Download complete 00:49:21 5c2a1cbceb83: Verifying Checksum 00:49:21 5c2a1cbceb83: Download complete 00:49:22 a8d5f1318db7: Verifying Checksum 00:49:22 a8d5f1318db7: Download complete 00:49:22 3ead6fa29328: Verifying Checksum 00:49:22 3ead6fa29328: Download complete 00:49:22 c427282e49a2: Download complete 00:49:22 0714d37db230: Verifying Checksum 00:49:22 0714d37db230: Download complete 00:49:22 ac28cf19c067: Download complete 00:49:22 ca983d60f3e2: Verifying Checksum 00:49:22 ca983d60f3e2: Download complete 00:49:22 9f894cec8388: Download complete 00:49:22 1fe172e4850f: Verifying Checksum 00:49:22 1fe172e4850f: Download complete 00:49:22 1827001aaf11: Verifying Checksum 00:49:22 1827001aaf11: Download complete 00:49:23 1fe172e4850f: Pull complete 00:49:23 caf521ccaac6: Pull complete 00:49:23 3ead6fa29328: Pull complete 00:49:24 5c2a1cbceb83: Pull complete 00:49:24 a8d5f1318db7: Pull complete 00:49:24 c427282e49a2: Pull complete 00:49:26 1827001aaf11: Pull complete 00:49:26 0714d37db230: Pull complete 00:49:26 ac28cf19c067: Pull complete 00:49:26 ca983d60f3e2: Pull complete 00:49:26 9f894cec8388: Pull complete 00:49:26 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 00:49:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 00:49:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 00:49:26 prd-ubuntu20.04-docker-8c-8g-63547 does not seem to be running inside a container 00:49:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 00:49:28 $ docker top 5e83aa90bbeec5e8776ccf7ee0b66d1c1af1f1a197d685c4a9e6a192458538f4 -eo pid,comm 00:49:28 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 00:49:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:49:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:49:28 [ssh-agent] Looking for ssh-agent implementation... 00:49:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:49:28 $ docker exec 5e83aa90bbeec5e8776ccf7ee0b66d1c1af1f1a197d685c4a9e6a192458538f4 ssh-agent 00:49:28 SSH_AUTH_SOCK=/tmp/ssh-sWzGxxTdaWxh/agent.34 00:49:28 SSH_AGENT_PID=41 00:49:28 Running ssh-add (command line suppressed) 00:49:28 Identity added: /w/workspace/edgex-go/229@tmp/private_key_6637151381300841941.key (/w/workspace/edgex-go/229@tmp/private_key_6637151381300841941.key) 00:49:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:49:28 + git tag --points-at HEAD [Pipeline] } 00:49:28 $ docker exec --env ******** --env ******** 5e83aa90bbeec5e8776ccf7ee0b66d1c1af1f1a197d685c4a9e6a192458538f4 ssh-agent -k 00:49:29 unset SSH_AUTH_SOCK; 00:49:29 unset SSH_AGENT_PID; 00:49:29 echo Agent pid 41 killed; 00:49:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:49:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:49:29 [ssh-agent] Looking for ssh-agent implementation... 00:49:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:49:29 $ docker exec 5e83aa90bbeec5e8776ccf7ee0b66d1c1af1f1a197d685c4a9e6a192458538f4 ssh-agent 00:49:29 SSH_AUTH_SOCK=/tmp/ssh-8nb0h3J7iMa7/agent.74 00:49:29 SSH_AGENT_PID=81 00:49:29 Running ssh-add (command line suppressed) 00:49:29 Identity added: /w/workspace/edgex-go/229@tmp/private_key_1812651270324192891.key (/w/workspace/edgex-go/229@tmp/private_key_1812651270324192891.key) 00:49:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:49:29 + git semver init 00:49:30 2022-05-13 00:49:30,011 [run_init] DEBUG init version:0.0.0 force:False 00:49:30 2022-05-13 00:49:30,012 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/229/.semver 00:49:30 2022-05-13 00:49:30,013 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/229/.semver 00:49:30 2022-05-13 00:49:30,013 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/229/.semver'], cwd=/w/workspace/edgex-go/229, universal_newlines=False, shell=None, istream=None) 00:49:34 2022-05-13 00:49:34,008 [append_file] DEBUG append to file:/w/workspace/edgex-go/229/.git/info/exclude 00:49:34 2022-05-13 00:49:34,008 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/229/.semver/main with force:False 00:49:34 2022-05-13 00:49:34,009 [read_version] DEBUG read version from /w/workspace/edgex-go/229/.semver/main 00:49:34 2022-05-13 00:49:34,009 [read_version] DEBUG read version from /w/workspace/edgex-go/229/.semver/main 00:49:34 2.2.1-dev.2 [Pipeline] } 00:49:34 $ docker exec --env ******** --env ******** 5e83aa90bbeec5e8776ccf7ee0b66d1c1af1f1a197d685c4a9e6a192458538f4 ssh-agent -k 00:49:34 unset SSH_AUTH_SOCK; 00:49:34 unset SSH_AGENT_PID; 00:49:34 echo Agent pid 81 killed; 00:49:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:49:34 + git semver [Pipeline] } 00:49:35 $ docker stop --time=1 5e83aa90bbeec5e8776ccf7ee0b66d1c1af1f1a197d685c4a9e6a192458538f4 00:49:36 $ docker rm -f 5e83aa90bbeec5e8776ccf7ee0b66d1c1af1f1a197d685c4a9e6a192458538f4 [Pipeline] // withDockerContainer [Pipeline] sh 00:49:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:49:36 Stashed 1 file(s) [Pipeline] echo 00:49:36 [edgeXSemver]: initialized semver on version 2.2.1-dev.2 [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 00:49:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:49:37 ========================================================= 00:49:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 00:49:37 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:49:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 00:49:37 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 00:49:37 59bf1c3509f3: Pulling fs layer 00:49:37 666ba61612fd: Pulling fs layer 00:49:37 8ed8ca486205: Pulling fs layer 00:49:37 4fe6c5a15a65: Pulling fs layer 00:49:37 22a0e8bec74d: Pulling fs layer 00:49:37 ca2b28591e48: Pulling fs layer 00:49:37 a51346096db8: Pulling fs layer 00:49:37 daebc70d1ce1: Pulling fs layer 00:49:37 0e18a0eac166: Pulling fs layer 00:49:37 4fe6c5a15a65: Waiting 00:49:37 22a0e8bec74d: Waiting 00:49:37 ca2b28591e48: Waiting 00:49:37 a51346096db8: Waiting 00:49:37 0e18a0eac166: Waiting 00:49:37 daebc70d1ce1: Waiting 00:49:37 8ed8ca486205: Verifying Checksum 00:49:37 666ba61612fd: Verifying Checksum 00:49:37 666ba61612fd: Download complete 00:49:37 22a0e8bec74d: Verifying Checksum 00:49:37 22a0e8bec74d: Download complete 00:49:37 ca2b28591e48: Download complete 00:49:37 59bf1c3509f3: Verifying Checksum 00:49:37 a51346096db8: Verifying Checksum 00:49:37 a51346096db8: Download complete 00:49:37 daebc70d1ce1: Verifying Checksum 00:49:37 daebc70d1ce1: Download complete 00:49:37 59bf1c3509f3: Pull complete 00:49:37 666ba61612fd: Pull complete 00:49:37 8ed8ca486205: Pull complete 00:49:38 0e18a0eac166: Verifying Checksum 00:49:38 0e18a0eac166: Download complete 00:49:38 4fe6c5a15a65: Verifying Checksum 00:49:38 4fe6c5a15a65: Download complete 00:49:42 4fe6c5a15a65: Pull complete 00:49:42 22a0e8bec74d: Pull complete 00:49:42 ca2b28591e48: Pull complete 00:49:42 a51346096db8: Pull complete 00:49:42 daebc70d1ce1: Pull complete 00:49:44 0e18a0eac166: Pull complete 00:49:44 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 00:49:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 00:49:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 00:49:45 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 00:49:45 WORKDIR /edgex 00:49:45 COPY go.mod . 00:49:45 RUN go mod download 00:49:45 + docker build -t ci-base-image-x86_64 -f - . 00:49:46 Sending build context to Docker daemon 335.3MB 00:49:46 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 00:49:46 ---> f018257e8ee9 00:49:46 Step 2/4 : WORKDIR /edgex 00:49:48 ---> Running in e3bd9666fd18 00:49:48 Removing intermediate container e3bd9666fd18 00:49:48 ---> 18005df9245c 00:49:48 Step 3/4 : COPY go.mod . 00:49:48 ---> 5049eff61424 00:49:48 Step 4/4 : RUN go mod download 00:49:48 ---> Running in 788a6d68e7c6 00:49:52 Still waiting to schedule task 00:49:52 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-63545’ 00:50:03 Removing intermediate container 788a6d68e7c6 00:50:03 ---> 2b5bd8fd47e7 00:50:03 Successfully built 2b5bd8fd47e7 00:50:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:50:04 + docker inspect -f . ci-base-image-x86_64 00:50:04 . [Pipeline] withDockerContainer 00:50:04 prd-ubuntu20.04-docker-8c-8g-63547 does not seem to be running inside a container 00:50:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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 ******** ci-base-image-x86_64 cat 00:50:04 $ docker top 15eb7d8771ef7fb84db1d1821aefa7c29c5749067ad5bd8f9c862905a15599cc -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:04 + go version 00:50:04 go version go1.17.6 linux/amd64 [Pipeline] } 00:50:04 $ docker stop --time=1 15eb7d8771ef7fb84db1d1821aefa7c29c5749067ad5bd8f9c862905a15599cc 00:50:06 $ docker rm -f 15eb7d8771ef7fb84db1d1821aefa7c29c5749067ad5bd8f9c862905a15599cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:50:06 + docker inspect -f . ci-base-image-x86_64 00:50:06 . [Pipeline] withDockerContainer 00:50:06 prd-ubuntu20.04-docker-8c-8g-63547 does not seem to be running inside a container 00:50:06 $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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 ******** ci-base-image-x86_64 cat 00:50:07 $ docker top 26b2baf5b33e4fa799cb606e97b9776d2b5af09ede10cd6d92041b56626bf722 -eo pid,comm [Pipeline] { [Pipeline] echo 00:50:07 ========================================================= 00:50:07 [edgeXBuildGoParallel] Running Tests and Build... 00:50:07 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:50:07 + make test 00:50:07 go mod tidy -compat=1.17 00:50:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:50:14 ? github.com/edgexfoundry/edgex-go [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 00:50:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.063s coverage: 28.7% of statements 00:50:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:50:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:50:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.108s coverage: 98.5% of statements 00:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 00:50:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.088s coverage: 53.4% of statements 00:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:50:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.529s coverage: 89.2% of statements 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 00:50:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.113s coverage: 84.8% of statements 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:50:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.480s coverage: 95.6% of statements 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 00:50:30 ok github.com/edgexfoundry/edgex-go/internal/io 0.079s coverage: 72.2% of statements 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:50:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.076s coverage: 60.0% of statements 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:50:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.072s coverage: 0.9% of statements 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 00:50:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements 00:50:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.044s coverage: 29.6% of statements 00:50:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:50:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 47.1% of statements 00:50:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.083s coverage: 79.5% of statements 00:50:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 00:50:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 00:50:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements 00:50:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.110s coverage: 94.4% of statements 00:50:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 00:50:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.208s coverage: 82.5% of statements 00:50:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 58.8% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.0% of statements 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 85.4% of statements 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.2% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.176s coverage: 64.4% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 89.4% of statements 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.045s coverage: 100.0% of statements 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.335s coverage: 65.4% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.171s coverage: 43.8% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.091s coverage: 17.7% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.162s coverage: 92.3% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.070s coverage: 63.2% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.7% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.076s coverage: 28.9% of statements 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 00:50:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 00:50:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 96.9% of statements 00:50:52 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 00:51:10 GO111MODULE=on go vet ./... 00:51:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:51:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:51:13 ./bin/test-attribution-txt.sh [Pipeline] echo 00:51:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 00:51:14 + ls -al . 00:51:14 total 684 00:51:14 drwxrwxr-x 10 1001 1001 4096 May 13 00:51 . 00:51:14 drwxr-xr-x 4 root root 4096 May 13 00:50 .. 00:51:14 -rw-rw-r-- 1 1001 1001 11 May 13 00:49 .dockerignore 00:51:14 drwxrwxr-x 8 1001 1001 4096 May 13 00:49 .git 00:51:14 drwxrwxr-x 3 1001 1001 4096 May 13 00:49 .github 00:51:14 -rw-rw-r-- 1 1001 1001 879 May 13 00:49 .gitignore 00:51:14 -rw-rw-r-- 1 1001 1001 42 May 13 00:49 .golangci.yml 00:51:14 -rw-rw-r-- 1 1001 1001 87 May 13 00:49 .hadolint.yml 00:51:14 drwxr-xr-x 3 1001 1001 4096 May 13 00:49 .semver 00:51:14 -rw-rw-r-- 1 1001 1001 166 May 13 00:49 .sonarcloud.properties 00:51:14 -rw-rw-r-- 1 1001 1001 1171 May 13 00:49 ADOPTERS.md 00:51:14 -rw-rw-r-- 1 1001 1001 10086 May 13 00:49 Attribution.txt 00:51:14 -rw-rw-r-- 1 1001 1001 63209 May 13 00:49 CHANGELOG.md 00:51:14 -rw-rw-r-- 1 1001 1001 3804 May 13 00:49 CONTRIBUTING.md 00:51:14 -rw-rw-r-- 1 1001 1001 677 May 13 00:49 GOVERNANCE.md 00:51:14 -rw-rw-r-- 1 1001 1001 850 May 13 00:49 Jenkinsfile 00:51:14 -rw-rw-r-- 1 1001 1001 10775 May 13 00:49 LICENSE 00:51:14 -rw-rw-r-- 1 1001 1001 10389 May 13 00:49 Makefile 00:51:14 -rw-rw-r-- 1 1001 1001 582 May 13 00:49 OWNERS.md 00:51:14 -rw-rw-r-- 1 1001 1001 9094 May 13 00:49 README.md 00:51:14 -rw-rw-r-- 1 1001 1001 6912 May 13 00:49 SECURITY.md 00:51:14 -rw-rw-r-- 1 1001 1001 11 May 13 00:49 VERSION 00:51:14 -rw-rw-r-- 1 1001 1001 4131 May 13 00:49 ZMQWindows.md 00:51:14 drwxrwxr-x 2 1001 1001 4096 May 13 00:49 bin 00:51:14 drwxrwxr-x 18 1001 1001 4096 May 13 00:49 cmd 00:51:14 -rw-r--r-- 1 root root 435134 May 13 00:50 coverage.out 00:51:14 -rw-rw-r-- 1 1001 1001 3217 May 13 00:49 go.mod 00:51:14 -rw-rw-r-- 1 1001 1001 35084 May 13 00:49 go.sum 00:51:14 drwxrwxr-x 8 1001 1001 4096 May 13 00:49 internal 00:51:14 drwxrwxr-x 3 1001 1001 4096 May 13 00:49 openapi 00:51:14 drwxrwxr-x 4 1001 1001 4096 May 13 00:49 snap 00:51:14 -rw-rw-r-- 1 1001 1001 204 May 13 00:49 version.go [Pipeline] sh 00:51:14 + '[' -e coverage.out ] 00:51:14 + chown 1001:1001 coverage.out [Pipeline] stash 00:51:14 Stashed 1 file(s) [Pipeline] sh 00:51:14 + make build 00:51:14 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 00:51:29 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:51:36 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:51:37 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:51:43 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:51:43 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:51:43 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:51:45 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:51:45 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:51:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:51:47 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:51:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:51:49 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 00:51:50 $ docker stop --time=1 26b2baf5b33e4fa799cb606e97b9776d2b5af09ede10cd6d92041b56626bf722 00:51:53 $ docker rm -f 26b2baf5b33e4fa799cb606e97b9776d2b5af09ede10cd6d92041b56626bf722 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:51:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:51:54 00:51:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:51:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:51:54 latest: Pulling from edgex-devops/edgex-compose 00:51:54 cbdbe7a5bc2a: Pulling fs layer 00:51:54 ca9280d653b3: Pulling fs layer 00:51:54 7e9c9ca2126c: Pulling fs layer 00:51:54 cbdbe7a5bc2a: Verifying Checksum 00:51:54 cbdbe7a5bc2a: Download complete 00:51:55 ca9280d653b3: Verifying Checksum 00:51:55 ca9280d653b3: Download complete 00:51:55 cbdbe7a5bc2a: Pull complete 00:51:55 7e9c9ca2126c: Verifying Checksum 00:51:55 7e9c9ca2126c: Download complete 00:51:55 ca9280d653b3: Pull complete 00:51:59 7e9c9ca2126c: Pull complete 00:51:59 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:51:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:51:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:51:59 prd-ubuntu20.04-docker-8c-8g-63547 does not seem to be running inside a container 00:51:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:52:00 $ docker top 10bd5a06c3a16d03105ea24698990fe4f146cf82440cc3ef849696570b44e1ae -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:01 + docker-compose build --help 00:52:01 + grep parallel 00:52:01 --parallel Build images in parallel. [Pipeline] } 00:52:01 $ docker stop --time=1 10bd5a06c3a16d03105ea24698990fe4f146cf82440cc3ef849696570b44e1ae 00:52:02 $ docker rm -f 10bd5a06c3a16d03105ea24698990fe4f146cf82440cc3ef849696570b44e1ae [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:52:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:52:03 . [Pipeline] withDockerContainer 00:52:03 prd-ubuntu20.04-docker-8c-8g-63547 does not seem to be running inside a container 00:52:03 $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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-devops/edgex-compose:latest cat 00:52:03 $ docker top e79b05a002810e2913f352b1f4c0bee94db5c21cb38fb7feae37a2ae97bba7f3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:04 + docker-compose -f ./docker-compose-build.yml build --parallel 00:52:04 Building core-command ... 00:52:04 Building core-data ... 00:52:04 Building core-metadata ... 00:52:04 Building security-bootstrapper ... 00:52:04 Building security-proxy-setup ... 00:52:04 Building security-secretstore-setup ... 00:52:04 Building security-spiffe-token-provider ... 00:52:04 Building security-spire-agent ... 00:52:04 Building security-spire-config ... 00:52:04 Building security-spire-server ... 00:52:04 Building support-notifications ... 00:52:04 Building support-scheduler ... 00:52:04 Building sys-mgmt-agent ... 00:52:04 Building security-spiffe-token-provider 00:52:04 Building security-spire-server 00:52:04 Building support-scheduler 00:52:04 Building core-metadata 00:52:04 Building core-command 00:52:22 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:52:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:52:22 ---> 2b5bd8fd47e7 00:52:22 Step 3/23 : WORKDIR /edgex-go 00:52:22 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:52:22 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:52:22 ---> 2b5bd8fd47e7 00:52:22 Step 3/20 : WORKDIR /edgex-go 00:52:22 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:52:22 Step 2/25 : FROM ${BUILDER_BASE} AS builder 00:52:22 ---> 2b5bd8fd47e7 00:52:22 Step 3/25 : WORKDIR /edgex-go 00:52:22 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:52:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:52:22 ---> 2b5bd8fd47e7 00:52:22 Step 3/23 : WORKDIR /edgex-go 00:52:22 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:52:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:52:22 ---> 2b5bd8fd47e7 00:52:22 Step 3/22 : WORKDIR /edgex-go 00:52:23 ---> Running in 4980f6c1c413 00:52:23 ---> Running in 62a8f592e7e0 00:52:23 ---> Running in d2a7033aad3f 00:52:23 ---> Running in d131ba433854 00:52:23 ---> Running in c80c03e8734f 00:52:23 Removing intermediate container c80c03e8734f 00:52:23 ---> dc9280dcd490 00:52:23 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 00:52:23 Removing intermediate container d131ba433854 00:52:23 ---> 6e37c47e5914 00:52:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:23 Removing intermediate container 62a8f592e7e0 00:52:23 ---> 4ffd2a0d69f6 00:52:23 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:23 Removing intermediate container d2a7033aad3f 00:52:23 ---> 59731ba8d2f5 00:52:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:23 Removing intermediate container 4980f6c1c413 00:52:23 ---> a311a7d60ac1 00:52:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:23 ---> Running in 836d0aecd7c2 00:52:23 ---> Running in 290035b6a903 00:52:23 ---> Running in fe686a6c132d 00:52:23 ---> Running in e81edef99441 00:52:23 ---> Running in e194e8efb5ce 00:52:24 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:52:24 Removing intermediate container 290035b6a903 00:52:24 ---> 8bab7aa2ee64 00:52:24 Step 5/23 : RUN apk add --update --no-cache make git 00:52:24 ---> Running in 307ead4761b5 00:52:24 Removing intermediate container fe686a6c132d 00:52:24 ---> 4b75e8a21948 00:52:24 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 00:52:24 ---> Running in bf2a7f3c7039 00:52:24 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:52:24 Removing intermediate container e81edef99441 00:52:24 ---> 473341f7faf8 00:52:24 Step 5/23 : RUN apk add --update --no-cache make git 00:52:24 ---> Running in 842757ad454d 00:52:24 Removing intermediate container e194e8efb5ce 00:52:24 ---> c9734ba0b01f 00:52:24 Step 5/22 : RUN apk add --update --no-cache make git 00:52:24 ---> Running in 548061e4464b 00:52:25 v3.15.4-124-ga85ef407d0 [https://nl.alpinelinux.org/alpine/v3.15/main] 00:52:25 v3.15.4-129-gc4c38cd934 [https://nl.alpinelinux.org/alpine/v3.15/community] 00:52:25 OK: 15864 distinct packages available 00:52:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:52:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:52:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:52:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:52:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:52:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:52:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:52:26 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:52:26 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:52:26 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:52:26 OK: 221 MiB in 52 packages 00:52:26 OK: 221 MiB in 52 packages 00:52:26 OK: 221 MiB in 52 packages 00:52:26 OK: 221 MiB in 52 packages 00:52:26 OK: 221 MiB in 52 packages 00:52:27 Removing intermediate container 836d0aecd7c2 00:52:27 ---> 7f4f81905533 00:52:27 Step 5/20 : COPY go.mod vendor* ./ 00:52:27 Removing intermediate container 307ead4761b5 00:52:27 ---> 78391e8b8c21 00:52:27 Step 6/23 : COPY go.mod vendor* ./ 00:52:27 ---> 7b373ef41fad 00:52:27 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:52:27 Removing intermediate container bf2a7f3c7039 00:52:27 ---> 60bea85ec12a 00:52:27 Step 6/25 : COPY go.mod vendor* ./ 00:52:27 Removing intermediate container 842757ad454d 00:52:27 ---> ada583dfb9ac 00:52:27 Step 6/23 : COPY go.mod vendor* ./ 00:52:27 ---> Running in 10fa33fb802e 00:52:27 ---> eed5abfa6d39 00:52:27 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:52:27 Removing intermediate container 548061e4464b 00:52:27 ---> 518231d397f6 00:52:27 Step 6/22 : COPY go.mod vendor* ./ 00:52:27 ---> Running in 35d3c2fec308 00:52:27 ---> 7cd83221fd67 00:52:27 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:52:27 ---> Running in 9cb197fc240e 00:52:27 ---> c0cf8ed69f5f 00:52:27 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:52:27 ---> Running in 8e4a68b2465e 00:52:27 ---> b82774213e0a 00:52:27 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:52:27 ---> Running in bfc6af721821 00:52:28 Removing intermediate container 10fa33fb802e 00:52:28 ---> ca7829bf94f6 00:52:28 Step 7/20 : COPY . . 00:52:28 Removing intermediate container 35d3c2fec308 00:52:28 ---> 645fa8a0c313 00:52:28 Step 8/23 : COPY . . 00:52:29 Removing intermediate container 9cb197fc240e 00:52:29 ---> 91571059b3ab 00:52:29 Step 8/25 : COPY . . 00:52:34 Removing intermediate container 8e4a68b2465e 00:52:34 ---> 677a1fcc80d0 00:52:34 Step 8/23 : COPY . . 00:52:34 Removing intermediate container bfc6af721821 00:52:34 ---> 8e4f92df391a 00:52:34 Step 8/22 : COPY . . 00:52:34 ---> 3ea08aaf87df 00:52:34 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:52:34 ---> cae2681c0b91 00:52:34 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:52:34 ---> f8be9f93e493 00:52:34 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 00:52:34 ---> Running in c08cd5cfeaf6 00:52:36 ---> Running in c6d4f3eb8b7d 00:52:36 ---> Running in 613c721a035e 00:52:37 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:52:37 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 00:52:37 Removing intermediate container 613c721a035e 00:52:37 ---> 346f5e577936 00:52:37 Step 10/25 : RUN mkdir -p spire-build 00:52:37 ---> Running in f164604f1da5 00:52:39 Removing intermediate container f164604f1da5 00:52:39 ---> 00314e9ea530 00:52:39 Step 11/25 : WORKDIR /edgex-go/spire-build 00:52:39 ---> 62dcc31052af 00:52:39 Step 9/23 : RUN make cmd/core-command/core-command 00:52:39 ---> Running in 9b959a25fa44 00:52:39 ---> Running in f6cbf15385ad 00:52:39 Removing intermediate container 9b959a25fa44 00:52:39 ---> 5b029f650cfb 00:52:39 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 00:52:39 ---> Running in 4c71251f9e9c 00:52:39 ---> 07bd5465a494 00:52:39 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:52:39 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:52:39 ---> Running in 7753180666b5 00:52:40 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:52:40 spire-1.2.1/ 00:52:40 spire-1.2.1/.data/ 00:52:40 spire-1.2.1/.data/.file 00:52:40 spire-1.2.1/.dockerignore 00:52:40 spire-1.2.1/.gitattributes 00:52:40 spire-1.2.1/.githooks/ 00:52:40 spire-1.2.1/.githooks/pre-commit 00:52:40 spire-1.2.1/.github/ 00:52:40 spire-1.2.1/.github/ISSUE_TEMPLATE.md 00:52:40 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 00:52:40 spire-1.2.1/.github/dependabot.yml 00:52:40 spire-1.2.1/.github/workflows/ 00:52:40 spire-1.2.1/.github/workflows/nightly_build.yaml 00:52:40 spire-1.2.1/.github/workflows/pr_build.yaml 00:52:40 spire-1.2.1/.github/workflows/release_build.yaml 00:52:40 spire-1.2.1/.github/workflows/scripts/ 00:52:40 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 00:52:40 spire-1.2.1/.github/workflows/scripts/push-images.sh 00:52:40 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 00:52:40 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 00:52:40 spire-1.2.1/.github/workflows/scripts/split.sh 00:52:40 spire-1.2.1/.gitignore 00:52:40 spire-1.2.1/.go-version 00:52:40 spire-1.2.1/.golangci.yml 00:52:40 spire-1.2.1/ADOPTERS.md 00:52:40 spire-1.2.1/CHANGELOG.md 00:52:40 spire-1.2.1/CODE-OF-CONDUCT.md 00:52:40 spire-1.2.1/CODEOWNERS 00:52:40 spire-1.2.1/CONTRIBUTING.md 00:52:40 spire-1.2.1/Dockerfile 00:52:40 spire-1.2.1/Dockerfile.dev 00:52:40 spire-1.2.1/Dockerfile.scratch 00:52:40 spire-1.2.1/LICENSE 00:52:40 spire-1.2.1/MAINTAINERS.md 00:52:40 spire-1.2.1/Makefile 00:52:40 spire-1.2.1/README.md 00:52:40 spire-1.2.1/ROADMAP.md 00:52:40 spire-1.2.1/SECURITY.md 00:52:40 spire-1.2.1/cmd/ 00:52:40 spire-1.2.1/cmd/spire-agent/ 00:52:40 spire-1.2.1/cmd/spire-agent/cli/ 00:52:40 spire-1.2.1/cmd/spire-agent/cli/api/ 00:52:40 spire-1.2.1/cmd/spire-agent/cli/api/common.go 00:52:40 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 00:52:40 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 00:52:40 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 00:52:40 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 00:52:40 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 00:52:40 spire-1.2.1/cmd/spire-agent/cli/cli.go 00:52:40 spire-1.2.1/cmd/spire-agent/cli/common/ 00:52:40 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 00:52:40 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 00:52:40 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 00:52:40 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 00:52:40 spire-1.2.1/cmd/spire-agent/cli/run/ 00:52:40 spire-1.2.1/cmd/spire-agent/cli/run/run.go 00:52:40 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 00:52:40 spire-1.2.1/cmd/spire-agent/cli/validate/ 00:52:40 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 00:52:40 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 00:52:40 spire-1.2.1/cmd/spire-agent/main.go 00:52:40 spire-1.2.1/cmd/spire-server/ 00:52:40 spire-1.2.1/cmd/spire-server/cli/ 00:52:40 spire-1.2.1/cmd/spire-server/cli/agent/ 00:52:40 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/agent/count.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/agent/list.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/agent/show.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/bundle/ 00:52:40 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/cli.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/entry/ 00:52:40 spire-1.2.1/cmd/spire-server/cli/entry/count.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/entry/create.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/entry/show.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/entry/update.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/entry/util.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/federation/ 00:52:40 spire-1.2.1/cmd/spire-server/cli/federation/common.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/federation/create.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/federation/list.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/federation/show.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/federation/update.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 00:52:40 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/jwt/ 00:52:40 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/run/ 00:52:40 spire-1.2.1/cmd/spire-server/cli/run/run.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/token/ 00:52:40 spire-1.2.1/cmd/spire-server/cli/token/generate.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/validate/ 00:52:40 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/x509/ 00:52:40 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 00:52:40 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 00:52:40 spire-1.2.1/cmd/spire-server/main.go 00:52:40 spire-1.2.1/cmd/spire-server/util/ 00:52:40 spire-1.2.1/cmd/spire-server/util/util.go 00:52:40 spire-1.2.1/conf/ 00:52:40 spire-1.2.1/conf/agent/ 00:52:40 spire-1.2.1/conf/agent/agent.conf 00:52:40 spire-1.2.1/conf/agent/agent_full.conf 00:52:40 spire-1.2.1/conf/agent/dummy_root_ca.crt 00:52:40 spire-1.2.1/conf/server/ 00:52:40 spire-1.2.1/conf/server/dummy_upstream_ca.crt 00:52:40 spire-1.2.1/conf/server/dummy_upstream_ca.key 00:52:40 spire-1.2.1/conf/server/server.conf 00:52:40 spire-1.2.1/conf/server/server_full.conf 00:52:40 spire-1.2.1/doc/ 00:52:40 spire-1.2.1/doc/SPIRE101.md 00:52:40 spire-1.2.1/doc/auditlog.md 00:52:40 spire-1.2.1/doc/authorization_policy_engine.md 00:52:40 spire-1.2.1/doc/changelog_guidelines.md 00:52:40 spire-1.2.1/doc/cure53-report.pdf 00:52:40 spire-1.2.1/doc/images/ 00:52:40 spire-1.2.1/doc/images/2019_roadmap.png 00:52:40 spire-1.2.1/doc/images/SPIRE101.png 00:52:40 spire-1.2.1/doc/images/SPIRE_agent.png 00:52:40 spire-1.2.1/doc/images/SPIRE_server.png 00:52:40 spire-1.2.1/doc/images/cache_mgr.png 00:52:40 spire-1.2.1/doc/images/cache_mgr_components.png 00:52:40 spire-1.2.1/doc/images/federated_spire.png 00:52:40 spire-1.2.1/doc/images/ha_mode.png 00:52:40 spire-1.2.1/doc/images/nested_spire.png 00:52:40 spire-1.2.1/doc/images/oidc_federation.png 00:52:40 spire-1.2.1/doc/images/single_trust_domain.png 00:52:40 spire-1.2.1/doc/images/spiffe_compatible.png 00:52:40 spire-1.2.1/doc/images/spire_logo.png 00:52:40 spire-1.2.1/doc/migrating_registration_api_clients.md 00:52:40 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 00:52:40 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 00:52:40 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 00:52:40 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 00:52:40 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 00:52:40 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 00:52:40 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 00:52:40 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 00:52:40 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 00:52:40 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 00:52:40 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 00:52:40 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 00:52:40 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 00:52:40 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 00:52:40 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 00:52:40 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 00:52:40 spire-1.2.1/doc/plugin_server_datastore_sql.md 00:52:40 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 00:52:40 spire-1.2.1/doc/plugin_server_keymanager_disk.md 00:52:40 spire-1.2.1/doc/plugin_server_keymanager_memory.md 00:52:40 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 00:52:40 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 00:52:40 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 00:52:40 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 00:52:40 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 00:52:40 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 00:52:40 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 00:52:40 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 00:52:40 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 00:52:40 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 00:52:40 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 00:52:40 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 00:52:40 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 00:52:40 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 00:52:40 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 00:52:40 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 00:52:40 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 00:52:40 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 00:52:40 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 00:52:40 spire-1.2.1/doc/scaling_spire.md 00:52:40 spire-1.2.1/doc/spire_agent.md 00:52:40 spire-1.2.1/doc/spire_server.md 00:52:40 spire-1.2.1/doc/supported_integrations.md 00:52:40 spire-1.2.1/doc/telemetry.md 00:52:40 spire-1.2.1/doc/telemetry_config.md 00:52:40 spire-1.2.1/doc/upgrading.md 00:52:40 spire-1.2.1/doc/using_spire.md 00:52:40 spire-1.2.1/examples/ 00:52:40 spire-1.2.1/examples/README.md 00:52:40 spire-1.2.1/go.mod 00:52:40 spire-1.2.1/go.sum 00:52:40 spire-1.2.1/pkg/ 00:52:40 spire-1.2.1/pkg/agent/ 00:52:40 spire-1.2.1/pkg/agent/agent.go 00:52:40 spire-1.2.1/pkg/agent/api/ 00:52:40 spire-1.2.1/pkg/agent/api/config.go 00:52:40 spire-1.2.1/pkg/agent/api/debug/ 00:52:40 spire-1.2.1/pkg/agent/api/debug/v1/ 00:52:40 spire-1.2.1/pkg/agent/api/debug/v1/service.go 00:52:40 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 00:52:40 spire-1.2.1/pkg/agent/api/delegatedidentity/ 00:52:40 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 00:52:40 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 00:52:40 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 00:52:40 spire-1.2.1/pkg/agent/api/endpoints.go 00:52:40 spire-1.2.1/pkg/agent/api/health/ 00:52:40 spire-1.2.1/pkg/agent/api/health/v1/ 00:52:40 spire-1.2.1/pkg/agent/api/health/v1/service.go 00:52:40 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 00:52:40 spire-1.2.1/pkg/agent/api/rpccontext/ 00:52:40 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 00:52:40 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 00:52:40 spire-1.2.1/pkg/agent/attestor/ 00:52:40 spire-1.2.1/pkg/agent/attestor/node/ 00:52:40 spire-1.2.1/pkg/agent/attestor/node/experimental.go 00:52:40 spire-1.2.1/pkg/agent/attestor/node/node.go 00:52:40 spire-1.2.1/pkg/agent/attestor/node/node_test.go 00:52:40 spire-1.2.1/pkg/agent/attestor/workload/ 00:52:40 spire-1.2.1/pkg/agent/attestor/workload/workload.go 00:52:40 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 00:52:40 spire-1.2.1/pkg/agent/catalog/ 00:52:40 spire-1.2.1/pkg/agent/catalog/catalog.go 00:52:40 spire-1.2.1/pkg/agent/catalog/keymanager.go 00:52:40 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 00:52:40 spire-1.2.1/pkg/agent/catalog/svidstore.go 00:52:40 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 00:52:40 spire-1.2.1/pkg/agent/client/ 00:52:40 spire-1.2.1/pkg/agent/client/client.go 00:52:40 spire-1.2.1/pkg/agent/client/client_test.go 00:52:40 spire-1.2.1/pkg/agent/client/dial.go 00:52:40 spire-1.2.1/pkg/agent/client/nodeconn.go 00:52:40 spire-1.2.1/pkg/agent/client/nodeconn_test.go 00:52:40 spire-1.2.1/pkg/agent/client/update.go 00:52:40 spire-1.2.1/pkg/agent/client/util.go 00:52:40 spire-1.2.1/pkg/agent/common/ 00:52:40 spire-1.2.1/pkg/agent/common/backoff/ 00:52:40 spire-1.2.1/pkg/agent/common/backoff/backoff.go 00:52:40 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 00:52:40 spire-1.2.1/pkg/agent/common/cgroups/ 00:52:40 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 00:52:40 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 00:52:40 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 00:52:40 spire-1.2.1/pkg/agent/config.go 00:52:40 spire-1.2.1/pkg/agent/endpoints/ 00:52:40 spire-1.2.1/pkg/agent/endpoints/config.go 00:52:40 spire-1.2.1/pkg/agent/endpoints/endpoints.go 00:52:40 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 00:52:40 spire-1.2.1/pkg/agent/endpoints/metrics.go 00:52:40 spire-1.2.1/pkg/agent/endpoints/middleware.go 00:52:40 spire-1.2.1/pkg/agent/endpoints/peertracker.go 00:52:40 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 00:52:40 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 00:52:40 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 00:52:40 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 00:52:40 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 00:52:40 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 00:52:40 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 00:52:40 spire-1.2.1/pkg/agent/endpoints/workload/ 00:52:40 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 00:52:40 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 00:52:40 spire-1.2.1/pkg/agent/manager/ 00:52:40 spire-1.2.1/pkg/agent/manager/cache/ 00:52:40 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 00:52:40 spire-1.2.1/pkg/agent/manager/cache/cache.go 00:52:40 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 00:52:40 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 00:52:40 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 00:52:40 spire-1.2.1/pkg/agent/manager/cache/sets.go 00:52:40 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 00:52:40 spire-1.2.1/pkg/agent/manager/config.go 00:52:40 spire-1.2.1/pkg/agent/manager/manager.go 00:52:40 spire-1.2.1/pkg/agent/manager/manager_test.go 00:52:40 spire-1.2.1/pkg/agent/manager/storage.go 00:52:40 spire-1.2.1/pkg/agent/manager/storage_test.go 00:52:40 spire-1.2.1/pkg/agent/manager/storecache/ 00:52:40 spire-1.2.1/pkg/agent/manager/storecache/cache.go 00:52:40 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 00:52:40 spire-1.2.1/pkg/agent/manager/sync.go 00:52:40 spire-1.2.1/pkg/agent/plugin/ 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/ 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 00:52:40 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 00:52:40 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/ 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 00:52:40 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 00:52:40 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 00:52:40 spire-1.2.1/pkg/agent/svid/ 00:52:40 spire-1.2.1/pkg/agent/svid/rotator.go 00:52:40 spire-1.2.1/pkg/agent/svid/rotator_config.go 00:52:40 spire-1.2.1/pkg/agent/svid/rotator_test.go 00:52:40 spire-1.2.1/pkg/agent/svid/store/ 00:52:40 spire-1.2.1/pkg/agent/svid/store/service.go 00:52:40 spire-1.2.1/pkg/agent/svid/store/service_test.go 00:52:40 spire-1.2.1/pkg/common/ 00:52:40 spire-1.2.1/pkg/common/agentpathtemplate/ 00:52:40 spire-1.2.1/pkg/common/agentpathtemplate/template.go 00:52:40 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 00:52:40 spire-1.2.1/pkg/common/api/ 00:52:40 spire-1.2.1/pkg/common/api/metrics.go 00:52:40 spire-1.2.1/pkg/common/api/middleware/ 00:52:40 spire-1.2.1/pkg/common/api/middleware/common_test.go 00:52:40 spire-1.2.1/pkg/common/api/middleware/interceptor.go 00:52:40 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 00:52:40 spire-1.2.1/pkg/common/api/middleware/logger.go 00:52:40 spire-1.2.1/pkg/common/api/middleware/logger_test.go 00:52:40 spire-1.2.1/pkg/common/api/middleware/metrics.go 00:52:40 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 00:52:40 spire-1.2.1/pkg/common/api/middleware/middleware.go 00:52:40 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 00:52:40 spire-1.2.1/pkg/common/api/middleware/misconfig.go 00:52:40 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 00:52:40 spire-1.2.1/pkg/common/api/middleware/names.go 00:52:40 spire-1.2.1/pkg/common/api/middleware/names_test.go 00:52:40 spire-1.2.1/pkg/common/api/names.go 00:52:40 spire-1.2.1/pkg/common/api/ratelimit.go 00:52:40 spire-1.2.1/pkg/common/api/rpccontext/ 00:52:40 spire-1.2.1/pkg/common/api/rpccontext/logger.go 00:52:40 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 00:52:40 spire-1.2.1/pkg/common/api/rpccontext/names.go 00:52:40 spire-1.2.1/pkg/common/auth/ 00:52:40 spire-1.2.1/pkg/common/auth/interceptors.go 00:52:40 spire-1.2.1/pkg/common/auth/interceptors_test.go 00:52:40 spire-1.2.1/pkg/common/auth/untracked_uds.go 00:52:40 spire-1.2.1/pkg/common/bundleutil/ 00:52:40 spire-1.2.1/pkg/common/bundleutil/bundle.go 00:52:40 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 00:52:40 spire-1.2.1/pkg/common/bundleutil/common_test.go 00:52:40 spire-1.2.1/pkg/common/bundleutil/marshal.go 00:52:40 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 00:52:40 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 00:52:40 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 00:52:40 spire-1.2.1/pkg/common/bundleutil/types.go 00:52:40 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 00:52:40 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 00:52:40 spire-1.2.1/pkg/common/catalog/ 00:52:40 spire-1.2.1/pkg/common/catalog/bind.go 00:52:40 spire-1.2.1/pkg/common/catalog/builtin.go 00:52:40 spire-1.2.1/pkg/common/catalog/catalog.go 00:52:40 spire-1.2.1/pkg/common/catalog/catalog_test.go 00:52:40 spire-1.2.1/pkg/common/catalog/closers.go 00:52:40 spire-1.2.1/pkg/common/catalog/cmd_linux.go 00:52:40 spire-1.2.1/pkg/common/catalog/cmd_other.go 00:52:40 spire-1.2.1/pkg/common/catalog/config.go 00:52:40 spire-1.2.1/pkg/common/catalog/config_test.go 00:52:40 spire-1.2.1/pkg/common/catalog/configure.go 00:52:40 spire-1.2.1/pkg/common/catalog/constraints.go 00:52:40 spire-1.2.1/pkg/common/catalog/constraints_test.go 00:52:40 spire-1.2.1/pkg/common/catalog/context.go 00:52:40 spire-1.2.1/pkg/common/catalog/external.go 00:52:40 spire-1.2.1/pkg/common/catalog/host.go 00:52:40 spire-1.2.1/pkg/common/catalog/pipenet.go 00:52:40 spire-1.2.1/pkg/common/catalog/plugin.go 00:52:40 spire-1.2.1/pkg/common/catalog/testplugin/ 00:52:40 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 00:52:40 spire-1.2.1/pkg/common/catalog/testplugin/main.go 00:52:40 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 00:52:40 spire-1.2.1/pkg/common/cli/ 00:52:40 spire-1.2.1/pkg/common/cli/env.go 00:52:40 spire-1.2.1/pkg/common/cli/flags.go 00:52:40 spire-1.2.1/pkg/common/cli/trust_domain.go 00:52:40 spire-1.2.1/pkg/common/cli/trust_domain_test.go 00:52:40 spire-1.2.1/pkg/common/cli/umask.go 00:52:40 spire-1.2.1/pkg/common/cli/umask_posix.go 00:52:40 spire-1.2.1/pkg/common/cli/umask_test.go 00:52:40 spire-1.2.1/pkg/common/cli/umask_windows.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/ 00:52:40 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/flag.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/flag_test.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/format.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/format_test.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/ 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 00:52:40 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 00:52:40 spire-1.2.1/pkg/common/coretypes/ 00:52:40 spire-1.2.1/pkg/common/coretypes/bundle/ 00:52:40 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 00:52:40 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 00:52:40 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 00:52:40 spire-1.2.1/pkg/common/coretypes/bundle/require.go 00:52:40 spire-1.2.1/pkg/common/coretypes/jwtkey/ 00:52:40 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 00:52:40 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 00:52:40 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 00:52:40 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 00:52:40 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 00:52:40 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 00:52:40 spire-1.2.1/pkg/common/coretypes/x509certificate/ 00:52:40 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 00:52:40 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 00:52:40 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 00:52:40 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 00:52:40 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 00:52:40 spire-1.2.1/pkg/common/cryptoutil/ 00:52:40 spire-1.2.1/pkg/common/cryptoutil/keys.go 00:52:40 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 00:52:40 spire-1.2.1/pkg/common/diskutil/ 00:52:40 spire-1.2.1/pkg/common/diskutil/file_posix.go 00:52:40 spire-1.2.1/pkg/common/diskutil/file_test.go 00:52:40 spire-1.2.1/pkg/common/diskutil/file_windows.go 00:52:40 spire-1.2.1/pkg/common/errorutil/ 00:52:40 spire-1.2.1/pkg/common/errorutil/wrapper.go 00:52:40 spire-1.2.1/pkg/common/health/ 00:52:40 spire-1.2.1/pkg/common/health/config.go 00:52:40 spire-1.2.1/pkg/common/health/context.go 00:52:40 spire-1.2.1/pkg/common/health/context_test.go 00:52:40 spire-1.2.1/pkg/common/health/health.go 00:52:40 spire-1.2.1/pkg/common/health/health_test.go 00:52:40 spire-1.2.1/pkg/common/health/logger.go 00:52:40 spire-1.2.1/pkg/common/hostservice/ 00:52:40 spire-1.2.1/pkg/common/hostservice/metricsservice/ 00:52:40 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 00:52:40 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 00:52:40 spire-1.2.1/pkg/common/idutil/ 00:52:40 spire-1.2.1/pkg/common/idutil/require.go 00:52:40 spire-1.2.1/pkg/common/idutil/require_test.go 00:52:40 spire-1.2.1/pkg/common/idutil/safety.go 00:52:40 spire-1.2.1/pkg/common/idutil/safety_test.go 00:52:40 spire-1.2.1/pkg/common/idutil/spiffeid.go 00:52:40 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 00:52:40 spire-1.2.1/pkg/common/jwtsvid/ 00:52:40 spire-1.2.1/pkg/common/jwtsvid/common.go 00:52:40 spire-1.2.1/pkg/common/jwtsvid/sign.go 00:52:40 spire-1.2.1/pkg/common/jwtsvid/token_test.go 00:52:40 spire-1.2.1/pkg/common/jwtsvid/validate.go 00:52:40 spire-1.2.1/pkg/common/jwtutil/ 00:52:40 spire-1.2.1/pkg/common/jwtutil/keyset.go 00:52:40 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 00:52:40 spire-1.2.1/pkg/common/log/ 00:52:40 spire-1.2.1/pkg/common/log/hclog_adapter.go 00:52:40 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 00:52:40 spire-1.2.1/pkg/common/log/log.go 00:52:40 spire-1.2.1/pkg/common/log/log_test.go 00:52:40 spire-1.2.1/pkg/common/log/options.go 00:52:40 spire-1.2.1/pkg/common/nodeutil/ 00:52:40 spire-1.2.1/pkg/common/nodeutil/node.go 00:52:40 spire-1.2.1/pkg/common/nodeutil/node_test.go 00:52:40 spire-1.2.1/pkg/common/peertracker/ 00:52:40 spire-1.2.1/pkg/common/peertracker/conn.go 00:52:40 spire-1.2.1/pkg/common/peertracker/credentials.go 00:52:40 spire-1.2.1/pkg/common/peertracker/errors.go 00:52:40 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 00:52:40 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 00:52:40 spire-1.2.1/pkg/common/peertracker/info.go 00:52:40 spire-1.2.1/pkg/common/peertracker/listener.go 00:52:40 spire-1.2.1/pkg/common/peertracker/listener_test.go 00:52:40 spire-1.2.1/pkg/common/peertracker/peertracker.go 00:52:40 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 00:52:40 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 00:52:40 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 00:52:40 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 00:52:40 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 00:52:40 spire-1.2.1/pkg/common/peertracker/tcp.go 00:52:40 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 00:52:40 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 00:52:40 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 00:52:40 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 00:52:40 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 00:52:40 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 00:52:40 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 00:52:40 spire-1.2.1/pkg/common/peertracker/uds.go 00:52:40 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 00:52:40 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 00:52:40 spire-1.2.1/pkg/common/peertracker/uds_linux.go 00:52:40 spire-1.2.1/pkg/common/pemutil/ 00:52:40 spire-1.2.1/pkg/common/pemutil/block.go 00:52:40 spire-1.2.1/pkg/common/pemutil/certs.go 00:52:40 spire-1.2.1/pkg/common/pemutil/common.go 00:52:40 spire-1.2.1/pkg/common/pemutil/csr.go 00:52:40 spire-1.2.1/pkg/common/pemutil/keys.go 00:52:40 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 00:52:40 spire-1.2.1/pkg/common/pemutil/testdata/ 00:52:40 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 00:52:40 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 00:52:40 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 00:52:40 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 00:52:40 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 00:52:40 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 00:52:40 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 00:52:40 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 00:52:40 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 00:52:40 spire-1.2.1/pkg/common/plugin/ 00:52:40 spire-1.2.1/pkg/common/plugin/aws/ 00:52:40 spire-1.2.1/pkg/common/plugin/aws/iid.go 00:52:40 spire-1.2.1/pkg/common/plugin/azure/ 00:52:40 spire-1.2.1/pkg/common/plugin/azure/msi.go 00:52:40 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 00:52:40 spire-1.2.1/pkg/common/plugin/facade.go 00:52:40 spire-1.2.1/pkg/common/plugin/facade_test.go 00:52:40 spire-1.2.1/pkg/common/plugin/gcp/ 00:52:40 spire-1.2.1/pkg/common/plugin/gcp/iit.go 00:52:40 spire-1.2.1/pkg/common/plugin/k8s/ 00:52:40 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 00:52:40 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 00:52:40 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 00:52:40 spire-1.2.1/pkg/common/plugin/k8s/utils.go 00:52:40 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 00:52:40 spire-1.2.1/pkg/common/plugin/log.go 00:52:40 spire-1.2.1/pkg/common/plugin/sshpop/ 00:52:40 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 00:52:40 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 00:52:40 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 00:52:40 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 00:52:40 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 00:52:40 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 00:52:40 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 00:52:40 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 00:52:40 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 00:52:40 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 00:52:40 spire-1.2.1/pkg/common/plugin/tpmdevid/ 00:52:40 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 00:52:40 spire-1.2.1/pkg/common/plugin/x509pop/ 00:52:40 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 00:52:40 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 00:52:40 spire-1.2.1/pkg/common/profiling/ 00:52:40 spire-1.2.1/pkg/common/profiling/dumpers.go 00:52:40 spire-1.2.1/pkg/common/profiling/profiling.go 00:52:40 spire-1.2.1/pkg/common/protoutil/ 00:52:40 spire-1.2.1/pkg/common/protoutil/masks.go 00:52:40 spire-1.2.1/pkg/common/protoutil/masks_test.go 00:52:40 spire-1.2.1/pkg/common/rotationutil/ 00:52:40 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 00:52:40 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 00:52:40 spire-1.2.1/pkg/common/selector/ 00:52:40 spire-1.2.1/pkg/common/selector/selector.go 00:52:40 spire-1.2.1/pkg/common/selector/selector_test.go 00:52:40 spire-1.2.1/pkg/common/selector/set.go 00:52:40 spire-1.2.1/pkg/common/selector/set_utils.go 00:52:40 spire-1.2.1/pkg/common/selector/set_utils_test.go 00:52:40 spire-1.2.1/pkg/common/telemetry/ 00:52:40 spire-1.2.1/pkg/common/telemetry/agent/ 00:52:40 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 00:52:40 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 00:52:40 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 00:52:40 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 00:52:40 spire-1.2.1/pkg/common/telemetry/agent/manager.go 00:52:40 spire-1.2.1/pkg/common/telemetry/agent/node.go 00:52:40 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 00:52:40 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 00:52:40 spire-1.2.1/pkg/common/telemetry/agent/store/ 00:52:40 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 00:52:40 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 00:52:40 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 00:52:40 spire-1.2.1/pkg/common/telemetry/blackhole.go 00:52:40 spire-1.2.1/pkg/common/telemetry/call.go 00:52:40 spire-1.2.1/pkg/common/telemetry/common/ 00:52:40 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 00:52:40 spire-1.2.1/pkg/common/telemetry/config.go 00:52:40 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 00:52:40 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 00:52:40 spire-1.2.1/pkg/common/telemetry/inmem.go 00:52:40 spire-1.2.1/pkg/common/telemetry/inmem_test.go 00:52:40 spire-1.2.1/pkg/common/telemetry/m3.go 00:52:40 spire-1.2.1/pkg/common/telemetry/m3_test.go 00:52:40 spire-1.2.1/pkg/common/telemetry/metrics.go 00:52:40 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 00:52:40 spire-1.2.1/pkg/common/telemetry/names.go 00:52:40 spire-1.2.1/pkg/common/telemetry/prometheus.go 00:52:40 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 00:52:40 spire-1.2.1/pkg/common/telemetry/sanitize.go 00:52:40 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 00:52:40 spire-1.2.1/pkg/common/telemetry/server/ 00:52:40 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 00:52:40 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 00:52:40 spire-1.2.1/pkg/common/telemetry/server/datastore/ 00:52:40 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 00:52:40 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 00:52:40 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 00:52:40 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 00:52:40 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 00:52:40 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 00:52:40 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 00:52:40 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 00:52:40 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 00:52:40 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 00:52:40 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 00:52:40 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 00:52:40 spire-1.2.1/pkg/common/telemetry/server/rotate.go 00:52:40 spire-1.2.1/pkg/common/telemetry/server/server.go 00:52:40 spire-1.2.1/pkg/common/telemetry/sink.go 00:52:40 spire-1.2.1/pkg/common/telemetry/statsd.go 00:52:40 spire-1.2.1/pkg/common/telemetry/statsd_test.go 00:52:40 spire-1.2.1/pkg/common/telemetry/uptime.go 00:52:40 spire-1.2.1/pkg/common/telemetry/version.go 00:52:40 spire-1.2.1/pkg/common/telemetry/withlabels.go 00:52:40 spire-1.2.1/pkg/common/uptime/ 00:52:40 spire-1.2.1/pkg/common/uptime/uptime.go 00:52:40 spire-1.2.1/pkg/common/uptime/uptime_test.go 00:52:40 spire-1.2.1/pkg/common/util/ 00:52:40 spire-1.2.1/pkg/common/util/certs.go 00:52:40 spire-1.2.1/pkg/common/util/certs_test.go 00:52:40 spire-1.2.1/pkg/common/util/csr.go 00:52:40 spire-1.2.1/pkg/common/util/hash.go 00:52:40 spire-1.2.1/pkg/common/util/selectors.go 00:52:40 spire-1.2.1/pkg/common/util/selectors_test.go 00:52:40 spire-1.2.1/pkg/common/util/signals.go 00:52:40 spire-1.2.1/pkg/common/util/sort.go 00:52:40 spire-1.2.1/pkg/common/util/sort_test.go 00:52:40 spire-1.2.1/pkg/common/util/task.go 00:52:40 spire-1.2.1/pkg/common/util/task_test.go 00:52:40 spire-1.2.1/pkg/common/util/testdata/ 00:52:40 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 00:52:40 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 00:52:40 spire-1.2.1/pkg/common/version/ 00:52:40 spire-1.2.1/pkg/common/version/version.go 00:52:40 spire-1.2.1/pkg/common/x509svid/ 00:52:40 spire-1.2.1/pkg/common/x509svid/common_test.go 00:52:40 spire-1.2.1/pkg/common/x509svid/csr.go 00:52:40 spire-1.2.1/pkg/common/x509svid/upstreamca.go 00:52:40 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 00:52:40 spire-1.2.1/pkg/common/x509util/ 00:52:40 spire-1.2.1/pkg/common/x509util/cert.go 00:52:40 spire-1.2.1/pkg/common/x509util/dns.go 00:52:40 spire-1.2.1/pkg/common/x509util/dns_test.go 00:52:40 spire-1.2.1/pkg/common/x509util/keyid.go 00:52:40 spire-1.2.1/pkg/common/x509util/keypair.go 00:52:40 spire-1.2.1/pkg/common/x509util/serialnumber.go 00:52:40 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 00:52:40 spire-1.2.1/pkg/server/ 00:52:40 spire-1.2.1/pkg/server/api/ 00:52:40 spire-1.2.1/pkg/server/api/agent.go 00:52:40 spire-1.2.1/pkg/server/api/agent/ 00:52:40 spire-1.2.1/pkg/server/api/agent/v1/ 00:52:40 spire-1.2.1/pkg/server/api/agent/v1/service.go 00:52:40 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 00:52:40 spire-1.2.1/pkg/server/api/agent_test.go 00:52:40 spire-1.2.1/pkg/server/api/api.go 00:52:40 spire-1.2.1/pkg/server/api/audit/ 00:52:40 spire-1.2.1/pkg/server/api/audit/audit.go 00:52:40 spire-1.2.1/pkg/server/api/audit/audit_test.go 00:52:40 spire-1.2.1/pkg/server/api/bundle.go 00:52:40 spire-1.2.1/pkg/server/api/bundle/ 00:52:40 spire-1.2.1/pkg/server/api/bundle/v1/ 00:52:40 spire-1.2.1/pkg/server/api/bundle/v1/service.go 00:52:40 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 00:52:40 spire-1.2.1/pkg/server/api/bundle_test.go 00:52:40 spire-1.2.1/pkg/server/api/debug/ 00:52:40 spire-1.2.1/pkg/server/api/debug/v1/ 00:52:40 spire-1.2.1/pkg/server/api/debug/v1/service.go 00:52:40 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 00:52:40 spire-1.2.1/pkg/server/api/entry.go 00:52:40 spire-1.2.1/pkg/server/api/entry/ 00:52:40 spire-1.2.1/pkg/server/api/entry/v1/ 00:52:40 spire-1.2.1/pkg/server/api/entry/v1/service.go 00:52:40 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 00:52:40 spire-1.2.1/pkg/server/api/entry_test.go 00:52:40 spire-1.2.1/pkg/server/api/health/ 00:52:40 spire-1.2.1/pkg/server/api/health/v1/ 00:52:40 spire-1.2.1/pkg/server/api/health/v1/service.go 00:52:40 spire-1.2.1/pkg/server/api/health/v1/service_test.go 00:52:40 spire-1.2.1/pkg/server/api/id.go 00:52:40 spire-1.2.1/pkg/server/api/id_test.go 00:52:40 spire-1.2.1/pkg/server/api/limits/ 00:52:40 spire-1.2.1/pkg/server/api/limits/limits.go 00:52:40 spire-1.2.1/pkg/server/api/middleware/ 00:52:40 spire-1.2.1/pkg/server/api/middleware/alias.go 00:52:40 spire-1.2.1/pkg/server/api/middleware/audit.go 00:52:40 spire-1.2.1/pkg/server/api/middleware/authorization.go 00:52:40 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 00:52:40 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 00:52:40 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 00:52:40 spire-1.2.1/pkg/server/api/middleware/caller.go 00:52:40 spire-1.2.1/pkg/server/api/middleware/caller_test.go 00:52:40 spire-1.2.1/pkg/server/api/middleware/common.go 00:52:40 spire-1.2.1/pkg/server/api/middleware/common_test.go 00:52:40 spire-1.2.1/pkg/server/api/middleware/entries.go 00:52:40 spire-1.2.1/pkg/server/api/middleware/entries_test.go 00:52:40 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 00:52:40 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 00:52:40 spire-1.2.1/pkg/server/api/ratelimit.go 00:52:40 spire-1.2.1/pkg/server/api/rpccontext/ 00:52:40 spire-1.2.1/pkg/server/api/rpccontext/alias.go 00:52:40 spire-1.2.1/pkg/server/api/rpccontext/audit.go 00:52:40 spire-1.2.1/pkg/server/api/rpccontext/caller.go 00:52:40 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 00:52:40 spire-1.2.1/pkg/server/api/selector.go 00:52:40 spire-1.2.1/pkg/server/api/selector_test.go 00:52:40 spire-1.2.1/pkg/server/api/status.go 00:52:40 spire-1.2.1/pkg/server/api/status_test.go 00:52:40 spire-1.2.1/pkg/server/api/svid/ 00:52:40 spire-1.2.1/pkg/server/api/svid/v1/ 00:52:40 spire-1.2.1/pkg/server/api/svid/v1/service.go 00:52:40 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 00:52:40 spire-1.2.1/pkg/server/api/trustdomain.go 00:52:40 spire-1.2.1/pkg/server/api/trustdomain/ 00:52:40 spire-1.2.1/pkg/server/api/trustdomain/v1/ 00:52:40 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 00:52:40 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 00:52:40 spire-1.2.1/pkg/server/api/trustdomain_test.go 00:52:40 spire-1.2.1/pkg/server/authpolicy/ 00:52:40 spire-1.2.1/pkg/server/authpolicy/defaults.go 00:52:40 spire-1.2.1/pkg/server/authpolicy/policy.go 00:52:40 spire-1.2.1/pkg/server/authpolicy/policy.rego 00:52:40 spire-1.2.1/pkg/server/authpolicy/policy_data.json 00:52:40 spire-1.2.1/pkg/server/authpolicy/policy_test.go 00:52:40 spire-1.2.1/pkg/server/authpolicy/validate.go 00:52:40 spire-1.2.1/pkg/server/bundle/ 00:52:40 spire-1.2.1/pkg/server/bundle/client/ 00:52:40 spire-1.2.1/pkg/server/bundle/client/client.go 00:52:40 spire-1.2.1/pkg/server/bundle/client/client_test.go 00:52:40 spire-1.2.1/pkg/server/bundle/client/manager.go 00:52:40 spire-1.2.1/pkg/server/bundle/client/manager_test.go 00:52:40 spire-1.2.1/pkg/server/bundle/client/sources.go 00:52:40 spire-1.2.1/pkg/server/bundle/client/sources_test.go 00:52:40 spire-1.2.1/pkg/server/bundle/client/updater.go 00:52:40 spire-1.2.1/pkg/server/bundle/client/updater_test.go 00:52:40 spire-1.2.1/pkg/server/ca/ 00:52:40 spire-1.2.1/pkg/server/ca/ca.go 00:52:40 spire-1.2.1/pkg/server/ca/ca_health.go 00:52:40 spire-1.2.1/pkg/server/ca/ca_test.go 00:52:40 spire-1.2.1/pkg/server/ca/journal.go 00:52:40 spire-1.2.1/pkg/server/ca/journal_test.go 00:52:40 spire-1.2.1/pkg/server/ca/manager.go 00:52:40 spire-1.2.1/pkg/server/ca/manager_health.go 00:52:40 spire-1.2.1/pkg/server/ca/manager_test.go 00:52:40 spire-1.2.1/pkg/server/ca/templates.go 00:52:40 spire-1.2.1/pkg/server/ca/upstream_client.go 00:52:40 spire-1.2.1/pkg/server/ca/upstream_client_test.go 00:52:40 spire-1.2.1/pkg/server/ca/validation.go 00:52:40 spire-1.2.1/pkg/server/cache/ 00:52:40 spire-1.2.1/pkg/server/cache/dscache/ 00:52:40 spire-1.2.1/pkg/server/cache/dscache/cache.go 00:52:40 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 00:52:40 spire-1.2.1/pkg/server/cache/entrycache/ 00:52:40 spire-1.2.1/pkg/server/cache/entrycache/cache.go 00:52:40 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 00:52:40 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 00:52:40 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 00:52:40 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 00:52:40 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 00:52:40 spire-1.2.1/pkg/server/catalog/ 00:52:40 spire-1.2.1/pkg/server/catalog/catalog.go 00:52:40 spire-1.2.1/pkg/server/catalog/keymanager.go 00:52:40 spire-1.2.1/pkg/server/catalog/nodeattestor.go 00:52:40 spire-1.2.1/pkg/server/catalog/noderesolver.go 00:52:40 spire-1.2.1/pkg/server/catalog/notifier.go 00:52:40 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 00:52:40 spire-1.2.1/pkg/server/config.go 00:52:40 spire-1.2.1/pkg/server/datastore/ 00:52:40 spire-1.2.1/pkg/server/datastore/datastore.go 00:52:40 spire-1.2.1/pkg/server/datastore/datastore_health.go 00:52:40 spire-1.2.1/pkg/server/datastore/repository.go 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/ 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 00:52:40 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 00:52:40 spire-1.2.1/pkg/server/endpoints/ 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/ 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/config.go 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/server.go 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 00:52:40 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 00:52:40 spire-1.2.1/pkg/server/endpoints/config.go 00:52:40 spire-1.2.1/pkg/server/endpoints/endpoints.go 00:52:40 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 00:52:40 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 00:52:40 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 00:52:40 spire-1.2.1/pkg/server/endpoints/middleware.go 00:52:40 spire-1.2.1/pkg/server/endpoints/middleware_test.go 00:52:40 spire-1.2.1/pkg/server/hostservice/ 00:52:40 spire-1.2.1/pkg/server/hostservice/agentstore/ 00:52:40 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 00:52:40 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 00:52:40 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 00:52:40 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 00:52:40 spire-1.2.1/pkg/server/hostservice/identityprovider/ 00:52:40 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 00:52:40 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/ 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/ 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/base/ 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/test/ 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 00:52:40 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/ 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 00:52:40 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/noderesolver/ 00:52:40 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 00:52:40 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 00:52:40 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 00:52:40 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 00:52:40 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 00:52:40 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 00:52:40 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/notifier/ 00:52:40 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 00:52:40 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 00:52:40 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 00:52:40 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 00:52:40 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 00:52:40 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 00:52:40 spire-1.2.1/pkg/server/plugin/notifier/repository.go 00:52:40 spire-1.2.1/pkg/server/plugin/notifier/v1.go 00:52:40 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 00:52:40 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 00:52:40 spire-1.2.1/pkg/server/registration/ 00:52:40 spire-1.2.1/pkg/server/registration/manager.go 00:52:40 spire-1.2.1/pkg/server/registration/manager_test.go 00:52:40 spire-1.2.1/pkg/server/scanentries.go 00:52:40 spire-1.2.1/pkg/server/scanentries_test.go 00:52:40 spire-1.2.1/pkg/server/server.go 00:52:40 spire-1.2.1/pkg/server/server_test.go 00:52:40 spire-1.2.1/pkg/server/svid/ 00:52:40 spire-1.2.1/pkg/server/svid/observer.go 00:52:40 spire-1.2.1/pkg/server/svid/observer_test.go 00:52:40 spire-1.2.1/pkg/server/svid/rotator.go 00:52:40 spire-1.2.1/pkg/server/svid/rotator_config.go 00:52:40 spire-1.2.1/pkg/server/svid/rotator_config_test.go 00:52:40 spire-1.2.1/pkg/server/svid/rotator_test.go 00:52:40 spire-1.2.1/proto/ 00:52:40 spire-1.2.1/proto/private/ 00:52:40 spire-1.2.1/proto/private/server/ 00:52:40 spire-1.2.1/proto/private/server/journal/ 00:52:40 spire-1.2.1/proto/private/server/journal/journal.pb.go 00:52:40 spire-1.2.1/proto/private/server/journal/journal.proto 00:52:40 spire-1.2.1/proto/spire/ 00:52:40 spire-1.2.1/proto/spire/common/ 00:52:40 spire-1.2.1/proto/spire/common/common.pb.go 00:52:40 spire-1.2.1/proto/spire/common/common.proto 00:52:40 spire-1.2.1/proto/spire/common/plugin/ 00:52:40 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 00:52:40 spire-1.2.1/proto/spire/common/plugin/plugin.proto 00:52:40 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 00:52:40 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 00:52:40 spire-1.2.1/proto/spire/plugin/ 00:52:40 spire-1.2.1/proto/spire/plugin/agent/ 00:52:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 00:52:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 00:52:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 00:52:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 00:52:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 00:52:40 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 00:52:40 spire-1.2.1/release/ 00:52:40 spire-1.2.1/release/spire-extras/ 00:52:40 spire-1.2.1/release/spire-extras/README.md 00:52:40 spire-1.2.1/release/spire-extras/conf/ 00:52:40 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 00:52:40 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 00:52:40 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 00:52:40 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 00:52:40 spire-1.2.1/release/spire/ 00:52:40 spire-1.2.1/release/spire/README.md 00:52:40 spire-1.2.1/release/spire/conf/ 00:52:40 spire-1.2.1/release/spire/conf/agent/ 00:52:40 spire-1.2.1/release/spire/conf/agent/agent.conf 00:52:40 spire-1.2.1/release/spire/conf/server/ 00:52:40 spire-1.2.1/release/spire/conf/server/server.conf 00:52:40 spire-1.2.1/script/ 00:52:40 spire-1.2.1/script/build-artifact.sh 00:52:40 spire-1.2.1/script/generate_dummy_ca.sh 00:52:40 spire-1.2.1/support/ 00:52:40 spire-1.2.1/support/k8s/ 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/ 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 00:52:40 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 00:52:40 spire-1.2.1/support/oidc-discovery-provider/ 00:52:40 spire-1.2.1/support/oidc-discovery-provider/README.md 00:52:40 spire-1.2.1/support/oidc-discovery-provider/common_test.go 00:52:40 spire-1.2.1/support/oidc-discovery-provider/config.go 00:52:40 spire-1.2.1/support/oidc-discovery-provider/config_test.go 00:52:40 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 00:52:40 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 00:52:40 spire-1.2.1/support/oidc-discovery-provider/handler.go 00:52:40 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 00:52:40 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 00:52:40 spire-1.2.1/support/oidc-discovery-provider/main.go 00:52:40 spire-1.2.1/support/oidc-discovery-provider/server_api.go 00:52:40 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 00:52:40 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 00:52:40 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 00:52:40 spire-1.2.1/test/ 00:52:40 spire-1.2.1/test/clock/ 00:52:40 spire-1.2.1/test/clock/clock.go 00:52:40 spire-1.2.1/test/fakes/ 00:52:40 spire-1.2.1/test/fakes/fakeagentcatalog/ 00:52:40 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 00:52:40 spire-1.2.1/test/fakes/fakeagentkeymanager/ 00:52:40 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 00:52:40 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 00:52:40 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 00:52:40 spire-1.2.1/test/fakes/fakeagentstore/ 00:52:40 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 00:52:40 spire-1.2.1/test/fakes/fakedatastore/ 00:52:40 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 00:52:40 spire-1.2.1/test/fakes/fakeentryclient/ 00:52:40 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 00:52:40 spire-1.2.1/test/fakes/fakehealthchecker/ 00:52:40 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 00:52:40 spire-1.2.1/test/fakes/fakeidentityprovider/ 00:52:40 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 00:52:40 spire-1.2.1/test/fakes/fakemetrics/ 00:52:40 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 00:52:40 spire-1.2.1/test/fakes/fakenoderesolver/ 00:52:40 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 00:52:40 spire-1.2.1/test/fakes/fakenotifier/ 00:52:40 spire-1.2.1/test/fakes/fakenotifier/notifier.go 00:52:40 spire-1.2.1/test/fakes/fakepluginmetrics/ 00:52:40 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 00:52:40 spire-1.2.1/test/fakes/fakeserverca/ 00:52:40 spire-1.2.1/test/fakes/fakeserverca/serverca.go 00:52:40 spire-1.2.1/test/fakes/fakeservercatalog/ 00:52:40 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 00:52:40 spire-1.2.1/test/fakes/fakeserverkeymanager/ 00:52:40 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 00:52:40 spire-1.2.1/test/fakes/fakeservernodeattestor/ 00:52:40 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 00:52:40 spire-1.2.1/test/fakes/fakeupstreamauthority/ 00:52:40 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 00:52:40 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 00:52:40 spire-1.2.1/test/fakes/fakeworkloadapi/ 00:52:40 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 00:52:40 spire-1.2.1/test/fakes/fakeworkloadattestor/ 00:52:40 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 00:52:40 spire-1.2.1/test/fixture/ 00:52:40 spire-1.2.1/test/fixture/certs/ 00:52:40 spire-1.2.1/test/fixture/certs/agent_svid.der 00:52:40 spire-1.2.1/test/fixture/certs/base_cert.pem 00:52:40 spire-1.2.1/test/fixture/certs/base_csr.pem 00:52:40 spire-1.2.1/test/fixture/certs/base_key.pem 00:52:40 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 00:52:40 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 00:52:40 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 00:52:40 spire-1.2.1/test/fixture/certs/blog_cert.pem 00:52:40 spire-1.2.1/test/fixture/certs/blog_csr.pem 00:52:40 spire-1.2.1/test/fixture/certs/blog_key.pem 00:52:40 spire-1.2.1/test/fixture/certs/bundle.der 00:52:40 spire-1.2.1/test/fixture/certs/ca.pem 00:52:40 spire-1.2.1/test/fixture/certs/ca_key.pem 00:52:40 spire-1.2.1/test/fixture/certs/database_cert.pem 00:52:40 spire-1.2.1/test/fixture/certs/database_csr.pem 00:52:40 spire-1.2.1/test/fixture/certs/database_key.pem 00:52:40 spire-1.2.1/test/fixture/certs/node_cert.pem 00:52:40 spire-1.2.1/test/fixture/certs/node_csr.pem 00:52:40 spire-1.2.1/test/fixture/certs/node_key.pem 00:52:40 spire-1.2.1/test/fixture/certs/svid.pem 00:52:40 spire-1.2.1/test/fixture/certs/svid_key.pem 00:52:40 spire-1.2.1/test/fixture/config/ 00:52:40 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 00:52:40 spire-1.2.1/test/fixture/config/agent_good.conf 00:52:40 spire-1.2.1/test/fixture/config/agent_good_templated.conf 00:52:40 spire-1.2.1/test/fixture/config/plugin_good.conf 00:52:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 00:52:40 spire-1.2.1/test/fixture/config/server_good.conf 00:52:40 spire-1.2.1/test/fixture/config/server_good_templated.conf 00:52:40 spire-1.2.1/test/fixture/fixture.go 00:52:40 spire-1.2.1/test/fixture/nodeattestor/ 00:52:40 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 00:52:40 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 00:52:40 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 00:52:40 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 00:52:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 00:52:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 00:52:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 00:52:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 00:52:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 00:52:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 00:52:40 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 00:52:40 spire-1.2.1/test/fixture/registration/ 00:52:40 spire-1.2.1/test/fixture/registration/entries.json 00:52:40 spire-1.2.1/test/fixture/registration/good-for-update.json 00:52:40 spire-1.2.1/test/fixture/registration/good.json 00:52:40 spire-1.2.1/test/fixture/registration/invalid.json 00:52:40 spire-1.2.1/test/fixture/registration/invalid_json.json 00:52:40 spire-1.2.1/test/fixture/registration/manager_test_entries.json 00:52:40 spire-1.2.1/test/integration/ 00:52:40 spire-1.2.1/test/integration/README.md 00:52:40 spire-1.2.1/test/integration/common 00:52:40 spire-1.2.1/test/integration/setup/ 00:52:40 spire-1.2.1/test/integration/setup/adminclient/ 00:52:40 spire-1.2.1/test/integration/setup/adminclient/build.sh 00:52:40 spire-1.2.1/test/integration/setup/adminclient/client.go 00:52:40 spire-1.2.1/test/integration/setup/debugagent/ 00:52:40 spire-1.2.1/test/integration/setup/debugagent/build.sh 00:52:40 spire-1.2.1/test/integration/setup/debugagent/main.go 00:52:40 spire-1.2.1/test/integration/setup/debugserver/ 00:52:40 spire-1.2.1/test/integration/setup/debugserver/build.sh 00:52:40 spire-1.2.1/test/integration/setup/debugserver/main.go 00:52:40 spire-1.2.1/test/integration/setup/downstreamclient/ 00:52:40 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 00:52:40 spire-1.2.1/test/integration/setup/downstreamclient/client.go 00:52:40 spire-1.2.1/test/integration/setup/itclient/ 00:52:40 spire-1.2.1/test/integration/setup/itclient/client.go 00:52:40 spire-1.2.1/test/integration/setup/node-attestation/ 00:52:40 spire-1.2.1/test/integration/setup/node-attestation/build.sh 00:52:40 spire-1.2.1/test/integration/setup/node-attestation/client.go 00:52:40 spire-1.2.1/test/integration/setup/x509pop/ 00:52:40 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 00:52:40 spire-1.2.1/test/integration/setup/x509pop/setup.sh 00:52:40 spire-1.2.1/test/integration/suites/ 00:52:40 spire-1.2.1/test/integration/suites/admin-endpoints/ 00:52:40 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 00:52:40 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 00:52:40 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 00:52:40 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 00:52:40 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 00:52:40 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 00:52:40 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 00:52:40 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 00:52:40 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 00:52:40 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 00:52:40 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 00:52:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 00:52:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 00:52:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 00:52:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 00:52:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 00:52:40 spire-1.2.1/test/integration/suites/datastore-mysql/ 00:52:40 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 00:52:40 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 00:52:40 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 00:52:40 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres/ 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 00:52:40 spire-1.2.1/test/integration/suites/debug-endpoints/ 00:52:40 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 00:52:40 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 00:52:40 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 00:52:40 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 00:52:40 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 00:52:40 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 00:52:40 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 00:52:40 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 00:52:40 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 00:52:40 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 00:52:40 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 00:52:40 spire-1.2.1/test/integration/suites/downstream-endpoints/ 00:52:40 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 00:52:40 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 00:52:40 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 00:52:40 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 00:52:40 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 00:52:40 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 00:52:40 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 00:52:40 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 00:52:40 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 00:52:40 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 00:52:40 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 00:52:40 spire-1.2.1/test/integration/suites/join-token/ 00:52:40 spire-1.2.1/test/integration/suites/join-token/01-start-server 00:52:40 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 00:52:40 spire-1.2.1/test/integration/suites/join-token/03-start-agent 00:52:40 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 00:52:40 spire-1.2.1/test/integration/suites/join-token/05-check-svid 00:52:40 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 00:52:40 spire-1.2.1/test/integration/suites/join-token/README.md 00:52:40 spire-1.2.1/test/integration/suites/join-token/conf/ 00:52:40 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 00:52:40 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/join-token/conf/server/ 00:52:40 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/join-token/teardown 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/ 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 00:52:40 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/ 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 00:52:40 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 00:52:40 spire-1.2.1/test/integration/suites/k8s/ 00:52:40 spire-1.2.1/test/integration/suites/k8s/00-setup 00:52:40 spire-1.2.1/test/integration/suites/k8s/01-apply-config 00:52:40 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 00:52:40 spire-1.2.1/test/integration/suites/k8s/README.md 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/ 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/server/ 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 00:52:40 spire-1.2.1/test/integration/suites/k8s/init-kubectl 00:52:40 spire-1.2.1/test/integration/suites/k8s/teardown 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/README.md 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/root/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/nested-rotation/teardown 00:52:40 spire-1.2.1/test/integration/suites/node-attestation/ 00:52:40 spire-1.2.1/test/integration/suites/node-attestation/00-setup 00:52:40 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 00:52:40 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 00:52:40 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 00:52:40 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 00:52:40 spire-1.2.1/test/integration/suites/node-attestation/README.md 00:52:40 spire-1.2.1/test/integration/suites/node-attestation/conf/ 00:52:40 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 00:52:40 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 00:52:40 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/node-attestation/teardown 00:52:40 spire-1.2.1/test/integration/suites/rotation/ 00:52:40 spire-1.2.1/test/integration/suites/rotation/00-setup 00:52:40 spire-1.2.1/test/integration/suites/rotation/01-start-server 00:52:40 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 00:52:40 spire-1.2.1/test/integration/suites/rotation/03-start-agent 00:52:40 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 00:52:40 spire-1.2.1/test/integration/suites/rotation/05-check-svids 00:52:40 spire-1.2.1/test/integration/suites/rotation/README.md 00:52:40 spire-1.2.1/test/integration/suites/rotation/conf/ 00:52:40 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 00:52:40 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/rotation/conf/server/ 00:52:40 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/rotation/teardown 00:52:40 spire-1.2.1/test/integration/suites/self-test/ 00:52:40 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 00:52:40 spire-1.2.1/test/integration/suites/self-test/README.md 00:52:40 spire-1.2.1/test/integration/suites/self-test/teardown 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/ 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 00:52:40 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 00:52:40 spire-1.2.1/test/integration/suites/upgrade/ 00:52:40 spire-1.2.1/test/integration/suites/upgrade/00-setup 00:52:40 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 00:52:40 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 00:52:40 spire-1.2.1/test/integration/suites/upgrade/README.md 00:52:40 spire-1.2.1/test/integration/suites/upgrade/conf/ 00:52:40 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 00:52:40 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 00:52:40 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 00:52:40 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 00:52:40 spire-1.2.1/test/integration/suites/upgrade/teardown 00:52:40 spire-1.2.1/test/integration/suites/upgrade/versions.txt 00:52:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 00:52:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 00:52:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 00:52:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 00:52:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 00:52:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 00:52:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 00:52:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 00:52:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 00:52:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 00:52:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 00:52:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 00:52:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 00:52:40 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 00:52:40 spire-1.2.1/test/integration/test-one.sh 00:52:40 spire-1.2.1/test/integration/test.sh 00:52:40 spire-1.2.1/test/plugintest/ 00:52:40 spire-1.2.1/test/plugintest/config.go 00:52:40 spire-1.2.1/test/plugintest/load.go 00:52:40 spire-1.2.1/test/plugintest/option.go 00:52:40 spire-1.2.1/test/spiretest/ 00:52:40 spire-1.2.1/test/spiretest/apiserver.go 00:52:40 spire-1.2.1/test/spiretest/assertions.go 00:52:40 spire-1.2.1/test/spiretest/dir.go 00:52:40 spire-1.2.1/test/spiretest/errors_posix.go 00:52:40 spire-1.2.1/test/spiretest/errors_windows.go 00:52:40 spire-1.2.1/test/spiretest/logs.go 00:52:40 spire-1.2.1/test/spiretest/socketapi.go 00:52:40 spire-1.2.1/test/spiretest/suite.go 00:52:40 spire-1.2.1/test/spiretest/x509.go 00:52:40 spire-1.2.1/test/testca/ 00:52:40 spire-1.2.1/test/testca/ca.go 00:52:40 spire-1.2.1/test/testkey/ 00:52:40 spire-1.2.1/test/testkey/generate.sh 00:52:40 spire-1.2.1/test/testkey/genkeys.go 00:52:40 spire-1.2.1/test/testkey/keys.go 00:52:40 spire-1.2.1/test/testkey/new.go 00:52:40 spire-1.2.1/test/tpmsimulator/ 00:52:40 spire-1.2.1/test/tpmsimulator/simulator.go 00:52:40 spire-1.2.1/test/util/ 00:52:40 spire-1.2.1/test/util/cert_fixtures.go 00:52:40 spire-1.2.1/test/util/cert_generation.go 00:52:40 spire-1.2.1/test/util/io_redirection.go 00:52:40 spire-1.2.1/test/util/race.go 00:52:40 spire-1.2.1/test/util/util.go 00:52:40 building spire from source... 00:52:40 Installing go1.17.7... 00:52:47 Building bin/spire-server... 00:52:47 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 00:52:47 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 00:52:47 go: downloading github.com/mitchellh/cli v1.1.2 00:52:47 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 00:52:47 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 00:52:47 go: downloading github.com/imdario/mergo v0.3.12 00:52:47 go: downloading github.com/sirupsen/logrus v1.8.1 00:52:47 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 00:52:47 go: downloading google.golang.org/grpc v1.44.0 00:52:47 go: downloading github.com/hashicorp/go-hclog v1.1.0 00:52:47 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 00:52:47 go: downloading github.com/fatih/color v1.13.0 00:52:47 go: downloading github.com/mattn/go-isatty v0.0.14 00:52:47 go: downloading github.com/hashicorp/go-plugin v1.4.3 00:52:47 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 00:52:47 go: downloading github.com/armon/go-metrics v0.3.10 00:52:47 go: downloading github.com/prometheus/client_golang v1.12.1 00:52:47 go: downloading github.com/uber-go/tally/v4 v4.1.1 00:52:47 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 00:52:47 go: downloading github.com/open-policy-agent/opa v0.38.0 00:52:47 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 00:52:47 go: downloading github.com/InVisionApp/go-logger v1.0.1 00:52:47 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 00:52:47 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 00:52:47 go: downloading github.com/mattn/go-colorable v0.1.12 00:52:47 go: downloading github.com/Masterminds/goutils v1.1.0 00:52:47 go: downloading github.com/Masterminds/semver v1.5.0 00:52:47 go: downloading github.com/google/uuid v1.1.2 00:52:47 go: downloading github.com/huandu/xstrings v1.3.2 00:52:47 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 00:52:47 go: downloading github.com/oklog/run v1.0.0 00:52:47 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 00:52:47 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 00:52:47 go: downloading github.com/prometheus/client_model v0.2.0 00:52:47 go: downloading github.com/prometheus/common v0.32.1 00:52:47 go: downloading github.com/beorn7/perks v1.0.1 00:52:47 go: downloading github.com/cespare/xxhash/v2 v2.1.2 00:52:47 go: downloading github.com/prometheus/procfs v0.7.3 00:52:47 go: downloading go.uber.org/atomic v1.9.0 00:52:47 go: downloading github.com/imkira/go-observer v1.0.3 00:52:47 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 00:52:47 go: downloading github.com/mitchellh/reflectwalk v1.0.1 00:52:47 go: downloading github.com/hashicorp/errwrap v1.1.0 00:52:47 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 00:52:47 go: downloading github.com/hashicorp/golang-lru v0.5.4 00:52:47 go: downloading github.com/twmb/murmur3 v1.1.6 00:52:47 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 00:52:47 go: downloading github.com/blang/semver/v4 v4.0.0 00:52:48 go: downloading github.com/go-sql-driver/mysql v1.6.0 00:52:48 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 00:52:48 go: downloading github.com/jinzhu/gorm v1.9.16 00:52:48 go: downloading github.com/lib/pq v1.10.4 00:52:48 go: downloading github.com/mattn/go-sqlite3 v1.14.12 00:52:48 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 00:52:48 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 00:52:48 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 00:52:50 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 00:52:50 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 00:52:50 go: downloading github.com/stretchr/testify v1.7.0 00:52:50 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 00:52:50 go: downloading github.com/aws/aws-sdk-go v1.43.0 00:52:56 go: downloading google.golang.org/api v0.70.0 00:52:56 go: downloading k8s.io/client-go v0.23.4 00:52:56 go: downloading k8s.io/api v0.23.4 00:52:56 go: downloading github.com/google/go-tpm v0.3.3 00:52:56 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 00:52:56 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 00:52:56 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 00:52:56 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 00:52:56 go: downloading cloud.google.com/go/storage v1.21.0 00:52:56 go: downloading cloud.google.com/go v0.100.2 00:52:56 go: downloading k8s.io/apimachinery v0.23.4 00:52:57 go: downloading k8s.io/kube-aggregator v0.23.3 00:52:57 go: downloading sigs.k8s.io/controller-runtime v0.11.1 00:52:57 go: downloading cloud.google.com/go/security v1.3.0 00:52:57 go: downloading github.com/hashicorp/vault/api v1.4.1 00:52:57 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 00:52:57 go: downloading github.com/jinzhu/inflection v1.0.0 00:52:57 go: downloading github.com/aws/smithy-go v1.11.0 00:52:57 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 00:52:57 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 00:52:57 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 00:52:57 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 00:52:57 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 00:52:57 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 00:52:57 go: downloading github.com/Azure/go-autorest/logger v0.2.1 00:52:57 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 00:52:57 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 00:52:57 go: downloading github.com/dimchansky/utfbom v1.1.1 00:52:57 go: downloading cloud.google.com/go/compute v1.3.0 00:52:57 go: downloading cloud.google.com/go/iam v0.1.1 00:52:58 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 00:52:58 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 00:53:01 go: downloading github.com/gogo/protobuf v1.3.2 00:53:01 go: downloading k8s.io/klog/v2 v2.30.0 00:53:01 go: downloading github.com/google/gofuzz v1.1.0 00:53:01 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 00:53:01 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 00:53:01 go: downloading github.com/spf13/pflag v1.0.5 00:53:01 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 00:53:01 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 00:53:01 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 00:53:01 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 00:53:01 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 00:53:01 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 00:53:01 go: downloading github.com/hashicorp/vault/sdk v0.4.1 00:53:01 go: downloading github.com/mitchellh/mapstructure v1.4.3 00:53:01 go: downloading github.com/tklauser/go-sysconf v0.3.9 00:53:01 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:53:01 go: downloading gopkg.in/yaml.v2 v2.4.0 00:53:01 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 00:53:01 go: downloading github.com/gobwas/glob v0.2.3 00:53:01 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 00:53:01 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 00:53:01 go: downloading github.com/jmespath/go-jmespath v0.4.0 00:53:01 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 00:53:01 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 00:53:01 go: downloading go.opencensus.io v0.23.0 00:53:01 go: downloading gopkg.in/inf.v0 v0.9.1 00:53:01 go: downloading github.com/google/go-cmp v0.5.7 00:53:01 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 00:53:02 go: downloading github.com/googleapis/gnostic v0.5.5 00:53:02 go: downloading github.com/go-logr/logr v1.2.2 00:53:02 go: downloading github.com/json-iterator/go v1.1.12 00:53:02 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 00:53:02 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 00:53:02 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 00:53:02 go: downloading go.uber.org/zap v1.21.0 00:53:02 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 00:53:02 go: downloading github.com/tklauser/numcpus v0.3.0 00:53:02 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 00:53:02 go: downloading sigs.k8s.io/yaml v1.3.0 00:53:02 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 00:53:02 go: downloading github.com/hashicorp/go-uuid v1.0.2 00:53:02 go: downloading github.com/hashicorp/go-version v1.2.0 00:53:02 go: downloading github.com/golang/snappy v0.0.4 00:53:02 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 00:53:02 go: downloading github.com/ryanuber/go-glob v1.0.0 00:53:02 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 00:53:02 go: downloading github.com/modern-go/reflect2 v1.0.2 00:53:02 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 00:53:02 go: downloading go.uber.org/multierr v1.6.0 00:53:08 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 00:53:08 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 00:53:18 Removing intermediate container c6d4f3eb8b7d 00:53:18 ---> 54095d8728bb 00:53:18 00:53:18 Step 10/23 : FROM alpine:3.14 00:53:18 Removing intermediate container f6cbf15385ad 00:53:18 ---> 2ffb8cd25c80 00:53:18 00:53:18 Step 10/23 : FROM alpine:3.14 00:53:18 Removing intermediate container c08cd5cfeaf6 00:53:18 ---> b244bba57f14 00:53:18 00:53:18 Step 9/20 : FROM alpine:3.15 00:53:18 Removing intermediate container 7753180666b5 00:53:18 ---> 7021a038a215 00:53:18 00:53:18 Step 10/22 : FROM alpine:3.14 00:53:18 3.14: Pulling from library/alpine 00:53:19 3.14: Pulling from library/alpine 00:53:19 3.14: Pulling from library/alpine 00:53:21 3.15: Pulling from library/alpine 00:53:21 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 00:53:21 Status: Downloaded newer image for alpine:3.14 00:53:21 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 00:53:21 Status: Image is up to date for alpine:3.14 00:53:21 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 00:53:21 Status: Image is up to date for alpine:3.14 00:53:21 ---> e04c818066af 00:53:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:53:21 ---> e04c818066af 00:53:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:53:21 ---> e04c818066af 00:53:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:53:22 ---> Running in e7b4e98b197b 00:53:22 ---> Running in 853bccdf2bc8 00:53:22 ---> Running in c8e76ae12b6e 00:53:22 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 00:53:22 Status: Downloaded newer image for alpine:3.15 00:53:22 ---> 0ac33e5f5afa 00:53:22 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:53:22 ---> Running in 10a3cacfa9c7 00:53:22 Removing intermediate container 10a3cacfa9c7 00:53:22 ---> 87b8d48873ba 00:53:22 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:22 ---> Running in ca7ef49cc09c 00:53:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:53:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:53:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:53:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:53:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:53:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:53:23 (1/1) Installing dumb-init (1.2.5-r1) 00:53:23 Executing busybox-1.33.1-r7.trigger 00:53:23 OK: 6 MiB in 15 packages 00:53:23 (1/1) Installing dumb-init (1.2.5-r1) 00:53:23 Executing busybox-1.33.1-r7.trigger 00:53:23 OK: 6 MiB in 15 packages 00:53:23 (1/1) Installing dumb-init (1.2.5-r1) 00:53:23 Executing busybox-1.33.1-r7.trigger 00:53:23 OK: 6 MiB in 15 packages 00:53:24 Removing intermediate container 853bccdf2bc8 00:53:24 ---> e2e38b8df493 00:53:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:53:24 Removing intermediate container e7b4e98b197b 00:53:24 ---> 53f589fe1f83 00:53:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:53:24 ---> Running in 0be0cdb7bacf 00:53:24 Removing intermediate container c8e76ae12b6e 00:53:24 ---> 94bdf302391b 00:53:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:53:24 ---> Running in 9e1cb1837df7 00:53:24 ---> Running in 3766e15ff336 00:53:24 Removing intermediate container ca7ef49cc09c 00:53:24 ---> 3079f6e44df9 00:53:24 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:53:24 ---> Running in 78e08cebd749 00:53:24 Removing intermediate container 9e1cb1837df7 00:53:24 ---> 51fcea17071d 00:53:24 Step 13/23 : ENV APP_PORT=59882 00:53:24 Removing intermediate container 0be0cdb7bacf 00:53:24 ---> a7401753117c 00:53:24 Step 13/23 : ENV APP_PORT=59881 00:53:24 ---> Running in c949a09f11bd 00:53:24 Removing intermediate container 3766e15ff336 00:53:24 ---> 70e541aac5bc 00:53:24 Step 13/22 : ENV APP_PORT=59861 00:53:24 ---> Running in e20b56b835e2 00:53:24 ---> Running in 4b453bcc755d 00:53:24 Removing intermediate container c949a09f11bd 00:53:24 ---> 6a8fe0b6b6ab 00:53:24 Step 14/23 : EXPOSE $APP_PORT 00:53:24 ---> Running in 695bf8db6aec 00:53:24 Removing intermediate container e20b56b835e2 00:53:24 ---> e88599730d18 00:53:24 Step 14/23 : EXPOSE $APP_PORT 00:53:24 ---> Running in 76c2f9c2c7b0 00:53:24 Removing intermediate container 4b453bcc755d 00:53:24 ---> 2fd0f6ba82e6 00:53:24 Step 14/22 : EXPOSE $APP_PORT 00:53:24 Removing intermediate container 695bf8db6aec 00:53:24 ---> 9aebb44318f9 00:53:24 Step 15/23 : WORKDIR / 00:53:25 ---> Running in 88e76d54a761 00:53:25 ---> Running in 65f33b640868 00:53:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:53:25 Removing intermediate container 76c2f9c2c7b0 00:53:25 ---> 09a137d95bee 00:53:25 Step 15/23 : WORKDIR / 00:53:25 ---> Running in 6f22ea22e180 00:53:25 Removing intermediate container 88e76d54a761 00:53:25 ---> 96cc9e7782fd 00:53:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:25 Removing intermediate container 65f33b640868 00:53:25 ---> ecd2cd121646 00:53:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:25 Removing intermediate container 6f22ea22e180 00:53:25 ---> 3c5ae3f86500 00:53:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:25 ---> a37701cca1ba 00:53:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:53:25 ---> e4bc30f5896c 00:53:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:53:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:53:25 ---> a0ae68d61339 00:53:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:53:26 v3.15.4-124-ga85ef407d0 [https://nl.alpinelinux.org/alpine/v3.15/main] 00:53:26 v3.15.4-129-gc4c38cd934 [https://nl.alpinelinux.org/alpine/v3.15/community] 00:53:26 OK: 15857 distinct packages available 00:53:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:53:26 ---> 87c95b32e6c4 00:53:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:53:26 ---> 521f53bbcdd0 00:53:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:53:26 ---> 70502f5e3e82 00:53:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:53:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:53:27 ---> c9e82780855a 00:53:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:53:27 ---> 6d5b7ba27176 00:53:27 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:53:27 ---> 0a99480a4c89 00:53:27 Step 19/23 : ENTRYPOINT ["/core-command"] 00:53:27 ---> Running in 32a1991ca5aa 00:53:27 ---> Running in 638e5edf71cf 00:53:27 ---> Running in a7eed7b32a66 00:53:27 Removing intermediate container 32a1991ca5aa 00:53:27 ---> bcdfa7af20a3 00:53:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:27 (1/9) Installing ca-certificates (20211220-r0) 00:53:27 Removing intermediate container 638e5edf71cf 00:53:27 ---> 4ab145c07289 00:53:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:27 (2/9) Installing brotli-libs (1.0.9-r5) 00:53:27 ---> Running in af524694b299 00:53:27 Removing intermediate container a7eed7b32a66 00:53:27 ---> cce6d589d4c0 00:53:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:27 (3/9) Installing nghttp2-libs (1.46.0-r0) 00:53:27 ---> Running in 9885e83ddc9c 00:53:27 ---> Running in 0599cbec5727 00:53:27 (4/9) Installing libcurl (7.80.0-r1) 00:53:27 Removing intermediate container af524694b299 00:53:27 ---> fe39f933f3c6 00:53:27 Step 20/22 : LABEL arch=x86_64 00:53:27 (5/9) Installing curl (7.80.0-r1) 00:53:27 ---> Running in 500474c94906 00:53:27 (6/9) Installing dumb-init (1.2.5-r1) 00:53:28 Removing intermediate container 0599cbec5727 00:53:28 ---> cba7a8a109a3 00:53:28 Step 21/23 : LABEL arch=x86_64 00:53:28 Removing intermediate container 9885e83ddc9c 00:53:28 ---> 9e1af189c395 00:53:28 Step 21/23 : LABEL arch=x86_64 00:53:28 (7/9) Installing musl-obstack (1.2.3-r0) 00:53:28 ---> Running in 45bcca47f361 00:53:28 ---> Running in 71330f71c7f4 00:53:28 (8/9) Installing libucontext (1.1-r0) 00:53:28 Removing intermediate container 500474c94906 00:53:28 ---> 3bf47d8c942b 00:53:28 Step 21/22 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:53:28 (9/9) Installing gcompat (1.0.0-r4) 00:53:28 ---> Running in 7857e3dcc14d 00:53:28 Executing busybox-1.34.1-r5.trigger 00:53:28 Executing ca-certificates-20211220-r0.trigger 00:53:28 Removing intermediate container 71330f71c7f4 00:53:28 ---> f87e4adcfca9 00:53:28 Step 22/23 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:53:28 OK: 8 MiB in 23 packages 00:53:28 ---> Running in ccc046957d71 00:53:28 Removing intermediate container 45bcca47f361 00:53:28 ---> 691a7de67a16 00:53:28 Step 22/23 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:53:28 ---> Running in f10cf7671f37 00:53:28 Removing intermediate container 7857e3dcc14d 00:53:28 ---> 41ca81f76dcb 00:53:28 Step 22/22 : LABEL version=2.2.1-dev.2 00:53:28 Removing intermediate container ccc046957d71 00:53:28 ---> 68a37ed32d99 00:53:28 Step 23/23 : LABEL version=2.2.1-dev.2 00:53:28 ---> Running in 6a787f9e7d1d 00:53:28 Removing intermediate container f10cf7671f37 00:53:28 ---> 5bf52eaad163 00:53:28 Step 23/23 : LABEL version=2.2.1-dev.2 00:53:28 ---> Running in 5d72b3d8846f 00:53:28 ---> Running in d068168281c0 00:53:29 Removing intermediate container 6a787f9e7d1d 00:53:29 ---> c4daff229d6a 00:53:29 00:53:29 Successfully built c4daff229d6a 00:53:29 Successfully tagged support-scheduler:latest 00:53:29  Building support-scheduler ... done Building support-notifications 00:53:29 Removing intermediate container d068168281c0 00:53:29 ---> 571528d873ec 00:53:29 00:53:29 Removing intermediate container 5d72b3d8846f 00:53:29 ---> 4058248089b9 00:53:29 00:53:29 Successfully built 571528d873ec 00:53:29 Successfully built 4058248089b9 00:53:29 Successfully tagged core-command:latest 00:53:29 Successfully tagged core-metadata:latest 00:53:29  Building core-command ... done  Building core-metadata ... done Building security-bootstrapper 00:53:29 Building security-proxy-setup 00:53:29 Removing intermediate container 78e08cebd749 00:53:29 ---> dc49317f0be9 00:53:29 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:31 ---> 26ca7cee4bbd 00:53:31 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 00:53:32 ---> a718e8cd2cc5 00:53:32 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 00:53:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-63548 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 00:53:32 Running in /w/workspace/edgex-go/229 [Pipeline] { [Pipeline] checkout 00:53:33 The recommended git tool is: git 00:53:33 ---> 1583125c06c1 00:53:33 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 00:53:33 ---> Running in c099237c6664 00:53:33 Removing intermediate container c099237c6664 00:53:33 ---> 5d2f938abfc0 00:53:33 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:34 ---> Running in 5b1e458e5f63 00:53:34 Removing intermediate container 5b1e458e5f63 00:53:34 ---> 8efb9ab15163 00:53:34 Step 18/20 : LABEL arch=x86_64 00:53:34 ---> Running in f81a7a691e36 00:53:35 Removing intermediate container f81a7a691e36 00:53:35 ---> 38878dd2b402 00:53:35 Step 19/20 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:53:35 ---> Running in 185cbf7421b0 00:53:35 Removing intermediate container 185cbf7421b0 00:53:35 ---> c2e24751ff4d 00:53:35 Step 20/20 : LABEL version=2.2.1-dev.2 00:53:36 ---> Running in d616aef8d09f 00:53:36 Removing intermediate container d616aef8d09f 00:53:36 ---> c0a799b3d3a7 00:53:36 00:53:37 Successfully built c0a799b3d3a7 00:53:37 Successfully tagged security-spiffe-token-provider:latest 00:53:37 Building security-secretstore-setup 00:53:38 using credential edgex-jenkins-ssh 00:53:38 Cloning the remote Git repository 00:53:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:53:38 > git init /w/workspace/edgex-go/229 # timeout=10 00:53:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:53:39 > git --version # timeout=10 00:53:39 > git --version # 'git version 2.25.1' 00:53:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:53:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:53:41  Building security-spiffe-token-provider ... done Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:53:41 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:53:41 ---> 2b5bd8fd47e7 00:53:41 Step 3/31 : WORKDIR /edgex-go 00:53:41 ---> Using cache 00:53:41 ---> a311a7d60ac1 00:53:41 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:41 ---> Using cache 00:53:41 ---> c9734ba0b01f 00:53:41 Step 5/31 : RUN apk add --update --no-cache make git 00:53:41 ---> Using cache 00:53:41 ---> 518231d397f6 00:53:41 Step 6/31 : COPY go.mod vendor* ./ 00:53:41 ---> Using cache 00:53:41 ---> b82774213e0a 00:53:41 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:53:41 ---> Using cache 00:53:41 ---> 8e4f92df391a 00:53:41 Step 8/31 : COPY . . 00:53:41 ---> Using cache 00:53:41 ---> 07bd5465a494 00:53:41 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:53:43 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:53:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:53:43 ---> 2b5bd8fd47e7 00:53:43 Step 3/22 : WORKDIR /edgex-go 00:53:43 ---> Using cache 00:53:43 ---> a311a7d60ac1 00:53:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:43 ---> Using cache 00:53:43 ---> c9734ba0b01f 00:53:43 Step 5/22 : RUN apk add --update --no-cache make git 00:53:43 ---> Using cache 00:53:43 ---> 518231d397f6 00:53:43 Step 6/22 : COPY go.mod vendor* ./ 00:53:43 ---> Using cache 00:53:43 ---> b82774213e0a 00:53:43 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:53:43 ---> Using cache 00:53:43 ---> 8e4f92df391a 00:53:43 Step 8/22 : COPY . . 00:53:43 ---> Using cache 00:53:43 ---> 07bd5465a494 00:53:43 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:53:43 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:53:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:53:43 ---> 2b5bd8fd47e7 00:53:43 Step 3/22 : WORKDIR /edgex-go 00:53:43 ---> Using cache 00:53:43 ---> a311a7d60ac1 00:53:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:43 ---> Using cache 00:53:43 ---> c9734ba0b01f 00:53:43 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:53:45 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:53:45 Step 2/25 : FROM ${BUILDER_BASE} AS builder 00:53:45 ---> 2b5bd8fd47e7 00:53:45 Step 3/25 : WORKDIR /edgex-go 00:53:45 ---> Using cache 00:53:45 ---> a311a7d60ac1 00:53:45 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:45 ---> Using cache 00:53:45 ---> c9734ba0b01f 00:53:45 Step 5/25 : RUN apk add --update --no-cache make git 00:53:45 ---> Using cache 00:53:45 ---> 518231d397f6 00:53:45 Step 6/25 : COPY go.mod vendor* ./ 00:53:45 ---> Using cache 00:53:45 ---> b82774213e0a 00:53:45 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:53:45 ---> Using cache 00:53:45 ---> 8e4f92df391a 00:53:45 Step 8/25 : COPY . . 00:53:45 ---> Using cache 00:53:45 ---> 07bd5465a494 00:53:45 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:53:47 ---> Running in e06258c398cc 00:53:47 ---> Running in c557f3eaab87 00:53:47 ---> Running in f7de11cdf6f4 00:53:47 ---> Running in e78c5c0eb669 00:53:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:53:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:53:48 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:53:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:53:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:53:49 OK: 221 MiB in 52 packages 00:53:50 Removing intermediate container e78c5c0eb669 00:53:50 ---> a03320c5730d 00:53:50 Step 6/22 : COPY go.mod vendor* ./ 00:53:51 ---> 74c7052023e1 00:53:51 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:53:51 ---> Running in 3f7cd060a033 00:53:53 Removing intermediate container 3f7cd060a033 00:53:53 ---> 8626def6d25f 00:53:53 Step 8/22 : COPY . . 00:53:54 Avoid second fetch 00:53:54 Checking out Revision f46214d8b4dc43d22667d6f4b353dd405c8ef220 (main) 00:53:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:53:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:53:54 > git config core.sparsecheckout # timeout=10 00:53:54 > git checkout -f f46214d8b4dc43d22667d6f4b353dd405c8ef220 # timeout=10 00:53:59 Commit message: "docs: Publish swager to 2.3.0 (#4023)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:54:00 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:54:00 % Total % Received % Xferd Average Speed Time Time Time Current 00:54:00 Dload Upload Total Spent Left Speed 00:54:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 91100 0 --:--:-- --:--:-- --:--:-- 90404 100 11843 100 11843 0 0 90404 0 --:--:-- --:--:-- --:--:-- 89719 [Pipeline] sh 00:54:00 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:54:01 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:54:01 + sudo tee /etc/docker/daemon.new 00:54:01 { 00:54:01 "registry-mirrors": [ 00:54:01 "https://nexus3.edgexfoundry.org:10001" 00:54:01 ], 00:54:01 "bip": "10.250.0.254/24", 00:54:01 "hosts": [ 00:54:01 "tcp://0.0.0.0:5555", 00:54:01 "unix:///var/run/docker.sock" 00:54:01 ], 00:54:01 "mtu": 1458, 00:54:01 "selinux-enabled": true, 00:54:01 "seccomp-profile": "/etc/docker/seccomp.json" 00:54:01 } [Pipeline] sh 00:54:01 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:54:01 + sudo service docker restart 00:54:03 ---> d80c84fac396 00:54:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:54:03 ---> Running in ded19a6641bd 00:54:04 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:54:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:54:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:20 provisioning config files... 00:54:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/229@tmp/config7131614395214026586tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:54:20 ---> docker-login.sh 00:54:20 nexus3.edgexfoundry.org:10001 00:54:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:54:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:54:21 Configure a credential helper to remove this warning. See 00:54:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:54:21 00:54:21 Login Succeeded 00:54:21 nexus3.edgexfoundry.org:10002 00:54:21 Removing intermediate container e06258c398cc 00:54:21 ---> 4844d8ed31cb 00:54:21 00:54:21 Step 10/31 : FROM alpine:3.14 00:54:21 ---> e04c818066af 00:54:21 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:54:21 Removing intermediate container c557f3eaab87 00:54:21 ---> 336de999af56 00:54:21 00:54:21 Step 10/25 : FROM alpine:3.14 00:54:21 ---> e04c818066af 00:54:21 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 00:54:21 Removing intermediate container f7de11cdf6f4 00:54:21 ---> 894e3beb8c28 00:54:21 00:54:21 Step 10/22 : FROM alpine:3.14 00:54:21 ---> e04c818066af 00:54:21 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 00:54:21 ---> Running in e240abf95bdc 00:54:21 ---> Running in 079617649f0a 00:54:21 ---> Running in 587d03922f42 00:54:21 Removing intermediate container e240abf95bdc 00:54:21 ---> 65c90641063f 00:54:21 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:54:21 ---> Running in f08b495c23a7 00:54:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:54:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:54:21 Configure a credential helper to remove this warning. See 00:54:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:54:21 00:54:21 Login Succeeded 00:54:21 nexus3.edgexfoundry.org:10003 00:54:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:54:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:54:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:54:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:54:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:54:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:54:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:54:22 Configure a credential helper to remove this warning. See 00:54:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:54:22 00:54:22 Login Succeeded 00:54:22 nexus3.edgexfoundry.org:10004 00:54:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:54:22 (1/6) Installing ca-certificates (20211220-r0) 00:54:22 (2/6) Installing brotli-libs (1.0.9-r5) 00:54:22 (3/6) Installing nghttp2-libs (1.43.0-r0) 00:54:22 (4/6) Installing libcurl (7.79.1-r1) 00:54:22 (5/6) Installing curl (7.79.1-r1) 00:54:22 (6/6) Installing dumb-init (1.2.5-r1) 00:54:22 Executing busybox-1.33.1-r7.trigger 00:54:22 Executing ca-certificates-20211220-r0.trigger 00:54:22 (1/3) Installing ca-certificates (20211220-r0) 00:54:22 OK: 8 MiB in 20 packages 00:54:22 (2/3) Installing dumb-init (1.2.5-r1) 00:54:22 (3/3) Installing su-exec (0.2-r1) 00:54:22 (1/2) Installing dumb-init (1.2.5-r1) 00:54:22 Executing busybox-1.33.1-r7.trigger 00:54:22 (2/2) Installing su-exec (0.2-r1) 00:54:22 Executing ca-certificates-20211220-r0.trigger 00:54:22 Executing busybox-1.33.1-r7.trigger 00:54:22 OK: 6 MiB in 16 packages 00:54:22 OK: 6 MiB in 17 packages 00:54:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:54:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:54:22 Configure a credential helper to remove this warning. See 00:54:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:54:22 00:54:22 Login Succeeded 00:54:22 docker.io 00:54:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:54:23 Removing intermediate container 079617649f0a 00:54:23 ---> 7f2b3530d7e8 00:54:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:54:23 Removing intermediate container f08b495c23a7 00:54:23 ---> 4da17c4c95f4 00:54:23 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:54:23 ---> Running in 3255c0868eda 00:54:23 Removing intermediate container 587d03922f42 00:54:23 ---> fe4963e4b7e6 00:54:23 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:54:23 ---> Running in d7156a00280f 00:54:23 ---> Running in b55f5a2dd54d 00:54:23 Removing intermediate container 3255c0868eda 00:54:23 ---> 46ff24f465ae 00:54:23 Step 13/22 : WORKDIR /edgex 00:54:23 ---> Running in 6502c4fe067d 00:54:23 Removing intermediate container b55f5a2dd54d 00:54:23 ---> 93e3a1a16cfb 00:54:23 Step 13/25 : WORKDIR / 00:54:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:54:23 Configure a credential helper to remove this warning. See 00:54:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:54:23 00:54:23 Login Succeeded 00:54:23 ---> docker-login.sh ends [Pipeline] } 00:54:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 00:54:23 Removing intermediate container d7156a00280f 00:54:23 ---> 0d5312644fbd 00:54:23 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:54:23 ---> Running in 4eb5425cee8f 00:54:23 Removing intermediate container 6502c4fe067d 00:54:23 ---> 61ba24147536 00:54:23 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:54:23 ---> Running in fb475938fc12 00:54:24 Removing intermediate container 4eb5425cee8f 00:54:24 ---> 56d23afef761 00:54:24 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:54:24 Removing intermediate container fb475938fc12 00:54:24 ---> 77b4332991f5 00:54:24 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:54:24 ---> daba39fd0652 00:54:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:54:24 ---> Running in bff8f11cb98e [Pipeline] echo 00:54:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:54:24 ========================================================= 00:54:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 00:54:24 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:54:24 ---> 4bd72e27f6db 00:54:24 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:54:24 ---> cfb293ca2893 00:54:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:54:24 ---> fac9ec9762e0 00:54:24 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:54:24 ---> 8703598745f0 00:54:24 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 00:54:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 00:54:24 ---> 5dee8f246c60 00:54:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:54:24 Removing intermediate container bff8f11cb98e 00:54:24 ---> de43ba65364d 00:54:24 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:54:24 ---> 67f74146145b 00:54:24 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:54:24 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:54:24 9b3977197b4f: Pulling fs layer 00:54:24 1a89e8eeedd5: Pulling fs layer 00:54:24 94645a83ff95: Pulling fs layer 00:54:24 3f3a8bcf1eab: Pulling fs layer 00:54:24 0c92f367c5e7: Pulling fs layer 00:54:24 3096ccb668a1: Pulling fs layer 00:54:24 e8cf19c19ddd: Pulling fs layer 00:54:24 a4caa8a26152: Pulling fs layer 00:54:24 3096ccb668a1: Waiting 00:54:24 e8cf19c19ddd: Waiting 00:54:24 3f3a8bcf1eab: Waiting 00:54:24 0c92f367c5e7: Waiting 00:54:24 a4caa8a26152: Waiting 00:54:24 94645a83ff95: Verifying Checksum 00:54:24 94645a83ff95: Download complete 00:54:24 1a89e8eeedd5: Download complete 00:54:24 0c92f367c5e7: Verifying Checksum 00:54:24 0c92f367c5e7: Download complete 00:54:24 3096ccb668a1: Verifying Checksum 00:54:24 3096ccb668a1: Download complete 00:54:24 9b3977197b4f: Download complete 00:54:24 e8cf19c19ddd: Verifying Checksum 00:54:24 e8cf19c19ddd: Download complete 00:54:25 ---> Running in c25adcbf4a75 00:54:25 ---> 388526124eb6 00:54:25 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:54:25 Removing intermediate container c25adcbf4a75 00:54:25 ---> e58c05c00d87 00:54:25 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:54:25 ---> Running in ca4840aeeab8 00:54:25 ---> 36854bbb5407 00:54:25 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:54:25 ---> 450d62a940c0 00:54:25 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:54:25 ---> Running in 281c643f0482 00:54:25 9b3977197b4f: Pull complete 00:54:26 1a89e8eeedd5: Pull complete 00:54:26 ---> 112c75a93e55 00:54:26 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:54:26 Removing intermediate container ca4840aeeab8 00:54:26 ---> 49fef7bab516 00:54:26 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 00:54:26 ---> 4075ba7424fb 00:54:26 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/ 00:54:26 ---> Running in dd3865328735 00:54:26 ---> Running in 324638698a48 00:54:26 94645a83ff95: Pull complete 00:54:26 Removing intermediate container dd3865328735 00:54:26 ---> 78fe5b546d0f 00:54:26 Step 20/22 : LABEL arch=x86_64 00:54:26 ---> Running in b1a16be340a8 00:54:26 Removing intermediate container 281c643f0482 00:54:26 ---> 62835a86ba57 00:54:26 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:26 Removing intermediate container b1a16be340a8 00:54:26 ---> 1819e6e6d907 00:54:26 Step 21/22 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:54:26 ---> b2ba2f9dde81 00:54:26 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:54:26 ---> Running in 54aad743688b 00:54:27 a4caa8a26152: Verifying Checksum 00:54:27 a4caa8a26152: Download complete 00:54:27 Removing intermediate container 54aad743688b 00:54:27 ---> 78b9b8e7790a 00:54:27 Step 22/22 : LABEL version=2.2.1-dev.2 00:54:27 ---> 33a8ea508cfe 00:54:27 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:54:27 Removing intermediate container 324638698a48 00:54:27 ---> 06173e2c86d0 00:54:27 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 00:54:27 3f3a8bcf1eab: Verifying Checksum 00:54:27 3f3a8bcf1eab: Download complete 00:54:27 ---> Running in 559dc5e624f8 00:54:27 ---> Running in 174180a2d3be 00:54:27 ---> c52c5e593aa0 00:54:27 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:54:27 Removing intermediate container 559dc5e624f8 00:54:27 ---> 7f068443b912 00:54:27 00:54:28 Removing intermediate container 174180a2d3be 00:54:28 ---> a65603c8dc0d 00:54:28 Step 23/25 : LABEL arch=x86_64 00:54:28 ---> 7bad390b7eed 00:54:28 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:54:28 ---> Running in 7a3b2fa11631 00:54:28 Successfully built 7f068443b912 00:54:28 Successfully tagged security-proxy-setup:latest 00:54:28 Building security-spire-config 00:54:28  Building security-proxy-setup ... done  ---> 541a475ab4b2 00:54:28 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:54:30 Removing intermediate container 7a3b2fa11631 00:54:30 ---> b87e2bdd7383 00:54:30 Step 24/25 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:54:31 ---> Running in bffc26c7eb1a 00:54:31 ---> Running in 05c93dc2bd6e 00:54:31 Removing intermediate container bffc26c7eb1a 00:54:31 ---> 9ae208278438 00:54:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:54:31 Removing intermediate container ded19a6641bd 00:54:31 ---> 6dec8e34526f 00:54:31 00:54:31 Step 10/22 : FROM alpine:3.14 00:54:31 ---> e04c818066af 00:54:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:54:31 Removing intermediate container 05c93dc2bd6e 00:54:31 ---> e79b023ca8a9 00:54:31 Step 25/25 : LABEL version=2.2.1-dev.2 00:54:31 ---> Running in b55edab2a1fe 00:54:31 ---> Running in 7511110c8e7c 00:54:31 ---> 5627b7ce602a 00:54:31 Step 26/31 : RUN chmod +x /entrypoint.sh 00:54:32 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:54:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:54:32 ---> 2b5bd8fd47e7 00:54:32 Step 3/26 : WORKDIR /edgex-go 00:54:32 ---> Using cache 00:54:32 ---> a311a7d60ac1 00:54:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:32 ---> Using cache 00:54:32 ---> c9734ba0b01f 00:54:32 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 00:54:32 Removing intermediate container 7511110c8e7c 00:54:32 ---> 3d66d35b9ffa 00:54:32 00:54:32 Successfully built 3d66d35b9ffa 00:54:32 ---> Running in beb561358d84 00:54:32 ---> Running in 0ccda5307560 00:54:32 Successfully tagged security-secretstore-setup:latest 00:54:32 Building security-spire-agent 00:54:32  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:54:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:54:32 (1/2) Installing ca-certificates (20211220-r0) 00:54:32 (2/2) Installing dumb-init (1.2.5-r1) 00:54:32 Executing busybox-1.33.1-r7.trigger 00:54:32 Executing ca-certificates-20211220-r0.trigger 00:54:32 OK: 6 MiB in 16 packages 00:54:32 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:54:34 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:54:34 OK: 221 MiB in 52 packages 00:54:35 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:54:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:54:35 ---> 2b5bd8fd47e7 00:54:35 Step 3/26 : WORKDIR /edgex-go 00:54:35 ---> Using cache 00:54:35 ---> a311a7d60ac1 00:54:35 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:35 ---> Using cache 00:54:35 ---> c9734ba0b01f 00:54:35 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 00:54:36 ---> Running in 4e9e18f76d37 00:54:36 Removing intermediate container beb561358d84 00:54:36 ---> 4952c8a10af3 00:54:36 Step 6/26 : COPY go.mod vendor* ./ 00:54:36 Removing intermediate container 0ccda5307560 00:54:36 ---> cad07c15267e 00:54:36 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:54:36 Removing intermediate container b55edab2a1fe 00:54:36 ---> 6c547476167d 00:54:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:54:36 ---> Running in 2c855e557afa 00:54:36 ---> Running in 328546a739d7 00:54:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:54:36 ---> 0ffb1a716570 00:54:36 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:54:36 ---> Running in 7bf19b9a7bb9 00:54:36 Removing intermediate container 2c855e557afa 00:54:36 ---> 0206c795c08e 00:54:36 Step 28/31 : CMD ["gate"] 00:54:36 Removing intermediate container 328546a739d7 00:54:36 ---> 014ae657ddcf 00:54:36 Step 13/22 : ENV APP_PORT=59860 00:54:37 ---> Running in 8bb90c862400 00:54:37 ---> Running in 6c23dff32cc5 00:54:37 Removing intermediate container 8bb90c862400 00:54:37 ---> 7053a6028be3 00:54:37 Step 29/31 : LABEL arch=x86_64 00:54:37 Removing intermediate container 6c23dff32cc5 00:54:37 ---> 27f194708904 00:54:37 Step 14/22 : EXPOSE $APP_PORT 00:54:37 ---> Running in 074b32e187ca 00:54:37 ---> Running in 44fc58615994 00:54:37 Removing intermediate container 074b32e187ca 00:54:37 ---> 3afec956f9a7 00:54:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:37 Removing intermediate container 44fc58615994 00:54:37 ---> f12866281f53 00:54:37 Step 30/31 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:54:37 ---> Running in f93ea9a1cf8d 00:54:37 ---> 8a235b78febf 00:54:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:54:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:54:37 Removing intermediate container f93ea9a1cf8d 00:54:37 ---> e4aeb94d5294 00:54:37 Step 31/31 : LABEL version=2.2.1-dev.2 00:54:37 ---> Running in 799ea7bed28e 00:54:37 Removing intermediate container 7bf19b9a7bb9 00:54:37 ---> 4b20460bbcac 00:54:37 Step 8/26 : COPY . . 00:54:37 OK: 221 MiB in 52 packages 00:54:38 Removing intermediate container 799ea7bed28e 00:54:38 ---> 98be43ce1ca4 00:54:38 00:54:38 Successfully built 98be43ce1ca4 00:54:38 Successfully tagged security-bootstrapper:latest 00:54:38  Building security-bootstrapper ... done Building sys-mgmt-agent 00:54:40 3f3a8bcf1eab: Pull complete 00:54:40 0c92f367c5e7: Pull complete 00:54:40 3096ccb668a1: Pull complete 00:54:40 e8cf19c19ddd: Pull complete 00:54:42 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:54:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:54:42 ---> 2b5bd8fd47e7 00:54:42 Step 3/23 : WORKDIR /edgex-go 00:54:42 ---> Using cache 00:54:42 ---> a311a7d60ac1 00:54:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:42 ---> Using cache 00:54:42 ---> c9734ba0b01f 00:54:42 Step 5/23 : RUN apk add --update --no-cache make bash git 00:54:42 ---> 9264f278663f 00:54:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:54:42 ---> Running in e6f0b708b4a1 00:54:43 ---> 8f9aae7a92a1 00:54:43 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 00:54:43 Removing intermediate container 4e9e18f76d37 00:54:43 ---> 24ebc26c430c 00:54:43 Step 6/26 : COPY go.mod vendor* ./ 00:54:43 ---> 77bbf695444e 00:54:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:54:43 ---> Running in 464c40605841 00:54:43 ---> Running in b8083f58b702 00:54:43 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:54:43 Removing intermediate container 464c40605841 00:54:43 ---> e33b6033e647 00:54:43 Step 10/26 : RUN mkdir -p spire-build 00:54:43 ---> e22a498f46a6 00:54:43 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:54:43 Removing intermediate container b8083f58b702 00:54:43 ---> c200eb86eecd 00:54:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:43 ---> Running in 7ef9b4f99299 00:54:43 ---> Running in 322e81c5c2f8 00:54:43 ---> Running in 1337f733ca46 00:54:43 Removing intermediate container 1337f733ca46 00:54:43 ---> f2483ab82bfc 00:54:43 Step 20/22 : LABEL arch=x86_64 00:54:43 ---> Running in 0f3fefc69ea7 00:54:43 Removing intermediate container 0f3fefc69ea7 00:54:43 ---> b2a1c588bddd 00:54:43 Step 21/22 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:54:43 ---> Running in a52d0926b73d 00:54:43 Removing intermediate container a52d0926b73d 00:54:43 ---> 199d46cf023d 00:54:43 Step 22/22 : LABEL version=2.2.1-dev.2 00:54:43 ---> Running in a7f9a983d3b8 00:54:43 Removing intermediate container a7f9a983d3b8 00:54:43 ---> a46faee45d2a 00:54:43 00:54:44 Successfully built a46faee45d2a 00:54:44 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:54:44 Successfully tagged support-notifications:latest 00:54:44 Building core-data 00:54:44  Building support-notifications ... done OK: 221 MiB in 52 packages 00:54:44 Removing intermediate container 322e81c5c2f8 00:54:44 ---> 8b7bfb3e1a5a 00:54:44 Step 11/26 : WORKDIR /edgex-go/spire-build 00:54:46 ---> Running in 080a1e9e8b9b 00:54:47 Removing intermediate container 7ef9b4f99299 00:54:47 ---> e37bd956299f 00:54:47 Step 8/26 : COPY . . 00:54:47 Removing intermediate container e6f0b708b4a1 00:54:47 ---> a6b4392a7c59 00:54:47 Step 6/23 : COPY go.mod vendor* ./ 00:54:47 Removing intermediate container 080a1e9e8b9b 00:54:47 ---> abd1262922b0 00:54:47 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 00:54:47 ---> Running in a3c250bfd585 00:54:47 a4caa8a26152: Pull complete 00:54:47 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 00:54:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 00:54:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 00:54:47 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:54:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:54:47 ---> 2b5bd8fd47e7 00:54:47 Step 3/23 : WORKDIR /edgex-go 00:54:47 ---> Using cache 00:54:47 ---> a311a7d60ac1 00:54:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:47 ---> Using cache 00:54:47 ---> c9734ba0b01f 00:54:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] fileExists [Pipeline] sh 00:54:47 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 00:54:47 WORKDIR /edgex 00:54:47 COPY go.mod . 00:54:47 RUN go mod download 00:54:47 + docker build -t ci-base-image-arm64 -f - . 00:54:49 ---> 46d603a614aa 00:54:49 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:54:49 ---> Running in 556128add600 00:54:49 ---> Running in 43bec26339b8 00:54:49 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:54:50 spire-1.2.1/ 00:54:50 spire-1.2.1/.data/ 00:54:50 spire-1.2.1/.data/.file 00:54:50 spire-1.2.1/.dockerignore 00:54:50 spire-1.2.1/.gitattributes 00:54:50 spire-1.2.1/.githooks/ 00:54:50 spire-1.2.1/.githooks/pre-commit 00:54:50 spire-1.2.1/.github/ 00:54:50 spire-1.2.1/.github/ISSUE_TEMPLATE.md 00:54:50 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 00:54:50 spire-1.2.1/.github/dependabot.yml 00:54:50 spire-1.2.1/.github/workflows/ 00:54:50 spire-1.2.1/.github/workflows/nightly_build.yaml 00:54:50 spire-1.2.1/.github/workflows/pr_build.yaml 00:54:50 spire-1.2.1/.github/workflows/release_build.yaml 00:54:50 spire-1.2.1/.github/workflows/scripts/ 00:54:50 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 00:54:50 spire-1.2.1/.github/workflows/scripts/push-images.sh 00:54:50 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 00:54:50 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 00:54:50 spire-1.2.1/.github/workflows/scripts/split.sh 00:54:50 spire-1.2.1/.gitignore 00:54:50 spire-1.2.1/.go-version 00:54:50 spire-1.2.1/.golangci.yml 00:54:50 spire-1.2.1/ADOPTERS.md 00:54:50 spire-1.2.1/CHANGELOG.md 00:54:50 spire-1.2.1/CODE-OF-CONDUCT.md 00:54:50 spire-1.2.1/CODEOWNERS 00:54:50 spire-1.2.1/CONTRIBUTING.md 00:54:50 spire-1.2.1/Dockerfile 00:54:50 spire-1.2.1/Dockerfile.dev 00:54:50 spire-1.2.1/Dockerfile.scratch 00:54:50 spire-1.2.1/LICENSE 00:54:50 spire-1.2.1/MAINTAINERS.md 00:54:50 spire-1.2.1/Makefile 00:54:50 spire-1.2.1/README.md 00:54:50 spire-1.2.1/ROADMAP.md 00:54:50 spire-1.2.1/SECURITY.md 00:54:50 spire-1.2.1/cmd/ 00:54:50 spire-1.2.1/cmd/spire-agent/ 00:54:50 spire-1.2.1/cmd/spire-agent/cli/ 00:54:50 spire-1.2.1/cmd/spire-agent/cli/api/ 00:54:50 spire-1.2.1/cmd/spire-agent/cli/api/common.go 00:54:50 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 00:54:50 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 00:54:50 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 00:54:50 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 00:54:50 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 00:54:50 spire-1.2.1/cmd/spire-agent/cli/cli.go 00:54:50 spire-1.2.1/cmd/spire-agent/cli/common/ 00:54:50 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 00:54:50 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 00:54:50 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 00:54:50 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 00:54:50 spire-1.2.1/cmd/spire-agent/cli/run/ 00:54:50 spire-1.2.1/cmd/spire-agent/cli/run/run.go 00:54:50 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 00:54:50 spire-1.2.1/cmd/spire-agent/cli/validate/ 00:54:50 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 00:54:50 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 00:54:50 spire-1.2.1/cmd/spire-agent/main.go 00:54:50 spire-1.2.1/cmd/spire-server/ 00:54:50 spire-1.2.1/cmd/spire-server/cli/ 00:54:50 spire-1.2.1/cmd/spire-server/cli/agent/ 00:54:50 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/agent/count.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/agent/list.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/agent/show.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/bundle/ 00:54:50 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/cli.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/entry/ 00:54:50 spire-1.2.1/cmd/spire-server/cli/entry/count.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/entry/create.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/entry/show.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/entry/update.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/entry/util.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/federation/ 00:54:50 spire-1.2.1/cmd/spire-server/cli/federation/common.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/federation/create.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/federation/list.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/federation/show.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/federation/update.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 00:54:50 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/jwt/ 00:54:50 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/run/ 00:54:50 spire-1.2.1/cmd/spire-server/cli/run/run.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/token/ 00:54:50 spire-1.2.1/cmd/spire-server/cli/token/generate.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/validate/ 00:54:50 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/x509/ 00:54:50 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 00:54:50 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 00:54:50 spire-1.2.1/cmd/spire-server/main.go 00:54:50 spire-1.2.1/cmd/spire-server/util/ 00:54:50 spire-1.2.1/cmd/spire-server/util/util.go 00:54:50 spire-1.2.1/conf/ 00:54:50 spire-1.2.1/conf/agent/ 00:54:50 spire-1.2.1/conf/agent/agent.conf 00:54:50 spire-1.2.1/conf/agent/agent_full.conf 00:54:50 spire-1.2.1/conf/agent/dummy_root_ca.crt 00:54:50 spire-1.2.1/conf/server/ 00:54:50 spire-1.2.1/conf/server/dummy_upstream_ca.crt 00:54:50 spire-1.2.1/conf/server/dummy_upstream_ca.key 00:54:50 spire-1.2.1/conf/server/server.conf 00:54:50 spire-1.2.1/conf/server/server_full.conf 00:54:50 spire-1.2.1/doc/ 00:54:50 spire-1.2.1/doc/SPIRE101.md 00:54:50 spire-1.2.1/doc/auditlog.md 00:54:50 spire-1.2.1/doc/authorization_policy_engine.md 00:54:50 spire-1.2.1/doc/changelog_guidelines.md 00:54:50 spire-1.2.1/doc/cure53-report.pdf 00:54:50 spire-1.2.1/doc/images/ 00:54:50 spire-1.2.1/doc/images/2019_roadmap.png 00:54:50 spire-1.2.1/doc/images/SPIRE101.png 00:54:50 spire-1.2.1/doc/images/SPIRE_agent.png 00:54:50 spire-1.2.1/doc/images/SPIRE_server.png 00:54:50 spire-1.2.1/doc/images/cache_mgr.png 00:54:50 spire-1.2.1/doc/images/cache_mgr_components.png 00:54:50 spire-1.2.1/doc/images/federated_spire.png 00:54:50 spire-1.2.1/doc/images/ha_mode.png 00:54:50 spire-1.2.1/doc/images/nested_spire.png 00:54:50 spire-1.2.1/doc/images/oidc_federation.png 00:54:50 spire-1.2.1/doc/images/single_trust_domain.png 00:54:50 spire-1.2.1/doc/images/spiffe_compatible.png 00:54:50 spire-1.2.1/doc/images/spire_logo.png 00:54:50 spire-1.2.1/doc/migrating_registration_api_clients.md 00:54:50 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 00:54:50 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 00:54:50 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 00:54:50 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 00:54:50 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 00:54:50 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 00:54:50 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 00:54:50 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 00:54:50 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 00:54:50 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 00:54:50 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 00:54:50 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 00:54:50 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 00:54:50 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 00:54:50 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 00:54:50 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 00:54:50 spire-1.2.1/doc/plugin_server_datastore_sql.md 00:54:50 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 00:54:50 spire-1.2.1/doc/plugin_server_keymanager_disk.md 00:54:50 spire-1.2.1/doc/plugin_server_keymanager_memory.md 00:54:50 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 00:54:50 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 00:54:50 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 00:54:50 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 00:54:50 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 00:54:50 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 00:54:50 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 00:54:50 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 00:54:50 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 00:54:50 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 00:54:50 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 00:54:50 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 00:54:50 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 00:54:50 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 00:54:50 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 00:54:50 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 00:54:50 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 00:54:50 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 00:54:50 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 00:54:50 spire-1.2.1/doc/scaling_spire.md 00:54:50 spire-1.2.1/doc/spire_agent.md 00:54:50 spire-1.2.1/doc/spire_server.md 00:54:50 spire-1.2.1/doc/supported_integrations.md 00:54:50 spire-1.2.1/doc/telemetry.md 00:54:50 spire-1.2.1/doc/telemetry_config.md 00:54:50 spire-1.2.1/doc/upgrading.md 00:54:50 spire-1.2.1/doc/using_spire.md 00:54:50 spire-1.2.1/examples/ 00:54:50 spire-1.2.1/examples/README.md 00:54:50 spire-1.2.1/go.mod 00:54:50 spire-1.2.1/go.sum 00:54:50 spire-1.2.1/pkg/ 00:54:50 spire-1.2.1/pkg/agent/ 00:54:50 spire-1.2.1/pkg/agent/agent.go 00:54:50 spire-1.2.1/pkg/agent/api/ 00:54:50 spire-1.2.1/pkg/agent/api/config.go 00:54:50 spire-1.2.1/pkg/agent/api/debug/ 00:54:50 spire-1.2.1/pkg/agent/api/debug/v1/ 00:54:50 spire-1.2.1/pkg/agent/api/debug/v1/service.go 00:54:50 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 00:54:50 spire-1.2.1/pkg/agent/api/delegatedidentity/ 00:54:50 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 00:54:50 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 00:54:50 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 00:54:50 spire-1.2.1/pkg/agent/api/endpoints.go 00:54:50 spire-1.2.1/pkg/agent/api/health/ 00:54:50 spire-1.2.1/pkg/agent/api/health/v1/ 00:54:50 spire-1.2.1/pkg/agent/api/health/v1/service.go 00:54:50 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 00:54:50 spire-1.2.1/pkg/agent/api/rpccontext/ 00:54:50 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 00:54:50 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 00:54:50 spire-1.2.1/pkg/agent/attestor/ 00:54:50 spire-1.2.1/pkg/agent/attestor/node/ 00:54:50 spire-1.2.1/pkg/agent/attestor/node/experimental.go 00:54:50 spire-1.2.1/pkg/agent/attestor/node/node.go 00:54:50 spire-1.2.1/pkg/agent/attestor/node/node_test.go 00:54:50 spire-1.2.1/pkg/agent/attestor/workload/ 00:54:50 spire-1.2.1/pkg/agent/attestor/workload/workload.go 00:54:50 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 00:54:50 spire-1.2.1/pkg/agent/catalog/ 00:54:50 spire-1.2.1/pkg/agent/catalog/catalog.go 00:54:50 spire-1.2.1/pkg/agent/catalog/keymanager.go 00:54:50 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 00:54:50 spire-1.2.1/pkg/agent/catalog/svidstore.go 00:54:50 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 00:54:50 spire-1.2.1/pkg/agent/client/ 00:54:50 spire-1.2.1/pkg/agent/client/client.go 00:54:50 spire-1.2.1/pkg/agent/client/client_test.go 00:54:50 spire-1.2.1/pkg/agent/client/dial.go 00:54:50 spire-1.2.1/pkg/agent/client/nodeconn.go 00:54:50 spire-1.2.1/pkg/agent/client/nodeconn_test.go 00:54:50 spire-1.2.1/pkg/agent/client/update.go 00:54:50 spire-1.2.1/pkg/agent/client/util.go 00:54:50 spire-1.2.1/pkg/agent/common/ 00:54:50 spire-1.2.1/pkg/agent/common/backoff/ 00:54:50 spire-1.2.1/pkg/agent/common/backoff/backoff.go 00:54:50 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 00:54:50 spire-1.2.1/pkg/agent/common/cgroups/ 00:54:50 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 00:54:50 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 00:54:50 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 00:54:50 spire-1.2.1/pkg/agent/config.go 00:54:50 spire-1.2.1/pkg/agent/endpoints/ 00:54:50 spire-1.2.1/pkg/agent/endpoints/config.go 00:54:50 spire-1.2.1/pkg/agent/endpoints/endpoints.go 00:54:50 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 00:54:50 spire-1.2.1/pkg/agent/endpoints/metrics.go 00:54:50 spire-1.2.1/pkg/agent/endpoints/middleware.go 00:54:50 spire-1.2.1/pkg/agent/endpoints/peertracker.go 00:54:50 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 00:54:50 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 00:54:50 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 00:54:50 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 00:54:50 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 00:54:50 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 00:54:50 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 00:54:50 spire-1.2.1/pkg/agent/endpoints/workload/ 00:54:50 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 00:54:50 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 00:54:50 spire-1.2.1/pkg/agent/manager/ 00:54:50 spire-1.2.1/pkg/agent/manager/cache/ 00:54:50 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 00:54:50 spire-1.2.1/pkg/agent/manager/cache/cache.go 00:54:50 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 00:54:50 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 00:54:50 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 00:54:50 spire-1.2.1/pkg/agent/manager/cache/sets.go 00:54:50 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 00:54:50 spire-1.2.1/pkg/agent/manager/config.go 00:54:50 spire-1.2.1/pkg/agent/manager/manager.go 00:54:50 spire-1.2.1/pkg/agent/manager/manager_test.go 00:54:50 spire-1.2.1/pkg/agent/manager/storage.go 00:54:50 spire-1.2.1/pkg/agent/manager/storage_test.go 00:54:50 spire-1.2.1/pkg/agent/manager/storecache/ 00:54:50 spire-1.2.1/pkg/agent/manager/storecache/cache.go 00:54:50 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 00:54:50 spire-1.2.1/pkg/agent/manager/sync.go 00:54:50 spire-1.2.1/pkg/agent/plugin/ 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/ 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 00:54:50 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 00:54:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/ 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 00:54:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 00:54:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 00:54:50 spire-1.2.1/pkg/agent/svid/ 00:54:50 spire-1.2.1/pkg/agent/svid/rotator.go 00:54:50 spire-1.2.1/pkg/agent/svid/rotator_config.go 00:54:50 spire-1.2.1/pkg/agent/svid/rotator_test.go 00:54:50 spire-1.2.1/pkg/agent/svid/store/ 00:54:50 spire-1.2.1/pkg/agent/svid/store/service.go 00:54:50 spire-1.2.1/pkg/agent/svid/store/service_test.go 00:54:50 spire-1.2.1/pkg/common/ 00:54:50 spire-1.2.1/pkg/common/agentpathtemplate/ 00:54:50 spire-1.2.1/pkg/common/agentpathtemplate/template.go 00:54:50 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 00:54:50 spire-1.2.1/pkg/common/api/ 00:54:50 spire-1.2.1/pkg/common/api/metrics.go 00:54:50 spire-1.2.1/pkg/common/api/middleware/ 00:54:50 spire-1.2.1/pkg/common/api/middleware/common_test.go 00:54:50 spire-1.2.1/pkg/common/api/middleware/interceptor.go 00:54:50 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 00:54:50 spire-1.2.1/pkg/common/api/middleware/logger.go 00:54:50 spire-1.2.1/pkg/common/api/middleware/logger_test.go 00:54:50 spire-1.2.1/pkg/common/api/middleware/metrics.go 00:54:50 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 00:54:50 spire-1.2.1/pkg/common/api/middleware/middleware.go 00:54:50 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 00:54:50 spire-1.2.1/pkg/common/api/middleware/misconfig.go 00:54:50 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 00:54:50 spire-1.2.1/pkg/common/api/middleware/names.go 00:54:50 spire-1.2.1/pkg/common/api/middleware/names_test.go 00:54:50 spire-1.2.1/pkg/common/api/names.go 00:54:50 spire-1.2.1/pkg/common/api/ratelimit.go 00:54:50 spire-1.2.1/pkg/common/api/rpccontext/ 00:54:50 spire-1.2.1/pkg/common/api/rpccontext/logger.go 00:54:50 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 00:54:50 spire-1.2.1/pkg/common/api/rpccontext/names.go 00:54:50 spire-1.2.1/pkg/common/auth/ 00:54:50 spire-1.2.1/pkg/common/auth/interceptors.go 00:54:50 spire-1.2.1/pkg/common/auth/interceptors_test.go 00:54:50 spire-1.2.1/pkg/common/auth/untracked_uds.go 00:54:50 spire-1.2.1/pkg/common/bundleutil/ 00:54:50 spire-1.2.1/pkg/common/bundleutil/bundle.go 00:54:50 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 00:54:50 spire-1.2.1/pkg/common/bundleutil/common_test.go 00:54:50 spire-1.2.1/pkg/common/bundleutil/marshal.go 00:54:50 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 00:54:50 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 00:54:50 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 00:54:50 spire-1.2.1/pkg/common/bundleutil/types.go 00:54:50 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 00:54:50 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 00:54:50 spire-1.2.1/pkg/common/catalog/ 00:54:50 spire-1.2.1/pkg/common/catalog/bind.go 00:54:50 spire-1.2.1/pkg/common/catalog/builtin.go 00:54:50 spire-1.2.1/pkg/common/catalog/catalog.go 00:54:50 spire-1.2.1/pkg/common/catalog/catalog_test.go 00:54:50 spire-1.2.1/pkg/common/catalog/closers.go 00:54:50 spire-1.2.1/pkg/common/catalog/cmd_linux.go 00:54:50 spire-1.2.1/pkg/common/catalog/cmd_other.go 00:54:50 spire-1.2.1/pkg/common/catalog/config.go 00:54:50 spire-1.2.1/pkg/common/catalog/config_test.go 00:54:50 spire-1.2.1/pkg/common/catalog/configure.go 00:54:50 spire-1.2.1/pkg/common/catalog/constraints.go 00:54:50 spire-1.2.1/pkg/common/catalog/constraints_test.go 00:54:50 spire-1.2.1/pkg/common/catalog/context.go 00:54:50 spire-1.2.1/pkg/common/catalog/external.go 00:54:50 spire-1.2.1/pkg/common/catalog/host.go 00:54:50 spire-1.2.1/pkg/common/catalog/pipenet.go 00:54:50 spire-1.2.1/pkg/common/catalog/plugin.go 00:54:50 spire-1.2.1/pkg/common/catalog/testplugin/ 00:54:50 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 00:54:50 spire-1.2.1/pkg/common/catalog/testplugin/main.go 00:54:50 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 00:54:50 spire-1.2.1/pkg/common/cli/ 00:54:50 spire-1.2.1/pkg/common/cli/env.go 00:54:50 spire-1.2.1/pkg/common/cli/flags.go 00:54:50 spire-1.2.1/pkg/common/cli/trust_domain.go 00:54:50 spire-1.2.1/pkg/common/cli/trust_domain_test.go 00:54:50 spire-1.2.1/pkg/common/cli/umask.go 00:54:50 spire-1.2.1/pkg/common/cli/umask_posix.go 00:54:50 spire-1.2.1/pkg/common/cli/umask_test.go 00:54:50 spire-1.2.1/pkg/common/cli/umask_windows.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/ 00:54:50 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/flag.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/flag_test.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/format.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/format_test.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/ 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 00:54:50 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 00:54:50 spire-1.2.1/pkg/common/coretypes/ 00:54:50 spire-1.2.1/pkg/common/coretypes/bundle/ 00:54:50 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 00:54:50 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 00:54:50 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 00:54:50 spire-1.2.1/pkg/common/coretypes/bundle/require.go 00:54:50 spire-1.2.1/pkg/common/coretypes/jwtkey/ 00:54:50 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 00:54:50 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 00:54:50 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 00:54:50 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 00:54:50 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 00:54:50 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 00:54:50 spire-1.2.1/pkg/common/coretypes/x509certificate/ 00:54:50 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 00:54:50 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 00:54:50 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 00:54:50 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 00:54:50 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 00:54:50 spire-1.2.1/pkg/common/cryptoutil/ 00:54:50 spire-1.2.1/pkg/common/cryptoutil/keys.go 00:54:50 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 00:54:50 spire-1.2.1/pkg/common/diskutil/ 00:54:50 spire-1.2.1/pkg/common/diskutil/file_posix.go 00:54:50 spire-1.2.1/pkg/common/diskutil/file_test.go 00:54:50 spire-1.2.1/pkg/common/diskutil/file_windows.go 00:54:50 spire-1.2.1/pkg/common/errorutil/ 00:54:50 spire-1.2.1/pkg/common/errorutil/wrapper.go 00:54:50 spire-1.2.1/pkg/common/health/ 00:54:50 spire-1.2.1/pkg/common/health/config.go 00:54:50 spire-1.2.1/pkg/common/health/context.go 00:54:50 spire-1.2.1/pkg/common/health/context_test.go 00:54:50 spire-1.2.1/pkg/common/health/health.go 00:54:50 spire-1.2.1/pkg/common/health/health_test.go 00:54:50 spire-1.2.1/pkg/common/health/logger.go 00:54:50 spire-1.2.1/pkg/common/hostservice/ 00:54:50 spire-1.2.1/pkg/common/hostservice/metricsservice/ 00:54:50 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 00:54:50 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 00:54:50 spire-1.2.1/pkg/common/idutil/ 00:54:50 spire-1.2.1/pkg/common/idutil/require.go 00:54:50 spire-1.2.1/pkg/common/idutil/require_test.go 00:54:50 spire-1.2.1/pkg/common/idutil/safety.go 00:54:50 spire-1.2.1/pkg/common/idutil/safety_test.go 00:54:50 spire-1.2.1/pkg/common/idutil/spiffeid.go 00:54:50 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 00:54:50 spire-1.2.1/pkg/common/jwtsvid/ 00:54:50 spire-1.2.1/pkg/common/jwtsvid/common.go 00:54:50 spire-1.2.1/pkg/common/jwtsvid/sign.go 00:54:50 spire-1.2.1/pkg/common/jwtsvid/token_test.go 00:54:50 spire-1.2.1/pkg/common/jwtsvid/validate.go 00:54:50 spire-1.2.1/pkg/common/jwtutil/ 00:54:50 spire-1.2.1/pkg/common/jwtutil/keyset.go 00:54:50 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 00:54:50 spire-1.2.1/pkg/common/log/ 00:54:50 spire-1.2.1/pkg/common/log/hclog_adapter.go 00:54:50 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 00:54:50 spire-1.2.1/pkg/common/log/log.go 00:54:50 spire-1.2.1/pkg/common/log/log_test.go 00:54:50 spire-1.2.1/pkg/common/log/options.go 00:54:50 spire-1.2.1/pkg/common/nodeutil/ 00:54:50 spire-1.2.1/pkg/common/nodeutil/node.go 00:54:50 spire-1.2.1/pkg/common/nodeutil/node_test.go 00:54:50 spire-1.2.1/pkg/common/peertracker/ 00:54:50 spire-1.2.1/pkg/common/peertracker/conn.go 00:54:50 spire-1.2.1/pkg/common/peertracker/credentials.go 00:54:50 spire-1.2.1/pkg/common/peertracker/errors.go 00:54:50 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 00:54:50 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 00:54:50 spire-1.2.1/pkg/common/peertracker/info.go 00:54:50 spire-1.2.1/pkg/common/peertracker/listener.go 00:54:50 spire-1.2.1/pkg/common/peertracker/listener_test.go 00:54:50 spire-1.2.1/pkg/common/peertracker/peertracker.go 00:54:50 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 00:54:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 00:54:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 00:54:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 00:54:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 00:54:50 spire-1.2.1/pkg/common/peertracker/tcp.go 00:54:50 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 00:54:50 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 00:54:50 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 00:54:50 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 00:54:50 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 00:54:50 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 00:54:50 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 00:54:50 spire-1.2.1/pkg/common/peertracker/uds.go 00:54:50 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 00:54:50 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 00:54:50 spire-1.2.1/pkg/common/peertracker/uds_linux.go 00:54:50 spire-1.2.1/pkg/common/pemutil/ 00:54:50 spire-1.2.1/pkg/common/pemutil/block.go 00:54:50 spire-1.2.1/pkg/common/pemutil/certs.go 00:54:50 spire-1.2.1/pkg/common/pemutil/common.go 00:54:50 spire-1.2.1/pkg/common/pemutil/csr.go 00:54:50 spire-1.2.1/pkg/common/pemutil/keys.go 00:54:50 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 00:54:50 spire-1.2.1/pkg/common/pemutil/testdata/ 00:54:50 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 00:54:50 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 00:54:50 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 00:54:50 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 00:54:50 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 00:54:50 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 00:54:50 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 00:54:50 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 00:54:50 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 00:54:50 spire-1.2.1/pkg/common/plugin/ 00:54:50 spire-1.2.1/pkg/common/plugin/aws/ 00:54:50 spire-1.2.1/pkg/common/plugin/aws/iid.go 00:54:50 spire-1.2.1/pkg/common/plugin/azure/ 00:54:50 spire-1.2.1/pkg/common/plugin/azure/msi.go 00:54:50 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 00:54:50 spire-1.2.1/pkg/common/plugin/facade.go 00:54:50 spire-1.2.1/pkg/common/plugin/facade_test.go 00:54:50 spire-1.2.1/pkg/common/plugin/gcp/ 00:54:50 spire-1.2.1/pkg/common/plugin/gcp/iit.go 00:54:50 spire-1.2.1/pkg/common/plugin/k8s/ 00:54:50 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 00:54:50 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 00:54:50 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 00:54:50 spire-1.2.1/pkg/common/plugin/k8s/utils.go 00:54:50 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 00:54:50 spire-1.2.1/pkg/common/plugin/log.go 00:54:50 spire-1.2.1/pkg/common/plugin/sshpop/ 00:54:50 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 00:54:50 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 00:54:50 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 00:54:50 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 00:54:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 00:54:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 00:54:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 00:54:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 00:54:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 00:54:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 00:54:50 spire-1.2.1/pkg/common/plugin/tpmdevid/ 00:54:50 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 00:54:50 spire-1.2.1/pkg/common/plugin/x509pop/ 00:54:50 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 00:54:50 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 00:54:50 spire-1.2.1/pkg/common/profiling/ 00:54:50 spire-1.2.1/pkg/common/profiling/dumpers.go 00:54:50 spire-1.2.1/pkg/common/profiling/profiling.go 00:54:50 spire-1.2.1/pkg/common/protoutil/ 00:54:50 spire-1.2.1/pkg/common/protoutil/masks.go 00:54:50 spire-1.2.1/pkg/common/protoutil/masks_test.go 00:54:50 spire-1.2.1/pkg/common/rotationutil/ 00:54:50 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 00:54:50 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 00:54:50 spire-1.2.1/pkg/common/selector/ 00:54:50 spire-1.2.1/pkg/common/selector/selector.go 00:54:50 spire-1.2.1/pkg/common/selector/selector_test.go 00:54:50 spire-1.2.1/pkg/common/selector/set.go 00:54:50 spire-1.2.1/pkg/common/selector/set_utils.go 00:54:50 spire-1.2.1/pkg/common/selector/set_utils_test.go 00:54:50 spire-1.2.1/pkg/common/telemetry/ 00:54:50 spire-1.2.1/pkg/common/telemetry/agent/ 00:54:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 00:54:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 00:54:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 00:54:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 00:54:50 spire-1.2.1/pkg/common/telemetry/agent/manager.go 00:54:50 spire-1.2.1/pkg/common/telemetry/agent/node.go 00:54:50 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 00:54:50 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 00:54:50 spire-1.2.1/pkg/common/telemetry/agent/store/ 00:54:50 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 00:54:50 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 00:54:50 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 00:54:50 spire-1.2.1/pkg/common/telemetry/blackhole.go 00:54:50 spire-1.2.1/pkg/common/telemetry/call.go 00:54:50 spire-1.2.1/pkg/common/telemetry/common/ 00:54:50 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 00:54:50 spire-1.2.1/pkg/common/telemetry/config.go 00:54:50 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 00:54:50 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 00:54:50 spire-1.2.1/pkg/common/telemetry/inmem.go 00:54:50 spire-1.2.1/pkg/common/telemetry/inmem_test.go 00:54:50 spire-1.2.1/pkg/common/telemetry/m3.go 00:54:50 spire-1.2.1/pkg/common/telemetry/m3_test.go 00:54:50 spire-1.2.1/pkg/common/telemetry/metrics.go 00:54:50 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 00:54:50 spire-1.2.1/pkg/common/telemetry/names.go 00:54:50 spire-1.2.1/pkg/common/telemetry/prometheus.go 00:54:50 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 00:54:50 spire-1.2.1/pkg/common/telemetry/sanitize.go 00:54:50 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 00:54:50 spire-1.2.1/pkg/common/telemetry/server/ 00:54:50 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 00:54:50 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 00:54:50 spire-1.2.1/pkg/common/telemetry/server/datastore/ 00:54:50 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 00:54:50 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 00:54:50 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 00:54:50 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 00:54:50 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 00:54:50 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 00:54:50 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 00:54:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 00:54:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 00:54:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 00:54:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 00:54:50 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 00:54:50 spire-1.2.1/pkg/common/telemetry/server/rotate.go 00:54:50 spire-1.2.1/pkg/common/telemetry/server/server.go 00:54:50 spire-1.2.1/pkg/common/telemetry/sink.go 00:54:50 spire-1.2.1/pkg/common/telemetry/statsd.go 00:54:50 spire-1.2.1/pkg/common/telemetry/statsd_test.go 00:54:50 spire-1.2.1/pkg/common/telemetry/uptime.go 00:54:50 spire-1.2.1/pkg/common/telemetry/version.go 00:54:50 spire-1.2.1/pkg/common/telemetry/withlabels.go 00:54:50 spire-1.2.1/pkg/common/uptime/ 00:54:50 spire-1.2.1/pkg/common/uptime/uptime.go 00:54:50 spire-1.2.1/pkg/common/uptime/uptime_test.go 00:54:50 spire-1.2.1/pkg/common/util/ 00:54:50 spire-1.2.1/pkg/common/util/certs.go 00:54:50 spire-1.2.1/pkg/common/util/certs_test.go 00:54:50 spire-1.2.1/pkg/common/util/csr.go 00:54:50 spire-1.2.1/pkg/common/util/hash.go 00:54:50 spire-1.2.1/pkg/common/util/selectors.go 00:54:50 spire-1.2.1/pkg/common/util/selectors_test.go 00:54:50 spire-1.2.1/pkg/common/util/signals.go 00:54:50 spire-1.2.1/pkg/common/util/sort.go 00:54:50 spire-1.2.1/pkg/common/util/sort_test.go 00:54:50 spire-1.2.1/pkg/common/util/task.go 00:54:50 spire-1.2.1/pkg/common/util/task_test.go 00:54:50 spire-1.2.1/pkg/common/util/testdata/ 00:54:50 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 00:54:50 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 00:54:50 spire-1.2.1/pkg/common/version/ 00:54:50 spire-1.2.1/pkg/common/version/version.go 00:54:50 spire-1.2.1/pkg/common/x509svid/ 00:54:50 spire-1.2.1/pkg/common/x509svid/common_test.go 00:54:50 spire-1.2.1/pkg/common/x509svid/csr.go 00:54:50 spire-1.2.1/pkg/common/x509svid/upstreamca.go 00:54:50 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 00:54:50 spire-1.2.1/pkg/common/x509util/ 00:54:50 spire-1.2.1/pkg/common/x509util/cert.go 00:54:50 spire-1.2.1/pkg/common/x509util/dns.go 00:54:50 spire-1.2.1/pkg/common/x509util/dns_test.go 00:54:50 spire-1.2.1/pkg/common/x509util/keyid.go 00:54:50 spire-1.2.1/pkg/common/x509util/keypair.go 00:54:50 spire-1.2.1/pkg/common/x509util/serialnumber.go 00:54:50 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 00:54:50 spire-1.2.1/pkg/server/ 00:54:50 spire-1.2.1/pkg/server/api/ 00:54:50 spire-1.2.1/pkg/server/api/agent.go 00:54:50 spire-1.2.1/pkg/server/api/agent/ 00:54:50 spire-1.2.1/pkg/server/api/agent/v1/ 00:54:50 spire-1.2.1/pkg/server/api/agent/v1/service.go 00:54:50 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 00:54:50 spire-1.2.1/pkg/server/api/agent_test.go 00:54:50 spire-1.2.1/pkg/server/api/api.go 00:54:50 spire-1.2.1/pkg/server/api/audit/ 00:54:50 spire-1.2.1/pkg/server/api/audit/audit.go 00:54:50 spire-1.2.1/pkg/server/api/audit/audit_test.go 00:54:50 spire-1.2.1/pkg/server/api/bundle.go 00:54:50 spire-1.2.1/pkg/server/api/bundle/ 00:54:50 spire-1.2.1/pkg/server/api/bundle/v1/ 00:54:50 spire-1.2.1/pkg/server/api/bundle/v1/service.go 00:54:50 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 00:54:50 spire-1.2.1/pkg/server/api/bundle_test.go 00:54:50 spire-1.2.1/pkg/server/api/debug/ 00:54:50 spire-1.2.1/pkg/server/api/debug/v1/ 00:54:50 spire-1.2.1/pkg/server/api/debug/v1/service.go 00:54:50 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 00:54:50 spire-1.2.1/pkg/server/api/entry.go 00:54:50 spire-1.2.1/pkg/server/api/entry/ 00:54:50 spire-1.2.1/pkg/server/api/entry/v1/ 00:54:50 spire-1.2.1/pkg/server/api/entry/v1/service.go 00:54:50 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 00:54:50 spire-1.2.1/pkg/server/api/entry_test.go 00:54:50 spire-1.2.1/pkg/server/api/health/ 00:54:50 spire-1.2.1/pkg/server/api/health/v1/ 00:54:50 spire-1.2.1/pkg/server/api/health/v1/service.go 00:54:50 spire-1.2.1/pkg/server/api/health/v1/service_test.go 00:54:50 spire-1.2.1/pkg/server/api/id.go 00:54:50 spire-1.2.1/pkg/server/api/id_test.go 00:54:50 spire-1.2.1/pkg/server/api/limits/ 00:54:50 spire-1.2.1/pkg/server/api/limits/limits.go 00:54:50 spire-1.2.1/pkg/server/api/middleware/ 00:54:50 spire-1.2.1/pkg/server/api/middleware/alias.go 00:54:50 spire-1.2.1/pkg/server/api/middleware/audit.go 00:54:50 spire-1.2.1/pkg/server/api/middleware/authorization.go 00:54:50 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 00:54:50 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 00:54:50 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 00:54:50 spire-1.2.1/pkg/server/api/middleware/caller.go 00:54:50 spire-1.2.1/pkg/server/api/middleware/caller_test.go 00:54:50 spire-1.2.1/pkg/server/api/middleware/common.go 00:54:50 spire-1.2.1/pkg/server/api/middleware/common_test.go 00:54:50 spire-1.2.1/pkg/server/api/middleware/entries.go 00:54:50 spire-1.2.1/pkg/server/api/middleware/entries_test.go 00:54:50 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 00:54:50 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 00:54:50 spire-1.2.1/pkg/server/api/ratelimit.go 00:54:50 spire-1.2.1/pkg/server/api/rpccontext/ 00:54:50 spire-1.2.1/pkg/server/api/rpccontext/alias.go 00:54:50 spire-1.2.1/pkg/server/api/rpccontext/audit.go 00:54:50 spire-1.2.1/pkg/server/api/rpccontext/caller.go 00:54:50 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 00:54:50 spire-1.2.1/pkg/server/api/selector.go 00:54:50 spire-1.2.1/pkg/server/api/selector_test.go 00:54:50 spire-1.2.1/pkg/server/api/status.go 00:54:50 spire-1.2.1/pkg/server/api/status_test.go 00:54:50 spire-1.2.1/pkg/server/api/svid/ 00:54:50 spire-1.2.1/pkg/server/api/svid/v1/ 00:54:50 spire-1.2.1/pkg/server/api/svid/v1/service.go 00:54:50 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 00:54:50 spire-1.2.1/pkg/server/api/trustdomain.go 00:54:50 spire-1.2.1/pkg/server/api/trustdomain/ 00:54:50 spire-1.2.1/pkg/server/api/trustdomain/v1/ 00:54:50 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 00:54:50 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 00:54:50 spire-1.2.1/pkg/server/api/trustdomain_test.go 00:54:50 spire-1.2.1/pkg/server/authpolicy/ 00:54:50 spire-1.2.1/pkg/server/authpolicy/defaults.go 00:54:50 spire-1.2.1/pkg/server/authpolicy/policy.go 00:54:50 spire-1.2.1/pkg/server/authpolicy/policy.rego 00:54:50 spire-1.2.1/pkg/server/authpolicy/policy_data.json 00:54:50 spire-1.2.1/pkg/server/authpolicy/policy_test.go 00:54:50 spire-1.2.1/pkg/server/authpolicy/validate.go 00:54:50 spire-1.2.1/pkg/server/bundle/ 00:54:50 spire-1.2.1/pkg/server/bundle/client/ 00:54:50 spire-1.2.1/pkg/server/bundle/client/client.go 00:54:50 spire-1.2.1/pkg/server/bundle/client/client_test.go 00:54:50 spire-1.2.1/pkg/server/bundle/client/manager.go 00:54:50 spire-1.2.1/pkg/server/bundle/client/manager_test.go 00:54:50 spire-1.2.1/pkg/server/bundle/client/sources.go 00:54:50 spire-1.2.1/pkg/server/bundle/client/sources_test.go 00:54:50 spire-1.2.1/pkg/server/bundle/client/updater.go 00:54:50 spire-1.2.1/pkg/server/bundle/client/updater_test.go 00:54:50 spire-1.2.1/pkg/server/ca/ 00:54:50 spire-1.2.1/pkg/server/ca/ca.go 00:54:50 spire-1.2.1/pkg/server/ca/ca_health.go 00:54:50 spire-1.2.1/pkg/server/ca/ca_test.go 00:54:50 spire-1.2.1/pkg/server/ca/journal.go 00:54:50 spire-1.2.1/pkg/server/ca/journal_test.go 00:54:50 spire-1.2.1/pkg/server/ca/manager.go 00:54:50 spire-1.2.1/pkg/server/ca/manager_health.go 00:54:50 spire-1.2.1/pkg/server/ca/manager_test.go 00:54:50 spire-1.2.1/pkg/server/ca/templates.go 00:54:50 spire-1.2.1/pkg/server/ca/upstream_client.go 00:54:50 spire-1.2.1/pkg/server/ca/upstream_client_test.go 00:54:50 spire-1.2.1/pkg/server/ca/validation.go 00:54:50 spire-1.2.1/pkg/server/cache/ 00:54:50 spire-1.2.1/pkg/server/cache/dscache/ 00:54:50 spire-1.2.1/pkg/server/cache/dscache/cache.go 00:54:50 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 00:54:50 spire-1.2.1/pkg/server/cache/entrycache/ 00:54:50 spire-1.2.1/pkg/server/cache/entrycache/cache.go 00:54:50 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 00:54:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 00:54:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 00:54:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 00:54:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 00:54:50 spire-1.2.1/pkg/server/catalog/ 00:54:50 spire-1.2.1/pkg/server/catalog/catalog.go 00:54:50 spire-1.2.1/pkg/server/catalog/keymanager.go 00:54:50 spire-1.2.1/pkg/server/catalog/nodeattestor.go 00:54:50 spire-1.2.1/pkg/server/catalog/noderesolver.go 00:54:50 spire-1.2.1/pkg/server/catalog/notifier.go 00:54:50 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 00:54:50 spire-1.2.1/pkg/server/config.go 00:54:50 spire-1.2.1/pkg/server/datastore/ 00:54:50 spire-1.2.1/pkg/server/datastore/datastore.go 00:54:50 spire-1.2.1/pkg/server/datastore/datastore_health.go 00:54:50 spire-1.2.1/pkg/server/datastore/repository.go 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/ 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 00:54:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 00:54:50 spire-1.2.1/pkg/server/endpoints/ 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/ 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/config.go 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/server.go 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 00:54:50 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 00:54:50 spire-1.2.1/pkg/server/endpoints/config.go 00:54:50 spire-1.2.1/pkg/server/endpoints/endpoints.go 00:54:50 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 00:54:50 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 00:54:50 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 00:54:50 spire-1.2.1/pkg/server/endpoints/middleware.go 00:54:50 spire-1.2.1/pkg/server/endpoints/middleware_test.go 00:54:50 spire-1.2.1/pkg/server/hostservice/ 00:54:50 spire-1.2.1/pkg/server/hostservice/agentstore/ 00:54:50 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 00:54:50 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 00:54:50 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 00:54:50 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 00:54:50 spire-1.2.1/pkg/server/hostservice/identityprovider/ 00:54:50 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 00:54:50 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/ 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/ 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/base/ 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/test/ 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 00:54:50 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/ 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 00:54:50 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/noderesolver/ 00:54:50 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 00:54:50 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 00:54:50 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 00:54:50 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 00:54:50 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 00:54:50 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 00:54:50 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/notifier/ 00:54:50 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 00:54:50 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 00:54:50 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 00:54:50 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 00:54:50 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 00:54:50 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 00:54:50 spire-1.2.1/pkg/server/plugin/notifier/repository.go 00:54:50 spire-1.2.1/pkg/server/plugin/notifier/v1.go 00:54:50 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 00:54:50 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 00:54:50 spire-1.2.1/pkg/server/registration/ 00:54:50 spire-1.2.1/pkg/server/registration/manager.go 00:54:50 spire-1.2.1/pkg/server/registration/manager_test.go 00:54:50 spire-1.2.1/pkg/server/scanentries.go 00:54:50 spire-1.2.1/pkg/server/scanentries_test.go 00:54:50 spire-1.2.1/pkg/server/server.go 00:54:50 spire-1.2.1/pkg/server/server_test.go 00:54:50 spire-1.2.1/pkg/server/svid/ 00:54:50 spire-1.2.1/pkg/server/svid/observer.go 00:54:50 spire-1.2.1/pkg/server/svid/observer_test.go 00:54:50 spire-1.2.1/pkg/server/svid/rotator.go 00:54:50 spire-1.2.1/pkg/server/svid/rotator_config.go 00:54:50 spire-1.2.1/pkg/server/svid/rotator_config_test.go 00:54:50 spire-1.2.1/pkg/server/svid/rotator_test.go 00:54:50 spire-1.2.1/proto/ 00:54:50 spire-1.2.1/proto/private/ 00:54:50 spire-1.2.1/proto/private/server/ 00:54:50 spire-1.2.1/proto/private/server/journal/ 00:54:50 spire-1.2.1/proto/private/server/journal/journal.pb.go 00:54:50 spire-1.2.1/proto/private/server/journal/journal.proto 00:54:50 spire-1.2.1/proto/spire/ 00:54:50 spire-1.2.1/proto/spire/common/ 00:54:50 spire-1.2.1/proto/spire/common/common.pb.go 00:54:50 spire-1.2.1/proto/spire/common/common.proto 00:54:50 spire-1.2.1/proto/spire/common/plugin/ 00:54:50 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 00:54:50 spire-1.2.1/proto/spire/common/plugin/plugin.proto 00:54:50 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 00:54:50 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 00:54:50 spire-1.2.1/proto/spire/plugin/ 00:54:50 spire-1.2.1/proto/spire/plugin/agent/ 00:54:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 00:54:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 00:54:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 00:54:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 00:54:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 00:54:50 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 00:54:50 spire-1.2.1/release/ 00:54:50 spire-1.2.1/release/spire-extras/ 00:54:50 spire-1.2.1/release/spire-extras/README.md 00:54:50 spire-1.2.1/release/spire-extras/conf/ 00:54:50 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 00:54:50 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 00:54:50 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 00:54:50 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 00:54:50 spire-1.2.1/release/spire/ 00:54:50 spire-1.2.1/release/spire/README.md 00:54:50 spire-1.2.1/release/spire/conf/ 00:54:50 spire-1.2.1/release/spire/conf/agent/ 00:54:50 spire-1.2.1/release/spire/conf/agent/agent.conf 00:54:50 spire-1.2.1/release/spire/conf/server/ 00:54:50 spire-1.2.1/release/spire/conf/server/server.conf 00:54:50 spire-1.2.1/script/ 00:54:50 spire-1.2.1/script/build-artifact.sh 00:54:50 spire-1.2.1/script/generate_dummy_ca.sh 00:54:50 spire-1.2.1/support/ 00:54:50 spire-1.2.1/support/k8s/ 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/ 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 00:54:50 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 00:54:50 spire-1.2.1/support/oidc-discovery-provider/ 00:54:50 spire-1.2.1/support/oidc-discovery-provider/README.md 00:54:50 spire-1.2.1/support/oidc-discovery-provider/common_test.go 00:54:50 spire-1.2.1/support/oidc-discovery-provider/config.go 00:54:50 spire-1.2.1/support/oidc-discovery-provider/config_test.go 00:54:50 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 00:54:50 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 00:54:50 spire-1.2.1/support/oidc-discovery-provider/handler.go 00:54:50 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 00:54:50 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 00:54:50 spire-1.2.1/support/oidc-discovery-provider/main.go 00:54:50 spire-1.2.1/support/oidc-discovery-provider/server_api.go 00:54:50 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 00:54:50 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 00:54:50 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 00:54:50 spire-1.2.1/test/ 00:54:50 spire-1.2.1/test/clock/ 00:54:50 spire-1.2.1/test/clock/clock.go 00:54:50 spire-1.2.1/test/fakes/ 00:54:50 spire-1.2.1/test/fakes/fakeagentcatalog/ 00:54:50 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 00:54:50 spire-1.2.1/test/fakes/fakeagentkeymanager/ 00:54:50 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 00:54:50 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 00:54:50 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 00:54:50 spire-1.2.1/test/fakes/fakeagentstore/ 00:54:50 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 00:54:50 spire-1.2.1/test/fakes/fakedatastore/ 00:54:50 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 00:54:50 spire-1.2.1/test/fakes/fakeentryclient/ 00:54:50 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 00:54:50 spire-1.2.1/test/fakes/fakehealthchecker/ 00:54:50 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 00:54:50 spire-1.2.1/test/fakes/fakeidentityprovider/ 00:54:50 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 00:54:50 spire-1.2.1/test/fakes/fakemetrics/ 00:54:50 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 00:54:50 spire-1.2.1/test/fakes/fakenoderesolver/ 00:54:50 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 00:54:50 spire-1.2.1/test/fakes/fakenotifier/ 00:54:50 spire-1.2.1/test/fakes/fakenotifier/notifier.go 00:54:50 spire-1.2.1/test/fakes/fakepluginmetrics/ 00:54:50 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 00:54:50 spire-1.2.1/test/fakes/fakeserverca/ 00:54:50 spire-1.2.1/test/fakes/fakeserverca/serverca.go 00:54:50 spire-1.2.1/test/fakes/fakeservercatalog/ 00:54:50 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 00:54:50 spire-1.2.1/test/fakes/fakeserverkeymanager/ 00:54:50 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 00:54:50 spire-1.2.1/test/fakes/fakeservernodeattestor/ 00:54:50 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 00:54:50 spire-1.2.1/test/fakes/fakeupstreamauthority/ 00:54:50 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 00:54:50 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 00:54:50 spire-1.2.1/test/fakes/fakeworkloadapi/ 00:54:50 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 00:54:50 spire-1.2.1/test/fakes/fakeworkloadattestor/ 00:54:50 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 00:54:50 spire-1.2.1/test/fixture/ 00:54:50 spire-1.2.1/test/fixture/certs/ 00:54:50 spire-1.2.1/test/fixture/certs/agent_svid.der 00:54:50 spire-1.2.1/test/fixture/certs/base_cert.pem 00:54:50 spire-1.2.1/test/fixture/certs/base_csr.pem 00:54:50 spire-1.2.1/test/fixture/certs/base_key.pem 00:54:50 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 00:54:50 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 00:54:50 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 00:54:50 spire-1.2.1/test/fixture/certs/blog_cert.pem 00:54:50 spire-1.2.1/test/fixture/certs/blog_csr.pem 00:54:50 spire-1.2.1/test/fixture/certs/blog_key.pem 00:54:50 spire-1.2.1/test/fixture/certs/bundle.der 00:54:50 spire-1.2.1/test/fixture/certs/ca.pem 00:54:50 spire-1.2.1/test/fixture/certs/ca_key.pem 00:54:50 spire-1.2.1/test/fixture/certs/database_cert.pem 00:54:50 spire-1.2.1/test/fixture/certs/database_csr.pem 00:54:50 spire-1.2.1/test/fixture/certs/database_key.pem 00:54:50 spire-1.2.1/test/fixture/certs/node_cert.pem 00:54:50 spire-1.2.1/test/fixture/certs/node_csr.pem 00:54:50 spire-1.2.1/test/fixture/certs/node_key.pem 00:54:50 spire-1.2.1/test/fixture/certs/svid.pem 00:54:50 spire-1.2.1/test/fixture/certs/svid_key.pem 00:54:50 spire-1.2.1/test/fixture/config/ 00:54:50 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 00:54:50 spire-1.2.1/test/fixture/config/agent_good.conf 00:54:50 spire-1.2.1/test/fixture/config/agent_good_templated.conf 00:54:50 spire-1.2.1/test/fixture/config/plugin_good.conf 00:54:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 00:54:50 spire-1.2.1/test/fixture/config/server_good.conf 00:54:50 spire-1.2.1/test/fixture/config/server_good_templated.conf 00:54:50 spire-1.2.1/test/fixture/fixture.go 00:54:50 spire-1.2.1/test/fixture/nodeattestor/ 00:54:50 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 00:54:50 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 00:54:50 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 00:54:50 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 00:54:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 00:54:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 00:54:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 00:54:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 00:54:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 00:54:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 00:54:50 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 00:54:50 spire-1.2.1/test/fixture/registration/ 00:54:50 spire-1.2.1/test/fixture/registration/entries.json 00:54:50 spire-1.2.1/test/fixture/registration/good-for-update.json 00:54:50 spire-1.2.1/test/fixture/registration/good.json 00:54:50 spire-1.2.1/test/fixture/registration/invalid.json 00:54:50 spire-1.2.1/test/fixture/registration/invalid_json.json 00:54:50 spire-1.2.1/test/fixture/registration/manager_test_entries.json 00:54:50 spire-1.2.1/test/integration/ 00:54:50 spire-1.2.1/test/integration/README.md 00:54:50 spire-1.2.1/test/integration/common 00:54:50 spire-1.2.1/test/integration/setup/ 00:54:50 spire-1.2.1/test/integration/setup/adminclient/ 00:54:50 spire-1.2.1/test/integration/setup/adminclient/build.sh 00:54:50 spire-1.2.1/test/integration/setup/adminclient/client.go 00:54:50 spire-1.2.1/test/integration/setup/debugagent/ 00:54:50 spire-1.2.1/test/integration/setup/debugagent/build.sh 00:54:50 spire-1.2.1/test/integration/setup/debugagent/main.go 00:54:50 spire-1.2.1/test/integration/setup/debugserver/ 00:54:50 spire-1.2.1/test/integration/setup/debugserver/build.sh 00:54:50 spire-1.2.1/test/integration/setup/debugserver/main.go 00:54:50 spire-1.2.1/test/integration/setup/downstreamclient/ 00:54:50 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 00:54:50 spire-1.2.1/test/integration/setup/downstreamclient/client.go 00:54:50 spire-1.2.1/test/integration/setup/itclient/ 00:54:50 spire-1.2.1/test/integration/setup/itclient/client.go 00:54:50 spire-1.2.1/test/integration/setup/node-attestation/ 00:54:50 spire-1.2.1/test/integration/setup/node-attestation/build.sh 00:54:50 spire-1.2.1/test/integration/setup/node-attestation/client.go 00:54:50 spire-1.2.1/test/integration/setup/x509pop/ 00:54:50 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 00:54:50 spire-1.2.1/test/integration/setup/x509pop/setup.sh 00:54:50 spire-1.2.1/test/integration/suites/ 00:54:50 spire-1.2.1/test/integration/suites/admin-endpoints/ 00:54:50 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 00:54:50 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 00:54:50 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 00:54:50 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 00:54:50 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 00:54:50 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 00:54:50 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 00:54:50 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 00:54:50 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 00:54:50 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 00:54:50 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 00:54:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 00:54:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 00:54:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 00:54:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 00:54:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 00:54:50 spire-1.2.1/test/integration/suites/datastore-mysql/ 00:54:50 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 00:54:50 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 00:54:50 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 00:54:50 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres/ 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 00:54:50 spire-1.2.1/test/integration/suites/debug-endpoints/ 00:54:50 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 00:54:50 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 00:54:50 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 00:54:50 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 00:54:50 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 00:54:50 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 00:54:50 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 00:54:50 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 00:54:50 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 00:54:50 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 00:54:50 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 00:54:50 spire-1.2.1/test/integration/suites/downstream-endpoints/ 00:54:50 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 00:54:50 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 00:54:50 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 00:54:50 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 00:54:50 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 00:54:50 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 00:54:50 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 00:54:50 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 00:54:50 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 00:54:50 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 00:54:50 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 00:54:50 spire-1.2.1/test/integration/suites/join-token/ 00:54:50 spire-1.2.1/test/integration/suites/join-token/01-start-server 00:54:50 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 00:54:50 spire-1.2.1/test/integration/suites/join-token/03-start-agent 00:54:50 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 00:54:50 spire-1.2.1/test/integration/suites/join-token/05-check-svid 00:54:50 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 00:54:50 spire-1.2.1/test/integration/suites/join-token/README.md 00:54:50 spire-1.2.1/test/integration/suites/join-token/conf/ 00:54:50 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 00:54:50 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/join-token/conf/server/ 00:54:50 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/join-token/teardown 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/ 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 00:54:50 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/ 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 00:54:50 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 00:54:50 spire-1.2.1/test/integration/suites/k8s/ 00:54:50 spire-1.2.1/test/integration/suites/k8s/00-setup 00:54:50 spire-1.2.1/test/integration/suites/k8s/01-apply-config 00:54:50 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 00:54:50 spire-1.2.1/test/integration/suites/k8s/README.md 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/ 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/server/ 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 00:54:50 spire-1.2.1/test/integration/suites/k8s/init-kubectl 00:54:50 spire-1.2.1/test/integration/suites/k8s/teardown 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/README.md 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/root/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/nested-rotation/teardown 00:54:50 spire-1.2.1/test/integration/suites/node-attestation/ 00:54:50 spire-1.2.1/test/integration/suites/node-attestation/00-setup 00:54:50 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 00:54:50 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 00:54:50 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 00:54:50 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 00:54:50 spire-1.2.1/test/integration/suites/node-attestation/README.md 00:54:50 spire-1.2.1/test/integration/suites/node-attestation/conf/ 00:54:50 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 00:54:50 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 00:54:50 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/node-attestation/teardown 00:54:50 spire-1.2.1/test/integration/suites/rotation/ 00:54:50 spire-1.2.1/test/integration/suites/rotation/00-setup 00:54:50 spire-1.2.1/test/integration/suites/rotation/01-start-server 00:54:50 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 00:54:50 spire-1.2.1/test/integration/suites/rotation/03-start-agent 00:54:50 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 00:54:50 spire-1.2.1/test/integration/suites/rotation/05-check-svids 00:54:50 spire-1.2.1/test/integration/suites/rotation/README.md 00:54:50 spire-1.2.1/test/integration/suites/rotation/conf/ 00:54:50 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 00:54:50 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/rotation/conf/server/ 00:54:50 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/rotation/teardown 00:54:50 spire-1.2.1/test/integration/suites/self-test/ 00:54:50 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 00:54:50 spire-1.2.1/test/integration/suites/self-test/README.md 00:54:50 spire-1.2.1/test/integration/suites/self-test/teardown 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/ 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 00:54:50 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 00:54:50 spire-1.2.1/test/integration/suites/upgrade/ 00:54:50 spire-1.2.1/test/integration/suites/upgrade/00-setup 00:54:50 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 00:54:50 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 00:54:50 spire-1.2.1/test/integration/suites/upgrade/README.md 00:54:50 spire-1.2.1/test/integration/suites/upgrade/conf/ 00:54:50 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 00:54:50 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 00:54:50 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 00:54:50 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 00:54:50 spire-1.2.1/test/integration/suites/upgrade/teardown 00:54:50 spire-1.2.1/test/integration/suites/upgrade/versions.txt 00:54:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 00:54:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 00:54:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 00:54:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 00:54:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 00:54:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 00:54:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 00:54:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 00:54:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 00:54:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 00:54:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 00:54:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 00:54:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 00:54:50 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 00:54:50 spire-1.2.1/test/integration/test-one.sh 00:54:50 spire-1.2.1/test/integration/test.sh 00:54:50 spire-1.2.1/test/plugintest/ 00:54:50 spire-1.2.1/test/plugintest/config.go 00:54:50 spire-1.2.1/test/plugintest/load.go 00:54:50 spire-1.2.1/test/plugintest/option.go 00:54:50 spire-1.2.1/test/spiretest/ 00:54:50 spire-1.2.1/test/spiretest/apiserver.go 00:54:50 spire-1.2.1/test/spiretest/assertions.go 00:54:50 spire-1.2.1/test/spiretest/dir.go 00:54:50 spire-1.2.1/test/spiretest/errors_posix.go 00:54:50 spire-1.2.1/test/spiretest/errors_windows.go 00:54:50 spire-1.2.1/test/spiretest/logs.go 00:54:50 spire-1.2.1/test/spiretest/socketapi.go 00:54:50 spire-1.2.1/test/spiretest/suite.go 00:54:50 spire-1.2.1/test/spiretest/x509.go 00:54:50 spire-1.2.1/test/testca/ 00:54:50 spire-1.2.1/test/testca/ca.go 00:54:50 spire-1.2.1/test/testkey/ 00:54:50 spire-1.2.1/test/testkey/generate.sh 00:54:50 spire-1.2.1/test/testkey/genkeys.go 00:54:50 spire-1.2.1/test/testkey/keys.go 00:54:50 spire-1.2.1/test/testkey/new.go 00:54:50 spire-1.2.1/test/tpmsimulator/ 00:54:50 spire-1.2.1/test/tpmsimulator/simulator.go 00:54:50 spire-1.2.1/test/util/ 00:54:50 spire-1.2.1/test/util/cert_fixtures.go 00:54:50 spire-1.2.1/test/util/cert_generation.go 00:54:50 spire-1.2.1/test/util/io_redirection.go 00:54:50 spire-1.2.1/test/util/race.go 00:54:50 spire-1.2.1/test/util/util.go 00:54:50 building spire from source... 00:54:50 Installing go1.17.7... 00:54:50 Sending build context to Docker daemon 169.4MB 00:54:50 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 00:54:50 ---> 725f1c02e7f9 00:54:50 Step 2/4 : WORKDIR /edgex 00:54:50 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:54:50 Removing intermediate container 43bec26339b8 00:54:50 ---> 19dddb2e7869 00:54:50 Step 8/23 : COPY . . 00:54:50 OK: 221 MiB in 52 packages 00:54:52 ---> Running in f605d1ffa653 00:54:52 Removing intermediate container f605d1ffa653 00:54:52 ---> ec2cac648f9d 00:54:52 Step 3/4 : COPY go.mod . 00:54:53 ---> ff298d8888a5 00:54:53 Step 4/4 : RUN go mod download 00:54:53 ---> Running in ca22e7aa3f1e 00:54:54 Removing intermediate container 556128add600 00:54:54 ---> 694f9594aaf5 00:54:54 Step 6/23 : COPY go.mod vendor* ./ 00:54:54 ---> cee60d3b10c7 00:54:54 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 00:54:54 ---> Running in afb8591f9431 00:54:54 ---> 2fcadd6f0cef 00:54:54 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:54:56 Removing intermediate container afb8591f9431 00:54:56 ---> 36c164bd2804 00:54:56 Step 10/26 : RUN mkdir -p spire-build 00:54:56 ---> Running in 86939b93b0d9 00:54:56 Building bin/spire-server... 00:54:56 go: downloading github.com/mitchellh/cli v1.1.2 00:54:56 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 00:54:56 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 00:54:56 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 00:54:56 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 00:54:56 go: downloading github.com/imdario/mergo v0.3.12 00:54:56  ---> Running in c0a7a971edb4 00:54:56 go: downloading github.com/sirupsen/logrus v1.8.1 00:54:56 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 00:54:56 go: downloading google.golang.org/grpc v1.44.0 00:54:56 go: downloading github.com/hashicorp/go-hclog v1.1.0 00:54:56  ---> 3ca5731a9e7d 00:54:56 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:54:56 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 00:54:56 go: downloading github.com/fatih/color v1.13.0 00:54:56 go: downloading github.com/mattn/go-isatty v0.0.14 00:54:56 go: downloading github.com/hashicorp/go-plugin v1.4.3 00:54:56 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 00:54:56  ---> Running in be40274f63b3 00:54:56 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 00:54:56 go: downloading github.com/InVisionApp/go-logger v1.0.1 00:54:56 go: downloading github.com/armon/go-metrics v0.3.10 00:54:56 go: downloading github.com/prometheus/client_golang v1.12.1 00:54:56 go: downloading github.com/uber-go/tally/v4 v4.1.1 00:54:56 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 00:54:56 go: downloading github.com/open-policy-agent/opa v0.38.0 00:54:56 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 00:54:56 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 00:54:56 go: downloading github.com/mattn/go-colorable v0.1.12 00:54:56 go: downloading github.com/Masterminds/goutils v1.1.0 00:54:56 go: downloading github.com/Masterminds/semver v1.5.0 00:54:56 go: downloading github.com/google/uuid v1.1.2 00:54:56 go: downloading github.com/huandu/xstrings v1.3.2 00:54:56 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 00:54:56 go: downloading github.com/oklog/run v1.0.0 00:54:56 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 00:54:56 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 00:54:56 go: downloading github.com/prometheus/client_model v0.2.0 00:54:56 go: downloading github.com/prometheus/common v0.32.1 00:54:56 go: downloading github.com/beorn7/perks v1.0.1 00:54:56 go: downloading github.com/cespare/xxhash/v2 v2.1.2 00:54:56 go: downloading github.com/prometheus/procfs v0.7.3 00:54:57 go: downloading github.com/imkira/go-observer v1.0.3 00:54:57 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 00:54:57 go: downloading go.uber.org/atomic v1.9.0 00:54:57 go: downloading github.com/mitchellh/reflectwalk v1.0.1 00:54:57 go: downloading github.com/hashicorp/errwrap v1.1.0 00:54:57 go: downloading github.com/hashicorp/golang-lru v0.5.4 00:54:57 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 00:54:57 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 00:54:57 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 00:54:57 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 00:54:57 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:54:57 Removing intermediate container c0a7a971edb4 00:54:57 ---> 61937c1cdc8a 00:54:57 Step 11/26 : WORKDIR /edgex-go/spire-build 00:54:57 Removing intermediate container 86939b93b0d9 00:54:57 ---> 2617c78f8f60 00:54:57 Step 8/23 : COPY . . 00:54:57 ---> Running in d24d15b91b51 00:54:58 Removing intermediate container d24d15b91b51 00:54:58 ---> 3770a789f742 00:54:58 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 00:54:58 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 00:54:58 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 00:54:58 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 00:54:58 go: downloading github.com/stretchr/testify v1.7.0 00:54:58 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 00:54:58 go: downloading github.com/aws/aws-sdk-go v1.43.0 00:55:00  ---> Running in 7258b9fb2c8f 00:55:01 spire-1.2.1/ 00:55:01 spire-1.2.1/.data/ 00:55:01 spire-1.2.1/.data/.file 00:55:01 spire-1.2.1/.dockerignore 00:55:01 spire-1.2.1/.gitattributes 00:55:01 spire-1.2.1/.githooks/ 00:55:01 spire-1.2.1/.githooks/pre-commit 00:55:01 spire-1.2.1/.github/ 00:55:01 spire-1.2.1/.github/ISSUE_TEMPLATE.md 00:55:01 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 00:55:01 spire-1.2.1/.github/dependabot.yml 00:55:01 spire-1.2.1/.github/workflows/ 00:55:01 spire-1.2.1/.github/workflows/nightly_build.yaml 00:55:01 spire-1.2.1/.github/workflows/pr_build.yaml 00:55:01 spire-1.2.1/.github/workflows/release_build.yaml 00:55:01 spire-1.2.1/.github/workflows/scripts/ 00:55:01 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 00:55:01 spire-1.2.1/.github/workflows/scripts/push-images.sh 00:55:01 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 00:55:01 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 00:55:01 spire-1.2.1/.github/workflows/scripts/split.sh 00:55:01 spire-1.2.1/.gitignore 00:55:01 spire-1.2.1/.go-version 00:55:01 spire-1.2.1/.golangci.yml 00:55:01 spire-1.2.1/ADOPTERS.md 00:55:01 spire-1.2.1/CHANGELOG.md 00:55:01 spire-1.2.1/CODE-OF-CONDUCT.md 00:55:01 spire-1.2.1/CODEOWNERS 00:55:01 spire-1.2.1/CONTRIBUTING.md 00:55:01 spire-1.2.1/Dockerfile 00:55:01 spire-1.2.1/Dockerfile.dev 00:55:01 spire-1.2.1/Dockerfile.scratch 00:55:01 spire-1.2.1/LICENSE 00:55:01 spire-1.2.1/MAINTAINERS.md 00:55:01 spire-1.2.1/Makefile 00:55:01 spire-1.2.1/README.md 00:55:01 spire-1.2.1/ROADMAP.md 00:55:01 spire-1.2.1/SECURITY.md 00:55:01 spire-1.2.1/cmd/ 00:55:01 spire-1.2.1/cmd/spire-agent/ 00:55:01 spire-1.2.1/cmd/spire-agent/cli/ 00:55:01 spire-1.2.1/cmd/spire-agent/cli/api/ 00:55:01 spire-1.2.1/cmd/spire-agent/cli/api/common.go 00:55:01 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 00:55:01 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 00:55:01 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 00:55:01 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 00:55:01 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 00:55:01 spire-1.2.1/cmd/spire-agent/cli/cli.go 00:55:01 spire-1.2.1/cmd/spire-agent/cli/common/ 00:55:01 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 00:55:01 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 00:55:01 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 00:55:01 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 00:55:01 spire-1.2.1/cmd/spire-agent/cli/run/ 00:55:01 spire-1.2.1/cmd/spire-agent/cli/run/run.go 00:55:01 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 00:55:01 spire-1.2.1/cmd/spire-agent/cli/validate/ 00:55:01 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 00:55:01 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 00:55:01 spire-1.2.1/cmd/spire-agent/main.go 00:55:01 spire-1.2.1/cmd/spire-server/ 00:55:01 spire-1.2.1/cmd/spire-server/cli/ 00:55:01 spire-1.2.1/cmd/spire-server/cli/agent/ 00:55:01 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/agent/count.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/agent/list.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/agent/show.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/bundle/ 00:55:01 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/cli.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/entry/ 00:55:01 spire-1.2.1/cmd/spire-server/cli/entry/count.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/entry/create.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/entry/show.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/entry/update.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/entry/util.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/federation/ 00:55:01 spire-1.2.1/cmd/spire-server/cli/federation/common.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/federation/create.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/federation/list.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/federation/show.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/federation/update.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 00:55:01 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/jwt/ 00:55:01 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/run/ 00:55:01 spire-1.2.1/cmd/spire-server/cli/run/run.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/token/ 00:55:01 spire-1.2.1/cmd/spire-server/cli/token/generate.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/validate/ 00:55:01 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/x509/ 00:55:01 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 00:55:01 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 00:55:01 spire-1.2.1/cmd/spire-server/main.go 00:55:01 spire-1.2.1/cmd/spire-server/util/ 00:55:01 spire-1.2.1/cmd/spire-server/util/util.go 00:55:01 spire-1.2.1/conf/ 00:55:01 spire-1.2.1/conf/agent/ 00:55:01 spire-1.2.1/conf/agent/agent.conf 00:55:01 spire-1.2.1/conf/agent/agent_full.conf 00:55:01 spire-1.2.1/conf/agent/dummy_root_ca.crt 00:55:01 spire-1.2.1/conf/server/ 00:55:01 spire-1.2.1/conf/server/dummy_upstream_ca.crt 00:55:01 spire-1.2.1/conf/server/dummy_upstream_ca.key 00:55:01 spire-1.2.1/conf/server/server.conf 00:55:01 spire-1.2.1/conf/server/server_full.conf 00:55:01 spire-1.2.1/doc/ 00:55:01 spire-1.2.1/doc/SPIRE101.md 00:55:01 spire-1.2.1/doc/auditlog.md 00:55:01 spire-1.2.1/doc/authorization_policy_engine.md 00:55:01 spire-1.2.1/doc/changelog_guidelines.md 00:55:01 spire-1.2.1/doc/cure53-report.pdf 00:55:01 spire-1.2.1/doc/images/ 00:55:01 spire-1.2.1/doc/images/2019_roadmap.png 00:55:01 spire-1.2.1/doc/images/SPIRE101.png 00:55:01 spire-1.2.1/doc/images/SPIRE_agent.png 00:55:01 spire-1.2.1/doc/images/SPIRE_server.png 00:55:01 spire-1.2.1/doc/images/cache_mgr.png 00:55:01 spire-1.2.1/doc/images/cache_mgr_components.png 00:55:01 spire-1.2.1/doc/images/federated_spire.png 00:55:01 spire-1.2.1/doc/images/ha_mode.png 00:55:01 spire-1.2.1/doc/images/nested_spire.png 00:55:01 spire-1.2.1/doc/images/oidc_federation.png 00:55:01 spire-1.2.1/doc/images/single_trust_domain.png 00:55:01 spire-1.2.1/doc/images/spiffe_compatible.png 00:55:01 spire-1.2.1/doc/images/spire_logo.png 00:55:01 spire-1.2.1/doc/migrating_registration_api_clients.md 00:55:01 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 00:55:01 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 00:55:01 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 00:55:01 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 00:55:01 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 00:55:01 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 00:55:01 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 00:55:01 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 00:55:01 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 00:55:01 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 00:55:01 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 00:55:01 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 00:55:01 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 00:55:01 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 00:55:01 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 00:55:01 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 00:55:01 spire-1.2.1/doc/plugin_server_datastore_sql.md 00:55:01 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 00:55:01 spire-1.2.1/doc/plugin_server_keymanager_disk.md 00:55:01 spire-1.2.1/doc/plugin_server_keymanager_memory.md 00:55:01 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 00:55:01 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 00:55:01 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 00:55:01 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 00:55:01 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 00:55:01 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 00:55:01 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 00:55:01 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 00:55:01 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 00:55:01 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 00:55:01 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 00:55:01 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 00:55:01 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 00:55:01 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 00:55:01 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 00:55:01 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 00:55:01 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 00:55:01 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 00:55:01 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 00:55:01 spire-1.2.1/doc/scaling_spire.md 00:55:01 spire-1.2.1/doc/spire_agent.md 00:55:01 spire-1.2.1/doc/spire_server.md 00:55:01 spire-1.2.1/doc/supported_integrations.md 00:55:01 spire-1.2.1/doc/telemetry.md 00:55:01 spire-1.2.1/doc/telemetry_config.md 00:55:01 spire-1.2.1/doc/upgrading.md 00:55:01 spire-1.2.1/doc/using_spire.md 00:55:01 spire-1.2.1/examples/ 00:55:01 spire-1.2.1/examples/README.md 00:55:01 spire-1.2.1/go.mod 00:55:01 spire-1.2.1/go.sum 00:55:01 spire-1.2.1/pkg/ 00:55:01 spire-1.2.1/pkg/agent/ 00:55:01 spire-1.2.1/pkg/agent/agent.go 00:55:01 spire-1.2.1/pkg/agent/api/ 00:55:01 spire-1.2.1/pkg/agent/api/config.go 00:55:01 spire-1.2.1/pkg/agent/api/debug/ 00:55:01 spire-1.2.1/pkg/agent/api/debug/v1/ 00:55:01 spire-1.2.1/pkg/agent/api/debug/v1/service.go 00:55:01 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 00:55:01 spire-1.2.1/pkg/agent/api/delegatedidentity/ 00:55:01 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 00:55:01 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 00:55:01 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 00:55:01 spire-1.2.1/pkg/agent/api/endpoints.go 00:55:01 spire-1.2.1/pkg/agent/api/health/ 00:55:01 spire-1.2.1/pkg/agent/api/health/v1/ 00:55:01 spire-1.2.1/pkg/agent/api/health/v1/service.go 00:55:01 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 00:55:01 spire-1.2.1/pkg/agent/api/rpccontext/ 00:55:01 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 00:55:01 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 00:55:01 spire-1.2.1/pkg/agent/attestor/ 00:55:01 spire-1.2.1/pkg/agent/attestor/node/ 00:55:01 spire-1.2.1/pkg/agent/attestor/node/experimental.go 00:55:01 spire-1.2.1/pkg/agent/attestor/node/node.go 00:55:01 spire-1.2.1/pkg/agent/attestor/node/node_test.go 00:55:01 spire-1.2.1/pkg/agent/attestor/workload/ 00:55:01 spire-1.2.1/pkg/agent/attestor/workload/workload.go 00:55:01 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 00:55:01 spire-1.2.1/pkg/agent/catalog/ 00:55:01 spire-1.2.1/pkg/agent/catalog/catalog.go 00:55:01 spire-1.2.1/pkg/agent/catalog/keymanager.go 00:55:01 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 00:55:01 spire-1.2.1/pkg/agent/catalog/svidstore.go 00:55:01 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 00:55:01 spire-1.2.1/pkg/agent/client/ 00:55:01 spire-1.2.1/pkg/agent/client/client.go 00:55:01 spire-1.2.1/pkg/agent/client/client_test.go 00:55:01 spire-1.2.1/pkg/agent/client/dial.go 00:55:01 spire-1.2.1/pkg/agent/client/nodeconn.go 00:55:01 spire-1.2.1/pkg/agent/client/nodeconn_test.go 00:55:01 spire-1.2.1/pkg/agent/client/update.go 00:55:01 spire-1.2.1/pkg/agent/client/util.go 00:55:01 spire-1.2.1/pkg/agent/common/ 00:55:01 spire-1.2.1/pkg/agent/common/backoff/ 00:55:01 spire-1.2.1/pkg/agent/common/backoff/backoff.go 00:55:01 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 00:55:01 spire-1.2.1/pkg/agent/common/cgroups/ 00:55:01 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 00:55:01 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 00:55:01 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 00:55:01 spire-1.2.1/pkg/agent/config.go 00:55:01 spire-1.2.1/pkg/agent/endpoints/ 00:55:01 spire-1.2.1/pkg/agent/endpoints/config.go 00:55:01 spire-1.2.1/pkg/agent/endpoints/endpoints.go 00:55:01 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 00:55:01 spire-1.2.1/pkg/agent/endpoints/metrics.go 00:55:01 spire-1.2.1/pkg/agent/endpoints/middleware.go 00:55:01 spire-1.2.1/pkg/agent/endpoints/peertracker.go 00:55:01 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 00:55:01 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 00:55:01 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 00:55:01 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 00:55:01 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 00:55:01 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 00:55:01 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 00:55:01 spire-1.2.1/pkg/agent/endpoints/workload/ 00:55:01 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 00:55:01 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 00:55:01 spire-1.2.1/pkg/agent/manager/ 00:55:01 spire-1.2.1/pkg/agent/manager/cache/ 00:55:01 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 00:55:01 spire-1.2.1/pkg/agent/manager/cache/cache.go 00:55:01 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 00:55:01 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 00:55:01 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 00:55:01 spire-1.2.1/pkg/agent/manager/cache/sets.go 00:55:01 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 00:55:01 spire-1.2.1/pkg/agent/manager/config.go 00:55:01 spire-1.2.1/pkg/agent/manager/manager.go 00:55:01 spire-1.2.1/pkg/agent/manager/manager_test.go 00:55:01 spire-1.2.1/pkg/agent/manager/storage.go 00:55:01 spire-1.2.1/pkg/agent/manager/storage_test.go 00:55:01 spire-1.2.1/pkg/agent/manager/storecache/ 00:55:01 spire-1.2.1/pkg/agent/manager/storecache/cache.go 00:55:01 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 00:55:01 spire-1.2.1/pkg/agent/manager/sync.go 00:55:01 spire-1.2.1/pkg/agent/plugin/ 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/ 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 00:55:01 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 00:55:01 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/ 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 00:55:01 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 00:55:01 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 00:55:01 spire-1.2.1/pkg/agent/svid/ 00:55:01 spire-1.2.1/pkg/agent/svid/rotator.go 00:55:01 spire-1.2.1/pkg/agent/svid/rotator_config.go 00:55:01 spire-1.2.1/pkg/agent/svid/rotator_test.go 00:55:01 spire-1.2.1/pkg/agent/svid/store/ 00:55:01 spire-1.2.1/pkg/agent/svid/store/service.go 00:55:01 spire-1.2.1/pkg/agent/svid/store/service_test.go 00:55:01 spire-1.2.1/pkg/common/ 00:55:01 spire-1.2.1/pkg/common/agentpathtemplate/ 00:55:01 spire-1.2.1/pkg/common/agentpathtemplate/template.go 00:55:01 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 00:55:01 spire-1.2.1/pkg/common/api/ 00:55:01 spire-1.2.1/pkg/common/api/metrics.go 00:55:01 spire-1.2.1/pkg/common/api/middleware/ 00:55:01 spire-1.2.1/pkg/common/api/middleware/common_test.go 00:55:01 spire-1.2.1/pkg/common/api/middleware/interceptor.go 00:55:01 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 00:55:01 spire-1.2.1/pkg/common/api/middleware/logger.go 00:55:01 spire-1.2.1/pkg/common/api/middleware/logger_test.go 00:55:01 spire-1.2.1/pkg/common/api/middleware/metrics.go 00:55:01 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 00:55:01 spire-1.2.1/pkg/common/api/middleware/middleware.go 00:55:01 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 00:55:01 spire-1.2.1/pkg/common/api/middleware/misconfig.go 00:55:01 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 00:55:01 spire-1.2.1/pkg/common/api/middleware/names.go 00:55:01 spire-1.2.1/pkg/common/api/middleware/names_test.go 00:55:01 spire-1.2.1/pkg/common/api/names.go 00:55:01 spire-1.2.1/pkg/common/api/ratelimit.go 00:55:01 spire-1.2.1/pkg/common/api/rpccontext/ 00:55:01 spire-1.2.1/pkg/common/api/rpccontext/logger.go 00:55:01 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 00:55:01 spire-1.2.1/pkg/common/api/rpccontext/names.go 00:55:01 spire-1.2.1/pkg/common/auth/ 00:55:01 spire-1.2.1/pkg/common/auth/interceptors.go 00:55:01 spire-1.2.1/pkg/common/auth/interceptors_test.go 00:55:01 spire-1.2.1/pkg/common/auth/untracked_uds.go 00:55:01 spire-1.2.1/pkg/common/bundleutil/ 00:55:01 spire-1.2.1/pkg/common/bundleutil/bundle.go 00:55:01 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 00:55:01 spire-1.2.1/pkg/common/bundleutil/common_test.go 00:55:01 spire-1.2.1/pkg/common/bundleutil/marshal.go 00:55:01 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 00:55:01 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 00:55:01 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 00:55:01 spire-1.2.1/pkg/common/bundleutil/types.go 00:55:01 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 00:55:01 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 00:55:01 spire-1.2.1/pkg/common/catalog/ 00:55:01 spire-1.2.1/pkg/common/catalog/bind.go 00:55:01 spire-1.2.1/pkg/common/catalog/builtin.go 00:55:01 spire-1.2.1/pkg/common/catalog/catalog.go 00:55:01 spire-1.2.1/pkg/common/catalog/catalog_test.go 00:55:01 spire-1.2.1/pkg/common/catalog/closers.go 00:55:01 spire-1.2.1/pkg/common/catalog/cmd_linux.go 00:55:01 spire-1.2.1/pkg/common/catalog/cmd_other.go 00:55:01 spire-1.2.1/pkg/common/catalog/config.go 00:55:01 spire-1.2.1/pkg/common/catalog/config_test.go 00:55:01 spire-1.2.1/pkg/common/catalog/configure.go 00:55:01 spire-1.2.1/pkg/common/catalog/constraints.go 00:55:01 spire-1.2.1/pkg/common/catalog/constraints_test.go 00:55:01 spire-1.2.1/pkg/common/catalog/context.go 00:55:01 spire-1.2.1/pkg/common/catalog/external.go 00:55:01 spire-1.2.1/pkg/common/catalog/host.go 00:55:01 spire-1.2.1/pkg/common/catalog/pipenet.go 00:55:01 spire-1.2.1/pkg/common/catalog/plugin.go 00:55:01 spire-1.2.1/pkg/common/catalog/testplugin/ 00:55:01 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 00:55:01 spire-1.2.1/pkg/common/catalog/testplugin/main.go 00:55:01 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 00:55:01 spire-1.2.1/pkg/common/cli/ 00:55:01 spire-1.2.1/pkg/common/cli/env.go 00:55:01 spire-1.2.1/pkg/common/cli/flags.go 00:55:01 spire-1.2.1/pkg/common/cli/trust_domain.go 00:55:01 spire-1.2.1/pkg/common/cli/trust_domain_test.go 00:55:01 spire-1.2.1/pkg/common/cli/umask.go 00:55:01 spire-1.2.1/pkg/common/cli/umask_posix.go 00:55:01 spire-1.2.1/pkg/common/cli/umask_test.go 00:55:01 spire-1.2.1/pkg/common/cli/umask_windows.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/ 00:55:01 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/flag.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/flag_test.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/format.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/format_test.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/ 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 00:55:01 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 00:55:01 spire-1.2.1/pkg/common/coretypes/ 00:55:01 spire-1.2.1/pkg/common/coretypes/bundle/ 00:55:01 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 00:55:01 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 00:55:01 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 00:55:01 spire-1.2.1/pkg/common/coretypes/bundle/require.go 00:55:01 spire-1.2.1/pkg/common/coretypes/jwtkey/ 00:55:01 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 00:55:01 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 00:55:01 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 00:55:01 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 00:55:01 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 00:55:01 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 00:55:01 spire-1.2.1/pkg/common/coretypes/x509certificate/ 00:55:01 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 00:55:01 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 00:55:01 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 00:55:01 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 00:55:01 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 00:55:01 spire-1.2.1/pkg/common/cryptoutil/ 00:55:01 spire-1.2.1/pkg/common/cryptoutil/keys.go 00:55:01 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 00:55:01 spire-1.2.1/pkg/common/diskutil/ 00:55:01 spire-1.2.1/pkg/common/diskutil/file_posix.go 00:55:01 spire-1.2.1/pkg/common/diskutil/file_test.go 00:55:01 spire-1.2.1/pkg/common/diskutil/file_windows.go 00:55:01 spire-1.2.1/pkg/common/errorutil/ 00:55:01 spire-1.2.1/pkg/common/errorutil/wrapper.go 00:55:01 spire-1.2.1/pkg/common/health/ 00:55:01 spire-1.2.1/pkg/common/health/config.go 00:55:01 spire-1.2.1/pkg/common/health/context.go 00:55:01 spire-1.2.1/pkg/common/health/context_test.go 00:55:01 spire-1.2.1/pkg/common/health/health.go 00:55:01 spire-1.2.1/pkg/common/health/health_test.go 00:55:01 spire-1.2.1/pkg/common/health/logger.go 00:55:01 spire-1.2.1/pkg/common/hostservice/ 00:55:01 spire-1.2.1/pkg/common/hostservice/metricsservice/ 00:55:01 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 00:55:01 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 00:55:01 spire-1.2.1/pkg/common/idutil/ 00:55:01 spire-1.2.1/pkg/common/idutil/require.go 00:55:01 spire-1.2.1/pkg/common/idutil/require_test.go 00:55:01 spire-1.2.1/pkg/common/idutil/safety.go 00:55:01 spire-1.2.1/pkg/common/idutil/safety_test.go 00:55:01 spire-1.2.1/pkg/common/idutil/spiffeid.go 00:55:01 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 00:55:01 spire-1.2.1/pkg/common/jwtsvid/ 00:55:01 spire-1.2.1/pkg/common/jwtsvid/common.go 00:55:01 spire-1.2.1/pkg/common/jwtsvid/sign.go 00:55:01 spire-1.2.1/pkg/common/jwtsvid/token_test.go 00:55:01 spire-1.2.1/pkg/common/jwtsvid/validate.go 00:55:01 spire-1.2.1/pkg/common/jwtutil/ 00:55:01 spire-1.2.1/pkg/common/jwtutil/keyset.go 00:55:01 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 00:55:01 spire-1.2.1/pkg/common/log/ 00:55:01 spire-1.2.1/pkg/common/log/hclog_adapter.go 00:55:01 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 00:55:01 spire-1.2.1/pkg/common/log/log.go 00:55:01 spire-1.2.1/pkg/common/log/log_test.go 00:55:01 spire-1.2.1/pkg/common/log/options.go 00:55:01 spire-1.2.1/pkg/common/nodeutil/ 00:55:01 spire-1.2.1/pkg/common/nodeutil/node.go 00:55:01 spire-1.2.1/pkg/common/nodeutil/node_test.go 00:55:01 spire-1.2.1/pkg/common/peertracker/ 00:55:01 spire-1.2.1/pkg/common/peertracker/conn.go 00:55:01 spire-1.2.1/pkg/common/peertracker/credentials.go 00:55:01 spire-1.2.1/pkg/common/peertracker/errors.go 00:55:01 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 00:55:01 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 00:55:01 spire-1.2.1/pkg/common/peertracker/info.go 00:55:01 spire-1.2.1/pkg/common/peertracker/listener.go 00:55:01 spire-1.2.1/pkg/common/peertracker/listener_test.go 00:55:01 spire-1.2.1/pkg/common/peertracker/peertracker.go 00:55:01 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 00:55:01 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 00:55:01 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 00:55:01 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 00:55:01 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 00:55:01 spire-1.2.1/pkg/common/peertracker/tcp.go 00:55:01 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 00:55:01 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 00:55:01 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 00:55:01 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 00:55:01 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 00:55:01 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 00:55:01 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 00:55:01 spire-1.2.1/pkg/common/peertracker/uds.go 00:55:01 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 00:55:01 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 00:55:01 spire-1.2.1/pkg/common/peertracker/uds_linux.go 00:55:01 spire-1.2.1/pkg/common/pemutil/ 00:55:01 spire-1.2.1/pkg/common/pemutil/block.go 00:55:01 spire-1.2.1/pkg/common/pemutil/certs.go 00:55:01 spire-1.2.1/pkg/common/pemutil/common.go 00:55:01 spire-1.2.1/pkg/common/pemutil/csr.go 00:55:01 spire-1.2.1/pkg/common/pemutil/keys.go 00:55:01 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 00:55:01 spire-1.2.1/pkg/common/pemutil/testdata/ 00:55:01 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 00:55:01 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 00:55:01 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 00:55:01 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 00:55:01 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 00:55:01 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 00:55:01 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 00:55:01 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 00:55:01 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 00:55:01 spire-1.2.1/pkg/common/plugin/ 00:55:01 spire-1.2.1/pkg/common/plugin/aws/ 00:55:01 spire-1.2.1/pkg/common/plugin/aws/iid.go 00:55:01 spire-1.2.1/pkg/common/plugin/azure/ 00:55:01 spire-1.2.1/pkg/common/plugin/azure/msi.go 00:55:01 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 00:55:01 spire-1.2.1/pkg/common/plugin/facade.go 00:55:01 spire-1.2.1/pkg/common/plugin/facade_test.go 00:55:01 spire-1.2.1/pkg/common/plugin/gcp/ 00:55:01 spire-1.2.1/pkg/common/plugin/gcp/iit.go 00:55:01 spire-1.2.1/pkg/common/plugin/k8s/ 00:55:01 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 00:55:01 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 00:55:01 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 00:55:01 spire-1.2.1/pkg/common/plugin/k8s/utils.go 00:55:01 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 00:55:01 spire-1.2.1/pkg/common/plugin/log.go 00:55:01 spire-1.2.1/pkg/common/plugin/sshpop/ 00:55:01 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 00:55:01 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 00:55:01 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 00:55:01 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 00:55:01 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 00:55:01 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 00:55:01 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 00:55:01 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 00:55:01 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 00:55:01 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 00:55:01 spire-1.2.1/pkg/common/plugin/tpmdevid/ 00:55:01 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 00:55:01 spire-1.2.1/pkg/common/plugin/x509pop/ 00:55:01 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 00:55:01 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 00:55:01 spire-1.2.1/pkg/common/profiling/ 00:55:01 spire-1.2.1/pkg/common/profiling/dumpers.go 00:55:01 spire-1.2.1/pkg/common/profiling/profiling.go 00:55:01 spire-1.2.1/pkg/common/protoutil/ 00:55:01 spire-1.2.1/pkg/common/protoutil/masks.go 00:55:01 spire-1.2.1/pkg/common/protoutil/masks_test.go 00:55:01 spire-1.2.1/pkg/common/rotationutil/ 00:55:01 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 00:55:01 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 00:55:01 spire-1.2.1/pkg/common/selector/ 00:55:01 spire-1.2.1/pkg/common/selector/selector.go 00:55:01 spire-1.2.1/pkg/common/selector/selector_test.go 00:55:01 spire-1.2.1/pkg/common/selector/set.go 00:55:01 spire-1.2.1/pkg/common/selector/set_utils.go 00:55:01 spire-1.2.1/pkg/common/selector/set_utils_test.go 00:55:01 spire-1.2.1/pkg/common/telemetry/ 00:55:01 spire-1.2.1/pkg/common/telemetry/agent/ 00:55:01 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 00:55:01 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 00:55:01 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 00:55:01 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 00:55:01 spire-1.2.1/pkg/common/telemetry/agent/manager.go 00:55:01 spire-1.2.1/pkg/common/telemetry/agent/node.go 00:55:01 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 00:55:01 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 00:55:01 spire-1.2.1/pkg/common/telemetry/agent/store/ 00:55:01 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 00:55:01 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 00:55:01 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 00:55:01 spire-1.2.1/pkg/common/telemetry/blackhole.go 00:55:01 spire-1.2.1/pkg/common/telemetry/call.go 00:55:01 spire-1.2.1/pkg/common/telemetry/common/ 00:55:01 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 00:55:01 spire-1.2.1/pkg/common/telemetry/config.go 00:55:01 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 00:55:01 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 00:55:01 spire-1.2.1/pkg/common/telemetry/inmem.go 00:55:01 spire-1.2.1/pkg/common/telemetry/inmem_test.go 00:55:01 spire-1.2.1/pkg/common/telemetry/m3.go 00:55:01 spire-1.2.1/pkg/common/telemetry/m3_test.go 00:55:01 spire-1.2.1/pkg/common/telemetry/metrics.go 00:55:01 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 00:55:01 spire-1.2.1/pkg/common/telemetry/names.go 00:55:01 spire-1.2.1/pkg/common/telemetry/prometheus.go 00:55:01 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 00:55:01 spire-1.2.1/pkg/common/telemetry/sanitize.go 00:55:01 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 00:55:01 spire-1.2.1/pkg/common/telemetry/server/ 00:55:01 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 00:55:01 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 00:55:01 spire-1.2.1/pkg/common/telemetry/server/datastore/ 00:55:01 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 00:55:01 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 00:55:01 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 00:55:01 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 00:55:01 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 00:55:01 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 00:55:01 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 00:55:01 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 00:55:01 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 00:55:01 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 00:55:01 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 00:55:01 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 00:55:01 spire-1.2.1/pkg/common/telemetry/server/rotate.go 00:55:01 spire-1.2.1/pkg/common/telemetry/server/server.go 00:55:01 spire-1.2.1/pkg/common/telemetry/sink.go 00:55:01 spire-1.2.1/pkg/common/telemetry/statsd.go 00:55:01 spire-1.2.1/pkg/common/telemetry/statsd_test.go 00:55:01 spire-1.2.1/pkg/common/telemetry/uptime.go 00:55:01 spire-1.2.1/pkg/common/telemetry/version.go 00:55:01 spire-1.2.1/pkg/common/telemetry/withlabels.go 00:55:01 spire-1.2.1/pkg/common/uptime/ 00:55:01 spire-1.2.1/pkg/common/uptime/uptime.go 00:55:01 spire-1.2.1/pkg/common/uptime/uptime_test.go 00:55:01 spire-1.2.1/pkg/common/util/ 00:55:01 spire-1.2.1/pkg/common/util/certs.go 00:55:01 spire-1.2.1/pkg/common/util/certs_test.go 00:55:01 spire-1.2.1/pkg/common/util/csr.go 00:55:01 spire-1.2.1/pkg/common/util/hash.go 00:55:01 spire-1.2.1/pkg/common/util/selectors.go 00:55:01 spire-1.2.1/pkg/common/util/selectors_test.go 00:55:01 spire-1.2.1/pkg/common/util/signals.go 00:55:01 spire-1.2.1/pkg/common/util/sort.go 00:55:01 spire-1.2.1/pkg/common/util/sort_test.go 00:55:01 spire-1.2.1/pkg/common/util/task.go 00:55:01 spire-1.2.1/pkg/common/util/task_test.go 00:55:01 spire-1.2.1/pkg/common/util/testdata/ 00:55:01 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 00:55:01 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 00:55:01 spire-1.2.1/pkg/common/version/ 00:55:01 spire-1.2.1/pkg/common/version/version.go 00:55:01 spire-1.2.1/pkg/common/x509svid/ 00:55:01 spire-1.2.1/pkg/common/x509svid/common_test.go 00:55:01 spire-1.2.1/pkg/common/x509svid/csr.go 00:55:01 spire-1.2.1/pkg/common/x509svid/upstreamca.go 00:55:01 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 00:55:01 spire-1.2.1/pkg/common/x509util/ 00:55:01 spire-1.2.1/pkg/common/x509util/cert.go 00:55:01 spire-1.2.1/pkg/common/x509util/dns.go 00:55:01 spire-1.2.1/pkg/common/x509util/dns_test.go 00:55:01 spire-1.2.1/pkg/common/x509util/keyid.go 00:55:01 spire-1.2.1/pkg/common/x509util/keypair.go 00:55:01 spire-1.2.1/pkg/common/x509util/serialnumber.go 00:55:01 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 00:55:01 spire-1.2.1/pkg/server/ 00:55:01 spire-1.2.1/pkg/server/api/ 00:55:01 spire-1.2.1/pkg/server/api/agent.go 00:55:01 spire-1.2.1/pkg/server/api/agent/ 00:55:01 spire-1.2.1/pkg/server/api/agent/v1/ 00:55:01 spire-1.2.1/pkg/server/api/agent/v1/service.go 00:55:01 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 00:55:01 spire-1.2.1/pkg/server/api/agent_test.go 00:55:01 spire-1.2.1/pkg/server/api/api.go 00:55:01 spire-1.2.1/pkg/server/api/audit/ 00:55:01 spire-1.2.1/pkg/server/api/audit/audit.go 00:55:01 spire-1.2.1/pkg/server/api/audit/audit_test.go 00:55:01 spire-1.2.1/pkg/server/api/bundle.go 00:55:01 spire-1.2.1/pkg/server/api/bundle/ 00:55:01 spire-1.2.1/pkg/server/api/bundle/v1/ 00:55:01 spire-1.2.1/pkg/server/api/bundle/v1/service.go 00:55:01 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 00:55:01 spire-1.2.1/pkg/server/api/bundle_test.go 00:55:01 spire-1.2.1/pkg/server/api/debug/ 00:55:01 spire-1.2.1/pkg/server/api/debug/v1/ 00:55:01 spire-1.2.1/pkg/server/api/debug/v1/service.go 00:55:01 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 00:55:01 spire-1.2.1/pkg/server/api/entry.go 00:55:01 spire-1.2.1/pkg/server/api/entry/ 00:55:01 spire-1.2.1/pkg/server/api/entry/v1/ 00:55:01 spire-1.2.1/pkg/server/api/entry/v1/service.go 00:55:01 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 00:55:01 spire-1.2.1/pkg/server/api/entry_test.go 00:55:01 spire-1.2.1/pkg/server/api/health/ 00:55:01 spire-1.2.1/pkg/server/api/health/v1/ 00:55:01 spire-1.2.1/pkg/server/api/health/v1/service.go 00:55:01 spire-1.2.1/pkg/server/api/health/v1/service_test.go 00:55:01 spire-1.2.1/pkg/server/api/id.go 00:55:01 spire-1.2.1/pkg/server/api/id_test.go 00:55:01 spire-1.2.1/pkg/server/api/limits/ 00:55:01 spire-1.2.1/pkg/server/api/limits/limits.go 00:55:01 spire-1.2.1/pkg/server/api/middleware/ 00:55:01 spire-1.2.1/pkg/server/api/middleware/alias.go 00:55:01 spire-1.2.1/pkg/server/api/middleware/audit.go 00:55:01 spire-1.2.1/pkg/server/api/middleware/authorization.go 00:55:01 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 00:55:01 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 00:55:01 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 00:55:01 spire-1.2.1/pkg/server/api/middleware/caller.go 00:55:01 spire-1.2.1/pkg/server/api/middleware/caller_test.go 00:55:01 spire-1.2.1/pkg/server/api/middleware/common.go 00:55:01 spire-1.2.1/pkg/server/api/middleware/common_test.go 00:55:01 spire-1.2.1/pkg/server/api/middleware/entries.go 00:55:01 spire-1.2.1/pkg/server/api/middleware/entries_test.go 00:55:01 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 00:55:01 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 00:55:01 spire-1.2.1/pkg/server/api/ratelimit.go 00:55:01 spire-1.2.1/pkg/server/api/rpccontext/ 00:55:01 spire-1.2.1/pkg/server/api/rpccontext/alias.go 00:55:01 spire-1.2.1/pkg/server/api/rpccontext/audit.go 00:55:01 spire-1.2.1/pkg/server/api/rpccontext/caller.go 00:55:01 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 00:55:01 spire-1.2.1/pkg/server/api/selector.go 00:55:01 spire-1.2.1/pkg/server/api/selector_test.go 00:55:01 spire-1.2.1/pkg/server/api/status.go 00:55:01 spire-1.2.1/pkg/server/api/status_test.go 00:55:01 spire-1.2.1/pkg/server/api/svid/ 00:55:01 spire-1.2.1/pkg/server/api/svid/v1/ 00:55:01 spire-1.2.1/pkg/server/api/svid/v1/service.go 00:55:01 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 00:55:01 spire-1.2.1/pkg/server/api/trustdomain.go 00:55:01 spire-1.2.1/pkg/server/api/trustdomain/ 00:55:01 spire-1.2.1/pkg/server/api/trustdomain/v1/ 00:55:01 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 00:55:01 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 00:55:01 spire-1.2.1/pkg/server/api/trustdomain_test.go 00:55:01 spire-1.2.1/pkg/server/authpolicy/ 00:55:01 spire-1.2.1/pkg/server/authpolicy/defaults.go 00:55:01 spire-1.2.1/pkg/server/authpolicy/policy.go 00:55:01 spire-1.2.1/pkg/server/authpolicy/policy.rego 00:55:01 spire-1.2.1/pkg/server/authpolicy/policy_data.json 00:55:01 spire-1.2.1/pkg/server/authpolicy/policy_test.go 00:55:01 spire-1.2.1/pkg/server/authpolicy/validate.go 00:55:01 spire-1.2.1/pkg/server/bundle/ 00:55:01 spire-1.2.1/pkg/server/bundle/client/ 00:55:01 spire-1.2.1/pkg/server/bundle/client/client.go 00:55:01 spire-1.2.1/pkg/server/bundle/client/client_test.go 00:55:01 spire-1.2.1/pkg/server/bundle/client/manager.go 00:55:01 spire-1.2.1/pkg/server/bundle/client/manager_test.go 00:55:01 spire-1.2.1/pkg/server/bundle/client/sources.go 00:55:01 spire-1.2.1/pkg/server/bundle/client/sources_test.go 00:55:01 spire-1.2.1/pkg/server/bundle/client/updater.go 00:55:01 spire-1.2.1/pkg/server/bundle/client/updater_test.go 00:55:01 spire-1.2.1/pkg/server/ca/ 00:55:01 spire-1.2.1/pkg/server/ca/ca.go 00:55:01 spire-1.2.1/pkg/server/ca/ca_health.go 00:55:01 spire-1.2.1/pkg/server/ca/ca_test.go 00:55:01 spire-1.2.1/pkg/server/ca/journal.go 00:55:01 spire-1.2.1/pkg/server/ca/journal_test.go 00:55:01 spire-1.2.1/pkg/server/ca/manager.go 00:55:01 spire-1.2.1/pkg/server/ca/manager_health.go 00:55:01 spire-1.2.1/pkg/server/ca/manager_test.go 00:55:01 spire-1.2.1/pkg/server/ca/templates.go 00:55:01 spire-1.2.1/pkg/server/ca/upstream_client.go 00:55:01 spire-1.2.1/pkg/server/ca/upstream_client_test.go 00:55:01 spire-1.2.1/pkg/server/ca/validation.go 00:55:01 spire-1.2.1/pkg/server/cache/ 00:55:01 spire-1.2.1/pkg/server/cache/dscache/ 00:55:01 spire-1.2.1/pkg/server/cache/dscache/cache.go 00:55:01 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 00:55:01 spire-1.2.1/pkg/server/cache/entrycache/ 00:55:01 spire-1.2.1/pkg/server/cache/entrycache/cache.go 00:55:01 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 00:55:01 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 00:55:01 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 00:55:01 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 00:55:01 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 00:55:01 spire-1.2.1/pkg/server/catalog/ 00:55:01 spire-1.2.1/pkg/server/catalog/catalog.go 00:55:01 spire-1.2.1/pkg/server/catalog/keymanager.go 00:55:01 spire-1.2.1/pkg/server/catalog/nodeattestor.go 00:55:01 spire-1.2.1/pkg/server/catalog/noderesolver.go 00:55:01 spire-1.2.1/pkg/server/catalog/notifier.go 00:55:01 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 00:55:01 spire-1.2.1/pkg/server/config.go 00:55:01 spire-1.2.1/pkg/server/datastore/ 00:55:01 spire-1.2.1/pkg/server/datastore/datastore.go 00:55:01 spire-1.2.1/pkg/server/datastore/datastore_health.go 00:55:01 spire-1.2.1/pkg/server/datastore/repository.go 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/ 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 00:55:01 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 00:55:01 spire-1.2.1/pkg/server/endpoints/ 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/ 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/config.go 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/server.go 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 00:55:01 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 00:55:01 spire-1.2.1/pkg/server/endpoints/config.go 00:55:01 spire-1.2.1/pkg/server/endpoints/endpoints.go 00:55:01 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 00:55:01 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 00:55:01 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 00:55:01 spire-1.2.1/pkg/server/endpoints/middleware.go 00:55:01 spire-1.2.1/pkg/server/endpoints/middleware_test.go 00:55:01 spire-1.2.1/pkg/server/hostservice/ 00:55:01 spire-1.2.1/pkg/server/hostservice/agentstore/ 00:55:01 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 00:55:01 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 00:55:01 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 00:55:01 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 00:55:01 spire-1.2.1/pkg/server/hostservice/identityprovider/ 00:55:01 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 00:55:01 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/ 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/ 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/base/ 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/test/ 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 00:55:01 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/ 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 00:55:01 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/noderesolver/ 00:55:01 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 00:55:01 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 00:55:01 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 00:55:01 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 00:55:01 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 00:55:01 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 00:55:01 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/notifier/ 00:55:01 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 00:55:01 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 00:55:01 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 00:55:01 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 00:55:01 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 00:55:01 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 00:55:01 spire-1.2.1/pkg/server/plugin/notifier/repository.go 00:55:01 spire-1.2.1/pkg/server/plugin/notifier/v1.go 00:55:01 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 00:55:01 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 00:55:01 spire-1.2.1/pkg/server/registration/ 00:55:01 spire-1.2.1/pkg/server/registration/manager.go 00:55:01 spire-1.2.1/pkg/server/registration/manager_test.go 00:55:01 spire-1.2.1/pkg/server/scanentries.go 00:55:01 spire-1.2.1/pkg/server/scanentries_test.go 00:55:01 spire-1.2.1/pkg/server/server.go 00:55:01 spire-1.2.1/pkg/server/server_test.go 00:55:01 spire-1.2.1/pkg/server/svid/ 00:55:01 spire-1.2.1/pkg/server/svid/observer.go 00:55:01 spire-1.2.1/pkg/server/svid/observer_test.go 00:55:01 spire-1.2.1/pkg/server/svid/rotator.go 00:55:01 spire-1.2.1/pkg/server/svid/rotator_config.go 00:55:01 spire-1.2.1/pkg/server/svid/rotator_config_test.go 00:55:01 spire-1.2.1/pkg/server/svid/rotator_test.go 00:55:01 spire-1.2.1/proto/ 00:55:01 spire-1.2.1/proto/private/ 00:55:01 spire-1.2.1/proto/private/server/ 00:55:01 spire-1.2.1/proto/private/server/journal/ 00:55:01 spire-1.2.1/proto/private/server/journal/journal.pb.go 00:55:01 spire-1.2.1/proto/private/server/journal/journal.proto 00:55:01 spire-1.2.1/proto/spire/ 00:55:01 spire-1.2.1/proto/spire/common/ 00:55:01 spire-1.2.1/proto/spire/common/common.pb.go 00:55:01 spire-1.2.1/proto/spire/common/common.proto 00:55:01 spire-1.2.1/proto/spire/common/plugin/ 00:55:01 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 00:55:01 spire-1.2.1/proto/spire/common/plugin/plugin.proto 00:55:01 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 00:55:01 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 00:55:01 spire-1.2.1/proto/spire/plugin/ 00:55:01 spire-1.2.1/proto/spire/plugin/agent/ 00:55:01 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 00:55:01 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 00:55:01 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 00:55:01 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 00:55:01 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 00:55:01 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 00:55:01 spire-1.2.1/release/ 00:55:01 spire-1.2.1/release/spire-extras/ 00:55:01 spire-1.2.1/release/spire-extras/README.md 00:55:01 spire-1.2.1/release/spire-extras/conf/ 00:55:01 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 00:55:01 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 00:55:01 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 00:55:01 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 00:55:01 spire-1.2.1/release/spire/ 00:55:01 spire-1.2.1/release/spire/README.md 00:55:01 spire-1.2.1/release/spire/conf/ 00:55:01 spire-1.2.1/release/spire/conf/agent/ 00:55:01 spire-1.2.1/release/spire/conf/agent/agent.conf 00:55:01 spire-1.2.1/release/spire/conf/server/ 00:55:01 spire-1.2.1/release/spire/conf/server/server.conf 00:55:01 spire-1.2.1/script/ 00:55:01 spire-1.2.1/script/build-artifact.sh 00:55:01 spire-1.2.1/script/generate_dummy_ca.sh 00:55:01 spire-1.2.1/support/ 00:55:01 spire-1.2.1/support/k8s/ 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/ 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 00:55:01 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 00:55:01 spire-1.2.1/support/oidc-discovery-provider/ 00:55:01 spire-1.2.1/support/oidc-discovery-provider/README.md 00:55:01 spire-1.2.1/support/oidc-discovery-provider/common_test.go 00:55:01 spire-1.2.1/support/oidc-discovery-provider/config.go 00:55:01 spire-1.2.1/support/oidc-discovery-provider/config_test.go 00:55:01 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 00:55:01 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 00:55:01 spire-1.2.1/support/oidc-discovery-provider/handler.go 00:55:01 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 00:55:01 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 00:55:01 spire-1.2.1/support/oidc-discovery-provider/main.go 00:55:01 spire-1.2.1/support/oidc-discovery-provider/server_api.go 00:55:01 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 00:55:01 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 00:55:01 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 00:55:01 spire-1.2.1/test/ 00:55:01 spire-1.2.1/test/clock/ 00:55:01 spire-1.2.1/test/clock/clock.go 00:55:01 spire-1.2.1/test/fakes/ 00:55:01 spire-1.2.1/test/fakes/fakeagentcatalog/ 00:55:01 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 00:55:01 spire-1.2.1/test/fakes/fakeagentkeymanager/ 00:55:01 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 00:55:01 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 00:55:01 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 00:55:01 spire-1.2.1/test/fakes/fakeagentstore/ 00:55:01 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 00:55:01 spire-1.2.1/test/fakes/fakedatastore/ 00:55:01 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 00:55:01 spire-1.2.1/test/fakes/fakeentryclient/ 00:55:01 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 00:55:01 spire-1.2.1/test/fakes/fakehealthchecker/ 00:55:01 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 00:55:01 spire-1.2.1/test/fakes/fakeidentityprovider/ 00:55:01 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 00:55:01 spire-1.2.1/test/fakes/fakemetrics/ 00:55:01 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 00:55:01 spire-1.2.1/test/fakes/fakenoderesolver/ 00:55:01 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 00:55:01 spire-1.2.1/test/fakes/fakenotifier/ 00:55:01 spire-1.2.1/test/fakes/fakenotifier/notifier.go 00:55:01 spire-1.2.1/test/fakes/fakepluginmetrics/ 00:55:01 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 00:55:01 spire-1.2.1/test/fakes/fakeserverca/ 00:55:01 spire-1.2.1/test/fakes/fakeserverca/serverca.go 00:55:01 spire-1.2.1/test/fakes/fakeservercatalog/ 00:55:01 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 00:55:01 spire-1.2.1/test/fakes/fakeserverkeymanager/ 00:55:01 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 00:55:01 spire-1.2.1/test/fakes/fakeservernodeattestor/ 00:55:01 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 00:55:01 spire-1.2.1/test/fakes/fakeupstreamauthority/ 00:55:01 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 00:55:01 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 00:55:01 spire-1.2.1/test/fakes/fakeworkloadapi/ 00:55:01 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 00:55:01 spire-1.2.1/test/fakes/fakeworkloadattestor/ 00:55:01 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 00:55:01 spire-1.2.1/test/fixture/ 00:55:01 spire-1.2.1/test/fixture/certs/ 00:55:01 spire-1.2.1/test/fixture/certs/agent_svid.der 00:55:01 spire-1.2.1/test/fixture/certs/base_cert.pem 00:55:01 spire-1.2.1/test/fixture/certs/base_csr.pem 00:55:01 spire-1.2.1/test/fixture/certs/base_key.pem 00:55:01 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 00:55:01 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 00:55:01 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 00:55:01 spire-1.2.1/test/fixture/certs/blog_cert.pem 00:55:01 spire-1.2.1/test/fixture/certs/blog_csr.pem 00:55:01 spire-1.2.1/test/fixture/certs/blog_key.pem 00:55:01 spire-1.2.1/test/fixture/certs/bundle.der 00:55:01 spire-1.2.1/test/fixture/certs/ca.pem 00:55:01 spire-1.2.1/test/fixture/certs/ca_key.pem 00:55:01 spire-1.2.1/test/fixture/certs/database_cert.pem 00:55:01 spire-1.2.1/test/fixture/certs/database_csr.pem 00:55:01 spire-1.2.1/test/fixture/certs/database_key.pem 00:55:01 spire-1.2.1/test/fixture/certs/node_cert.pem 00:55:01 spire-1.2.1/test/fixture/certs/node_csr.pem 00:55:01 spire-1.2.1/test/fixture/certs/node_key.pem 00:55:01 spire-1.2.1/test/fixture/certs/svid.pem 00:55:01 spire-1.2.1/test/fixture/certs/svid_key.pem 00:55:01 spire-1.2.1/test/fixture/config/ 00:55:01 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 00:55:01 spire-1.2.1/test/fixture/config/agent_good.conf 00:55:01 spire-1.2.1/test/fixture/config/agent_good_templated.conf 00:55:01 spire-1.2.1/test/fixture/config/plugin_good.conf 00:55:01 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 00:55:01 spire-1.2.1/test/fixture/config/server_good.conf 00:55:01 spire-1.2.1/test/fixture/config/server_good_templated.conf 00:55:01 spire-1.2.1/test/fixture/fixture.go 00:55:01 spire-1.2.1/test/fixture/nodeattestor/ 00:55:01 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 00:55:01 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 00:55:01 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 00:55:01 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 00:55:01 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 00:55:01 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 00:55:01 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 00:55:01 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 00:55:01 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 00:55:01 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 00:55:01 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 00:55:01 spire-1.2.1/test/fixture/registration/ 00:55:01 spire-1.2.1/test/fixture/registration/entries.json 00:55:01 spire-1.2.1/test/fixture/registration/good-for-update.json 00:55:01 spire-1.2.1/test/fixture/registration/good.json 00:55:01 spire-1.2.1/test/fixture/registration/invalid.json 00:55:01 spire-1.2.1/test/fixture/registration/invalid_json.json 00:55:01 spire-1.2.1/test/fixture/registration/manager_test_entries.json 00:55:01 spire-1.2.1/test/integration/ 00:55:01 spire-1.2.1/test/integration/README.md 00:55:01 spire-1.2.1/test/integration/common 00:55:01 spire-1.2.1/test/integration/setup/ 00:55:01 spire-1.2.1/test/integration/setup/adminclient/ 00:55:01 spire-1.2.1/test/integration/setup/adminclient/build.sh 00:55:01 spire-1.2.1/test/integration/setup/adminclient/client.go 00:55:01 spire-1.2.1/test/integration/setup/debugagent/ 00:55:01 spire-1.2.1/test/integration/setup/debugagent/build.sh 00:55:01 spire-1.2.1/test/integration/setup/debugagent/main.go 00:55:01 spire-1.2.1/test/integration/setup/debugserver/ 00:55:01 spire-1.2.1/test/integration/setup/debugserver/build.sh 00:55:01 spire-1.2.1/test/integration/setup/debugserver/main.go 00:55:01 spire-1.2.1/test/integration/setup/downstreamclient/ 00:55:01 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 00:55:01 spire-1.2.1/test/integration/setup/downstreamclient/client.go 00:55:01 spire-1.2.1/test/integration/setup/itclient/ 00:55:01 spire-1.2.1/test/integration/setup/itclient/client.go 00:55:01 spire-1.2.1/test/integration/setup/node-attestation/ 00:55:01 spire-1.2.1/test/integration/setup/node-attestation/build.sh 00:55:01 spire-1.2.1/test/integration/setup/node-attestation/client.go 00:55:01 spire-1.2.1/test/integration/setup/x509pop/ 00:55:01 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 00:55:01 spire-1.2.1/test/integration/setup/x509pop/setup.sh 00:55:01 spire-1.2.1/test/integration/suites/ 00:55:01 spire-1.2.1/test/integration/suites/admin-endpoints/ 00:55:01 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 00:55:01 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 00:55:01 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 00:55:01 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 00:55:01 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 00:55:01 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 00:55:01 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 00:55:01 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 00:55:01 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 00:55:01 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 00:55:01 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 00:55:01 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 00:55:01 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 00:55:01 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 00:55:01 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 00:55:01 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 00:55:01 spire-1.2.1/test/integration/suites/datastore-mysql/ 00:55:01 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 00:55:01 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 00:55:01 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 00:55:01 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres/ 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 00:55:01 spire-1.2.1/test/integration/suites/debug-endpoints/ 00:55:01 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 00:55:01 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 00:55:01 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 00:55:01 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 00:55:01 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 00:55:01 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 00:55:01 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 00:55:01 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 00:55:01 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 00:55:01 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 00:55:01 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 00:55:01 spire-1.2.1/test/integration/suites/downstream-endpoints/ 00:55:01 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 00:55:01 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 00:55:01 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 00:55:01 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 00:55:01 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 00:55:01 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 00:55:01 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 00:55:01 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 00:55:01 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 00:55:01 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 00:55:01 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 00:55:01 spire-1.2.1/test/integration/suites/join-token/ 00:55:01 spire-1.2.1/test/integration/suites/join-token/01-start-server 00:55:01 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 00:55:01 spire-1.2.1/test/integration/suites/join-token/03-start-agent 00:55:01 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 00:55:01 spire-1.2.1/test/integration/suites/join-token/05-check-svid 00:55:01 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 00:55:01 spire-1.2.1/test/integration/suites/join-token/README.md 00:55:01 spire-1.2.1/test/integration/suites/join-token/conf/ 00:55:01 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 00:55:01 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/join-token/conf/server/ 00:55:01 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/join-token/teardown 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/ 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 00:55:01 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/ 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 00:55:01 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 00:55:01 spire-1.2.1/test/integration/suites/k8s/ 00:55:01 spire-1.2.1/test/integration/suites/k8s/00-setup 00:55:01 spire-1.2.1/test/integration/suites/k8s/01-apply-config 00:55:01 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 00:55:01 spire-1.2.1/test/integration/suites/k8s/README.md 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/ 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/server/ 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 00:55:01 spire-1.2.1/test/integration/suites/k8s/init-kubectl 00:55:01 spire-1.2.1/test/integration/suites/k8s/teardown 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/README.md 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/root/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/nested-rotation/teardown 00:55:01 spire-1.2.1/test/integration/suites/node-attestation/ 00:55:01 spire-1.2.1/test/integration/suites/node-attestation/00-setup 00:55:01 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 00:55:01 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 00:55:01 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 00:55:01 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 00:55:01 spire-1.2.1/test/integration/suites/node-attestation/README.md 00:55:01 spire-1.2.1/test/integration/suites/node-attestation/conf/ 00:55:01 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 00:55:01 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 00:55:01 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/node-attestation/teardown 00:55:01 spire-1.2.1/test/integration/suites/rotation/ 00:55:01 spire-1.2.1/test/integration/suites/rotation/00-setup 00:55:01 spire-1.2.1/test/integration/suites/rotation/01-start-server 00:55:01 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 00:55:01 spire-1.2.1/test/integration/suites/rotation/03-start-agent 00:55:01 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 00:55:01 spire-1.2.1/test/integration/suites/rotation/05-check-svids 00:55:01 spire-1.2.1/test/integration/suites/rotation/README.md 00:55:01 spire-1.2.1/test/integration/suites/rotation/conf/ 00:55:01 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 00:55:01 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/rotation/conf/server/ 00:55:01 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/rotation/teardown 00:55:01 spire-1.2.1/test/integration/suites/self-test/ 00:55:01 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 00:55:01 spire-1.2.1/test/integration/suites/self-test/README.md 00:55:01 spire-1.2.1/test/integration/suites/self-test/teardown 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/ 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 00:55:01 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 00:55:01 spire-1.2.1/test/integration/suites/upgrade/ 00:55:01 spire-1.2.1/test/integration/suites/upgrade/00-setup 00:55:01 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 00:55:01 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 00:55:01 spire-1.2.1/test/integration/suites/upgrade/README.md 00:55:01 spire-1.2.1/test/integration/suites/upgrade/conf/ 00:55:01 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 00:55:01 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 00:55:01 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 00:55:01 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 00:55:01 spire-1.2.1/test/integration/suites/upgrade/teardown 00:55:01 spire-1.2.1/test/integration/suites/upgrade/versions.txt 00:55:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 00:55:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 00:55:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 00:55:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 00:55:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 00:55:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 00:55:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 00:55:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 00:55:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 00:55:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 00:55:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 00:55:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 00:55:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 00:55:01 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 00:55:01 spire-1.2.1/test/integration/test-one.sh 00:55:01 spire-1.2.1/test/integration/test.sh 00:55:01 spire-1.2.1/test/plugintest/ 00:55:01 spire-1.2.1/test/plugintest/config.go 00:55:01 spire-1.2.1/test/plugintest/load.go 00:55:01 spire-1.2.1/test/plugintest/option.go 00:55:01 spire-1.2.1/test/spiretest/ 00:55:01 spire-1.2.1/test/spiretest/apiserver.go 00:55:01 spire-1.2.1/test/spiretest/assertions.go 00:55:01 spire-1.2.1/test/spiretest/dir.go 00:55:01 spire-1.2.1/test/spiretest/errors_posix.go 00:55:01 spire-1.2.1/test/spiretest/errors_windows.go 00:55:01 spire-1.2.1/test/spiretest/logs.go 00:55:01 spire-1.2.1/test/spiretest/socketapi.go 00:55:01 spire-1.2.1/test/spiretest/suite.go 00:55:01 spire-1.2.1/test/spiretest/x509.go 00:55:01 spire-1.2.1/test/testca/ 00:55:01 spire-1.2.1/test/testca/ca.go 00:55:01 spire-1.2.1/test/testkey/ 00:55:01 spire-1.2.1/test/testkey/generate.sh 00:55:01 spire-1.2.1/test/testkey/genkeys.go 00:55:01 spire-1.2.1/test/testkey/keys.go 00:55:01 spire-1.2.1/test/testkey/new.go 00:55:01 spire-1.2.1/test/tpmsimulator/ 00:55:01 spire-1.2.1/test/tpmsimulator/simulator.go 00:55:01 spire-1.2.1/test/util/ 00:55:01 spire-1.2.1/test/util/cert_fixtures.go 00:55:01 spire-1.2.1/test/util/cert_generation.go 00:55:01 spire-1.2.1/test/util/io_redirection.go 00:55:01 spire-1.2.1/test/util/race.go 00:55:01 spire-1.2.1/test/util/util.go 00:55:01 building spire from source... 00:55:01 Installing go1.17.7... 00:55:02 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 00:55:02 go: downloading github.com/blang/semver/v4 v4.0.0 00:55:03 go: downloading github.com/jinzhu/gorm v1.9.16 00:55:03 go: downloading github.com/go-sql-driver/mysql v1.6.0 00:55:03 go: downloading github.com/lib/pq v1.10.4 00:55:03 go: downloading github.com/mattn/go-sqlite3 v1.14.12 00:55:03 go: downloading google.golang.org/api v0.70.0 00:55:03 go: downloading k8s.io/client-go v0.23.4 00:55:03 go: downloading k8s.io/api v0.23.4 00:55:03 go: downloading github.com/google/go-tpm v0.3.3 00:55:03 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 00:55:03 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 00:55:03 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 00:55:04 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 00:55:04 go: downloading cloud.google.com/go/storage v1.21.0 00:55:04 go: downloading cloud.google.com/go v0.100.2 00:55:04 go: downloading k8s.io/apimachinery v0.23.4 00:55:04 go: downloading k8s.io/kube-aggregator v0.23.3 00:55:04 go: downloading sigs.k8s.io/controller-runtime v0.11.1 00:55:04 go: downloading cloud.google.com/go/security v1.3.0 00:55:05 go: downloading github.com/hashicorp/vault/api v1.4.1 00:55:05 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 00:55:05 go: downloading github.com/twmb/murmur3 v1.1.6 00:55:05 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 00:55:05 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 00:55:06 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 00:55:06 go: downloading github.com/aws/smithy-go v1.11.0 00:55:06 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 00:55:06 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 00:55:06 go: downloading github.com/jinzhu/inflection v1.0.0 00:55:07 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 00:55:07 go: downloading github.com/Azure/go-autorest/logger v0.2.1 00:55:07 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 00:55:07 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 00:55:07 go: downloading github.com/dimchansky/utfbom v1.1.1 00:55:07 go: downloading cloud.google.com/go/compute v1.3.0 00:55:07  ---> d721ee4f6eae 00:55:07 Step 9/23 : RUN make cmd/core-data/core-data 00:55:07 go: downloading cloud.google.com/go/iam v0.1.1 00:55:07 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 00:55:07 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 00:55:07 Building bin/spire-server... 00:55:07 go: downloading github.com/mitchellh/cli v1.1.2 00:55:07 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 00:55:07 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 00:55:07 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 00:55:07 go: downloading google.golang.org/grpc v1.44.0 00:55:07 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 00:55:07 go: downloading github.com/imdario/mergo v0.3.12 00:55:07 go: downloading github.com/gogo/protobuf v1.3.2 00:55:07 go: downloading k8s.io/klog/v2 v2.30.0 00:55:07 go: downloading github.com/google/gofuzz v1.1.0 00:55:07 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 00:55:07 go: downloading github.com/spf13/pflag v1.0.5 00:55:07 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 00:55:07 go: downloading github.com/sirupsen/logrus v1.8.1 00:55:07 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 00:55:08 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 00:55:08 go: downloading github.com/hashicorp/go-hclog v1.1.0 00:55:08 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 00:55:08 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 00:55:08 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 00:55:08 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 00:55:08 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 00:55:08 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 00:55:08 go: downloading github.com/hashicorp/vault/sdk v0.4.1 00:55:08 go: downloading github.com/fatih/color v1.13.0 00:55:08 go: downloading github.com/mattn/go-isatty v0.0.14 00:55:08 go: downloading github.com/hashicorp/go-plugin v1.4.3 00:55:08 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 00:55:08 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 00:55:08 go: downloading github.com/InVisionApp/go-logger v1.0.1 00:55:08 go: downloading github.com/armon/go-metrics v0.3.10 00:55:08 go: downloading github.com/prometheus/client_golang v1.12.1 00:55:08 go: downloading github.com/uber-go/tally/v4 v4.1.1 00:55:08 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 00:55:08 go: downloading github.com/mitchellh/mapstructure v1.4.3 00:55:08 go: downloading github.com/tklauser/go-sysconf v0.3.9 00:55:08 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 00:55:08 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:55:08 go: downloading gopkg.in/yaml.v2 v2.4.0 00:55:09 go: downloading github.com/open-policy-agent/opa v0.38.0 00:55:09 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 00:55:09 go: downloading github.com/gobwas/glob v0.2.3 00:55:09 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 00:55:09 go: downloading github.com/jmespath/go-jmespath v0.4.0 00:55:09 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 00:55:09 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 00:55:09 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 00:55:09 go: downloading github.com/Masterminds/goutils v1.1.0 00:55:09 go: downloading github.com/Masterminds/semver v1.5.0 00:55:09 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 00:55:09 go: downloading github.com/google/uuid v1.1.2 00:55:09 go: downloading go.opencensus.io v0.23.0 00:55:09 go: downloading github.com/huandu/xstrings v1.3.2 00:55:09 go: downloading gopkg.in/inf.v0 v0.9.1 00:55:09 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 00:55:09 go: downloading github.com/mattn/go-colorable v0.1.12 00:55:09 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 00:55:09 go: downloading github.com/google/go-cmp v0.5.7 00:55:09 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 00:55:09 go: downloading github.com/oklog/run v1.0.0 00:55:09 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 00:55:09 go: downloading github.com/go-logr/logr v1.2.2 00:55:09 go: downloading github.com/googleapis/gnostic v0.5.5 00:55:09 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 00:55:09 go: downloading github.com/imkira/go-observer v1.0.3 00:55:09 go: downloading github.com/json-iterator/go v1.1.12 00:55:09 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 00:55:09 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 00:55:09 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 00:55:09 go: downloading github.com/prometheus/client_model v0.2.0 00:55:09 go: downloading github.com/prometheus/common v0.32.1 00:55:09 go: downloading github.com/beorn7/perks v1.0.1 00:55:09 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 00:55:09 go: downloading github.com/cespare/xxhash/v2 v2.1.2 00:55:09 go: downloading github.com/tklauser/numcpus v0.3.0 00:55:09 go: downloading go.uber.org/zap v1.21.0 00:55:09  ---> Running in 7f112adaba51 00:55:09 go: downloading sigs.k8s.io/yaml v1.3.0 00:55:09 go: downloading github.com/prometheus/procfs v0.7.3 00:55:09 go: downloading go.uber.org/atomic v1.9.0 00:55:09 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 00:55:09 go: downloading github.com/ryanuber/go-glob v1.0.0 00:55:09 go: downloading github.com/golang/snappy v0.0.4 00:55:09 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 00:55:09 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 00:55:09 go: downloading github.com/hashicorp/go-uuid v1.0.2 00:55:09 go: downloading github.com/hashicorp/go-version v1.2.0 00:55:09 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 00:55:09 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 00:55:09 go: downloading github.com/modern-go/reflect2 v1.0.2 00:55:09 go: downloading go.uber.org/multierr v1.6.0 00:55:09 go: downloading github.com/mitchellh/reflectwalk v1.0.1 00:55:09 go: downloading github.com/hashicorp/errwrap v1.1.0 00:55:09 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 00:55:09 go: downloading github.com/go-sql-driver/mysql v1.6.0 00:55:09 go: downloading github.com/blang/semver/v4 v4.0.0 00:55:09 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 00:55:09 go: downloading github.com/jinzhu/gorm v1.9.16 00:55:09 go: downloading github.com/lib/pq v1.10.4 00:55:09 go: downloading github.com/mattn/go-sqlite3 v1.14.12 00:55:09 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 00:55:09 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 00:55:10 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 00:55:10 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 00:55:12 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 00:55:12 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 00:55:12 go: downloading github.com/stretchr/testify v1.7.0 00:55:12 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 00:55:12 go: downloading github.com/aws/aws-sdk-go v1.43.0 00:55:13 Building bin/spire-agent... 00:55:13 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 00:55:13 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 00:55:13 go: downloading cloud.google.com/go/secretmanager v1.3.0 00:55:13 go: downloading github.com/docker/docker v20.10.12+incompatible 00:55:13 go: downloading github.com/google/go-tpm-tools v0.3.3 00:55:13 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 00:55:13 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 00:55:13 go: downloading github.com/docker/go-units v0.4.0 00:55:13 go: downloading github.com/docker/go-connections v0.4.0 00:55:13 go: downloading github.com/opencontainers/image-spec v1.0.1 00:55:13 go: downloading github.com/docker/distribution v2.7.1+incompatible 00:55:13 go: downloading github.com/containerd/containerd v1.3.4 00:55:13 go: downloading github.com/opencontainers/go-digest v1.0.0 00:55:14 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 00:55:14 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 00:55:15 go: downloading k8s.io/client-go v0.23.4 00:55:15 go: downloading k8s.io/api v0.23.4 00:55:15 go: downloading google.golang.org/api v0.70.0 00:55:15 go: downloading github.com/google/go-tpm v0.3.3 00:55:15 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 00:55:15 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 00:55:15 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 00:55:15 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 00:55:16 go: downloading cloud.google.com/go/storage v1.21.0 00:55:16 go: downloading cloud.google.com/go v0.100.2 00:55:16 go: downloading k8s.io/apimachinery v0.23.4 00:55:17 go: downloading sigs.k8s.io/controller-runtime v0.11.1 00:55:17 go: downloading cloud.google.com/go/security v1.3.0 00:55:17 go: downloading github.com/hashicorp/vault/api v1.4.1 00:55:17 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 00:55:17 go: downloading github.com/hashicorp/golang-lru v0.5.4 00:55:17 go: downloading k8s.io/kube-aggregator v0.23.3 00:55:17 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 00:55:17 go: downloading github.com/twmb/murmur3 v1.1.6 00:55:18 go: downloading github.com/jinzhu/inflection v1.0.0 00:55:18 go: downloading github.com/aws/smithy-go v1.11.0 00:55:18 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 00:55:18 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 00:55:18 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 00:55:18 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 00:55:18 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 00:55:18 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 00:55:18 go: downloading github.com/Azure/go-autorest/logger v0.2.1 00:55:18 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 00:55:18 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 00:55:19 go: downloading github.com/dimchansky/utfbom v1.1.1 00:55:19 go: downloading cloud.google.com/go/compute v1.3.0 00:55:19 go: downloading cloud.google.com/go/iam v0.1.1 00:55:19 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 00:55:19 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 00:55:21 go: downloading github.com/gogo/protobuf v1.3.2 00:55:21 go: downloading github.com/google/gofuzz v1.1.0 00:55:21 go: downloading k8s.io/klog/v2 v2.30.0 00:55:21 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 00:55:21 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 00:55:21 go: downloading github.com/spf13/pflag v1.0.5 00:55:21 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 00:55:21 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 00:55:21 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 00:55:21 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 00:55:21 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 00:55:21 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 00:55:21 go: downloading github.com/hashicorp/vault/sdk v0.4.1 00:55:21 go: downloading github.com/mitchellh/mapstructure v1.4.3 00:55:22 go: downloading github.com/tklauser/go-sysconf v0.3.9 00:55:22 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 00:55:22 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:55:22 go: downloading gopkg.in/yaml.v2 v2.4.0 00:55:22 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 00:55:22 go: downloading github.com/gobwas/glob v0.2.3 00:55:22 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 00:55:22 go: downloading github.com/jmespath/go-jmespath v0.4.0 00:55:22 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 00:55:22 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 00:55:22 go: downloading go.opencensus.io v0.23.0 00:55:22 go: downloading gopkg.in/inf.v0 v0.9.1 00:55:22 go: downloading github.com/google/go-cmp v0.5.7 00:55:22 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 00:55:22 go: downloading github.com/go-logr/logr v1.2.2 00:55:22 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 00:55:22 go: downloading github.com/json-iterator/go v1.1.12 00:55:22 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 00:55:22 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 00:55:22 go: downloading github.com/googleapis/gnostic v0.5.5 00:55:22 go: downloading go.uber.org/zap v1.21.0 00:55:22 go: downloading github.com/tklauser/numcpus v0.3.0 00:55:23 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 00:55:23 go: downloading sigs.k8s.io/yaml v1.3.0 00:55:23 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 00:55:23 go: downloading github.com/ryanuber/go-glob v1.0.0 00:55:23 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 00:55:23 go: downloading github.com/hashicorp/go-uuid v1.0.2 00:55:23 go: downloading github.com/hashicorp/go-version v1.2.0 00:55:23 go: downloading github.com/golang/snappy v0.0.4 00:55:23 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 00:55:23 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 00:55:23 go: downloading github.com/modern-go/reflect2 v1.0.2 00:55:23 go: downloading go.uber.org/multierr v1.6.0 00:55:23 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 00:55:30 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 00:55:30 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 00:55:30 Removing intermediate container be40274f63b3 00:55:30 ---> 7c205517a007 00:55:30 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:55:31 ---> Running in 5c55c3243125 00:55:32 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:55:34 Removing intermediate container 5c55c3243125 00:55:34 ---> 8551a92bb4aa 00:55:34 00:55:34 Step 11/23 : FROM docker:20.10.14 00:55:34 20.10.14: Pulling from library/docker 00:55:40 Removing intermediate container ca22e7aa3f1e 00:55:40 ---> ac96cfba895b 00:55:40 Successfully built ac96cfba895b 00:55:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:55:40 + docker inspect -f . ci-base-image-arm64 00:55:40 . [Pipeline] withDockerContainer 00:55:40 prd-ubuntu20.04-docker-arm64-4c-16g-63548 does not seem to be running inside a container 00:55:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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 ******** ci-base-image-arm64 cat 00:55:42 $ docker top ca148d5afb9b11a2a37c14507076810fb004889a6ed8fe269c1c5a530e7f1237 -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:43 + go version 00:55:43 go version go1.17.6 linux/arm64 [Pipeline] } 00:55:43 $ docker stop --time=1 ca148d5afb9b11a2a37c14507076810fb004889a6ed8fe269c1c5a530e7f1237 00:55:44 $ docker rm -f ca148d5afb9b11a2a37c14507076810fb004889a6ed8fe269c1c5a530e7f1237 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:55:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:55:45 00:55:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:55:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:55:45 latest: Pulling from edgex-devops/edgex-compose-arm64 00:55:45 29e5d40040c1: Pulling fs layer 00:55:45 1ce36da41761: Pulling fs layer 00:55:45 25b303627fd3: Pulling fs layer 00:55:45 29e5d40040c1: Verifying Checksum 00:55:45 29e5d40040c1: Download complete 00:55:46 1ce36da41761: Verifying Checksum 00:55:46 1ce36da41761: Download complete 00:55:46 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 00:55:46 Status: Downloaded newer image for docker:20.10.14 00:55:46 ---> 7417809fdb73 00:55:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 00:55:46 29e5d40040c1: Pull complete 00:55:47 ---> Running in 2f3e78775ffa 00:55:47 1ce36da41761: Pull complete 00:55:47 25b303627fd3: Download complete 00:55:47 Removing intermediate container 2f3e78775ffa 00:55:47 ---> 13f4c5cae7d3 00:55:47 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 00:55:47 ---> Running in ca78c54e7db8 00:55:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:55:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:55:49 (1/43) Installing readline (8.1.1-r0) 00:55:49 (2/43) Installing bash (5.1.16-r0) 00:55:49 Executing bash-5.1.16-r0.post-install 00:55:49 (3/43) Installing brotli-libs (1.0.9-r5) 00:55:49 (4/43) Installing nghttp2-libs (1.46.0-r0) 00:55:49 (5/43) Installing libcurl (7.80.0-r1) 00:55:49 (6/43) Installing curl (7.80.0-r1) 00:55:49 (7/43) Installing dumb-init (1.2.5-r1) 00:55:49 (8/43) Installing libbz2 (1.0.8-r1) 00:55:49 (9/43) Installing expat (2.4.7-r0) 00:55:49 (10/43) Installing libffi (3.4.2-r1) 00:55:49 (11/43) Installing gdbm (1.22-r0) 00:55:49 (12/43) Installing xz-libs (5.2.5-r1) 00:55:49 (13/43) Installing libgcc (10.3.1_git20211027-r0) 00:55:49 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 00:55:49 (15/43) Installing mpdecimal (2.5.1-r1) 00:55:49 (16/43) Installing sqlite-libs (3.36.0-r0) 00:55:49 (17/43) Installing python3 (3.9.7-r4) 00:55:50 (18/43) Installing py3-appdirs (1.4.4-r2) 00:55:50 (19/43) Installing py3-certifi (2020.12.5-r1) 00:55:50 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 00:55:50 (21/43) Installing py3-idna (3.3-r0) 00:55:50 (22/43) Installing py3-urllib3 (1.26.7-r0) 00:55:50 (23/43) Installing py3-requests (2.26.0-r1) 00:55:50 (24/43) Installing py3-msgpack (1.0.2-r1) 00:55:50 (25/43) Installing py3-lockfile (0.12.2-r4) 00:55:50 (26/43) Installing py3-cachecontrol (0.12.10-r0) 00:55:50 (27/43) Installing py3-colorama (0.4.4-r1) 00:55:50 (28/43) Installing py3-contextlib2 (21.6.0-r1) 00:55:50 (29/43) Installing py3-distlib (0.3.3-r0) 00:55:50 (30/43) Installing py3-distro (1.6.0-r0) 00:55:50 (31/43) Installing py3-six (1.16.0-r0) 00:55:50 (32/43) Installing py3-webencodings (0.5.1-r4) 00:55:50 (33/43) Installing py3-html5lib (1.1-r1) 00:55:50 (34/43) Installing py3-parsing (2.4.7-r2) 00:55:50 (35/43) Installing py3-packaging (20.9-r1) 00:55:50 (36/43) Installing py3-tomli (1.2.2-r0) 00:55:50 (37/43) Installing py3-pep517 (0.12.0-r0) 00:55:50 (38/43) Installing py3-progress (1.6-r0) 00:55:50 (39/43) Installing py3-retrying (1.3.3-r2) 00:55:50 (40/43) Installing py3-ordered-set (4.0.2-r2) 00:55:50 (41/43) Installing py3-setuptools (52.0.0-r4) 00:55:50 (42/43) Installing py3-toml (0.10.2-r2) 00:55:50 (43/43) Installing py3-pip (20.3.4-r1) 00:55:50 Executing busybox-1.34.1-r5.trigger 00:55:50 OK: 83 MiB in 65 packages 00:55:51 Collecting docker-compose==1.23.2 00:55:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:55:51 Collecting cached-property<2,>=1.2.0 00:55:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:55:51 Collecting texttable<0.10,>=0.9.0 00:55:51 Downloading texttable-0.9.1.tar.gz (11 kB) 00:55:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:55:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:55:52 Collecting dockerpty<0.5,>=0.4.1 00:55:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:55:53 Collecting websocket-client<1.0,>=0.32.0 00:55:53 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 00:55:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 00:55:53 Removing intermediate container 7f112adaba51 00:55:53 ---> 3721a208d345 00:55:53 00:55:53 Step 10/23 : FROM alpine:3.14 00:55:53 ---> e04c818066af 00:55:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:55:53 Collecting PyYAML<4,>=3.10 00:55:53 Downloading PyYAML-3.13.tar.gz (270 kB) 00:55:53 ---> Running in ff858b00ecec 00:55:53 Removing intermediate container ff858b00ecec 00:55:53 ---> ad5c5bbb8c44 00:55:53 Step 12/23 : ENV APP_PORT=59880 00:55:53 Collecting docopt<0.7,>=0.6.1 00:55:53 Downloading docopt-0.6.2.tar.gz (25 kB) 00:55:53 ---> Running in faae59ad6295 00:55:54 Collecting jsonschema<3,>=2.5.1 00:55:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:55:54 Collecting docker<4.0,>=3.6.0 00:55:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:55:54 Removing intermediate container faae59ad6295 00:55:54 ---> cffb22cd6459 00:55:54 Step 13/23 : EXPOSE $APP_PORT 00:55:54 Collecting docker-pycreds>=0.4.0 00:55:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:55:54 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) 00:55:54 Collecting urllib3<1.25,>=1.21.1 00:55:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:55:55 Collecting chardet<3.1.0,>=3.0.2 00:55:55 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 00:55:55 ---> Running in 24ce4628fb50 00:55:55 Collecting idna<2.8,>=2.5 00:55:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:55:55 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 00:55:55 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 00:55:55 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 00:55:55 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 00:55:55 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 00:55:55 Attempting uninstall: urllib3 00:55:55 Found existing installation: urllib3 1.26.7 00:55:55 Uninstalling urllib3-1.26.7: 00:55:55 Successfully uninstalled urllib3-1.26.7 00:55:55 Attempting uninstall: idna 00:55:55 Found existing installation: idna 3.3 00:55:55 Uninstalling idna-3.3: 00:55:55 Successfully uninstalled idna-3.3 00:55:55 Removing intermediate container 24ce4628fb50 00:55:55 ---> 691ff575de34 00:55:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:55 ---> Running in 1a6f63c52894 00:55:56 Attempting uninstall: requests 00:55:56 Found existing installation: requests 2.26.0 00:55:56 Uninstalling requests-2.26.0: 00:55:56 Successfully uninstalled requests-2.26.0 00:55:56 Running setup.py install for texttable: started 00:55:56 Running setup.py install for texttable: finished with status 'done' 00:55:56 Running setup.py install for PyYAML: started 00:55:57 Running setup.py install for PyYAML: finished with status 'done' 00:55:57 25b303627fd3: Pull complete 00:55:57 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:55:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:55:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:55:57 prd-ubuntu20.04-docker-arm64-4c-16g-63548 does not seem to be running inside a container 00:55:57 Running setup.py install for docopt: started 00:55:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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-devops/edgex-compose-arm64:latest cat 00:55:58 Running setup.py install for docopt: finished with status 'done' 00:55:58 Running setup.py install for dockerpty: started 00:55:58 Removing intermediate container 1a6f63c52894 00:55:58 ---> 0e5e5b78214e 00:55:58 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:55:58 ---> Running in 0a844a40f753 00:55:58 Running setup.py install for dockerpty: finished with status 'done' 00:55:59 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 00:55:59 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:55:59 $ docker top 02f0fee3532de3f0941606ac729e6a0f3f5a88d8ffae399a3d684017717b12c8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:56:00 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:56:00 + grep parallel 00:56:00 + docker-compose build --help 00:56:01 (1/6) Installing dumb-init (1.2.5-r1) 00:56:01 (2/6) Installing libgcc (10.3.1_git20210424-r2) 00:56:01 (3/6) Installing libsodium (1.0.18-r0) 00:56:01 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 00:56:01 (5/6) Installing libzmq (4.3.4-r0) 00:56:01 (6/6) Installing zeromq (4.3.4-r0) 00:56:01 Executing busybox-1.33.1-r7.trigger 00:56:01 OK: 8 MiB in 20 packages 00:56:04 --parallel Build images in parallel. 00:56:04 Removing intermediate container 0a844a40f753 00:56:04 ---> d65f560fa349 00:56:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:04 Removing intermediate container ca78c54e7db8 00:56:04 ---> 81a80303a8a8 00:56:04 Step 14/23 : ENV APP_PORT=58890 00:56:04 ---> Running in fcbf114f6db5 [Pipeline] } 00:56:04 $ docker stop --time=1 02f0fee3532de3f0941606ac729e6a0f3f5a88d8ffae399a3d684017717b12c8 00:56:04 ---> 3f438c76765d 00:56:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:56:04 Removing intermediate container fcbf114f6db5 00:56:04 ---> ea640da97a57 00:56:04 Step 15/23 : EXPOSE $APP_PORT 00:56:04 ---> Running in 8b7c724872f4 00:56:05 Removing intermediate container 8b7c724872f4 00:56:05 ---> 4ae498697285 00:56:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:56:06 $ docker rm -f 02f0fee3532de3f0941606ac729e6a0f3f5a88d8ffae399a3d684017717b12c8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:56:06 ---> 267db4b70287 00:56:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:56:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:56:06 . [Pipeline] withDockerContainer 00:56:06 prd-ubuntu20.04-docker-arm64-4c-16g-63548 does not seem to be running inside a container 00:56:06 $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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-arm64:latest cat 00:56:06 ---> ee6b0b110e52 00:56:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:56:07 ---> 6b06897c9fd1 00:56:07 Step 19/23 : ENTRYPOINT ["/core-data"] 00:56:07 ---> Running in a88ae5c5b585 00:56:07 Removing intermediate container a88ae5c5b585 00:56:07 ---> 3b63feb28266 00:56:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:07 ---> Running in 63eabf31c91a 00:56:07 ---> 82f7b74f1705 00:56:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:56:08 Removing intermediate container 63eabf31c91a 00:56:08 ---> e73a2add5696 00:56:08 Step 21/23 : LABEL arch=x86_64 00:56:08 ---> Running in 7e0443e04cec 00:56:08 $ docker top 0ce9d121d85b6ac3fd2f5b2ac87dfb50a481f84154856d5e5125faaff5fa1a11 -eo pid,comm [Pipeline] { [Pipeline] sh 00:56:08 Removing intermediate container 7e0443e04cec 00:56:08 ---> d71169d2ca06 00:56:08 Step 22/23 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:56:08 ---> Running in a8c86ad58ccd 00:56:08 ---> a21597018652 00:56:08 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 00:56:08 Removing intermediate container a8c86ad58ccd 00:56:08 ---> 9ad05046f3ae 00:56:08 Step 23/23 : LABEL version=2.2.1-dev.2 00:56:08 + docker-compose -f ./docker-compose-build.yml build --parallel 00:56:09 ---> Running in 8c9d9dc034e0 00:56:09 ---> Running in ef9d90c8030b 00:56:09 Removing intermediate container ef9d90c8030b 00:56:09 ---> d29a7cd56103 00:56:09 00:56:09 Removing intermediate container 8c9d9dc034e0 00:56:09 ---> e9836af6740c 00:56:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:09 Successfully built d29a7cd56103 00:56:09 Successfully tagged core-data:latest 00:56:09  Building core-data ... done  ---> Running in 60b415783ab4 00:56:10 Removing intermediate container 60b415783ab4 00:56:10 ---> ecda676e9167 00:56:10 Step 21/23 : LABEL arch=x86_64 00:56:10 ---> Running in 1e84bc092f8b 00:56:11 Removing intermediate container 1e84bc092f8b 00:56:11 ---> e6d49891cc0a 00:56:11 Step 22/23 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:56:11 ---> Running in b7113fc2784d 00:56:11 Removing intermediate container b7113fc2784d 00:56:11 ---> c01caddfd7b3 00:56:11 Step 23/23 : LABEL version=2.2.1-dev.2 00:56:11 ---> Running in fb533e4d2f5f 00:56:12 Removing intermediate container fb533e4d2f5f 00:56:12 ---> 5076c1004605 00:56:12 00:56:12 Successfully built 5076c1004605 00:56:12 Successfully tagged sys-mgmt-agent:latest 00:56:13 Building core-command ... 00:56:13 Building core-data ... 00:56:13 Building core-metadata ... 00:56:13 Building security-bootstrapper ... 00:56:13 Building security-proxy-setup ... 00:56:13 Building security-secretstore-setup ... 00:56:13 Building security-spiffe-token-provider ... 00:56:13 Building security-spire-agent ... 00:56:13 Building security-spire-config ... 00:56:13 Building security-spire-server ... 00:56:13 Building support-notifications ... 00:56:13 Building support-scheduler ... 00:56:13 Building sys-mgmt-agent ... 00:56:13 Building security-proxy-setup 00:56:13 Building security-spire-server 00:56:13 Building core-command 00:56:13 Building security-spire-agent 00:56:13 Building security-bootstrapper 00:57:00 Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:57:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:57:00 ---> ac96cfba895b 00:57:00 Step 3/26 : WORKDIR /edgex-go 00:57:00 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:57:00 Step 2/25 : FROM ${BUILDER_BASE} AS builder 00:57:00 ---> ac96cfba895b 00:57:00 Step 3/25 : WORKDIR /edgex-go 00:57:00 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:57:00 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:57:00 ---> ac96cfba895b 00:57:00 Step 3/31 : WORKDIR /edgex-go 00:57:00 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:57:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:57:00 ---> ac96cfba895b 00:57:00 Step 3/22 : WORKDIR /edgex-go 00:57:00 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 00:57:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:57:00 ---> ac96cfba895b 00:57:00 Step 3/23 : WORKDIR /edgex-go 00:57:00 ---> Running in 2869306afc93 00:57:00 ---> Running in f56e9871d409 00:57:00 ---> Running in babd40577cec 00:57:00 ---> Running in b7a3123cbdd8 00:57:00 ---> Running in 09e7ae8d629a 00:57:00 Removing intermediate container babd40577cec 00:57:00 ---> 10ab9888bac7 00:57:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:00 Removing intermediate container f56e9871d409 00:57:00 ---> 6be653c629d4 00:57:00 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:00 Removing intermediate container 2869306afc93 00:57:00 ---> 9b626393ddec 00:57:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:00 ---> Running in 6ddd49b6b8bd 00:57:00 Removing intermediate container b7a3123cbdd8 00:57:00 ---> 1c28867ecd60 00:57:00 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:00 Removing intermediate container 09e7ae8d629a 00:57:00 ---> 90dae5569c2c 00:57:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:00 ---> Running in 303957fcc960 00:57:00 ---> Running in a5812e4bd49b 00:57:01 ---> Running in 9b3c63b4e537 00:57:01 ---> Running in e7684382707c 00:57:03 Removing intermediate container 6ddd49b6b8bd 00:57:03 ---> 2ded270bf0a4 00:57:03 Step 5/22 : RUN apk add --update --no-cache make git 00:57:04 ---> Running in d1c8b98f2ffb 00:57:04 Removing intermediate container 303957fcc960 00:57:04 ---> a47ce7f11e68 00:57:04 Step 5/25 : RUN apk add --update --no-cache make git build-base curl 00:57:04 ---> Running in b5c45fdc6309 00:57:05 Removing intermediate container e7684382707c 00:57:05 ---> 53509075d2d7 00:57:05 Step 5/31 : RUN apk add --update --no-cache make git 00:57:05 Removing intermediate container 9b3c63b4e537 00:57:05 ---> ae002db1bf83 00:57:05 Step 5/23 : RUN apk add --update --no-cache make git 00:57:05 ---> Running in 9fd0a4b1844e 00:57:05 ---> Running in 350b9d556773 00:57:05 Removing intermediate container a5812e4bd49b 00:57:05 ---> 68e63d42cc52 00:57:05 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 00:57:05 ---> Running in 25c3de313e0a 00:57:06 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:57:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:57:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:57:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:57:07 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:57:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:57:07 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:57:08  Building sys-mgmt-agent ... done Removing intermediate container 4c71251f9e9c 00:57:08 ---> d8bf0aab8851 00:57:08 00:57:08 Step 13/25 : FROM alpine:3.15 00:57:08 ---> 0ac33e5f5afa 00:57:08 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:57:08 ---> Using cache 00:57:08 ---> 87b8d48873ba 00:57:08 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:08 ---> Using cache 00:57:08 ---> 3079f6e44df9 00:57:08 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:57:08 ---> Running in 8a18cb29ebd6 00:57:08 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:57:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:57:08 v3.15.4-124-ga85ef407d0 [https://nl.alpinelinux.org/alpine/v3.15/main] 00:57:08 v3.15.4-129-gc4c38cd934 [https://nl.alpinelinux.org/alpine/v3.15/community] 00:57:08 OK: 15857 distinct packages available 00:57:08 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:57:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:57:08 (1/5) Installing dumb-init (1.2.5-r1) 00:57:08 (2/5) Installing musl-obstack (1.2.3-r0) 00:57:08 (3/5) Installing libucontext (1.1-r0) 00:57:08 (4/5) Installing gcompat (1.0.0-r4) 00:57:08 (5/5) Installing openssl (1.1.1o-r0) 00:57:08 Executing busybox-1.34.1-r5.trigger 00:57:08 OK: 6 MiB in 19 packages 00:57:08 Removing intermediate container 8a18cb29ebd6 00:57:08 ---> 578bb1f45442 00:57:08 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 00:57:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:57:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:57:08 OK: 220 MiB in 52 packages 00:57:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:57:08 OK: 220 MiB in 52 packages 00:57:09 Removing intermediate container d1c8b98f2ffb 00:57:09 ---> 0a0c0707bfc7 00:57:09 Step 6/22 : COPY go.mod vendor* ./ 00:57:09 OK: 220 MiB in 52 packages 00:57:09 OK: 220 MiB in 52 packages 00:57:09 OK: 220 MiB in 52 packages 00:57:10 ---> 262b9562fa9a 00:57:10 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 00:57:10 Removing intermediate container b5c45fdc6309 00:57:10 ---> f6e08b1c7d83 00:57:10 Step 6/25 : COPY go.mod vendor* ./ 00:57:10 ---> 6b7bc4da81db 00:57:10 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:57:11 ---> 1916ccc1a87e 00:57:11 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:57:11 ---> 755dd78b1618 00:57:11 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:57:11 ---> Running in 005a20760f56 00:57:11 ---> 694802996942 00:57:11 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:57:11 ---> Running in 4748fc940a55 00:57:11 Removing intermediate container 9fd0a4b1844e 00:57:11 ---> b9b28b23010a 00:57:11 Step 6/31 : COPY go.mod vendor* ./ 00:57:11 Removing intermediate container 350b9d556773 00:57:11 ---> 50c0d36999f9 00:57:11 Step 6/23 : COPY go.mod vendor* ./ 00:57:11 Removing intermediate container 4748fc940a55 00:57:11 ---> b95b862e2fde 00:57:11 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:57:11 ---> Running in 04e158a221b0 00:57:11 Removing intermediate container 04e158a221b0 00:57:11 ---> 44afa412abfe 00:57:11 Step 23/25 : LABEL arch=x86_64 00:57:11 ---> Running in 6d39be7c0ef8 00:57:11 Removing intermediate container 25c3de313e0a 00:57:11 ---> 1ce50d36c3ef 00:57:11 Step 6/26 : COPY go.mod vendor* ./ 00:57:12 Removing intermediate container 6d39be7c0ef8 00:57:12 ---> 3cbe326e3594 00:57:12 Step 24/25 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:57:12 ---> Running in 23ddf4b9211c 00:57:12 Removing intermediate container 23ddf4b9211c 00:57:12 ---> 058c293b0bda 00:57:12 Step 25/25 : LABEL version=2.2.1-dev.2 00:57:12 ---> a070fd2cc557 00:57:12 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:57:12 ---> Running in d0a41eaaa4b1 00:57:12 ---> Running in 3b3a7898901b 00:57:12 Removing intermediate container 3b3a7898901b 00:57:12 ---> 56c115c4cab2 00:57:12 00:57:12 Successfully built 56c115c4cab2 00:57:12 Successfully tagged security-spire-server:latest 00:57:12 ---> d70d7cedc2e5 00:57:12 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:57:13 ---> Running in e4fe2727e722 00:57:13 ---> 342e6e1811c9 00:57:13 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." ---> 63e0bd4ce4fa 00:57:13 00:57:13 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:57:13 ---> Running in e31947e59317 00:57:13 ---> Running in a05177139121 00:57:16 Removing intermediate container 005a20760f56 00:57:16 ---> 7802985c1406 00:57:16 Step 8/22 : COPY . . 00:57:17 Removing intermediate container d0a41eaaa4b1 00:57:17 ---> 889436d84bfe 00:57:17 Step 8/25 : COPY . . 00:57:19 Removing intermediate container e4fe2727e722 00:57:19 ---> ccbfe6c2899f 00:57:19 Step 8/31 : COPY . . 00:57:19 Removing intermediate container a05177139121 00:57:19 Removing intermediate container e31947e59317 00:57:19 ---> 8298ec8ee99b 00:57:19 Step 8/23 : COPY . . 00:57:19 ---> c8bba0e2cdac 00:57:19 Step 8/26 : COPY . . 00:57:35 ---> ea9ba3e251e5 00:57:35 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:57:35 ---> Running in 0a4abc5d5497 00:57:35 ---> c87dce1b60b3 00:57:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:57:35 ---> Running in a898567a38f5 00:57:35 ---> ccc3c175df1a 00:57:35 Step 9/25 : ARG SPIRE_RELEASE=1.2.1 00:57:35 ---> Running in e56f75be5628 00:57:36 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:57:36 ---> 51a8a6d94ae8 00:57:36 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 00:57:37 ---> Running in bf022edbe592 00:57:37 Removing intermediate container e56f75be5628 00:57:37 ---> 85221eeee65b 00:57:37 Step 10/25 : RUN mkdir -p spire-build 00:57:37 ---> Running in ae90417a1a11 00:57:37 Removing intermediate container bf022edbe592 00:57:37 ---> 93de0811c59f 00:57:37 Step 10/26 : RUN mkdir -p spire-build 00:57:37 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:57:37 ---> Running in c96a67b40e7b 00:57:38 ---> c286eb9c52d0 00:57:38 Step 9/23 : RUN make cmd/core-command/core-command 00:57:38 ---> Running in 93bd735cfa09 00:57:40 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:57:41 Removing intermediate container ae90417a1a11 00:57:41 ---> 39f85db4f79a 00:57:41 Step 11/25 : WORKDIR /edgex-go/spire-build 00:57:41 ---> Running in 8e5d33a01ddb 00:57:41 Removing intermediate container c96a67b40e7b 00:57:41 ---> 894fe7e8d557 00:57:41 Step 11/26 : WORKDIR /edgex-go/spire-build 00:57:42 Removing intermediate container 8e5d33a01ddb 00:57:42 ---> e13ecb039f5a 00:57:42 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 00:57:42 ---> Running in 375cd47c5027 00:57:42 ---> Running in 6c87cf981afe 00:57:43 Removing intermediate container 375cd47c5027 00:57:43 ---> 8674f3b470c5 00:57:43 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 00:57:43 ---> Running in ad2c0f5bd584 00:57:45 spire-1.2.1/ 00:57:45 spire-1.2.1/.data/ 00:57:45 spire-1.2.1/.data/.file 00:57:45 spire-1.2.1/.dockerignore 00:57:45 spire-1.2.1/.gitattributes 00:57:45 spire-1.2.1/.githooks/ 00:57:45 spire-1.2.1/.githooks/pre-commit 00:57:45 spire-1.2.1/.github/ 00:57:45 spire-1.2.1/.github/ISSUE_TEMPLATE.md 00:57:45 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 00:57:45 spire-1.2.1/.github/dependabot.yml 00:57:45 spire-1.2.1/.github/workflows/ 00:57:45 spire-1.2.1/.github/workflows/nightly_build.yaml 00:57:45 spire-1.2.1/.github/workflows/pr_build.yaml 00:57:45 spire-1.2.1/.github/workflows/release_build.yaml 00:57:45 spire-1.2.1/.github/workflows/scripts/ 00:57:45 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 00:57:45 spire-1.2.1/.github/workflows/scripts/push-images.sh 00:57:45 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 00:57:45 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 00:57:45 spire-1.2.1/.github/workflows/scripts/split.sh 00:57:45 spire-1.2.1/.gitignore 00:57:45 spire-1.2.1/.go-version 00:57:45 spire-1.2.1/.golangci.yml 00:57:45 spire-1.2.1/ADOPTERS.md 00:57:45 spire-1.2.1/CHANGELOG.md 00:57:45 spire-1.2.1/CODE-OF-CONDUCT.md 00:57:45 spire-1.2.1/CODEOWNERS 00:57:45 spire-1.2.1/CONTRIBUTING.md 00:57:45 spire-1.2.1/Dockerfile 00:57:45 spire-1.2.1/Dockerfile.dev 00:57:45 spire-1.2.1/Dockerfile.scratch 00:57:45 spire-1.2.1/LICENSE 00:57:45 spire-1.2.1/MAINTAINERS.md 00:57:45 spire-1.2.1/Makefile 00:57:45 spire-1.2.1/README.md 00:57:45 spire-1.2.1/ROADMAP.md 00:57:45 spire-1.2.1/SECURITY.md 00:57:45 spire-1.2.1/cmd/ 00:57:45 spire-1.2.1/cmd/spire-agent/ 00:57:45 spire-1.2.1/cmd/spire-agent/cli/ 00:57:45 spire-1.2.1/cmd/spire-agent/cli/api/ 00:57:45 spire-1.2.1/cmd/spire-agent/cli/api/common.go 00:57:45 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 00:57:45 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 00:57:45 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 00:57:45 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 00:57:45 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 00:57:45 spire-1.2.1/cmd/spire-agent/cli/cli.go 00:57:45 spire-1.2.1/cmd/spire-agent/cli/common/ 00:57:45 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 00:57:45 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 00:57:45 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 00:57:45 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 00:57:45 spire-1.2.1/cmd/spire-agent/cli/run/ 00:57:45 spire-1.2.1/cmd/spire-agent/cli/run/run.go 00:57:45 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 00:57:45 spire-1.2.1/cmd/spire-agent/cli/validate/ 00:57:45 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 00:57:45 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 00:57:45 spire-1.2.1/cmd/spire-agent/main.go 00:57:45 spire-1.2.1/cmd/spire-server/ 00:57:45 spire-1.2.1/cmd/spire-server/cli/ 00:57:45 spire-1.2.1/cmd/spire-server/cli/agent/ 00:57:45 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/agent/count.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/agent/list.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/agent/show.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/bundle/ 00:57:45 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/cli.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/entry/ 00:57:45 spire-1.2.1/cmd/spire-server/cli/entry/count.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/entry/create.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/entry/show.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/entry/update.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/entry/util.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/federation/ 00:57:45 spire-1.2.1/cmd/spire-server/cli/federation/common.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/federation/create.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/federation/list.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/federation/show.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/federation/update.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 00:57:45 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/jwt/ 00:57:45 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/run/ 00:57:45 spire-1.2.1/cmd/spire-server/cli/run/run.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/token/ 00:57:45 spire-1.2.1/cmd/spire-server/cli/token/generate.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/validate/ 00:57:45 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/x509/ 00:57:45 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 00:57:45 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 00:57:45 spire-1.2.1/cmd/spire-server/main.go 00:57:45 spire-1.2.1/cmd/spire-server/util/ 00:57:45 spire-1.2.1/cmd/spire-server/util/util.go 00:57:45 spire-1.2.1/conf/ 00:57:45 spire-1.2.1/conf/agent/ 00:57:45 spire-1.2.1/conf/agent/agent.conf 00:57:45 spire-1.2.1/conf/agent/agent_full.conf 00:57:45 spire-1.2.1/conf/agent/dummy_root_ca.crt 00:57:45 spire-1.2.1/conf/server/ 00:57:45 spire-1.2.1/conf/server/dummy_upstream_ca.crt 00:57:45 spire-1.2.1/conf/server/dummy_upstream_ca.key 00:57:45 spire-1.2.1/conf/server/server.conf 00:57:45 spire-1.2.1/conf/server/server_full.conf 00:57:45 spire-1.2.1/doc/ 00:57:45 spire-1.2.1/doc/SPIRE101.md 00:57:45 spire-1.2.1/doc/auditlog.md 00:57:45 spire-1.2.1/doc/authorization_policy_engine.md 00:57:45 spire-1.2.1/doc/changelog_guidelines.md 00:57:45 spire-1.2.1/doc/cure53-report.pdf 00:57:45 spire-1.2.1/doc/images/ 00:57:45 spire-1.2.1/doc/images/2019_roadmap.png 00:57:45 spire-1.2.1/doc/images/SPIRE101.png 00:57:45 spire-1.2.1/doc/images/SPIRE_agent.png 00:57:46 spire-1.2.1/doc/images/SPIRE_server.png 00:57:46 spire-1.2.1/doc/images/cache_mgr.png 00:57:46 spire-1.2.1/doc/images/cache_mgr_components.png 00:57:46 spire-1.2.1/doc/images/federated_spire.png 00:57:46 spire-1.2.1/doc/images/ha_mode.png 00:57:46 spire-1.2.1/doc/images/nested_spire.png 00:57:46 spire-1.2.1/doc/images/oidc_federation.png 00:57:46 spire-1.2.1/doc/images/single_trust_domain.png 00:57:46 spire-1.2.1/doc/images/spiffe_compatible.png 00:57:46 spire-1.2.1/doc/images/spire_logo.png 00:57:46 spire-1.2.1/doc/migrating_registration_api_clients.md 00:57:46 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 00:57:46 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 00:57:46 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 00:57:46 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 00:57:46 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 00:57:46 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 00:57:46 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 00:57:46 spire-1.2.1/doc/plugin_server_datastore_sql.md 00:57:46 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 00:57:46 spire-1.2.1/doc/plugin_server_keymanager_disk.md 00:57:46 spire-1.2.1/doc/plugin_server_keymanager_memory.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 00:57:46 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 00:57:46 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 00:57:46 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 00:57:46 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 00:57:46 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 00:57:46 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 00:57:46 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 00:57:46 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 00:57:46 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 00:57:46 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 00:57:46 spire-1.2.1/doc/scaling_spire.md 00:57:46 spire-1.2.1/doc/spire_agent.md 00:57:46 spire-1.2.1/doc/spire_server.md 00:57:46 spire-1.2.1/doc/supported_integrations.md 00:57:46 spire-1.2.1/doc/telemetry.md 00:57:46 spire-1.2.1/doc/telemetry_config.md 00:57:46 spire-1.2.1/doc/upgrading.md 00:57:46 spire-1.2.1/doc/using_spire.md 00:57:46 spire-1.2.1/examples/ 00:57:46 spire-1.2.1/examples/README.md 00:57:46 spire-1.2.1/go.mod 00:57:46 spire-1.2.1/go.sum 00:57:46 spire-1.2.1/pkg/ 00:57:46 spire-1.2.1/pkg/agent/ 00:57:46 spire-1.2.1/pkg/agent/agent.go 00:57:46 spire-1.2.1/pkg/agent/api/ 00:57:46 spire-1.2.1/pkg/agent/api/config.go 00:57:46 spire-1.2.1/pkg/agent/api/debug/ 00:57:46 spire-1.2.1/pkg/agent/api/debug/v1/ 00:57:46 spire-1.2.1/pkg/agent/api/debug/v1/service.go 00:57:46 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 00:57:46 spire-1.2.1/pkg/agent/api/delegatedidentity/ 00:57:46 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 00:57:46 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 00:57:46 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 00:57:46 spire-1.2.1/pkg/agent/api/endpoints.go 00:57:46 spire-1.2.1/pkg/agent/api/health/ 00:57:46 spire-1.2.1/pkg/agent/api/health/v1/ 00:57:46 spire-1.2.1/pkg/agent/api/health/v1/service.go 00:57:46 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 00:57:46 spire-1.2.1/pkg/agent/api/rpccontext/ 00:57:46 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 00:57:46 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 00:57:46 spire-1.2.1/pkg/agent/attestor/ 00:57:46 spire-1.2.1/pkg/agent/attestor/node/ 00:57:46 spire-1.2.1/pkg/agent/attestor/node/experimental.go 00:57:46 spire-1.2.1/pkg/agent/attestor/node/node.go 00:57:46 spire-1.2.1/pkg/agent/attestor/node/node_test.go 00:57:46 spire-1.2.1/pkg/agent/attestor/workload/ 00:57:46 spire-1.2.1/pkg/agent/attestor/workload/workload.go 00:57:46 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 00:57:46 spire-1.2.1/pkg/agent/catalog/ 00:57:46 spire-1.2.1/pkg/agent/catalog/catalog.go 00:57:46 spire-1.2.1/pkg/agent/catalog/keymanager.go 00:57:46 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 00:57:46 spire-1.2.1/pkg/agent/catalog/svidstore.go 00:57:46 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 00:57:46 spire-1.2.1/pkg/agent/client/ 00:57:46 spire-1.2.1/pkg/agent/client/client.go 00:57:46 spire-1.2.1/pkg/agent/client/client_test.go 00:57:46 spire-1.2.1/pkg/agent/client/dial.go 00:57:46 spire-1.2.1/pkg/agent/client/nodeconn.go 00:57:46 spire-1.2.1/pkg/agent/client/nodeconn_test.go 00:57:46 spire-1.2.1/pkg/agent/client/update.go 00:57:46 spire-1.2.1/pkg/agent/client/util.go 00:57:46 spire-1.2.1/pkg/agent/common/ 00:57:46 spire-1.2.1/pkg/agent/common/backoff/ 00:57:46 spire-1.2.1/pkg/agent/common/backoff/backoff.go 00:57:46 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 00:57:46 spire-1.2.1/pkg/agent/common/cgroups/ 00:57:46 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 00:57:46 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 00:57:46 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 00:57:46 spire-1.2.1/pkg/agent/config.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/ 00:57:46 spire-1.2.1/pkg/agent/endpoints/config.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/endpoints.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/metrics.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/middleware.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/peertracker.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 00:57:46 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 00:57:46 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/workload/ 00:57:46 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 00:57:46 spire-1.2.1/pkg/agent/manager/ 00:57:46 spire-1.2.1/pkg/agent/manager/cache/ 00:57:46 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 00:57:46 spire-1.2.1/pkg/agent/manager/cache/cache.go 00:57:46 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 00:57:46 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 00:57:46 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 00:57:46 spire-1.2.1/pkg/agent/manager/cache/sets.go 00:57:46 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 00:57:46 spire-1.2.1/pkg/agent/manager/config.go 00:57:46 spire-1.2.1/pkg/agent/manager/manager.go 00:57:46 spire-1.2.1/pkg/agent/manager/manager_test.go 00:57:46 spire-1.2.1/pkg/agent/manager/storage.go 00:57:46 spire-1.2.1/pkg/agent/manager/storage_test.go 00:57:46 spire-1.2.1/pkg/agent/manager/storecache/ 00:57:46 spire-1.2.1/pkg/agent/manager/storecache/cache.go 00:57:46 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 00:57:46 spire-1.2.1/pkg/agent/manager/sync.go 00:57:46 spire-1.2.1/pkg/agent/plugin/ 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/ 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/ 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 00:57:46 spire-1.2.1/pkg/agent/svid/ 00:57:46 spire-1.2.1/pkg/agent/svid/rotator.go 00:57:46 spire-1.2.1/pkg/agent/svid/rotator_config.go 00:57:46 spire-1.2.1/pkg/agent/svid/rotator_test.go 00:57:46 spire-1.2.1/pkg/agent/svid/store/ 00:57:46 spire-1.2.1/pkg/agent/svid/store/service.go 00:57:46 spire-1.2.1/pkg/agent/svid/store/service_test.go 00:57:46 spire-1.2.1/pkg/common/ 00:57:46 spire-1.2.1/pkg/common/agentpathtemplate/ 00:57:46 spire-1.2.1/pkg/common/agentpathtemplate/template.go 00:57:46 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 00:57:46 spire-1.2.1/pkg/common/api/ 00:57:46 spire-1.2.1/pkg/common/api/metrics.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/ 00:57:46 spire-1.2.1/pkg/common/api/middleware/common_test.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/interceptor.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/logger.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/logger_test.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/metrics.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/middleware.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/misconfig.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/names.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/names_test.go 00:57:46 spire-1.2.1/pkg/common/api/names.go 00:57:46 spire-1.2.1/pkg/common/api/ratelimit.go 00:57:46 spire-1.2.1/pkg/common/api/rpccontext/ 00:57:46 spire-1.2.1/pkg/common/api/rpccontext/logger.go 00:57:46 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 00:57:46 spire-1.2.1/pkg/common/api/rpccontext/names.go 00:57:46 spire-1.2.1/pkg/common/auth/ 00:57:46 spire-1.2.1/pkg/common/auth/interceptors.go 00:57:46 spire-1.2.1/pkg/common/auth/interceptors_test.go 00:57:46 spire-1.2.1/pkg/common/auth/untracked_uds.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/ 00:57:46 spire-1.2.1/pkg/common/bundleutil/bundle.go 00:57:46 spire-1.2.1/ 00:57:46 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/common_test.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/marshal.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/types.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 00:57:46 spire-1.2.1/pkg/common/catalog/ 00:57:46 spire-1.2.1/pkg/common/catalog/bind.go 00:57:46 spire-1.2.1/pkg/common/catalog/builtin.go 00:57:46 spire-1.2.1/pkg/common/catalog/catalog.go 00:57:46 spire-1.2.1/pkg/common/catalog/catalog_test.go 00:57:46 spire-1.2.1/pkg/common/catalog/closers.go 00:57:46 spire-1.2.1/pkg/common/catalog/cmd_linux.go 00:57:46 spire-1.2.1/pkg/common/catalog/cmd_other.go 00:57:46 spire-1.2.1/pkg/common/catalog/config.go 00:57:46 spire-1.2.1/pkg/common/catalog/config_test.go 00:57:46 spire-1.2.1/pkg/common/catalog/configure.go 00:57:46 spire-1.2.1/pkg/common/catalog/constraints.go 00:57:46 spire-1.2.1/pkg/common/catalog/constraints_test.go 00:57:46 spire-1.2.1/pkg/common/catalog/context.go 00:57:46 spire-1.2.1/pkg/common/catalog/external.go 00:57:46 spire-1.2.1/pkg/common/catalog/host.go 00:57:46 spire-1.2.1/pkg/common/catalog/pipenet.go 00:57:46 spire-1.2.1/pkg/common/catalog/plugin.go 00:57:46 spire-1.2.1/pkg/common/catalog/testplugin/ 00:57:46 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 00:57:46 spire-1.2.1/pkg/common/catalog/testplugin/main.go 00:57:46 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 00:57:46 spire-1.2.1/pkg/common/cli/ 00:57:46 spire-1.2.1/pkg/common/cli/env.go 00:57:46 spire-1.2.1/pkg/common/cli/flags.go 00:57:46 spire-1.2.1/pkg/common/cli/trust_domain.go 00:57:46 spire-1.2.1/pkg/common/cli/trust_domain_test.go 00:57:46 spire-1.2.1/pkg/common/cli/umask.go 00:57:46 spire-1.2.1/pkg/common/cli/umask_posix.go 00:57:46 spire-1.2.1/pkg/common/cli/umask_test.go 00:57:46 spire-1.2.1/pkg/common/cli/umask_windows.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/flag.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/flag_test.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/format.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/format_test.gospire-1.2.1/.data/ 00:57:46 spire-1.2.1/.data/.file 00:57:46 spire-1.2.1/.dockerignore 00:57:46 spire-1.2.1/.gitattributes 00:57:46 spire-1.2.1/.githooks/ 00:57:46 spire-1.2.1/.githooks/pre-commit 00:57:46 spire-1.2.1/.github/ 00:57:46 spire-1.2.1/.github/ISSUE_TEMPLATE.md 00:57:46 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 00:57:46 spire-1.2.1/.github/dependabot.yml 00:57:46 spire-1.2.1/.github/workflows/ 00:57:46 spire-1.2.1/.github/workflows/nightly_build.yaml 00:57:46 spire-1.2.1/.github/workflows/pr_build.yaml 00:57:46 spire-1.2.1/.github/workflows/release_build.yaml 00:57:46 spire-1.2.1/.github/workflows/scripts/ 00:57:46 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 00:57:46 spire-1.2.1/.github/workflows/scripts/push-images.sh 00:57:46 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 00:57:46 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 00:57:46 spire-1.2.1/.github/workflows/scripts/split.sh 00:57:46 spire-1.2.1/.gitignore 00:57:46 spire-1.2.1/.go-version 00:57:46 spire-1.2.1/.golangci.yml 00:57:46 spire-1.2.1/ADOPTERS.md 00:57:46 spire-1.2.1/CHANGELOG.md 00:57:46 spire-1.2.1/CODE-OF-CONDUCT.md 00:57:46 spire-1.2.1/CODEOWNERS 00:57:46 spire-1.2.1/CONTRIBUTING.md 00:57:46 spire-1.2.1/Dockerfile 00:57:46 spire-1.2.1/Dockerfile.dev 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 00:57:46 spire-1.2.1/pkg/common/coretypes/ 00:57:46 spire-1.2.1/pkg/common/coretypes/bundle/ 00:57:46 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 00:57:46 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 00:57:46 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 00:57:46 spire-1.2.1/pkg/common/coretypes/bundle/require.go 00:57:46 spire-1.2.1/pkg/common/coretypes/jwtkey/ 00:57:46 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 00:57:46 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 00:57:46 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 00:57:46 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 00:57:46 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 00:57:46 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 00:57:46 spire-1.2.1/pkg/common/coretypes/x509certificate/ 00:57:46 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 00:57:46 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 00:57:46 spire-1.2.1/Dockerfile.scratch 00:57:46 spire-1.2.1/LICENSE 00:57:46 spire-1.2.1/MAINTAINERS.md 00:57:46 spire-1.2.1/Makefile 00:57:46 spire-1.2.1/README.md 00:57:46 spire-1.2.1/ROADMAP.md 00:57:46 spire-1.2.1/SECURITY.md 00:57:46 spire-1.2.1/cmd/ 00:57:46 spire-1.2.1/cmd/spire-agent/ 00:57:46 spire-1.2.1/cmd/spire-agent/cli/ 00:57:46 spire-1.2.1/cmd/spire-agent/cli/api/ 00:57:46 spire-1.2.1/cmd/spire-agent/cli/api/common.go 00:57:46 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 00:57:46 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 00:57:46 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 00:57:46 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 00:57:46 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 00:57:46 spire-1.2.1/cmd/spire-agent/cli/cli.go 00:57:46 spire-1.2.1/cmd/spire-agent/cli/common/ 00:57:46 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 00:57:46 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 00:57:46 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 00:57:46 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 00:57:46 spire-1.2.1/cmd/spire-agent/cli/run/ 00:57:46 spire-1.2.1/cmd/spire-agent/cli/run/run.go 00:57:46 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 00:57:46 spire-1.2.1/cmd/spire-agent/cli/validate/ 00:57:46 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 00:57:46 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 00:57:46 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 00:57:46 spire-1.2.1/pkg/common/cryptoutil/ 00:57:46 spire-1.2.1/pkg/common/cryptoutil/keys.go 00:57:46 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 00:57:46 spire-1.2.1/pkg/common/diskutil/ 00:57:46 spire-1.2.1/pkg/common/diskutil/file_posix.go 00:57:46 spire-1.2.1/pkg/common/diskutil/file_test.go 00:57:46 spire-1.2.1/pkg/common/diskutil/file_windows.go 00:57:46 spire-1.2.1/pkg/common/errorutil/ 00:57:46 spire-1.2.1/pkg/common/errorutil/wrapper.go 00:57:46 spire-1.2.1/pkg/common/health/ 00:57:46 spire-1.2.1/pkg/common/health/config.go 00:57:46 spire-1.2.1/pkg/common/health/context.go 00:57:46 spire-1.2.1/pkg/common/health/context_test.go 00:57:46 spire-1.2.1/pkg/common/health/health.go 00:57:46 spire-1.2.1/pkg/common/health/health_test.go 00:57:46 spire-1.2.1/pkg/common/health/logger.go 00:57:46 spire-1.2.1/pkg/common/hostservice/ 00:57:46 spire-1.2.1/pkg/common/hostservice/metricsservice/ 00:57:46 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 00:57:46 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 00:57:46 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 00:57:46 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 00:57:46 spire-1.2.1/cmd/spire-agent/main.go 00:57:46 spire-1.2.1/cmd/spire-server/ 00:57:46 spire-1.2.1/cmd/spire-server/cli/ 00:57:46 spire-1.2.1/cmd/spire-server/cli/agent/ 00:57:46 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/agent/count.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/agent/list.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/agent/show.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/bundle/ 00:57:46 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/cli.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/entry/ 00:57:46 spire-1.2.1/pkg/common/idutil/ 00:57:46 spire-1.2.1/pkg/common/idutil/require.go 00:57:46 spire-1.2.1/pkg/common/idutil/require_test.go 00:57:46 spire-1.2.1/pkg/common/idutil/safety.go 00:57:46 spire-1.2.1/pkg/common/idutil/safety_test.go 00:57:46 spire-1.2.1/pkg/common/idutil/spiffeid.go 00:57:46 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 00:57:46 spire-1.2.1/pkg/common/jwtsvid/ 00:57:46 spire-1.2.1/pkg/common/jwtsvid/common.go 00:57:46 spire-1.2.1/pkg/common/jwtsvid/sign.go 00:57:46 spire-1.2.1/pkg/common/jwtsvid/token_test.go 00:57:46 spire-1.2.1/pkg/common/jwtsvid/validate.go 00:57:46 spire-1.2.1/pkg/common/jwtutil/ 00:57:46 spire-1.2.1/pkg/common/jwtutil/keyset.go 00:57:46 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 00:57:46 spire-1.2.1/pkg/common/log/ 00:57:46 spire-1.2.1/pkg/common/log/hclog_adapter.go 00:57:46 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 00:57:46 spire-1.2.1/pkg/common/log/log.go 00:57:46 spire-1.2.1/pkg/common/log/log_test.go 00:57:46 spire-1.2.1/pkg/common/log/options.go 00:57:46 spire-1.2.1/pkg/common/nodeutil/ 00:57:46 spire-1.2.1/pkg/common/nodeutil/node.go 00:57:46 spire-1.2.1/pkg/common/nodeutil/node_test.go 00:57:46 spire-1.2.1/pkg/common/peertracker/ 00:57:46 spire-1.2.1/pkg/common/peertracker/conn.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/entry/count.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/entry/create.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/entry/show.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/entry/update.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/entry/util.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/federation/ 00:57:46 spire-1.2.1/cmd/spire-server/cli/federation/common.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/federation/create.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/federation/list.go 00:57:46 spire-1.2.1/pkg/common/peertracker/credentials.go 00:57:46 spire-1.2.1/pkg/common/peertracker/errors.go 00:57:46 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 00:57:46 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 00:57:46 spire-1.2.1/pkg/common/peertracker/info.go 00:57:46 spire-1.2.1/pkg/common/peertracker/listener.go 00:57:46 spire-1.2.1/pkg/common/peertracker/listener_test.go 00:57:46 spire-1.2.1/pkg/common/peertracker/peertracker.go 00:57:46 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 00:57:46 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 00:57:46 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 00:57:46 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 00:57:46 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 00:57:46 spire-1.2.1/pkg/common/peertracker/tcp.go 00:57:46 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 00:57:46 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 00:57:46 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 00:57:46 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 00:57:46 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 00:57:46 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/federation/show.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/federation/update.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 00:57:46 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/jwt/ 00:57:46 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/run/ 00:57:46 spire-1.2.1/cmd/spire-server/cli/run/run.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/token/ 00:57:46 spire-1.2.1/cmd/spire-server/cli/token/generate.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/validate/ 00:57:46 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 00:57:46 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 00:57:46 spire-1.2.1/pkg/common/peertracker/uds.go 00:57:46 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 00:57:46 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 00:57:46 spire-1.2.1/pkg/common/peertracker/uds_linux.go 00:57:46 spire-1.2.1/pkg/common/pemutil/ 00:57:46 spire-1.2.1/pkg/common/pemutil/block.go 00:57:46 spire-1.2.1/pkg/common/pemutil/certs.go 00:57:46 spire-1.2.1/pkg/common/pemutil/common.go 00:57:46 spire-1.2.1/pkg/common/pemutil/csr.go 00:57:46 spire-1.2.1/pkg/common/pemutil/keys.go 00:57:46 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 00:57:46 spire-1.2.1/pkg/common/pemutil/testdata/ 00:57:46 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 00:57:46 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 00:57:46 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 00:57:46 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 00:57:46 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 00:57:46 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 00:57:46 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 00:57:46 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 00:57:46 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 00:57:46 spire-1.2.1/pkg/common/plugin/ 00:57:46 spire-1.2.1/pkg/common/plugin/aws/ 00:57:46 spire-1.2.1/pkg/common/plugin/aws/iid.go 00:57:46 spire-1.2.1/pkg/common/plugin/azure/ 00:57:46 spire-1.2.1/pkg/common/plugin/azure/msi.go 00:57:46 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 00:57:46 spire-1.2.1/pkg/common/plugin/facade.go 00:57:46 spire-1.2.1/pkg/common/plugin/facade_test.go 00:57:46 spire-1.2.1/pkg/common/plugin/gcp/ 00:57:46 spire-1.2.1/pkg/common/plugin/gcp/iit.go 00:57:46 spire-1.2.1/pkg/common/plugin/k8s/ 00:57:46 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 00:57:46 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 00:57:46 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 00:57:46 spire-1.2.1/pkg/common/plugin/k8s/utils.go 00:57:46 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 00:57:46 spire-1.2.1/pkg/common/plugin/log.go 00:57:46 spire-1.2.1/pkg/common/plugin/sshpop/ 00:57:46 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 00:57:46 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 00:57:46 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 00:57:46 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 00:57:46 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 00:57:46 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 00:57:46 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 00:57:46 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 00:57:46 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 00:57:46 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 00:57:46 spire-1.2.1/pkg/common/plugin/tpmdevid/ 00:57:46 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 00:57:46 spire-1.2.1/pkg/common/plugin/x509pop/ 00:57:46 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 00:57:46 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 00:57:46 spire-1.2.1/pkg/common/profiling/ 00:57:46 spire-1.2.1/pkg/common/profiling/dumpers.go 00:57:46 spire-1.2.1/pkg/common/profiling/profiling.go 00:57:46 spire-1.2.1/pkg/common/protoutil/ 00:57:46 spire-1.2.1/pkg/common/protoutil/masks.go 00:57:46 spire-1.2.1/pkg/common/protoutil/masks_test.go 00:57:46 spire-1.2.1/pkg/common/rotationutil/ 00:57:46 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 00:57:46 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 00:57:46 spire-1.2.1/pkg/common/selector/ 00:57:46 spire-1.2.1/pkg/common/selector/selector.go 00:57:46 spire-1.2.1/pkg/common/selector/selector_test.go 00:57:46 spire-1.2.1/pkg/common/selector/set.go 00:57:46 spire-1.2.1/pkg/common/selector/set_utils.go 00:57:46 spire-1.2.1/pkg/common/selector/set_utils_test.go 00:57:46 spire-1.2.1/pkg/common/telemetry/ 00:57:46 spire-1.2.1/pkg/common/telemetry/agent/ 00:57:46 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 00:57:46 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 00:57:46 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 00:57:46 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 00:57:46 spire-1.2.1/pkg/common/telemetry/agent/manager.go 00:57:46 spire-1.2.1/pkg/common/telemetry/agent/node.go 00:57:46 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 00:57:46 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 00:57:46 spire-1.2.1/pkg/common/telemetry/agent/store/ 00:57:46 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 00:57:46 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 00:57:46 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 00:57:46 spire-1.2.1/pkg/common/telemetry/blackhole.go 00:57:46 spire-1.2.1/pkg/common/telemetry/call.go 00:57:46 spire-1.2.1/pkg/common/telemetry/common/ 00:57:46 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/x509/ 00:57:46 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 00:57:46 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 00:57:46 spire-1.2.1/cmd/spire-server/main.go 00:57:46 spire-1.2.1/cmd/spire-server/util/ 00:57:46 spire-1.2.1/cmd/spire-server/util/util.go 00:57:46 spire-1.2.1/conf/ 00:57:46 spire-1.2.1/conf/agent/ 00:57:46 spire-1.2.1/conf/agent/agent.conf 00:57:46 spire-1.2.1/conf/agent/agent_full.conf 00:57:46 spire-1.2.1/conf/agent/dummy_root_ca.crt 00:57:46 spire-1.2.1/conf/server/ 00:57:46 spire-1.2.1/conf/server/dummy_upstream_ca.crt 00:57:46 spire-1.2.1/conf/server/dummy_upstream_ca.key 00:57:46 spire-1.2.1/conf/server/server.conf 00:57:46 spire-1.2.1/conf/server/server_full.conf 00:57:46 spire-1.2.1/doc/ 00:57:46 spire-1.2.1/doc/SPIRE101.md 00:57:46 spire-1.2.1/doc/auditlog.md 00:57:46 spire-1.2.1/doc/authorization_policy_engine.md 00:57:46 spire-1.2.1/doc/changelog_guidelines.md 00:57:46 spire-1.2.1/doc/cure53-report.pdf 00:57:46 spire-1.2.1/doc/images/ 00:57:46 spire-1.2.1/doc/images/2019_roadmap.png 00:57:46 spire-1.2.1/doc/images/SPIRE101.png 00:57:46 spire-1.2.1/doc/images/SPIRE_agent.png 00:57:46 spire-1.2.1/doc/images/SPIRE_server.png 00:57:46 spire-1.2.1/pkg/common/telemetry/config.go 00:57:46 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 00:57:46 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 00:57:46 spire-1.2.1/pkg/common/telemetry/inmem.go 00:57:46 spire-1.2.1/pkg/common/telemetry/inmem_test.go 00:57:46 spire-1.2.1/pkg/common/telemetry/m3.go 00:57:46 spire-1.2.1/pkg/common/telemetry/m3_test.go 00:57:46 spire-1.2.1/pkg/common/telemetry/metrics.go 00:57:46 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 00:57:46 spire-1.2.1/pkg/common/telemetry/names.go 00:57:46 spire-1.2.1/pkg/common/telemetry/prometheus.go 00:57:46 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 00:57:46 spire-1.2.1/pkg/common/telemetry/sanitize.go 00:57:46 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 00:57:46 spire-1.2.1/pkg/common/telemetry/server/ 00:57:46 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 00:57:46 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 00:57:46 spire-1.2.1/pkg/common/telemetry/server/datastore/ 00:57:46 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 00:57:46 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 00:57:46 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 00:57:46 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 00:57:46 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 00:57:46 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 00:57:46 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 00:57:46 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 00:57:46 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 00:57:46 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 00:57:46 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 00:57:46 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 00:57:46 spire-1.2.1/pkg/common/telemetry/server/rotate.go 00:57:46 spire-1.2.1/pkg/common/telemetry/server/server.go 00:57:46 spire-1.2.1/pkg/common/telemetry/sink.go 00:57:46 spire-1.2.1/pkg/common/telemetry/statsd.go 00:57:46 spire-1.2.1/pkg/common/telemetry/statsd_test.go 00:57:46 spire-1.2.1/pkg/common/telemetry/uptime.go 00:57:46 spire-1.2.1/pkg/common/telemetry/version.go 00:57:46 spire-1.2.1/pkg/common/telemetry/withlabels.go 00:57:46 spire-1.2.1/pkg/common/uptime/ 00:57:46 spire-1.2.1/pkg/common/uptime/uptime.go 00:57:46 spire-1.2.1/pkg/common/uptime/uptime_test.go 00:57:46 spire-1.2.1/pkg/common/util/ 00:57:46 spire-1.2.1/pkg/common/util/certs.go 00:57:46 spire-1.2.1/pkg/common/util/certs_test.go 00:57:46 spire-1.2.1/pkg/common/util/csr.go 00:57:46 spire-1.2.1/pkg/common/util/hash.go 00:57:46 spire-1.2.1/pkg/common/util/selectors.go 00:57:46 spire-1.2.1/pkg/common/util/selectors_test.go 00:57:46 spire-1.2.1/pkg/common/util/signals.go 00:57:46 spire-1.2.1/pkg/common/util/sort.go 00:57:46 spire-1.2.1/pkg/common/util/sort_test.go 00:57:46 spire-1.2.1/pkg/common/util/task.go 00:57:46 spire-1.2.1/pkg/common/util/task_test.go 00:57:46 spire-1.2.1/pkg/common/util/testdata/ 00:57:46 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 00:57:46 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 00:57:46 spire-1.2.1/pkg/common/version/ 00:57:46 spire-1.2.1/pkg/common/version/version.go 00:57:46 spire-1.2.1/pkg/common/x509svid/ 00:57:46 spire-1.2.1/pkg/common/x509svid/common_test.go 00:57:46 spire-1.2.1/pkg/common/x509svid/csr.go 00:57:46 spire-1.2.1/pkg/common/x509svid/upstreamca.go 00:57:46 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 00:57:46 spire-1.2.1/pkg/common/x509util/ 00:57:46 spire-1.2.1/pkg/common/x509util/cert.go 00:57:46 spire-1.2.1/pkg/common/x509util/dns.go 00:57:46 spire-1.2.1/pkg/common/x509util/dns_test.go 00:57:46 spire-1.2.1/pkg/common/x509util/keyid.go 00:57:46 spire-1.2.1/pkg/common/x509util/keypair.go 00:57:46 spire-1.2.1/pkg/common/x509util/serialnumber.go 00:57:46 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 00:57:46 spire-1.2.1/pkg/server/ 00:57:46 spire-1.2.1/pkg/server/api/ 00:57:46 spire-1.2.1/pkg/server/api/agent.go 00:57:46 spire-1.2.1/pkg/server/api/agent/ 00:57:46 spire-1.2.1/pkg/server/api/agent/v1/ 00:57:46 spire-1.2.1/pkg/server/api/agent/v1/service.go 00:57:46 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 00:57:46 spire-1.2.1/pkg/server/api/agent_test.go 00:57:46 spire-1.2.1/pkg/server/api/api.go 00:57:46 spire-1.2.1/pkg/server/api/audit/ 00:57:46 spire-1.2.1/pkg/server/api/audit/audit.go 00:57:46 spire-1.2.1/pkg/server/api/audit/audit_test.go 00:57:46 spire-1.2.1/pkg/server/api/bundle.go 00:57:46 spire-1.2.1/pkg/server/api/bundle/ 00:57:46 spire-1.2.1/pkg/server/api/bundle/v1/ 00:57:46 spire-1.2.1/pkg/server/api/bundle/v1/service.go 00:57:46 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 00:57:46 spire-1.2.1/pkg/server/api/bundle_test.go 00:57:46 spire-1.2.1/pkg/server/api/debug/ 00:57:46 spire-1.2.1/pkg/server/api/debug/v1/ 00:57:46 spire-1.2.1/pkg/server/api/debug/v1/service.go 00:57:46 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 00:57:46 spire-1.2.1/doc/images/cache_mgr.png 00:57:46 spire-1.2.1/doc/images/cache_mgr_components.png 00:57:46 spire-1.2.1/doc/images/federated_spire.png 00:57:46 spire-1.2.1/doc/images/ha_mode.png 00:57:46 spire-1.2.1/doc/images/nested_spire.png 00:57:46 spire-1.2.1/doc/images/oidc_federation.png 00:57:46 spire-1.2.1/doc/images/single_trust_domain.png 00:57:46 spire-1.2.1/doc/images/spiffe_compatible.png 00:57:46 spire-1.2.1/doc/images/spire_logo.png 00:57:46 spire-1.2.1/doc/migrating_registration_api_clients.md 00:57:46 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 00:57:46 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 00:57:46 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 00:57:46 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 00:57:46 spire-1.2.1/pkg/server/api/entry.go 00:57:46 spire-1.2.1/pkg/server/api/entry/ 00:57:46 spire-1.2.1/pkg/server/api/entry/v1/ 00:57:46 spire-1.2.1/pkg/server/api/entry/v1/service.go 00:57:46 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 00:57:46 spire-1.2.1/pkg/server/api/entry_test.go 00:57:46 spire-1.2.1/pkg/server/api/health/ 00:57:46 spire-1.2.1/pkg/server/api/health/v1/ 00:57:46 spire-1.2.1/pkg/server/api/health/v1/service.go 00:57:46 spire-1.2.1/pkg/server/api/health/v1/service_test.go 00:57:46 spire-1.2.1/pkg/server/api/id.go 00:57:46 spire-1.2.1/pkg/server/api/id_test.go 00:57:46 spire-1.2.1/pkg/server/api/limits/ 00:57:46 spire-1.2.1/pkg/server/api/limits/limits.go 00:57:46 spire-1.2.1/pkg/server/api/middleware/ 00:57:46 spire-1.2.1/pkg/server/api/middleware/alias.go 00:57:46 spire-1.2.1/pkg/server/api/middleware/audit.go 00:57:46 spire-1.2.1/pkg/server/api/middleware/authorization.go 00:57:46 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 00:57:46 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 00:57:46 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 00:57:46 spire-1.2.1/pkg/server/api/middleware/caller.go 00:57:46 spire-1.2.1/pkg/server/api/middleware/caller_test.go 00:57:46 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 00:57:46 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 00:57:46 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 00:57:46 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 00:57:46 spire-1.2.1/doc/plugin_server_datastore_sql.md 00:57:46 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 00:57:46 spire-1.2.1/doc/plugin_server_keymanager_disk.md 00:57:46 spire-1.2.1/doc/plugin_server_keymanager_memory.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 00:57:46 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 00:57:46 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 00:57:46 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 00:57:46 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 00:57:46 spire-1.2.1/pkg/server/api/middleware/common.go 00:57:46 spire-1.2.1/pkg/server/api/middleware/common_test.go 00:57:46 spire-1.2.1/pkg/server/api/middleware/entries.go 00:57:46 spire-1.2.1/pkg/server/api/middleware/entries_test.go 00:57:46 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 00:57:46 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 00:57:46 spire-1.2.1/pkg/server/api/ratelimit.go 00:57:46 spire-1.2.1/pkg/server/api/rpccontext/ 00:57:46 spire-1.2.1/pkg/server/api/rpccontext/alias.go 00:57:46 spire-1.2.1/pkg/server/api/rpccontext/audit.go 00:57:46 spire-1.2.1/pkg/server/api/rpccontext/caller.go 00:57:46 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 00:57:46 spire-1.2.1/pkg/server/api/selector.go 00:57:46 spire-1.2.1/pkg/server/api/selector_test.go 00:57:46 spire-1.2.1/pkg/server/api/status.go 00:57:46 spire-1.2.1/pkg/server/api/status_test.go 00:57:46 spire-1.2.1/pkg/server/api/svid/ 00:57:46 spire-1.2.1/pkg/server/api/svid/v1/ 00:57:46 spire-1.2.1/pkg/server/api/svid/v1/service.go 00:57:46 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 00:57:46 spire-1.2.1/pkg/server/api/trustdomain.go 00:57:46 spire-1.2.1/pkg/server/api/trustdomain/ 00:57:46 spire-1.2.1/pkg/server/api/trustdomain/v1/ 00:57:46 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 00:57:46 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 00:57:46 spire-1.2.1/pkg/server/api/trustdomain_test.go 00:57:46 spire-1.2.1/pkg/server/authpolicy/ 00:57:46 spire-1.2.1/pkg/server/authpolicy/defaults.go 00:57:46 spire-1.2.1/pkg/server/authpolicy/policy.go 00:57:46 spire-1.2.1/pkg/server/authpolicy/policy.rego 00:57:46 spire-1.2.1/pkg/server/authpolicy/policy_data.json 00:57:46 spire-1.2.1/pkg/server/authpolicy/policy_test.go 00:57:46 spire-1.2.1/pkg/server/authpolicy/validate.go 00:57:46 spire-1.2.1/pkg/server/bundle/ 00:57:46 spire-1.2.1/pkg/server/bundle/client/ 00:57:46 spire-1.2.1/pkg/server/bundle/client/client.go 00:57:46 spire-1.2.1/pkg/server/bundle/client/client_test.go 00:57:46 spire-1.2.1/pkg/server/bundle/client/manager.go 00:57:46 spire-1.2.1/pkg/server/bundle/client/manager_test.go 00:57:46 spire-1.2.1/pkg/server/bundle/client/sources.go 00:57:46 spire-1.2.1/pkg/server/bundle/client/sources_test.go 00:57:46 spire-1.2.1/pkg/server/bundle/client/updater.go 00:57:46 spire-1.2.1/pkg/server/bundle/client/updater_test.go 00:57:46 spire-1.2.1/pkg/server/ca/ 00:57:46 spire-1.2.1/pkg/server/ca/ca.go 00:57:46 spire-1.2.1/pkg/server/ca/ca_health.go 00:57:46 spire-1.2.1/pkg/server/ca/ca_test.go 00:57:46 spire-1.2.1/pkg/server/ca/journal.go 00:57:46 spire-1.2.1/pkg/server/ca/journal_test.go 00:57:46 spire-1.2.1/pkg/server/ca/manager.go 00:57:46 spire-1.2.1/pkg/server/ca/manager_health.go 00:57:46 spire-1.2.1/pkg/server/ca/manager_test.go 00:57:46 spire-1.2.1/pkg/server/ca/templates.go 00:57:46 spire-1.2.1/pkg/server/ca/upstream_client.go 00:57:46 spire-1.2.1/pkg/server/ca/upstream_client_test.go 00:57:46 spire-1.2.1/pkg/server/ca/validation.go 00:57:46 spire-1.2.1/pkg/server/cache/ 00:57:46 spire-1.2.1/pkg/server/cache/dscache/ 00:57:46 spire-1.2.1/pkg/server/cache/dscache/cache.go 00:57:46 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 00:57:46 spire-1.2.1/pkg/server/cache/entrycache/ 00:57:46 spire-1.2.1/pkg/server/cache/entrycache/cache.go 00:57:46 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 00:57:46 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 00:57:46 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 00:57:46 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 00:57:46 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 00:57:46 spire-1.2.1/pkg/server/catalog/ 00:57:46 spire-1.2.1/pkg/server/catalog/catalog.go 00:57:46 00:57:46 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 00:57:46 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 00:57:46 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 00:57:46 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 00:57:46 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 00:57:46 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 00:57:46 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 00:57:46 spire-1.2.1/doc/scaling_spire.md 00:57:46 spire-1.2.1/doc/spire_agent.md 00:57:46 spire-1.2.1/doc/spire_server.md 00:57:46 spire-1.2.1/doc/supported_integrations.md 00:57:46 spire-1.2.1/doc/telemetry.md 00:57:46 spire-1.2.1/doc/telemetry_config.md 00:57:46 spire-1.2.1/doc/upgrading.md 00:57:46 spire-1.2.1/doc/using_spire.md 00:57:46 spire-1.2.1/examples/ 00:57:46 spire-1.2.1/examples/README.md 00:57:46 spire-1.2.1/go.mod 00:57:46 spire-1.2.1/go.sum 00:57:46 spire-1.2.1/pkg/ 00:57:46 spire-1.2.1/pkg/agent/ 00:57:46 spire-1.2.1/pkg/agent/agent.go 00:57:46 spire-1.2.1/pkg/agent/api/ 00:57:46 spire-1.2.1/pkg/agent/api/config.go 00:57:46 spire-1.2.1/pkg/agent/api/debug/ 00:57:46 spire-1.2.1/pkg/agent/api/debug/v1/ 00:57:46 spire-1.2.1/pkg/agent/api/debug/v1/service.go 00:57:46 spire-1.2.1/pkg/agent/api/debug/v1/service_test.gospire-1.2.1/pkg/server/catalog/keymanager.go 00:57:46 spire-1.2.1/pkg/server/catalog/nodeattestor.go 00:57:46 spire-1.2.1/pkg/server/catalog/noderesolver.go 00:57:46 spire-1.2.1/pkg/server/catalog/notifier.go 00:57:46 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 00:57:46 spire-1.2.1/pkg/server/config.go 00:57:46 spire-1.2.1/pkg/server/datastore/ 00:57:46 spire-1.2.1/pkg/server/datastore/datastore.go 00:57:46 spire-1.2.1/pkg/server/datastore/datastore_health.go 00:57:46 spire-1.2.1/pkg/server/datastore/repository.go 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/ 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 00:57:46 spire-1.2.1/pkg/agent/api/delegatedidentity/ 00:57:46 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 00:57:46 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 00:57:46 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 00:57:46 spire-1.2.1/pkg/agent/api/endpoints.go 00:57:46 spire-1.2.1/pkg/agent/api/health/ 00:57:46 spire-1.2.1/pkg/agent/api/health/v1/ 00:57:46 spire-1.2.1/pkg/agent/api/health/v1/service.go 00:57:46 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 00:57:46 spire-1.2.1/pkg/agent/api/rpccontext/ 00:57:46 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 00:57:46 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 00:57:46 spire-1.2.1/pkg/agent/attestor/ 00:57:46 spire-1.2.1/pkg/agent/attestor/node/ 00:57:46 spire-1.2.1/pkg/agent/attestor/node/experimental.go 00:57:46 spire-1.2.1/pkg/agent/attestor/node/node.go 00:57:46 spire-1.2.1/pkg/agent/attestor/node/node_test.go 00:57:46 spire-1.2.1/pkg/agent/attestor/workload/ 00:57:46 spire-1.2.1/pkg/agent/attestor/workload/workload.go 00:57:46 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 00:57:46 spire-1.2.1/pkg/agent/catalog/ 00:57:46 spire-1.2.1/pkg/agent/catalog/catalog.go 00:57:46 spire-1.2.1/pkg/agent/catalog/keymanager.go 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 00:57:46 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 00:57:46 spire-1.2.1/pkg/server/endpoints/ 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/ 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/config.go 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 00:57:46 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 00:57:46 spire-1.2.1/pkg/agent/catalog/svidstore.go 00:57:46 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 00:57:46 spire-1.2.1/pkg/agent/client/ 00:57:46 spire-1.2.1/pkg/agent/client/client.go 00:57:46 spire-1.2.1/pkg/agent/client/client_test.go 00:57:46 spire-1.2.1/pkg/agent/client/dial.go 00:57:46 spire-1.2.1/pkg/agent/client/nodeconn.go 00:57:46 spire-1.2.1/pkg/agent/client/nodeconn_test.go 00:57:46 spire-1.2.1/pkg/agent/client/update.go 00:57:46 spire-1.2.1/pkg/agent/client/util.go 00:57:46 spire-1.2.1/pkg/agent/common/ 00:57:46 spire-1.2.1/pkg/agent/common/backoff/ 00:57:46 spire-1.2.1/pkg/agent/common/backoff/backoff.go 00:57:46 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 00:57:46 spire-1.2.1/pkg/agent/common/cgroups/ 00:57:46 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 00:57:46 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 00:57:46 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 00:57:46 spire-1.2.1/pkg/agent/config.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/ 00:57:46 spire-1.2.1/pkg/agent/endpoints/config.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/endpoints.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/metrics.go 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/server.go 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 00:57:46 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 00:57:46 spire-1.2.1/pkg/server/endpoints/config.go 00:57:46 spire-1.2.1/pkg/server/endpoints/endpoints.go 00:57:46 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 00:57:46 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 00:57:46 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 00:57:46 spire-1.2.1/pkg/server/endpoints/middleware.go 00:57:46 spire-1.2.1/pkg/server/endpoints/middleware_test.go 00:57:46 spire-1.2.1/pkg/server/hostservice/ 00:57:46 spire-1.2.1/pkg/server/hostservice/agentstore/ 00:57:46 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 00:57:46 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 00:57:46 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 00:57:46 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 00:57:46 spire-1.2.1/pkg/server/hostservice/identityprovider/ 00:57:46 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 00:57:46 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/ 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/ 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/base/ 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 00:57:46 spire-1.2.1/pkg/agent/endpoints/middleware.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/peertracker.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 00:57:46 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 00:57:46 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/workload/ 00:57:46 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 00:57:46 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 00:57:46 spire-1.2.1/pkg/agent/manager/ 00:57:46 spire-1.2.1/pkg/agent/manager/cache/ 00:57:46 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 00:57:46 spire-1.2.1/pkg/agent/manager/cache/cache.go 00:57:46 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 00:57:46 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 00:57:46 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 00:57:46 spire-1.2.1/pkg/agent/manager/cache/sets.go 00:57:46 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 00:57:46 spire-1.2.1/pkg/agent/manager/config.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/test/ 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 00:57:46 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/ 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 00:57:46 spire-1.2.1/pkg/agent/manager/manager.go 00:57:46 spire-1.2.1/pkg/agent/manager/manager_test.go 00:57:46 spire-1.2.1/pkg/agent/manager/storage.go 00:57:46 spire-1.2.1/pkg/agent/manager/storage_test.go 00:57:46 spire-1.2.1/pkg/agent/manager/storecache/ 00:57:46 spire-1.2.1/pkg/agent/manager/storecache/cache.go 00:57:46 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 00:57:46 spire-1.2.1/pkg/agent/manager/sync.go 00:57:46 spire-1.2.1/pkg/agent/plugin/ 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/ 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 00:57:46 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/noderesolver/ 00:57:46 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 00:57:46 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 00:57:46 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 00:57:46 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 00:57:46 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 00:57:46 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 00:57:46 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 00:57:46 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/notifier/ 00:57:46 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 00:57:46 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 00:57:46 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 00:57:46 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 00:57:46 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 00:57:46 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 00:57:46 spire-1.2.1/pkg/server/plugin/notifier/repository.go 00:57:46 spire-1.2.1/pkg/server/plugin/notifier/v1.go 00:57:46 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 00:57:46 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/ 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 00:57:46 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 00:57:46 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 00:57:46 spire-1.2.1/pkg/server/registration/ 00:57:46 spire-1.2.1/pkg/server/registration/manager.go 00:57:46 spire-1.2.1/pkg/server/registration/manager_test.go 00:57:46 spire-1.2.1/pkg/server/scanentries.go 00:57:46 spire-1.2.1/pkg/server/scanentries_test.go 00:57:46 spire-1.2.1/pkg/server/server.go 00:57:46 spire-1.2.1/pkg/server/server_test.go 00:57:46 spire-1.2.1/pkg/server/svid/ 00:57:46 spire-1.2.1/pkg/server/svid/observer.go 00:57:46 spire-1.2.1/pkg/server/svid/observer_test.go 00:57:46 spire-1.2.1/pkg/server/svid/rotator.go 00:57:46 spire-1.2.1/pkg/server/svid/rotator_config.go 00:57:46 spire-1.2.1/pkg/server/svid/rotator_config_test.go 00:57:46 spire-1.2.1/pkg/server/svid/rotator_test.go 00:57:46 spire-1.2.1/proto/ 00:57:46 spire-1.2.1/proto/private/ 00:57:46 spire-1.2.1/proto/private/server/ 00:57:46 spire-1.2.1/proto/private/server/journal/ 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 00:57:46 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 00:57:46 spire-1.2.1/pkg/agent/svid/ 00:57:46 spire-1.2.1/pkg/agent/svid/rotator.go 00:57:46 spire-1.2.1/pkg/agent/svid/rotator_config.go 00:57:46 spire-1.2.1/pkg/agent/svid/rotator_test.go 00:57:46 spire-1.2.1/pkg/agent/svid/store/ 00:57:46 spire-1.2.1/pkg/agent/svid/store/service.go 00:57:46 spire-1.2.1/pkg/agent/svid/store/service_test.go 00:57:46 spire-1.2.1/pkg/common/ 00:57:46 spire-1.2.1/pkg/common/agentpathtemplate/ 00:57:46 spire-1.2.1/pkg/common/agentpathtemplate/template.go 00:57:46 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 00:57:46 spire-1.2.1/pkg/common/api/ 00:57:46 spire-1.2.1/pkg/common/api/metrics.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/ 00:57:46 spire-1.2.1/pkg/common/api/middleware/common_test.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/interceptor.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 00:57:46 spire-1.2.1/proto/private/server/journal/journal.pb.go 00:57:46 spire-1.2.1/proto/private/server/journal/journal.proto 00:57:46 spire-1.2.1/proto/spire/ 00:57:46 spire-1.2.1/proto/spire/common/ 00:57:46 spire-1.2.1/proto/spire/common/common.pb.go 00:57:46 spire-1.2.1/proto/spire/common/common.proto 00:57:46 spire-1.2.1/proto/spire/common/plugin/ 00:57:46 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 00:57:46 spire-1.2.1/proto/spire/common/plugin/plugin.proto 00:57:46 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 00:57:46 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 00:57:46 spire-1.2.1/proto/spire/plugin/ 00:57:46 spire-1.2.1/proto/spire/plugin/agent/ 00:57:46 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 00:57:46 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 00:57:46 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 00:57:46 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 00:57:46 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 00:57:46 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 00:57:46 spire-1.2.1/release/ 00:57:46 spire-1.2.1/release/spire-extras/ 00:57:46 spire-1.2.1/release/spire-extras/README.md 00:57:46 spire-1.2.1/release/spire-extras/conf/ 00:57:46 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 00:57:46 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 00:57:46 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 00:57:46 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 00:57:46 spire-1.2.1/release/spire/ 00:57:46 spire-1.2.1/release/spire/README.md 00:57:46 spire-1.2.1/release/spire/conf/ 00:57:46 spire-1.2.1/release/spire/conf/agent/ 00:57:46 spire-1.2.1/release/spire/conf/agent/agent.conf 00:57:46 spire-1.2.1/release/spire/conf/server/ 00:57:46 spire-1.2.1/release/spire/conf/server/server.conf 00:57:46 spire-1.2.1/script/ 00:57:46 spire-1.2.1/script/build-artifact.sh 00:57:46 spire-1.2.1/script/generate_dummy_ca.sh 00:57:46 spire-1.2.1/support/ 00:57:46 spire-1.2.1/support/k8s/ 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/ 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/logger.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/logger_test.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/metrics.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/middleware.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/misconfig.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/names.go 00:57:46 spire-1.2.1/pkg/common/api/middleware/names_test.go 00:57:46 spire-1.2.1/pkg/common/api/names.go 00:57:46 spire-1.2.1/pkg/common/api/ratelimit.go 00:57:46 spire-1.2.1/pkg/common/api/rpccontext/ 00:57:46 spire-1.2.1/pkg/common/api/rpccontext/logger.go 00:57:46 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 00:57:46 spire-1.2.1/pkg/common/api/rpccontext/names.go 00:57:46 spire-1.2.1/pkg/common/auth/ 00:57:46 spire-1.2.1/pkg/common/auth/interceptors.go 00:57:46 spire-1.2.1/pkg/common/auth/interceptors_test.go 00:57:46 spire-1.2.1/pkg/common/auth/untracked_uds.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/ 00:57:46 spire-1.2.1/pkg/common/bundleutil/bundle.go 00:57:46 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/common_test.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/marshal.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/types.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 00:57:46 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 00:57:46 spire-1.2.1/pkg/common/catalog/ 00:57:46 spire-1.2.1/pkg/common/catalog/bind.go 00:57:46 spire-1.2.1/pkg/common/catalog/builtin.go 00:57:46 spire-1.2.1/pkg/common/catalog/catalog.go 00:57:46 spire-1.2.1/pkg/common/catalog/catalog_test.go 00:57:46 spire-1.2.1/pkg/common/catalog/closers.go 00:57:46 spire-1.2.1/pkg/common/catalog/cmd_linux.go 00:57:46 spire-1.2.1/pkg/common/catalog/cmd_other.go 00:57:46 spire-1.2.1/pkg/common/catalog/config.go 00:57:46 spire-1.2.1/pkg/common/catalog/config_test.go 00:57:46 spire-1.2.1/pkg/common/catalog/configure.go 00:57:46 spire-1.2.1/pkg/common/catalog/constraints.go 00:57:46 spire-1.2.1/pkg/common/catalog/constraints_test.go 00:57:46 spire-1.2.1/pkg/common/catalog/context.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 00:57:46 spire-1.2.1/pkg/common/catalog/external.go 00:57:46 spire-1.2.1/pkg/common/catalog/host.go 00:57:46 spire-1.2.1/pkg/common/catalog/pipenet.go 00:57:46 spire-1.2.1/pkg/common/catalog/plugin.go 00:57:46 spire-1.2.1/pkg/common/catalog/testplugin/ 00:57:46 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 00:57:46 spire-1.2.1/pkg/common/catalog/testplugin/main.go 00:57:46 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 00:57:46 spire-1.2.1/pkg/common/cli/ 00:57:46 spire-1.2.1/pkg/common/cli/env.go 00:57:46 spire-1.2.1/pkg/common/cli/flags.go 00:57:46 spire-1.2.1/pkg/common/cli/trust_domain.go 00:57:46 spire-1.2.1/pkg/common/cli/trust_domain_test.go 00:57:46 spire-1.2.1/pkg/common/cli/umask.go 00:57:46 spire-1.2.1/pkg/common/cli/umask_posix.go 00:57:46 spire-1.2.1/pkg/common/cli/umask_test.go 00:57:46 spire-1.2.1/pkg/common/cli/umask_windows.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/flag.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/flag_test.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/format.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/format_test.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 00:57:46 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 00:57:46 spire-1.2.1/support/oidc-discovery-provider/ 00:57:46 spire-1.2.1/support/oidc-discovery-provider/README.md 00:57:46 spire-1.2.1/support/oidc-discovery-provider/common_test.go 00:57:46 spire-1.2.1/support/oidc-discovery-provider/config.go 00:57:46 spire-1.2.1/support/oidc-discovery-provider/config_test.go 00:57:46 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 00:57:46 00:57:46 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 00:57:46 spire-1.2.1/support/oidc-discovery-provider/handler.go 00:57:46 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 00:57:46 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 00:57:46 spire-1.2.1/support/oidc-discovery-provider/main.go 00:57:46 spire-1.2.1/support/oidc-discovery-provider/server_api.go 00:57:46 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 00:57:46 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 00:57:46 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 00:57:46 spire-1.2.1/test/ 00:57:46 spire-1.2.1/test/clock/ 00:57:46 spire-1.2.1/test/clock/clock.go 00:57:46 spire-1.2.1/test/fakes/ 00:57:46 spire-1.2.1/test/fakes/fakeagentcatalog/ 00:57:46 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 00:57:46 spire-1.2.1/test/fakes/fakeagentkeymanager/ 00:57:46 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 00:57:46 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 00:57:46 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 00:57:46 spire-1.2.1/test/fakes/fakeagentstore/ 00:57:46 spire-1.2.1/test/fakes/fakeagentstore/agentstore.gospire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 00:57:46 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 00:57:46 spire-1.2.1/pkg/common/coretypes/ 00:57:46 spire-1.2.1/pkg/common/coretypes/bundle/ 00:57:46 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 00:57:46 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 00:57:46 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 00:57:46 spire-1.2.1/pkg/common/coretypes/bundle/require.go 00:57:46 spire-1.2.1/pkg/common/coretypes/jwtkey/ 00:57:46 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 00:57:46 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 00:57:46 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 00:57:46 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 00:57:46 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 00:57:46 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 00:57:46 spire-1.2.1/pkg/common/coretypes/x509certificate/ 00:57:46 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 00:57:46 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 00:57:46 spire-1.2.1/test/fakes/fakedatastore/ 00:57:46 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 00:57:46 spire-1.2.1/test/fakes/fakeentryclient/ 00:57:46 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 00:57:46 spire-1.2.1/test/fakes/fakehealthchecker/ 00:57:46 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 00:57:46 spire-1.2.1/test/fakes/fakeidentityprovider/ 00:57:46 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 00:57:46 spire-1.2.1/test/fakes/fakemetrics/ 00:57:46 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 00:57:46 spire-1.2.1/test/fakes/fakenoderesolver/ 00:57:46 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 00:57:46 spire-1.2.1/test/fakes/fakenotifier/ 00:57:46 spire-1.2.1/test/fakes/fakenotifier/notifier.go 00:57:46 spire-1.2.1/test/fakes/fakepluginmetrics/ 00:57:46 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 00:57:46 spire-1.2.1/test/fakes/fakeserverca/ 00:57:46 spire-1.2.1/test/fakes/fakeserverca/serverca.go 00:57:46 spire-1.2.1/test/fakes/fakeservercatalog/ 00:57:46 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 00:57:46 spire-1.2.1/test/fakes/fakeserverkeymanager/ 00:57:46 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 00:57:46 spire-1.2.1/test/fakes/fakeservernodeattestor/ 00:57:46 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 00:57:46 spire-1.2.1/test/fakes/fakeupstreamauthority/ 00:57:46 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 00:57:46 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 00:57:46 spire-1.2.1/test/fakes/fakeworkloadapi/ 00:57:46 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 00:57:46 spire-1.2.1/test/fakes/fakeworkloadattestor/ 00:57:46 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 00:57:46 spire-1.2.1/test/fixture/ 00:57:46 spire-1.2.1/test/fixture/certs/ 00:57:46 spire-1.2.1/test/fixture/certs/agent_svid.der 00:57:46 spire-1.2.1/test/fixture/certs/base_cert.pem 00:57:46 spire-1.2.1/test/fixture/certs/base_csr.pem 00:57:46 spire-1.2.1/test/fixture/certs/base_key.pem 00:57:46 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 00:57:46 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 00:57:46 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 00:57:46 spire-1.2.1/test/fixture/certs/blog_cert.pem 00:57:46 spire-1.2.1/test/fixture/certs/blog_csr.pem 00:57:46 spire-1.2.1/test/fixture/certs/blog_key.pem 00:57:46 spire-1.2.1/test/fixture/certs/bundle.der 00:57:46 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 00:57:46 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 00:57:46 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 00:57:46 spire-1.2.1/pkg/common/cryptoutil/ 00:57:46 spire-1.2.1/pkg/common/cryptoutil/keys.go 00:57:46 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 00:57:46 spire-1.2.1/pkg/common/diskutil/ 00:57:46 spire-1.2.1/pkg/common/diskutil/file_posix.go 00:57:46 spire-1.2.1/pkg/common/diskutil/file_test.go 00:57:46 spire-1.2.1/pkg/common/diskutil/file_windows.go 00:57:46 spire-1.2.1/pkg/common/errorutil/ 00:57:46 spire-1.2.1/pkg/common/errorutil/wrapper.go 00:57:46 spire-1.2.1/pkg/common/health/ 00:57:46 spire-1.2.1/pkg/common/health/config.go 00:57:46 spire-1.2.1/pkg/common/health/context.go 00:57:46 spire-1.2.1/pkg/common/health/context_test.go 00:57:46 spire-1.2.1/pkg/common/health/health.go 00:57:46 spire-1.2.1/pkg/common/health/health_test.go 00:57:46 spire-1.2.1/pkg/common/health/logger.go 00:57:46 spire-1.2.1/pkg/common/hostservice/ 00:57:46 spire-1.2.1/pkg/common/hostservice/metricsservice/ 00:57:46 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 00:57:46 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 00:57:46 spire-1.2.1/test/fixture/certs/ca.pem 00:57:46 spire-1.2.1/test/fixture/certs/ca_key.pem 00:57:46 spire-1.2.1/test/fixture/certs/database_cert.pem 00:57:46 spire-1.2.1/test/fixture/certs/database_csr.pem 00:57:46 spire-1.2.1/test/fixture/certs/database_key.pem 00:57:46 spire-1.2.1/test/fixture/certs/node_cert.pem 00:57:46 spire-1.2.1/test/fixture/certs/node_csr.pem 00:57:46 spire-1.2.1/test/fixture/certs/node_key.pem 00:57:46 spire-1.2.1/test/fixture/certs/svid.pem 00:57:46 spire-1.2.1/test/fixture/certs/svid_key.pem 00:57:46 spire-1.2.1/test/fixture/config/ 00:57:46 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 00:57:46 spire-1.2.1/test/fixture/config/agent_good.conf 00:57:46 spire-1.2.1/test/fixture/config/agent_good_templated.conf 00:57:46 spire-1.2.1/test/fixture/config/plugin_good.conf 00:57:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 00:57:46 spire-1.2.1/test/fixture/config/server_good.conf 00:57:46 spire-1.2.1/test/fixture/config/server_good_templated.conf 00:57:46 spire-1.2.1/test/fixture/fixture.go 00:57:46 spire-1.2.1/test/fixture/nodeattestor/ 00:57:46 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 00:57:46 spire-1.2.1/pkg/common/idutil/ 00:57:46 spire-1.2.1/pkg/common/idutil/require.go 00:57:46 spire-1.2.1/pkg/common/idutil/require_test.go 00:57:46 spire-1.2.1/pkg/common/idutil/safety.go 00:57:46 spire-1.2.1/pkg/common/idutil/safety_test.go 00:57:46 spire-1.2.1/pkg/common/idutil/spiffeid.go 00:57:46 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 00:57:46 spire-1.2.1/pkg/common/jwtsvid/ 00:57:46 spire-1.2.1/pkg/common/jwtsvid/common.go 00:57:46 spire-1.2.1/pkg/common/jwtsvid/sign.go 00:57:46 spire-1.2.1/pkg/common/jwtsvid/token_test.go 00:57:46 spire-1.2.1/pkg/common/jwtsvid/validate.go 00:57:46 spire-1.2.1/pkg/common/jwtutil/ 00:57:46 spire-1.2.1/pkg/common/jwtutil/keyset.go 00:57:46 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 00:57:46 spire-1.2.1/pkg/common/log/ 00:57:46 spire-1.2.1/pkg/common/log/hclog_adapter.go 00:57:46 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 00:57:46 spire-1.2.1/pkg/common/log/log.go 00:57:46 spire-1.2.1/pkg/common/log/log_test.go 00:57:46 spire-1.2.1/pkg/common/log/options.go 00:57:46 spire-1.2.1/pkg/common/nodeutil/ 00:57:46 spire-1.2.1/pkg/common/nodeutil/node.go 00:57:46 spire-1.2.1/pkg/common/nodeutil/node_test.go 00:57:46 spire-1.2.1/pkg/common/peertracker/ 00:57:46 spire-1.2.1/pkg/common/peertracker/conn.go 00:57:46 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 00:57:46 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 00:57:46 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 00:57:46 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 00:57:46 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 00:57:46 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 00:57:46 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 00:57:46 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 00:57:46 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 00:57:46 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 00:57:46 spire-1.2.1/test/fixture/registration/ 00:57:46 spire-1.2.1/test/fixture/registration/entries.json 00:57:46 spire-1.2.1/test/fixture/registration/good-for-update.json 00:57:46 spire-1.2.1/test/fixture/registration/good.json 00:57:46 spire-1.2.1/test/fixture/registration/invalid.json 00:57:46 spire-1.2.1/test/fixture/registration/invalid_json.json 00:57:46 spire-1.2.1/test/fixture/registration/manager_test_entries.json 00:57:46 spire-1.2.1/test/integration/ 00:57:46 spire-1.2.1/test/integration/README.md 00:57:46 spire-1.2.1/test/integration/common 00:57:46 spire-1.2.1/test/integration/setup/ 00:57:46 spire-1.2.1/test/integration/setup/adminclient/ 00:57:46 spire-1.2.1/test/integration/setup/adminclient/build.sh 00:57:46 spire-1.2.1/test/integration/setup/adminclient/client.go 00:57:46 spire-1.2.1/test/integration/setup/debugagent/ 00:57:46 spire-1.2.1/test/integration/setup/debugagent/build.sh 00:57:46 spire-1.2.1/test/integration/setup/debugagent/main.go 00:57:46 spire-1.2.1/test/integration/setup/debugserver/ 00:57:46 spire-1.2.1/test/integration/setup/debugserver/build.sh 00:57:46 spire-1.2.1/test/integration/setup/debugserver/main.go 00:57:46 spire-1.2.1/test/integration/setup/downstreamclient/ 00:57:46 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 00:57:46 spire-1.2.1/test/integration/setup/downstreamclient/client.go 00:57:46 spire-1.2.1/test/integration/setup/itclient/ 00:57:46 spire-1.2.1/test/integration/setup/itclient/client.go 00:57:46 spire-1.2.1/test/integration/setup/node-attestation/ 00:57:46 spire-1.2.1/test/integration/setup/node-attestation/build.sh 00:57:46 spire-1.2.1/test/integration/setup/node-attestation/client.go 00:57:47 spire-1.2.1/test/integration/setup/x509pop/ 00:57:47 spire-1.2.1/pkg/common/peertracker/credentials.go 00:57:47 spire-1.2.1/pkg/common/peertracker/errors.go 00:57:47 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 00:57:47 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 00:57:47 spire-1.2.1/pkg/common/peertracker/info.go 00:57:47 spire-1.2.1/pkg/common/peertracker/listener.go 00:57:47 spire-1.2.1/pkg/common/peertracker/listener_test.go 00:57:47 spire-1.2.1/pkg/common/peertracker/peertracker.go 00:57:47 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 00:57:47 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 00:57:47 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 00:57:47 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 00:57:47 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 00:57:47 spire-1.2.1/pkg/common/peertracker/tcp.go 00:57:47 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 00:57:47 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 00:57:47 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 00:57:47 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 00:57:47 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 00:57:47 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 00:57:47 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 00:57:47 spire-1.2.1/test/integration/setup/x509pop/setup.sh 00:57:47 spire-1.2.1/test/integration/suites/ 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/ 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql/ 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 00:57:47 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 00:57:47 spire-1.2.1/pkg/common/peertracker/uds.go 00:57:47 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 00:57:47 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 00:57:47 spire-1.2.1/pkg/common/peertracker/uds_linux.go 00:57:47 spire-1.2.1/pkg/common/pemutil/ 00:57:47 spire-1.2.1/pkg/common/pemutil/block.go 00:57:47 spire-1.2.1/pkg/common/pemutil/certs.go 00:57:47 spire-1.2.1/pkg/common/pemutil/common.go 00:57:47 spire-1.2.1/pkg/common/pemutil/csr.go 00:57:47 spire-1.2.1/pkg/common/pemutil/keys.go 00:57:47 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 00:57:47 spire-1.2.1/pkg/common/pemutil/testdata/ 00:57:47 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 00:57:47 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 00:57:47 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 00:57:47 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 00:57:47 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 00:57:47 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 00:57:47 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 00:57:47 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 00:57:47 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres/ 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/ 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 00:57:47 spire-1.2.1/pkg/common/plugin/ 00:57:47 spire-1.2.1/pkg/common/plugin/aws/ 00:57:47 spire-1.2.1/pkg/common/plugin/aws/iid.go 00:57:47 spire-1.2.1/pkg/common/plugin/azure/ 00:57:47 spire-1.2.1/pkg/common/plugin/azure/msi.go 00:57:47 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 00:57:47 spire-1.2.1/pkg/common/plugin/facade.go 00:57:47 spire-1.2.1/pkg/common/plugin/facade_test.go 00:57:47 spire-1.2.1/pkg/common/plugin/gcp/ 00:57:47 spire-1.2.1/pkg/common/plugin/gcp/iit.go 00:57:47 spire-1.2.1/pkg/common/plugin/k8s/ 00:57:47 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 00:57:47 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 00:57:47 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 00:57:47 spire-1.2.1/pkg/common/plugin/k8s/utils.go 00:57:47 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 00:57:47 spire-1.2.1/pkg/common/plugin/log.go 00:57:47 spire-1.2.1/pkg/common/plugin/sshpop/ 00:57:47 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 00:57:47 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 00:57:47 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 00:57:47 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 00:57:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 00:57:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/ 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 00:57:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 00:57:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 00:57:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 00:57:47 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 00:57:47 spire-1.2.1/pkg/common/plugin/tpmdevid/ 00:57:47 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 00:57:47 spire-1.2.1/pkg/common/plugin/x509pop/ 00:57:47 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 00:57:47 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 00:57:47 spire-1.2.1/pkg/common/profiling/ 00:57:47 spire-1.2.1/pkg/common/profiling/dumpers.go 00:57:47 spire-1.2.1/pkg/common/profiling/profiling.go 00:57:47 spire-1.2.1/pkg/common/protoutil/ 00:57:47 spire-1.2.1/pkg/common/protoutil/masks.go 00:57:47 spire-1.2.1/pkg/common/protoutil/masks_test.go 00:57:47 spire-1.2.1/pkg/common/rotationutil/ 00:57:47 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 00:57:47 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 00:57:47 spire-1.2.1/pkg/common/selector/ 00:57:47 spire-1.2.1/pkg/common/selector/selector.go 00:57:47 spire-1.2.1/pkg/common/selector/selector_test.go 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 00:57:47 spire-1.2.1/pkg/common/selector/set.go 00:57:47 spire-1.2.1/pkg/common/selector/set_utils.go 00:57:47 spire-1.2.1/pkg/common/selector/set_utils_test.go 00:57:47 spire-1.2.1/pkg/common/telemetry/ 00:57:47 spire-1.2.1/pkg/common/telemetry/agent/ 00:57:47 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 00:57:47 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 00:57:47 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 00:57:47 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 00:57:47 spire-1.2.1/pkg/common/telemetry/agent/manager.go 00:57:47 spire-1.2.1/pkg/common/telemetry/agent/node.go 00:57:47 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 00:57:47 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 00:57:47 spire-1.2.1/pkg/common/telemetry/agent/store/ 00:57:47 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 00:57:47 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 00:57:47 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 00:57:47 spire-1.2.1/pkg/common/telemetry/blackhole.go 00:57:47 spire-1.2.1/pkg/common/telemetry/call.go 00:57:47 spire-1.2.1/pkg/common/telemetry/common/ 00:57:47 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 00:57:47 spire-1.2.1/pkg/common/telemetry/config.go 00:57:47 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 00:57:47 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 00:57:47 spire-1.2.1/pkg/common/telemetry/inmem.go 00:57:47 spire-1.2.1/pkg/common/telemetry/inmem_test.go 00:57:47 spire-1.2.1/pkg/common/telemetry/m3.go 00:57:47 spire-1.2.1/pkg/common/telemetry/m3_test.go 00:57:47 spire-1.2.1/pkg/common/telemetry/metrics.go 00:57:47 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 00:57:47 spire-1.2.1/pkg/common/telemetry/names.go 00:57:47 spire-1.2.1/pkg/common/telemetry/prometheus.go 00:57:47 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 00:57:47 spire-1.2.1/pkg/common/telemetry/sanitize.go 00:57:47 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 00:57:47 spire-1.2.1/pkg/common/telemetry/server/ 00:57:47 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 00:57:47 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 00:57:47 spire-1.2.1/pkg/common/telemetry/server/datastore/ 00:57:47 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 00:57:47 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 00:57:47 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 00:57:47 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 00:57:47 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 00:57:47 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 00:57:47 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 00:57:47 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 00:57:47 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 00:57:47 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 00:57:47 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 00:57:47 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 00:57:47 spire-1.2.1/pkg/common/telemetry/server/rotate.go 00:57:47 spire-1.2.1/pkg/common/telemetry/server/server.go 00:57:47 spire-1.2.1/pkg/common/telemetry/sink.go 00:57:47 spire-1.2.1/pkg/common/telemetry/statsd.go 00:57:47 spire-1.2.1/pkg/common/telemetry/statsd_test.go 00:57:47 spire-1.2.1/pkg/common/telemetry/uptime.go 00:57:47 spire-1.2.1/pkg/common/telemetry/version.go 00:57:47 spire-1.2.1/pkg/common/telemetry/withlabels.go 00:57:47 spire-1.2.1/pkg/common/uptime/ 00:57:47 spire-1.2.1/pkg/common/uptime/uptime.go 00:57:47 spire-1.2.1/pkg/common/uptime/uptime_test.go 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 00:57:47 spire-1.2.1/test/integration/suites/join-token/ 00:57:47 spire-1.2.1/test/integration/suites/join-token/01-start-server 00:57:47 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 00:57:47 spire-1.2.1/test/integration/suites/join-token/03-start-agent 00:57:47 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 00:57:47 spire-1.2.1/test/integration/suites/join-token/05-check-svid 00:57:47 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 00:57:47 spire-1.2.1/test/integration/suites/join-token/README.md 00:57:47 spire-1.2.1/test/integration/suites/join-token/conf/ 00:57:47 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 00:57:47 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/join-token/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/join-token/teardown 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/ 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 00:57:47 spire-1.2.1/pkg/common/util/ 00:57:47 spire-1.2.1/pkg/common/util/certs.go 00:57:47 spire-1.2.1/pkg/common/util/certs_test.go 00:57:47 spire-1.2.1/pkg/common/util/csr.go 00:57:47 spire-1.2.1/pkg/common/util/hash.go 00:57:47 spire-1.2.1/pkg/common/util/selectors.go 00:57:47 spire-1.2.1/pkg/common/util/selectors_test.go 00:57:47 spire-1.2.1/pkg/common/util/signals.go 00:57:47 spire-1.2.1/pkg/common/util/sort.go 00:57:47 spire-1.2.1/pkg/common/util/sort_test.go 00:57:47 spire-1.2.1/pkg/common/util/task.go 00:57:47 spire-1.2.1/pkg/common/util/task_test.go 00:57:47 spire-1.2.1/pkg/common/util/testdata/ 00:57:47 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 00:57:47 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 00:57:47 spire-1.2.1/pkg/common/version/ 00:57:47 spire-1.2.1/pkg/common/version/version.go 00:57:47 spire-1.2.1/pkg/common/x509svid/ 00:57:47 spire-1.2.1/pkg/common/x509svid/common_test.go 00:57:47 spire-1.2.1/pkg/common/x509svid/csr.go 00:57:47 spire-1.2.1/pkg/common/x509svid/upstreamca.go 00:57:47 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 00:57:47 spire-1.2.1/pkg/common/x509util/ 00:57:47 spire-1.2.1/pkg/common/x509util/cert.go 00:57:47 spire-1.2.1/pkg/common/x509util/dns.go 00:57:47 spire-1.2.1/pkg/common/x509util/dns_test.go 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 00:57:47 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/ 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 00:57:47 spire-1.2.1/pkg/common/x509util/keyid.go 00:57:47 spire-1.2.1/pkg/common/x509util/keypair.go 00:57:47 spire-1.2.1/pkg/common/x509util/serialnumber.go 00:57:47 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 00:57:47 spire-1.2.1/pkg/server/ 00:57:47 spire-1.2.1/pkg/server/api/ 00:57:47 spire-1.2.1/pkg/server/api/agent.go 00:57:47 spire-1.2.1/pkg/server/api/agent/ 00:57:47 spire-1.2.1/pkg/server/api/agent/v1/ 00:57:47 spire-1.2.1/pkg/server/api/agent/v1/service.go 00:57:47 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 00:57:47 spire-1.2.1/pkg/server/api/agent_test.go 00:57:47 spire-1.2.1/pkg/server/api/api.go 00:57:47 spire-1.2.1/pkg/server/api/audit/ 00:57:47 spire-1.2.1/pkg/server/api/audit/audit.go 00:57:47 spire-1.2.1/pkg/server/api/audit/audit_test.go 00:57:47 spire-1.2.1/pkg/server/api/bundle.go 00:57:47 spire-1.2.1/pkg/server/api/bundle/ 00:57:47 spire-1.2.1/pkg/server/api/bundle/v1/ 00:57:47 spire-1.2.1/pkg/server/api/bundle/v1/service.go 00:57:47 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 00:57:47 spire-1.2.1/pkg/server/api/bundle_test.go 00:57:47 spire-1.2.1/pkg/server/api/debug/ 00:57:47 spire-1.2.1/pkg/server/api/debug/v1/ 00:57:47 spire-1.2.1/pkg/server/api/debug/v1/service.go 00:57:47 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 00:57:47 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 00:57:47 spire-1.2.1/test/integration/suites/k8s/ 00:57:47 spire-1.2.1/test/integration/suites/k8s/00-setup 00:57:47 spire-1.2.1/test/integration/suites/k8s/01-apply-config 00:57:47 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 00:57:47 spire-1.2.1/test/integration/suites/k8s/README.md 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/ 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 00:57:47 spire-1.2.1/test/integration/suites/k8s/init-kubectl 00:57:47 spire-1.2.1/test/integration/suites/k8s/teardown 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 00:57:47 spire-1.2.1/pkg/server/api/entry.go 00:57:47 spire-1.2.1/pkg/server/api/entry/ 00:57:47 spire-1.2.1/pkg/server/api/entry/v1/ 00:57:47 spire-1.2.1/pkg/server/api/entry/v1/service.go 00:57:47 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 00:57:47 spire-1.2.1/pkg/server/api/entry_test.go 00:57:47 spire-1.2.1/pkg/server/api/health/ 00:57:47 spire-1.2.1/pkg/server/api/health/v1/ 00:57:47 spire-1.2.1/pkg/server/api/health/v1/service.go 00:57:47 spire-1.2.1/pkg/server/api/health/v1/service_test.go 00:57:47 spire-1.2.1/pkg/server/api/id.go 00:57:47 spire-1.2.1/pkg/server/api/id_test.go 00:57:47 spire-1.2.1/pkg/server/api/limits/ 00:57:47 spire-1.2.1/pkg/server/api/limits/limits.go 00:57:47 spire-1.2.1/pkg/server/api/middleware/ 00:57:47 spire-1.2.1/pkg/server/api/middleware/alias.go 00:57:47 spire-1.2.1/pkg/server/api/middleware/audit.go 00:57:47 spire-1.2.1/pkg/server/api/middleware/authorization.go 00:57:47 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 00:57:47 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 00:57:47 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 00:57:47 spire-1.2.1/pkg/server/api/middleware/caller.go 00:57:47 spire-1.2.1/pkg/server/api/middleware/caller_test.go 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/README.md 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 00:57:47 spire-1.2.1/pkg/server/api/middleware/common.go 00:57:47 spire-1.2.1/pkg/server/api/middleware/common_test.go 00:57:47 spire-1.2.1/pkg/server/api/middleware/entries.go 00:57:47 spire-1.2.1/pkg/server/api/middleware/entries_test.go 00:57:47 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 00:57:47 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 00:57:47 spire-1.2.1/pkg/server/api/ratelimit.go 00:57:47 spire-1.2.1/pkg/server/api/rpccontext/ 00:57:47 spire-1.2.1/pkg/server/api/rpccontext/alias.go 00:57:47 spire-1.2.1/pkg/server/api/rpccontext/audit.go 00:57:47 spire-1.2.1/pkg/server/api/rpccontext/caller.go 00:57:47 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 00:57:47 spire-1.2.1/pkg/server/api/selector.go 00:57:47 spire-1.2.1/pkg/server/api/selector_test.go 00:57:47 spire-1.2.1/pkg/server/api/status.go 00:57:47 spire-1.2.1/pkg/server/api/status_test.go 00:57:47 spire-1.2.1/pkg/server/api/svid/ 00:57:47 spire-1.2.1/pkg/server/api/svid/v1/ 00:57:47 spire-1.2.1/pkg/server/api/svid/v1/service.go 00:57:47 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 00:57:47 spire-1.2.1/pkg/server/api/trustdomain.go 00:57:47 spire-1.2.1/pkg/server/api/trustdomain/ 00:57:47 spire-1.2.1/pkg/server/api/trustdomain/v1/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/root/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/nested-rotation/teardown 00:57:47 spire-1.2.1/test/integration/suites/node-attestation/ 00:57:47 spire-1.2.1/test/integration/suites/node-attestation/00-setup 00:57:47 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 00:57:47 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 00:57:47 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 00:57:47 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 00:57:47 spire-1.2.1/test/integration/suites/node-attestation/README.md 00:57:47 spire-1.2.1/test/integration/suites/node-attestation/conf/ 00:57:47 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 00:57:47 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/node-attestation/teardown 00:57:47 spire-1.2.1/test/integration/suites/rotation/ 00:57:47 spire-1.2.1/test/integration/suites/rotation/00-setup 00:57:47 spire-1.2.1/test/integration/suites/rotation/01-start-server 00:57:47 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 00:57:47 spire-1.2.1/test/integration/suites/rotation/03-start-agent 00:57:47 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 00:57:47 spire-1.2.1/test/integration/suites/rotation/05-check-svids 00:57:47 spire-1.2.1/test/integration/suites/rotation/README.md 00:57:47 spire-1.2.1/test/integration/suites/rotation/conf/ 00:57:47 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 00:57:47 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 00:57:47 spire-1.2.1/pkg/server/api/trustdomain_test.go 00:57:47 spire-1.2.1/pkg/server/authpolicy/ 00:57:47 spire-1.2.1/pkg/server/authpolicy/defaults.go 00:57:47 spire-1.2.1/pkg/server/authpolicy/policy.go 00:57:47 spire-1.2.1/pkg/server/authpolicy/policy.rego 00:57:47 spire-1.2.1/pkg/server/authpolicy/policy_data.json 00:57:47 spire-1.2.1/pkg/server/authpolicy/policy_test.go 00:57:47 spire-1.2.1/pkg/server/authpolicy/validate.go 00:57:47 spire-1.2.1/pkg/server/bundle/ 00:57:47 spire-1.2.1/pkg/server/bundle/client/ 00:57:47 spire-1.2.1/pkg/server/bundle/client/client.go 00:57:47 spire-1.2.1/pkg/server/bundle/client/client_test.go 00:57:47 spire-1.2.1/pkg/server/bundle/client/manager.go 00:57:47 spire-1.2.1/pkg/server/bundle/client/manager_test.go 00:57:47 spire-1.2.1/pkg/server/bundle/client/sources.go 00:57:47 spire-1.2.1/pkg/server/bundle/client/sources_test.go 00:57:47 spire-1.2.1/pkg/server/bundle/client/updater.go 00:57:47 spire-1.2.1/pkg/server/bundle/client/updater_test.go 00:57:47 spire-1.2.1/pkg/server/ca/ 00:57:47 spire-1.2.1/pkg/server/ca/ca.go 00:57:47 spire-1.2.1/pkg/server/ca/ca_health.go 00:57:47 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 00:57:47 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/rotation/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/rotation/teardown 00:57:47 spire-1.2.1/test/integration/suites/self-test/ 00:57:47 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 00:57:47 spire-1.2.1/test/integration/suites/self-test/README.md 00:57:47 spire-1.2.1/test/integration/suites/self-test/teardown 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/ 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 00:57:47 spire-1.2.1/test/integration/suites/upgrade/ 00:57:47 spire-1.2.1/test/integration/suites/upgrade/00-setup 00:57:47 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 00:57:47 spire-1.2.1/pkg/server/ca/ca_test.go 00:57:47 spire-1.2.1/pkg/server/ca/journal.go 00:57:47 spire-1.2.1/pkg/server/ca/journal_test.go 00:57:47 spire-1.2.1/pkg/server/ca/manager.go 00:57:47 spire-1.2.1/pkg/server/ca/manager_health.go 00:57:47 spire-1.2.1/pkg/server/ca/manager_test.go 00:57:47 spire-1.2.1/pkg/server/ca/templates.go 00:57:47 spire-1.2.1/pkg/server/ca/upstream_client.go 00:57:47 spire-1.2.1/pkg/server/ca/upstream_client_test.go 00:57:47 spire-1.2.1/pkg/server/ca/validation.go 00:57:47 spire-1.2.1/pkg/server/cache/ 00:57:47 spire-1.2.1/pkg/server/cache/dscache/ 00:57:47 spire-1.2.1/pkg/server/cache/dscache/cache.go 00:57:47 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 00:57:47 spire-1.2.1/pkg/server/cache/entrycache/ 00:57:47 spire-1.2.1/pkg/server/cache/entrycache/cache.go 00:57:47 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 00:57:47 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 00:57:47 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 00:57:47 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 00:57:47 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 00:57:47 spire-1.2.1/pkg/server/catalog/ 00:57:47 spire-1.2.1/pkg/server/catalog/catalog.go 00:57:47 00:57:47 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 00:57:47 spire-1.2.1/test/integration/suites/upgrade/README.md 00:57:47 spire-1.2.1/test/integration/suites/upgrade/conf/ 00:57:47 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 00:57:47 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/upgrade/teardown 00:57:47 spire-1.2.1/test/integration/suites/upgrade/versions.txt 00:57:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 00:57:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 00:57:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 00:57:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 00:57:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 00:57:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.mdspire-1.2.1/pkg/server/catalog/keymanager.go 00:57:47 spire-1.2.1/pkg/server/catalog/nodeattestor.go 00:57:47 spire-1.2.1/pkg/server/catalog/noderesolver.go 00:57:47 spire-1.2.1/pkg/server/catalog/notifier.go 00:57:47 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 00:57:47 spire-1.2.1/pkg/server/config.go 00:57:47 spire-1.2.1/pkg/server/datastore/ 00:57:47 spire-1.2.1/pkg/server/datastore/datastore.go 00:57:47 spire-1.2.1/pkg/server/datastore/datastore_health.go 00:57:47 spire-1.2.1/pkg/server/datastore/repository.go 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/ 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 00:57:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 00:57:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 00:57:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 00:57:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 00:57:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 00:57:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 00:57:47 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 00:57:47 spire-1.2.1/test/integration/test-one.sh 00:57:47 spire-1.2.1/test/integration/test.sh 00:57:47 spire-1.2.1/test/plugintest/ 00:57:47 spire-1.2.1/test/plugintest/config.go 00:57:47 spire-1.2.1/test/plugintest/load.go 00:57:47 spire-1.2.1/test/plugintest/option.go 00:57:47 spire-1.2.1/test/spiretest/ 00:57:47 spire-1.2.1/test/spiretest/apiserver.go 00:57:47 spire-1.2.1/test/spiretest/assertions.go 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 00:57:47 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 00:57:47 spire-1.2.1/pkg/server/endpoints/ 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/ 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/config.go 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 00:57:47 spire-1.2.1/test/spiretest/dir.go 00:57:47 spire-1.2.1/test/spiretest/errors_posix.go 00:57:47 spire-1.2.1/test/spiretest/errors_windows.go 00:57:47 spire-1.2.1/test/spiretest/logs.go 00:57:47 spire-1.2.1/test/spiretest/socketapi.go 00:57:47 spire-1.2.1/test/spiretest/suite.go 00:57:47 spire-1.2.1/test/spiretest/x509.go 00:57:47 spire-1.2.1/test/testca/ 00:57:47 spire-1.2.1/test/testca/ca.go 00:57:47 spire-1.2.1/test/testkey/ 00:57:47 spire-1.2.1/test/testkey/generate.sh 00:57:47 spire-1.2.1/test/testkey/genkeys.go 00:57:47 spire-1.2.1/test/testkey/keys.go 00:57:47 spire-1.2.1/test/testkey/new.go 00:57:47 spire-1.2.1/test/tpmsimulator/ 00:57:47 spire-1.2.1/test/tpmsimulator/simulator.go 00:57:47 spire-1.2.1/test/util/ 00:57:47 spire-1.2.1/test/util/cert_fixtures.go 00:57:47 spire-1.2.1/test/util/cert_generation.go 00:57:47 spire-1.2.1/test/util/io_redirection.go 00:57:47 spire-1.2.1/test/util/race.go 00:57:47 spire-1.2.1/test/util/util.go 00:57:47 building spire from source... 00:57:47 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/server.go 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 00:57:47 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 00:57:47 spire-1.2.1/pkg/server/endpoints/config.go 00:57:47 spire-1.2.1/pkg/server/endpoints/endpoints.go 00:57:47 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 00:57:47 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 00:57:47 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 00:57:47 spire-1.2.1/pkg/server/endpoints/middleware.go 00:57:47 spire-1.2.1/pkg/server/endpoints/middleware_test.go 00:57:47 spire-1.2.1/pkg/server/hostservice/ 00:57:47 spire-1.2.1/pkg/server/hostservice/agentstore/ 00:57:47 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 00:57:47 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 00:57:47 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 00:57:47 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 00:57:47 spire-1.2.1/pkg/server/hostservice/identityprovider/ 00:57:47 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 00:57:47 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/ 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/ 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/base/ 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/memory/ 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/test/ 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 00:57:47 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/ 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 00:57:47 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/noderesolver/ 00:57:47 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 00:57:47 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 00:57:47 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 00:57:47 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 00:57:47 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 00:57:47 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 00:57:47 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/notifier/ 00:57:47 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 00:57:47 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 00:57:47 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 00:57:47 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 00:57:47 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 00:57:47 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 00:57:47 spire-1.2.1/pkg/server/plugin/notifier/repository.go 00:57:47 spire-1.2.1/pkg/server/plugin/notifier/v1.go 00:57:47 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 00:57:47 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 00:57:47 spire-1.2.1/pkg/server/registration/ 00:57:47 spire-1.2.1/pkg/server/registration/manager.go 00:57:47 spire-1.2.1/pkg/server/registration/manager_test.go 00:57:47 spire-1.2.1/pkg/server/scanentries.go 00:57:47 spire-1.2.1/pkg/server/scanentries_test.go 00:57:47 spire-1.2.1/pkg/server/server.go 00:57:47 spire-1.2.1/pkg/server/server_test.go 00:57:47 spire-1.2.1/pkg/server/svid/ 00:57:47 spire-1.2.1/pkg/server/svid/observer.go 00:57:47 spire-1.2.1/pkg/server/svid/observer_test.go 00:57:47 spire-1.2.1/pkg/server/svid/rotator.go 00:57:47 spire-1.2.1/pkg/server/svid/rotator_config.go 00:57:47 spire-1.2.1/pkg/server/svid/rotator_config_test.go 00:57:47 spire-1.2.1/pkg/server/svid/rotator_test.go 00:57:47 spire-1.2.1/proto/ 00:57:47 spire-1.2.1/proto/private/ 00:57:47 spire-1.2.1/proto/private/server/ 00:57:47 spire-1.2.1/proto/private/server/journal/ 00:57:47 spire-1.2.1/proto/private/server/journal/journal.pb.go 00:57:47 spire-1.2.1/proto/private/server/journal/journal.proto 00:57:47 spire-1.2.1/proto/spire/ 00:57:47 spire-1.2.1/proto/spire/common/ 00:57:47 spire-1.2.1/proto/spire/common/common.pb.go 00:57:47 spire-1.2.1/proto/spire/common/common.proto 00:57:47 spire-1.2.1/proto/spire/common/plugin/ 00:57:47 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 00:57:47 spire-1.2.1/proto/spire/common/plugin/plugin.proto 00:57:47 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 00:57:47 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 00:57:47 spire-1.2.1/proto/spire/plugin/ 00:57:47 spire-1.2.1/proto/spire/plugin/agent/ 00:57:47 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 00:57:47 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 00:57:47 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 00:57:47 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 00:57:47 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 00:57:47 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 00:57:47 spire-1.2.1/release/ 00:57:47 spire-1.2.1/release/spire-extras/ 00:57:47 spire-1.2.1/release/spire-extras/README.md 00:57:47 spire-1.2.1/release/spire-extras/conf/ 00:57:47 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 00:57:47 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 00:57:47 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 00:57:47 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 00:57:47 spire-1.2.1/release/spire/ 00:57:47 spire-1.2.1/release/spire/README.md 00:57:47 spire-1.2.1/release/spire/conf/ 00:57:47 spire-1.2.1/release/spire/conf/agent/ 00:57:47 spire-1.2.1/release/spire/conf/agent/agent.conf 00:57:47 spire-1.2.1/release/spire/conf/server/ 00:57:47 spire-1.2.1/release/spire/conf/server/server.conf 00:57:47 spire-1.2.1/script/ 00:57:47 spire-1.2.1/script/build-artifact.sh 00:57:47 spire-1.2.1/script/generate_dummy_ca.sh 00:57:47 spire-1.2.1/support/ 00:57:47 spire-1.2.1/support/k8s/ 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/ 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 00:57:47 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 00:57:47 spire-1.2.1/support/oidc-discovery-provider/ 00:57:47 spire-1.2.1/support/oidc-discovery-provider/README.md 00:57:47 spire-1.2.1/support/oidc-discovery-provider/common_test.go 00:57:47 spire-1.2.1/support/oidc-discovery-provider/config.go 00:57:47 spire-1.2.1/support/oidc-discovery-provider/config_test.go 00:57:47 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 00:57:47 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 00:57:47 spire-1.2.1/support/oidc-discovery-provider/handler.go 00:57:47 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 00:57:47 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 00:57:47 spire-1.2.1/support/oidc-discovery-provider/main.go 00:57:47 spire-1.2.1/support/oidc-discovery-provider/server_api.go 00:57:47 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 00:57:47 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 00:57:47 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 00:57:47 spire-1.2.1/test/ 00:57:47 spire-1.2.1/test/clock/ 00:57:47 spire-1.2.1/test/clock/clock.go 00:57:47 spire-1.2.1/test/fakes/ 00:57:47 spire-1.2.1/test/fakes/fakeagentcatalog/ 00:57:47 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 00:57:47 spire-1.2.1/test/fakes/fakeagentkeymanager/ 00:57:47 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 00:57:47 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 00:57:47 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 00:57:47 spire-1.2.1/test/fakes/fakeagentstore/ 00:57:47 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 00:57:47 spire-1.2.1/test/fakes/fakedatastore/ 00:57:47 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 00:57:47 spire-1.2.1/test/fakes/fakeentryclient/ 00:57:47 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 00:57:47 spire-1.2.1/test/fakes/fakehealthchecker/ 00:57:47 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 00:57:47 spire-1.2.1/test/fakes/fakeidentityprovider/ 00:57:47 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 00:57:47 spire-1.2.1/test/fakes/fakemetrics/ 00:57:47 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 00:57:47 spire-1.2.1/test/fakes/fakenoderesolver/ 00:57:47 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 00:57:47 spire-1.2.1/test/fakes/fakenotifier/ 00:57:47 spire-1.2.1/test/fakes/fakenotifier/notifier.go 00:57:47 spire-1.2.1/test/fakes/fakepluginmetrics/ 00:57:47 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 00:57:47 spire-1.2.1/test/fakes/fakeserverca/ 00:57:47 spire-1.2.1/test/fakes/fakeserverca/serverca.go 00:57:47 spire-1.2.1/test/fakes/fakeservercatalog/ 00:57:47 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 00:57:47 spire-1.2.1/test/fakes/fakeserverkeymanager/ 00:57:47 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 00:57:47 spire-1.2.1/test/fakes/fakeservernodeattestor/ 00:57:47 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 00:57:47 spire-1.2.1/test/fakes/fakeupstreamauthority/ 00:57:47 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 00:57:47 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 00:57:47 spire-1.2.1/test/fakes/fakeworkloadapi/ 00:57:47 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 00:57:47 spire-1.2.1/test/fakes/fakeworkloadattestor/ 00:57:47 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 00:57:47 spire-1.2.1/test/fixture/ 00:57:47 spire-1.2.1/test/fixture/certs/ 00:57:47 spire-1.2.1/test/fixture/certs/agent_svid.der 00:57:47 spire-1.2.1/test/fixture/certs/base_cert.pem 00:57:47 spire-1.2.1/test/fixture/certs/base_csr.pem 00:57:47 spire-1.2.1/test/fixture/certs/base_key.pem 00:57:47 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 00:57:47 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 00:57:47 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 00:57:47 spire-1.2.1/test/fixture/certs/blog_cert.pem 00:57:47 spire-1.2.1/test/fixture/certs/blog_csr.pem 00:57:47 spire-1.2.1/test/fixture/certs/blog_key.pem 00:57:47 spire-1.2.1/test/fixture/certs/bundle.der 00:57:47 spire-1.2.1/test/fixture/certs/ca.pem 00:57:47 spire-1.2.1/test/fixture/certs/ca_key.pem 00:57:47 spire-1.2.1/test/fixture/certs/database_cert.pem 00:57:47 spire-1.2.1/test/fixture/certs/database_csr.pem 00:57:47 spire-1.2.1/test/fixture/certs/database_key.pem 00:57:47 spire-1.2.1/test/fixture/certs/node_cert.pem 00:57:47 spire-1.2.1/test/fixture/certs/node_csr.pem 00:57:47 spire-1.2.1/test/fixture/certs/node_key.pem 00:57:47 spire-1.2.1/test/fixture/certs/svid.pem 00:57:47 spire-1.2.1/test/fixture/certs/svid_key.pem 00:57:47 spire-1.2.1/test/fixture/config/ 00:57:47 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 00:57:47 spire-1.2.1/test/fixture/config/agent_good.conf 00:57:47 spire-1.2.1/test/fixture/config/agent_good_templated.conf 00:57:47 spire-1.2.1/test/fixture/config/plugin_good.conf 00:57:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 00:57:47 spire-1.2.1/test/fixture/config/server_good.conf 00:57:47 spire-1.2.1/test/fixture/config/server_good_templated.conf 00:57:47 spire-1.2.1/test/fixture/fixture.go 00:57:47 spire-1.2.1/test/fixture/nodeattestor/ 00:57:47 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 00:57:47 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 00:57:47 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 00:57:47 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 00:57:47 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 00:57:47 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 00:57:47 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 00:57:47 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 00:57:47 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 00:57:47 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 00:57:47 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 00:57:47 spire-1.2.1/test/fixture/registration/ 00:57:47 spire-1.2.1/test/fixture/registration/entries.json 00:57:47 spire-1.2.1/test/fixture/registration/good-for-update.json 00:57:47 spire-1.2.1/test/fixture/registration/good.json 00:57:47 spire-1.2.1/test/fixture/registration/invalid.json 00:57:47 spire-1.2.1/test/fixture/registration/invalid_json.json 00:57:47 spire-1.2.1/test/fixture/registration/manager_test_entries.json 00:57:47 spire-1.2.1/test/integration/ 00:57:47 spire-1.2.1/test/integration/README.md 00:57:47 spire-1.2.1/test/integration/common 00:57:47 spire-1.2.1/test/integration/setup/ 00:57:47 spire-1.2.1/test/integration/setup/adminclient/ 00:57:47 spire-1.2.1/test/integration/setup/adminclient/build.sh 00:57:47 spire-1.2.1/test/integration/setup/adminclient/client.go 00:57:47 spire-1.2.1/test/integration/setup/debugagent/ 00:57:47 spire-1.2.1/test/integration/setup/debugagent/build.sh 00:57:47 spire-1.2.1/test/integration/setup/debugagent/main.go 00:57:47 spire-1.2.1/test/integration/setup/debugserver/ 00:57:47 spire-1.2.1/test/integration/setup/debugserver/build.sh 00:57:47 spire-1.2.1/test/integration/setup/debugserver/main.go 00:57:47 spire-1.2.1/test/integration/setup/downstreamclient/ 00:57:47 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 00:57:47 spire-1.2.1/test/integration/setup/downstreamclient/client.go 00:57:47 spire-1.2.1/test/integration/setup/itclient/ 00:57:47 spire-1.2.1/test/integration/setup/itclient/client.go 00:57:47 spire-1.2.1/test/integration/setup/node-attestation/ 00:57:47 spire-1.2.1/test/integration/setup/node-attestation/build.sh 00:57:47 spire-1.2.1/test/integration/setup/node-attestation/client.go 00:57:47 spire-1.2.1/test/integration/setup/x509pop/ 00:57:47 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 00:57:47 spire-1.2.1/test/integration/setup/x509pop/setup.sh 00:57:47 spire-1.2.1/test/integration/suites/ 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/ 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql/ 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres/ 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/ 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/ 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 00:57:47 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 00:57:47 spire-1.2.1/test/integration/suites/join-token/ 00:57:47 spire-1.2.1/test/integration/suites/join-token/01-start-server 00:57:48 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 00:57:48 spire-1.2.1/test/integration/suites/join-token/03-start-agent 00:57:48 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 00:57:48 spire-1.2.1/test/integration/suites/join-token/05-check-svid 00:57:48 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 00:57:48 spire-1.2.1/test/integration/suites/join-token/README.md 00:57:48 spire-1.2.1/test/integration/suites/join-token/conf/ 00:57:48 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 00:57:48 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 00:57:48 spire-1.2.1/test/integration/suites/join-token/conf/server/ 00:57:48 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 00:57:48 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 00:57:48 spire-1.2.1/test/integration/suites/join-token/teardown 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/ 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 00:57:48 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/ 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 00:57:48 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 00:57:48 spire-1.2.1/test/integration/suites/k8s/ 00:57:48 spire-1.2.1/test/integration/suites/k8s/00-setup 00:57:48 spire-1.2.1/test/integration/suites/k8s/01-apply-config 00:57:48 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 00:57:48 spire-1.2.1/test/integration/suites/k8s/README.md 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/ 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/server/ 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 00:57:48 spire-1.2.1/test/integration/suites/k8s/init-kubectl 00:57:48 spire-1.2.1/test/integration/suites/k8s/teardown 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/README.md 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/root/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 00:57:48 spire-1.2.1/test/integration/suites/nested-rotation/teardown 00:57:48 spire-1.2.1/test/integration/suites/node-attestation/ 00:57:48 spire-1.2.1/test/integration/suites/node-attestation/00-setup 00:57:48 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 00:57:48 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 00:57:48 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 00:57:48 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 00:57:48 spire-1.2.1/test/integration/suites/node-attestation/README.md 00:57:48 spire-1.2.1/test/integration/suites/node-attestation/conf/ 00:57:48 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 00:57:48 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 00:57:48 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 00:57:48 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 00:57:48 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 00:57:48 spire-1.2.1/test/integration/suites/node-attestation/teardown 00:57:48 spire-1.2.1/test/integration/suites/rotation/ 00:57:48 spire-1.2.1/test/integration/suites/rotation/00-setup 00:57:48 spire-1.2.1/test/integration/suites/rotation/01-start-server 00:57:48 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 00:57:48 spire-1.2.1/test/integration/suites/rotation/03-start-agent 00:57:48 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 00:57:48 spire-1.2.1/test/integration/suites/rotation/05-check-svids 00:57:48 spire-1.2.1/test/integration/suites/rotation/README.md 00:57:48 spire-1.2.1/test/integration/suites/rotation/conf/ 00:57:48 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 00:57:48 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 00:57:48 spire-1.2.1/test/integration/suites/rotation/conf/server/ 00:57:48 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 00:57:48 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 00:57:48 spire-1.2.1/test/integration/suites/rotation/teardown 00:57:48 spire-1.2.1/test/integration/suites/self-test/ 00:57:48 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 00:57:48 spire-1.2.1/test/integration/suites/self-test/README.md 00:57:48 spire-1.2.1/test/integration/suites/self-test/teardown 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/ 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 00:57:48 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 00:57:48 spire-1.2.1/test/integration/suites/upgrade/ 00:57:48 spire-1.2.1/test/integration/suites/upgrade/00-setup 00:57:48 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 00:57:48 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 00:57:48 spire-1.2.1/test/integration/suites/upgrade/README.md 00:57:48 spire-1.2.1/test/integration/suites/upgrade/conf/ 00:57:48 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 00:57:48 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 00:57:48 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 00:57:48 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 00:57:48 spire-1.2.1/test/integration/suites/upgrade/teardown 00:57:48 spire-1.2.1/test/integration/suites/upgrade/versions.txt 00:57:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 00:57:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 00:57:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 00:57:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 00:57:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 00:57:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 00:57:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 00:57:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 00:57:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 00:57:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 00:57:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 00:57:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 00:57:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 00:57:48 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 00:57:48 spire-1.2.1/test/integration/test-one.sh 00:57:48 spire-1.2.1/test/integration/test.sh 00:57:48 spire-1.2.1/test/plugintest/ 00:57:48 spire-1.2.1/test/plugintest/config.go 00:57:48 spire-1.2.1/test/plugintest/load.go 00:57:48 spire-1.2.1/test/plugintest/option.go 00:57:48 spire-1.2.1/test/spiretest/ 00:57:48 spire-1.2.1/test/spiretest/apiserver.go 00:57:48 spire-1.2.1/test/spiretest/assertions.go 00:57:48 spire-1.2.1/test/spiretest/dir.go 00:57:48 spire-1.2.1/test/spiretest/errors_posix.go 00:57:48 spire-1.2.1/test/spiretest/errors_windows.go 00:57:48 spire-1.2.1/test/spiretest/logs.go 00:57:48 spire-1.2.1/test/spiretest/socketapi.go 00:57:48 spire-1.2.1/test/spiretest/suite.go 00:57:48 spire-1.2.1/test/spiretest/x509.go 00:57:48 spire-1.2.1/test/testca/ 00:57:48 spire-1.2.1/test/testca/ca.go 00:57:48 spire-1.2.1/test/testkey/ 00:57:48 spire-1.2.1/test/testkey/generate.sh 00:57:48 spire-1.2.1/test/testkey/genkeys.go 00:57:48 spire-1.2.1/test/testkey/keys.go 00:57:48 spire-1.2.1/test/testkey/new.go 00:57:48 spire-1.2.1/test/tpmsimulator/ 00:57:48 spire-1.2.1/test/tpmsimulator/simulator.go 00:57:48 spire-1.2.1/test/util/ 00:57:48 spire-1.2.1/test/util/cert_fixtures.go 00:57:48 spire-1.2.1/test/util/cert_generation.go 00:57:48 spire-1.2.1/test/util/io_redirection.go 00:57:48 spire-1.2.1/test/util/race.go 00:57:48 spire-1.2.1/test/util/util.go 00:57:48 building spire from source... 00:57:48 Installing go1.17.7... 00:57:48 Installing go1.17.7... 00:57:58  Building security-spire-server ... done Building bin/spire-agent... 00:57:58 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 00:57:58 go: downloading cloud.google.com/go/secretmanager v1.3.0 00:57:58 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 00:57:58 go: downloading github.com/docker/docker v20.10.12+incompatible 00:57:58 go: downloading github.com/google/go-tpm-tools v0.3.3 00:57:58 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 00:57:58 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 00:57:58 go: downloading github.com/docker/go-units v0.4.0 00:57:58 go: downloading github.com/docker/go-connections v0.4.0 00:57:58 go: downloading github.com/opencontainers/image-spec v1.0.1 00:57:58 go: downloading github.com/containerd/containerd v1.3.4 00:57:58 go: downloading github.com/docker/distribution v2.7.1+incompatible 00:57:58 go: downloading github.com/opencontainers/go-digest v1.0.0 00:57:59 Building bin/spire-agent... 00:57:59 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 00:58:00 go: downloading cloud.google.com/go/secretmanager v1.3.0 00:58:00 go: downloading github.com/docker/docker v20.10.12+incompatible 00:58:00 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 00:58:00 go: downloading github.com/google/go-tpm-tools v0.3.3 00:58:00 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 00:58:00 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 00:58:01 go: downloading github.com/docker/go-connections v0.4.0 00:58:01 go: downloading github.com/docker/go-units v0.4.0 00:58:01 go: downloading github.com/opencontainers/image-spec v1.0.1 00:58:01 go: downloading github.com/containerd/containerd v1.3.4 00:58:01 go: downloading github.com/docker/distribution v2.7.1+incompatible 00:58:01 go: downloading github.com/opencontainers/go-digest v1.0.0 00:58:15 Building bin/spire-server... 00:58:15 go: downloading github.com/mitchellh/cli v1.1.2 00:58:15 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 00:58:15 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 00:58:15 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 00:58:15 Building bin/spire-server... 00:58:15 go: downloading github.com/mitchellh/cli v1.1.2 00:58:15 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 00:58:15 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 00:58:15 go: downloading google.golang.org/grpc v1.44.0 00:58:15 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 00:58:15 go: downloading google.golang.org/grpc v1.44.0 00:58:15 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 00:58:16 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 00:58:16 go: downloading github.com/imdario/mergo v0.3.12 00:58:16 go: downloading github.com/sirupsen/logrus v1.8.1 00:58:16 go: downloading github.com/hashicorp/go-hclog v1.1.0 00:58:17 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 00:58:17 go: downloading github.com/fatih/color v1.13.0 00:58:17 go: downloading github.com/mattn/go-isatty v0.0.14 00:58:17 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 00:58:17 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 00:58:17 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 00:58:17 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 00:58:17 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 00:58:17 go: downloading github.com/InVisionApp/go-logger v1.0.1 00:58:17 go: downloading github.com/hashicorp/go-plugin v1.4.3 00:58:17 go: downloading github.com/imdario/mergo v0.3.12 00:58:17 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 00:58:18 go: downloading github.com/sirupsen/logrus v1.8.1 00:58:18 go: downloading github.com/hashicorp/go-hclog v1.1.0 00:58:19 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 00:58:19 go: downloading github.com/mattn/go-isatty v0.0.14 00:58:19 go: downloading github.com/fatih/color v1.13.0 00:58:19 go: downloading github.com/armon/go-metrics v0.3.10 00:58:19 go: downloading github.com/prometheus/client_golang v1.12.1 00:58:19 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 00:58:19 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 00:58:19 go: downloading github.com/uber-go/tally/v4 v4.1.1 00:58:19 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 00:58:19 go: downloading github.com/InVisionApp/go-logger v1.0.1 00:58:19 go: downloading github.com/hashicorp/go-plugin v1.4.3 00:58:19 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 00:58:19 go: downloading github.com/open-policy-agent/opa v0.38.0 00:58:21 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 00:58:21 go: downloading github.com/open-policy-agent/opa v0.38.0 00:58:43 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 00:58:43 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 00:58:43 go: downloading github.com/mattn/go-colorable v0.1.12 00:58:43 go: downloading github.com/Masterminds/goutils v1.1.0 00:58:43 go: downloading github.com/Masterminds/semver v1.5.0 00:58:43 go: downloading github.com/google/uuid v1.1.2 00:58:43 go: downloading github.com/huandu/xstrings v1.3.2 00:58:43 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 00:58:43 go: downloading github.com/oklog/run v1.0.0 00:58:43 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 00:58:43 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 00:58:43 go: downloading github.com/prometheus/client_model v0.2.0 00:58:43 go: downloading github.com/prometheus/common v0.32.1 00:58:43 go: downloading github.com/beorn7/perks v1.0.1 00:58:43 go: downloading github.com/cespare/xxhash/v2 v2.1.2 00:58:43 go: downloading github.com/prometheus/procfs v0.7.3 00:58:43 go: downloading go.uber.org/atomic v1.9.0 00:58:44 go: downloading github.com/imkira/go-observer v1.0.3 00:58:44 go: downloading github.com/hashicorp/errwrap v1.1.0 00:58:45 go: downloading github.com/mitchellh/reflectwalk v1.0.1 00:58:45 go: downloading github.com/hashicorp/golang-lru v0.5.4 00:58:45 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 00:58:45 go: downloading github.com/armon/go-metrics v0.3.10 00:58:45 go: downloading github.com/prometheus/client_golang v1.12.1 00:58:45 go: downloading github.com/twmb/murmur3 v1.1.6 00:58:45 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:58:45 go: downloading github.com/uber-go/tally/v4 v4.1.1 00:58:45 go: downloading gopkg.in/yaml.v2 v2.4.0 00:58:45 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 00:58:45 go: downloading github.com/blang/semver/v4 v4.0.0 00:58:45 go: downloading github.com/go-sql-driver/mysql v1.6.0 00:58:45 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 00:58:46 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 00:58:46 go: downloading github.com/jinzhu/gorm v1.9.16 00:58:46 go: downloading github.com/mattn/go-colorable v0.1.12 00:58:46 go: downloading github.com/Masterminds/goutils v1.1.0 00:58:46 go: downloading github.com/Masterminds/semver v1.5.0 00:58:46 go: downloading github.com/google/uuid v1.1.2 00:58:46 go: downloading github.com/lib/pq v1.10.4 00:58:46 go: downloading github.com/mattn/go-sqlite3 v1.14.12 00:58:46 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 00:58:47 go: downloading github.com/huandu/xstrings v1.3.2 00:58:47 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 00:58:47 go: downloading github.com/oklog/run v1.0.0 00:58:47 go: downloading github.com/imkira/go-observer v1.0.3 00:58:47 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 00:58:47 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 00:58:47 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 00:58:48 go: downloading github.com/prometheus/client_model v0.2.0 00:58:48 go: downloading github.com/prometheus/common v0.32.1 00:58:48 go: downloading github.com/beorn7/perks v1.0.1 00:58:48 go: downloading github.com/cespare/xxhash/v2 v2.1.2 00:58:48 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 00:58:48 go: downloading github.com/prometheus/procfs v0.7.3 00:58:49 go: downloading go.uber.org/atomic v1.9.0 00:58:49 go: downloading github.com/hashicorp/errwrap v1.1.0 00:58:49 go: downloading github.com/mitchellh/reflectwalk v1.0.1 00:58:50 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 00:58:50 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 00:58:50 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 00:58:50 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 00:58:52 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 00:58:55 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 00:58:55 go: downloading github.com/stretchr/testify v1.7.0 00:58:55 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 00:58:55 go: downloading github.com/aws/aws-sdk-go v1.43.0 00:58:57 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 00:58:57 Removing intermediate container a3c250bfd585 00:58:57 ---> 012b0e923545 00:58:57 00:58:57 Step 13/26 : FROM alpine:3.15 00:58:57 ---> 0ac33e5f5afa 00:58:57 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:58:57 ---> Using cache 00:58:57 ---> 87b8d48873ba 00:58:57 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:58:57 ---> Using cache 00:58:57 ---> 3079f6e44df9 00:58:57 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 00:58:57 Removing intermediate container 7258b9fb2c8f 00:58:57 ---> e1a6937ec2ca 00:58:57 00:58:57 Step 13/26 : FROM alpine:3.15 00:58:57 ---> 0ac33e5f5afa 00:58:57 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 00:58:57 ---> Using cache 00:58:57 ---> 87b8d48873ba 00:58:57 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:58:57 ---> Using cache 00:58:57 ---> 3079f6e44df9 00:58:57 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:58:57 ---> Using cache 00:58:57 ---> 578bb1f45442 00:58:57 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 00:58:57 ---> Running in aa03d5dd4709 00:58:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:58:57 ---> 0bd6c6a2e8fc 00:58:57 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 00:58:57 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 00:58:57 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 00:58:57 go: downloading github.com/blang/semver/v4 v4.0.0 00:58:57 go: downloading github.com/go-sql-driver/mysql v1.6.0 00:58:57 go: downloading github.com/jinzhu/gorm v1.9.16 00:58:57 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:58:58 go: downloading github.com/mattn/go-sqlite3 v1.14.12 00:58:58 go: downloading github.com/lib/pq v1.10.4 00:58:58 go: downloading github.com/stretchr/testify v1.7.0 00:58:58 v3.15.4-124-ga85ef407d0 [https://nl.alpinelinux.org/alpine/v3.15/main] 00:58:58 v3.15.4-129-gc4c38cd934 [https://nl.alpinelinux.org/alpine/v3.15/community] 00:58:58 OK: 15857 distinct packages available 00:58:58 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:58:58 ---> 74ae5884aaa6 00:58:58 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:58:58 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 00:58:58 ---> 0e8d3ad1eb48 00:58:58 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:58:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:58:58 ---> 790d4abf66f0 00:58:58 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 00:58:58 go: downloading github.com/aws/aws-sdk-go v1.43.0 00:58:59 ---> ab14e8949e15 00:58:59 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:58:59 ---> Running in 85928768498e 00:58:59 Removing intermediate container 85928768498e 00:58:59 ---> 3d14756533b3 00:58:59 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:58:59 ---> Running in 95a1f6cf7b09 00:58:59 (1/4) Installing dumb-init (1.2.5-r1) 00:58:59 Removing intermediate container 95a1f6cf7b09 00:58:59 ---> 172ec61f7f2c 00:58:59 Step 24/26 : LABEL arch=x86_64 00:58:59 ---> Running in df3982cc7756 00:58:59 (2/4) Installing musl-obstack (1.2.3-r0) 00:58:59 Removing intermediate container df3982cc7756 00:58:59 ---> f61210bd4ecb 00:58:59 Step 25/26 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:58:59 (3/4) Installing libucontext (1.1-r0) 00:58:59 ---> Running in eb81046d3526 00:58:59 (4/4) Installing gcompat (1.0.0-r4) 00:58:59 Removing intermediate container eb81046d3526 00:58:59 ---> 7d5a3e4ffb7e 00:58:59 Step 26/26 : LABEL version=2.2.1-dev.2 00:58:59 ---> Running in 1b3e907cfca4 00:58:59 Executing busybox-1.34.1-r5.trigger 00:58:59 OK: 6 MiB in 18 packages 00:58:59 Removing intermediate container 1b3e907cfca4 00:58:59 ---> 2a92f0e16129 00:58:59 00:58:59 Successfully built 2a92f0e16129 00:58:59 Successfully tagged security-spire-agent:latest 00:58:59  Building security-spire-agent ... done Removing intermediate container aa03d5dd4709 00:58:59 ---> 47a10c06b356 00:58:59 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 00:59:01 ---> 9e69f11f431c 00:59:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:59:01 ---> 1f65110eacfd 00:59:01 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 00:59:01 ---> Running in 6c02586c052f 00:59:01 Removing intermediate container 6c02586c052f 00:59:01 ---> a369a5fe4768 00:59:01 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:59:01 ---> dc878d15ea56 00:59:01 Step 21/26 : WORKDIR / 00:59:01 ---> Running in a3b82aebb1fb 00:59:02 Removing intermediate container a3b82aebb1fb 00:59:02 ---> 6f1023ff229c 00:59:02 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 00:59:02 ---> Running in 6a5d2c350bdf 00:59:02 Removing intermediate container 6a5d2c350bdf 00:59:02 ---> 1815e3e87790 00:59:02 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 00:59:02 ---> Running in ccde9865cb19 00:59:02 Removing intermediate container ccde9865cb19 00:59:02 ---> c90c7a0434bd 00:59:02 Step 24/26 : LABEL arch=x86_64 00:59:02 ---> Running in 9bae283dc6a0 00:59:02 Removing intermediate container 9bae283dc6a0 00:59:02 ---> 9c1a2b09c410 00:59:02 Step 25/26 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:02 ---> Running in eb5903bd81b7 00:59:02 Removing intermediate container eb5903bd81b7 00:59:02 ---> d723d205651c 00:59:02 Step 26/26 : LABEL version=2.2.1-dev.2 00:59:02 ---> Running in 1c975451c070 00:59:02 Removing intermediate container 1c975451c070 00:59:02 ---> 3dbabfb44c63 00:59:02 00:59:02 Successfully built 3dbabfb44c63 00:59:02 Successfully tagged security-spire-config:latest 00:59:02  Building security-spire-config ... done  [Pipeline] } 00:59:02 $ docker stop --time=1 e79b05a002810e2913f352b1f4c0bee94db5c21cb38fb7feae37a2ae97bba7f3 00:59:04 $ docker rm -f e79b05a002810e2913f352b1f4c0bee94db5c21cb38fb7feae37a2ae97bba7f3 [Pipeline] // withDockerContainer [Pipeline] sh 00:59:04 + docker images 00:59:04 REPOSITORY TAG IMAGE ID CREATED SIZE 00:59:04 security-spire-config latest 3dbabfb44c63 2 seconds ago 86.7MB 00:59:04 security-spire-agent latest 2a92f0e16129 5 seconds ago 127MB 00:59:04 e1a6937ec2ca 13 seconds ago 4.43GB 00:59:04 012b0e923545 19 seconds ago 4.43GB 00:59:04 security-spire-server latest 56c115c4cab2 About a minute ago 87.3MB 00:59:04 d8bf0aab8851 2 minutes ago 4.43GB 00:59:04 sys-mgmt-agent latest 5076c1004605 2 minutes ago 299MB 00:59:04 core-data latest d29a7cd56103 2 minutes ago 22.5MB 00:59:04 3721a208d345 3 minutes ago 1.52GB 00:59:04 8551a92bb4aa 3 minutes ago 1.49GB 00:59:04 support-notifications latest a46faee45d2a 4 minutes ago 26.9MB 00:59:04 security-bootstrapper latest 98be43ce1ca4 4 minutes ago 19.1MB 00:59:04 security-secretstore-setup latest 3d66d35b9ffa 4 minutes ago 28.5MB 00:59:04 6dec8e34526f 4 minutes ago 1.55GB 00:59:04 security-proxy-setup latest 7f068443b912 4 minutes ago 26.9MB 00:59:04 4844d8ed31cb 4 minutes ago 1.5GB 00:59:04 894e3beb8c28 4 minutes ago 1.5GB 00:59:04 336de999af56 4 minutes ago 1.5GB 00:59:04 security-spiffe-token-provider latest c0a799b3d3a7 5 minutes ago 28.8MB 00:59:04 core-command latest 4058248089b9 5 minutes ago 16.1MB 00:59:04 core-metadata latest 571528d873ec 5 minutes ago 17MB 00:59:04 support-scheduler latest c4daff229d6a 5 minutes ago 26.3MB 00:59:04 7021a038a215 5 minutes ago 1.55GB 00:59:04 b244bba57f14 5 minutes ago 1.54GB 00:59:04 2ffb8cd25c80 5 minutes ago 1.49GB 00:59:04 54095d8728bb 5 minutes ago 1.5GB 00:59:04 ci-base-image-x86_64 latest 2b5bd8fd47e7 9 minutes ago 895MB 00:59:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine f018257e8ee9 2 weeks ago 562MB 00:59:04 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver latest a97f223af7a3 3 weeks ago 254MB 00:59:04 docker 20.10.14 7417809fdb73 5 weeks ago 218MB 00:59:04 alpine 3.14 e04c818066af 5 weeks ago 5.59MB 00:59:04 alpine 3.15 0ac33e5f5afa 5 weeks ago 5.57MB 00:59:04 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) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:59:04 provisioning config files... 00:59:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/229@tmp/config7449299816654455024tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:59:05 ---> docker-login.sh 00:59:05 nexus3.edgexfoundry.org:10001 00:59:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:59:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:59:05 Configure a credential helper to remove this warning. See 00:59:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:59:05 00:59:05 Login Succeeded 00:59:05 nexus3.edgexfoundry.org:10002 00:59:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:59:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:59:05 Configure a credential helper to remove this warning. See 00:59:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:59:05 00:59:05 Login Succeeded 00:59:05 nexus3.edgexfoundry.org:10003 00:59:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:59:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:59:05 Configure a credential helper to remove this warning. See 00:59:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:59:05 00:59:05 Login Succeeded 00:59:05 nexus3.edgexfoundry.org:10004 00:59:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:59:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:59:05 Configure a credential helper to remove this warning. See 00:59:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:59:05 00:59:05 Login Succeeded 00:59:05 docker.io 00:59:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:59:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:59:05 Configure a credential helper to remove this warning. See 00:59:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:59:05 00:59:05 Login Succeeded 00:59:05 ---> docker-login.sh ends [Pipeline] } 00:59:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:59:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:59:05 [edgeXDocker.push] Tagging docker image core-command with the following tags: 00:59:05 f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:05 latest 00:59:05 2.2.1-dev.2 00:59:05 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:05 main 00:59:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:59:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 00:59:06 + docker push nexus3.edgexfoundry.org:10004/core-command:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:59:06 d15f260545de: Preparing 00:59:06 c6fdbcebfcf1: Preparing 00:59:06 e9774bdf2ff8: Preparing 00:59:06 1ed74af92598: Preparing 00:59:06 b541d28bf3b4: Preparing 00:59:06 b541d28bf3b4: Layer already exists 00:59:06 1ed74af92598: Pushed 00:59:06 d15f260545de: Pushed 00:59:06 e9774bdf2ff8: Pushed 00:59:07 c6fdbcebfcf1: Pushed 00:59:07 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:959942a4d1ed6ccf8097e1abc566077ff3ff1981004e90f211d2722850b4fcc7 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:59:08 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] isUnix [Pipeline] sh 00:59:08 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 00:59:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:59:08 d15f260545de: Preparing 00:59:08 c6fdbcebfcf1: Preparing 00:59:08 e9774bdf2ff8: Preparing 00:59:08 1ed74af92598: Preparing 00:59:08 b541d28bf3b4: Preparing 00:59:08 1ed74af92598: Layer already exists 00:59:08 c6fdbcebfcf1: Layer already exists 00:59:08 e9774bdf2ff8: Layer already exists 00:59:08 b541d28bf3b4: Layer already exists 00:59:08 d15f260545de: Layer already exists 00:59:08 latest: digest: sha256:959942a4d1ed6ccf8097e1abc566077ff3ff1981004e90f211d2722850b4fcc7 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:59:08 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:09 + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.2 00:59:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:59:09 d15f260545de: Preparing 00:59:09 c6fdbcebfcf1: Preparing 00:59:09 e9774bdf2ff8: Preparing 00:59:09 1ed74af92598: Preparing 00:59:09 b541d28bf3b4: Preparing 00:59:09 e9774bdf2ff8: Layer already exists 00:59:09 1ed74af92598: Layer already exists 00:59:09 d15f260545de: Layer already exists 00:59:09 b541d28bf3b4: Layer already exists 00:59:09 c6fdbcebfcf1: Layer already exists 00:59:09 2.2.1-dev.2: digest: sha256:959942a4d1ed6ccf8097e1abc566077ff3ff1981004e90f211d2722850b4fcc7 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:59:09 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:09 + docker push nexus3.edgexfoundry.org:10004/core-command:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:59:09 d15f260545de: Preparing 00:59:09 c6fdbcebfcf1: Preparing 00:59:09 e9774bdf2ff8: Preparing 00:59:09 1ed74af92598: Preparing 00:59:09 b541d28bf3b4: Preparing 00:59:09 e9774bdf2ff8: Layer already exists 00:59:09 1ed74af92598: Layer already exists 00:59:09 d15f260545de: Layer already exists 00:59:09 b541d28bf3b4: Layer already exists 00:59:09 c6fdbcebfcf1: Layer already exists 00:59:09 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:959942a4d1ed6ccf8097e1abc566077ff3ff1981004e90f211d2722850b4fcc7 size: 1363 [Pipeline] isUnix [Pipeline] sh 00:59:09 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] isUnix [Pipeline] sh 00:59:10 + docker push nexus3.edgexfoundry.org:10004/core-command:main 00:59:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:59:10 d15f260545de: Preparing 00:59:10 c6fdbcebfcf1: Preparing 00:59:10 e9774bdf2ff8: Preparing 00:59:10 1ed74af92598: Preparing 00:59:10 b541d28bf3b4: Preparing 00:59:10 e9774bdf2ff8: Layer already exists 00:59:10 c6fdbcebfcf1: Layer already exists 00:59:10 d15f260545de: Layer already exists 00:59:10 b541d28bf3b4: Layer already exists 00:59:10 1ed74af92598: Layer already exists 00:59:10 main: digest: sha256:959942a4d1ed6ccf8097e1abc566077ff3ff1981004e90f211d2722850b4fcc7 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:59:10 ===================================================== [Pipeline] echo 00:59:10 taggedImages: 00:59:10 - nexus3.edgexfoundry.org:10004/core-command:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:10 - nexus3.edgexfoundry.org:10004/core-command:latest 00:59:10 - nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.2 00:59:10 - nexus3.edgexfoundry.org:10004/core-command:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:10 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 00:59:10 [edgeXDocker.push] Tagging docker image core-data with the following tags: 00:59:10 f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:10 latest 00:59:10 2.2.1-dev.2 00:59:10 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:10 main 00:59:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:59:10 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 00:59:10 + docker push nexus3.edgexfoundry.org:10004/core-data:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:59:10 f1f165d4adf5: Preparing 00:59:10 b3579d7065cb: Preparing 00:59:10 e9774bdf2ff8: Preparing 00:59:10 3b738359ef5a: Preparing 00:59:10 a66484be44e4: Preparing 00:59:10 b541d28bf3b4: Preparing 00:59:10 b541d28bf3b4: Waiting 00:59:10 e9774bdf2ff8: Layer already exists 00:59:10 b541d28bf3b4: Layer already exists 00:59:10 a66484be44e4: Pushed 00:59:10 f1f165d4adf5: Pushed 00:59:11 3b738359ef5a: Pushed 00:59:12 b3579d7065cb: Pushed 00:59:12 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:d7ae53aa06f586411b98f5019e89618435464593c517b717c2c58cb0a55a0dfd size: 1573 [Pipeline] isUnix [Pipeline] sh 00:59:12 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] isUnix [Pipeline] sh 00:59:13 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 00:59:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:59:13 f1f165d4adf5: Preparing 00:59:13 b3579d7065cb: Preparing 00:59:13 e9774bdf2ff8: Preparing 00:59:13 3b738359ef5a: Preparing 00:59:13 a66484be44e4: Preparing 00:59:13 b541d28bf3b4: Preparing 00:59:13 b541d28bf3b4: Waiting 00:59:13 b3579d7065cb: Layer already exists 00:59:13 a66484be44e4: Layer already exists 00:59:13 3b738359ef5a: Layer already exists 00:59:13 f1f165d4adf5: Layer already exists 00:59:13 e9774bdf2ff8: Layer already exists 00:59:13 b541d28bf3b4: Layer already exists 00:59:13 latest: digest: sha256:d7ae53aa06f586411b98f5019e89618435464593c517b717c2c58cb0a55a0dfd size: 1573 [Pipeline] isUnix [Pipeline] sh 00:59:13 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:13 + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.2 00:59:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:59:13 f1f165d4adf5: Preparing 00:59:13 b3579d7065cb: Preparing 00:59:13 e9774bdf2ff8: Preparing 00:59:13 3b738359ef5a: Preparing 00:59:13 a66484be44e4: Preparing 00:59:13 b541d28bf3b4: Preparing 00:59:13 3b738359ef5a: Layer already exists 00:59:13 f1f165d4adf5: Layer already exists 00:59:13 a66484be44e4: Layer already exists 00:59:13 b3579d7065cb: Layer already exists 00:59:13 e9774bdf2ff8: Layer already exists 00:59:13 b541d28bf3b4: Layer already exists 00:59:13 2.2.1-dev.2: digest: sha256:d7ae53aa06f586411b98f5019e89618435464593c517b717c2c58cb0a55a0dfd size: 1573 [Pipeline] isUnix [Pipeline] sh 00:59:14 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:14 + docker push nexus3.edgexfoundry.org:10004/core-data:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:59:14 f1f165d4adf5: Preparing 00:59:14 b3579d7065cb: Preparing 00:59:14 e9774bdf2ff8: Preparing 00:59:14 3b738359ef5a: Preparing 00:59:14 a66484be44e4: Preparing 00:59:14 b541d28bf3b4: Preparing 00:59:14 b541d28bf3b4: Waiting 00:59:14 f1f165d4adf5: Layer already exists 00:59:14 a66484be44e4: Layer already exists 00:59:14 3b738359ef5a: Layer already exists 00:59:14 b3579d7065cb: Layer already exists 00:59:14 e9774bdf2ff8: Layer already exists 00:59:14 b541d28bf3b4: Layer already exists 00:59:14 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:d7ae53aa06f586411b98f5019e89618435464593c517b717c2c58cb0a55a0dfd size: 1573 [Pipeline] isUnix [Pipeline] sh 00:59:14 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] isUnix [Pipeline] sh 00:59:15 + docker push nexus3.edgexfoundry.org:10004/core-data:main 00:59:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:59:15 f1f165d4adf5: Preparing 00:59:15 b3579d7065cb: Preparing 00:59:15 e9774bdf2ff8: Preparing 00:59:15 3b738359ef5a: Preparing 00:59:15 a66484be44e4: Preparing 00:59:15 b541d28bf3b4: Preparing 00:59:15 b541d28bf3b4: Waiting 00:59:15 a66484be44e4: Layer already exists 00:59:15 f1f165d4adf5: Layer already exists 00:59:15 b3579d7065cb: Layer already exists 00:59:15 e9774bdf2ff8: Layer already exists 00:59:15 3b738359ef5a: Layer already exists 00:59:15 b541d28bf3b4: Layer already exists 00:59:15 main: digest: sha256:d7ae53aa06f586411b98f5019e89618435464593c517b717c2c58cb0a55a0dfd size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:59:15 ===================================================== [Pipeline] echo 00:59:15 taggedImages: 00:59:15 - nexus3.edgexfoundry.org:10004/core-data:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:15 - nexus3.edgexfoundry.org:10004/core-data:latest 00:59:15 - nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.2 00:59:15 - nexus3.edgexfoundry.org:10004/core-data:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:15 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 00:59:15 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 00:59:15 f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:15 latest 00:59:15 2.2.1-dev.2 00:59:15 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:15 main 00:59:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:59:15 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 00:59:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:59:15 8edbed93d7c2: Preparing 00:59:15 acc9cdf3d57c: Preparing 00:59:15 e9774bdf2ff8: Preparing 00:59:15 bd54aaa2488d: Preparing 00:59:15 b541d28bf3b4: Preparing 00:59:15 e9774bdf2ff8: Layer already exists 00:59:15 b541d28bf3b4: Layer already exists 00:59:15 bd54aaa2488d: Pushed 00:59:15 8edbed93d7c2: Pushed 00:59:17 acc9cdf3d57c: Pushed 00:59:17 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:8141ba54ef23fa71334f9f2417f5d3d76cfaf64ff5025982d7e18960bb0278a6 size: 1364 [Pipeline] isUnix [Pipeline] sh 00:59:17 go: downloading google.golang.org/api v0.70.0 00:59:17 go: downloading k8s.io/client-go v0.23.4 00:59:17 go: downloading k8s.io/api v0.23.4 00:59:17 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] isUnix [Pipeline] sh 00:59:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 00:59:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:59:17 8edbed93d7c2: Preparing 00:59:17 acc9cdf3d57c: Preparing 00:59:17 e9774bdf2ff8: Preparing 00:59:17 bd54aaa2488d: Preparing 00:59:17 b541d28bf3b4: Preparing 00:59:17 bd54aaa2488d: Layer already exists 00:59:17 8edbed93d7c2: Layer already exists 00:59:17 acc9cdf3d57c: Layer already exists 00:59:17 e9774bdf2ff8: Layer already exists 00:59:17 b541d28bf3b4: Layer already exists 00:59:17 latest: digest: sha256:8141ba54ef23fa71334f9f2417f5d3d76cfaf64ff5025982d7e18960bb0278a6 size: 1364 [Pipeline] isUnix [Pipeline] sh 00:59:18 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.2 00:59:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:59:18 8edbed93d7c2: Preparing 00:59:18 acc9cdf3d57c: Preparing 00:59:18 e9774bdf2ff8: Preparing 00:59:18 bd54aaa2488d: Preparing 00:59:18 b541d28bf3b4: Preparing 00:59:18 e9774bdf2ff8: Layer already exists 00:59:18 bd54aaa2488d: Layer already exists 00:59:18 8edbed93d7c2: Layer already exists 00:59:18 b541d28bf3b4: Layer already exists 00:59:18 acc9cdf3d57c: Layer already exists 00:59:18 2.2.1-dev.2: digest: sha256:8141ba54ef23fa71334f9f2417f5d3d76cfaf64ff5025982d7e18960bb0278a6 size: 1364 [Pipeline] isUnix [Pipeline] sh 00:59:19 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:59:19 8edbed93d7c2: Preparing 00:59:19 acc9cdf3d57c: Preparing 00:59:19 e9774bdf2ff8: Preparing 00:59:19 bd54aaa2488d: Preparing 00:59:19 b541d28bf3b4: Preparing 00:59:19 8edbed93d7c2: Layer already exists 00:59:19 acc9cdf3d57c: Layer already exists 00:59:19 e9774bdf2ff8: Layer already exists 00:59:19 bd54aaa2488d: Layer already exists 00:59:19 b541d28bf3b4: Layer already exists 00:59:19 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:8141ba54ef23fa71334f9f2417f5d3d76cfaf64ff5025982d7e18960bb0278a6 size: 1364 [Pipeline] isUnix [Pipeline] sh 00:59:19 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] isUnix [Pipeline] sh 00:59:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 00:59:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:59:19 8edbed93d7c2: Preparing 00:59:19 acc9cdf3d57c: Preparing 00:59:19 e9774bdf2ff8: Preparing 00:59:19 bd54aaa2488d: Preparing 00:59:19 b541d28bf3b4: Preparing 00:59:19 8edbed93d7c2: Layer already exists 00:59:19 bd54aaa2488d: Layer already exists 00:59:19 acc9cdf3d57c: Layer already exists 00:59:19 e9774bdf2ff8: Layer already exists 00:59:19 b541d28bf3b4: Layer already exists 00:59:19 main: digest: sha256:8141ba54ef23fa71334f9f2417f5d3d76cfaf64ff5025982d7e18960bb0278a6 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:59:20 ===================================================== [Pipeline] echo 00:59:20 taggedImages: 00:59:20 - nexus3.edgexfoundry.org:10004/core-metadata:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:20 - nexus3.edgexfoundry.org:10004/core-metadata:latest 00:59:20 - nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.2 00:59:20 - nexus3.edgexfoundry.org:10004/core-metadata:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:20 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 00:59:20 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 00:59:20 f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:20 latest 00:59:20 2.2.1-dev.2 00:59:20 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:20 main 00:59:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:59:20 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 00:59:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:59:20 e418b92b05ed: Preparing 00:59:20 e418b92b05ed: Preparing 00:59:20 930798cb00c2: Preparing 00:59:20 fe9b3e33f153: Preparing 00:59:20 c65c16a94949: Preparing 00:59:20 e320b48099fe: Preparing 00:59:20 e9774bdf2ff8: Preparing 00:59:20 ae3800126435: Preparing 00:59:20 c5f0d7cdd262: Preparing 00:59:20 82a1e29bd96c: Preparing 00:59:20 9b833363036d: Preparing 00:59:20 b541d28bf3b4: Preparing 00:59:20 c5f0d7cdd262: Waiting 00:59:20 9b833363036d: Waiting 00:59:20 e9774bdf2ff8: Waiting 00:59:20 b541d28bf3b4: Waiting 00:59:20 82a1e29bd96c: Waiting 00:59:20 c65c16a94949: Pushed 00:59:20 930798cb00c2: Pushed 00:59:20 e418b92b05ed: Pushed 00:59:20 fe9b3e33f153: Pushed 00:59:20 e9774bdf2ff8: Layer already exists 00:59:20 c5f0d7cdd262: Pushed 00:59:20 ae3800126435: Pushed 00:59:20 b541d28bf3b4: Layer already exists 00:59:20 82a1e29bd96c: Pushed 00:59:20 9b833363036d: Pushed 00:59:21 go: downloading google.golang.org/api v0.70.0 00:59:21 go: downloading k8s.io/client-go v0.23.4 00:59:21 go: downloading k8s.io/api v0.23.4 00:59:22 e320b48099fe: Pushed 00:59:22 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:8bec21d6d745b1e5b1e9923bcf1d83e8ffcb94be6d44fd763f2c372da8bf4e31 size: 2817 [Pipeline] isUnix [Pipeline] sh 00:59:22 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] isUnix [Pipeline] sh 00:59:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 00:59:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:59:22 e418b92b05ed: Preparing 00:59:22 e418b92b05ed: Preparing 00:59:22 930798cb00c2: Preparing 00:59:22 fe9b3e33f153: Preparing 00:59:22 c65c16a94949: Preparing 00:59:22 e320b48099fe: Preparing 00:59:22 e9774bdf2ff8: Preparing 00:59:22 ae3800126435: Preparing 00:59:22 c5f0d7cdd262: Preparing 00:59:22 82a1e29bd96c: Preparing 00:59:22 9b833363036d: Preparing 00:59:22 b541d28bf3b4: Preparing 00:59:22 c5f0d7cdd262: Waiting 00:59:22 82a1e29bd96c: Waiting 00:59:22 9b833363036d: Waiting 00:59:22 e9774bdf2ff8: Waiting 00:59:22 ae3800126435: Waiting 00:59:22 930798cb00c2: Layer already exists 00:59:22 c65c16a94949: Layer already exists 00:59:22 e320b48099fe: Layer already exists 00:59:22 e418b92b05ed: Layer already exists 00:59:22 fe9b3e33f153: Layer already exists 00:59:22 ae3800126435: Layer already exists 00:59:22 c5f0d7cdd262: Layer already exists 00:59:22 e9774bdf2ff8: Layer already exists 00:59:22 9b833363036d: Layer already exists 00:59:22 82a1e29bd96c: Layer already exists 00:59:22 b541d28bf3b4: Layer already exists 00:59:22 latest: digest: sha256:8bec21d6d745b1e5b1e9923bcf1d83e8ffcb94be6d44fd763f2c372da8bf4e31 size: 2817 [Pipeline] isUnix [Pipeline] sh 00:59:23 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.2 00:59:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:59:23 e418b92b05ed: Preparing 00:59:23 e418b92b05ed: Preparing 00:59:23 930798cb00c2: Preparing 00:59:23 fe9b3e33f153: Preparing 00:59:23 c65c16a94949: Preparing 00:59:23 e320b48099fe: Preparing 00:59:23 e9774bdf2ff8: Preparing 00:59:23 ae3800126435: Preparing 00:59:23 c5f0d7cdd262: Preparing 00:59:23 e9774bdf2ff8: Waiting 00:59:23 ae3800126435: Waiting 00:59:23 82a1e29bd96c: Preparing 00:59:23 9b833363036d: Preparing 00:59:23 b541d28bf3b4: Preparing 00:59:23 c5f0d7cdd262: Waiting 00:59:23 9b833363036d: Waiting 00:59:23 b541d28bf3b4: Waiting 00:59:23 e418b92b05ed: Layer already exists 00:59:23 930798cb00c2: Layer already exists 00:59:23 fe9b3e33f153: Layer already exists 00:59:23 c65c16a94949: Layer already exists 00:59:23 e320b48099fe: Layer already exists 00:59:23 ae3800126435: Layer already exists 00:59:23 9b833363036d: Layer already exists 00:59:23 c5f0d7cdd262: Layer already exists 00:59:23 e9774bdf2ff8: Layer already exists 00:59:23 82a1e29bd96c: Layer already exists 00:59:23 b541d28bf3b4: Layer already exists 00:59:23 2.2.1-dev.2: digest: sha256:8bec21d6d745b1e5b1e9923bcf1d83e8ffcb94be6d44fd763f2c372da8bf4e31 size: 2817 [Pipeline] isUnix [Pipeline] sh 00:59:23 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:59:24 e418b92b05ed: Preparing 00:59:24 e418b92b05ed: Preparing 00:59:24 930798cb00c2: Preparing 00:59:24 fe9b3e33f153: Preparing 00:59:24 c65c16a94949: Preparing 00:59:24 e320b48099fe: Preparing 00:59:24 e9774bdf2ff8: Preparing 00:59:24 ae3800126435: Preparing 00:59:24 c5f0d7cdd262: Preparing 00:59:24 82a1e29bd96c: Preparing 00:59:24 9b833363036d: Preparing 00:59:24 b541d28bf3b4: Preparing 00:59:24 9b833363036d: Waiting 00:59:24 b541d28bf3b4: Waiting 00:59:24 ae3800126435: Waiting 00:59:24 82a1e29bd96c: Waiting 00:59:24 c5f0d7cdd262: Waiting 00:59:24 fe9b3e33f153: Layer already exists 00:59:24 e418b92b05ed: Layer already exists 00:59:24 c65c16a94949: Layer already exists 00:59:24 930798cb00c2: Layer already exists 00:59:24 e320b48099fe: Layer already exists 00:59:24 ae3800126435: Layer already exists 00:59:24 e9774bdf2ff8: Layer already exists 00:59:24 c5f0d7cdd262: Layer already exists 00:59:24 82a1e29bd96c: Layer already exists 00:59:24 9b833363036d: Layer already exists 00:59:24 b541d28bf3b4: Layer already exists 00:59:24 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:8bec21d6d745b1e5b1e9923bcf1d83e8ffcb94be6d44fd763f2c372da8bf4e31 size: 2817 [Pipeline] isUnix [Pipeline] sh 00:59:24 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] isUnix [Pipeline] sh 00:59:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 00:59:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:59:24 e418b92b05ed: Preparing 00:59:24 e418b92b05ed: Preparing 00:59:24 930798cb00c2: Preparing 00:59:24 fe9b3e33f153: Preparing 00:59:24 c65c16a94949: Preparing 00:59:24 e320b48099fe: Preparing 00:59:24 e9774bdf2ff8: Preparing 00:59:24 ae3800126435: Preparing 00:59:24 c5f0d7cdd262: Preparing 00:59:24 82a1e29bd96c: Preparing 00:59:24 9b833363036d: Preparing 00:59:24 b541d28bf3b4: Preparing 00:59:24 e9774bdf2ff8: Waiting 00:59:24 ae3800126435: Waiting 00:59:24 c5f0d7cdd262: Waiting 00:59:24 82a1e29bd96c: Waiting 00:59:24 9b833363036d: Waiting 00:59:24 e320b48099fe: Layer already exists 00:59:24 e418b92b05ed: Layer already exists 00:59:24 c65c16a94949: Layer already exists 00:59:24 fe9b3e33f153: Layer already exists 00:59:24 930798cb00c2: Layer already exists 00:59:24 e9774bdf2ff8: Layer already exists 00:59:24 ae3800126435: Layer already exists 00:59:24 c5f0d7cdd262: Layer already exists 00:59:24 9b833363036d: Layer already exists 00:59:24 82a1e29bd96c: Layer already exists 00:59:24 b541d28bf3b4: Layer already exists 00:59:24 main: digest: sha256:8bec21d6d745b1e5b1e9923bcf1d83e8ffcb94be6d44fd763f2c372da8bf4e31 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:59:24 ===================================================== [Pipeline] echo 00:59:24 taggedImages: 00:59:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 00:59:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.2 00:59:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 00:59:24 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 00:59:24 f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:24 latest 00:59:24 2.2.1-dev.2 00:59:24 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:24 main 00:59:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:59:25 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 00:59:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:59:25 ca45976dd5db: Preparing 00:59:25 8f25a923dda7: Preparing 00:59:25 8c685cdd3781: Preparing 00:59:25 b53cb3e4ede3: Preparing 00:59:25 69f680476759: Preparing 00:59:25 e4c3a9af821d: Preparing 00:59:25 03606c9fd477: Preparing 00:59:25 b541d28bf3b4: Preparing 00:59:25 e4c3a9af821d: Waiting 00:59:25 03606c9fd477: Waiting 00:59:25 b541d28bf3b4: Waiting 00:59:25 69f680476759: Pushed 00:59:25 ca45976dd5db: Pushed 00:59:25 8f25a923dda7: Pushed 00:59:25 b541d28bf3b4: Layer already exists 00:59:25 e4c3a9af821d: Pushed 00:59:25 03606c9fd477: Pushed 00:59:26 8c685cdd3781: Pushed 00:59:26 b53cb3e4ede3: Pushed 00:59:26 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:49411feebe338996c8613aee518a99a74a815af90bd0805898fba8a617d96e0b size: 1990 [Pipeline] isUnix [Pipeline] sh 00:59:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] isUnix [Pipeline] sh 00:59:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 00:59:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:59:27 ca45976dd5db: Preparing 00:59:27 8f25a923dda7: Preparing 00:59:27 8c685cdd3781: Preparing 00:59:27 b53cb3e4ede3: Preparing 00:59:27 69f680476759: Preparing 00:59:27 e4c3a9af821d: Preparing 00:59:27 03606c9fd477: Preparing 00:59:27 b541d28bf3b4: Preparing 00:59:27 e4c3a9af821d: Waiting 00:59:27 03606c9fd477: Waiting 00:59:27 b541d28bf3b4: Waiting 00:59:27 8f25a923dda7: Layer already exists 00:59:27 69f680476759: Layer already exists 00:59:27 b53cb3e4ede3: Layer already exists 00:59:27 ca45976dd5db: Layer already exists 00:59:27 8c685cdd3781: Layer already exists 00:59:27 e4c3a9af821d: Layer already exists 00:59:27 03606c9fd477: Layer already exists 00:59:27 b541d28bf3b4: Layer already exists 00:59:27 latest: digest: sha256:49411feebe338996c8613aee518a99a74a815af90bd0805898fba8a617d96e0b size: 1990 [Pipeline] isUnix [Pipeline] sh 00:59:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.2 00:59:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:59:27 ca45976dd5db: Preparing 00:59:27 8f25a923dda7: Preparing 00:59:27 8c685cdd3781: Preparing 00:59:27 b53cb3e4ede3: Preparing 00:59:27 69f680476759: Preparing 00:59:27 e4c3a9af821d: Preparing 00:59:27 03606c9fd477: Preparing 00:59:27 b541d28bf3b4: Preparing 00:59:27 e4c3a9af821d: Waiting 00:59:27 03606c9fd477: Waiting 00:59:27 b541d28bf3b4: Waiting 00:59:27 8c685cdd3781: Layer already exists 00:59:27 ca45976dd5db: Layer already exists 00:59:27 69f680476759: Layer already exists 00:59:27 8f25a923dda7: Layer already exists 00:59:27 b53cb3e4ede3: Layer already exists 00:59:27 b541d28bf3b4: Layer already exists 00:59:27 e4c3a9af821d: Layer already exists 00:59:27 03606c9fd477: Layer already exists 00:59:27 2.2.1-dev.2: digest: sha256:49411feebe338996c8613aee518a99a74a815af90bd0805898fba8a617d96e0b size: 1990 [Pipeline] isUnix [Pipeline] sh 00:59:28 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:59:28 ca45976dd5db: Preparing 00:59:28 8f25a923dda7: Preparing 00:59:28 8c685cdd3781: Preparing 00:59:28 b53cb3e4ede3: Preparing 00:59:28 69f680476759: Preparing 00:59:28 e4c3a9af821d: Preparing 00:59:28 03606c9fd477: Preparing 00:59:28 e4c3a9af821d: Waiting 00:59:28 b541d28bf3b4: Preparing 00:59:28 03606c9fd477: Waiting 00:59:28 b541d28bf3b4: Waiting 00:59:28 b53cb3e4ede3: Layer already exists 00:59:28 8c685cdd3781: Layer already exists 00:59:28 8f25a923dda7: Layer already exists 00:59:28 69f680476759: Layer already exists 00:59:28 ca45976dd5db: Layer already exists 00:59:28 b541d28bf3b4: Layer already exists 00:59:28 03606c9fd477: Layer already exists 00:59:28 e4c3a9af821d: Layer already exists 00:59:28 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:49411feebe338996c8613aee518a99a74a815af90bd0805898fba8a617d96e0b size: 1990 [Pipeline] isUnix [Pipeline] sh 00:59:28 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] isUnix [Pipeline] sh 00:59:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 00:59:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:59:29 ca45976dd5db: Preparing 00:59:29 8f25a923dda7: Preparing 00:59:29 8c685cdd3781: Preparing 00:59:29 b53cb3e4ede3: Preparing 00:59:29 69f680476759: Preparing 00:59:29 e4c3a9af821d: Preparing 00:59:29 03606c9fd477: Preparing 00:59:29 b541d28bf3b4: Preparing 00:59:29 03606c9fd477: Waiting 00:59:29 e4c3a9af821d: Waiting 00:59:29 b541d28bf3b4: Waiting 00:59:29 b53cb3e4ede3: Layer already exists 00:59:29 8f25a923dda7: Layer already exists 00:59:29 8c685cdd3781: Layer already exists 00:59:29 ca45976dd5db: Layer already exists 00:59:29 69f680476759: Layer already exists 00:59:29 b541d28bf3b4: Layer already exists 00:59:29 e4c3a9af821d: Layer already exists 00:59:29 03606c9fd477: Layer already exists 00:59:29 main: digest: sha256:49411feebe338996c8613aee518a99a74a815af90bd0805898fba8a617d96e0b size: 1990 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:59:29 ===================================================== [Pipeline] echo 00:59:29 taggedImages: 00:59:29 - nexus3.edgexfoundry.org:10004/security-proxy-setup:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:29 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 00:59:29 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.2 00:59:29 - nexus3.edgexfoundry.org:10004/security-proxy-setup:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:29 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 00:59:29 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 00:59:29 f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:29 latest 00:59:29 2.2.1-dev.2 00:59:29 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:29 main 00:59:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:59:29 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 00:59:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:59:29 03adb5f73506: Preparing 00:59:29 4ef748f90909: Preparing 00:59:29 1b15a619fcda: Preparing 00:59:29 51a41e944cba: Preparing 00:59:29 9c00bd1016d7: Preparing 00:59:29 4747f35d9937: Preparing 00:59:29 05ebbaaf9e60: Preparing 00:59:29 1fed82ae4c1d: Preparing 00:59:29 b3f41f8690e8: Preparing 00:59:29 b541d28bf3b4: Preparing 00:59:29 b3f41f8690e8: Waiting 00:59:29 b541d28bf3b4: Waiting 00:59:29 05ebbaaf9e60: Waiting 00:59:29 1fed82ae4c1d: Waiting 00:59:29 4747f35d9937: Waiting 00:59:29 4ef748f90909: Pushed 00:59:29 03adb5f73506: Pushed 00:59:29 9c00bd1016d7: Pushed 00:59:30 1fed82ae4c1d: Pushed 00:59:30 4747f35d9937: Pushed 00:59:30 05ebbaaf9e60: Pushed 00:59:30 b541d28bf3b4: Layer already exists 00:59:30 b3f41f8690e8: Pushed 00:59:30 go: downloading github.com/google/go-tpm v0.3.3 00:59:30 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 00:59:31 51a41e944cba: Pushed 00:59:31 1b15a619fcda: Pushed 00:59:31 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:623459ce03f51a8eb2d28385e192b3bfab126abfcbf6ed2cf951fb9180a617e2 size: 2405 [Pipeline] isUnix [Pipeline] sh 00:59:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] isUnix [Pipeline] sh 00:59:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 00:59:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:59:32 03adb5f73506: Preparing 00:59:32 4ef748f90909: Preparing 00:59:32 1b15a619fcda: Preparing 00:59:32 51a41e944cba: Preparing 00:59:32 9c00bd1016d7: Preparing 00:59:32 4747f35d9937: Preparing 00:59:32 05ebbaaf9e60: Preparing 00:59:32 1fed82ae4c1d: Preparing 00:59:32 b3f41f8690e8: Preparing 00:59:32 b541d28bf3b4: Preparing 00:59:32 05ebbaaf9e60: Waiting 00:59:32 4747f35d9937: Waiting 00:59:32 1fed82ae4c1d: Waiting 00:59:32 b3f41f8690e8: Waiting 00:59:32 b541d28bf3b4: Waiting 00:59:32 03adb5f73506: Layer already exists 00:59:32 4ef748f90909: Layer already exists 00:59:32 9c00bd1016d7: Layer already exists 00:59:32 51a41e944cba: Layer already exists 00:59:32 1b15a619fcda: Layer already exists 00:59:32 4747f35d9937: Layer already exists 00:59:32 05ebbaaf9e60: Layer already exists 00:59:32 1fed82ae4c1d: Layer already exists 00:59:32 b541d28bf3b4: Layer already exists 00:59:32 b3f41f8690e8: Layer already exists 00:59:32 latest: digest: sha256:623459ce03f51a8eb2d28385e192b3bfab126abfcbf6ed2cf951fb9180a617e2 size: 2405 [Pipeline] isUnix [Pipeline] sh 00:59:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.2 00:59:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:59:32 03adb5f73506: Preparing 00:59:32 4ef748f90909: Preparing 00:59:32 1b15a619fcda: Preparing 00:59:32 51a41e944cba: Preparing 00:59:32 9c00bd1016d7: Preparing 00:59:32 4747f35d9937: Preparing 00:59:32 05ebbaaf9e60: Preparing 00:59:32 1fed82ae4c1d: Preparing 00:59:32 b3f41f8690e8: Preparing 00:59:32 b541d28bf3b4: Preparing 00:59:32 4747f35d9937: Waiting 00:59:32 05ebbaaf9e60: Waiting 00:59:32 b541d28bf3b4: Waiting 00:59:32 1fed82ae4c1d: Waiting 00:59:32 51a41e944cba: Layer already exists 00:59:32 9c00bd1016d7: Layer already exists 00:59:32 4ef748f90909: Layer already exists 00:59:32 1b15a619fcda: Layer already exists 00:59:32 03adb5f73506: Layer already exists 00:59:32 1fed82ae4c1d: Layer already exists 00:59:32 4747f35d9937: Layer already exists 00:59:32 05ebbaaf9e60: Layer already exists 00:59:32 b3f41f8690e8: Layer already exists 00:59:32 b541d28bf3b4: Layer already exists 00:59:32 2.2.1-dev.2: digest: sha256:623459ce03f51a8eb2d28385e192b3bfab126abfcbf6ed2cf951fb9180a617e2 size: 2405 [Pipeline] isUnix [Pipeline] sh 00:59:33 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:59:33 03adb5f73506: Preparing 00:59:33 4ef748f90909: Preparing 00:59:33 1b15a619fcda: Preparing 00:59:33 51a41e944cba: Preparing 00:59:33 9c00bd1016d7: Preparing 00:59:33 4747f35d9937: Preparing 00:59:33 05ebbaaf9e60: Preparing 00:59:33 1fed82ae4c1d: Preparing 00:59:33 b3f41f8690e8: Preparing 00:59:33 b541d28bf3b4: Preparing 00:59:33 4747f35d9937: Waiting 00:59:33 b3f41f8690e8: Waiting 00:59:33 05ebbaaf9e60: Waiting 00:59:33 1fed82ae4c1d: Waiting 00:59:33 b541d28bf3b4: Waiting 00:59:33 1b15a619fcda: Layer already exists 00:59:33 9c00bd1016d7: Layer already exists 00:59:33 03adb5f73506: Layer already exists 00:59:33 51a41e944cba: Layer already exists 00:59:33 4ef748f90909: Layer already exists 00:59:33 4747f35d9937: Layer already exists 00:59:33 05ebbaaf9e60: Layer already exists 00:59:33 1fed82ae4c1d: Layer already exists 00:59:33 b541d28bf3b4: Layer already exists 00:59:33 b3f41f8690e8: Layer already exists 00:59:33 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:623459ce03f51a8eb2d28385e192b3bfab126abfcbf6ed2cf951fb9180a617e2 size: 2405 [Pipeline] isUnix [Pipeline] sh 00:59:33 go: downloading github.com/google/go-tpm v0.3.3 00:59:33 go: downloading cloud.google.com/go/storage v1.21.0 00:59:33 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] isUnix [Pipeline] sh 00:59:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 00:59:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:59:33 03adb5f73506: Preparing 00:59:33 4ef748f90909: Preparing 00:59:33 1b15a619fcda: Preparing 00:59:33 51a41e944cba: Preparing 00:59:33 9c00bd1016d7: Preparing 00:59:33 4747f35d9937: Preparing 00:59:33 05ebbaaf9e60: Preparing 00:59:33 1fed82ae4c1d: Preparing 00:59:33 b3f41f8690e8: Preparing 00:59:33 b541d28bf3b4: Preparing 00:59:33 4747f35d9937: Waiting 00:59:33 05ebbaaf9e60: Waiting 00:59:33 1fed82ae4c1d: Waiting 00:59:33 b3f41f8690e8: Waiting 00:59:33 b541d28bf3b4: Waiting 00:59:33 9c00bd1016d7: Layer already exists 00:59:33 1b15a619fcda: Layer already exists 00:59:33 51a41e944cba: Layer already exists 00:59:33 4ef748f90909: Layer already exists 00:59:33 03adb5f73506: Layer already exists 00:59:33 4747f35d9937: Layer already exists 00:59:33 1fed82ae4c1d: Layer already exists 00:59:33 05ebbaaf9e60: Layer already exists 00:59:33 b541d28bf3b4: Layer already exists 00:59:33 b3f41f8690e8: Layer already exists 00:59:33 main: digest: sha256:623459ce03f51a8eb2d28385e192b3bfab126abfcbf6ed2cf951fb9180a617e2 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:59:33 ===================================================== [Pipeline] echo 00:59:33 taggedImages: 00:59:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 00:59:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.2 00:59:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 00:59:34 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 00:59:34 f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:34 latest 00:59:34 2.2.1-dev.2 00:59:34 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:34 main 00:59:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:59:34 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 00:59:34 go: downloading cloud.google.com/go v0.100.2 00:59:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:59:34 49a5b5ac8ce1: Preparing 00:59:34 d37be1a14607: Preparing 00:59:34 e9774bdf2ff8: Preparing 00:59:34 eb31736cead2: Preparing 00:59:34 a434ade633ef: Preparing 00:59:34 4fc242d58285: Preparing 00:59:34 4fc242d58285: Waiting 00:59:34 e9774bdf2ff8: Layer already exists 00:59:34 4fc242d58285: Layer already exists 00:59:34 49a5b5ac8ce1: Pushed 00:59:34 a434ade633ef: Pushed 00:59:35 eb31736cead2: Pushed 00:59:36 go: downloading k8s.io/apimachinery v0.23.4 00:59:36 d37be1a14607: Pushed 00:59:36 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:cce028139aa4a391f0d2cd8251bfefd68883690db1cf83160857c6eb05553f15 size: 1573 [Pipeline] isUnix [Pipeline] sh 00:59:37 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] isUnix [Pipeline] sh 00:59:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 00:59:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:59:37 49a5b5ac8ce1: Preparing 00:59:37 d37be1a14607: Preparing 00:59:37 e9774bdf2ff8: Preparing 00:59:37 eb31736cead2: Preparing 00:59:37 a434ade633ef: Preparing 00:59:37 4fc242d58285: Preparing 00:59:37 4fc242d58285: Waiting 00:59:37 e9774bdf2ff8: Layer already exists 00:59:37 eb31736cead2: Layer already exists 00:59:37 d37be1a14607: Layer already exists 00:59:37 49a5b5ac8ce1: Layer already exists 00:59:37 a434ade633ef: Layer already exists 00:59:37 4fc242d58285: Layer already exists 00:59:37 latest: digest: sha256:cce028139aa4a391f0d2cd8251bfefd68883690db1cf83160857c6eb05553f15 size: 1573 [Pipeline] isUnix [Pipeline] sh 00:59:37 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.2 00:59:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:59:38 49a5b5ac8ce1: Preparing 00:59:38 d37be1a14607: Preparing 00:59:38 e9774bdf2ff8: Preparing 00:59:38 eb31736cead2: Preparing 00:59:38 a434ade633ef: Preparing 00:59:38 4fc242d58285: Preparing 00:59:38 4fc242d58285: Waiting 00:59:38 d37be1a14607: Layer already exists 00:59:38 eb31736cead2: Layer already exists 00:59:38 a434ade633ef: Layer already exists 00:59:38 e9774bdf2ff8: Layer already exists 00:59:38 49a5b5ac8ce1: Layer already exists 00:59:38 4fc242d58285: Layer already exists 00:59:38 2.2.1-dev.2: digest: sha256:cce028139aa4a391f0d2cd8251bfefd68883690db1cf83160857c6eb05553f15 size: 1573 [Pipeline] isUnix [Pipeline] sh 00:59:38 go: downloading k8s.io/kube-aggregator v0.23.3 00:59:38 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:59:38 49a5b5ac8ce1: Preparing 00:59:38 d37be1a14607: Preparing 00:59:38 e9774bdf2ff8: Preparing 00:59:38 eb31736cead2: Preparing 00:59:38 a434ade633ef: Preparing 00:59:38 4fc242d58285: Preparing 00:59:38 4fc242d58285: Waiting 00:59:38 eb31736cead2: Layer already exists 00:59:38 e9774bdf2ff8: Layer already exists 00:59:38 49a5b5ac8ce1: Layer already exists 00:59:38 a434ade633ef: Layer already exists 00:59:38 d37be1a14607: Layer already exists 00:59:38 4fc242d58285: Layer already exists 00:59:38 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:cce028139aa4a391f0d2cd8251bfefd68883690db1cf83160857c6eb05553f15 size: 1573 [Pipeline] isUnix [Pipeline] sh 00:59:38 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] isUnix [Pipeline] sh 00:59:39 go: downloading sigs.k8s.io/controller-runtime v0.11.1 00:59:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 00:59:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:59:39 49a5b5ac8ce1: Preparing 00:59:39 d37be1a14607: Preparing 00:59:39 e9774bdf2ff8: Preparing 00:59:39 eb31736cead2: Preparing 00:59:39 a434ade633ef: Preparing 00:59:39 4fc242d58285: Preparing 00:59:39 4fc242d58285: Waiting 00:59:39 e9774bdf2ff8: Layer already exists 00:59:39 a434ade633ef: Layer already exists 00:59:39 d37be1a14607: Layer already exists 00:59:39 eb31736cead2: Layer already exists 00:59:39 49a5b5ac8ce1: Layer already exists 00:59:39 4fc242d58285: Layer already exists 00:59:39 main: digest: sha256:cce028139aa4a391f0d2cd8251bfefd68883690db1cf83160857c6eb05553f15 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:59:39 ===================================================== [Pipeline] echo 00:59:39 taggedImages: 00:59:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 00:59:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.2 00:59:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 00:59:39 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 00:59:39 f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:39 latest 00:59:39 2.2.1-dev.2 00:59:39 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:39 main 00:59:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:59:39 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 00:59:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:59:39 ed1704f48d3f: Preparing 00:59:39 fed75b5f0b83: Preparing 00:59:39 98ba37bfd607: Preparing 00:59:39 3c904ff8c50f: Preparing 00:59:39 c905986b24f8: Preparing 00:59:39 f1d204f1c84f: Preparing 00:59:39 a434ade633ef: Preparing 00:59:39 4fc242d58285: Preparing 00:59:39 f1d204f1c84f: Waiting 00:59:39 a434ade633ef: Waiting 00:59:39 4fc242d58285: Waiting 00:59:39 98ba37bfd607: Pushed 00:59:39 ed1704f48d3f: Pushed 00:59:39 fed75b5f0b83: Pushed 00:59:39 4fc242d58285: Layer already exists 00:59:39 a434ade633ef: Layer already exists 00:59:40 f1d204f1c84f: Pushed 00:59:40 go: downloading cloud.google.com/go/security v1.3.0 00:59:43 c905986b24f8: Pushed 00:59:46 3c904ff8c50f: Pushed 00:59:46 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:feb2841934e0a9581ef2c0a5af0031967eaa14292098517d4dde0e5de381029b size: 1992 [Pipeline] isUnix [Pipeline] sh 00:59:46 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] isUnix [Pipeline] sh 00:59:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 00:59:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:59:47 ed1704f48d3f: Preparing 00:59:47 fed75b5f0b83: Preparing 00:59:47 98ba37bfd607: Preparing 00:59:47 3c904ff8c50f: Preparing 00:59:47 c905986b24f8: Preparing 00:59:47 f1d204f1c84f: Preparing 00:59:47 a434ade633ef: Preparing 00:59:47 4fc242d58285: Preparing 00:59:47 a434ade633ef: Waiting 00:59:47 f1d204f1c84f: Waiting 00:59:47 4fc242d58285: Waiting 00:59:47 fed75b5f0b83: Layer already exists 00:59:47 ed1704f48d3f: Layer already exists 00:59:47 3c904ff8c50f: Layer already exists 00:59:47 98ba37bfd607: Layer already exists 00:59:47 c905986b24f8: Layer already exists 00:59:47 f1d204f1c84f: Layer already exists 00:59:47 a434ade633ef: Layer already exists 00:59:47 4fc242d58285: Layer already exists 00:59:47 latest: digest: sha256:feb2841934e0a9581ef2c0a5af0031967eaa14292098517d4dde0e5de381029b size: 1992 [Pipeline] isUnix [Pipeline] sh 00:59:47 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.2 00:59:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:59:47 ed1704f48d3f: Preparing 00:59:47 fed75b5f0b83: Preparing 00:59:47 98ba37bfd607: Preparing 00:59:47 3c904ff8c50f: Preparing 00:59:47 c905986b24f8: Preparing 00:59:47 f1d204f1c84f: Preparing 00:59:47 a434ade633ef: Preparing 00:59:47 4fc242d58285: Preparing 00:59:47 a434ade633ef: Waiting 00:59:47 f1d204f1c84f: Waiting 00:59:47 4fc242d58285: Waiting 00:59:47 fed75b5f0b83: Layer already exists 00:59:47 98ba37bfd607: Layer already exists 00:59:47 3c904ff8c50f: Layer already exists 00:59:47 c905986b24f8: Layer already exists 00:59:47 ed1704f48d3f: Layer already exists 00:59:47 f1d204f1c84f: Layer already exists 00:59:47 a434ade633ef: Layer already exists 00:59:47 4fc242d58285: Layer already exists 00:59:47 2.2.1-dev.2: digest: sha256:feb2841934e0a9581ef2c0a5af0031967eaa14292098517d4dde0e5de381029b size: 1992 [Pipeline] isUnix [Pipeline] sh 00:59:48 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:59:48 ed1704f48d3f: Preparing 00:59:48 fed75b5f0b83: Preparing 00:59:48 98ba37bfd607: Preparing 00:59:48 3c904ff8c50f: Preparing 00:59:48 c905986b24f8: Preparing 00:59:48 f1d204f1c84f: Preparing 00:59:48 a434ade633ef: Preparing 00:59:48 4fc242d58285: Preparing 00:59:48 f1d204f1c84f: Waiting 00:59:48 a434ade633ef: Waiting 00:59:48 4fc242d58285: Waiting 00:59:48 fed75b5f0b83: Layer already exists 00:59:48 3c904ff8c50f: Layer already exists 00:59:48 ed1704f48d3f: Layer already exists 00:59:48 98ba37bfd607: Layer already exists 00:59:48 c905986b24f8: Layer already exists 00:59:48 f1d204f1c84f: Layer already exists 00:59:48 4fc242d58285: Layer already exists 00:59:48 a434ade633ef: Layer already exists 00:59:48 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:feb2841934e0a9581ef2c0a5af0031967eaa14292098517d4dde0e5de381029b size: 1992 [Pipeline] isUnix [Pipeline] sh 00:59:48 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] isUnix [Pipeline] sh 00:59:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 00:59:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:59:48 ed1704f48d3f: Preparing 00:59:48 fed75b5f0b83: Preparing 00:59:48 98ba37bfd607: Preparing 00:59:48 3c904ff8c50f: Preparing 00:59:48 c905986b24f8: Preparing 00:59:48 f1d204f1c84f: Preparing 00:59:48 a434ade633ef: Preparing 00:59:48 4fc242d58285: Preparing 00:59:48 f1d204f1c84f: Waiting 00:59:48 4fc242d58285: Waiting 00:59:48 a434ade633ef: Waiting 00:59:48 98ba37bfd607: Layer already exists 00:59:48 fed75b5f0b83: Layer already exists 00:59:48 ed1704f48d3f: Layer already exists 00:59:48 c905986b24f8: Layer already exists 00:59:48 3c904ff8c50f: Layer already exists 00:59:48 4fc242d58285: Layer already exists 00:59:48 f1d204f1c84f: Layer already exists 00:59:48 a434ade633ef: Layer already exists 00:59:48 main: digest: sha256:feb2841934e0a9581ef2c0a5af0031967eaa14292098517d4dde0e5de381029b size: 1992 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:59:48 ===================================================== [Pipeline] echo 00:59:48 taggedImages: 00:59:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 00:59:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.2 00:59:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 00:59:49 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 00:59:49 f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:49 latest 00:59:49 2.2.1-dev.2 00:59:49 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:49 main 00:59:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:59:49 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 00:59:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:59:49 7e9f5a18ae80: Preparing 00:59:49 e5e239024d1e: Preparing 00:59:49 cda542286ab6: Preparing 00:59:49 aa4612ac440c: Preparing 00:59:49 48e52c827f6d: Preparing 00:59:49 a434ade633ef: Preparing 00:59:49 4fc242d58285: Preparing 00:59:49 a434ade633ef: Waiting 00:59:49 4fc242d58285: Waiting 00:59:49 7e9f5a18ae80: Pushed 00:59:49 cda542286ab6: Pushed 00:59:49 e5e239024d1e: Pushed 00:59:49 a434ade633ef: Layer already exists 00:59:49 4fc242d58285: Layer already exists 00:59:49 48e52c827f6d: Pushed 00:59:50 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 00:59:50 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 00:59:51 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 00:59:51 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 00:59:51 go: downloading github.com/hashicorp/vault/api v1.4.1 00:59:51 go: downloading github.com/hashicorp/golang-lru v0.5.4 00:59:51 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 00:59:53 go: downloading gopkg.in/yaml.v2 v2.4.0 00:59:54 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 00:59:54 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:59:54 go: downloading github.com/gobwas/glob v0.2.3 00:59:55 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 00:59:55 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 00:59:55 go: downloading github.com/twmb/murmur3 v1.1.6 00:59:55 go: downloading github.com/aws/smithy-go v1.11.0 00:59:56 aa4612ac440c: Pushed 00:59:56 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:3caf76c4753fe65f16e10b7e3c74aa3e55904e1043a26b2211ec7399d129cf99 size: 1780 [Pipeline] isUnix [Pipeline] sh 00:59:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] isUnix [Pipeline] sh 00:59:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 00:59:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:59:57 7e9f5a18ae80: Preparing 00:59:57 e5e239024d1e: Preparing 00:59:57 cda542286ab6: Preparing 00:59:57 aa4612ac440c: Preparing 00:59:57 48e52c827f6d: Preparing 00:59:57 a434ade633ef: Preparing 00:59:57 4fc242d58285: Preparing 00:59:57 a434ade633ef: Waiting 00:59:57 4fc242d58285: Waiting 00:59:57 aa4612ac440c: Layer already exists 00:59:57 7e9f5a18ae80: Layer already exists 00:59:57 e5e239024d1e: Layer already exists 00:59:57 cda542286ab6: Layer already exists 00:59:57 48e52c827f6d: Layer already exists 00:59:57 a434ade633ef: Layer already exists 00:59:57 4fc242d58285: Layer already exists 00:59:57 latest: digest: sha256:3caf76c4753fe65f16e10b7e3c74aa3e55904e1043a26b2211ec7399d129cf99 size: 1780 [Pipeline] isUnix [Pipeline] sh 00:59:57 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.2 00:59:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:59:57 7e9f5a18ae80: Preparing 00:59:57 e5e239024d1e: Preparing 00:59:57 cda542286ab6: Preparing 00:59:57 aa4612ac440c: Preparing 00:59:57 48e52c827f6d: Preparing 00:59:57 a434ade633ef: Preparing 00:59:57 4fc242d58285: Preparing 00:59:57 a434ade633ef: Waiting 00:59:57 4fc242d58285: Waiting 00:59:57 e5e239024d1e: Layer already exists 00:59:57 48e52c827f6d: Layer already exists 00:59:57 aa4612ac440c: Layer already exists 00:59:57 cda542286ab6: Layer already exists 00:59:57 7e9f5a18ae80: Layer already exists 00:59:57 a434ade633ef: Layer already exists 00:59:57 4fc242d58285: Layer already exists 00:59:57 2.2.1-dev.2: digest: sha256:3caf76c4753fe65f16e10b7e3c74aa3e55904e1043a26b2211ec7399d129cf99 size: 1780 [Pipeline] isUnix [Pipeline] sh 00:59:57 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 00:59:57 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 00:59:57 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 00:59:58 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 00:59:58 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 00:59:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:59:58 7e9f5a18ae80: Preparing 00:59:58 e5e239024d1e: Preparing 00:59:58 cda542286ab6: Preparing 00:59:58 aa4612ac440c: Preparing 00:59:58 48e52c827f6d: Preparing 00:59:58 a434ade633ef: Preparing 00:59:58 4fc242d58285: Preparing 00:59:58 4fc242d58285: Waiting 00:59:58 aa4612ac440c: Layer already exists 00:59:58 48e52c827f6d: Layer already exists 00:59:58 e5e239024d1e: Layer already exists 00:59:58 7e9f5a18ae80: Layer already exists 00:59:58 cda542286ab6: Layer already exists 00:59:58 a434ade633ef: Layer already exists 00:59:58 4fc242d58285: Layer already exists 00:59:58 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:3caf76c4753fe65f16e10b7e3c74aa3e55904e1043a26b2211ec7399d129cf99 size: 1780 [Pipeline] isUnix [Pipeline] sh 00:59:58 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 00:59:58 go: downloading github.com/jinzhu/inflection v1.0.0 00:59:58 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] isUnix [Pipeline] sh 00:59:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 00:59:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:59:58 7e9f5a18ae80: Preparing 00:59:58 e5e239024d1e: Preparing 00:59:58 cda542286ab6: Preparing 00:59:58 aa4612ac440c: Preparing 00:59:58 48e52c827f6d: Preparing 00:59:58 a434ade633ef: Preparing 00:59:58 4fc242d58285: Preparing 00:59:58 a434ade633ef: Waiting 00:59:58 48e52c827f6d: Layer already exists 00:59:58 cda542286ab6: Layer already exists 00:59:58 aa4612ac440c: Layer already exists 00:59:58 e5e239024d1e: Layer already exists 00:59:58 7e9f5a18ae80: Layer already exists 00:59:58 a434ade633ef: Layer already exists 00:59:58 4fc242d58285: Layer already exists 00:59:58 main: digest: sha256:3caf76c4753fe65f16e10b7e3c74aa3e55904e1043a26b2211ec7399d129cf99 size: 1780 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:59:58 ===================================================== [Pipeline] echo 00:59:58 taggedImages: 00:59:58 - nexus3.edgexfoundry.org:10004/security-spire-config:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:58 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 00:59:58 - nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.2 00:59:58 - nexus3.edgexfoundry.org:10004/security-spire-config:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:58 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 00:59:58 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 00:59:58 f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:58 latest 00:59:58 2.2.1-dev.2 00:59:58 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 00:59:58 main 00:59:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:59:59 go: downloading github.com/gogo/protobuf v1.3.2 00:59:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 00:59:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:f46214d8b4dc43d22667d6f4b353dd405c8ef220 00:59:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:59:59 aa28f897527b: Preparing 00:59:59 ec56463ad6a1: Preparing 00:59:59 bcca0d6c3ca2: Preparing 00:59:59 78f4ff83707c: Preparing 00:59:59 f1d204f1c84f: Preparing 00:59:59 a434ade633ef: Preparing 00:59:59 4fc242d58285: Preparing 00:59:59 a434ade633ef: Waiting 00:59:59 f1d204f1c84f: Layer already exists 00:59:59 a434ade633ef: Layer already exists 00:59:59 4fc242d58285: Layer already exists 00:59:59 aa28f897527b: Pushed 00:59:59 ec56463ad6a1: Pushed 00:59:59 bcca0d6c3ca2: Pushed 01:00:00 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 01:00:00 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 01:00:00 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 01:00:01 go: downloading cloud.google.com/go/storage v1.21.0 01:00:01 go: downloading cloud.google.com/go v0.100.2 01:00:03 go: downloading k8s.io/apimachinery v0.23.4 01:00:04 go: downloading cloud.google.com/go/compute v1.3.0 01:00:04 go: downloading sigs.k8s.io/controller-runtime v0.11.1 01:00:05 go: downloading cloud.google.com/go/iam v0.1.1 01:00:05 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 01:00:06 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 01:00:07 go: downloading k8s.io/klog/v2 v2.30.0 01:00:07 go: downloading github.com/google/gofuzz v1.1.0 01:00:07 go: downloading cloud.google.com/go/security v1.3.0 01:00:07 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 01:00:07 go: downloading k8s.io/kube-aggregator v0.23.3 01:00:07 78f4ff83707c: Pushed 01:00:07 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:7809e15f38fccbd9c1e184fdff52aa911ee3ff8954c2a55ff95f94ebe904264c size: 1780 [Pipeline] isUnix [Pipeline] sh 01:00:07 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] isUnix [Pipeline] sh 01:00:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:00:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:00:08 aa28f897527b: Preparing 01:00:08 ec56463ad6a1: Preparing 01:00:08 bcca0d6c3ca2: Preparing 01:00:08 78f4ff83707c: Preparing 01:00:08 f1d204f1c84f: Preparing 01:00:08 a434ade633ef: Preparing 01:00:08 4fc242d58285: Preparing 01:00:08 a434ade633ef: Waiting 01:00:08 4fc242d58285: Waiting 01:00:08 bcca0d6c3ca2: Layer already exists 01:00:08 f1d204f1c84f: Layer already exists 01:00:08 ec56463ad6a1: Layer already exists 01:00:08 78f4ff83707c: Layer already exists 01:00:08 aa28f897527b: Layer already exists 01:00:08 4fc242d58285: Layer already exists 01:00:08 a434ade633ef: Layer already exists 01:00:08 latest: digest: sha256:7809e15f38fccbd9c1e184fdff52aa911ee3ff8954c2a55ff95f94ebe904264c size: 1780 [Pipeline] isUnix [Pipeline] sh 01:00:08 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:00:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.2 01:00:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:00:08 aa28f897527b: Preparing 01:00:08 ec56463ad6a1: Preparing 01:00:08 bcca0d6c3ca2: Preparing 01:00:08 78f4ff83707c: Preparing 01:00:08 f1d204f1c84f: Preparing 01:00:08 a434ade633ef: Preparing 01:00:08 4fc242d58285: Preparing 01:00:08 a434ade633ef: Waiting 01:00:08 4fc242d58285: Waiting 01:00:08 78f4ff83707c: Layer already exists 01:00:08 bcca0d6c3ca2: Layer already exists 01:00:08 f1d204f1c84f: Layer already exists 01:00:08 ec56463ad6a1: Layer already exists 01:00:08 aa28f897527b: Layer already exists 01:00:08 4fc242d58285: Layer already exists 01:00:08 a434ade633ef: Layer already exists 01:00:08 2.2.1-dev.2: digest: sha256:7809e15f38fccbd9c1e184fdff52aa911ee3ff8954c2a55ff95f94ebe904264c size: 1780 [Pipeline] isUnix [Pipeline] sh 01:00:09 go: downloading github.com/hashicorp/vault/api v1.4.1 01:00:09 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:00:09 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 01:00:09 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 01:00:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:00:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:00:09 aa28f897527b: Preparing 01:00:09 ec56463ad6a1: Preparing 01:00:09 bcca0d6c3ca2: Preparing 01:00:09 78f4ff83707c: Preparing 01:00:09 f1d204f1c84f: Preparing 01:00:09 a434ade633ef: Preparing 01:00:09 4fc242d58285: Preparing 01:00:09 a434ade633ef: Waiting 01:00:09 4fc242d58285: Waiting 01:00:09 aa28f897527b: Layer already exists 01:00:09 f1d204f1c84f: Layer already exists 01:00:09 bcca0d6c3ca2: Layer already exists 01:00:09 78f4ff83707c: Layer already exists 01:00:09 ec56463ad6a1: Layer already exists 01:00:09 a434ade633ef: Layer already exists 01:00:09 4fc242d58285: Layer already exists 01:00:09 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:7809e15f38fccbd9c1e184fdff52aa911ee3ff8954c2a55ff95f94ebe904264c size: 1780 [Pipeline] isUnix [Pipeline] sh 01:00:09 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] isUnix [Pipeline] sh 01:00:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:00:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:00:10 aa28f897527b: Preparing 01:00:10 ec56463ad6a1: Preparing 01:00:10 bcca0d6c3ca2: Preparing 01:00:10 78f4ff83707c: Preparing 01:00:10 f1d204f1c84f: Preparing 01:00:10 a434ade633ef: Preparing 01:00:10 4fc242d58285: Preparing 01:00:10 a434ade633ef: Waiting 01:00:10 4fc242d58285: Waiting 01:00:10 78f4ff83707c: Layer already exists 01:00:10 ec56463ad6a1: Layer already exists 01:00:10 aa28f897527b: Layer already exists 01:00:10 f1d204f1c84f: Layer already exists 01:00:10 bcca0d6c3ca2: Layer already exists 01:00:10 a434ade633ef: Layer already exists 01:00:10 4fc242d58285: Layer already exists 01:00:10 main: digest: sha256:7809e15f38fccbd9c1e184fdff52aa911ee3ff8954c2a55ff95f94ebe904264c size: 1780 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:00:10 ===================================================== [Pipeline] echo 01:00:10 taggedImages: 01:00:10 - nexus3.edgexfoundry.org:10004/security-spire-server:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:00:10 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:00:10 - nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.2 01:00:10 - nexus3.edgexfoundry.org:10004/security-spire-server:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:00:10 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:00:10 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:00:10 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:00:10 latest 01:00:10 2.2.1-dev.2 01:00:10 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:00:10 main 01:00:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 01:00:10 go: downloading github.com/spf13/pflag v1.0.5 [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:00:10 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:00:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:00:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:00:10 bed629dfb3f4: Preparing 01:00:10 cf18d617cc3d: Preparing 01:00:10 e9774bdf2ff8: Preparing 01:00:10 fd9c4036ba27: Preparing 01:00:10 b541d28bf3b4: Preparing 01:00:10 b541d28bf3b4: Layer already exists 01:00:10 e9774bdf2ff8: Layer already exists 01:00:10 bed629dfb3f4: Pushed 01:00:10 fd9c4036ba27: Pushed 01:00:11 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 01:00:11 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 01:00:11 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 01:00:11 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 01:00:11 go: downloading github.com/Azure/go-autorest/logger v0.2.1 01:00:11 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 01:00:11 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 01:00:11 go: downloading github.com/dimchansky/utfbom v1.1.1 01:00:11 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 01:00:11 go: downloading github.com/gobwas/glob v0.2.3 01:00:11 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 01:00:11 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 01:00:12 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 01:00:12 go: downloading github.com/hashicorp/vault/sdk v0.4.1 01:00:12 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 01:00:12 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 01:00:12 go: downloading github.com/jinzhu/inflection v1.0.0 01:00:12 go: downloading github.com/aws/smithy-go v1.11.0 01:00:12 cf18d617cc3d: Pushed 01:00:12 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:5afbf74bc4efe09b94d83f5582f68daf872a0957ce8158e902c5d8dec4ddf83c size: 1366 [Pipeline] isUnix [Pipeline] sh 01:00:13 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] isUnix [Pipeline] sh 01:00:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:00:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:00:13 bed629dfb3f4: Preparing 01:00:13 cf18d617cc3d: Preparing 01:00:13 e9774bdf2ff8: Preparing 01:00:13 fd9c4036ba27: Preparing 01:00:13 b541d28bf3b4: Preparing 01:00:13 fd9c4036ba27: Layer already exists 01:00:13 b541d28bf3b4: Layer already exists 01:00:13 cf18d617cc3d: Layer already exists 01:00:13 bed629dfb3f4: Layer already exists 01:00:13 e9774bdf2ff8: Layer already exists 01:00:13 latest: digest: sha256:5afbf74bc4efe09b94d83f5582f68daf872a0957ce8158e902c5d8dec4ddf83c size: 1366 [Pipeline] isUnix [Pipeline] sh 01:00:13 go: downloading github.com/mitchellh/mapstructure v1.4.3 01:00:13 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:00:14 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 01:00:14 go: downloading github.com/tklauser/go-sysconf v0.3.9 01:00:14 + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.2 01:00:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:00:14 bed629dfb3f4: Preparing 01:00:14 cf18d617cc3d: Preparing 01:00:14 e9774bdf2ff8: Preparing 01:00:14 fd9c4036ba27: Preparing 01:00:14 b541d28bf3b4: Preparing 01:00:14 e9774bdf2ff8: Layer already exists 01:00:14 cf18d617cc3d: Layer already exists 01:00:14 bed629dfb3f4: Layer already exists 01:00:14 fd9c4036ba27: Layer already exists 01:00:14 b541d28bf3b4: Layer already exists 01:00:14 2.2.1-dev.2: digest: sha256:5afbf74bc4efe09b94d83f5582f68daf872a0957ce8158e902c5d8dec4ddf83c size: 1366 [Pipeline] isUnix [Pipeline] sh 01:00:14 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 01:00:14 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:00:14 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 01:00:14 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 01:00:14 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 01:00:14 + docker push nexus3.edgexfoundry.org:10004/support-notifications:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:00:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:00:14 bed629dfb3f4: Preparing 01:00:14 cf18d617cc3d: Preparing 01:00:14 e9774bdf2ff8: Preparing 01:00:14 fd9c4036ba27: Preparing 01:00:14 b541d28bf3b4: Preparing 01:00:14 b541d28bf3b4: Layer already exists 01:00:14 cf18d617cc3d: Layer already exists 01:00:14 bed629dfb3f4: Layer already exists 01:00:14 fd9c4036ba27: Layer already exists 01:00:14 e9774bdf2ff8: Layer already exists 01:00:14 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:5afbf74bc4efe09b94d83f5582f68daf872a0957ce8158e902c5d8dec4ddf83c size: 1366 [Pipeline] isUnix [Pipeline] sh 01:00:14 go: downloading github.com/jmespath/go-jmespath v0.4.0 01:00:15 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] isUnix [Pipeline] sh 01:00:15 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 01:00:15 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 01:00:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:00:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:00:15 bed629dfb3f4: Preparing 01:00:15 cf18d617cc3d: Preparing 01:00:15 e9774bdf2ff8: Preparing 01:00:15 fd9c4036ba27: Preparing 01:00:15 b541d28bf3b4: Preparing 01:00:15 cf18d617cc3d: Layer already exists 01:00:15 fd9c4036ba27: Layer already exists 01:00:15 e9774bdf2ff8: Layer already exists 01:00:15 bed629dfb3f4: Layer already exists 01:00:15 b541d28bf3b4: Layer already exists 01:00:15 main: digest: sha256:5afbf74bc4efe09b94d83f5582f68daf872a0957ce8158e902c5d8dec4ddf83c size: 1366 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:00:15 ===================================================== [Pipeline] echo 01:00:15 taggedImages: 01:00:15 - nexus3.edgexfoundry.org:10004/support-notifications:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:00:15 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:00:15 - nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.2 01:00:15 - nexus3.edgexfoundry.org:10004/support-notifications:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:00:15 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:00:15 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:00:15 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:00:15 latest 01:00:15 2.2.1-dev.2 01:00:15 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:00:15 main 01:00:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:00:15 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:00:15 go: downloading github.com/gogo/protobuf v1.3.2 01:00:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:00:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:00:16 8e8b1e8211b7: Preparing 01:00:16 5002e7b6135c: Preparing 01:00:16 e9774bdf2ff8: Preparing 01:00:16 bd54aaa2488d: Preparing 01:00:16 b541d28bf3b4: Preparing 01:00:16 e9774bdf2ff8: Layer already exists 01:00:16 b541d28bf3b4: Layer already exists 01:00:16 bd54aaa2488d: Layer already exists 01:00:16 8e8b1e8211b7: Pushed 01:00:16 go: downloading go.opencensus.io v0.23.0 01:00:17 go: downloading gopkg.in/inf.v0 v0.9.1 01:00:18 go: downloading github.com/go-logr/logr v1.2.2 01:00:18 go: downloading github.com/google/go-cmp v0.5.7 01:00:18 5002e7b6135c: Pushed 01:00:18 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:48ce16946eec808c4cba19cdce71dd7497a15f6170b5e803447cb7e636c33297 size: 1365 [Pipeline] isUnix [Pipeline] sh 01:00:18 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 01:00:18 go: downloading github.com/json-iterator/go v1.1.12 01:00:18 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] isUnix [Pipeline] sh 01:00:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:00:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:00:19 8e8b1e8211b7: Preparing 01:00:19 5002e7b6135c: Preparing 01:00:19 e9774bdf2ff8: Preparing 01:00:19 bd54aaa2488d: Preparing 01:00:19 b541d28bf3b4: Preparing 01:00:19 5002e7b6135c: Layer already exists 01:00:19 8e8b1e8211b7: Layer already exists 01:00:19 bd54aaa2488d: Layer already exists 01:00:19 b541d28bf3b4: Layer already exists 01:00:19 e9774bdf2ff8: Layer already exists 01:00:19 latest: digest: sha256:48ce16946eec808c4cba19cdce71dd7497a15f6170b5e803447cb7e636c33297 size: 1365 [Pipeline] isUnix [Pipeline] sh 01:00:19 go: downloading github.com/googleapis/gnostic v0.5.5 01:00:19 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:00:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.2 01:00:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:00:19 8e8b1e8211b7: Preparing 01:00:19 5002e7b6135c: Preparing 01:00:19 e9774bdf2ff8: Preparing 01:00:19 bd54aaa2488d: Preparing 01:00:19 b541d28bf3b4: Preparing 01:00:19 5002e7b6135c: Layer already exists 01:00:19 bd54aaa2488d: Layer already exists 01:00:19 e9774bdf2ff8: Layer already exists 01:00:19 b541d28bf3b4: Layer already exists 01:00:19 8e8b1e8211b7: Layer already exists 01:00:19 2.2.1-dev.2: digest: sha256:48ce16946eec808c4cba19cdce71dd7497a15f6170b5e803447cb7e636c33297 size: 1365 [Pipeline] isUnix [Pipeline] sh 01:00:20 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:00:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:00:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:00:20 8e8b1e8211b7: Preparing 01:00:20 5002e7b6135c: Preparing 01:00:20 e9774bdf2ff8: Preparing 01:00:20 bd54aaa2488d: Preparing 01:00:20 b541d28bf3b4: Preparing 01:00:20 5002e7b6135c: Layer already exists 01:00:20 bd54aaa2488d: Layer already exists 01:00:20 e9774bdf2ff8: Layer already exists 01:00:20 b541d28bf3b4: Layer already exists 01:00:20 8e8b1e8211b7: Layer already exists 01:00:20 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:48ce16946eec808c4cba19cdce71dd7497a15f6170b5e803447cb7e636c33297 size: 1365 [Pipeline] isUnix [Pipeline] sh 01:00:20 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] isUnix [Pipeline] sh 01:00:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:00:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:00:20 8e8b1e8211b7: Preparing 01:00:20 5002e7b6135c: Preparing 01:00:20 e9774bdf2ff8: Preparing 01:00:20 bd54aaa2488d: Preparing 01:00:20 b541d28bf3b4: Preparing 01:00:20 5002e7b6135c: Layer already exists 01:00:20 8e8b1e8211b7: Layer already exists 01:00:20 bd54aaa2488d: Layer already exists 01:00:20 e9774bdf2ff8: Layer already exists 01:00:20 b541d28bf3b4: Layer already exists 01:00:20 main: digest: sha256:48ce16946eec808c4cba19cdce71dd7497a15f6170b5e803447cb7e636c33297 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:00:20 ===================================================== [Pipeline] echo 01:00:21 taggedImages: 01:00:21 - nexus3.edgexfoundry.org:10004/support-scheduler:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:00:21 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:00:21 - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.2 01:00:21 - nexus3.edgexfoundry.org:10004/support-scheduler:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:00:21 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 01:00:21 [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: 01:00:21 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:00:21 latest 01:00:21 2.2.1-dev.2 01:00:21 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:00:21 main 01:00:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:00:21 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 01:00:21 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:00:21 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 01:00:21 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:00:21 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 01:00:21 77e73bc432b5: Preparing 01:00:21 dd971c3a30ad: Preparing 01:00:21 f70abb1a2a7e: Preparing 01:00:21 9701aa788034: Preparing 01:00:21 52f44be93a46: Preparing 01:00:21 10d82663b225: Preparing 01:00:21 f7a7a140f1b3: Preparing 01:00:21 31e69d4774c9: Preparing 01:00:21 7750d494dfbd: Preparing 01:00:21 18708474c90b: Preparing 01:00:21 4fc242d58285: Preparing 01:00:21 10d82663b225: Waiting 01:00:21 f7a7a140f1b3: Waiting 01:00:21 31e69d4774c9: Waiting 01:00:21 7750d494dfbd: Waiting 01:00:21 18708474c90b: Waiting 01:00:21 4fc242d58285: Waiting 01:00:21 52f44be93a46: Layer already exists 01:00:21 10d82663b225: Layer already exists 01:00:21 f7a7a140f1b3: Layer already exists 01:00:21 31e69d4774c9: Layer already exists 01:00:21 7750d494dfbd: Layer already exists 01:00:21 dd971c3a30ad: Pushed 01:00:21 18708474c90b: Layer already exists 01:00:21 4fc242d58285: Layer already exists 01:00:21 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 01:00:21 go: downloading github.com/Azure/go-autorest/logger v0.2.1 01:00:21 77e73bc432b5: Pushed 01:00:22 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 01:00:22 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 01:00:22 go: downloading github.com/dimchansky/utfbom v1.1.1 01:00:22 go: downloading cloud.google.com/go/compute v1.3.0 01:00:22 f70abb1a2a7e: Pushed 01:00:23 go: downloading cloud.google.com/go/iam v0.1.1 01:00:23 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 01:00:23 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 01:00:23 go: downloading github.com/google/gofuzz v1.1.0 01:00:23 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 01:00:23 go: downloading k8s.io/klog/v2 v2.30.0 01:00:23 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 01:00:23 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 01:00:23 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 01:00:24 go: downloading github.com/tklauser/numcpus v0.3.0 01:00:24 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 01:00:24 go: downloading go.uber.org/zap v1.21.0 01:00:24 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 01:00:25 go: downloading sigs.k8s.io/yaml v1.3.0 01:00:25 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 01:00:25 go: downloading github.com/spf13/pflag v1.0.5 01:00:25 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 01:00:25 go: downloading github.com/modern-go/reflect2 v1.0.2 01:00:25 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 01:00:25 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 01:00:25 go: downloading github.com/ryanuber/go-glob v1.0.0 01:00:25 go: downloading github.com/golang/snappy v0.0.4 01:00:26 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 01:00:26 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 01:00:26 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 01:00:26 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 01:00:26 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 01:00:27 go: downloading github.com/hashicorp/vault/sdk v0.4.1 01:00:28 go: downloading github.com/mitchellh/mapstructure v1.4.3 01:00:28 go: downloading github.com/tklauser/go-sysconf v0.3.9 01:00:28 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 01:00:29 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 01:00:29 go: downloading github.com/jmespath/go-jmespath v0.4.0 01:00:29 9701aa788034: Pushed 01:00:29 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:987d6b5fbf3cbbe8d1bc45652bc2e437ee06388b89fb6058726407a89596cd95 size: 2622 [Pipeline] isUnix [Pipeline] sh 01:00:29 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] isUnix [Pipeline] sh 01:00:30 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 01:00:30 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 01:00:30 77e73bc432b5: Preparing 01:00:30 dd971c3a30ad: Preparing 01:00:30 f70abb1a2a7e: Preparing 01:00:30 9701aa788034: Preparing 01:00:30 52f44be93a46: Preparing 01:00:30 10d82663b225: Preparing 01:00:30 f7a7a140f1b3: Preparing 01:00:30 31e69d4774c9: Preparing 01:00:30 7750d494dfbd: Preparing 01:00:30 18708474c90b: Preparing 01:00:30 4fc242d58285: Preparing 01:00:30 f7a7a140f1b3: Waiting 01:00:30 18708474c90b: Waiting 01:00:30 31e69d4774c9: Waiting 01:00:30 10d82663b225: Waiting 01:00:30 7750d494dfbd: Waiting 01:00:30 f70abb1a2a7e: Layer already exists 01:00:30 77e73bc432b5: Layer already exists 01:00:30 52f44be93a46: Layer already exists 01:00:30 9701aa788034: Layer already exists 01:00:30 dd971c3a30ad: Layer already exists 01:00:30 f7a7a140f1b3: Layer already exists 01:00:30 10d82663b225: Layer already exists 01:00:30 18708474c90b: Layer already exists 01:00:30 7750d494dfbd: Layer already exists 01:00:30 31e69d4774c9: Layer already exists 01:00:30 4fc242d58285: Layer already exists 01:00:30 latest: digest: sha256:987d6b5fbf3cbbe8d1bc45652bc2e437ee06388b89fb6058726407a89596cd95 size: 2622 [Pipeline] isUnix [Pipeline] sh 01:00:30 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:00:30 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.2 01:00:30 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 01:00:30 77e73bc432b5: Preparing 01:00:30 dd971c3a30ad: Preparing 01:00:30 f70abb1a2a7e: Preparing 01:00:30 9701aa788034: Preparing 01:00:30 52f44be93a46: Preparing 01:00:30 10d82663b225: Preparing 01:00:30 f7a7a140f1b3: Preparing 01:00:30 31e69d4774c9: Preparing 01:00:30 7750d494dfbd: Preparing 01:00:30 18708474c90b: Preparing 01:00:30 4fc242d58285: Preparing 01:00:30 31e69d4774c9: Waiting 01:00:30 7750d494dfbd: Waiting 01:00:30 18708474c90b: Waiting 01:00:30 10d82663b225: Waiting 01:00:30 f7a7a140f1b3: Waiting 01:00:30 4fc242d58285: Waiting 01:00:30 f70abb1a2a7e: Layer already exists 01:00:30 77e73bc432b5: Layer already exists 01:00:30 52f44be93a46: Layer already exists 01:00:30 dd971c3a30ad: Layer already exists 01:00:30 9701aa788034: Layer already exists 01:00:30 f7a7a140f1b3: Layer already exists 01:00:30 10d82663b225: Layer already exists 01:00:30 7750d494dfbd: Layer already exists 01:00:30 18708474c90b: Layer already exists 01:00:30 31e69d4774c9: Layer already exists 01:00:30 4fc242d58285: Layer already exists 01:00:30 2.2.1-dev.2: digest: sha256:987d6b5fbf3cbbe8d1bc45652bc2e437ee06388b89fb6058726407a89596cd95 size: 2622 [Pipeline] isUnix [Pipeline] sh 01:00:30 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:00:31 go: downloading go.opencensus.io v0.23.0 01:00:31 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:00:31 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 01:00:31 77e73bc432b5: Preparing 01:00:31 dd971c3a30ad: Preparing 01:00:31 f70abb1a2a7e: Preparing 01:00:31 9701aa788034: Preparing 01:00:31 52f44be93a46: Preparing 01:00:31 10d82663b225: Preparing 01:00:31 f7a7a140f1b3: Preparing 01:00:31 31e69d4774c9: Preparing 01:00:31 7750d494dfbd: Preparing 01:00:31 18708474c90b: Preparing 01:00:31 4fc242d58285: Preparing 01:00:31 31e69d4774c9: Waiting 01:00:31 18708474c90b: Waiting 01:00:31 4fc242d58285: Waiting 01:00:31 f7a7a140f1b3: Waiting 01:00:31 10d82663b225: Waiting 01:00:31 7750d494dfbd: Waiting 01:00:31 9701aa788034: Layer already exists 01:00:31 dd971c3a30ad: Layer already exists 01:00:31 f70abb1a2a7e: Layer already exists 01:00:31 77e73bc432b5: Layer already exists 01:00:31 52f44be93a46: Layer already exists 01:00:31 10d82663b225: Layer already exists 01:00:31 31e69d4774c9: Layer already exists 01:00:31 f7a7a140f1b3: Layer already exists 01:00:31 18708474c90b: Layer already exists 01:00:31 7750d494dfbd: Layer already exists 01:00:31 4fc242d58285: Layer already exists 01:00:31 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:987d6b5fbf3cbbe8d1bc45652bc2e437ee06388b89fb6058726407a89596cd95 size: 2622 [Pipeline] isUnix [Pipeline] sh 01:00:31 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] isUnix [Pipeline] sh 01:00:31 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 01:00:31 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 01:00:31 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main 01:00:31 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 01:00:31 77e73bc432b5: Preparing 01:00:31 dd971c3a30ad: Preparing 01:00:31 f70abb1a2a7e: Preparing 01:00:31 9701aa788034: Preparing 01:00:31 52f44be93a46: Preparing 01:00:31 10d82663b225: Preparing 01:00:31 f7a7a140f1b3: Preparing 01:00:31 31e69d4774c9: Preparing 01:00:31 7750d494dfbd: Preparing 01:00:31 18708474c90b: Preparing 01:00:31 4fc242d58285: Preparing 01:00:31 10d82663b225: Waiting 01:00:31 f7a7a140f1b3: Waiting 01:00:31 31e69d4774c9: Waiting 01:00:31 7750d494dfbd: Waiting 01:00:31 18708474c90b: Waiting 01:00:31 4fc242d58285: Waiting 01:00:31 77e73bc432b5: Layer already exists 01:00:31 9701aa788034: Layer already exists 01:00:31 f70abb1a2a7e: Layer already exists 01:00:31 dd971c3a30ad: Layer already exists 01:00:31 52f44be93a46: Layer already exists 01:00:31 f7a7a140f1b3: Layer already exists 01:00:31 31e69d4774c9: Layer already exists 01:00:31 10d82663b225: Layer already exists 01:00:31 7750d494dfbd: Layer already exists 01:00:31 18708474c90b: Layer already exists 01:00:31 4fc242d58285: Layer already exists 01:00:31 main: digest: sha256:987d6b5fbf3cbbe8d1bc45652bc2e437ee06388b89fb6058726407a89596cd95 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:00:31 ===================================================== [Pipeline] echo 01:00:31 taggedImages: 01:00:31 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:00:31 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 01:00:31 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.2 01:00:31 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:00:31 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:00:32 go: downloading gopkg.in/inf.v0 v0.9.1 01:00:32 go: downloading github.com/google/go-cmp v0.5.7 01:00:32 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 01:00:32 go: downloading github.com/go-logr/logr v1.2.2 01:00:32 go: downloading github.com/json-iterator/go v1.1.12 01:00:33 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 01:00:36 go: downloading github.com/googleapis/gnostic v0.5.5 01:00:36 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 01:00:36 go: downloading github.com/hashicorp/go-uuid v1.0.2 01:00:36 go: downloading github.com/hashicorp/go-version v1.2.0 01:00:36 go: downloading go.uber.org/multierr v1.6.0 01:00:38 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 01:00:38 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 01:00:39 go: downloading github.com/tklauser/numcpus v0.3.0 01:00:39 go: downloading go.uber.org/zap v1.21.0 01:00:40 go: downloading sigs.k8s.io/yaml v1.3.0 01:00:40 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 01:00:40 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 01:00:40 go: downloading github.com/modern-go/reflect2 v1.0.2 01:00:40 go: downloading github.com/ryanuber/go-glob v1.0.0 01:00:40 go: downloading github.com/golang/snappy v0.0.4 01:00:40 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 01:00:50 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 01:00:50 go: downloading github.com/hashicorp/go-uuid v1.0.2 01:00:50 go: downloading github.com/hashicorp/go-version v1.2.0 01:00:50 go: downloading go.uber.org/multierr v1.6.0 01:01:17 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 01:01:17 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 01:01:17 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 01:01:17 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 01:02:14 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 01:02:27 Removing intermediate container 93bd735cfa09 01:02:27 ---> 9e7df652658d 01:02:27 01:02:27 Step 10/23 : FROM alpine:3.14 01:02:27 3.14: Pulling from library/alpine 01:02:28 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 01:02:28 Status: Downloaded newer image for alpine:3.14 01:02:28 ---> ac73e934f311 01:02:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:02:28 ---> Running in 4159a3abe7a2 01:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:02:33 (1/1) Installing dumb-init (1.2.5-r1) 01:02:33 Executing busybox-1.33.1-r7.trigger 01:02:33 OK: 5 MiB in 15 packages 01:02:36 Removing intermediate container 4159a3abe7a2 01:02:36 ---> 56a883a8e8d9 01:02:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:02:36 ---> Running in 75bc7db64330 01:02:37 Removing intermediate container 75bc7db64330 01:02:37 ---> 60e39b74a5b5 01:02:37 Step 13/23 : ENV APP_PORT=59882 01:02:37 ---> Running in da6dd5b5e9da 01:02:38 Removing intermediate container da6dd5b5e9da 01:02:38 ---> 25e898c665ba 01:02:38 Step 14/23 : EXPOSE $APP_PORT 01:02:38 ---> Running in 64b132cf6b5b 01:02:40 Removing intermediate container 64b132cf6b5b 01:02:40 ---> f3dec74041c2 01:02:40 Step 15/23 : WORKDIR / 01:02:40 ---> Running in a755a97b0662 01:02:41 Removing intermediate container a755a97b0662 01:02:41 ---> 78ff8d3d94b7 01:02:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:02:41 Removing intermediate container 0a4abc5d5497 01:02:41 ---> 130d47ece4c7 01:02:41 01:02:41 Step 10/22 : FROM alpine:3.14 01:02:41 ---> ac73e934f311 01:02:41 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 01:02:41 Removing intermediate container a898567a38f5 01:02:41 ---> d2fba7e861f6 01:02:41 01:02:41 Step 10/31 : FROM alpine:3.14 01:02:41 ---> ac73e934f311 01:02:41 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:02:42 ---> Running in 0f7b587f14bd 01:02:42 ---> Running in e9d2926d49af 01:02:43 ---> 8691a484c566 01:02:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:02:43 Removing intermediate container 0f7b587f14bd 01:02:43 ---> 5c6def8ce21d 01:02:43 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:02:43 ---> Running in 0ac10c29aff0 01:02:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:02:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:02:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:02:46 ---> 41aa567d8a7e 01:02:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:02:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:02:47 ---> 86a058cc9a62 01:02:47 Step 19/23 : ENTRYPOINT ["/core-command"] 01:02:47 ---> Running in ad1c118e6eed 01:02:47 (1/6) Installing ca-certificates (20211220-r0) 01:02:47 (2/6) Installing brotli-libs (1.0.9-r5) 01:02:47 (3/6) Installing nghttp2-libs (1.43.0-r0) 01:02:47 (4/6) Installing libcurl (7.79.1-r1) 01:02:47 (5/6) Installing curl (7.79.1-r1) 01:02:47 (6/6) Installing dumb-init (1.2.5-r1) 01:02:47 Executing busybox-1.33.1-r7.trigger 01:02:47 Executing ca-certificates-20211220-r0.trigger 01:02:47 Removing intermediate container ad1c118e6eed 01:02:47 ---> 78138ef5dd98 01:02:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:02:47 ---> Running in 925f89a6748c 01:02:47 OK: 8 MiB in 20 packages 01:02:48 (1/2) Installing dumb-init (1.2.5-r1) 01:02:48 (2/2) Installing su-exec (0.2-r1) 01:02:48 Executing busybox-1.33.1-r7.trigger 01:02:48 Removing intermediate container 925f89a6748c 01:02:48 ---> 886cd6548e12 01:02:48 Step 21/23 : LABEL arch=arm64 01:02:48 OK: 6 MiB in 16 packages 01:02:48 ---> Running in 1ea134211bb7 01:02:49 Removing intermediate container 1ea134211bb7 01:02:49 ---> bfba841774f8 01:02:49 Step 22/23 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:02:49 ---> Running in 37f9e6529c2d 01:02:50 Removing intermediate container 37f9e6529c2d 01:02:50 ---> 1159e10d9ea4 01:02:50 Step 23/23 : LABEL version=2.2.1-dev.2 01:02:50 ---> Running in e3a2bba7820c 01:02:51 Removing intermediate container 0ac10c29aff0 01:02:51 ---> 5f39544d1267 01:02:51 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:02:51 ---> Running in 0af2f7f5eef4 01:02:51 Removing intermediate container e9d2926d49af 01:02:51 ---> c33da06681b8 01:02:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:02:51 ---> Running in 62396c8f6651 01:02:52 Removing intermediate container e3a2bba7820c 01:02:52 ---> dcf9ad481ee5 01:02:52 01:02:52 Removing intermediate container 0af2f7f5eef4 01:02:52 ---> 7831ba65e980 01:02:52 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:02:52 ---> Running in afaae49b4698 01:02:52 Removing intermediate container 62396c8f6651 01:02:52 ---> 9c56fe251544 01:02:52 Step 13/22 : WORKDIR /edgex 01:02:52 ---> Running in 593cf71459eb 01:02:53 Successfully built dcf9ad481ee5 01:02:53 Successfully tagged core-command-arm64:latest 01:02:53  Building core-command ... done Building sys-mgmt-agent 01:02:53 Removing intermediate container afaae49b4698 01:02:53 ---> 4d10d538ad19 01:02:53 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:02:53 ---> Running in c56c1e24a586 01:02:53 Removing intermediate container 593cf71459eb 01:02:53 ---> 48850109bb81 01:02:53 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:02:55 ---> 385c0389e38f 01:02:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:02:57 ---> ac6ea8aedeb1 01:02:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:02:57 Removing intermediate container c56c1e24a586 01:02:57 ---> f11d3afbe307 01:02:57 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:02:57 ---> Running in 9467d85da3b8 01:02:58 Removing intermediate container 9467d85da3b8 01:02:58 ---> 62ca5c819470 01:02:58 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:02:59 ---> 0e42cdf85db9 01:02:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:02:59 ---> 6b19e9d36924 01:02:59 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:03:00 ---> Running in 871fcaa20663 01:03:01 ---> 8b6ee30a3501 01:03:01 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:03:01 ---> Running in ab0e2015983e 01:03:05 Removing intermediate container 871fcaa20663 01:03:05 ---> 7c953eb07640 01:03:05 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:03:06 Removing intermediate container ab0e2015983e 01:03:06 ---> b7514288e91e 01:03:06 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 01:03:06 ---> Running in c47bbf8a4c58 01:03:07 Removing intermediate container c47bbf8a4c58 01:03:07 ---> 78697de9c59b 01:03:07 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:03:07 ---> 3ea778712c18 01:03:07 Step 20/22 : LABEL arch=arm64 01:03:07 ---> Running in e38921a7ed76 01:03:08 Removing intermediate container e38921a7ed76 01:03:08 ---> fc20fe7623b1 01:03:08 Step 21/22 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:03:08 ---> Running in c6b6009736f1 01:03:09 Removing intermediate container c6b6009736f1 01:03:09 ---> f962d1ed3def 01:03:09 Step 22/22 : LABEL version=2.2.1-dev.2 01:03:09 ---> Running in 460b0b0b9ca6 01:03:11 Removing intermediate container 460b0b0b9ca6 01:03:11 ---> 34bcaf39f26a 01:03:11 01:03:11 ---> 0f746b36361e 01:03:11 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:03:11 Successfully built 34bcaf39f26a 01:03:11 Successfully tagged security-proxy-setup-arm64:latest 01:03:11 Building core-data 01:03:12  Building security-proxy-setup ... done  ---> eeabb22ae515 01:03:12 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:03:13 ---> 97f283501040 01:03:13 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 01:03:15 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 01:03:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:03:15 ---> ac96cfba895b 01:03:15 Step 3/23 : WORKDIR /edgex-go 01:03:15 ---> Using cache 01:03:15 ---> 7c2c777e4b71 01:03:15 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:03:15 ---> 1c28867ecd60 01:03:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:15 ---> Using cache 01:03:15 ---> 53509075d2d7 01:03:15 Step 5/23 : RUN apk add --update --no-cache make bash git 01:03:15 ---> Running in f88f31c71910 01:03:15 ---> Running in 012a15defe57 01:03:16 Removing intermediate container 012a15defe57 01:03:16 ---> 32e62118d2d0 01:03:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:03:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:03:18 ---> 6f54a27337f5 01:03:18 Step 26/31 : RUN chmod +x /entrypoint.sh 01:03:18 ---> Running in 12c32e088bbe 01:03:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:03:20 OK: 220 MiB in 52 packages 01:03:21 Removing intermediate container 12c32e088bbe 01:03:21 ---> 90abe71888bd 01:03:21 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:03:22 Removing intermediate container f88f31c71910 01:03:22 ---> 60ea3a8c04f4 01:03:22 Step 6/23 : COPY go.mod vendor* ./ 01:03:22 ---> Running in c17233b2f745 01:03:23 Removing intermediate container c17233b2f745 01:03:23 ---> 917793dfcaf3 01:03:23 Step 28/31 : CMD ["gate"] 01:03:24 ---> Running in da7909cefb42 01:03:24 ---> 53e4f9cf9e58 01:03:24 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:03:24 ---> Running in 3fec838b0e00 01:03:25 Removing intermediate container da7909cefb42 01:03:25 ---> 73e8b67adf9b 01:03:25 Step 29/31 : LABEL arch=arm64 01:03:25 ---> Running in 374ea31612f7 01:03:26 Removing intermediate container 374ea31612f7 01:03:26 ---> 7d44c6fa55b6 01:03:26 Step 30/31 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:03:27 ---> Running in 0c23430ffb63 01:03:27 Removing intermediate container 0c23430ffb63 01:03:27 ---> 0f4fa978e9c2 01:03:27 Step 31/31 : LABEL version=2.2.1-dev.2 01:03:28 ---> Running in cbe59596dff1 01:03:29 Removing intermediate container cbe59596dff1 01:03:29 ---> 40d6bb70964f 01:03:29 01:03:29 Successfully built 40d6bb70964f 01:03:29 Successfully tagged security-bootstrapper-arm64:latest 01:03:29 Building security-secretstore-setup 01:03:32  Building security-bootstrapper ... done Removing intermediate container 3fec838b0e00 01:03:32 ---> a91faaed6ab2 01:03:32 Step 8/23 : COPY . . 01:03:33 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 01:03:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:03:33 ---> ac96cfba895b 01:03:33 Step 3/23 : WORKDIR /edgex-go 01:03:33 ---> Using cache 01:03:33 ---> 1c28867ecd60 01:03:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:33 ---> Using cache 01:03:33 ---> 53509075d2d7 01:03:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:03:33 ---> Running in d566f1b1421a 01:03:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:03:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:03:38 OK: 220 MiB in 52 packages 01:03:41 Removing intermediate container d566f1b1421a 01:03:41 ---> c70608301762 01:03:41 Step 6/23 : COPY go.mod vendor* ./ 01:03:43 ---> e1d1974bc6db 01:03:43 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:03:43 ---> Running in 3296c5f533f0 01:03:51 Removing intermediate container 3296c5f533f0 01:03:51 ---> 3c82874ec7f5 01:03:51 Step 8/23 : COPY . . 01:03:53 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 01:03:53 Step 2/25 : FROM ${BUILDER_BASE} AS builder 01:03:53 ---> ac96cfba895b 01:03:53 Step 3/25 : WORKDIR /edgex-go 01:03:53 ---> Using cache 01:03:53 ---> 1c28867ecd60 01:03:53 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:53 ---> Using cache 01:03:53 ---> 53509075d2d7 01:03:53 Step 5/25 : RUN apk add --update --no-cache make git 01:03:53 ---> Using cache 01:03:53 ---> b9b28b23010a 01:03:53 Step 6/25 : COPY go.mod vendor* ./ 01:03:53 ---> Using cache 01:03:53 ---> d70d7cedc2e5 01:03:53 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:03:53 ---> Using cache 01:03:53 ---> ccbfe6c2899f 01:03:53 Step 8/25 : COPY . . 01:03:53 ---> Using cache 01:03:53 ---> c87dce1b60b3 01:03:53 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:03:53 ---> Running in 8583b1510bba 01:03:55 ---> 8a3ca7d41cbf 01:03:55 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:03:55 ---> Running in 613f84a5aced 01:03:57 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:03:58 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:04:10 ---> 863551210f16 01:04:10 Step 9/23 : RUN make cmd/core-data/core-data 01:04:10 ---> Running in eea11439ea24 01:04:10 CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:08:48 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:08:48 Removing intermediate container 613f84a5aced 01:08:48 ---> df52f768e367 01:08:48 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:08:48 ---> Running in b7c55dfdb79e 01:08:50 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:08:57 Removing intermediate container b7c55dfdb79e 01:08:57 ---> c12789319e8f 01:08:57 01:08:57 Step 11/23 : FROM docker:20.10.14 01:08:57 20.10.14: Pulling from library/docker 01:09:04 Removing intermediate container 8583b1510bba 01:09:04 ---> e2b15df13629 01:09:04 01:09:04 Step 10/25 : FROM alpine:3.14 01:09:04 ---> ac73e934f311 01:09:04 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 01:09:04 ---> Running in acb56a949364 01:09:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:09:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:09:07 (1/3) Installing ca-certificates (20211220-r0) 01:09:07 (2/3) Installing dumb-init (1.2.5-r1) 01:09:07 (3/3) Installing su-exec (0.2-r1) 01:09:07 Executing busybox-1.33.1-r7.trigger 01:09:07 Executing ca-certificates-20211220-r0.trigger 01:09:08 OK: 6 MiB in 17 packages 01:09:10 Removing intermediate container acb56a949364 01:09:10 ---> af31fde87545 01:09:10 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:09:10 ---> Running in b32b7703b186 01:09:11 Removing intermediate container b32b7703b186 01:09:11 ---> d443abc0449a 01:09:11 Step 13/25 : WORKDIR / 01:09:11 ---> Running in c75e7edb7495 01:09:12 Removing intermediate container c75e7edb7495 01:09:12 ---> e520e74b775b 01:09:12 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:09:13 ---> c91ff4b8767e 01:09:13 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:09:14 ---> a67ca6b078eb 01:09:14 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:09:16 ---> f9d234b07adb 01:09:16 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 01:09:17 ---> e8cae569a5c5 01:09:17 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:09:19 ---> c8f96804b6e3 01:09:19 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:09:21 ---> fac3756ca381 01:09:21 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:09:22 ---> 1db6b78ca9a9 01:09:22 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/ 01:09:22 ---> Running in a99e768477f8 01:09:25 Removing intermediate container a99e768477f8 01:09:25 ---> e8388200d8d6 01:09:25 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 01:09:25 ---> Running in 03df4c3c571f 01:09:26 Removing intermediate container 03df4c3c571f 01:09:26 ---> f173317d8d4a 01:09:26 Step 23/25 : LABEL arch=arm64 01:09:26 Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e 01:09:26 Status: Downloaded newer image for docker:20.10.14 01:09:26 ---> c346e9eafbab 01:09:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 01:09:27 ---> Running in c710fd747bbc 01:09:27 ---> Running in 28f7d5b6a630 01:09:28 Removing intermediate container c710fd747bbc 01:09:28 ---> c68becda3b34 01:09:28 Step 24/25 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:09:28 Removing intermediate container 28f7d5b6a630 01:09:28 ---> b46f71be02b5 01:09:28 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 01:09:28 ---> Running in 76d97ab57187 01:09:28 ---> Running in 4801ef075d16 01:09:29 Removing intermediate container 76d97ab57187 01:09:29 ---> 46a9881d0c17 01:09:29 Step 25/25 : LABEL version=2.2.1-dev.2 01:09:29 ---> Running in 252874db78b4 01:09:29 Removing intermediate container 252874db78b4 01:09:29 ---> 9e9d09ee1b6c 01:09:29 01:09:30 Successfully built 9e9d09ee1b6c 01:09:30 Successfully tagged security-secretstore-setup-arm64:latest 01:09:30  Building security-secretstore-setup ... done Building security-spiffe-token-provider 01:09:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:09:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:09:32 (1/43) Installing readline (8.1.1-r0) 01:09:32 (2/43) Installing bash (5.1.16-r0) 01:09:32 Executing bash-5.1.16-r0.post-install 01:09:32 (3/43) Installing brotli-libs (1.0.9-r5) 01:09:32 (4/43) Installing nghttp2-libs (1.46.0-r0) 01:09:32 (5/43) Installing libcurl (7.80.0-r1) 01:09:32 (6/43) Installing curl (7.80.0-r1) 01:09:32 (7/43) Installing dumb-init (1.2.5-r1) 01:09:32 (8/43) Installing libbz2 (1.0.8-r1) 01:09:32 (9/43) Installing expat (2.4.7-r0) 01:09:32 (10/43) Installing libffi (3.4.2-r1) 01:09:32 (11/43) Installing gdbm (1.22-r0) 01:09:32 (12/43) Installing xz-libs (5.2.5-r1) 01:09:32 (13/43) Installing libgcc (10.3.1_git20211027-r0) 01:09:32 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 01:09:32 (15/43) Installing mpdecimal (2.5.1-r1) 01:09:32 (16/43) Installing sqlite-libs (3.36.0-r0) 01:09:32 (17/43) Installing python3 (3.9.7-r4) 01:09:34 (18/43) Installing py3-appdirs (1.4.4-r2) 01:09:34 (19/43) Installing py3-certifi (2020.12.5-r1) 01:09:34 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 01:09:34 (21/43) Installing py3-idna (3.3-r0) 01:09:34 (22/43) Installing py3-urllib3 (1.26.7-r0) 01:09:34 (23/43) Installing py3-requests (2.26.0-r1) 01:09:34 (24/43) Installing py3-msgpack (1.0.2-r1) 01:09:34 (25/43) Installing py3-lockfile (0.12.2-r4) 01:09:34 (26/43) Installing py3-cachecontrol (0.12.10-r0) 01:09:34 (27/43) Installing py3-colorama (0.4.4-r1) 01:09:34 (28/43) Installing py3-contextlib2 (21.6.0-r1) 01:09:34 (29/43) Installing py3-distlib (0.3.3-r0) 01:09:35 (30/43) Installing py3-distro (1.6.0-r0) 01:09:35 (31/43) Installing py3-six (1.16.0-r0) 01:09:35 (32/43) Installing py3-webencodings (0.5.1-r4) 01:09:35 (33/43) Installing py3-html5lib (1.1-r1) 01:09:35 (34/43) Installing py3-parsing (2.4.7-r2) 01:09:35 (35/43) Installing py3-packaging (20.9-r1) 01:09:35 (36/43) Installing py3-tomli (1.2.2-r0) 01:09:35 (37/43) Installing py3-pep517 (0.12.0-r0) 01:09:35 (38/43) Installing py3-progress (1.6-r0) 01:09:35 (39/43) Installing py3-retrying (1.3.3-r2) 01:09:35 (40/43) Installing py3-ordered-set (4.0.2-r2) 01:09:35 (41/43) Installing py3-setuptools (52.0.0-r4) 01:09:35 (42/43) Installing py3-toml (0.10.2-r2) 01:09:35 (43/43) Installing py3-pip (20.3.4-r1) 01:09:36 Executing busybox-1.34.1-r5.trigger 01:09:36 OK: 82 MiB in 65 packages 01:09:43 Collecting docker-compose==1.23.2 01:09:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:09:43 Collecting docopt<0.7,>=0.6.1 01:09:43 Downloading docopt-0.6.2.tar.gz (25 kB) 01:09:48 Collecting dockerpty<0.5,>=0.4.1 01:09:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:09:48 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 01:09:48 Step 2/20 : FROM ${BUILDER_BASE} AS builder 01:09:48 ---> ac96cfba895b 01:09:48 Step 3/20 : WORKDIR /edgex-go 01:09:48 ---> Using cache 01:09:48 ---> 1c28867ecd60 01:09:48 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 01:09:49 ---> Running in bd4e8b38927b 01:09:51 Collecting websocket-client<1.0,>=0.32.0 01:09:51 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 01:09:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 01:09:51 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:09:52 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:09:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:09:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:09:54 v3.15.4-124-ga85ef407d0 [https://nl.alpinelinux.org/alpine/v3.15/main] 01:09:54 v3.15.4-129-gc4c38cd934 [https://nl.alpinelinux.org/alpine/v3.15/community] 01:09:54 OK: 15741 distinct packages available 01:09:54 Collecting PyYAML<4,>=3.10 01:09:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:09:54 Downloading PyYAML-3.13.tar.gz (270 kB) 01:09:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:09:56 OK: 220 MiB in 52 packages 01:09:58 Removing intermediate container bd4e8b38927b 01:09:58 ---> bd1d43f1687d 01:09:58 Step 5/20 : COPY go.mod vendor* ./ 01:09:59 ---> 5dd89e13e403 01:09:59 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:09:59 ---> Running in b6afb4feca3f 01:09:59 Collecting cached-property<2,>=1.2.0 01:09:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:10:00 Collecting jsonschema<3,>=2.5.1 01:10:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:10:00 Collecting docker<4.0,>=3.6.0 01:10:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:10:01 Collecting texttable<0.10,>=0.9.0 01:10:01 Downloading texttable-0.9.1.tar.gz (11 kB) 01:10:04 Collecting docker-pycreds>=0.4.0 01:10:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:10:05 Removing intermediate container b6afb4feca3f 01:10:05 ---> d652e6fc1d93 01:10:05 Step 7/20 : COPY . . 01:10:05 Collecting chardet<3.1.0,>=3.0.2 01:10:05 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 01:10:05 Collecting idna<2.8,>=2.5 01:10:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:10:05 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) 01:10:06 Collecting urllib3<1.25,>=1.21.1 01:10:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:10:07 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 01:10:07 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 01:10:07 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 01:10:07 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 01:10:08 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 01:10:08 Attempting uninstall: urllib3 01:10:08 Found existing installation: urllib3 1.26.7 01:10:08 Uninstalling urllib3-1.26.7: 01:10:08 Successfully uninstalled urllib3-1.26.7 01:10:09 Attempting uninstall: idna 01:10:09 Found existing installation: idna 3.3 01:10:09 Uninstalling idna-3.3: 01:10:09 Successfully uninstalled idna-3.3 01:10:13 Attempting uninstall: requests 01:10:13 Found existing installation: requests 2.26.0 01:10:13 Uninstalling requests-2.26.0: 01:10:13 Removing intermediate container eea11439ea24 01:10:13 ---> 7e2864991e70 01:10:13 01:10:13 Step 10/23 : FROM alpine:3.14 01:10:13 ---> ac73e934f311 01:10:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:10:13 Successfully uninstalled requests-2.26.0 01:10:13 ---> Running in d33d23cf5e17 01:10:14 Running setup.py install for texttable: started 01:10:14 Removing intermediate container d33d23cf5e17 01:10:14 ---> 563d7175f90d 01:10:14 Step 12/23 : ENV APP_PORT=59880 01:10:15 ---> Running in 20886910390c 01:10:16 Removing intermediate container 20886910390c 01:10:16 ---> 7993248ca724 01:10:16 Step 13/23 : EXPOSE $APP_PORT 01:10:16 ---> Running in 7691324a06e8 01:10:17 Removing intermediate container 7691324a06e8 01:10:17 ---> 797a11a89375 01:10:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:10:17 ---> Running in 2d96d11e7267 01:10:17 Running setup.py install for texttable: finished with status 'done' 01:10:17 Running setup.py install for PyYAML: started 01:10:21 Running setup.py install for PyYAML: finished with status 'done' 01:10:21 Removing intermediate container 2d96d11e7267 01:10:21 ---> 7d33c549a589 01:10:21 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:10:21 ---> Running in da73e3d252a8 01:10:22 Running setup.py install for docopt: started 01:10:24 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:10:24 Running setup.py install for docopt: finished with status 'done' 01:10:24 Running setup.py install for dockerpty: started 01:10:25 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:10:27 ---> 5f4afe0a1f72 01:10:27 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:10:27 ---> Running in d55b2053a373 01:10:27 (1/6) Installing dumb-init (1.2.5-r1) 01:10:27 (2/6) Installing libgcc (10.3.1_git20210424-r2) 01:10:27 (3/6) Installing libsodium (1.0.18-r0) 01:10:27 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 01:10:27 (5/6) Installing libzmq (4.3.4-r0) 01:10:27 (6/6) Installing zeromq (4.3.4-r0) 01:10:27 Executing busybox-1.33.1-r7.trigger 01:10:27 OK: 8 MiB in 20 packages 01:10:28 Running setup.py install for dockerpty: finished with status 'done' 01:10:29 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:10:29 Removing intermediate container da73e3d252a8 01:10:29 ---> e1f9f1c48a4f 01:10:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:10:30 ---> fa80b602213c 01:10:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:10:32 ---> aa758ced2968 01:10:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:10:32 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 01:10:33 ---> 763fd437f923 01:10:33 Step 19/23 : ENTRYPOINT ["/core-data"] 01:10:33 ---> Running in 9f98bf1bfec1 01:10:34 Removing intermediate container 9f98bf1bfec1 01:10:34 ---> 28ac40a3252d 01:10:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:10:34 ---> Running in fbb7ce7ce30e 01:10:35 Removing intermediate container fbb7ce7ce30e 01:10:35 ---> abb2614b885d 01:10:35 Step 21/23 : LABEL arch=arm64 01:10:35 ---> Running in a160448f0cd5 01:10:35 Removing intermediate container a160448f0cd5 01:10:35 ---> cc20f57d0638 01:10:35 Step 22/23 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:10:36 ---> Running in b8e3be234027 01:10:36 Removing intermediate container b8e3be234027 01:10:36 ---> 33c19c2b004d 01:10:36 Step 23/23 : LABEL version=2.2.1-dev.2 01:10:36 ---> Running in 58ffd0e7f0e6 01:10:37 Removing intermediate container 58ffd0e7f0e6 01:10:37 ---> 0f966730f6e4 01:10:37 01:10:38 Successfully built 0f966730f6e4 01:10:38 Successfully tagged core-data-arm64:latest 01:10:38  Building core-data ... done Building support-scheduler 01:10:51 Removing intermediate container 4801ef075d16 01:10:51 ---> 3dc8e546f71a 01:10:51 Step 14/23 : ENV APP_PORT=58890 01:10:51 ---> Running in 4c7dfb182067 01:10:51 Removing intermediate container 4c7dfb182067 01:10:51 ---> 1733c7749765 01:10:51 Step 15/23 : EXPOSE $APP_PORT 01:10:51 ---> Running in 8920f1adfdca 01:10:52 Removing intermediate container 8920f1adfdca 01:10:52 ---> 1fd8d4c9b8e1 01:10:52 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:10:55 ---> 975968328023 01:10:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:10:56 ---> 663cba22435c 01:10:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:10:57 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 01:10:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:10:57 ---> ac96cfba895b 01:10:57 Step 3/22 : WORKDIR /edgex-go 01:10:57 ---> Using cache 01:10:57 ---> 1c28867ecd60 01:10:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:10:57 ---> Using cache 01:10:57 ---> 53509075d2d7 01:10:57 Step 5/22 : RUN apk add --update --no-cache make git 01:10:57 ---> Using cache 01:10:57 ---> b9b28b23010a 01:10:57 Step 6/22 : COPY go.mod vendor* ./ 01:10:57 ---> Using cache 01:10:57 ---> d70d7cedc2e5 01:10:57 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:10:57 ---> Using cache 01:10:57 ---> ccbfe6c2899f 01:10:57 Step 8/22 : COPY . . 01:10:57 ---> Using cache 01:10:57 ---> c87dce1b60b3 01:10:57 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:10:57 ---> Running in 2de4280fc2cd 01:10:58 ---> 4dadff525562 01:10:58 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 01:10:58 ---> Running in c07a3c3fab5f 01:10:59 Removing intermediate container c07a3c3fab5f 01:10:59 ---> b46b461a1c94 01:10:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:10:59 ---> Running in ee9a8b4cd945 01:10:59 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:11:00 Removing intermediate container ee9a8b4cd945 01:11:00 ---> 1d5d5acf3721 01:11:00 Step 21/23 : LABEL arch=arm64 01:11:00 ---> Running in 0f734de3fc51 01:11:00 Removing intermediate container 0f734de3fc51 01:11:00 ---> b63d33a844a2 01:11:00 Step 22/23 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:11:01 ---> Running in 77fcd0c17ad4 01:11:01 Removing intermediate container 77fcd0c17ad4 01:11:01 ---> e72f5bceb1fd 01:11:01 Step 23/23 : LABEL version=2.2.1-dev.2 01:11:01 ---> Running in f2da9716d005 01:11:01 Removing intermediate container f2da9716d005 01:11:01 ---> 53c1462a97e2 01:11:01 01:11:02 Successfully built 53c1462a97e2 01:11:02 Successfully tagged sys-mgmt-agent-arm64:latest 01:11:02 Building support-notifications 01:11:20  Building sys-mgmt-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 01:11:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:11:20 ---> ac96cfba895b 01:11:20 Step 3/22 : WORKDIR /edgex-go 01:11:20 ---> Using cache 01:11:20 ---> 1c28867ecd60 01:11:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:11:20 ---> Using cache 01:11:20 ---> 53509075d2d7 01:11:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:11:20 ---> Running in ea06b006fe14 01:11:22 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:11:22 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:11:24 OK: 220 MiB in 52 packages 01:11:25 Removing intermediate container ea06b006fe14 01:11:25 ---> 9724cf638299 01:11:25 Step 6/22 : COPY go.mod vendor* ./ 01:11:26 ---> c8924587d2c0 01:11:26 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:11:26 ---> Running in e547e9965f27 01:11:32 Removing intermediate container e547e9965f27 01:11:32 ---> 31f0b5441a5c 01:11:32 Step 8/22 : COPY . . 01:11:44 ---> fa9808c4cc2c 01:11:44 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:11:44 ---> Running in 16d513c09129 01:11:46 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:17:38 Removing intermediate container d55b2053a373 01:17:38 ---> de983c5460c8 01:17:38 01:17:38 Step 9/20 : FROM alpine:3.15 01:17:38 3.15: Pulling from library/alpine 01:17:38 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 01:17:38 Status: Downloaded newer image for alpine:3.15 01:17:38 ---> 3fb3c9af89a9 01:17:38 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:17:38 ---> Running in 5ca5678c0ab0 01:17:38 Removing intermediate container 5ca5678c0ab0 01:17:38 ---> 28871f8124ba 01:17:38 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:17:38 ---> Running in 5f70e12c5f50 01:17:38 Removing intermediate container 5f70e12c5f50 01:17:38 ---> 97097566df63 01:17:38 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:17:38 ---> Running in fb997aab939e 01:17:38 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:17:38 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:17:38 v3.15.4-124-ga85ef407d0 [https://nl.alpinelinux.org/alpine/v3.15/main] 01:17:38 v3.15.4-129-gc4c38cd934 [https://nl.alpinelinux.org/alpine/v3.15/community] 01:17:38 OK: 15734 distinct packages available 01:17:38 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:17:38 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:17:39 (1/9) Installing ca-certificates (20211220-r0) 01:17:39 (2/9) Installing brotli-libs (1.0.9-r5) 01:17:39 (3/9) Installing nghttp2-libs (1.46.0-r0) 01:17:39 (4/9) Installing libcurl (7.80.0-r1) 01:17:39 (5/9) Installing curl (7.80.0-r1) 01:17:40 (6/9) Installing dumb-init (1.2.5-r1) 01:17:40 (7/9) Installing musl-obstack (1.2.3-r0) 01:17:40 (8/9) Installing libucontext (1.1-r0) 01:17:40 (9/9) Installing gcompat (1.0.0-r4) 01:17:40 Executing busybox-1.34.1-r5.trigger 01:17:40 Executing ca-certificates-20211220-r0.trigger 01:17:40 OK: 8 MiB in 23 packages 01:17:43 Removing intermediate container fb997aab939e 01:17:43 ---> fe044d0a64aa 01:17:43 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 01:17:43 ---> 1edd7b92bb34 01:17:43 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:17:45 ---> ab94fb79b636 01:17:45 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 01:17:46 ---> eb090af3193f 01:17:46 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 01:17:46 ---> Running in 11c39cc1c32b 01:17:47 Removing intermediate container 11c39cc1c32b 01:17:47 ---> cb067d6ecb7f 01:17:47 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:17:47 ---> Running in c388d7386a71 01:17:48 Removing intermediate container c388d7386a71 01:17:48 ---> b3838260ae17 01:17:48 Step 18/20 : LABEL arch=arm64 01:17:48 ---> Running in 5aeeeea6bcf5 01:17:48 Removing intermediate container 5aeeeea6bcf5 01:17:48 ---> 4713d9fce689 01:17:48 Step 19/20 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:17:48 ---> Running in 1c79ac5bd7f6 01:17:49 Removing intermediate container 1c79ac5bd7f6 01:17:49 ---> 409c3d3658a4 01:17:49 Step 20/20 : LABEL version=2.2.1-dev.2 01:17:49 ---> Running in 3fa4afd0dcae 01:17:50 Removing intermediate container 3fa4afd0dcae 01:17:50 ---> 35dba8e13618 01:17:50 01:17:50 Successfully built 35dba8e13618 01:17:50 Successfully tagged security-spiffe-token-provider-arm64:latest 01:17:50 Building security-spire-config 01:18:13  Building security-spiffe-token-provider ... done Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 01:18:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:18:13 ---> ac96cfba895b 01:18:13 Step 3/26 : WORKDIR /edgex-go 01:18:13 ---> Using cache 01:18:13 ---> 1c28867ecd60 01:18:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:18:13 ---> Using cache 01:18:13 ---> 53509075d2d7 01:18:13 Step 5/26 : RUN apk add --update --no-cache make git build-base curl 01:18:13 ---> Running in 22e3bab06d75 01:18:13 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:18:13 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:18:14 OK: 220 MiB in 52 packages 01:18:15 Removing intermediate container 22e3bab06d75 01:18:15 ---> 43c2c217bf3f 01:18:15 Step 6/26 : COPY go.mod vendor* ./ 01:18:16 ---> 7b5800a3e477 01:18:16 Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:18:16 ---> Running in f876c80c36d7 01:18:23 Removing intermediate container f876c80c36d7 01:18:23 ---> de019e6449b3 01:18:23 Step 8/26 : COPY . . 01:18:41 ---> 0b1acf741140 01:18:41 Step 9/26 : ARG SPIRE_RELEASE=1.2.1 01:18:41 ---> Running in 803cdbd35b2b 01:18:41 Removing intermediate container 2de4280fc2cd 01:18:41 ---> 11d1ae9680ad 01:18:41 01:18:41 Step 10/22 : FROM alpine:3.14 01:18:41 ---> ac73e934f311 01:18:41 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:18:41 ---> Using cache 01:18:41 ---> 56a883a8e8d9 01:18:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:18:41 ---> Using cache 01:18:41 ---> 60e39b74a5b5 01:18:41 Step 13/22 : ENV APP_PORT=59861 01:18:41 Removing intermediate container 803cdbd35b2b 01:18:41 ---> 9ede6be8c90e 01:18:41 Step 10/26 : RUN mkdir -p spire-build 01:18:41 ---> Running in fb47c6cb1468 01:18:41 ---> Running in ef7c2753e092 01:18:42 Removing intermediate container fb47c6cb1468 01:18:42 ---> 1318069fc691 01:18:42 Step 14/22 : EXPOSE $APP_PORT 01:18:42 ---> Running in 2eed926815c8 01:18:43 Removing intermediate container 2eed926815c8 01:18:43 ---> 5d57ee7dedf9 01:18:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:18:45 ---> 876e76f68afa 01:18:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:18:45 Removing intermediate container ef7c2753e092 01:18:45 ---> f45a88b583c0 01:18:45 Step 11/26 : WORKDIR /edgex-go/spire-build 01:18:45 ---> Running in 2a97dcbd112d 01:18:46 Removing intermediate container 2a97dcbd112d 01:18:46 ---> 5f41f47945ac 01:18:46 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 01:18:46 ---> Running in 35bea8f1c8be 01:18:48 ---> 317889316e0a 01:18:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:18:49 ---> 783900611fff 01:18:49 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:18:49 spire-1.2.1/ 01:18:49 ---> Running in 78b154111cb9 01:18:49 spire-1.2.1/.data/ 01:18:49 spire-1.2.1/.data/.file 01:18:49 spire-1.2.1/.dockerignore 01:18:49 spire-1.2.1/.gitattributes 01:18:49 spire-1.2.1/.githooks/ 01:18:49 spire-1.2.1/.githooks/pre-commit 01:18:49 spire-1.2.1/.github/ 01:18:49 spire-1.2.1/.github/ISSUE_TEMPLATE.md 01:18:49 spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md 01:18:49 spire-1.2.1/.github/dependabot.yml 01:18:49 spire-1.2.1/.github/workflows/ 01:18:49 spire-1.2.1/.github/workflows/nightly_build.yaml 01:18:49 spire-1.2.1/.github/workflows/pr_build.yaml 01:18:49 spire-1.2.1/.github/workflows/release_build.yaml 01:18:49 spire-1.2.1/.github/workflows/scripts/ 01:18:49 spire-1.2.1/.github/workflows/scripts/build_artifacts.sh 01:18:49 spire-1.2.1/.github/workflows/scripts/push-images.sh 01:18:49 spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh 01:18:49 spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh 01:18:49 spire-1.2.1/.github/workflows/scripts/split.sh 01:18:49 spire-1.2.1/.gitignore 01:18:49 spire-1.2.1/.go-version 01:18:49 spire-1.2.1/.golangci.yml 01:18:49 spire-1.2.1/ADOPTERS.md 01:18:49 spire-1.2.1/CHANGELOG.md 01:18:49 spire-1.2.1/CODE-OF-CONDUCT.md 01:18:49 spire-1.2.1/CODEOWNERS 01:18:49 spire-1.2.1/CONTRIBUTING.md 01:18:49 spire-1.2.1/Dockerfile 01:18:49 spire-1.2.1/Dockerfile.dev 01:18:49 spire-1.2.1/Dockerfile.scratch 01:18:49 spire-1.2.1/LICENSE 01:18:49 spire-1.2.1/MAINTAINERS.md 01:18:49 spire-1.2.1/Makefile 01:18:49 spire-1.2.1/README.md 01:18:49 spire-1.2.1/ROADMAP.md 01:18:49 spire-1.2.1/SECURITY.md 01:18:49 spire-1.2.1/cmd/ 01:18:49 spire-1.2.1/cmd/spire-agent/ 01:18:49 spire-1.2.1/cmd/spire-agent/cli/ 01:18:49 spire-1.2.1/cmd/spire-agent/cli/api/ 01:18:49 spire-1.2.1/cmd/spire-agent/cli/api/common.go 01:18:49 spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go 01:18:49 spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go 01:18:49 spire-1.2.1/cmd/spire-agent/cli/api/printer.go 01:18:49 spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go 01:18:49 spire-1.2.1/cmd/spire-agent/cli/api/watch.go 01:18:49 spire-1.2.1/cmd/spire-agent/cli/cli.go 01:18:49 spire-1.2.1/cmd/spire-agent/cli/common/ 01:18:49 spire-1.2.1/cmd/spire-agent/cli/common/defaults.go 01:18:49 spire-1.2.1/cmd/spire-agent/cli/healthcheck/ 01:18:49 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go 01:18:49 spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go 01:18:49 spire-1.2.1/cmd/spire-agent/cli/run/ 01:18:49 spire-1.2.1/cmd/spire-agent/cli/run/run.go 01:18:49 spire-1.2.1/cmd/spire-agent/cli/run/run_test.go 01:18:49 spire-1.2.1/cmd/spire-agent/cli/validate/ 01:18:49 spire-1.2.1/cmd/spire-agent/cli/validate/validate.go 01:18:49 spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go 01:18:49 spire-1.2.1/cmd/spire-agent/main.go 01:18:49 spire-1.2.1/cmd/spire-server/ 01:18:49 spire-1.2.1/cmd/spire-server/cli/ 01:18:49 spire-1.2.1/cmd/spire-server/cli/agent/ 01:18:49 spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/agent/ban.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/agent/count.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/agent/evict.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/agent/list.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/agent/show.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/bundle/ 01:18:49 spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/bundle/common.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/bundle/count.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/bundle/delete.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/bundle/list.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/bundle/set.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/bundle/show.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/cli.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/entry/ 01:18:49 spire-1.2.1/cmd/spire-server/cli/entry/count.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/entry/count_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/entry/create.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/entry/create_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/entry/delete.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/entry/show.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/entry/show_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/entry/update.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/entry/update_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/entry/util.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/entry/util_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/federation/ 01:18:49 spire-1.2.1/cmd/spire-server/cli/federation/common.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/federation/common_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/federation/create.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/federation/create_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/federation/delete.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/federation/list.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/federation/list_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/federation/refresh.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/federation/show.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/federation/show_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/federation/update.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/federation/update_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/healthcheck/ 01:18:49 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/jwt/ 01:18:49 spire-1.2.1/cmd/spire-server/cli/jwt/mint.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/run/ 01:18:49 spire-1.2.1/cmd/spire-server/cli/run/run.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/run/run_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/token/ 01:18:49 spire-1.2.1/cmd/spire-server/cli/token/generate.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/token/generate_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/validate/ 01:18:49 spire-1.2.1/cmd/spire-server/cli/validate/validate.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/x509/ 01:18:49 spire-1.2.1/cmd/spire-server/cli/x509/mint.go 01:18:49 spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go 01:18:49 spire-1.2.1/cmd/spire-server/main.go 01:18:49 spire-1.2.1/cmd/spire-server/util/ 01:18:49 spire-1.2.1/cmd/spire-server/util/util.go 01:18:49 spire-1.2.1/conf/ 01:18:49 spire-1.2.1/conf/agent/ 01:18:49 spire-1.2.1/conf/agent/agent.conf 01:18:49 spire-1.2.1/conf/agent/agent_full.conf 01:18:49 spire-1.2.1/conf/agent/dummy_root_ca.crt 01:18:49 spire-1.2.1/conf/server/ 01:18:49 spire-1.2.1/conf/server/dummy_upstream_ca.crt 01:18:49 spire-1.2.1/conf/server/dummy_upstream_ca.key 01:18:49 spire-1.2.1/conf/server/server.conf 01:18:49 spire-1.2.1/conf/server/server_full.conf 01:18:49 spire-1.2.1/doc/ 01:18:49 spire-1.2.1/doc/SPIRE101.md 01:18:49 spire-1.2.1/doc/auditlog.md 01:18:49 spire-1.2.1/doc/authorization_policy_engine.md 01:18:49 spire-1.2.1/doc/changelog_guidelines.md 01:18:49 spire-1.2.1/doc/cure53-report.pdf 01:18:49 spire-1.2.1/doc/images/ 01:18:49 spire-1.2.1/doc/images/2019_roadmap.png 01:18:49 spire-1.2.1/doc/images/SPIRE101.png 01:18:49 spire-1.2.1/doc/images/SPIRE_agent.png 01:18:49 spire-1.2.1/doc/images/SPIRE_server.png 01:18:49 spire-1.2.1/doc/images/cache_mgr.png 01:18:49 spire-1.2.1/doc/images/cache_mgr_components.png 01:18:49 spire-1.2.1/doc/images/federated_spire.png 01:18:49 spire-1.2.1/doc/images/ha_mode.png 01:18:49 spire-1.2.1/doc/images/nested_spire.png 01:18:49 spire-1.2.1/doc/images/oidc_federation.png 01:18:49 spire-1.2.1/doc/images/single_trust_domain.png 01:18:49 spire-1.2.1/doc/images/spiffe_compatible.png 01:18:49 spire-1.2.1/doc/images/spire_logo.png 01:18:49 spire-1.2.1/doc/migrating_registration_api_clients.md 01:18:49 spire-1.2.1/doc/plugin_agent_keymanager_disk.md 01:18:49 spire-1.2.1/doc/plugin_agent_keymanager_memory.md 01:18:49 spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md 01:18:49 spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md 01:18:49 spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md 01:18:49 spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md 01:18:49 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md 01:18:49 spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md 01:18:49 spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md 01:18:49 spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md 01:18:49 spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md 01:18:50 spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md 01:18:50 spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md 01:18:50 spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md 01:18:50 spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md 01:18:50 spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md 01:18:50 spire-1.2.1/doc/plugin_server_datastore_sql.md 01:18:50 spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md 01:18:50 spire-1.2.1/doc/plugin_server_keymanager_disk.md 01:18:50 spire-1.2.1/doc/plugin_server_keymanager_memory.md 01:18:50 spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md 01:18:50 spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md 01:18:50 spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md 01:18:50 spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md 01:18:50 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md 01:18:50 spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md 01:18:50 spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md 01:18:50 spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md 01:18:50 spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md 01:18:50 spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md 01:18:50 spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md 01:18:50 spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md 01:18:50 spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md 01:18:50 spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md 01:18:50 spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md 01:18:50 spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md 01:18:50 spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md 01:18:50 spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md 01:18:50 spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md 01:18:50 spire-1.2.1/doc/scaling_spire.md 01:18:50 spire-1.2.1/doc/spire_agent.md 01:18:50 spire-1.2.1/doc/spire_server.md 01:18:50 spire-1.2.1/doc/supported_integrations.md 01:18:50 spire-1.2.1/doc/telemetry.md 01:18:50 spire-1.2.1/doc/telemetry_config.md 01:18:50 spire-1.2.1/doc/upgrading.md 01:18:50 spire-1.2.1/doc/using_spire.md 01:18:50 spire-1.2.1/examples/ 01:18:50 spire-1.2.1/examples/README.md 01:18:50 spire-1.2.1/go.mod 01:18:50 spire-1.2.1/go.sum 01:18:50 spire-1.2.1/pkg/ 01:18:50 spire-1.2.1/pkg/agent/ 01:18:50 spire-1.2.1/pkg/agent/agent.go 01:18:50 spire-1.2.1/pkg/agent/api/ 01:18:50 spire-1.2.1/pkg/agent/api/config.go 01:18:50 spire-1.2.1/pkg/agent/api/debug/ 01:18:50 spire-1.2.1/pkg/agent/api/debug/v1/ 01:18:50 spire-1.2.1/pkg/agent/api/debug/v1/service.go 01:18:50 spire-1.2.1/pkg/agent/api/debug/v1/service_test.go 01:18:50 spire-1.2.1/pkg/agent/api/delegatedidentity/ 01:18:50 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ 01:18:50 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go 01:18:50 spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go 01:18:50 spire-1.2.1/pkg/agent/api/endpoints.go 01:18:50 spire-1.2.1/pkg/agent/api/health/ 01:18:50 spire-1.2.1/pkg/agent/api/health/v1/ 01:18:50 spire-1.2.1/pkg/agent/api/health/v1/service.go 01:18:50 spire-1.2.1/pkg/agent/api/health/v1/service_test.go 01:18:50 spire-1.2.1/pkg/agent/api/rpccontext/ 01:18:50 spire-1.2.1/pkg/agent/api/rpccontext/alias.go 01:18:50 spire-1.2.1/pkg/agent/api/rpccontext/caller.go 01:18:50 spire-1.2.1/pkg/agent/attestor/ 01:18:50 spire-1.2.1/pkg/agent/attestor/node/ 01:18:50 spire-1.2.1/pkg/agent/attestor/node/experimental.go 01:18:50 spire-1.2.1/pkg/agent/attestor/node/node.go 01:18:50 spire-1.2.1/pkg/agent/attestor/node/node_test.go 01:18:50 spire-1.2.1/pkg/agent/attestor/workload/ 01:18:50 spire-1.2.1/pkg/agent/attestor/workload/workload.go 01:18:50 spire-1.2.1/pkg/agent/attestor/workload/workload_test.go 01:18:50 spire-1.2.1/pkg/agent/catalog/ 01:18:50 spire-1.2.1/pkg/agent/catalog/catalog.go 01:18:50 spire-1.2.1/pkg/agent/catalog/keymanager.go 01:18:50 spire-1.2.1/pkg/agent/catalog/nodeattestor.go 01:18:50 spire-1.2.1/pkg/agent/catalog/svidstore.go 01:18:50 spire-1.2.1/pkg/agent/catalog/workloadattestor.go 01:18:50 spire-1.2.1/pkg/agent/client/ 01:18:50 spire-1.2.1/pkg/agent/client/client.go 01:18:50 spire-1.2.1/pkg/agent/client/client_test.go 01:18:50 spire-1.2.1/pkg/agent/client/dial.go 01:18:50 spire-1.2.1/pkg/agent/client/nodeconn.go 01:18:50 spire-1.2.1/pkg/agent/client/nodeconn_test.go 01:18:50 spire-1.2.1/pkg/agent/client/update.go 01:18:50 spire-1.2.1/pkg/agent/client/util.go 01:18:50 spire-1.2.1/pkg/agent/common/ 01:18:50 spire-1.2.1/pkg/agent/common/backoff/ 01:18:50 spire-1.2.1/pkg/agent/common/backoff/backoff.go 01:18:50 spire-1.2.1/pkg/agent/common/backoff/backoff_test.go 01:18:50 spire-1.2.1/pkg/agent/common/cgroups/ 01:18:50 spire-1.2.1/pkg/agent/common/cgroups/cgroups.go 01:18:50 spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go 01:18:50 spire-1.2.1/pkg/agent/common/cgroups/filesystem.go 01:18:50 spire-1.2.1/pkg/agent/config.go 01:18:50 spire-1.2.1/pkg/agent/endpoints/ 01:18:50 spire-1.2.1/pkg/agent/endpoints/config.go 01:18:50 spire-1.2.1/pkg/agent/endpoints/endpoints.go 01:18:50 spire-1.2.1/pkg/agent/endpoints/endpoints_test.go 01:18:50 spire-1.2.1/pkg/agent/endpoints/metrics.go 01:18:50 spire-1.2.1/pkg/agent/endpoints/middleware.go 01:18:50 spire-1.2.1/pkg/agent/endpoints/peertracker.go 01:18:50 spire-1.2.1/pkg/agent/endpoints/peertracker_test.go 01:18:50 spire-1.2.1/pkg/agent/endpoints/sdsv2/ 01:18:50 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go 01:18:50 spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go 01:18:50 spire-1.2.1/pkg/agent/endpoints/sdsv3/ 01:18:50 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go 01:18:50 spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go 01:18:50 spire-1.2.1/pkg/agent/endpoints/workload/ 01:18:50 spire-1.2.1/pkg/agent/endpoints/workload/handler.go 01:18:50 spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go 01:18:50 spire-1.2.1/pkg/agent/manager/ 01:18:50 spire-1.2.1/pkg/agent/manager/cache/ 01:18:50 spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go 01:18:50 spire-1.2.1/pkg/agent/manager/cache/cache.go 01:18:50 spire-1.2.1/pkg/agent/manager/cache/cache_test.go 01:18:50 spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go 01:18:50 spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go 01:18:50 spire-1.2.1/pkg/agent/manager/cache/sets.go 01:18:50 spire-1.2.1/pkg/agent/manager/cache/subscriber.go 01:18:50 spire-1.2.1/pkg/agent/manager/config.go 01:18:50 spire-1.2.1/pkg/agent/manager/manager.go 01:18:50 spire-1.2.1/pkg/agent/manager/manager_test.go 01:18:50 spire-1.2.1/pkg/agent/manager/storage.go 01:18:50 spire-1.2.1/pkg/agent/manager/storage_test.go 01:18:50 spire-1.2.1/pkg/agent/manager/storecache/ 01:18:50 spire-1.2.1/pkg/agent/manager/storecache/cache.go 01:18:50 spire-1.2.1/pkg/agent/manager/storecache/cache_test.go 01:18:50 spire-1.2.1/pkg/agent/manager/sync.go 01:18:50 spire-1.2.1/pkg/agent/plugin/ 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/ 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/base/ 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/constant.go 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/disk/ 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/memory/ 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/repository.go 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/test/ 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/v1.go 01:18:50 spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/ 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go 01:18:50 spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/ 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/Removing intermediate container 78b154111cb9 01:18:50 ---> 2558fda6c992 01:18:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:18:50 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/repository.go 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/utils.go 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1.go 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go 01:18:50 spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/ 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go 01:18:50 spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go 01:18:50 spire-1.2.1/pkg/agent/svid/ 01:18:50 spire-1.2.1/pkg/agent/svid/rotator.go 01:18:50 spire-1.2.1/pkg/agent/svid/rotator_config.go 01:18:50 spire-1.2.1/pkg/agent/svid/rotator_test.go 01:18:50 spire-1.2.1/pkg/agent/svid/store/ 01:18:50 spire-1.2.1/pkg/agent/svid/store/service.go 01:18:50 spire-1.2.1/pkg/agent/svid/store/service_test.go 01:18:50 spire-1.2.1/pkg/common/ 01:18:50 spire-1.2.1/pkg/common/agentpathtemplate/ 01:18:50 spire-1.2.1/pkg/common/agentpathtemplate/template.go 01:18:50 spire-1.2.1/pkg/common/agentpathtemplate/template_test.go 01:18:50 spire-1.2.1/pkg/common/api/ 01:18:50 spire-1.2.1/pkg/common/api/metrics.go 01:18:50 spire-1.2.1/pkg/common/api/middleware/ 01:18:50 spire-1.2.1/pkg/common/api/middleware/common_test.go 01:18:50 spire-1.2.1/pkg/common/api/middleware/interceptor.go 01:18:50 spire-1.2.1/pkg/common/api/middleware/interceptor_test.go 01:18:50 spire-1.2.1/pkg/common/api/middleware/logger.go 01:18:50 spire-1.2.1/pkg/common/api/middleware/logger_test.go 01:18:50 spire-1.2.1/pkg/common/api/middleware/metrics.go 01:18:50 spire-1.2.1/pkg/common/api/middleware/metrics_test.go 01:18:50 spire-1.2.1/pkg/common/api/middleware/middleware.go 01:18:50 spire-1.2.1/pkg/common/api/middleware/middleware_test.go 01:18:50 spire-1.2.1/pkg/common/api/middleware/misconfig.go 01:18:50 spire-1.2.1/pkg/common/api/middleware/misconfig_test.go 01:18:50 spire-1.2.1/pkg/common/api/middleware/names.go 01:18:50 spire-1.2.1/pkg/common/api/middleware/names_test.go 01:18:50 spire-1.2.1/pkg/common/api/names.go 01:18:50 spire-1.2.1/pkg/common/api/ratelimit.go 01:18:50 spire-1.2.1/pkg/common/api/rpccontext/ 01:18:50 spire-1.2.1/pkg/common/api/rpccontext/logger.go 01:18:50 spire-1.2.1/pkg/common/api/rpccontext/metrics.go 01:18:50 spire-1.2.1/pkg/common/api/rpccontext/names.go 01:18:50 spire-1.2.1/pkg/common/auth/ 01:18:50 spire-1.2.1/pkg/common/auth/interceptors.go 01:18:50 spire-1.2.1/pkg/common/auth/interceptors_test.go 01:18:50 spire-1.2.1/pkg/common/auth/untracked_uds.go 01:18:50 spire-1.2.1/pkg/common/bundleutil/ 01:18:50 spire-1.2.1/pkg/common/bundleutil/bundle.go 01:18:50 spire-1.2.1/pkg/common/bundleutil/bundle_test.go 01:18:50 spire-1.2.1/pkg/common/bundleutil/common_test.go 01:18:50 spire-1.2.1/pkg/common/bundleutil/marshal.go 01:18:50 spire-1.2.1/pkg/common/bundleutil/marshal_test.go 01:18:50 spire-1.2.1/pkg/common/bundleutil/refreshhint.go 01:18:50 spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go 01:18:50 spire-1.2.1/pkg/common/bundleutil/types.go 01:18:50 spire-1.2.1/pkg/common/bundleutil/unmarshal.go 01:18:50 spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go 01:18:50 spire-1.2.1/pkg/common/catalog/ 01:18:50 spire-1.2.1/pkg/common/catalog/bind.go 01:18:50 spire-1.2.1/pkg/common/catalog/builtin.go 01:18:50 spire-1.2.1/pkg/common/catalog/catalog.go 01:18:50 spire-1.2.1/pkg/common/catalog/catalog_test.go 01:18:50 spire-1.2.1/pkg/common/catalog/closers.go 01:18:50 spire-1.2.1/pkg/common/catalog/cmd_linux.go 01:18:50 spire-1.2.1/pkg/common/catalog/cmd_other.go 01:18:50 spire-1.2.1/pkg/common/catalog/config.go 01:18:50 spire-1.2.1/pkg/common/catalog/config_test.go 01:18:50 spire-1.2.1/pkg/common/catalog/configure.go 01:18:50 spire-1.2.1/pkg/common/catalog/constraints.go 01:18:50 spire-1.2.1/pkg/common/catalog/constraints_test.go 01:18:50 spire-1.2.1/pkg/common/catalog/context.go ---> Running in 10edf23d4702 01:18:50 01:18:50 spire-1.2.1/pkg/common/catalog/external.go 01:18:50 spire-1.2.1/pkg/common/catalog/host.go 01:18:50 spire-1.2.1/pkg/common/catalog/pipenet.go 01:18:50 spire-1.2.1/pkg/common/catalog/plugin.go 01:18:50 spire-1.2.1/pkg/common/catalog/testplugin/ 01:18:50 spire-1.2.1/pkg/common/catalog/testplugin/.gitignore 01:18:50 spire-1.2.1/pkg/common/catalog/testplugin/main.go 01:18:50 spire-1.2.1/pkg/common/catalog/testplugin/plugin.go 01:18:50 spire-1.2.1/pkg/common/cli/ 01:18:50 spire-1.2.1/pkg/common/cli/env.go 01:18:50 spire-1.2.1/pkg/common/cli/flags.go 01:18:50 spire-1.2.1/pkg/common/cli/trust_domain.go 01:18:50 spire-1.2.1/pkg/common/cli/trust_domain_test.go 01:18:50 spire-1.2.1/pkg/common/cli/umask.go 01:18:50 spire-1.2.1/pkg/common/cli/umask_posix.go 01:18:50 spire-1.2.1/pkg/common/cli/umask_test.go 01:18:50 spire-1.2.1/pkg/common/cli/umask_windows.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/ 01:18:50 spire-1.2.1/pkg/common/cliprinter/cliprinter.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/flag.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/flag_test.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/format.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/format_test.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/ 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/protojson/ 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/structjson/ 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go 01:18:50 spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go 01:18:50 spire-1.2.1/pkg/common/coretypes/ 01:18:50 spire-1.2.1/pkg/common/coretypes/bundle/ 01:18:50 spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go 01:18:50 spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go 01:18:50 spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go 01:18:50 spire-1.2.1/pkg/common/coretypes/bundle/require.go 01:18:50 spire-1.2.1/pkg/common/coretypes/jwtkey/ 01:18:50 spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go 01:18:50 spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go 01:18:50 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go 01:18:50 spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go 01:18:50 spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go 01:18:50 spire-1.2.1/pkg/common/coretypes/jwtkey/require.go 01:18:50 spire-1.2.1/pkg/common/coretypes/x509certificate/ 01:18:50 spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go 01:18:50 spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go 01:18:50 spire-1.2.1/pkg/common/coretypes/x509certificate/require.go 01:18:50 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go 01:18:50 spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go 01:18:50 spire-1.2.1/pkg/common/cryptoutil/ 01:18:50 spire-1.2.1/pkg/common/cryptoutil/keys.go 01:18:50 spire-1.2.1/pkg/common/cryptoutil/keys_test.go 01:18:50 spire-1.2.1/pkg/common/diskutil/ 01:18:50 spire-1.2.1/pkg/common/diskutil/file_posix.go 01:18:50 spire-1.2.1/pkg/common/diskutil/file_test.go 01:18:50 spire-1.2.1/pkg/common/diskutil/file_windows.go 01:18:50 spire-1.2.1/pkg/common/errorutil/ 01:18:50 spire-1.2.1/pkg/common/errorutil/wrapper.go 01:18:50 spire-1.2.1/pkg/common/health/ 01:18:50 spire-1.2.1/pkg/common/health/config.go 01:18:50 spire-1.2.1/pkg/common/health/context.go 01:18:50 spire-1.2.1/pkg/common/health/context_test.go 01:18:50 spire-1.2.1/pkg/common/health/health.go 01:18:50 spire-1.2.1/pkg/common/health/health_test.go 01:18:50 spire-1.2.1/pkg/common/health/logger.go 01:18:50 spire-1.2.1/pkg/common/hostservice/ 01:18:50 spire-1.2.1/pkg/common/hostservice/metricsservice/ 01:18:50 spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go 01:18:50 spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go 01:18:50 spire-1.2.1/pkg/common/idutil/ 01:18:50 spire-1.2.1/pkg/common/idutil/require.go 01:18:50 spire-1.2.1/pkg/common/idutil/require_test.go 01:18:50 spire-1.2.1/pkg/common/idutil/safety.go 01:18:50 spire-1.2.1/pkg/common/idutil/safety_test.go 01:18:50 spire-1.2.1/pkg/common/idutil/spiffeid.go 01:18:50 spire-1.2.1/pkg/common/idutil/spiffeid_test.go 01:18:50 spire-1.2.1/pkg/common/jwtsvid/ 01:18:50 spire-1.2.1/pkg/common/jwtsvid/common.go 01:18:50 spire-1.2.1/pkg/common/jwtsvid/sign.go 01:18:50 spire-1.2.1/pkg/common/jwtsvid/token_test.go 01:18:50 spire-1.2.1/pkg/common/jwtsvid/validate.go 01:18:50 spire-1.2.1/pkg/common/jwtutil/ 01:18:50 spire-1.2.1/pkg/common/jwtutil/keyset.go 01:18:50 spire-1.2.1/pkg/common/jwtutil/keyset_test.go 01:18:50 spire-1.2.1/pkg/common/log/ 01:18:50 spire-1.2.1/pkg/common/log/hclog_adapter.go 01:18:50 spire-1.2.1/pkg/common/log/hclog_adapter_test.go 01:18:50 spire-1.2.1/pkg/common/log/log.go 01:18:50 spire-1.2.1/pkg/common/log/log_test.go 01:18:50 spire-1.2.1/pkg/common/log/options.go 01:18:50 spire-1.2.1/pkg/common/nodeutil/ 01:18:50 spire-1.2.1/pkg/common/nodeutil/node.go 01:18:50 spire-1.2.1/pkg/common/nodeutil/node_test.go 01:18:50 spire-1.2.1/pkg/common/peertracker/ 01:18:50 spire-1.2.1/pkg/common/peertracker/conn.go 01:18:50 spire-1.2.1/pkg/common/peertracker/credentials.go 01:18:50 spire-1.2.1/pkg/common/peertracker/errors.go 01:18:50 spire-1.2.1/pkg/common/peertracker/getpid_windows.c 01:18:50 spire-1.2.1/pkg/common/peertracker/getpid_windows.h 01:18:50 spire-1.2.1/pkg/common/peertracker/info.go 01:18:50 spire-1.2.1/pkg/common/peertracker/listener.go 01:18:50 spire-1.2.1/pkg/common/peertracker/listener_test.go 01:18:50 spire-1.2.1/pkg/common/peertracker/peertracker.go 01:18:50 spire-1.2.1/pkg/common/peertracker/peertracker_test.go 01:18:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go 01:18:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go 01:18:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go 01:18:50 spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go 01:18:50 spire-1.2.1/pkg/common/peertracker/tcp.go 01:18:50 spire-1.2.1/pkg/common/peertracker/tcp_fallback.go 01:18:50 spire-1.2.1/pkg/common/peertracker/tcp_windows.go 01:18:50 spire-1.2.1/pkg/common/peertracker/tracker_bsd.go 01:18:50 spire-1.2.1/pkg/common/peertracker/tracker_fallback.go 01:18:50 spire-1.2.1/pkg/common/peertracker/tracker_linux.go 01:18:50 spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go 01:18:50 spire-1.2.1/pkg/common/peertracker/tracker_windows.go 01:18:50 spire-1.2.1/pkg/common/peertracker/uds.go 01:18:50 spire-1.2.1/pkg/common/peertracker/uds_bsd.go 01:18:50 spire-1.2.1/pkg/common/peertracker/uds_fallback.go 01:18:50 spire-1.2.1/pkg/common/peertracker/uds_linux.go 01:18:50 spire-1.2.1/pkg/common/pemutil/ 01:18:50 spire-1.2.1/pkg/common/pemutil/block.go 01:18:50 spire-1.2.1/pkg/common/pemutil/certs.go 01:18:50 spire-1.2.1/pkg/common/pemutil/common.go 01:18:50 spire-1.2.1/pkg/common/pemutil/csr.go 01:18:50 spire-1.2.1/pkg/common/pemutil/keys.go 01:18:50 spire-1.2.1/pkg/common/pemutil/pemutil_test.go 01:18:50 spire-1.2.1/pkg/common/pemutil/testdata/ 01:18:50 spire-1.2.1/pkg/common/pemutil/testdata/cert.pem 01:18:50 spire-1.2.1/pkg/common/pemutil/testdata/certs.pem 01:18:50 spire-1.2.1/pkg/common/pemutil/testdata/csr.pem 01:18:50 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem 01:18:50 spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem 01:18:50 spire-1.2.1/pkg/common/pemutil/testdata/key.pem 01:18:50 spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem 01:18:50 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem 01:18:50 spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem 01:18:50 spire-1.2.1/pkg/common/plugin/ 01:18:50 spire-1.2.1/pkg/common/plugin/aws/ 01:18:50 spire-1.2.1/pkg/common/plugin/aws/iid.go 01:18:50 spire-1.2.1/pkg/common/plugin/azure/ 01:18:50 spire-1.2.1/pkg/common/plugin/azure/msi.go 01:18:50 spire-1.2.1/pkg/common/plugin/azure/msi_test.go 01:18:50 spire-1.2.1/pkg/common/plugin/facade.go 01:18:50 spire-1.2.1/pkg/common/plugin/facade_test.go 01:18:50 spire-1.2.1/pkg/common/plugin/gcp/ 01:18:50 spire-1.2.1/pkg/common/plugin/gcp/iit.go 01:18:50 spire-1.2.1/pkg/common/plugin/k8s/ 01:18:50 spire-1.2.1/pkg/common/plugin/k8s/apiserver/ 01:18:50 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go 01:18:50 spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go 01:18:50 spire-1.2.1/pkg/common/plugin/k8s/utils.go 01:18:50 spire-1.2.1/pkg/common/plugin/k8s/utils_test.go 01:18:50 spire-1.2.1/pkg/common/plugin/log.go 01:18:50 spire-1.2.1/pkg/common/plugin/sshpop/ 01:18:50 spire-1.2.1/pkg/common/plugin/sshpop/handshake.go 01:18:50 spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go 01:18:50 spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go 01:18:50 spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go 01:18:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/ 01:18:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key 01:18:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub 01:18:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub 01:18:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub 01:18:50 spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub 01:18:50 spire-1.2.1/pkg/common/plugin/tpmdevid/ 01:18:50 spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go 01:18:50 spire-1.2.1/pkg/common/plugin/x509pop/ 01:18:50 spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go 01:18:50 spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go 01:18:50 spire-1.2.1/pkg/common/profiling/ 01:18:50 spire-1.2.1/pkg/common/profiling/dumpers.go 01:18:50 spire-1.2.1/pkg/common/profiling/profiling.go 01:18:50 spire-1.2.1/pkg/common/protoutil/ 01:18:50 spire-1.2.1/pkg/common/protoutil/masks.go 01:18:50 spire-1.2.1/pkg/common/protoutil/masks_test.go 01:18:50 spire-1.2.1/pkg/common/rotationutil/ 01:18:50 spire-1.2.1/pkg/common/rotationutil/rotationutil.go 01:18:50 spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go 01:18:50 spire-1.2.1/pkg/common/selector/ 01:18:50 spire-1.2.1/pkg/common/selector/selector.go 01:18:50 spire-1.2.1/pkg/common/selector/selector_test.go 01:18:50 spire-1.2.1/pkg/common/selector/set.go 01:18:50 spire-1.2.1/pkg/common/selector/set_utils.go 01:18:50 spire-1.2.1/pkg/common/selector/set_utils_test.go 01:18:50 spire-1.2.1/pkg/common/telemetry/ 01:18:50 spire-1.2.1/pkg/common/telemetry/agent/ 01:18:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/ 01:18:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go 01:18:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go 01:18:50 spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go 01:18:50 spire-1.2.1/pkg/common/telemetry/agent/manager.go 01:18:50 spire-1.2.1/pkg/common/telemetry/agent/node.go 01:18:50 spire-1.2.1/pkg/common/telemetry/agent/rotate.go 01:18:50 spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go 01:18:50 spire-1.2.1/pkg/common/telemetry/agent/store/ 01:18:50 spire-1.2.1/pkg/common/telemetry/agent/store/store.go 01:18:50 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ 01:18:50 spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go 01:18:50 spire-1.2.1/pkg/common/telemetry/blackhole.go 01:18:50 spire-1.2.1/pkg/common/telemetry/call.go 01:18:50 spire-1.2.1/pkg/common/telemetry/common/ 01:18:50 spire-1.2.1/pkg/common/telemetry/common/label_adders.go 01:18:50 spire-1.2.1/pkg/common/telemetry/config.go 01:18:50 spire-1.2.1/pkg/common/telemetry/dogstatsd.go 01:18:50 spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go 01:18:50 spire-1.2.1/pkg/common/telemetry/inmem.go 01:18:50 spire-1.2.1/pkg/common/telemetry/inmem_test.go 01:18:50 spire-1.2.1/pkg/common/telemetry/m3.go 01:18:50 spire-1.2.1/pkg/common/telemetry/m3_test.go 01:18:50 spire-1.2.1/pkg/common/telemetry/metrics.go 01:18:50 spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go 01:18:50 spire-1.2.1/pkg/common/telemetry/names.go 01:18:50 spire-1.2.1/pkg/common/telemetry/prometheus.go 01:18:50 spire-1.2.1/pkg/common/telemetry/prometheus_test.go 01:18:50 spire-1.2.1/pkg/common/telemetry/sanitize.go 01:18:50 spire-1.2.1/pkg/common/telemetry/sanitize_test.go 01:18:50 spire-1.2.1/pkg/common/telemetry/server/ 01:18:50 spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go 01:18:50 spire-1.2.1/pkg/common/telemetry/server/ca_manager.go 01:18:50 spire-1.2.1/pkg/common/telemetry/server/datastore/ 01:18:50 spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go 01:18:50 spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go 01:18:50 spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go 01:18:50 spire-1.2.1/pkg/common/telemetry/server/datastore/node.go 01:18:50 spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go 01:18:50 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go 01:18:50 spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go 01:18:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/ 01:18:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go 01:18:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go 01:18:50 spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go 01:18:50 spire-1.2.1/pkg/common/telemetry/server/registration_manager.go 01:18:50 spire-1.2.1/pkg/common/telemetry/server/rotate.go 01:18:50 spire-1.2.1/pkg/common/telemetry/server/server.go 01:18:50 spire-1.2.1/pkg/common/telemetry/sink.go 01:18:50 spire-1.2.1/pkg/common/telemetry/statsd.go 01:18:50 spire-1.2.1/pkg/common/telemetry/statsd_test.go 01:18:50 spire-1.2.1/pkg/common/telemetry/uptime.go 01:18:50 spire-1.2.1/pkg/common/telemetry/version.go 01:18:50 spire-1.2.1/pkg/common/telemetry/withlabels.go 01:18:50 spire-1.2.1/pkg/common/uptime/ 01:18:50 spire-1.2.1/pkg/common/uptime/uptime.go 01:18:50 spire-1.2.1/pkg/common/uptime/uptime_test.go 01:18:50 spire-1.2.1/pkg/common/util/ 01:18:50 spire-1.2.1/pkg/common/util/certs.go 01:18:50 spire-1.2.1/pkg/common/util/certs_test.go 01:18:50 spire-1.2.1/pkg/common/util/csr.go 01:18:50 spire-1.2.1/pkg/common/util/hash.go 01:18:50 spire-1.2.1/pkg/common/util/selectors.go 01:18:50 spire-1.2.1/pkg/common/util/selectors_test.go 01:18:50 spire-1.2.1/pkg/common/util/signals.go 01:18:50 spire-1.2.1/pkg/common/util/sort.go 01:18:50 spire-1.2.1/pkg/common/util/sort_test.go 01:18:50 spire-1.2.1/pkg/common/util/task.go 01:18:50 spire-1.2.1/pkg/common/util/task_test.go 01:18:50 spire-1.2.1/pkg/common/util/testdata/ 01:18:50 spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem 01:18:50 spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem 01:18:50 spire-1.2.1/pkg/common/version/ 01:18:50 spire-1.2.1/pkg/common/version/version.go 01:18:50 spire-1.2.1/pkg/common/x509svid/ 01:18:50 spire-1.2.1/pkg/common/x509svid/common_test.go 01:18:50 spire-1.2.1/pkg/common/x509svid/csr.go 01:18:50 spire-1.2.1/pkg/common/x509svid/upstreamca.go 01:18:50 spire-1.2.1/pkg/common/x509svid/upstreamca_test.go 01:18:50 spire-1.2.1/pkg/common/x509util/ 01:18:50 spire-1.2.1/pkg/common/x509util/cert.go 01:18:50 spire-1.2.1/pkg/common/x509util/dns.go 01:18:50 spire-1.2.1/pkg/common/x509util/dns_test.go 01:18:50 spire-1.2.1/pkg/common/x509util/keyid.go 01:18:50 spire-1.2.1/pkg/common/x509util/keypair.go 01:18:50 spire-1.2.1/pkg/common/x509util/serialnumber.go 01:18:50 spire-1.2.1/pkg/common/x509util/serialnumber_test.go 01:18:50 spire-1.2.1/pkg/server/ 01:18:50 spire-1.2.1/pkg/server/api/ 01:18:50 spire-1.2.1/pkg/server/api/agent.go 01:18:50 spire-1.2.1/pkg/server/api/agent/ 01:18:50 spire-1.2.1/pkg/server/api/agent/v1/ 01:18:50 spire-1.2.1/pkg/server/api/agent/v1/service.go 01:18:50 spire-1.2.1/pkg/server/api/agent/v1/service_test.go 01:18:50 spire-1.2.1/pkg/server/api/agent_test.go 01:18:50 spire-1.2.1/pkg/server/api/api.go 01:18:50 spire-1.2.1/pkg/server/api/audit/ 01:18:50 spire-1.2.1/pkg/server/api/audit/audit.go 01:18:50 spire-1.2.1/pkg/server/api/audit/audit_test.go 01:18:50 spire-1.2.1/pkg/server/api/bundle.go 01:18:50 spire-1.2.1/pkg/server/api/bundle/ 01:18:50 spire-1.2.1/pkg/server/api/bundle/v1/ 01:18:50 spire-1.2.1/pkg/server/api/bundle/v1/service.go 01:18:50 spire-1.2.1/pkg/server/api/bundle/v1/service_test.go 01:18:50 spire-1.2.1/pkg/server/api/bundle_test.go 01:18:50 spire-1.2.1/pkg/server/api/debug/ 01:18:50 spire-1.2.1/pkg/server/api/debug/v1/ 01:18:50 spire-1.2.1/pkg/server/api/debug/v1/service.go 01:18:50 spire-1.2.1/pkg/server/api/debug/v1/service_test.go 01:18:50 spire-1.2.1/pkg/server/api/entry.go 01:18:50 spire-1.2.1/pkg/server/api/entry/ 01:18:50 spire-1.2.1/pkg/server/api/entry/v1/ 01:18:50 spire-1.2.1/pkg/server/api/entry/v1/service.go 01:18:50 spire-1.2.1/pkg/server/api/entry/v1/service_test.go 01:18:50 spire-1.2.1/pkg/server/api/entry_test.go 01:18:50 spire-1.2.1/pkg/server/api/health/ 01:18:50 spire-1.2.1/pkg/server/api/health/v1/ 01:18:50 spire-1.2.1/pkg/server/api/health/v1/service.go 01:18:50 spire-1.2.1/pkg/server/api/health/v1/service_test.go 01:18:50 spire-1.2.1/pkg/server/api/id.go 01:18:50 spire-1.2.1/pkg/server/api/id_test.go 01:18:50 spire-1.2.1/pkg/server/api/limits/ 01:18:50 spire-1.2.1/pkg/server/api/limits/limits.go 01:18:50 spire-1.2.1/pkg/server/api/middleware/ 01:18:50 spire-1.2.1/pkg/server/api/middleware/alias.go 01:18:50 spire-1.2.1/pkg/server/api/middleware/audit.go 01:18:50 spire-1.2.1/pkg/server/api/middleware/authorization.go 01:18:50 spire-1.2.1/pkg/server/api/middleware/authorization_opa.go 01:18:50 spire-1.2.1/pkg/server/api/middleware/authorization_test.go 01:18:50 spire-1.2.1/pkg/server/api/middleware/authorize_agent.go 01:18:50 spire-1.2.1/pkg/server/api/middleware/caller.go 01:18:50 spire-1.2.1/pkg/server/api/middleware/caller_test.go 01:18:50 spire-1.2.1/pkg/server/api/middleware/common.go 01:18:50 spire-1.2.1/pkg/server/api/middleware/common_test.go 01:18:50 spire-1.2.1/pkg/server/api/middleware/entries.go 01:18:50 spire-1.2.1/pkg/server/api/middleware/entries_test.go 01:18:50 spire-1.2.1/pkg/server/api/middleware/ratelimit.go 01:18:50 spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go 01:18:50 spire-1.2.1/pkg/server/api/ratelimit.go 01:18:50 spire-1.2.1/pkg/server/api/rpccontext/ 01:18:50 spire-1.2.1/pkg/server/api/rpccontext/alias.go 01:18:50 spire-1.2.1/pkg/server/api/rpccontext/audit.go 01:18:50 spire-1.2.1/pkg/server/api/rpccontext/caller.go 01:18:50 spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go 01:18:50 spire-1.2.1/pkg/server/api/selector.go 01:18:50 spire-1.2.1/pkg/server/api/selector_test.go 01:18:50 spire-1.2.1/pkg/server/api/status.go 01:18:50 spire-1.2.1/pkg/server/api/status_test.go 01:18:50 spire-1.2.1/pkg/server/api/svid/ 01:18:50 spire-1.2.1/pkg/server/api/svid/v1/ 01:18:50 spire-1.2.1/pkg/server/api/svid/v1/service.go 01:18:50 spire-1.2.1/pkg/server/api/svid/v1/service_test.go 01:18:50 spire-1.2.1/pkg/server/api/trustdomain.go 01:18:50 spire-1.2.1/pkg/server/api/trustdomain/ 01:18:50 spire-1.2.1/pkg/server/api/trustdomain/v1/ 01:18:50 spire-1.2.1/pkg/server/api/trustdomain/v1/service.go 01:18:50 spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go 01:18:50 spire-1.2.1/pkg/server/api/trustdomain_test.go 01:18:50 spire-1.2.1/pkg/server/authpolicy/ 01:18:50 spire-1.2.1/pkg/server/authpolicy/defaults.go 01:18:50 spire-1.2.1/pkg/server/authpolicy/policy.go 01:18:50 spire-1.2.1/pkg/server/authpolicy/policy.rego 01:18:50 spire-1.2.1/pkg/server/authpolicy/policy_data.json 01:18:50 spire-1.2.1/pkg/server/authpolicy/policy_test.go 01:18:50 spire-1.2.1/pkg/server/authpolicy/validate.go 01:18:50 spire-1.2.1/pkg/server/bundle/ 01:18:50 spire-1.2.1/pkg/server/bundle/client/ 01:18:50 spire-1.2.1/pkg/server/bundle/client/client.go 01:18:50 spire-1.2.1/pkg/server/bundle/client/client_test.go 01:18:50 spire-1.2.1/pkg/server/bundle/client/manager.go 01:18:50 spire-1.2.1/pkg/server/bundle/client/manager_test.go 01:18:50 spire-1.2.1/pkg/server/bundle/client/sources.go 01:18:50 spire-1.2.1/pkg/server/bundle/client/sources_test.go 01:18:50 spire-1.2.1/pkg/server/bundle/client/updater.go 01:18:50 spire-1.2.1/pkg/server/bundle/client/updater_test.go 01:18:50 spire-1.2.1/pkg/server/ca/ 01:18:50 spire-1.2.1/pkg/server/ca/ca.go 01:18:50 spire-1.2.1/pkg/server/ca/ca_health.go 01:18:50 spire-1.2.1/pkg/server/ca/ca_test.go 01:18:50 spire-1.2.1/pkg/server/ca/journal.go 01:18:50 spire-1.2.1/pkg/server/ca/journal_test.go 01:18:50 spire-1.2.1/pkg/server/ca/manager.go 01:18:50 spire-1.2.1/pkg/server/ca/manager_health.go 01:18:50 spire-1.2.1/pkg/server/ca/manager_test.go 01:18:50 spire-1.2.1/pkg/server/ca/templates.go 01:18:50 spire-1.2.1/pkg/server/ca/upstream_client.go 01:18:50 spire-1.2.1/pkg/server/ca/upstream_client_test.go 01:18:50 spire-1.2.1/pkg/server/ca/validation.go 01:18:50 spire-1.2.1/pkg/server/cache/ 01:18:50 spire-1.2.1/pkg/server/cache/dscache/ 01:18:50 spire-1.2.1/pkg/server/cache/dscache/cache.go 01:18:50 spire-1.2.1/pkg/server/cache/dscache/cache_test.go 01:18:50 spire-1.2.1/pkg/server/cache/entrycache/ 01:18:50 spire-1.2.1/pkg/server/cache/entrycache/cache.go 01:18:50 spire-1.2.1/pkg/server/cache/entrycache/cache_test.go 01:18:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache.go 01:18:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go 01:18:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go 01:18:50 spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go 01:18:50 spire-1.2.1/pkg/server/catalog/ 01:18:50 spire-1.2.1/pkg/server/catalog/catalog.go 01:18:50 spire-1.2.1/pkg/server/catalog/keymanager.go 01:18:50 spire-1.2.1/pkg/server/catalog/nodeattestor.go 01:18:50 spire-1.2.1/pkg/server/catalog/noderesolver.go 01:18:50 spire-1.2.1/pkg/server/catalog/notifier.go 01:18:50 spire-1.2.1/pkg/server/catalog/upstreamauthority.go 01:18:50 spire-1.2.1/pkg/server/config.go 01:18:50 spire-1.2.1/pkg/server/datastore/ 01:18:50 spire-1.2.1/pkg/server/datastore/datastore.go 01:18:50 spire-1.2.1/pkg/server/datastore/datastore_health.go 01:18:50 spire-1.2.1/pkg/server/datastore/repository.go 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/ 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/migration.go 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/models.go 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json 01:18:50 spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json 01:18:50 spire-1.2.1/pkg/server/endpoints/ 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/ 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/config.go 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/ 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/README 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/server.go 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/server_test.go 01:18:50 spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go 01:18:50 spire-1.2.1/pkg/server/endpoints/config.go 01:18:50 spire-1.2.1/pkg/server/endpoints/endpoints.go 01:18:50 spire-1.2.1/pkg/server/endpoints/endpoints_test.go 01:18:50 spire-1.2.1/pkg/server/endpoints/entryfetcher.go 01:18:50 spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go 01:18:50 spire-1.2.1/pkg/server/endpoints/middleware.go 01:18:50 spire-1.2.1/pkg/server/endpoints/middleware_test.go 01:18:50 spire-1.2.1/pkg/server/hostservice/ 01:18:50 spire-1.2.1/pkg/server/hostservice/agentstore/ 01:18:50 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go 01:18:50 spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go 01:18:50 spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go 01:18:50 spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go 01:18:50 spire-1.2.1/pkg/server/hostservice/identityprovider/ 01:18:50 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go 01:18:50 spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/ 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/ 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/ 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/base/ 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/constant.go 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/disk/ 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/memory/Removing intermediate container 10edf23d4702 01:18:50 ---> 44d16419b84c 01:18:50 Step 20/22 : LABEL arch=arm64 01:18:50 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/repository.go 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/test/ 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/v1.go 01:18:50 spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/ 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/base/ 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go 01:18:50 spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go 01:18:50 spire-1.2.1/pkg/server/plugin/noderesolver/ 01:18:50 spire-1.2.1/pkg/server/plugin/noderesolver/azure/ 01:18:50 spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go 01:18:50 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go 01:18:51 spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go ---> Running in bcbbf5e03dd3 01:18:51 01:18:51 spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go 01:18:51 spire-1.2.1/pkg/server/plugin/noderesolver/repository.go 01:18:51 spire-1.2.1/pkg/server/plugin/noderesolver/v1.go 01:18:51 spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/notifier/ 01:18:51 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ 01:18:51 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go 01:18:51 spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ 01:18:51 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go 01:18:51 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go 01:18:51 spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/notifier/notifier.go 01:18:51 spire-1.2.1/pkg/server/plugin/notifier/repository.go 01:18:51 spire-1.2.1/pkg/server/plugin/notifier/v1.go 01:18:51 spire-1.2.1/pkg/server/plugin/notifier/v1_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go 01:18:51 spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go 01:18:51 spire-1.2.1/pkg/server/registration/ 01:18:51 spire-1.2.1/pkg/server/registration/manager.go 01:18:51 spire-1.2.1/pkg/server/registration/manager_test.go 01:18:51 spire-1.2.1/pkg/server/scanentries.go 01:18:51 spire-1.2.1/pkg/server/scanentries_test.go 01:18:51 spire-1.2.1/pkg/server/server.go 01:18:51 spire-1.2.1/pkg/server/server_test.go 01:18:51 spire-1.2.1/pkg/server/svid/ 01:18:51 spire-1.2.1/pkg/server/svid/observer.go 01:18:51 spire-1.2.1/pkg/server/svid/observer_test.go 01:18:51 spire-1.2.1/pkg/server/svid/rotator.go 01:18:51 spire-1.2.1/pkg/server/svid/rotator_config.go 01:18:51 spire-1.2.1/pkg/server/svid/rotator_config_test.go 01:18:51 spire-1.2.1/pkg/server/svid/rotator_test.go 01:18:51 spire-1.2.1/proto/ 01:18:51 spire-1.2.1/proto/private/ 01:18:51 spire-1.2.1/proto/private/server/ 01:18:51 spire-1.2.1/proto/private/server/journal/ 01:18:51 spire-1.2.1/proto/private/server/journal/journal.pb.go 01:18:51 spire-1.2.1/proto/private/server/journal/journal.proto 01:18:51 spire-1.2.1/proto/spire/ 01:18:51 spire-1.2.1/proto/spire/common/ 01:18:51 spire-1.2.1/proto/spire/common/common.pb.go 01:18:51 spire-1.2.1/proto/spire/common/common.proto 01:18:51 spire-1.2.1/proto/spire/common/plugin/ 01:18:51 spire-1.2.1/proto/spire/common/plugin/plugin.pb.go 01:18:51 spire-1.2.1/proto/spire/common/plugin/plugin.proto 01:18:51 spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go 01:18:51 spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go 01:18:51 spire-1.2.1/proto/spire/plugin/ 01:18:51 spire-1.2.1/proto/spire/plugin/agent/ 01:18:51 spire-1.2.1/proto/spire/plugin/agent/svidstore/ 01:18:51 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ 01:18:51 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go 01:18:51 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto 01:18:51 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go 01:18:51 spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go 01:18:51 spire-1.2.1/release/ 01:18:51 spire-1.2.1/release/spire-extras/ 01:18:51 spire-1.2.1/release/spire-extras/README.md 01:18:51 spire-1.2.1/release/spire-extras/conf/ 01:18:51 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ 01:18:51 spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf 01:18:51 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ 01:18:51 spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf 01:18:51 spire-1.2.1/release/spire/ 01:18:51 spire-1.2.1/release/spire/README.md 01:18:51 spire-1.2.1/release/spire/conf/ 01:18:51 spire-1.2.1/release/spire/conf/agent/ 01:18:51 spire-1.2.1/release/spire/conf/agent/agent.conf 01:18:51 spire-1.2.1/release/spire/conf/server/ 01:18:51 spire-1.2.1/release/spire/conf/server/server.conf 01:18:51 spire-1.2.1/script/ 01:18:51 spire-1.2.1/script/build-artifact.sh 01:18:51 spire-1.2.1/script/generate_dummy_ca.sh 01:18:51 spire-1.2.1/support/ 01:18:51 spire-1.2.1/support/k8s/ 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/ 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/README.md 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/config.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/main.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/server.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go 01:18:51 spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go 01:18:51 spire-1.2.1/support/oidc-discovery-provider/ 01:18:51 spire-1.2.1/support/oidc-discovery-provider/README.md 01:18:51 spire-1.2.1/support/oidc-discovery-provider/common_test.go 01:18:51 spire-1.2.1/support/oidc-discovery-provider/config.go 01:18:51 spire-1.2.1/support/oidc-discovery-provider/config_test.go 01:18:51 spire-1.2.1/support/oidc-discovery-provider/domain_policy.go 01:18:51 spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go 01:18:51 spire-1.2.1/support/oidc-discovery-provider/handler.go 01:18:51 spire-1.2.1/support/oidc-discovery-provider/handler_test.go 01:18:51 spire-1.2.1/support/oidc-discovery-provider/jwks_source.go 01:18:51 spire-1.2.1/support/oidc-discovery-provider/main.go 01:18:51 spire-1.2.1/support/oidc-discovery-provider/server_api.go 01:18:51 spire-1.2.1/support/oidc-discovery-provider/server_api_test.go 01:18:51 spire-1.2.1/support/oidc-discovery-provider/workload_api.go 01:18:51 spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go 01:18:51 spire-1.2.1/test/ 01:18:51 spire-1.2.1/test/clock/ 01:18:51 spire-1.2.1/test/clock/clock.go 01:18:51 spire-1.2.1/test/fakes/ 01:18:51 spire-1.2.1/test/fakes/fakeagentcatalog/ 01:18:51 spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go 01:18:51 spire-1.2.1/test/fakes/fakeagentkeymanager/ 01:18:51 spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go 01:18:51 spire-1.2.1/test/fakes/fakeagentnodeattestor/ 01:18:51 spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go 01:18:51 spire-1.2.1/test/fakes/fakeagentstore/ 01:18:51 spire-1.2.1/test/fakes/fakeagentstore/agentstore.go 01:18:51 spire-1.2.1/test/fakes/fakedatastore/ 01:18:51 spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go 01:18:51 spire-1.2.1/test/fakes/fakeentryclient/ 01:18:51 spire-1.2.1/test/fakes/fakeentryclient/entryclient.go 01:18:51 spire-1.2.1/test/fakes/fakehealthchecker/ 01:18:51 spire-1.2.1/test/fakes/fakehealthchecker/checker.go 01:18:51 spire-1.2.1/test/fakes/fakeidentityprovider/ 01:18:51 spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go 01:18:51 spire-1.2.1/test/fakes/fakemetrics/ 01:18:51 spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go 01:18:51 spire-1.2.1/test/fakes/fakenoderesolver/ 01:18:51 spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go 01:18:51 spire-1.2.1/test/fakes/fakenotifier/ 01:18:51 spire-1.2.1/test/fakes/fakenotifier/notifier.go 01:18:51 spire-1.2.1/test/fakes/fakepluginmetrics/ 01:18:51 spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go 01:18:51 spire-1.2.1/test/fakes/fakeserverca/ 01:18:51 spire-1.2.1/test/fakes/fakeserverca/serverca.go 01:18:51 spire-1.2.1/test/fakes/fakeservercatalog/ 01:18:51 spire-1.2.1/test/fakes/fakeservercatalog/catalog.go 01:18:51 spire-1.2.1/test/fakes/fakeserverkeymanager/ 01:18:51 spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go 01:18:51 spire-1.2.1/test/fakes/fakeservernodeattestor/ 01:18:51 spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go 01:18:51 spire-1.2.1/test/fakes/fakeupstreamauthority/ 01:18:51 spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go 01:18:51 spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go 01:18:51 spire-1.2.1/test/fakes/fakeworkloadapi/ 01:18:51 spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go 01:18:51 spire-1.2.1/test/fakes/fakeworkloadattestor/ 01:18:51 spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go 01:18:51 spire-1.2.1/test/fixture/ 01:18:51 spire-1.2.1/test/fixture/certs/ 01:18:51 spire-1.2.1/test/fixture/certs/agent_svid.der 01:18:51 spire-1.2.1/test/fixture/certs/base_cert.pem 01:18:51 spire-1.2.1/test/fixture/certs/base_csr.pem 01:18:51 spire-1.2.1/test/fixture/certs/base_key.pem 01:18:51 spire-1.2.1/test/fixture/certs/base_rotated_cert.pem 01:18:51 spire-1.2.1/test/fixture/certs/base_rotated_csr.pem 01:18:51 spire-1.2.1/test/fixture/certs/base_rotated_key.pem 01:18:51 spire-1.2.1/test/fixture/certs/blog_cert.pem 01:18:51 spire-1.2.1/test/fixture/certs/blog_csr.pem 01:18:51 spire-1.2.1/test/fixture/certs/blog_key.pem 01:18:51 spire-1.2.1/test/fixture/certs/bundle.der 01:18:51 spire-1.2.1/test/fixture/certs/ca.pem 01:18:51 spire-1.2.1/test/fixture/certs/ca_key.pem 01:18:51 spire-1.2.1/test/fixture/certs/database_cert.pem 01:18:51 spire-1.2.1/test/fixture/certs/database_csr.pem 01:18:51 spire-1.2.1/test/fixture/certs/database_key.pem 01:18:51 spire-1.2.1/test/fixture/certs/node_cert.pem 01:18:51 spire-1.2.1/test/fixture/certs/node_csr.pem 01:18:51 spire-1.2.1/test/fixture/certs/node_key.pem 01:18:51 spire-1.2.1/test/fixture/certs/svid.pem 01:18:51 spire-1.2.1/test/fixture/certs/svid_key.pem 01:18:51 spire-1.2.1/test/fixture/config/ 01:18:51 spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf 01:18:51 spire-1.2.1/test/fixture/config/agent_good.conf 01:18:51 spire-1.2.1/test/fixture/config/agent_good_templated.conf 01:18:51 spire-1.2.1/test/fixture/config/plugin_good.conf 01:18:51 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_bad_server_block.conf 01:18:51 spire-1.2.1/test/fixture/config/server_good.conf 01:18:51 spire-1.2.1/test/fixture/config/server_good_templated.conf 01:18:51 spire-1.2.1/test/fixture/fixture.go 01:18:51 spire-1.2.1/test/fixture/nodeattestor/ 01:18:51 spire-1.2.1/test/fixture/nodeattestor/sshpop/ 01:18:51 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key 01:18:51 spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub 01:18:51 spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub 01:18:51 spire-1.2.1/test/fixture/nodeattestor/x509pop/ 01:18:51 spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go 01:18:51 spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem 01:18:51 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem 01:18:51 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem 01:18:51 spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem 01:18:51 spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem 01:18:51 spire-1.2.1/test/fixture/registration/ 01:18:51 spire-1.2.1/test/fixture/registration/entries.json 01:18:51 spire-1.2.1/test/fixture/registration/good-for-update.json 01:18:51 spire-1.2.1/test/fixture/registration/good.json 01:18:51 spire-1.2.1/test/fixture/registration/invalid.json 01:18:51 spire-1.2.1/test/fixture/registration/invalid_json.json 01:18:51 spire-1.2.1/test/fixture/registration/manager_test_entries.json 01:18:51 spire-1.2.1/test/integration/ 01:18:51 spire-1.2.1/test/integration/README.md 01:18:51 spire-1.2.1/test/integration/common 01:18:51 spire-1.2.1/test/integration/setup/ 01:18:51 spire-1.2.1/test/integration/setup/adminclient/ 01:18:51 spire-1.2.1/test/integration/setup/adminclient/build.sh 01:18:51 spire-1.2.1/test/integration/setup/adminclient/client.go 01:18:51 spire-1.2.1/test/integration/setup/debugagent/ 01:18:51 spire-1.2.1/test/integration/setup/debugagent/build.sh 01:18:51 spire-1.2.1/test/integration/setup/debugagent/main.go 01:18:51 spire-1.2.1/test/integration/setup/debugserver/ 01:18:51 spire-1.2.1/test/integration/setup/debugserver/build.sh 01:18:51 spire-1.2.1/test/integration/setup/debugserver/main.go 01:18:51 spire-1.2.1/test/integration/setup/downstreamclient/ 01:18:51 spire-1.2.1/test/integration/setup/downstreamclient/build.sh 01:18:51 spire-1.2.1/test/integration/setup/downstreamclient/client.go 01:18:51 spire-1.2.1/test/integration/setup/itclient/ 01:18:51 spire-1.2.1/test/integration/setup/itclient/client.go 01:18:51 spire-1.2.1/test/integration/setup/node-attestation/ 01:18:51 spire-1.2.1/test/integration/setup/node-attestation/build.sh 01:18:51 spire-1.2.1/test/integration/setup/node-attestation/client.go 01:18:51 spire-1.2.1/test/integration/setup/x509pop/ 01:18:51 spire-1.2.1/test/integration/setup/x509pop/gencerts.go 01:18:51 spire-1.2.1/test/integration/setup/x509pop/setup.sh 01:18:51 spire-1.2.1/test/integration/suites/ 01:18:51 spire-1.2.1/test/integration/suites/admin-endpoints/ 01:18:51 spire-1.2.1/test/integration/suites/admin-endpoints/00-setup 01:18:51 spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server 01:18:51 spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent 01:18:51 spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent 01:18:51 spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries 01:18:51 spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints 01:18:51 spire-1.2.1/test/integration/suites/admin-endpoints/README.md 01:18:51 spire-1.2.1/test/integration/suites/admin-endpoints/conf/ 01:18:51 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ 01:18:51 spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ 01:18:51 spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/admin-endpoints/teardown 01:18:51 spire-1.2.1/test/integration/suites/datastore-mysql-replication/ 01:18:51 spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup 01:18:51 spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants 01:18:51 spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md 01:18:51 spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown 01:18:51 spire-1.2.1/test/integration/suites/datastore-mysql/ 01:18:51 spire-1.2.1/test/integration/suites/datastore-mysql/00-setup 01:18:51 spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants 01:18:51 spire-1.2.1/test/integration/suites/datastore-mysql/README.md 01:18:51 spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/datastore-mysql/teardown 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres-replication/ 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres/ 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres/00-setup 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres/README.md 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/datastore-postgres/teardown 01:18:51 spire-1.2.1/test/integration/suites/debug-endpoints/ 01:18:51 spire-1.2.1/test/integration/suites/debug-endpoints/00-setup 01:18:51 spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server 01:18:51 spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent 01:18:51 spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent 01:18:51 spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries 01:18:51 spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints 01:18:51 spire-1.2.1/test/integration/suites/debug-endpoints/README.md 01:18:51 spire-1.2.1/test/integration/suites/debug-endpoints/conf/ 01:18:51 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ 01:18:51 spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ 01:18:51 spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/debug-endpoints/teardown 01:18:51 spire-1.2.1/test/integration/suites/downstream-endpoints/ 01:18:51 spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup 01:18:51 spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server 01:18:51 spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent 01:18:51 spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent 01:18:51 spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries 01:18:51 spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints 01:18:51 spire-1.2.1/test/integration/suites/downstream-endpoints/README.md 01:18:51 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ 01:18:51 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ 01:18:51 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ 01:18:51 spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/downstream-endpoints/teardown 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/ 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown 01:18:51 spire-1.2.1/test/integration/suites/join-token/ 01:18:51 spire-1.2.1/test/integration/suites/join-token/01-start-server 01:18:51 spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents 01:18:51 spire-1.2.1/test/integration/suites/join-token/03-start-agent 01:18:51 spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry 01:18:51 spire-1.2.1/test/integration/suites/join-token/05-check-svid 01:18:51 spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent 01:18:51 spire-1.2.1/test/integration/suites/join-token/README.md 01:18:51 spire-1.2.1/test/integration/suites/join-token/conf/ 01:18:51 spire-1.2.1/test/integration/suites/join-token/conf/agent/ 01:18:51 spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/join-token/conf/server/ 01:18:51 spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/join-token/teardown 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/ 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/README.md 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl 01:18:51 spire-1.2.1/test/integration/suites/k8s-reconcile/teardown 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/ 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/00-setup 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/README.md 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/ 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl 01:18:51 spire-1.2.1/test/integration/suites/k8s-scratch/teardown 01:18:51 spire-1.2.1/test/integration/suites/k8s/ 01:18:51 spire-1.2.1/test/integration/suites/k8s/00-setup 01:18:51 spire-1.2.1/test/integration/suites/k8s/01-apply-config 01:18:51 spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid 01:18:51 spire-1.2.1/test/integration/suites/k8s/README.md 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/ 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/agent/ 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/server/ 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/webhook/ 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml 01:18:51 spire-1.2.1/test/integration/suites/k8s/init-kubectl 01:18:51 spire-1.2.1/test/integration/suites/k8s/teardown 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/00-setup 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/01-start-root 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/README.md 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/leafA/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/leafB/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/root/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/root/server/ 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/nested-rotation/teardown 01:18:51 spire-1.2.1/test/integration/suites/node-attestation/ 01:18:51 spire-1.2.1/test/integration/suites/node-attestation/00-setup 01:18:51 spire-1.2.1/test/integration/suites/node-attestation/01-start-server 01:18:51 spire-1.2.1/test/integration/suites/node-attestation/02-start-agent 01:18:51 spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation 01:18:51 spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation 01:18:51 spire-1.2.1/test/integration/suites/node-attestation/README.md 01:18:51 spire-1.2.1/test/integration/suites/node-attestation/conf/ 01:18:51 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ 01:18:51 spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/node-attestation/conf/server/ 01:18:51 spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/node-attestation/teardown 01:18:51 spire-1.2.1/test/integration/suites/rotation/ 01:18:51 spire-1.2.1/test/integration/suites/rotation/00-setup 01:18:51 spire-1.2.1/test/integration/suites/rotation/01-start-server 01:18:51 spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent 01:18:51 spire-1.2.1/test/integration/suites/rotation/03-start-agent 01:18:51 spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry 01:18:51 spire-1.2.1/test/integration/suites/rotation/05-check-svids 01:18:51 spire-1.2.1/test/integration/suites/rotation/README.md 01:18:51 spire-1.2.1/test/integration/suites/rotation/conf/ 01:18:51 spire-1.2.1/test/integration/suites/rotation/conf/agent/ 01:18:51 spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/rotation/conf/server/ 01:18:51 spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/rotation/teardown 01:18:51 spire-1.2.1/test/integration/suites/self-test/ 01:18:51 spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step 01:18:51 spire-1.2.1/test/integration/suites/self-test/README.md 01:18:51 spire-1.2.1/test/integration/suites/self-test/teardown 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/ 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/03-entry 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/06-agent 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/README.md 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/conf/ 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml 01:18:51 spire-1.2.1/test/integration/suites/spire-server-cli/teardown 01:18:51 spire-1.2.1/test/integration/suites/upgrade/ 01:18:51 spire-1.2.1/test/integration/suites/upgrade/00-setup 01:18:51 spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests 01:18:51 spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated 01:18:51 spire-1.2.1/test/integration/suites/upgrade/README.md 01:18:51 spire-1.2.1/test/integration/suites/upgrade/conf/ 01:18:51 spire-1.2.1/test/integration/suites/upgrade/conf/agent/ 01:18:51 spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf 01:18:51 spire-1.2.1/test/integration/suites/upgrade/conf/server/ 01:18:51 spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf 01:18:51 spire-1.2.1/test/integration/suites/upgrade/teardown 01:18:51 spire-1.2.1/test/integration/suites/upgrade/versions.txt 01:18:51 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ 01:18:51 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind 01:18:51 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager 01:18:51 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire 01:18:51 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca 01:18:51 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md 01:18:51 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ 01:18:51 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml 01:18:51 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml 01:18:51 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ 01:18:51 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml 01:18:51 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml 01:18:51 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl 01:18:51 spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown 01:18:51 spire-1.2.1/test/integration/test-one.sh 01:18:51 spire-1.2.1/test/integration/test.sh 01:18:51 spire-1.2.1/test/plugintest/ 01:18:51 spire-1.2.1/test/plugintest/config.go 01:18:51 spire-1.2.1/test/plugintest/load.go 01:18:51 spire-1.2.1/test/plugintest/option.go 01:18:51 spire-1.2.1/test/spiretest/ 01:18:51 spire-1.2.1/test/spiretest/apiserver.go 01:18:51 spire-1.2.1/test/spiretest/assertions.goRemoving intermediate container bcbbf5e03dd3 01:18:51 ---> 972cab6554bd 01:18:51 Step 21/22 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:18:51 01:18:51 spire-1.2.1/test/spiretest/dir.go 01:18:51 spire-1.2.1/test/spiretest/errors_posix.go 01:18:51 spire-1.2.1/test/spiretest/errors_windows.go 01:18:51 spire-1.2.1/test/spiretest/logs.go 01:18:51 spire-1.2.1/test/spiretest/socketapi.go 01:18:51 spire-1.2.1/test/spiretest/suite.go 01:18:51 spire-1.2.1/test/spiretest/x509.go 01:18:51 spire-1.2.1/test/testca/ 01:18:51 spire-1.2.1/test/testca/ca.go 01:18:51 spire-1.2.1/test/testkey/ 01:18:51 spire-1.2.1/test/testkey/generate.sh 01:18:51 spire-1.2.1/test/testkey/genkeys.go 01:18:51 spire-1.2.1/test/testkey/keys.go 01:18:51 spire-1.2.1/test/testkey/new.go 01:18:51 spire-1.2.1/test/tpmsimulator/ 01:18:51 spire-1.2.1/test/tpmsimulator/simulator.go 01:18:51 spire-1.2.1/test/util/ 01:18:51 spire-1.2.1/test/util/cert_fixtures.go 01:18:51 spire-1.2.1/test/util/cert_generation.go 01:18:51 spire-1.2.1/test/util/io_redirection.go 01:18:51 spire-1.2.1/test/util/race.go 01:18:51 spire-1.2.1/test/util/util.go 01:18:51 building spire from source... 01:18:51 ---> Running in 4a2722fede87 01:18:52 Removing intermediate container 4a2722fede87 01:18:52 ---> c899b84bcdeb 01:18:52 Step 22/22 : LABEL version=2.2.1-dev.2 01:18:52 ---> Running in 97e918533006 01:18:52 Installing go1.17.7... 01:18:52 Removing intermediate container 97e918533006 01:18:52 ---> 9ac1bc00fd14 01:18:52 01:18:53 Successfully built 9ac1bc00fd14 01:18:53 Successfully tagged support-scheduler-arm64:latest 01:18:53  Building support-scheduler ... done Building core-metadata 01:19:11 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 01:19:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:19:11 ---> ac96cfba895b 01:19:11 Step 3/23 : WORKDIR /edgex-go 01:19:11 ---> Using cache 01:19:11 ---> 1c28867ecd60 01:19:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:19:11 ---> Using cache 01:19:11 ---> 53509075d2d7 01:19:11 Step 5/23 : RUN apk add --update --no-cache make git 01:19:11 ---> Using cache 01:19:11 ---> b9b28b23010a 01:19:11 Step 6/23 : COPY go.mod vendor* ./ 01:19:11 ---> Using cache 01:19:11 ---> d70d7cedc2e5 01:19:11 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:19:11 ---> Using cache 01:19:11 ---> ccbfe6c2899f 01:19:11 Step 8/23 : COPY . . 01:19:11 ---> Using cache 01:19:11 ---> c87dce1b60b3 01:19:11 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:19:11 ---> Running in 44a8b62cb256 01:19:11 CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.2" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:19:22 Removing intermediate container 16d513c09129 01:19:22 ---> edd2800a4d87 01:19:22 01:19:22 Step 10/22 : FROM alpine:3.14 01:19:22 ---> ac73e934f311 01:19:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:19:22 ---> Running in 43762ff629df 01:19:24 Building bin/spire-server... 01:19:24 go: downloading github.com/mitchellh/cli v1.1.2 01:19:24 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 01:19:24 go: downloading github.com/spiffe/spire-api-sdk v1.2.0 01:19:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:19:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:19:25 go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd 01:19:25 go: downloading google.golang.org/grpc v1.44.0 01:19:25 (1/2) Installing ca-certificates (20211220-r0) 01:19:26 (2/2) Installing dumb-init (1.2.5-r1) 01:19:26 Executing busybox-1.33.1-r7.trigger 01:19:26 Executing ca-certificates-20211220-r0.trigger 01:19:26 OK: 6 MiB in 16 packages 01:19:26 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 01:19:27 go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 01:19:28 go: downloading github.com/imdario/mergo v0.3.12 01:19:28 Removing intermediate container 43762ff629df 01:19:28 ---> a6ff88e2cf2e 01:19:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:19:28 ---> Running in ef96bacca078 01:19:28 go: downloading github.com/sirupsen/logrus v1.8.1 01:19:29 Removing intermediate container ef96bacca078 01:19:29 ---> c0bb4f0aae5f 01:19:29 Step 13/22 : ENV APP_PORT=59860 01:19:29 ---> Running in 61ee1e3d23d9 01:19:30 Removing intermediate container 61ee1e3d23d9 01:19:30 ---> ff4ef7b8a814 01:19:30 Step 14/22 : EXPOSE $APP_PORT 01:19:30 ---> Running in 2d7963f69ae6 01:19:30 go: downloading github.com/hashicorp/go-hclog v1.1.0 01:19:30 Removing intermediate container 2d7963f69ae6 01:19:30 ---> bbcfdca645df 01:19:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:19:31 ---> 0d3f12475653 01:19:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:19:32 go: downloading github.com/Masterminds/sprig v2.22.0+incompatible 01:19:32 go: downloading github.com/fatih/color v1.13.0 01:19:32 go: downloading github.com/mattn/go-isatty v0.0.14 01:19:33 go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 01:19:33  ---> 618d06e5c0db 01:19:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:19:33 go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 01:19:33 go: downloading github.com/hashicorp/go-plugin v1.4.3 01:19:33 go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 01:19:35  ---> 4994e8256532 01:19:35 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:19:35 ---> Running in 7ea7c3ed69fe 01:19:35 go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 01:19:35 go: downloading github.com/InVisionApp/go-logger v1.0.1 01:19:35 go: downloading github.com/armon/go-metrics v0.3.10 01:19:35 Removing intermediate container 7ea7c3ed69fe 01:19:35 ---> f82f59e3bf25 01:19:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:19:36 ---> Running in 60693f341d4e 01:19:36 go: downloading github.com/prometheus/client_golang v1.12.1 01:19:36 go: downloading github.com/uber-go/tally/v4 v4.1.1 01:19:36 Removing intermediate container 60693f341d4e 01:19:36 ---> 8af356e6592e 01:19:36 Step 20/22 : LABEL arch=arm64 01:19:36 ---> Running in e77a6ecaefdf 01:19:37 Removing intermediate container e77a6ecaefdf 01:19:37 ---> 190f4758884d 01:19:37 Step 21/22 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:19:37 ---> Running in fcdb4816fd5b 01:19:38 go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 01:19:38 Removing intermediate container fcdb4816fd5b 01:19:38 ---> b1bbfb4bc59a 01:19:38 Step 22/22 : LABEL version=2.2.1-dev.2 01:19:38 ---> Running in bffcbacf8e03 01:19:38 go: downloading github.com/open-policy-agent/opa v0.38.0 01:19:38 Removing intermediate container bffcbacf8e03 01:19:38 ---> de00dcdba429 01:19:38 01:19:39 Successfully built de00dcdba429 01:19:39 Successfully tagged support-notifications-arm64:latest 01:19:51  Building support-notifications ... done go: downloading github.com/Masterminds/semver v1.5.0 01:19:51 go: downloading github.com/google/uuid v1.1.2 01:19:51 go: downloading github.com/huandu/xstrings v1.3.2 01:19:51 go: downloading github.com/Masterminds/goutils v1.1.0 01:19:51 go: downloading github.com/mattn/go-colorable v0.1.12 01:19:51 go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf 01:19:51 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 01:19:51 go: downloading github.com/oklog/run v1.0.0 01:19:51 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 01:19:51 go: downloading github.com/prometheus/client_model v0.2.0 01:19:51 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 01:19:51 go: downloading github.com/prometheus/common v0.32.1 01:19:51 go: downloading github.com/beorn7/perks v1.0.1 01:19:51 go: downloading github.com/cespare/xxhash/v2 v2.1.2 01:19:51 go: downloading github.com/prometheus/procfs v0.7.3 01:19:52 go: downloading go.uber.org/atomic v1.9.0 01:19:53 go: downloading github.com/imkira/go-observer v1.0.3 01:19:53 go: downloading github.com/mitchellh/reflectwalk v1.0.1 01:19:53 go: downloading github.com/hashicorp/errwrap v1.1.0 01:19:53 go: downloading github.com/hashicorp/golang-lru v0.5.4 01:19:54 go: downloading github.com/twmb/murmur3 v1.1.6 01:19:54 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 01:19:54 go: downloading github.com/stretchr/testify v1.7.0 01:19:54 go: downloading github.com/gofrs/uuid v4.2.0+incompatible 01:19:54 go: downloading github.com/shirou/gopsutil/v3 v3.22.2 01:19:54 go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 01:19:54 go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 01:19:56 go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 01:20:06 go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 01:20:06 go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 01:20:06 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 01:20:06 go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 01:20:06 go: downloading github.com/blang/semver/v4 v4.0.0 01:20:06 go: downloading github.com/go-sql-driver/mysql v1.6.0 01:20:06 go: downloading github.com/jinzhu/gorm v1.9.16 01:20:06 go: downloading github.com/lib/pq v1.10.4 01:20:06 go: downloading github.com/mattn/go-sqlite3 v1.14.12 01:20:06 go: downloading github.com/aws/aws-sdk-go v1.43.0 01:20:28 go: downloading k8s.io/client-go v0.23.4 01:20:28 go: downloading google.golang.org/api v0.70.0 01:20:28 go: downloading github.com/google/go-tpm v0.3.3 01:20:28 go: downloading cloud.google.com/go/storage v1.21.0 01:20:29 go: downloading cloud.google.com/go v0.100.2 01:20:31 go: downloading k8s.io/api v0.23.4 01:20:41 go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible 01:21:03 go: downloading github.com/Azure/go-autorest/autorest v0.11.24 01:21:03 go: downloading github.com/Azure/go-autorest v14.2.0+incompatible 01:21:03 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 01:21:03 go: downloading k8s.io/apimachinery v0.23.4 01:21:03 go: downloading k8s.io/kube-aggregator v0.23.3 01:21:03 go: downloading sigs.k8s.io/controller-runtime v0.11.1 01:21:04 go: downloading cloud.google.com/go/security v1.3.0 01:21:04 go: downloading github.com/hashicorp/vault/api v1.4.1 01:21:04 go: downloading gopkg.in/yaml.v2 v2.4.0 01:21:04 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:21:05 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 01:21:05 go: downloading github.com/gobwas/glob v0.2.3 01:21:05 go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b 01:21:05 go: downloading github.com/tklauser/go-sysconf v0.3.9 01:21:05 go: downloading github.com/aws/smithy-go v1.11.0 01:21:07 go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 01:21:07 go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 01:21:07 go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 01:21:07 go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 01:21:07 go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 01:21:07 go: downloading github.com/jinzhu/inflection v1.0.0 01:21:08 go: downloading cloud.google.com/go/compute v1.3.0 01:21:08 go: downloading cloud.google.com/go/iam v0.1.1 01:21:08 go: downloading github.com/googleapis/gax-go/v2 v2.1.1 01:21:08 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 01:21:09 go: downloading github.com/gogo/protobuf v1.3.2 01:21:14 go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 01:21:14 go: downloading github.com/Azure/go-autorest/logger v0.2.1 01:21:14 go: downloading github.com/Azure/go-autorest/tracing v0.6.0 01:21:14 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 01:21:14 go: downloading github.com/dimchansky/utfbom v1.1.1 01:21:14 go: downloading k8s.io/klog/v2 v2.30.0 01:21:14 go: downloading github.com/google/gofuzz v1.1.0 01:21:15 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 01:21:16 go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed 01:21:16 go: downloading github.com/spf13/pflag v1.0.5 01:21:17 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 01:21:17 go: downloading github.com/evanphx/json-patch v4.12.0+incompatible 01:21:17 go: downloading github.com/cenkalti/backoff/v3 v3.2.2 01:21:17 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 01:21:17 go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 01:21:17 go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 01:21:17 go: downloading github.com/hashicorp/vault/sdk v0.4.1 01:21:18 go: downloading github.com/mitchellh/mapstructure v1.4.3 01:21:18 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 01:21:18 go: downloading github.com/tklauser/numcpus v0.3.0 01:21:18 go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 01:21:18 go: downloading github.com/jmespath/go-jmespath v0.4.0 01:21:20 go: downloading go.opencensus.io v0.23.0 01:21:21 go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 01:21:21 go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 01:21:21 go: downloading gopkg.in/inf.v0 v0.9.1 01:21:21 go: downloading github.com/go-logr/logr v1.2.2 01:21:21 go: downloading github.com/google/go-cmp v0.5.7 01:21:22 go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 01:21:22 go: downloading github.com/json-iterator/go v1.1.12 01:21:22 go: downloading github.com/googleapis/gnostic v0.5.5 01:21:25 go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 01:21:27 go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 01:21:27 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 01:21:27 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb 01:21:28 go: downloading go.uber.org/zap v1.21.0 01:21:28 go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da 01:21:29 go: downloading sigs.k8s.io/yaml v1.3.0 01:21:29 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 01:21:29 go: downloading github.com/modern-go/reflect2 v1.0.2 01:21:29 go: downloading github.com/ryanuber/go-glob v1.0.0 01:21:29 go: downloading github.com/golang/snappy v0.0.4 01:21:29 go: downloading github.com/pierrec/lz4 v2.5.2+incompatible 01:21:37 go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 01:21:37 go: downloading github.com/hashicorp/go-uuid v1.0.2 01:21:37 go: downloading github.com/hashicorp/go-version v1.2.0 01:21:37 go: downloading go.uber.org/multierr v1.6.0 01:22:04 go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 01:22:04 go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 01:23:41 Removing intermediate container 44a8b62cb256 01:23:41 ---> 8464800004e4 01:23:41 01:23:41 Step 10/23 : FROM alpine:3.14 01:23:41 ---> ac73e934f311 01:23:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:23:41 ---> Using cache 01:23:41 ---> 56a883a8e8d9 01:23:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:23:41 ---> Using cache 01:23:41 ---> 60e39b74a5b5 01:23:41 Step 13/23 : ENV APP_PORT=59881 01:23:41 ---> Running in 1ee306ca2583 01:23:41 Removing intermediate container 1ee306ca2583 01:23:41 ---> 683b7e6a2e4e 01:23:41 Step 14/23 : EXPOSE $APP_PORT 01:23:41 ---> Running in 78c02f0a35aa 01:23:41 Removing intermediate container 78c02f0a35aa 01:23:41 ---> c4efbcbb3d2a 01:23:41 Step 15/23 : WORKDIR / 01:23:41 ---> Running in 1f40929b155f 01:23:41 Removing intermediate container 1f40929b155f 01:23:41 ---> 66774d9d0f21 01:23:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:23:41 ---> bc11a3603613 01:23:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:23:41 ---> 13608831ab56 01:23:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:23:41 ---> a30bbd69236d 01:23:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:23:41 ---> Running in 62631c0a7c31 01:23:41 Removing intermediate container 62631c0a7c31 01:23:41 ---> 8c3644185c26 01:23:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:23:41 ---> Running in 7935ef375d09 01:23:41 Removing intermediate container 7935ef375d09 01:23:41 ---> 49efb880dd7a 01:23:41 Step 21/23 : LABEL arch=arm64 01:23:41 ---> Running in f91ae3ae623d 01:23:41 Removing intermediate container f91ae3ae623d 01:23:41 ---> a598667c3085 01:23:41 Step 22/23 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:23:41 ---> Running in 8abc98ce7352 01:23:41 Removing intermediate container 8abc98ce7352 01:23:41 ---> eded6b85a97a 01:23:41 Step 23/23 : LABEL version=2.2.1-dev.2 01:23:41 ---> Running in 1e4e3a6aa21c 01:23:41 Removing intermediate container 1e4e3a6aa21c 01:23:41 ---> ab0d1da347f4 01:23:41 01:23:41 Successfully built ab0d1da347f4 01:23:41 Successfully tagged core-metadata-arm64:latest 01:37:04  Building core-metadata ... done Building bin/spire-agent... 01:37:04 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 01:37:04 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 01:37:04 go: downloading cloud.google.com/go/secretmanager v1.3.0 01:37:04 go: downloading github.com/docker/docker v20.10.12+incompatible 01:37:04 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 01:37:04 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 01:37:04 go: downloading github.com/google/go-tpm-tools v0.3.3 01:37:04 go: downloading github.com/docker/go-connections v0.4.0 01:37:04 go: downloading github.com/docker/go-units v0.4.0 01:37:04 go: downloading github.com/opencontainers/image-spec v1.0.1 01:37:04 go: downloading github.com/opencontainers/go-digest v1.0.0 01:37:04 go: downloading github.com/docker/distribution v2.7.1+incompatible 01:37:04 go: downloading github.com/containerd/containerd v1.3.4 01:37:04 Building bin/spire-agent... 01:37:04 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 01:37:04 go: downloading cloud.google.com/go/secretmanager v1.3.0 01:37:04 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 01:37:04 go: downloading github.com/docker/docker v20.10.12+incompatible 01:37:10 go: downloading github.com/google/go-tpm-tools v0.3.3 01:37:11 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 01:37:11 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 01:37:12 go: downloading github.com/docker/go-connections v0.4.0 01:37:12 go: downloading github.com/docker/go-units v0.4.0 01:37:12 go: downloading github.com/opencontainers/image-spec v1.0.1 01:37:12 go: downloading github.com/containerd/containerd v1.3.4 01:37:12 go: downloading github.com/docker/distribution v2.7.1+incompatible 01:37:12 go: downloading github.com/opencontainers/go-digest v1.0.0 01:44:05 Removing intermediate container ad2c0f5bd584 01:44:05 ---> e24bbf9e7cf0 01:44:05 01:44:05 Step 13/26 : FROM alpine:3.15 01:44:05 ---> 3fb3c9af89a9 01:44:05 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:44:05 ---> Using cache 01:44:05 ---> 28871f8124ba 01:44:05 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:44:05 ---> Using cache 01:44:05 ---> 97097566df63 01:44:05 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:44:05 ---> Running in b398a13b85c1 01:44:05 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:44:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:44:05 v3.15.4-124-ga85ef407d0 [https://nl.alpinelinux.org/alpine/v3.15/main] 01:44:05 v3.15.4-129-gc4c38cd934 [https://nl.alpinelinux.org/alpine/v3.15/community] 01:44:05 OK: 15734 distinct packages available 01:44:05 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:44:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:44:05 (1/5) Installing dumb-init (1.2.5-r1) 01:44:05 (2/5) Installing musl-obstack (1.2.3-r0) 01:44:05 (3/5) Installing libucontext (1.1-r0) 01:44:05 (4/5) Installing gcompat (1.0.0-r4) 01:44:05 (5/5) Installing openssl (1.1.1o-r0) 01:44:05 Executing busybox-1.34.1-r5.trigger 01:44:05 OK: 6 MiB in 19 packages 01:44:05 Removing intermediate container b398a13b85c1 01:44:05 ---> 07b46e8d3df6 01:44:05 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin 01:44:05 ---> cb88dd54a5af 01:44:05 Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 01:44:07 ---> af03e9f70575 01:44:07 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:44:07 Removing intermediate container 6c87cf981afe 01:44:07 ---> 0cadbbff72d1 01:44:07 01:44:07 Step 13/25 : FROM alpine:3.15 01:44:07 ---> 3fb3c9af89a9 01:44:07 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:44:07 ---> Using cache 01:44:07 ---> 28871f8124ba 01:44:07 Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:44:07 ---> Using cache 01:44:07 ---> 97097566df63 01:44:07 Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:44:07 ---> Using cache 01:44:07 ---> 07b46e8d3df6 01:44:07 Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 01:44:07 ---> d13c4c13ec86 01:44:07 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:44:08 ---> 5ce7e04c97b1 01:44:08 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:44:09 ---> 1915cd58fb80 01:44:09 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:44:09 ---> Running in eec3b5ce37db 01:44:10 Removing intermediate container eec3b5ce37db 01:44:10 ---> eb403d763f30 01:44:10 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:44:10 ---> Running in 7e7f567b1d4e 01:44:10 Removing intermediate container 7e7f567b1d4e 01:44:10 ---> 89586dc3a306 01:44:10 Step 24/26 : LABEL arch=arm64 01:44:10 ---> Running in 76b5d43abe47 01:44:11 Removing intermediate container 76b5d43abe47 01:44:11 ---> 089998992fe3 01:44:11 Step 25/26 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:44:11 ---> Running in d11937838089 01:44:12 Removing intermediate container d11937838089 01:44:12 ---> 6a9f185f6ff8 01:44:12 Step 26/26 : LABEL version=2.2.1-dev.2 01:44:12 ---> ace8333f999e 01:44:12 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:44:12 ---> Running in 5cb9c7d0be36 01:44:12 Removing intermediate container 5cb9c7d0be36 01:44:12 ---> f938253ce4e4 01:44:12 01:44:12 ---> 34d35422ee2d 01:44:12 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:44:12 Successfully built f938253ce4e4 01:44:12 Successfully tagged security-spire-agent-arm64:latest 01:44:13  Building security-spire-agent ... done  ---> 0d88857e3f8d 01:44:13 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:44:13 ---> 246d5db7b342 01:44:13 Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:44:14 ---> Running in 169318d1d8f4 01:44:14 Removing intermediate container 169318d1d8f4 01:44:14 ---> f7d9049db9de 01:44:14 Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:44:14 ---> Running in 083d0bd29310 01:44:14 Removing intermediate container 083d0bd29310 01:44:14 ---> 04ab8da1af2c 01:44:14 Step 23/25 : LABEL arch=arm64 01:44:14 ---> Running in ee7b125361f9 01:44:15 Removing intermediate container ee7b125361f9 01:44:15 ---> 0f7ce942fab1 01:44:15 Step 24/25 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:44:15 ---> Running in 1671ce66e9ea 01:44:15 Removing intermediate container 1671ce66e9ea 01:44:15 ---> 13c94cc285b1 01:44:15 Step 25/25 : LABEL version=2.2.1-dev.2 01:44:15 ---> Running in e46dabadd1cc 01:44:16 Removing intermediate container e46dabadd1cc 01:44:16 ---> 4ff8f782b7a7 01:44:16 01:44:16 Successfully built 4ff8f782b7a7 01:44:16 Successfully tagged security-spire-server-arm64:latest 01:45:24  Building security-spire-server ... done Building bin/spire-agent... 01:45:24 go: downloading github.com/envoyproxy/go-control-plane v0.10.1 01:45:24 go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 01:45:24 go: downloading cloud.google.com/go/secretmanager v1.3.0 01:45:24 go: downloading github.com/docker/docker v20.10.12+incompatible 01:45:25 go: downloading github.com/google/go-tpm-tools v0.3.3 01:45:25 go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 01:45:25 go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 01:45:26 go: downloading github.com/docker/go-connections v0.4.0 01:45:26 go: downloading github.com/docker/go-units v0.4.0 01:45:26 go: downloading github.com/opencontainers/image-spec v1.0.1 01:45:26 go: downloading github.com/containerd/containerd v1.3.4 01:45:26 go: downloading github.com/docker/distribution v2.7.1+incompatible 01:45:26 go: downloading github.com/opencontainers/go-digest v1.0.0 01:49:18 Removing intermediate container 35bea8f1c8be 01:49:18 ---> 8640651bec2e 01:49:18 01:49:18 Step 13/26 : FROM alpine:3.15 01:49:18 ---> 3fb3c9af89a9 01:49:18 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:49:18 ---> Using cache 01:49:18 ---> 28871f8124ba 01:49:18 Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:49:18 ---> Using cache 01:49:18 ---> 97097566df63 01:49:18 Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat 01:49:18 ---> Running in 0bb93e147004 01:49:18 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:49:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:49:18 v3.15.4-124-ga85ef407d0 [https://nl.alpinelinux.org/alpine/v3.15/main] 01:49:18 v3.15.4-129-gc4c38cd934 [https://nl.alpinelinux.org/alpine/v3.15/community] 01:49:18 OK: 15734 distinct packages available 01:49:18 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:49:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:49:18 (1/4) Installing dumb-init (1.2.5-r1) 01:49:18 (2/4) Installing musl-obstack (1.2.3-r0) 01:49:18 (3/4) Installing libucontext (1.1-r0) 01:49:18 (4/4) Installing gcompat (1.0.0-r4) 01:49:18 Executing busybox-1.34.1-r5.trigger 01:49:18 OK: 6 MiB in 18 packages 01:49:18 Removing intermediate container 0bb93e147004 01:49:18 ---> 95f096004a28 01:49:18 Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin 01:49:18 ---> 8e3639e58558 01:49:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:49:18 ---> 7615182ee76f 01:49:18 Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d 01:49:18 ---> Running in f2d3d2619bf9 01:49:18 Removing intermediate container f2d3d2619bf9 01:49:18 ---> dec2f9a6171c 01:49:18 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:49:18 ---> fdde04219e7c 01:49:18 Step 21/26 : WORKDIR / 01:49:18 ---> Running in fd74d388838e 01:49:18 Removing intermediate container fd74d388838e 01:49:18 ---> eeb3c7460d87 01:49:18 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:49:18 ---> Running in 6b970f2e308a 01:49:18 Removing intermediate container 6b970f2e308a 01:49:18 ---> b78c073a8528 01:49:18 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:49:18 ---> Running in 408f46a37ae6 01:49:18 Removing intermediate container 408f46a37ae6 01:49:18 ---> 2af990e66455 01:49:18 Step 24/26 : LABEL arch=arm64 01:49:18 ---> Running in 02d4503a2dfa 01:49:18 Removing intermediate container 02d4503a2dfa 01:49:18 ---> fc9e5750cc8e 01:49:18 Step 25/26 : LABEL git_sha=f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:49:18 ---> Running in d06d0b49a969 01:49:18 Removing intermediate container d06d0b49a969 01:49:18 ---> 0aaceea871da 01:49:18 Step 26/26 : LABEL version=2.2.1-dev.2 01:49:18 ---> Running in 95ea8732380a 01:49:18 Removing intermediate container 95ea8732380a 01:49:18 ---> d37039491e81 01:49:18 01:49:18 Successfully built d37039491e81 01:49:18 Successfully tagged security-spire-config-arm64:latest 01:49:18  Building security-spire-config ... done  [Pipeline] } 01:49:18 $ docker stop --time=1 0ce9d121d85b6ac3fd2f5b2ac87dfb50a481f84154856d5e5125faaff5fa1a11 01:49:20 $ docker rm -f 0ce9d121d85b6ac3fd2f5b2ac87dfb50a481f84154856d5e5125faaff5fa1a11 [Pipeline] // withDockerContainer [Pipeline] sh 01:49:20 + docker images 01:49:21 REPOSITORY TAG IMAGE ID CREATED SIZE 01:49:21 security-spire-config-arm64 latest d37039491e81 4 seconds ago 85.6MB 01:49:21 8640651bec2e 33 seconds ago 3.98GB 01:49:21 security-spire-server-arm64 latest 4ff8f782b7a7 5 minutes ago 86.3MB 01:49:21 security-spire-agent-arm64 latest f938253ce4e4 5 minutes ago 126MB 01:49:21 0cadbbff72d1 5 minutes ago 3.98GB 01:49:21 e24bbf9e7cf0 5 minutes ago 3.98GB 01:49:21 core-metadata-arm64 latest ab0d1da347f4 25 minutes ago 16.3MB 01:49:21 8464800004e4 25 minutes ago 1.15GB 01:49:21 support-notifications-arm64 latest de00dcdba429 29 minutes ago 25.8MB 01:49:21 edd2800a4d87 30 minutes ago 1.21GB 01:49:21 support-scheduler-arm64 latest 9ac1bc00fd14 30 minutes ago 25.2MB 01:49:21 11d1ae9680ad 30 minutes ago 1.21GB 01:49:21 security-spiffe-token-provider-arm64 latest 35dba8e13618 31 minutes ago 27.9MB 01:49:21 de983c5460c8 31 minutes ago 1.2GB 01:49:21 sys-mgmt-agent-arm64 latest 53c1462a97e2 38 minutes ago 282MB 01:49:21 core-data-arm64 latest 0f966730f6e4 38 minutes ago 21.6MB 01:49:21 7e2864991e70 39 minutes ago 1.18GB 01:49:21 security-secretstore-setup-arm64 latest 9e9d09ee1b6c 39 minutes ago 27.5MB 01:49:21 e2b15df13629 40 minutes ago 1.16GB 01:49:21 c12789319e8f 40 minutes ago 1.15GB 01:49:21 security-bootstrapper-arm64 latest 40d6bb70964f 45 minutes ago 18.3MB 01:49:21 security-proxy-setup-arm64 latest 34bcaf39f26a 46 minutes ago 26.1MB 01:49:21 core-command-arm64 latest dcf9ad481ee5 46 minutes ago 15.5MB 01:49:21 d2fba7e861f6 46 minutes ago 1.15GB 01:49:21 130d47ece4c7 46 minutes ago 1.16GB 01:49:21 9e7df652658d 46 minutes ago 1.15GB 01:49:21 ci-base-image-arm64 latest ac96cfba895b 53 minutes ago 885MB 01:49:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 725f1c02e7f9 2 weeks ago 551MB 01:49:21 docker 20.10.14 c346e9eafbab 5 weeks ago 202MB 01:49:21 alpine 3.14 ac73e934f311 5 weeks ago 5.34MB 01:49:21 alpine 3.15 3fb3c9af89a9 5 weeks ago 5.32MB 01:49:21 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) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:49:21 provisioning config files... 01:49:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/229@tmp/config1769664427525706192tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:49:21 ---> docker-login.sh 01:49:21 nexus3.edgexfoundry.org:10001 01:49:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:49:22 Configure a credential helper to remove this warning. See 01:49:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:49:22 01:49:22 Login Succeeded 01:49:22 nexus3.edgexfoundry.org:10002 01:49:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:49:22 Configure a credential helper to remove this warning. See 01:49:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:49:22 01:49:22 Login Succeeded 01:49:22 nexus3.edgexfoundry.org:10003 01:49:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:49:23 Configure a credential helper to remove this warning. See 01:49:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:49:23 01:49:23 Login Succeeded 01:49:23 nexus3.edgexfoundry.org:10004 01:49:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:49:23 Configure a credential helper to remove this warning. See 01:49:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:49:23 01:49:23 Login Succeeded 01:49:23 docker.io 01:49:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:49:24 Configure a credential helper to remove this warning. See 01:49:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:49:24 01:49:24 Login Succeeded 01:49:24 ---> docker-login.sh ends [Pipeline] } 01:49:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:49:24 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 01:49:24 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:49:24 latest 01:49:24 2.2.1-dev.2 01:49:24 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:49:24 main 01:49:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:49:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:49:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:49:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:49:25 0753a1bb92e7: Preparing 01:49:25 e3a3d198e06c: Preparing 01:49:25 ec27b0d89488: Preparing 01:49:25 b4824ce77d46: Preparing 01:49:25 f73e7dbfee58: Preparing 01:49:25 f73e7dbfee58: Layer already exists 01:49:25 0753a1bb92e7: Pushed 01:49:25 ec27b0d89488: Pushed 01:49:25 b4824ce77d46: Pushed 01:49:28 e3a3d198e06c: Pushed 01:49:28 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:dff483f418851c7f485f36a54db263c6bce390b82a2d2b41ae8879632d4c41d0 size: 1363 [Pipeline] isUnix [Pipeline] sh 01:49:28 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:49:29 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 01:49:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:49:29 0753a1bb92e7: Preparing 01:49:29 e3a3d198e06c: Preparing 01:49:29 ec27b0d89488: Preparing 01:49:29 b4824ce77d46: Preparing 01:49:29 f73e7dbfee58: Preparing 01:49:29 f73e7dbfee58: Layer already exists 01:49:29 e3a3d198e06c: Layer already exists 01:49:29 ec27b0d89488: Layer already exists 01:49:29 0753a1bb92e7: Layer already exists 01:49:29 b4824ce77d46: Layer already exists 01:49:29 latest: digest: sha256:dff483f418851c7f485f36a54db263c6bce390b82a2d2b41ae8879632d4c41d0 size: 1363 [Pipeline] isUnix [Pipeline] sh 01:49:29 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:49:30 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.2 01:49:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:49:30 0753a1bb92e7: Preparing 01:49:30 e3a3d198e06c: Preparing 01:49:30 ec27b0d89488: Preparing 01:49:30 b4824ce77d46: Preparing 01:49:30 f73e7dbfee58: Preparing 01:49:30 b4824ce77d46: Layer already exists 01:49:30 e3a3d198e06c: Layer already exists 01:49:30 ec27b0d89488: Layer already exists 01:49:30 f73e7dbfee58: Layer already exists 01:49:30 0753a1bb92e7: Layer already exists 01:49:30 2.2.1-dev.2: digest: sha256:dff483f418851c7f485f36a54db263c6bce390b82a2d2b41ae8879632d4c41d0 size: 1363 [Pipeline] isUnix [Pipeline] sh 01:49:30 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:49:31 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:49:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:49:31 0753a1bb92e7: Preparing 01:49:31 e3a3d198e06c: Preparing 01:49:31 ec27b0d89488: Preparing 01:49:31 b4824ce77d46: Preparing 01:49:31 f73e7dbfee58: Preparing 01:49:31 0753a1bb92e7: Layer already exists 01:49:31 f73e7dbfee58: Layer already exists 01:49:31 ec27b0d89488: Layer already exists 01:49:31 b4824ce77d46: Layer already exists 01:49:31 e3a3d198e06c: Layer already exists 01:49:31 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:dff483f418851c7f485f36a54db263c6bce390b82a2d2b41ae8879632d4c41d0 size: 1363 [Pipeline] isUnix [Pipeline] sh 01:49:31 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] isUnix [Pipeline] sh 01:49:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 01:49:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:49:32 0753a1bb92e7: Preparing 01:49:32 e3a3d198e06c: Preparing 01:49:32 ec27b0d89488: Preparing 01:49:32 b4824ce77d46: Preparing 01:49:32 f73e7dbfee58: Preparing 01:49:32 f73e7dbfee58: Layer already exists 01:49:32 0753a1bb92e7: Layer already exists 01:49:32 ec27b0d89488: Layer already exists 01:49:32 b4824ce77d46: Layer already exists 01:49:32 e3a3d198e06c: Layer already exists 01:49:32 main: digest: sha256:dff483f418851c7f485f36a54db263c6bce390b82a2d2b41ae8879632d4c41d0 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:32 ===================================================== [Pipeline] echo 01:49:32 taggedImages: 01:49:32 - nexus3.edgexfoundry.org:10004/core-command-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:49:32 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 01:49:32 - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.2 01:49:32 - nexus3.edgexfoundry.org:10004/core-command-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:49:32 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 01:49:32 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 01:49:32 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:49:32 latest 01:49:32 2.2.1-dev.2 01:49:32 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:49:32 main 01:49:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:49:32 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:49:33 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:49:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:49:33 9abcbd131b6e: Preparing 01:49:33 fb19ccd1956f: Preparing 01:49:33 ec27b0d89488: Preparing 01:49:33 30b979b361c1: Preparing 01:49:33 bbf6d00cadff: Preparing 01:49:33 f73e7dbfee58: Preparing 01:49:33 f73e7dbfee58: Waiting 01:49:33 ec27b0d89488: Layer already exists 01:49:33 f73e7dbfee58: Layer already exists 01:49:33 9abcbd131b6e: Pushed 01:49:33 bbf6d00cadff: Pushed 01:49:34 30b979b361c1: Pushed 01:49:37 fb19ccd1956f: Pushed 01:49:37 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:6724f6f081f22889ed39dc91e9fb97824aa6298929b7319c74f6da6bedc5b725 size: 1572 [Pipeline] isUnix [Pipeline] sh 01:49:37 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:49:38 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 01:49:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:49:38 9abcbd131b6e: Preparing 01:49:38 fb19ccd1956f: Preparing 01:49:38 ec27b0d89488: Preparing 01:49:38 30b979b361c1: Preparing 01:49:38 bbf6d00cadff: Preparing 01:49:38 f73e7dbfee58: Preparing 01:49:38 f73e7dbfee58: Waiting 01:49:38 bbf6d00cadff: Layer already exists 01:49:38 ec27b0d89488: Layer already exists 01:49:38 9abcbd131b6e: Layer already exists 01:49:38 30b979b361c1: Layer already exists 01:49:38 fb19ccd1956f: Layer already exists 01:49:38 f73e7dbfee58: Layer already exists 01:49:38 latest: digest: sha256:6724f6f081f22889ed39dc91e9fb97824aa6298929b7319c74f6da6bedc5b725 size: 1572 [Pipeline] isUnix [Pipeline] sh 01:49:38 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:49:39 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.2 01:49:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:49:39 9abcbd131b6e: Preparing 01:49:39 fb19ccd1956f: Preparing 01:49:39 ec27b0d89488: Preparing 01:49:39 30b979b361c1: Preparing 01:49:39 bbf6d00cadff: Preparing 01:49:39 f73e7dbfee58: Preparing 01:49:39 f73e7dbfee58: Waiting 01:49:39 fb19ccd1956f: Layer already exists 01:49:39 30b979b361c1: Layer already exists 01:49:39 ec27b0d89488: Layer already exists 01:49:39 bbf6d00cadff: Layer already exists 01:49:39 9abcbd131b6e: Layer already exists 01:49:39 f73e7dbfee58: Layer already exists 01:49:39 2.2.1-dev.2: digest: sha256:6724f6f081f22889ed39dc91e9fb97824aa6298929b7319c74f6da6bedc5b725 size: 1572 [Pipeline] isUnix [Pipeline] sh 01:49:39 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:49:40 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:49:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:49:40 9abcbd131b6e: Preparing 01:49:40 fb19ccd1956f: Preparing 01:49:40 ec27b0d89488: Preparing 01:49:40 30b979b361c1: Preparing 01:49:40 bbf6d00cadff: Preparing 01:49:40 f73e7dbfee58: Preparing 01:49:40 f73e7dbfee58: Waiting 01:49:40 ec27b0d89488: Layer already exists 01:49:40 30b979b361c1: Layer already exists 01:49:40 9abcbd131b6e: Layer already exists 01:49:40 bbf6d00cadff: Layer already exists 01:49:40 fb19ccd1956f: Layer already exists 01:49:40 f73e7dbfee58: Layer already exists 01:49:40 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:6724f6f081f22889ed39dc91e9fb97824aa6298929b7319c74f6da6bedc5b725 size: 1572 [Pipeline] isUnix [Pipeline] sh 01:49:40 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] isUnix [Pipeline] sh 01:49:41 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 01:49:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:49:41 9abcbd131b6e: Preparing 01:49:41 fb19ccd1956f: Preparing 01:49:41 ec27b0d89488: Preparing 01:49:41 30b979b361c1: Preparing 01:49:41 bbf6d00cadff: Preparing 01:49:41 f73e7dbfee58: Preparing 01:49:41 f73e7dbfee58: Waiting 01:49:41 fb19ccd1956f: Layer already exists 01:49:41 bbf6d00cadff: Layer already exists 01:49:41 9abcbd131b6e: Layer already exists 01:49:41 30b979b361c1: Layer already exists 01:49:41 ec27b0d89488: Layer already exists 01:49:41 f73e7dbfee58: Layer already exists 01:49:41 main: digest: sha256:6724f6f081f22889ed39dc91e9fb97824aa6298929b7319c74f6da6bedc5b725 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:41 ===================================================== [Pipeline] echo 01:49:41 taggedImages: 01:49:41 - nexus3.edgexfoundry.org:10004/core-data-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:49:41 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 01:49:41 - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.2 01:49:41 - nexus3.edgexfoundry.org:10004/core-data-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:49:41 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 01:49:41 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 01:49:41 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:49:41 latest 01:49:41 2.2.1-dev.2 01:49:41 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:49:41 main 01:49:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:49:41 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:49:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:49:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:49:42 de5612ef947a: Preparing 01:49:42 e8252fd7f848: Preparing 01:49:42 ec27b0d89488: Preparing 01:49:42 b4824ce77d46: Preparing 01:49:42 f73e7dbfee58: Preparing 01:49:42 b4824ce77d46: Layer already exists 01:49:42 f73e7dbfee58: Layer already exists 01:49:42 ec27b0d89488: Layer already exists 01:49:42 de5612ef947a: Pushed 01:49:45 e8252fd7f848: Pushed 01:49:45 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:9489994598ac727b584378992c8547bbade4b7a55533f8e518a479652e54df1d size: 1364 [Pipeline] isUnix [Pipeline] sh 01:49:45 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:49:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 01:49:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:49:45 de5612ef947a: Preparing 01:49:45 e8252fd7f848: Preparing 01:49:45 ec27b0d89488: Preparing 01:49:45 b4824ce77d46: Preparing 01:49:45 f73e7dbfee58: Preparing 01:49:45 e8252fd7f848: Layer already exists 01:49:46 ec27b0d89488: Layer already exists 01:49:46 de5612ef947a: Layer already exists 01:49:46 f73e7dbfee58: Layer already exists 01:49:46 b4824ce77d46: Layer already exists 01:49:46 latest: digest: sha256:9489994598ac727b584378992c8547bbade4b7a55533f8e518a479652e54df1d size: 1364 [Pipeline] isUnix [Pipeline] sh 01:49:46 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:49:46 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.2 01:49:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:49:46 de5612ef947a: Preparing 01:49:46 e8252fd7f848: Preparing 01:49:46 ec27b0d89488: Preparing 01:49:46 b4824ce77d46: Preparing 01:49:46 f73e7dbfee58: Preparing 01:49:46 f73e7dbfee58: Layer already exists 01:49:46 de5612ef947a: Layer already exists 01:49:46 b4824ce77d46: Layer already exists 01:49:46 ec27b0d89488: Layer already exists 01:49:46 e8252fd7f848: Layer already exists 01:49:47 2.2.1-dev.2: digest: sha256:9489994598ac727b584378992c8547bbade4b7a55533f8e518a479652e54df1d size: 1364 [Pipeline] isUnix [Pipeline] sh 01:49:47 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:49:47 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:49:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:49:47 de5612ef947a: Preparing 01:49:47 e8252fd7f848: Preparing 01:49:47 ec27b0d89488: Preparing 01:49:47 b4824ce77d46: Preparing 01:49:47 f73e7dbfee58: Preparing 01:49:47 b4824ce77d46: Layer already exists 01:49:47 f73e7dbfee58: Layer already exists 01:49:47 ec27b0d89488: Layer already exists 01:49:47 de5612ef947a: Layer already exists 01:49:47 e8252fd7f848: Layer already exists 01:49:48 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:9489994598ac727b584378992c8547bbade4b7a55533f8e518a479652e54df1d size: 1364 [Pipeline] isUnix [Pipeline] sh 01:49:48 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] isUnix [Pipeline] sh 01:49:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 01:49:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:49:48 de5612ef947a: Preparing 01:49:48 e8252fd7f848: Preparing 01:49:48 ec27b0d89488: Preparing 01:49:48 b4824ce77d46: Preparing 01:49:48 f73e7dbfee58: Preparing 01:49:48 e8252fd7f848: Layer already exists 01:49:48 f73e7dbfee58: Layer already exists 01:49:48 b4824ce77d46: Layer already exists 01:49:48 de5612ef947a: Layer already exists 01:49:48 ec27b0d89488: Layer already exists 01:49:49 main: digest: sha256:9489994598ac727b584378992c8547bbade4b7a55533f8e518a479652e54df1d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:49 ===================================================== [Pipeline] echo 01:49:49 taggedImages: 01:49:49 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:49:49 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 01:49:49 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.2 01:49:49 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:49:49 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 01:49:49 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 01:49:49 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:49:49 latest 01:49:49 2.2.1-dev.2 01:49:49 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:49:49 main 01:49:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:49:49 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:49:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:49:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:49:50 c40e5614c2a9: Preparing 01:49:50 c40e5614c2a9: Preparing 01:49:50 52fd7a7eeca6: Preparing 01:49:50 c2ca6ee39282: Preparing 01:49:50 f787b1e077ee: Preparing 01:49:50 3b5dee262d3d: Preparing 01:49:50 ec27b0d89488: Preparing 01:49:50 60d3482c2427: Preparing 01:49:50 d4104a904210: Preparing 01:49:50 5e8b59bea278: Preparing 01:49:50 7199c36f712a: Preparing 01:49:50 f73e7dbfee58: Preparing 01:49:50 ec27b0d89488: Waiting 01:49:50 7199c36f712a: Waiting 01:49:50 60d3482c2427: Waiting 01:49:50 d4104a904210: Waiting 01:49:50 5e8b59bea278: Waiting 01:49:50 f73e7dbfee58: Waiting 01:49:50 52fd7a7eeca6: Pushed 01:49:50 f787b1e077ee: Pushed 01:49:50 ec27b0d89488: Layer already exists 01:49:50 c2ca6ee39282: Pushed 01:49:50 c40e5614c2a9: Pushed 01:49:50 60d3482c2427: Pushed 01:49:50 5e8b59bea278: Pushed 01:49:50 d4104a904210: Pushed 01:49:50 f73e7dbfee58: Layer already exists 01:49:50 7199c36f712a: Pushed 01:49:54 3b5dee262d3d: Pushed 01:49:54 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:e07b7f93b68d9760ebbd8d01ea806be0c675032da08f035399d756f0e8e325ed size: 2817 [Pipeline] isUnix [Pipeline] sh 01:49:54 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:49:54 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 01:49:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:49:54 c40e5614c2a9: Preparing 01:49:54 c40e5614c2a9: Preparing 01:49:54 52fd7a7eeca6: Preparing 01:49:54 c2ca6ee39282: Preparing 01:49:54 f787b1e077ee: Preparing 01:49:54 3b5dee262d3d: Preparing 01:49:54 ec27b0d89488: Preparing 01:49:54 60d3482c2427: Preparing 01:49:54 d4104a904210: Preparing 01:49:54 5e8b59bea278: Preparing 01:49:54 7199c36f712a: Preparing 01:49:54 f73e7dbfee58: Preparing 01:49:54 d4104a904210: Waiting 01:49:54 5e8b59bea278: Waiting 01:49:54 ec27b0d89488: Waiting 01:49:54 60d3482c2427: Waiting 01:49:54 f73e7dbfee58: Waiting 01:49:54 f787b1e077ee: Layer already exists 01:49:54 c2ca6ee39282: Layer already exists 01:49:54 3b5dee262d3d: Layer already exists 01:49:54 c40e5614c2a9: Layer already exists 01:49:54 52fd7a7eeca6: Layer already exists 01:49:54 ec27b0d89488: Layer already exists 01:49:54 5e8b59bea278: Layer already exists 01:49:54 d4104a904210: Layer already exists 01:49:54 60d3482c2427: Layer already exists 01:49:55 7199c36f712a: Layer already exists 01:49:55 f73e7dbfee58: Layer already exists 01:49:55 latest: digest: sha256:e07b7f93b68d9760ebbd8d01ea806be0c675032da08f035399d756f0e8e325ed size: 2817 [Pipeline] isUnix [Pipeline] sh 01:49:55 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:49:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.2 01:49:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:49:55 c40e5614c2a9: Preparing 01:49:55 c40e5614c2a9: Preparing 01:49:55 52fd7a7eeca6: Preparing 01:49:55 c2ca6ee39282: Preparing 01:49:55 f787b1e077ee: Preparing 01:49:55 3b5dee262d3d: Preparing 01:49:55 ec27b0d89488: Preparing 01:49:55 60d3482c2427: Preparing 01:49:55 d4104a904210: Preparing 01:49:55 5e8b59bea278: Preparing 01:49:55 7199c36f712a: Preparing 01:49:55 f73e7dbfee58: Preparing 01:49:55 ec27b0d89488: Waiting 01:49:55 60d3482c2427: Waiting 01:49:55 d4104a904210: Waiting 01:49:55 5e8b59bea278: Waiting 01:49:55 7199c36f712a: Waiting 01:49:55 f73e7dbfee58: Waiting 01:49:55 52fd7a7eeca6: Layer already exists 01:49:55 3b5dee262d3d: Layer already exists 01:49:55 c2ca6ee39282: Layer already exists 01:49:55 c40e5614c2a9: Layer already exists 01:49:55 f787b1e077ee: Layer already exists 01:49:55 60d3482c2427: Layer already exists 01:49:55 ec27b0d89488: Layer already exists 01:49:55 d4104a904210: Layer already exists 01:49:55 7199c36f712a: Layer already exists 01:49:56 5e8b59bea278: Layer already exists 01:49:56 f73e7dbfee58: Layer already exists 01:49:56 2.2.1-dev.2: digest: sha256:e07b7f93b68d9760ebbd8d01ea806be0c675032da08f035399d756f0e8e325ed size: 2817 [Pipeline] isUnix [Pipeline] sh 01:49:56 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:49:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:49:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:49:56 c40e5614c2a9: Preparing 01:49:56 c40e5614c2a9: Preparing 01:49:56 52fd7a7eeca6: Preparing 01:49:56 c2ca6ee39282: Preparing 01:49:56 f787b1e077ee: Preparing 01:49:56 3b5dee262d3d: Preparing 01:49:56 ec27b0d89488: Preparing 01:49:56 60d3482c2427: Preparing 01:49:56 d4104a904210: Preparing 01:49:56 5e8b59bea278: Preparing 01:49:56 7199c36f712a: Preparing 01:49:56 f73e7dbfee58: Preparing 01:49:56 d4104a904210: Waiting 01:49:56 7199c36f712a: Waiting 01:49:56 f73e7dbfee58: Waiting 01:49:56 ec27b0d89488: Waiting 01:49:56 5e8b59bea278: Waiting 01:49:56 60d3482c2427: Waiting 01:49:56 f787b1e077ee: Layer already exists 01:49:56 3b5dee262d3d: Layer already exists 01:49:56 c2ca6ee39282: Layer already exists 01:49:56 c40e5614c2a9: Layer already exists 01:49:56 52fd7a7eeca6: Layer already exists 01:49:57 d4104a904210: Layer already exists 01:49:57 60d3482c2427: Layer already exists 01:49:57 7199c36f712a: Layer already exists 01:49:57 5e8b59bea278: Layer already exists 01:49:57 ec27b0d89488: Layer already exists 01:49:57 f73e7dbfee58: Layer already exists 01:49:57 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:e07b7f93b68d9760ebbd8d01ea806be0c675032da08f035399d756f0e8e325ed size: 2817 [Pipeline] isUnix [Pipeline] sh 01:49:57 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] isUnix [Pipeline] sh 01:49:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 01:49:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:49:57 c40e5614c2a9: Preparing 01:49:57 c40e5614c2a9: Preparing 01:49:57 52fd7a7eeca6: Preparing 01:49:57 c2ca6ee39282: Preparing 01:49:57 f787b1e077ee: Preparing 01:49:57 3b5dee262d3d: Preparing 01:49:57 ec27b0d89488: Preparing 01:49:57 60d3482c2427: Preparing 01:49:57 d4104a904210: Preparing 01:49:57 5e8b59bea278: Preparing 01:49:57 7199c36f712a: Preparing 01:49:57 f73e7dbfee58: Preparing 01:49:57 60d3482c2427: Waiting 01:49:57 d4104a904210: Waiting 01:49:57 5e8b59bea278: Waiting 01:49:57 7199c36f712a: Waiting 01:49:57 f73e7dbfee58: Waiting 01:49:57 ec27b0d89488: Waiting 01:49:57 c2ca6ee39282: Layer already exists 01:49:57 3b5dee262d3d: Layer already exists 01:49:57 52fd7a7eeca6: Layer already exists 01:49:57 c40e5614c2a9: Layer already exists 01:49:57 f787b1e077ee: Layer already exists 01:49:57 5e8b59bea278: Layer already exists 01:49:57 ec27b0d89488: Layer already exists 01:49:57 60d3482c2427: Layer already exists 01:49:57 d4104a904210: Layer already exists 01:49:57 7199c36f712a: Layer already exists 01:49:57 f73e7dbfee58: Layer already exists 01:49:57 main: digest: sha256:e07b7f93b68d9760ebbd8d01ea806be0c675032da08f035399d756f0e8e325ed size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:58 ===================================================== [Pipeline] echo 01:49:58 taggedImages: 01:49:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:49:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 01:49:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.2 01:49:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:49:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 01:49:58 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 01:49:58 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:49:58 latest 01:49:58 2.2.1-dev.2 01:49:58 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:49:58 main 01:49:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:49:58 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:49:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:49:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:49:58 879417381df9: Preparing 01:49:58 e210f3753a5b: Preparing 01:49:58 96617c3cfe07: Preparing 01:49:58 702a40c44a15: Preparing 01:49:58 e23edd606fae: Preparing 01:49:58 a771fcbdf077: Preparing 01:49:58 e3b7021b3fe7: Preparing 01:49:58 f73e7dbfee58: Preparing 01:49:58 a771fcbdf077: Waiting 01:49:58 e3b7021b3fe7: Waiting 01:49:58 f73e7dbfee58: Waiting 01:49:59 879417381df9: Pushed 01:49:59 e23edd606fae: Pushed 01:49:59 e210f3753a5b: Pushed 01:49:59 f73e7dbfee58: Layer already exists 01:49:59 a771fcbdf077: Pushed 01:49:59 e3b7021b3fe7: Pushed 01:50:01 702a40c44a15: Pushed 01:50:01 96617c3cfe07: Pushed 01:50:01 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:f63bd5eee810e9afe0a8dcb55b548531237a8de8e7b4db77a76a9b522027aadc size: 1990 [Pipeline] isUnix [Pipeline] sh 01:50:02 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:50:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 01:50:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:50:02 879417381df9: Preparing 01:50:02 e210f3753a5b: Preparing 01:50:02 96617c3cfe07: Preparing 01:50:02 702a40c44a15: Preparing 01:50:02 e23edd606fae: Preparing 01:50:02 a771fcbdf077: Preparing 01:50:02 e3b7021b3fe7: Preparing 01:50:02 f73e7dbfee58: Preparing 01:50:02 e3b7021b3fe7: Waiting 01:50:02 f73e7dbfee58: Waiting 01:50:02 a771fcbdf077: Waiting 01:50:02 702a40c44a15: Layer already exists 01:50:02 879417381df9: Layer already exists 01:50:02 e23edd606fae: Layer already exists 01:50:02 e210f3753a5b: Layer already exists 01:50:02 96617c3cfe07: Layer already exists 01:50:02 f73e7dbfee58: Layer already exists 01:50:02 e3b7021b3fe7: Layer already exists 01:50:02 a771fcbdf077: Layer already exists 01:50:02 latest: digest: sha256:f63bd5eee810e9afe0a8dcb55b548531237a8de8e7b4db77a76a9b522027aadc size: 1990 [Pipeline] isUnix [Pipeline] sh 01:50:03 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:50:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.2 01:50:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:50:03 879417381df9: Preparing 01:50:03 e210f3753a5b: Preparing 01:50:03 96617c3cfe07: Preparing 01:50:03 702a40c44a15: Preparing 01:50:03 e23edd606fae: Preparing 01:50:03 a771fcbdf077: Preparing 01:50:03 e3b7021b3fe7: Preparing 01:50:03 f73e7dbfee58: Preparing 01:50:03 a771fcbdf077: Waiting 01:50:03 f73e7dbfee58: Waiting 01:50:03 e3b7021b3fe7: Waiting 01:50:03 879417381df9: Layer already exists 01:50:03 96617c3cfe07: Layer already exists 01:50:03 702a40c44a15: Layer already exists 01:50:03 e210f3753a5b: Layer already exists 01:50:03 e23edd606fae: Layer already exists 01:50:03 a771fcbdf077: Layer already exists 01:50:03 e3b7021b3fe7: Layer already exists 01:50:03 f73e7dbfee58: Layer already exists 01:50:03 2.2.1-dev.2: digest: sha256:f63bd5eee810e9afe0a8dcb55b548531237a8de8e7b4db77a76a9b522027aadc size: 1990 [Pipeline] isUnix [Pipeline] sh 01:50:04 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:50:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:50:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:50:04 879417381df9: Preparing 01:50:04 e210f3753a5b: Preparing 01:50:04 96617c3cfe07: Preparing 01:50:04 702a40c44a15: Preparing 01:50:04 e23edd606fae: Preparing 01:50:04 a771fcbdf077: Preparing 01:50:04 e3b7021b3fe7: Preparing 01:50:04 f73e7dbfee58: Preparing 01:50:04 e3b7021b3fe7: Waiting 01:50:04 f73e7dbfee58: Waiting 01:50:04 a771fcbdf077: Waiting 01:50:04 e210f3753a5b: Layer already exists 01:50:04 879417381df9: Layer already exists 01:50:04 702a40c44a15: Layer already exists 01:50:04 e23edd606fae: Layer already exists 01:50:04 96617c3cfe07: Layer already exists 01:50:04 a771fcbdf077: Layer already exists 01:50:04 e3b7021b3fe7: Layer already exists 01:50:04 f73e7dbfee58: Layer already exists 01:50:04 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:f63bd5eee810e9afe0a8dcb55b548531237a8de8e7b4db77a76a9b522027aadc size: 1990 [Pipeline] isUnix [Pipeline] sh 01:50:05 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] isUnix [Pipeline] sh 01:50:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 01:50:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:50:05 879417381df9: Preparing 01:50:05 e210f3753a5b: Preparing 01:50:05 96617c3cfe07: Preparing 01:50:05 702a40c44a15: Preparing 01:50:05 e23edd606fae: Preparing 01:50:05 a771fcbdf077: Preparing 01:50:05 e3b7021b3fe7: Preparing 01:50:05 f73e7dbfee58: Preparing 01:50:05 a771fcbdf077: Waiting 01:50:05 e3b7021b3fe7: Waiting 01:50:05 f73e7dbfee58: Waiting 01:50:05 e210f3753a5b: Layer already exists 01:50:05 e23edd606fae: Layer already exists 01:50:05 96617c3cfe07: Layer already exists 01:50:05 702a40c44a15: Layer already exists 01:50:05 879417381df9: Layer already exists 01:50:05 e3b7021b3fe7: Layer already exists 01:50:05 f73e7dbfee58: Layer already exists 01:50:05 a771fcbdf077: Layer already exists 01:50:05 main: digest: sha256:f63bd5eee810e9afe0a8dcb55b548531237a8de8e7b4db77a76a9b522027aadc size: 1990 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:05 ===================================================== [Pipeline] echo 01:50:05 taggedImages: 01:50:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:50:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 01:50:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.2 01:50:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:50:05 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 01:50:05 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 01:50:05 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:50:05 latest 01:50:05 2.2.1-dev.2 01:50:05 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:50:05 main 01:50:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:50:06 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:50:06 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:50:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:50:06 a26cb8cc7c06: Preparing 01:50:06 da3280b9a6d7: Preparing 01:50:06 4c3f2bad8424: Preparing 01:50:06 718237f0761a: Preparing 01:50:06 79bbd48c5b83: Preparing 01:50:06 7abf21a3f03c: Preparing 01:50:06 46ef2e2c385d: Preparing 01:50:06 2be832633f5f: Preparing 01:50:06 7e050da6f71a: Preparing 01:50:06 f73e7dbfee58: Preparing 01:50:06 7abf21a3f03c: Waiting 01:50:06 46ef2e2c385d: Waiting 01:50:06 2be832633f5f: Waiting 01:50:06 7e050da6f71a: Waiting 01:50:06 f73e7dbfee58: Waiting 01:50:06 da3280b9a6d7: Pushed 01:50:06 a26cb8cc7c06: Pushed 01:50:06 79bbd48c5b83: Pushed 01:50:07 7abf21a3f03c: Pushed 01:50:07 2be832633f5f: Pushed 01:50:07 46ef2e2c385d: Pushed 01:50:07 f73e7dbfee58: Layer already exists 01:50:07 7e050da6f71a: Pushed 01:50:09 718237f0761a: Pushed 01:50:10 4c3f2bad8424: Pushed 01:50:10 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:8cb57ff2563e46390e124c3979c032fadfec6872685184c8e11dd8679773fa2a size: 2405 [Pipeline] isUnix [Pipeline] sh 01:50:10 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:50:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 01:50:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:50:11 a26cb8cc7c06: Preparing 01:50:11 da3280b9a6d7: Preparing 01:50:11 4c3f2bad8424: Preparing 01:50:11 718237f0761a: Preparing 01:50:11 79bbd48c5b83: Preparing 01:50:11 7abf21a3f03c: Preparing 01:50:11 46ef2e2c385d: Preparing 01:50:11 2be832633f5f: Preparing 01:50:11 7e050da6f71a: Preparing 01:50:11 f73e7dbfee58: Preparing 01:50:11 7abf21a3f03c: Waiting 01:50:11 46ef2e2c385d: Waiting 01:50:11 2be832633f5f: Waiting 01:50:11 7e050da6f71a: Waiting 01:50:11 f73e7dbfee58: Waiting 01:50:11 4c3f2bad8424: Layer already exists 01:50:11 da3280b9a6d7: Layer already exists 01:50:11 79bbd48c5b83: Layer already exists 01:50:11 a26cb8cc7c06: Layer already exists 01:50:11 718237f0761a: Layer already exists 01:50:11 7e050da6f71a: Layer already exists 01:50:11 7abf21a3f03c: Layer already exists 01:50:11 2be832633f5f: Layer already exists 01:50:11 46ef2e2c385d: Layer already exists 01:50:11 f73e7dbfee58: Layer already exists 01:50:11 latest: digest: sha256:8cb57ff2563e46390e124c3979c032fadfec6872685184c8e11dd8679773fa2a size: 2405 [Pipeline] isUnix [Pipeline] sh 01:50:11 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:50:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.2 01:50:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:50:11 a26cb8cc7c06: Preparing 01:50:11 da3280b9a6d7: Preparing 01:50:11 4c3f2bad8424: Preparing 01:50:11 718237f0761a: Preparing 01:50:11 79bbd48c5b83: Preparing 01:50:11 7abf21a3f03c: Preparing 01:50:11 46ef2e2c385d: Preparing 01:50:11 2be832633f5f: Preparing 01:50:11 7e050da6f71a: Preparing 01:50:11 f73e7dbfee58: Preparing 01:50:11 2be832633f5f: Waiting 01:50:11 7e050da6f71a: Waiting 01:50:11 7abf21a3f03c: Waiting 01:50:11 46ef2e2c385d: Waiting 01:50:11 f73e7dbfee58: Waiting 01:50:11 79bbd48c5b83: Layer already exists 01:50:11 4c3f2bad8424: Layer already exists 01:50:11 718237f0761a: Layer already exists 01:50:11 da3280b9a6d7: Layer already exists 01:50:11 a26cb8cc7c06: Layer already exists 01:50:11 7abf21a3f03c: Layer already exists 01:50:11 46ef2e2c385d: Layer already exists 01:50:11 2be832633f5f: Layer already exists 01:50:11 f73e7dbfee58: Layer already exists 01:50:11 7e050da6f71a: Layer already exists 01:50:12 2.2.1-dev.2: digest: sha256:8cb57ff2563e46390e124c3979c032fadfec6872685184c8e11dd8679773fa2a size: 2405 [Pipeline] isUnix [Pipeline] sh 01:50:12 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:50:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:50:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:50:12 a26cb8cc7c06: Preparing 01:50:12 da3280b9a6d7: Preparing 01:50:12 4c3f2bad8424: Preparing 01:50:12 718237f0761a: Preparing 01:50:12 79bbd48c5b83: Preparing 01:50:12 7abf21a3f03c: Preparing 01:50:12 46ef2e2c385d: Preparing 01:50:12 2be832633f5f: Preparing 01:50:12 7e050da6f71a: Preparing 01:50:12 f73e7dbfee58: Preparing 01:50:12 46ef2e2c385d: Waiting 01:50:12 2be832633f5f: Waiting 01:50:12 7abf21a3f03c: Waiting 01:50:12 7e050da6f71a: Waiting 01:50:12 f73e7dbfee58: Waiting 01:50:12 79bbd48c5b83: Layer already exists 01:50:12 4c3f2bad8424: Layer already exists 01:50:12 da3280b9a6d7: Layer already exists 01:50:12 718237f0761a: Layer already exists 01:50:12 a26cb8cc7c06: Layer already exists 01:50:13 2be832633f5f: Layer already exists 01:50:13 7abf21a3f03c: Layer already exists 01:50:13 46ef2e2c385d: Layer already exists 01:50:13 7e050da6f71a: Layer already exists 01:50:13 f73e7dbfee58: Layer already exists 01:50:13 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:8cb57ff2563e46390e124c3979c032fadfec6872685184c8e11dd8679773fa2a size: 2405 [Pipeline] isUnix [Pipeline] sh 01:50:13 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] isUnix [Pipeline] sh 01:50:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 01:50:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:50:13 a26cb8cc7c06: Preparing 01:50:13 da3280b9a6d7: Preparing 01:50:13 4c3f2bad8424: Preparing 01:50:13 718237f0761a: Preparing 01:50:13 79bbd48c5b83: Preparing 01:50:13 7abf21a3f03c: Preparing 01:50:13 46ef2e2c385d: Preparing 01:50:13 2be832633f5f: Preparing 01:50:13 7e050da6f71a: Preparing 01:50:13 f73e7dbfee58: Preparing 01:50:13 7abf21a3f03c: Waiting 01:50:13 46ef2e2c385d: Waiting 01:50:13 2be832633f5f: Waiting 01:50:13 7e050da6f71a: Waiting 01:50:13 f73e7dbfee58: Waiting 01:50:13 718237f0761a: Layer already exists 01:50:13 da3280b9a6d7: Layer already exists 01:50:13 a26cb8cc7c06: Layer already exists 01:50:13 4c3f2bad8424: Layer already exists 01:50:13 79bbd48c5b83: Layer already exists 01:50:13 46ef2e2c385d: Layer already exists 01:50:13 7abf21a3f03c: Layer already exists 01:50:13 7e050da6f71a: Layer already exists 01:50:13 2be832633f5f: Layer already exists 01:50:14 f73e7dbfee58: Layer already exists 01:50:14 main: digest: sha256:8cb57ff2563e46390e124c3979c032fadfec6872685184c8e11dd8679773fa2a size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:14 ===================================================== [Pipeline] echo 01:50:14 taggedImages: 01:50:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:50:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 01:50:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.2 01:50:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:50:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 01:50:14 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 01:50:14 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:50:14 latest 01:50:14 2.2.1-dev.2 01:50:14 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:50:14 main 01:50:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:50:14 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:50:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:50:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:50:14 7b06c828d80a: Preparing 01:50:14 3d692a88d58b: Preparing 01:50:14 ec27b0d89488: Preparing 01:50:14 d242e0ba0ceb: Preparing 01:50:14 aa63bbaea464: Preparing 01:50:14 4f4ce317c6bb: Preparing 01:50:14 4f4ce317c6bb: Waiting 01:50:14 ec27b0d89488: Layer already exists 01:50:15 4f4ce317c6bb: Layer already exists 01:50:15 7b06c828d80a: Pushed 01:50:15 aa63bbaea464: Pushed 01:50:16 d242e0ba0ceb: Pushed 01:50:20 3d692a88d58b: Pushed 01:50:20 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:f2873a67a0df80da7c5b7a0d41e50ecc4b1fd67fd3128d0ab10dedbfc0043e31 size: 1573 [Pipeline] isUnix [Pipeline] sh 01:50:20 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:50:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 01:50:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:50:20 7b06c828d80a: Preparing 01:50:20 3d692a88d58b: Preparing 01:50:20 ec27b0d89488: Preparing 01:50:20 d242e0ba0ceb: Preparing 01:50:20 aa63bbaea464: Preparing 01:50:20 4f4ce317c6bb: Preparing 01:50:20 4f4ce317c6bb: Waiting 01:50:20 ec27b0d89488: Layer already exists 01:50:20 aa63bbaea464: Layer already exists 01:50:20 d242e0ba0ceb: Layer already exists 01:50:20 3d692a88d58b: Layer already exists 01:50:20 7b06c828d80a: Layer already exists 01:50:21 4f4ce317c6bb: Layer already exists 01:50:21 latest: digest: sha256:f2873a67a0df80da7c5b7a0d41e50ecc4b1fd67fd3128d0ab10dedbfc0043e31 size: 1573 [Pipeline] isUnix [Pipeline] sh 01:50:21 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:50:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.2 01:50:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:50:21 7b06c828d80a: Preparing 01:50:21 3d692a88d58b: Preparing 01:50:21 ec27b0d89488: Preparing 01:50:21 d242e0ba0ceb: Preparing 01:50:21 aa63bbaea464: Preparing 01:50:21 4f4ce317c6bb: Preparing 01:50:21 4f4ce317c6bb: Waiting 01:50:21 ec27b0d89488: Layer already exists 01:50:21 3d692a88d58b: Layer already exists 01:50:21 aa63bbaea464: Layer already exists 01:50:21 7b06c828d80a: Layer already exists 01:50:21 d242e0ba0ceb: Layer already exists 01:50:21 4f4ce317c6bb: Layer already exists 01:50:21 2.2.1-dev.2: digest: sha256:f2873a67a0df80da7c5b7a0d41e50ecc4b1fd67fd3128d0ab10dedbfc0043e31 size: 1573 [Pipeline] isUnix [Pipeline] sh 01:50:22 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:50:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:50:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:50:22 7b06c828d80a: Preparing 01:50:22 3d692a88d58b: Preparing 01:50:22 ec27b0d89488: Preparing 01:50:22 d242e0ba0ceb: Preparing 01:50:22 aa63bbaea464: Preparing 01:50:22 4f4ce317c6bb: Preparing 01:50:22 4f4ce317c6bb: Waiting 01:50:22 7b06c828d80a: Layer already exists 01:50:22 aa63bbaea464: Layer already exists 01:50:22 d242e0ba0ceb: Layer already exists 01:50:22 3d692a88d58b: Layer already exists 01:50:22 ec27b0d89488: Layer already exists 01:50:22 4f4ce317c6bb: Layer already exists 01:50:22 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:f2873a67a0df80da7c5b7a0d41e50ecc4b1fd67fd3128d0ab10dedbfc0043e31 size: 1573 [Pipeline] isUnix [Pipeline] sh 01:50:23 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] isUnix [Pipeline] sh 01:50:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 01:50:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:50:23 7b06c828d80a: Preparing 01:50:23 3d692a88d58b: Preparing 01:50:23 ec27b0d89488: Preparing 01:50:23 d242e0ba0ceb: Preparing 01:50:23 aa63bbaea464: Preparing 01:50:23 4f4ce317c6bb: Preparing 01:50:23 4f4ce317c6bb: Waiting 01:50:23 aa63bbaea464: Layer already exists 01:50:23 7b06c828d80a: Layer already exists 01:50:23 3d692a88d58b: Layer already exists 01:50:23 d242e0ba0ceb: Layer already exists 01:50:23 ec27b0d89488: Layer already exists 01:50:23 4f4ce317c6bb: Layer already exists 01:50:23 main: digest: sha256:f2873a67a0df80da7c5b7a0d41e50ecc4b1fd67fd3128d0ab10dedbfc0043e31 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:23 ===================================================== [Pipeline] echo 01:50:23 taggedImages: 01:50:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:50:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 01:50:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.2 01:50:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:50:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 01:50:23 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 01:50:23 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:50:23 latest 01:50:23 2.2.1-dev.2 01:50:23 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:50:23 main 01:50:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:50:24 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:50:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:50:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:50:24 45e5bda4141a: Preparing 01:50:24 b7ffaab16db0: Preparing 01:50:24 bca21d627074: Preparing 01:50:24 2ef9f0e01903: Preparing 01:50:24 d4d88baf3f23: Preparing 01:50:24 5d7385393da9: Preparing 01:50:24 aa63bbaea464: Preparing 01:50:24 4f4ce317c6bb: Preparing 01:50:24 5d7385393da9: Waiting 01:50:24 aa63bbaea464: Waiting 01:50:24 4f4ce317c6bb: Waiting 01:50:24 b7ffaab16db0: Pushed 01:50:24 bca21d627074: Pushed 01:50:24 45e5bda4141a: Pushed 01:50:24 4f4ce317c6bb: Layer already exists 01:50:24 aa63bbaea464: Layer already exists 01:50:25 5d7385393da9: Pushed 01:50:34 d4d88baf3f23: Pushed 01:50:42 2ef9f0e01903: Pushed 01:50:42 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:111a674c91fd5f73c54bdfe4d7d437f89905239ca5983153011fc0ff0d6d87b6 size: 1992 [Pipeline] isUnix [Pipeline] sh 01:50:42 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:50:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 01:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:50:43 45e5bda4141a: Preparing 01:50:43 b7ffaab16db0: Preparing 01:50:43 bca21d627074: Preparing 01:50:43 2ef9f0e01903: Preparing 01:50:43 d4d88baf3f23: Preparing 01:50:43 5d7385393da9: Preparing 01:50:43 aa63bbaea464: Preparing 01:50:43 4f4ce317c6bb: Preparing 01:50:43 5d7385393da9: Waiting 01:50:43 aa63bbaea464: Waiting 01:50:43 4f4ce317c6bb: Waiting 01:50:43 d4d88baf3f23: Layer already exists 01:50:43 45e5bda4141a: Layer already exists 01:50:43 bca21d627074: Layer already exists 01:50:43 2ef9f0e01903: Layer already exists 01:50:43 b7ffaab16db0: Layer already exists 01:50:43 4f4ce317c6bb: Layer already exists 01:50:43 5d7385393da9: Layer already exists 01:50:43 aa63bbaea464: Layer already exists 01:50:43 latest: digest: sha256:111a674c91fd5f73c54bdfe4d7d437f89905239ca5983153011fc0ff0d6d87b6 size: 1992 [Pipeline] isUnix [Pipeline] sh 01:50:43 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:50:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.2 01:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:50:44 45e5bda4141a: Preparing 01:50:44 b7ffaab16db0: Preparing 01:50:44 bca21d627074: Preparing 01:50:44 2ef9f0e01903: Preparing 01:50:44 d4d88baf3f23: Preparing 01:50:44 5d7385393da9: Preparing 01:50:44 aa63bbaea464: Preparing 01:50:44 4f4ce317c6bb: Preparing 01:50:44 5d7385393da9: Waiting 01:50:44 aa63bbaea464: Waiting 01:50:44 4f4ce317c6bb: Waiting 01:50:44 bca21d627074: Layer already exists 01:50:44 b7ffaab16db0: Layer already exists 01:50:44 2ef9f0e01903: Layer already exists 01:50:44 45e5bda4141a: Layer already exists 01:50:44 d4d88baf3f23: Layer already exists 01:50:44 aa63bbaea464: Layer already exists 01:50:44 5d7385393da9: Layer already exists 01:50:44 4f4ce317c6bb: Layer already exists 01:50:44 2.2.1-dev.2: digest: sha256:111a674c91fd5f73c54bdfe4d7d437f89905239ca5983153011fc0ff0d6d87b6 size: 1992 [Pipeline] isUnix [Pipeline] sh 01:50:44 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:50:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:50:45 45e5bda4141a: Preparing 01:50:45 b7ffaab16db0: Preparing 01:50:45 bca21d627074: Preparing 01:50:45 2ef9f0e01903: Preparing 01:50:45 d4d88baf3f23: Preparing 01:50:45 5d7385393da9: Preparing 01:50:45 aa63bbaea464: Preparing 01:50:45 4f4ce317c6bb: Preparing 01:50:45 5d7385393da9: Waiting 01:50:45 aa63bbaea464: Waiting 01:50:45 4f4ce317c6bb: Waiting 01:50:45 b7ffaab16db0: Layer already exists 01:50:45 d4d88baf3f23: Layer already exists 01:50:45 45e5bda4141a: Layer already exists 01:50:45 2ef9f0e01903: Layer already exists 01:50:45 bca21d627074: Layer already exists 01:50:45 aa63bbaea464: Layer already exists 01:50:45 5d7385393da9: Layer already exists 01:50:45 4f4ce317c6bb: Layer already exists 01:50:45 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:111a674c91fd5f73c54bdfe4d7d437f89905239ca5983153011fc0ff0d6d87b6 size: 1992 [Pipeline] isUnix [Pipeline] sh 01:50:45 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] isUnix [Pipeline] sh 01:50:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 01:50:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:50:46 45e5bda4141a: Preparing 01:50:46 b7ffaab16db0: Preparing 01:50:46 bca21d627074: Preparing 01:50:46 2ef9f0e01903: Preparing 01:50:46 d4d88baf3f23: Preparing 01:50:46 5d7385393da9: Preparing 01:50:46 aa63bbaea464: Preparing 01:50:46 4f4ce317c6bb: Preparing 01:50:46 5d7385393da9: Waiting 01:50:46 aa63bbaea464: Waiting 01:50:46 4f4ce317c6bb: Waiting 01:50:46 b7ffaab16db0: Layer already exists 01:50:46 45e5bda4141a: Layer already exists 01:50:46 bca21d627074: Layer already exists 01:50:46 d4d88baf3f23: Layer already exists 01:50:46 2ef9f0e01903: Layer already exists 01:50:46 4f4ce317c6bb: Layer already exists 01:50:46 5d7385393da9: Layer already exists 01:50:46 aa63bbaea464: Layer already exists 01:50:46 main: digest: sha256:111a674c91fd5f73c54bdfe4d7d437f89905239ca5983153011fc0ff0d6d87b6 size: 1992 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:46 ===================================================== [Pipeline] echo 01:50:46 taggedImages: 01:50:46 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:50:46 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 01:50:46 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.2 01:50:46 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:50:46 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 01:50:46 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 01:50:46 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:50:46 latest 01:50:46 2.2.1-dev.2 01:50:46 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:50:46 main 01:50:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:50:47 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:50:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:50:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:50:47 74c81eceb2c7: Preparing 01:50:47 e22b9004c284: Preparing 01:50:47 01ff4a9ec57a: Preparing 01:50:47 1206cb245b2a: Preparing 01:50:47 a466e099eca0: Preparing 01:50:47 aa63bbaea464: Preparing 01:50:47 4f4ce317c6bb: Preparing 01:50:47 aa63bbaea464: Waiting 01:50:47 4f4ce317c6bb: Waiting 01:50:47 01ff4a9ec57a: Pushed 01:50:47 74c81eceb2c7: Pushed 01:50:47 e22b9004c284: Pushed 01:50:47 aa63bbaea464: Layer already exists 01:50:47 4f4ce317c6bb: Layer already exists 01:50:48 a466e099eca0: Pushed 01:51:06 1206cb245b2a: Pushed 01:51:06 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:d9c041e051e2475b583a07ec8ce204ce825b57c9978409e5d88ef043aad3c9db size: 1780 [Pipeline] isUnix [Pipeline] sh 01:51:06 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:51:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 01:51:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:51:07 74c81eceb2c7: Preparing 01:51:07 e22b9004c284: Preparing 01:51:07 01ff4a9ec57a: Preparing 01:51:07 1206cb245b2a: Preparing 01:51:07 a466e099eca0: Preparing 01:51:07 aa63bbaea464: Preparing 01:51:07 4f4ce317c6bb: Preparing 01:51:07 aa63bbaea464: Waiting 01:51:07 4f4ce317c6bb: Waiting 01:51:07 a466e099eca0: Layer already exists 01:51:07 74c81eceb2c7: Layer already exists 01:51:07 01ff4a9ec57a: Layer already exists 01:51:07 1206cb245b2a: Layer already exists 01:51:07 e22b9004c284: Layer already exists 01:51:07 aa63bbaea464: Layer already exists 01:51:07 4f4ce317c6bb: Layer already exists 01:51:07 latest: digest: sha256:d9c041e051e2475b583a07ec8ce204ce825b57c9978409e5d88ef043aad3c9db size: 1780 [Pipeline] isUnix [Pipeline] sh 01:51:07 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:51:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.2 01:51:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:51:08 74c81eceb2c7: Preparing 01:51:08 e22b9004c284: Preparing 01:51:08 01ff4a9ec57a: Preparing 01:51:08 1206cb245b2a: Preparing 01:51:08 a466e099eca0: Preparing 01:51:08 aa63bbaea464: Preparing 01:51:08 4f4ce317c6bb: Preparing 01:51:08 4f4ce317c6bb: Waiting 01:51:08 aa63bbaea464: Waiting 01:51:08 01ff4a9ec57a: Layer already exists 01:51:08 74c81eceb2c7: Layer already exists 01:51:08 a466e099eca0: Layer already exists 01:51:08 e22b9004c284: Layer already exists 01:51:08 1206cb245b2a: Layer already exists 01:51:08 aa63bbaea464: Layer already exists 01:51:08 4f4ce317c6bb: Layer already exists 01:51:08 2.2.1-dev.2: digest: sha256:d9c041e051e2475b583a07ec8ce204ce825b57c9978409e5d88ef043aad3c9db size: 1780 [Pipeline] isUnix [Pipeline] sh 01:51:08 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:51:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:51:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:51:09 74c81eceb2c7: Preparing 01:51:09 e22b9004c284: Preparing 01:51:09 01ff4a9ec57a: Preparing 01:51:09 1206cb245b2a: Preparing 01:51:09 a466e099eca0: Preparing 01:51:09 aa63bbaea464: Preparing 01:51:09 4f4ce317c6bb: Preparing 01:51:09 aa63bbaea464: Waiting 01:51:09 4f4ce317c6bb: Waiting 01:51:09 1206cb245b2a: Layer already exists 01:51:09 e22b9004c284: Layer already exists 01:51:09 01ff4a9ec57a: Layer already exists 01:51:09 74c81eceb2c7: Layer already exists 01:51:09 a466e099eca0: Layer already exists 01:51:09 aa63bbaea464: Layer already exists 01:51:09 4f4ce317c6bb: Layer already exists 01:51:09 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:d9c041e051e2475b583a07ec8ce204ce825b57c9978409e5d88ef043aad3c9db size: 1780 [Pipeline] isUnix [Pipeline] sh 01:51:09 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] isUnix [Pipeline] sh 01:51:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 01:51:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:51:10 74c81eceb2c7: Preparing 01:51:10 e22b9004c284: Preparing 01:51:10 01ff4a9ec57a: Preparing 01:51:10 1206cb245b2a: Preparing 01:51:10 a466e099eca0: Preparing 01:51:10 aa63bbaea464: Preparing 01:51:10 4f4ce317c6bb: Preparing 01:51:10 aa63bbaea464: Waiting 01:51:10 4f4ce317c6bb: Waiting 01:51:10 74c81eceb2c7: Layer already exists 01:51:10 e22b9004c284: Layer already exists 01:51:10 1206cb245b2a: Layer already exists 01:51:10 a466e099eca0: Layer already exists 01:51:10 01ff4a9ec57a: Layer already exists 01:51:10 4f4ce317c6bb: Layer already exists 01:51:10 aa63bbaea464: Layer already exists 01:51:10 main: digest: sha256:d9c041e051e2475b583a07ec8ce204ce825b57c9978409e5d88ef043aad3c9db size: 1780 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:51:10 ===================================================== [Pipeline] echo 01:51:10 taggedImages: 01:51:10 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:51:10 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 01:51:10 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.2 01:51:10 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:51:10 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 01:51:10 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 01:51:10 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:51:10 latest 01:51:10 2.2.1-dev.2 01:51:10 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:51:10 main 01:51:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:51:10 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:51:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:51:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:51:11 7f44c768e202: Preparing 01:51:11 4864863fca69: Preparing 01:51:11 11829a347925: Preparing 01:51:11 afacd944c6a6: Preparing 01:51:11 5d7385393da9: Preparing 01:51:11 aa63bbaea464: Preparing 01:51:11 4f4ce317c6bb: Preparing 01:51:11 aa63bbaea464: Waiting 01:51:11 4f4ce317c6bb: Waiting 01:51:11 5d7385393da9: Layer already exists 01:51:11 aa63bbaea464: Layer already exists 01:51:11 4f4ce317c6bb: Layer already exists 01:51:11 11829a347925: Pushed 01:51:11 4864863fca69: Pushed 01:51:11 7f44c768e202: Pushed 01:51:29 afacd944c6a6: Pushed 01:51:29 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:53ff342ca33b92ce34159c54d346746243de7f2c9979048af27eb1d1238cdf4d size: 1780 [Pipeline] isUnix [Pipeline] sh 01:51:30 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:51:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 01:51:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:51:30 7f44c768e202: Preparing 01:51:30 4864863fca69: Preparing 01:51:30 11829a347925: Preparing 01:51:30 afacd944c6a6: Preparing 01:51:30 5d7385393da9: Preparing 01:51:30 aa63bbaea464: Preparing 01:51:30 4f4ce317c6bb: Preparing 01:51:30 aa63bbaea464: Waiting 01:51:30 4f4ce317c6bb: Waiting 01:51:30 4864863fca69: Layer already exists 01:51:30 7f44c768e202: Layer already exists 01:51:30 afacd944c6a6: Layer already exists 01:51:30 11829a347925: Layer already exists 01:51:30 5d7385393da9: Layer already exists 01:51:30 aa63bbaea464: Layer already exists 01:51:30 4f4ce317c6bb: Layer already exists 01:51:30 latest: digest: sha256:53ff342ca33b92ce34159c54d346746243de7f2c9979048af27eb1d1238cdf4d size: 1780 [Pipeline] isUnix [Pipeline] sh 01:51:31 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:51:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.2 01:51:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:51:31 7f44c768e202: Preparing 01:51:31 4864863fca69: Preparing 01:51:31 11829a347925: Preparing 01:51:31 afacd944c6a6: Preparing 01:51:31 5d7385393da9: Preparing 01:51:31 aa63bbaea464: Preparing 01:51:31 4f4ce317c6bb: Preparing 01:51:31 aa63bbaea464: Waiting 01:51:31 4f4ce317c6bb: Waiting 01:51:31 4864863fca69: Layer already exists 01:51:31 7f44c768e202: Layer already exists 01:51:31 afacd944c6a6: Layer already exists 01:51:31 11829a347925: Layer already exists 01:51:31 5d7385393da9: Layer already exists 01:51:31 aa63bbaea464: Layer already exists 01:51:31 4f4ce317c6bb: Layer already exists 01:51:31 2.2.1-dev.2: digest: sha256:53ff342ca33b92ce34159c54d346746243de7f2c9979048af27eb1d1238cdf4d size: 1780 [Pipeline] isUnix [Pipeline] sh 01:51:31 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:51:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:51:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:51:32 7f44c768e202: Preparing 01:51:32 4864863fca69: Preparing 01:51:32 11829a347925: Preparing 01:51:32 afacd944c6a6: Preparing 01:51:32 5d7385393da9: Preparing 01:51:32 aa63bbaea464: Preparing 01:51:32 4f4ce317c6bb: Preparing 01:51:32 aa63bbaea464: Waiting 01:51:32 4f4ce317c6bb: Waiting 01:51:32 5d7385393da9: Layer already exists 01:51:32 7f44c768e202: Layer already exists 01:51:32 11829a347925: Layer already exists 01:51:32 4864863fca69: Layer already exists 01:51:32 afacd944c6a6: Layer already exists 01:51:32 aa63bbaea464: Layer already exists 01:51:32 4f4ce317c6bb: Layer already exists 01:51:32 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:53ff342ca33b92ce34159c54d346746243de7f2c9979048af27eb1d1238cdf4d size: 1780 [Pipeline] isUnix [Pipeline] sh 01:51:32 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] isUnix [Pipeline] sh 01:51:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 01:51:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:51:33 7f44c768e202: Preparing 01:51:33 4864863fca69: Preparing 01:51:33 11829a347925: Preparing 01:51:33 afacd944c6a6: Preparing 01:51:33 5d7385393da9: Preparing 01:51:33 aa63bbaea464: Preparing 01:51:33 4f4ce317c6bb: Preparing 01:51:33 aa63bbaea464: Waiting 01:51:33 4f4ce317c6bb: Waiting 01:51:33 4864863fca69: Layer already exists 01:51:33 afacd944c6a6: Layer already exists 01:51:33 5d7385393da9: Layer already exists 01:51:33 7f44c768e202: Layer already exists 01:51:33 11829a347925: Layer already exists 01:51:33 aa63bbaea464: Layer already exists 01:51:33 4f4ce317c6bb: Layer already exists 01:51:33 main: digest: sha256:53ff342ca33b92ce34159c54d346746243de7f2c9979048af27eb1d1238cdf4d size: 1780 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:51:33 ===================================================== [Pipeline] echo 01:51:33 taggedImages: 01:51:33 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:51:33 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 01:51:33 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.2 01:51:33 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:51:33 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 01:51:33 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 01:51:33 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:51:33 latest 01:51:33 2.2.1-dev.2 01:51:33 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:51:33 main 01:51:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:51:33 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:51:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:51:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:51:34 df8015a24692: Preparing 01:51:34 a7e6079c216d: Preparing 01:51:34 ec27b0d89488: Preparing 01:51:34 fd9e7eb7ffcb: Preparing 01:51:34 f73e7dbfee58: Preparing 01:51:34 ec27b0d89488: Layer already exists 01:51:34 f73e7dbfee58: Layer already exists 01:51:34 df8015a24692: Pushed 01:51:34 fd9e7eb7ffcb: Pushed 01:51:40 a7e6079c216d: Pushed 01:51:40 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:e24e1b5fd0d98f75ebbdaeff0243bb6f9f28425e63d7aa5c2829589203267cc8 size: 1365 [Pipeline] isUnix [Pipeline] sh 01:51:40 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:51:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 01:51:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:51:40 df8015a24692: Preparing 01:51:40 a7e6079c216d: Preparing 01:51:40 ec27b0d89488: Preparing 01:51:40 fd9e7eb7ffcb: Preparing 01:51:40 f73e7dbfee58: Preparing 01:51:40 f73e7dbfee58: Layer already exists 01:51:40 a7e6079c216d: Layer already exists 01:51:40 df8015a24692: Layer already exists 01:51:40 fd9e7eb7ffcb: Layer already exists 01:51:40 ec27b0d89488: Layer already exists 01:51:41 latest: digest: sha256:e24e1b5fd0d98f75ebbdaeff0243bb6f9f28425e63d7aa5c2829589203267cc8 size: 1365 [Pipeline] isUnix [Pipeline] sh 01:51:41 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:51:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.2 01:51:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:51:41 df8015a24692: Preparing 01:51:41 a7e6079c216d: Preparing 01:51:41 ec27b0d89488: Preparing 01:51:41 fd9e7eb7ffcb: Preparing 01:51:41 f73e7dbfee58: Preparing 01:51:41 a7e6079c216d: Layer already exists 01:51:41 f73e7dbfee58: Layer already exists 01:51:41 df8015a24692: Layer already exists 01:51:41 fd9e7eb7ffcb: Layer already exists 01:51:41 ec27b0d89488: Layer already exists 01:51:42 2.2.1-dev.2: digest: sha256:e24e1b5fd0d98f75ebbdaeff0243bb6f9f28425e63d7aa5c2829589203267cc8 size: 1365 [Pipeline] isUnix [Pipeline] sh 01:51:42 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:51:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:51:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:51:42 df8015a24692: Preparing 01:51:42 a7e6079c216d: Preparing 01:51:42 ec27b0d89488: Preparing 01:51:42 fd9e7eb7ffcb: Preparing 01:51:42 f73e7dbfee58: Preparing 01:51:42 a7e6079c216d: Layer already exists 01:51:42 ec27b0d89488: Layer already exists 01:51:42 df8015a24692: Layer already exists 01:51:42 f73e7dbfee58: Layer already exists 01:51:42 fd9e7eb7ffcb: Layer already exists 01:51:43 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:e24e1b5fd0d98f75ebbdaeff0243bb6f9f28425e63d7aa5c2829589203267cc8 size: 1365 [Pipeline] isUnix [Pipeline] sh 01:51:43 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] isUnix [Pipeline] sh 01:51:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 01:51:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:51:43 df8015a24692: Preparing 01:51:43 a7e6079c216d: Preparing 01:51:43 ec27b0d89488: Preparing 01:51:43 fd9e7eb7ffcb: Preparing 01:51:43 f73e7dbfee58: Preparing 01:51:43 f73e7dbfee58: Layer already exists 01:51:43 df8015a24692: Layer already exists 01:51:43 a7e6079c216d: Layer already exists 01:51:43 fd9e7eb7ffcb: Layer already exists 01:51:43 ec27b0d89488: Layer already exists 01:51:44 main: digest: sha256:e24e1b5fd0d98f75ebbdaeff0243bb6f9f28425e63d7aa5c2829589203267cc8 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:51:44 ===================================================== [Pipeline] echo 01:51:44 taggedImages: 01:51:44 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:51:44 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 01:51:44 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.2 01:51:44 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:51:44 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 01:51:44 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 01:51:44 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:51:44 latest 01:51:44 2.2.1-dev.2 01:51:44 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:51:44 main 01:51:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:51:44 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:51:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:51:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:51:44 30cfc019fa7b: Preparing 01:51:44 574ecb5f4553: Preparing 01:51:44 ec27b0d89488: Preparing 01:51:44 b4824ce77d46: Preparing 01:51:44 f73e7dbfee58: Preparing 01:51:45 f73e7dbfee58: Layer already exists 01:51:45 ec27b0d89488: Layer already exists 01:51:45 b4824ce77d46: Layer already exists 01:51:45 30cfc019fa7b: Pushed 01:51:50 574ecb5f4553: Pushed 01:51:50 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:4f6712e4cbaa10894d7f7d2aa6bfaeb96377fa6f59fc172c22b774d51eb8f705 size: 1364 [Pipeline] isUnix [Pipeline] sh 01:51:50 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:51:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 01:51:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:51:51 30cfc019fa7b: Preparing 01:51:51 574ecb5f4553: Preparing 01:51:51 ec27b0d89488: Preparing 01:51:51 b4824ce77d46: Preparing 01:51:51 f73e7dbfee58: Preparing 01:51:51 ec27b0d89488: Layer already exists 01:51:51 574ecb5f4553: Layer already exists 01:51:51 f73e7dbfee58: Layer already exists 01:51:51 b4824ce77d46: Layer already exists 01:51:51 30cfc019fa7b: Layer already exists 01:51:51 latest: digest: sha256:4f6712e4cbaa10894d7f7d2aa6bfaeb96377fa6f59fc172c22b774d51eb8f705 size: 1364 [Pipeline] isUnix [Pipeline] sh 01:51:51 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:51:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.2 01:51:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:51:52 30cfc019fa7b: Preparing 01:51:52 574ecb5f4553: Preparing 01:51:52 ec27b0d89488: Preparing 01:51:52 b4824ce77d46: Preparing 01:51:52 f73e7dbfee58: Preparing 01:51:52 574ecb5f4553: Layer already exists 01:51:52 b4824ce77d46: Layer already exists 01:51:52 30cfc019fa7b: Layer already exists 01:51:52 ec27b0d89488: Layer already exists 01:51:52 f73e7dbfee58: Layer already exists 01:51:52 2.2.1-dev.2: digest: sha256:4f6712e4cbaa10894d7f7d2aa6bfaeb96377fa6f59fc172c22b774d51eb8f705 size: 1364 [Pipeline] isUnix [Pipeline] sh 01:51:52 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:51:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:51:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:51:53 30cfc019fa7b: Preparing 01:51:53 574ecb5f4553: Preparing 01:51:53 ec27b0d89488: Preparing 01:51:53 b4824ce77d46: Preparing 01:51:53 f73e7dbfee58: Preparing 01:51:53 f73e7dbfee58: Layer already exists 01:51:53 574ecb5f4553: Layer already exists 01:51:53 ec27b0d89488: Layer already exists 01:51:53 30cfc019fa7b: Layer already exists 01:51:53 b4824ce77d46: Layer already exists 01:51:53 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:4f6712e4cbaa10894d7f7d2aa6bfaeb96377fa6f59fc172c22b774d51eb8f705 size: 1364 [Pipeline] isUnix [Pipeline] sh 01:51:53 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] isUnix [Pipeline] sh 01:51:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 01:51:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:51:54 30cfc019fa7b: Preparing 01:51:54 574ecb5f4553: Preparing 01:51:54 ec27b0d89488: Preparing 01:51:54 b4824ce77d46: Preparing 01:51:54 f73e7dbfee58: Preparing 01:51:54 574ecb5f4553: Layer already exists 01:51:54 ec27b0d89488: Layer already exists 01:51:54 b4824ce77d46: Layer already exists 01:51:54 f73e7dbfee58: Layer already exists 01:51:54 30cfc019fa7b: Layer already exists 01:51:54 main: digest: sha256:4f6712e4cbaa10894d7f7d2aa6bfaeb96377fa6f59fc172c22b774d51eb8f705 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:51:54 ===================================================== [Pipeline] echo 01:51:54 taggedImages: 01:51:54 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:51:54 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 01:51:54 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.2 01:51:54 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:51:54 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 01:51:54 [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: 01:51:54 f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:51:54 latest 01:51:54 2.2.1-dev.2 01:51:54 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:51:54 main 01:51:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:51:54 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] isUnix [Pipeline] sh 01:51:55 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:51:55 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 01:51:55 bba6a278ce4a: Preparing 01:51:55 681d3955f19c: Preparing 01:51:55 47faecfbdba6: Preparing 01:51:55 9dd3488c3017: Preparing 01:51:55 f0e5a4d6c014: Preparing 01:51:55 3b19d27f08f7: Preparing 01:51:55 73bb99a6e169: Preparing 01:51:55 ec06c3102977: Preparing 01:51:55 6a3c62e080c7: Preparing 01:51:55 340cb19ca677: Preparing 01:51:55 4f4ce317c6bb: Preparing 01:51:55 ec06c3102977: Waiting 01:51:55 6a3c62e080c7: Waiting 01:51:55 340cb19ca677: Waiting 01:51:55 4f4ce317c6bb: Waiting 01:51:55 3b19d27f08f7: Waiting 01:51:55 73bb99a6e169: Waiting 01:51:55 f0e5a4d6c014: Layer already exists 01:51:55 3b19d27f08f7: Layer already exists 01:51:55 73bb99a6e169: Layer already exists 01:51:55 ec06c3102977: Layer already exists 01:51:55 681d3955f19c: Pushed 01:51:55 6a3c62e080c7: Layer already exists 01:51:55 340cb19ca677: Layer already exists 01:51:55 4f4ce317c6bb: Layer already exists 01:51:55 bba6a278ce4a: Pushed 01:51:57 47faecfbdba6: Pushed 01:52:16 9dd3488c3017: Pushed 01:52:16 f46214d8b4dc43d22667d6f4b353dd405c8ef220: digest: sha256:ee1993bdc3600410eb9e1ea06e53fb7231ea83e9d10f5b18ef5b78b3d38ffb00 size: 2622 [Pipeline] isUnix [Pipeline] sh 01:52:16 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:52:16 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 01:52:16 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 01:52:16 bba6a278ce4a: Preparing 01:52:16 681d3955f19c: Preparing 01:52:16 47faecfbdba6: Preparing 01:52:16 9dd3488c3017: Preparing 01:52:16 f0e5a4d6c014: Preparing 01:52:16 3b19d27f08f7: Preparing 01:52:16 73bb99a6e169: Preparing 01:52:16 ec06c3102977: Preparing 01:52:16 6a3c62e080c7: Preparing 01:52:16 340cb19ca677: Preparing 01:52:16 4f4ce317c6bb: Preparing 01:52:16 ec06c3102977: Waiting 01:52:16 6a3c62e080c7: Waiting 01:52:16 340cb19ca677: Waiting 01:52:16 4f4ce317c6bb: Waiting 01:52:16 3b19d27f08f7: Waiting 01:52:16 73bb99a6e169: Waiting 01:52:16 f0e5a4d6c014: Layer already exists 01:52:16 9dd3488c3017: Layer already exists 01:52:16 bba6a278ce4a: Layer already exists 01:52:16 681d3955f19c: Layer already exists 01:52:16 47faecfbdba6: Layer already exists 01:52:16 73bb99a6e169: Layer already exists 01:52:16 3b19d27f08f7: Layer already exists 01:52:16 ec06c3102977: Layer already exists 01:52:16 340cb19ca677: Layer already exists 01:52:16 6a3c62e080c7: Layer already exists 01:52:17 4f4ce317c6bb: Layer already exists 01:52:17 latest: digest: sha256:ee1993bdc3600410eb9e1ea06e53fb7231ea83e9d10f5b18ef5b78b3d38ffb00 size: 2622 [Pipeline] isUnix [Pipeline] sh 01:52:17 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:52:17 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.2 01:52:17 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 01:52:17 bba6a278ce4a: Preparing 01:52:17 681d3955f19c: Preparing 01:52:17 47faecfbdba6: Preparing 01:52:17 9dd3488c3017: Preparing 01:52:17 f0e5a4d6c014: Preparing 01:52:17 3b19d27f08f7: Preparing 01:52:17 73bb99a6e169: Preparing 01:52:17 ec06c3102977: Preparing 01:52:17 6a3c62e080c7: Preparing 01:52:17 340cb19ca677: Preparing 01:52:17 4f4ce317c6bb: Preparing 01:52:17 6a3c62e080c7: Waiting 01:52:17 340cb19ca677: Waiting 01:52:17 4f4ce317c6bb: Waiting 01:52:17 3b19d27f08f7: Waiting 01:52:17 73bb99a6e169: Waiting 01:52:17 ec06c3102977: Waiting 01:52:17 47faecfbdba6: Layer already exists 01:52:17 bba6a278ce4a: Layer already exists 01:52:17 681d3955f19c: Layer already exists 01:52:17 9dd3488c3017: Layer already exists 01:52:17 f0e5a4d6c014: Layer already exists 01:52:18 ec06c3102977: Layer already exists 01:52:18 73bb99a6e169: Layer already exists 01:52:18 3b19d27f08f7: Layer already exists 01:52:18 340cb19ca677: Layer already exists 01:52:18 6a3c62e080c7: Layer already exists 01:52:18 4f4ce317c6bb: Layer already exists 01:52:18 2.2.1-dev.2: digest: sha256:ee1993bdc3600410eb9e1ea06e53fb7231ea83e9d10f5b18ef5b78b3d38ffb00 size: 2622 [Pipeline] isUnix [Pipeline] sh 01:52:18 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh 01:52:18 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:52:18 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 01:52:18 bba6a278ce4a: Preparing 01:52:18 681d3955f19c: Preparing 01:52:18 47faecfbdba6: Preparing 01:52:18 9dd3488c3017: Preparing 01:52:18 f0e5a4d6c014: Preparing 01:52:18 3b19d27f08f7: Preparing 01:52:18 73bb99a6e169: Preparing 01:52:18 ec06c3102977: Preparing 01:52:18 6a3c62e080c7: Preparing 01:52:18 340cb19ca677: Preparing 01:52:18 4f4ce317c6bb: Preparing 01:52:18 3b19d27f08f7: Waiting 01:52:18 73bb99a6e169: Waiting 01:52:18 6a3c62e080c7: Waiting 01:52:18 ec06c3102977: Waiting 01:52:18 340cb19ca677: Waiting 01:52:18 4f4ce317c6bb: Waiting 01:52:18 f0e5a4d6c014: Layer already exists 01:52:18 681d3955f19c: Layer already exists 01:52:18 9dd3488c3017: Layer already exists 01:52:18 47faecfbdba6: Layer already exists 01:52:18 bba6a278ce4a: Layer already exists 01:52:18 ec06c3102977: Layer already exists 01:52:18 3b19d27f08f7: Layer already exists 01:52:18 6a3c62e080c7: Layer already exists 01:52:18 73bb99a6e169: Layer already exists 01:52:18 340cb19ca677: Layer already exists 01:52:19 4f4ce317c6bb: Layer already exists 01:52:19 f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2: digest: sha256:ee1993bdc3600410eb9e1ea06e53fb7231ea83e9d10f5b18ef5b78b3d38ffb00 size: 2622 [Pipeline] isUnix [Pipeline] sh 01:52:19 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] isUnix [Pipeline] sh 01:52:19 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main 01:52:19 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 01:52:19 bba6a278ce4a: Preparing 01:52:19 681d3955f19c: Preparing 01:52:19 47faecfbdba6: Preparing 01:52:19 9dd3488c3017: Preparing 01:52:19 f0e5a4d6c014: Preparing 01:52:19 3b19d27f08f7: Preparing 01:52:19 73bb99a6e169: Preparing 01:52:19 ec06c3102977: Preparing 01:52:19 6a3c62e080c7: Preparing 01:52:19 340cb19ca677: Preparing 01:52:19 4f4ce317c6bb: Preparing 01:52:19 ec06c3102977: Waiting 01:52:19 6a3c62e080c7: Waiting 01:52:19 340cb19ca677: Waiting 01:52:19 4f4ce317c6bb: Waiting 01:52:19 3b19d27f08f7: Waiting 01:52:19 73bb99a6e169: Waiting 01:52:19 f0e5a4d6c014: Layer already exists 01:52:19 bba6a278ce4a: Layer already exists 01:52:19 47faecfbdba6: Layer already exists 01:52:19 681d3955f19c: Layer already exists 01:52:19 9dd3488c3017: Layer already exists 01:52:19 3b19d27f08f7: Layer already exists 01:52:19 73bb99a6e169: Layer already exists 01:52:19 ec06c3102977: Layer already exists 01:52:19 340cb19ca677: Layer already exists 01:52:19 6a3c62e080c7: Layer already exists 01:52:19 4f4ce317c6bb: Layer already exists 01:52:20 main: digest: sha256:ee1993bdc3600410eb9e1ea06e53fb7231ea83e9d10f5b18ef5b78b3d38ffb00 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:52:20 ===================================================== [Pipeline] echo 01:52:20 taggedImages: 01:52:20 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220 01:52:20 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 01:52:20 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.2 01:52:20 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:f46214d8b4dc43d22667d6f4b353dd405c8ef220-2.2.1-dev.2 01:52:20 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:52:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:52:20 01:52:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 01:52:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:52:21 arm64: Pulling from edgex-lftools-log-publisher 01:52:21 8998bd30e6a1: Pulling fs layer 01:52:21 04944245beec: Pulling fs layer 01:52:21 699f458cf7ca: Pulling fs layer 01:52:21 765212b225bb: Pulling fs layer 01:52:21 f23df028b6ca: Pulling fs layer 01:52:21 d65c8cfc05b1: Pulling fs layer 01:52:21 2437ff75d9bd: Pulling fs layer 01:52:21 f23df028b6ca: Waiting 01:52:21 d65c8cfc05b1: Waiting 01:52:21 765212b225bb: Waiting 01:52:21 2437ff75d9bd: Waiting 01:52:21 04944245beec: Verifying Checksum 01:52:21 04944245beec: Download complete 01:52:21 765212b225bb: Verifying Checksum 01:52:21 765212b225bb: Download complete 01:52:21 f23df028b6ca: Verifying Checksum 01:52:21 f23df028b6ca: Download complete 01:52:21 d65c8cfc05b1: Verifying Checksum 01:52:21 d65c8cfc05b1: Download complete 01:52:21 699f458cf7ca: Verifying Checksum 01:52:21 699f458cf7ca: Download complete 01:52:22 8998bd30e6a1: Verifying Checksum 01:52:22 8998bd30e6a1: Download complete 01:52:24 2437ff75d9bd: Verifying Checksum 01:52:24 2437ff75d9bd: Download complete 01:52:26 8998bd30e6a1: Pull complete 01:52:26 04944245beec: Pull complete 01:52:28 699f458cf7ca: Pull complete 01:52:28 765212b225bb: Pull complete 01:52:29 f23df028b6ca: Pull complete 01:52:29 d65c8cfc05b1: Pull complete 01:52:44 2437ff75d9bd: Pull complete 01:52:44 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:52:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:52:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 01:52:44 prd-ubuntu20.04-docker-arm64-4c-16g-63548 does not seem to be running inside a container 01:52:45 $ 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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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:arm64 cat 01:52:47 $ docker top 1cd5e745cebc558eb59978d0ccaed56441d3bb1e2b02e9b7d1e38e73a6d8f528 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:52:48 ---> job-cost.sh 01:52:48 lf-activate-venv: SKIPPING 01:52:48 INFO: No Stack... 01:52:49 INFO: Retrieving Pricing Info for: v3-standard-4 01:52:50 INFO: Archiving Costs [Pipeline] sh 01:52:50 + cat /w/workspace/edgex-go/229/archives/cost.csv 01:52:50 + cut -d, -f6 [Pipeline] lock 01:52:50 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-229-stack-cost] 01:52:50 Resource [jenkins-edgexfoundry-edgex-go-main-229-stack-cost] did not exist. Created. 01:52:50 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-229-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:52:51 + echo total: 0.2199999988079071 [Pipeline] stash 01:52:52 Stashed 1 file(s) [Pipeline] } 01:52:52 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-229-stack-cost] [Pipeline] // lock [Pipeline] } 01:52:52 $ docker stop --time=1 1cd5e745cebc558eb59978d0ccaed56441d3bb1e2b02e9b7d1e38e73a6d8f528 01:52:53 $ docker rm -f 1cd5e745cebc558eb59978d0ccaed56441d3bb1e2b02e9b7d1e38e73a6d8f528 [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 01:52:54 provisioning config files... 01:52:54 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/229@tmp/config5480281316523560344tmp [Pipeline] { [Pipeline] sh 01:52:54 + set +x 01:52:54 + curl -s https://codecov.io/bash 01:52:54 + bash -s -- 01:52:54 01:52:54 _____ _ 01:52:54 / ____| | | 01:52:54 | | ___ __| | ___ ___ _____ __ 01:52:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:52:54 | |___| (_) | (_| | __/ (_| (_) \ V / 01:52:54 \_____\___/ \__,_|\___|\___\___/ \_/ 01:52:54 Bash-1.0.6 01:52:54 01:52:54 01:52:54 ==> git version 2.25.1 found 01:52:54 ==> 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 01:52:54 Release-Date: 2020-01-08 01:52:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:52:54 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:52:54 ==> Jenkins CI detected. 01:52:54 current dir:  /w/workspace/edgex-go/229 01:52:54 project root: . 01:52:54 --> token set from env 01:52:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:52:54 ==> Running gcov in . (disable via -X gcov) 01:52:54 ==> Python coveragepy not found 01:52:54 ==> Searching for coverage reports in: 01:52:54 + . 01:52:54 -> Found 1 reports 01:52:54 ==> Detecting git/mercurial file structure 01:52:54 ==> Reading reports 01:52:54 + ./coverage.out bytes=435134 01:52:54 ==> Appending adjustments 01:52:54 https://docs.codecov.io/docs/fixing-reports 01:52:56 + Found adjustments 01:52:56 ==> Gzipping contents 01:52:56 60K /tmp/codecov.03bZRu.gz 01:52:56 ==> Uploading reports 01:52:56 url: https://codecov.io 01:52:56 query: branch=main&commit=f46214d8b4dc43d22667d6f4b353dd405c8ef220&build=229&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F229%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:52:56 -> Pinging Codecov 01:52:56 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=f46214d8b4dc43d22667d6f4b353dd405c8ef220&build=229&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F229%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:52:56 -> Uploading to 01:52:56 https://storage.googleapis.com/codecov/v4/raw/2022-05-13/00271124DB129430A58F1EEE437C3FCB/f46214d8b4dc43d22667d6f4b353dd405c8ef220/15f9c2b7-5840-4aef-be77-eb3e10ee686e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220513%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220513T015256Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0db1932ea8bdf741da93a9b3dd8448353c85eabe4a43a40164272b8f5237f0b4 01:52:56 % Total % Received % Xferd Average Speed Time Time Time Current 01:52:56 Dload Upload Total Spent Left Speed 01:52:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59850 0 0 100 59850 0 256k --:--:-- --:--:-- --:--:-- 255k 100 59850 0 0 100 59850 0 240k --:--:-- --:--:-- --:--:-- 239k 01:52:56 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f46214d8b4dc43d22667d6f4b353dd405c8ef220 [Pipeline] } 01:52:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 01:52:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 01:52:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:52:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:52:57 01:52:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 01:52:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:52:57 1.410.4: Pulling from edgex-devops/edgex-snyk-go 01:52:57 188c0c94c7c5: Pulling fs layer 01:52:57 0ef7d3d256c8: Pulling fs layer 01:52:57 de9db76c5a1d: Pulling fs layer 01:52:57 0eba1c9be4d2: Pulling fs layer 01:52:57 0d57e429df01: Pulling fs layer 01:52:57 4e4be7b47b0d: Pulling fs layer 01:52:57 e1f770b5df2f: Pulling fs layer 01:52:57 85a0685a4137: Pulling fs layer 01:52:57 0eba1c9be4d2: Waiting 01:52:57 e1f770b5df2f: Waiting 01:52:57 0d57e429df01: Waiting 01:52:57 85a0685a4137: Waiting 01:52:57 de9db76c5a1d: Verifying Checksum 01:52:57 de9db76c5a1d: Download complete 01:52:57 0ef7d3d256c8: Download complete 01:52:57 0d57e429df01: Verifying Checksum 01:52:57 0d57e429df01: Download complete 01:52:57 4e4be7b47b0d: Verifying Checksum 01:52:57 4e4be7b47b0d: Download complete 01:52:57 188c0c94c7c5: Verifying Checksum 01:52:57 188c0c94c7c5: Download complete 01:52:58 e1f770b5df2f: Verifying Checksum 01:52:58 e1f770b5df2f: Download complete 01:52:58 188c0c94c7c5: Pull complete 01:52:58 0ef7d3d256c8: Pull complete 01:52:58 de9db76c5a1d: Pull complete 01:52:59 0eba1c9be4d2: Verifying Checksum 01:52:59 0eba1c9be4d2: Download complete 01:52:59 85a0685a4137: Verifying Checksum 01:52:59 85a0685a4137: Download complete 01:53:02 0eba1c9be4d2: Pull complete 01:53:02 0d57e429df01: Pull complete 01:53:02 4e4be7b47b0d: Pull complete 01:53:03 e1f770b5df2f: Pull complete 01:53:07 85a0685a4137: Pull complete 01:53:07 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 01:53:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:53:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 01:53:07 prd-ubuntu20.04-docker-8c-8g-63547 does not seem to be running inside a container 01:53:07 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 01:53:10 $ docker top d53558bec24b71284af2bfe2c28be598c5fb1dce07b669b1ddc451cc54c58575 -eo pid,comm [Pipeline] { [Pipeline] echo 01:53:10 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 01:53:10 + set -o pipefail 01:53:10 + snyk monitor '--org=edgex-jenkins' 01:53:17 01:53:17 Monitoring /w/workspace/edgex-go/229 (github.com/edgexfoundry/edgex-go)... 01:53:17 01:53:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/bfdc11bb-cb0b-4bde-86cf-cdfaa52d2572 01:53:17 01:53:17 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 01:53:17 01:53:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 01:53:17 01:53:17 [Pipeline] } 01:53:17 $ docker stop --time=1 d53558bec24b71284af2bfe2c28be598c5fb1dce07b669b1ddc451cc54c58575 01:53:19 $ docker rm -f d53558bec24b71284af2bfe2c28be598c5fb1dce07b669b1ddc451cc54c58575 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 01:53:20 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:53:20 provisioning config files... 01:53:20 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/229@tmp/config7217477550252810014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:53:20 --> edgex-publish-swagger.sh 01:53:20 === Publish openapi/v2 API === 01:53:20 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 01:53:20 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/229/openapi/v2/core-command.yaml] 01:53:20 % Total % Received % Xferd Average Speed Time Time Time Current 01:53:20 Dload Upload Total Spent Left Speed 01:53:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 256k --:--:-- --:--:-- --:--:-- 256k 100 33831 0 0 100 33831 0 29064 0:00:01 0:00:01 --:--:-- 29064 100 33831 0 0 100 33831 0 29064 0:00:01 0:00:01 --:--:-- 29039 01:53:21 01:53:21 01:53:21 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/229/openapi/v2/core-data.yaml] 01:53:21 % Total % Received % Xferd Average Speed Time Time Time Current 01:53:21 Dload Upload Total Spent Left Speed 01:53:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 59422 0:00:01 0:00:01 --:--:-- 59422 100 71604 0 0 100 71604 0 57559 0:00:01 0:00:01 --:--:-- 57559 01:53:22 01:53:22 01:53:22 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/229/openapi/v2/core-metadata.yaml] 01:53:22 % Total % Received % Xferd Average Speed Time Time Time Current 01:53:22 Dload Upload Total Spent Left Speed 01:53:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 117k 0:00:01 0:00:01 --:--:-- 117k 100 141k 0 0 100 141k 0 112k 0:00:01 0:00:01 --:--:-- 112k 01:53:24 01:53:24 01:53:24 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/229/openapi/v2/support-notifications.yaml] 01:53:24 % Total % Received % Xferd Average Speed Time Time Time Current 01:53:24 Dload Upload Total Spent Left Speed 01:53:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 85145 0:00:01 0:00:01 --:--:-- 85145 100 89318 0 0 100 89318 0 84983 0:00:01 0:00:01 --:--:-- 84983 01:53:25 01:53:25 01:53:25 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/229/openapi/v2/support-scheduler.yaml] 01:53:25 % Total % Received % Xferd Average Speed Time Time Time Current 01:53:25 Dload Upload Total Spent Left Speed 01:53:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 35412 0:00:01 0:00:01 --:--:-- 35412 100 39556 0 0 100 39556 0 35412 0:00:01 0:00:01 --:--:-- 35412 01:53:26 01:53:26 01:53:26 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/229/openapi/v2/system-agent.yaml] 01:53:26 % Total % Received % Xferd Average Speed Time Time Time Current 01:53:26 Dload Upload Total Spent Left Speed 01:53:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 98485 --:--:-- --:--:-- --:--:-- 98485 100 20091 0 0 100 20091 0 18149 0:00:01 0:00:01 --:--:-- 18149 01:53:27 01:53:27 [Pipeline] } 01:53:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 01:53:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:53:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 01:53:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 01:53:28 . [Pipeline] withDockerContainer 01:53:28 prd-ubuntu20.04-docker-8c-8g-63547 does not seem to be running inside a container 01:53:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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:10003/edgex-devops/py-git-semver:latest cat 01:53:28 $ docker top c536f851070e2f363739da6384d322d7aac1c08ace29ddb301ffa923f00f9055 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:53:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:53:28 [ssh-agent] Looking for ssh-agent implementation... 01:53:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:53:29 $ docker exec c536f851070e2f363739da6384d322d7aac1c08ace29ddb301ffa923f00f9055 ssh-agent 01:53:29 SSH_AUTH_SOCK=/tmp/ssh-X6siVfVojZMf/agent.33 01:53:29 SSH_AGENT_PID=39 01:53:29 Running ssh-add (command line suppressed) 01:53:29 Identity added: /w/workspace/edgex-go/229@tmp/private_key_5204126331263132069.key (/w/workspace/edgex-go/229@tmp/private_key_5204126331263132069.key) 01:53:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:53:29 + git semver tag 01:53:29 2022-05-13 01:53:29,791 [run_tag] DEBUG tag force:False 01:53:29 2022-05-13 01:53:29,791 [check_head_tag] DEBUG check head tag 01:53:29 2022-05-13 01:53:29,794 [execute] INFO git cat-file --batch-check 01:53:29 2022-05-13 01:53:29,794 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/229, universal_newlines=False, shell=None, istream=) 01:53:29 2022-05-13 01:53:29,798 [execute] INFO git cat-file --batch 01:53:29 2022-05-13 01:53:29,798 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/229, universal_newlines=False, shell=None, istream=) 01:53:30 2022-05-13 01:53:29,854 [read_version] DEBUG read version from /w/workspace/edgex-go/229/.semver/main 01:53:30 2022-05-13 01:53:29,854 [execute] INFO git tag -a v2.2.1-dev.2 -m v2.2.1-dev.2 01:53:30 2022-05-13 01:53:29,854 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.2', '-m', 'v2.2.1-dev.2'], cwd=/w/workspace/edgex-go/229, universal_newlines=False, shell=None, istream=None) 01:53:30 2022-05-13 01:53:29,858 [read_version] DEBUG read version from /w/workspace/edgex-go/229/.semver/main 01:53:30 2.2.1-dev.2 [Pipeline] } 01:53:30 $ docker exec --env ******** --env ******** c536f851070e2f363739da6384d322d7aac1c08ace29ddb301ffa923f00f9055 ssh-agent -k 01:53:30 unset SSH_AUTH_SOCK; 01:53:30 unset SSH_AGENT_PID; 01:53:30 echo Agent pid 39 killed; 01:53:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:53:30 + git semver [Pipeline] } 01:53:30 $ docker stop --time=1 c536f851070e2f363739da6384d322d7aac1c08ace29ddb301ffa923f00f9055 01:53:32 $ docker rm -f c536f851070e2f363739da6384d322d7aac1c08ace29ddb301ffa923f00f9055 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 01:53:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:53:32 01:53:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 01:53:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:53:32 0.23.1-centos7: Pulling from edgex-lftools 01:53:32 ab5ef0e58194: Pulling fs layer 01:53:32 9712f1f96733: Pulling fs layer 01:53:32 63f879dbbcfc: Pulling fs layer 01:53:32 0d9ebad4ef96: Pulling fs layer 01:53:32 e9a5061849ea: Pulling fs layer 01:53:32 d747dcd14b5f: Pulling fs layer 01:53:32 2de7ff778b66: Pulling fs layer 01:53:32 2de7ff778b66: Waiting 01:53:32 d747dcd14b5f: Waiting 01:53:32 0d9ebad4ef96: Waiting 01:53:32 9712f1f96733: Verifying Checksum 01:53:32 9712f1f96733: Download complete 01:53:33 63f879dbbcfc: Verifying Checksum 01:53:33 63f879dbbcfc: Download complete 01:53:33 ab5ef0e58194: Verifying Checksum 01:53:33 ab5ef0e58194: Download complete 01:53:33 e9a5061849ea: Verifying Checksum 01:53:33 e9a5061849ea: Download complete 01:53:33 d747dcd14b5f: Verifying Checksum 01:53:33 d747dcd14b5f: Download complete 01:53:33 0d9ebad4ef96: Verifying Checksum 01:53:33 0d9ebad4ef96: Download complete 01:53:33 2de7ff778b66: Verifying Checksum 01:53:33 2de7ff778b66: Download complete 01:53:36 ab5ef0e58194: Pull complete 01:53:36 9712f1f96733: Pull complete 01:53:37 63f879dbbcfc: Pull complete 01:53:41 0d9ebad4ef96: Pull complete 01:53:41 e9a5061849ea: Pull complete 01:53:41 d747dcd14b5f: Pull complete 01:53:42 2de7ff778b66: Pull complete 01:53:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 01:53:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:53:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 01:53:42 prd-ubuntu20.04-docker-8c-8g-63547 does not seem to be running inside a container 01:53:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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:10003/edgex-lftools:0.23.1-centos7 cat 01:53:45 $ docker top 35a53d25dae2b4d1976b940f7e405b12ee4df0055eb47d1c11f5e59fa5e25396 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 01:53:45 provisioning config files... 01:53:45 copy managed file [sigul-config] to file:/w/workspace/edgex-go/229@tmp/config2486144388185447399tmp 01:53:45 copy managed file [sigul-password] to file:/w/workspace/edgex-go/229@tmp/config6092340340656022598tmp 01:53:45 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/229@tmp/config122301706977038091tmp [Pipeline] { [Pipeline] echo 01:53:45 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 01:53:45 ---> sigul-configuration.sh 01:53:45 gpg: directory `/root/.gnupg' created 01:53:45 gpg: new configuration file `/root/.gnupg/gpg.conf' created 01:53:45 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 01:53:45 gpg: keyring `/root/.gnupg/secring.gpg' created 01:53:45 gpg: keyring `/root/.gnupg/pubring.gpg' created 01:53:45 gpg: CAST5 encrypted data 01:53:45 gpg: encrypted with 1 passphrase 01:53:45 gpg: WARNING: message was not integrity protected [Pipeline] sh 01:53:45 + mkdir /home/jenkins 01:53:45 + mkdir /home/jenkins/sigul [Pipeline] sh 01:53:46 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 01:53:46 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 01:53:46 ---> sigul-install.sh 01:53:46 Sigul already installed; skipping installation. [Pipeline] sh 01:53:46 + git tag --list 01:53:46 0.6.0 01:53:46 0.6.1 01:53:46 0.7.0 01:53:46 0.7.1 01:53:46 v1.0.0 01:53:46 v1.0.1 01:53:46 v1.1.0 01:53:46 v1.2.0 01:53:46 v1.2.1 01:53:46 v1.3.0 01:53:46 v1.3.1 01:53:46 v2.0.0 01:53:46 v2.0.1-dev.1 01:53:46 v2.0.1-dev.10 01:53:46 v2.0.1-dev.11 01:53:46 v2.0.1-dev.12 01:53:46 v2.0.1-dev.13 01:53:46 v2.0.1-dev.14 01:53:46 v2.0.1-dev.15 01:53:46 v2.0.1-dev.16 01:53:46 v2.0.1-dev.17 01:53:46 v2.0.1-dev.18 01:53:46 v2.0.1-dev.19 01:53:46 v2.0.1-dev.2 01:53:46 v2.0.1-dev.20 01:53:46 v2.0.1-dev.21 01:53:46 v2.0.1-dev.22 01:53:46 v2.0.1-dev.23 01:53:46 v2.0.1-dev.24 01:53:46 v2.0.1-dev.25 01:53:46 v2.0.1-dev.26 01:53:46 v2.0.1-dev.27 01:53:46 v2.0.1-dev.28 01:53:46 v2.0.1-dev.29 01:53:46 v2.0.1-dev.3 01:53:46 v2.0.1-dev.30 01:53:46 v2.0.1-dev.31 01:53:46 v2.0.1-dev.32 01:53:46 v2.0.1-dev.33 01:53:46 v2.0.1-dev.34 01:53:46 v2.0.1-dev.35 01:53:46 v2.0.1-dev.36 01:53:46 v2.0.1-dev.37 01:53:46 v2.0.1-dev.38 01:53:46 v2.0.1-dev.39 01:53:46 v2.0.1-dev.4 01:53:46 v2.0.1-dev.40 01:53:46 v2.0.1-dev.41 01:53:46 v2.0.1-dev.42 01:53:46 v2.0.1-dev.43 01:53:46 v2.0.1-dev.44 01:53:46 v2.0.1-dev.45 01:53:46 v2.0.1-dev.46 01:53:46 v2.0.1-dev.47 01:53:46 v2.0.1-dev.48 01:53:46 v2.0.1-dev.49 01:53:46 v2.0.1-dev.5 01:53:46 v2.0.1-dev.50 01:53:46 v2.0.1-dev.51 01:53:46 v2.0.1-dev.52 01:53:46 v2.0.1-dev.53 01:53:46 v2.0.1-dev.54 01:53:46 v2.0.1-dev.55 01:53:46 v2.0.1-dev.56 01:53:46 v2.0.1-dev.57 01:53:46 v2.0.1-dev.58 01:53:46 v2.0.1-dev.59 01:53:46 v2.0.1-dev.6 01:53:46 v2.0.1-dev.60 01:53:46 v2.0.1-dev.61 01:53:46 v2.0.1-dev.62 01:53:46 v2.0.1-dev.63 01:53:46 v2.0.1-dev.64 01:53:46 v2.0.1-dev.65 01:53:46 v2.0.1-dev.66 01:53:46 v2.0.1-dev.67 01:53:46 v2.0.1-dev.68 01:53:46 v2.0.1-dev.69 01:53:46 v2.0.1-dev.7 01:53:46 v2.0.1-dev.70 01:53:46 v2.0.1-dev.71 01:53:46 v2.0.1-dev.72 01:53:46 v2.0.1-dev.73 01:53:46 v2.0.1-dev.74 01:53:46 v2.0.1-dev.75 01:53:46 v2.0.1-dev.76 01:53:46 v2.0.1-dev.77 01:53:46 v2.0.1-dev.78 01:53:46 v2.0.1-dev.79 01:53:46 v2.0.1-dev.8 01:53:46 v2.0.1-dev.80 01:53:46 v2.0.1-dev.81 01:53:46 v2.0.1-dev.82 01:53:46 v2.0.1-dev.83 01:53:46 v2.0.1-dev.84 01:53:46 v2.0.1-dev.85 01:53:46 v2.0.1-dev.86 01:53:46 v2.0.1-dev.87 01:53:46 v2.0.1-dev.88 01:53:46 v2.0.1-dev.89 01:53:46 v2.0.1-dev.9 01:53:46 v2.0.1-dev.90 01:53:46 v2.0.1-dev.91 01:53:46 v2.0.1-dev.92 01:53:46 v2.0.1-dev.93 01:53:46 v2.0.1-dev.94 01:53:46 v2.0.1-dev.95 01:53:46 v2.0.1-dev.96 01:53:46 v2.0.1-dev.97 01:53:46 v2.0.1-dev.98 01:53:46 v2.0.1-dev.99 01:53:46 v2.1.0 01:53:46 v2.2.0 01:53:46 v2.2.0-dev.1 01:53:46 v2.2.0-dev.10 01:53:46 v2.2.0-dev.11 01:53:46 v2.2.0-dev.12 01:53:46 v2.2.0-dev.13 01:53:46 v2.2.0-dev.14 01:53:46 v2.2.0-dev.15 01:53:46 v2.2.0-dev.16 01:53:46 v2.2.0-dev.17 01:53:46 v2.2.0-dev.18 01:53:46 v2.2.0-dev.19 01:53:46 v2.2.0-dev.2 01:53:46 v2.2.0-dev.20 01:53:46 v2.2.0-dev.21 01:53:46 v2.2.0-dev.22 01:53:46 v2.2.0-dev.23 01:53:46 v2.2.0-dev.24 01:53:46 v2.2.0-dev.25 01:53:46 v2.2.0-dev.26 01:53:46 v2.2.0-dev.27 01:53:46 v2.2.0-dev.28 01:53:46 v2.2.0-dev.29 01:53:46 v2.2.0-dev.3 01:53:46 v2.2.0-dev.30 01:53:46 v2.2.0-dev.31 01:53:46 v2.2.0-dev.32 01:53:46 v2.2.0-dev.33 01:53:46 v2.2.0-dev.34 01:53:46 v2.2.0-dev.35 01:53:46 v2.2.0-dev.36 01:53:46 v2.2.0-dev.37 01:53:46 v2.2.0-dev.38 01:53:46 v2.2.0-dev.39 01:53:46 v2.2.0-dev.4 01:53:46 v2.2.0-dev.40 01:53:46 v2.2.0-dev.41 01:53:46 v2.2.0-dev.42 01:53:46 v2.2.0-dev.43 01:53:46 v2.2.0-dev.44 01:53:46 v2.2.0-dev.45 01:53:46 v2.2.0-dev.46 01:53:46 v2.2.0-dev.47 01:53:46 v2.2.0-dev.48 01:53:46 v2.2.0-dev.49 01:53:46 v2.2.0-dev.5 01:53:46 v2.2.0-dev.50 01:53:46 v2.2.0-dev.51 01:53:46 v2.2.0-dev.52 01:53:46 v2.2.0-dev.53 01:53:46 v2.2.0-dev.54 01:53:46 v2.2.0-dev.55 01:53:46 v2.2.0-dev.56 01:53:46 v2.2.0-dev.57 01:53:46 v2.2.0-dev.58 01:53:46 v2.2.0-dev.59 01:53:46 v2.2.0-dev.6 01:53:46 v2.2.0-dev.60 01:53:46 v2.2.0-dev.61 01:53:46 v2.2.0-dev.62 01:53:46 v2.2.0-dev.63 01:53:46 v2.2.0-dev.64 01:53:46 v2.2.0-dev.65 01:53:46 v2.2.0-dev.66 01:53:46 v2.2.0-dev.67 01:53:46 v2.2.0-dev.68 01:53:46 v2.2.0-dev.69 01:53:46 v2.2.0-dev.7 01:53:46 v2.2.0-dev.70 01:53:46 v2.2.0-dev.71 01:53:46 v2.2.0-dev.72 01:53:46 v2.2.0-dev.73 01:53:46 v2.2.0-dev.74 01:53:46 v2.2.0-dev.75 01:53:46 v2.2.0-dev.76 01:53:46 v2.2.0-dev.77 01:53:46 v2.2.0-dev.78 01:53:46 v2.2.0-dev.79 01:53:46 v2.2.0-dev.8 01:53:46 v2.2.0-dev.80 01:53:46 v2.2.0-dev.81 01:53:46 v2.2.0-dev.82 01:53:46 v2.2.0-dev.83 01:53:46 v2.2.0-dev.84 01:53:46 v2.2.0-dev.85 01:53:46 v2.2.0-dev.86 01:53:46 v2.2.0-dev.87 01:53:46 v2.2.0-dev.88 01:53:46 v2.2.0-dev.89 01:53:46 v2.2.0-dev.9 01:53:46 v2.2.0-dev.90 01:53:46 v2.2.0-dev.91 01:53:46 v2.2.0-dev.92 01:53:46 v2.2.0-dev.93 01:53:46 v2.2.0-dev.94 01:53:46 v2.2.0-dev.95 01:53:46 v2.2.0-dev.96 01:53:46 v2.2.1-dev.1 01:53:46 v2.2.1-dev.2 [Pipeline] sh 01:53:46 + lftools sign git-tag v2.2.1-dev.2 01:53:47 Signing Git tag with Sigul... 01:53:47 Signing v2.2.1-dev.2 [Pipeline] echo 01:53:48 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 01:53:48 ---> sigul-configuration-cleanup.sh [Pipeline] } 01:53:48 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 01:53:48 $ docker stop --time=1 35a53d25dae2b4d1976b940f7e405b12ee4df0055eb47d1c11f5e59fa5e25396 01:53:49 $ docker rm -f 35a53d25dae2b4d1976b940f7e405b12ee4df0055eb47d1c11f5e59fa5e25396 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 01:53:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:53:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 01:53:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 01:53:50 . [Pipeline] withDockerContainer 01:53:50 prd-ubuntu20.04-docker-8c-8g-63547 does not seem to be running inside a container 01:53:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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:10003/edgex-devops/py-git-semver:latest cat 01:53:50 $ docker top 3de25cd04cf6cf29cdf9d38f983af36979c48a527c2f3e1acc9ca9c61e66cec4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:53:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:53:51 [ssh-agent] Looking for ssh-agent implementation... 01:53:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:53:51 $ docker exec 3de25cd04cf6cf29cdf9d38f983af36979c48a527c2f3e1acc9ca9c61e66cec4 ssh-agent 01:53:51 SSH_AUTH_SOCK=/tmp/ssh-3zyFCwMY9u0g/agent.33 01:53:51 SSH_AGENT_PID=39 01:53:51 Running ssh-add (command line suppressed) 01:53:51 Identity added: /w/workspace/edgex-go/229@tmp/private_key_6841923256198919889.key (/w/workspace/edgex-go/229@tmp/private_key_6841923256198919889.key) 01:53:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:53:51 + git semver bump pre 01:53:52 2022-05-13 01:53:51,946 [read_version] DEBUG read version from /w/workspace/edgex-go/229/.semver/main 01:53:52 2022-05-13 01:53:51,947 [bump_version] DEBUG bumping version:2.2.1-dev.2 on axis:pre with prefix:dev 01:53:52 2022-05-13 01:53:51,947 [bump_version] DEBUG bumped version:2.2.1-dev.3 01:53:52 2022-05-13 01:53:51,947 [write_version] DEBUG write version:2.2.1-dev.3 to path:/w/workspace/edgex-go/229/.semver/main with force:True 01:53:52 2022-05-13 01:53:51,947 [read_version] DEBUG read version from /w/workspace/edgex-go/229/.semver/main 01:53:52 2022-05-13 01:53:51,947 [write_file] DEBUG write to file:/w/workspace/edgex-go/229/.semver/main 01:53:52 2022-05-13 01:53:51,950 [execute] INFO git cat-file --batch-check 01:53:52 2022-05-13 01:53:51,950 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/229/.semver, universal_newlines=False, shell=None, istream=) 01:53:52 2022-05-13 01:53:51,957 [execute] INFO git cat-file --batch 01:53:52 2022-05-13 01:53:51,957 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/229/.semver, universal_newlines=False, shell=None, istream=) 01:53:52 2022-05-13 01:53:51,964 [read_version] DEBUG read version from /w/workspace/edgex-go/229/.semver/main 01:53:52 2.2.1-dev.3 [Pipeline] } 01:53:52 $ docker exec --env ******** --env ******** 3de25cd04cf6cf29cdf9d38f983af36979c48a527c2f3e1acc9ca9c61e66cec4 ssh-agent -k 01:53:52 unset SSH_AUTH_SOCK; 01:53:52 unset SSH_AGENT_PID; 01:53:52 echo Agent pid 39 killed; 01:53:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:53:52 + git semver [Pipeline] } 01:53:52 $ docker stop --time=1 3de25cd04cf6cf29cdf9d38f983af36979c48a527c2f3e1acc9ca9c61e66cec4 01:53:54 $ docker rm -f 3de25cd04cf6cf29cdf9d38f983af36979c48a527c2f3e1acc9ca9c61e66cec4 [Pipeline] // withDockerContainer [Pipeline] sh 01:53:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:53:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 01:53:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 01:53:54 . [Pipeline] withDockerContainer 01:53:55 prd-ubuntu20.04-docker-8c-8g-63547 does not seem to be running inside a container 01:53:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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:10003/edgex-devops/py-git-semver:latest cat 01:53:55 $ docker top ff138fdeb17ab270a2b4b6edb387f67fd508cd7beb3f034448f51d101d19398d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:53:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:53:55 [ssh-agent] Looking for ssh-agent implementation... 01:53:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:53:55 $ docker exec ff138fdeb17ab270a2b4b6edb387f67fd508cd7beb3f034448f51d101d19398d ssh-agent 01:53:55 SSH_AUTH_SOCK=/tmp/ssh-TTIOYgNYqlHB/agent.33 01:53:55 SSH_AGENT_PID=39 01:53:55 Running ssh-add (command line suppressed) 01:53:56 Identity added: /w/workspace/edgex-go/229@tmp/private_key_5414510024555983795.key (/w/workspace/edgex-go/229@tmp/private_key_5414510024555983795.key) 01:53:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:53:56 + git semver push 01:53:56 2022-05-13 01:53:56,539 [run_push] DEBUG push 01:53:56 2022-05-13 01:53:56,539 [execute] INFO git push origin semver 01:53:56 2022-05-13 01:53:56,540 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/229/.semver, universal_newlines=False, shell=None, istream=None) 01:53:57 2022-05-13 01:53:57,356 [run_push] DEBUG push all version tags 01:53:57 2022-05-13 01:53:57,356 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 01:53:57 2022-05-13 01:53:57,357 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/229, universal_newlines=False, shell=None, istream=None) 01:53:58 2022-05-13 01:53:58,122 [read_version] DEBUG read version from /w/workspace/edgex-go/229/.semver/main 01:53:58 2.2.1-dev.3 [Pipeline] } 01:53:58 $ docker exec --env ******** --env ******** ff138fdeb17ab270a2b4b6edb387f67fd508cd7beb3f034448f51d101d19398d ssh-agent -k 01:53:58 unset SSH_AUTH_SOCK; 01:53:58 unset SSH_AGENT_PID; 01:53:58 echo Agent pid 39 killed; 01:53:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:53:58 + git semver [Pipeline] } 01:53:59 $ docker stop --time=1 ff138fdeb17ab270a2b4b6edb387f67fd508cd7beb3f034448f51d101d19398d 01:54:00 $ docker rm -f ff138fdeb17ab270a2b4b6edb387f67fd508cd7beb3f034448f51d101d19398d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:54:01 + [ -d /w/workspace/edgex-go/229/archives ] [Pipeline] libraryResource [Pipeline] sh 01:54:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:54:02 ---> package-listing.sh 01:54:02 ++ facter osfamily 01:54:02 ++ tr '[:upper:]' '[:lower:]' 01:54:02 + OS_FAMILY=debian 01:54:02 + workspace=/w/workspace/edgex-go/229 01:54:02 + START_PACKAGES=/tmp/packages_start.txt 01:54:02 + END_PACKAGES=/tmp/packages_end.txt 01:54:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:54:02 + PACKAGES=/tmp/packages_start.txt 01:54:02 + '[' /w/workspace/edgex-go/229 ']' 01:54:02 + PACKAGES=/tmp/packages_end.txt 01:54:02 + case "${OS_FAMILY}" in 01:54:02 + dpkg -l 01:54:02 + grep '^ii' 01:54:02 + '[' -f /tmp/packages_start.txt ']' 01:54:02 + '[' -f /tmp/packages_end.txt ']' 01:54:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:54:02 + '[' /w/workspace/edgex-go/229 ']' 01:54:02 + mkdir -p /w/workspace/edgex-go/229/archives/ 01:54:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/229/archives/ [Pipeline] echo 01:54:02 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/229/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:54:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:54:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:54:03 01:54:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 01:54:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:54:03 latest: Pulling from edgex-lftools-log-publisher 01:54:03 5eb5b503b376: Pulling fs layer 01:54:03 5c69ac0246d0: Pulling fs layer 01:54:03 ec43610c2a17: Pulling fs layer 01:54:03 3a2ae6a8a46f: Pulling fs layer 01:54:03 33b1e0a273af: Pulling fs layer 01:54:03 5d3b04190fa2: Pulling fs layer 01:54:03 2f39f015ded8: Pulling fs layer 01:54:03 3a2ae6a8a46f: Waiting 01:54:03 33b1e0a273af: Waiting 01:54:03 2f39f015ded8: Waiting 01:54:03 5d3b04190fa2: Waiting 01:54:03 5c69ac0246d0: Download complete 01:54:03 3a2ae6a8a46f: Verifying Checksum 01:54:03 3a2ae6a8a46f: Download complete 01:54:03 33b1e0a273af: Verifying Checksum 01:54:03 33b1e0a273af: Download complete 01:54:03 ec43610c2a17: Verifying Checksum 01:54:03 ec43610c2a17: Download complete 01:54:03 5d3b04190fa2: Download complete 01:54:03 5eb5b503b376: Verifying Checksum 01:54:03 5eb5b503b376: Download complete 01:54:04 2f39f015ded8: Download complete 01:54:05 5eb5b503b376: Pull complete 01:54:05 5c69ac0246d0: Pull complete 01:54:05 ec43610c2a17: Pull complete 01:54:05 3a2ae6a8a46f: Pull complete 01:54:06 33b1e0a273af: Pull complete 01:54:06 5d3b04190fa2: Pull complete 01:54:11 2f39f015ded8: Pull complete 01:54:11 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:54:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:54:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 01:54:11 prd-ubuntu20.04-docker-8c-8g-63547 does not seem to be running inside a container 01:54:11 $ 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/229/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/229 -v /w/workspace/edgex-go/229:/w/workspace/edgex-go/229:rw,z -v /w/workspace/edgex-go/229@tmp:/w/workspace/edgex-go/229@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:10003/edgex-lftools-log-publisher:latest cat 01:54:13 $ docker top 75266ad16d5c2bb1d9c654431045ed78a7ca2b02d876adb83e0fb413fe858772 -eo pid,comm [Pipeline] { [Pipeline] sh 01:54:13 + touch /tmp/pre-build-complete [Pipeline] sh 01:54:14 + mkdir -p /var/log/sysstat [Pipeline] sh 01:54:14 + ls /var/log/sa-host 01:54:14 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:54:14 provisioning config files... 01:54:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/229@tmp/config4529124247024755730tmp [Pipeline] { [Pipeline] echo 01:54:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:54:14 ---> create-netrc.sh [Pipeline] } 01:54:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:54:15 ---> python-tools-install.sh [Pipeline] echo 01:54:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:54:15 ---> sudo-logs.sh 01:54:15 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:54:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:54:15 ---> job-cost.sh 01:54:15 lf-activate-venv: SKIPPING 01:54:15 DEBUG: total: 0.2199999988079071 01:54:15 INFO: Retrieving Stack Cost... 01:54:16 INFO: Retrieving Pricing Info for: v3-standard-8 01:54:16 INFO: Archiving Costs [Pipeline] echo 01:54:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:54:16 ---> logs-deploy.sh 01:54:16 lf-activate-venv: SKIPPING 01:54:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/229 01:54:16 INFO: archiving workspace using pattern(s): 01:54:17 Archives upload complete. 01:54:18 INFO: archiving logs to Nexus 01:54:19 ---> uname -a: 01:54:19 Linux prd-ubuntu20-04-docker-8c-8g-63547 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 01:54:19 01:54:19 01:54:19 ---> lscpu: 01:54:19 Architecture: x86_64 01:54:19 CPU op-mode(s): 32-bit, 64-bit 01:54:19 Byte Order: Little Endian 01:54:19 Address sizes: 40 bits physical, 48 bits virtual 01:54:19 CPU(s): 8 01:54:19 On-line CPU(s) list: 0-7 01:54:19 Thread(s) per core: 1 01:54:19 Core(s) per socket: 1 01:54:19 Socket(s): 8 01:54:19 NUMA node(s): 1 01:54:19 Vendor ID: AuthenticAMD 01:54:19 CPU family: 23 01:54:19 Model: 49 01:54:19 Model name: AMD EPYC-Rome Processor 01:54:19 Stepping: 0 01:54:19 CPU MHz: 2799.998 01:54:19 BogoMIPS: 5599.99 01:54:19 Virtualization: AMD-V 01:54:19 Hypervisor vendor: KVM 01:54:19 Virtualization type: full 01:54:19 L1d cache: 256 KiB 01:54:19 L1i cache: 256 KiB 01:54:19 L2 cache: 4 MiB 01:54:19 L3 cache: 128 MiB 01:54:19 NUMA node0 CPU(s): 0-7 01:54:19 Vulnerability Itlb multihit: Not affected 01:54:19 Vulnerability L1tf: Not affected 01:54:19 Vulnerability Mds: Not affected 01:54:19 Vulnerability Meltdown: Not affected 01:54:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:54:19 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:54:19 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 01:54:19 Vulnerability Srbds: Not affected 01:54:19 Vulnerability Tsx async abort: Not affected 01:54:19 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 01:54:19 01:54:19 01:54:19 ---> nproc: 01:54:19 8 01:54:19 01:54:19 01:54:19 ---> df -h: 01:54:19 Filesystem Size Used Avail Use% Mounted on 01:54:19 overlay 155G 28G 128G 18% / 01:54:19 tmpfs 64M 0 64M 0% /dev 01:54:19 tmpfs 16G 0 16G 0% /sys/fs/cgroup 01:54:19 shm 64M 0 64M 0% /dev/shm 01:54:19 /dev/vda1 155G 28G 128G 18% /facter-os 01:54:19 01:54:19 01:54:19 ---> sar -b -r -n DEV: 01:54:19 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-63547) 05/13/22 _x86_64_ (8 CPU) 01:54:19 01:54:19 00:48:36 LINUX RESTART (8 CPU) 01:54:19 01:54:19 00:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:54:19 00:50:01 401.87 38.48 363.38 0.00 3583.41 167200.13 0.00 01:54:19 00:51:01 47.06 0.93 46.13 0.00 25.33 14758.87 0.00 01:54:19 00:52:01 81.24 0.18 81.06 0.00 2.13 33338.24 0.00 01:54:19 00:53:01 387.70 0.37 387.34 0.00 21.99 297042.59 0.00 01:54:19 00:54:01 908.62 0.12 908.50 0.00 6.27 321711.98 0.00 01:54:19 00:55:01 1007.81 0.52 1007.30 0.00 7.33 357427.52 0.00 01:54:19 00:56:01 795.65 1.38 794.27 0.00 11.06 253132.69 0.00 01:54:19 00:57:01 432.36 0.00 432.36 0.00 0.00 143905.59 0.00 01:54:19 00:58:01 139.55 0.17 139.39 0.00 1.33 35573.61 0.00 01:54:19 00:59:01 650.49 2.35 648.14 0.00 18.80 271635.79 0.00 01:54:19 01:00:01 51.52 0.03 51.49 0.00 3.20 1253.92 0.00 01:54:19 01:01:01 12.11 0.02 12.10 0.00 4.27 324.56 0.00 01:54:19 01:02:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 01:54:19 01:03:01 2.67 1.57 1.10 0.00 49.05 15.99 0.00 01:54:19 01:04:01 2.13 0.02 2.12 0.00 0.13 24.13 0.00 01:54:19 01:05:01 0.95 0.00 0.95 0.00 0.00 13.06 0.00 01:54:19 01:06:01 1.25 0.00 1.25 0.00 0.00 14.00 0.00 01:54:19 01:07:01 1.03 0.00 1.03 0.00 0.00 13.60 0.00 01:54:19 01:08:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 01:54:19 01:09:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 01:54:19 01:10:02 1.23 0.00 1.23 0.00 0.00 14.93 0.00 01:54:19 01:11:01 1.08 0.00 1.08 0.00 0.00 14.23 0.00 01:54:19 01:12:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 01:54:19 01:13:01 1.00 0.00 1.00 0.00 0.00 13.06 0.00 01:54:19 01:14:01 1.27 0.00 1.27 0.00 0.00 13.73 0.00 01:54:19 01:15:01 1.00 0.00 1.00 0.00 0.00 13.46 0.00 01:54:19 01:16:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 01:54:19 01:17:01 0.93 0.02 0.92 0.00 0.13 11.60 0.00 01:54:19 01:18:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 01:54:19 01:19:01 0.98 0.00 0.98 0.00 0.00 12.26 0.00 01:54:19 01:20:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 01:54:19 01:21:01 1.22 0.00 1.22 0.00 0.00 15.33 0.00 01:54:19 01:22:01 1.08 0.00 1.08 0.00 0.00 12.80 0.00 01:54:19 01:23:01 1.15 0.00 1.15 0.00 0.00 14.26 0.00 01:54:19 01:24:01 1.27 0.00 1.27 0.00 0.00 13.99 0.00 01:54:19 01:25:01 1.43 0.00 1.43 0.00 0.00 19.20 0.00 01:54:19 01:26:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 01:54:19 01:27:01 1.08 0.00 1.08 0.00 0.00 13.60 0.00 01:54:19 01:28:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 01:54:19 01:29:01 1.10 0.00 1.10 0.00 0.00 14.53 0.00 01:54:19 01:30:01 1.42 0.00 1.42 0.00 0.00 16.93 0.00 01:54:19 01:31:01 1.05 0.00 1.05 0.00 0.00 13.46 0.00 01:54:19 01:32:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 01:54:19 01:33:01 1.02 0.00 1.02 0.00 0.00 14.13 0.00 01:54:19 01:34:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 01:54:19 01:35:01 1.77 0.00 1.77 0.00 0.00 21.20 0.00 01:54:19 01:36:01 1.03 0.00 1.03 0.00 0.00 12.13 0.00 01:54:19 01:37:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 01:54:19 01:38:01 1.25 0.00 1.25 0.00 0.00 13.73 0.00 01:54:19 01:39:01 1.05 0.00 1.05 0.00 0.00 13.20 0.00 01:54:19 01:40:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 01:54:19 01:41:01 1.15 0.00 1.15 0.00 0.00 14.93 0.00 01:54:19 01:42:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 01:54:19 01:43:01 1.15 0.00 1.15 0.00 0.00 13.47 0.00 01:54:19 01:44:01 1.25 0.00 1.25 0.00 0.00 15.59 0.00 01:54:19 01:45:01 1.40 0.00 1.40 0.00 0.00 16.80 0.00 01:54:19 01:46:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 01:54:19 01:47:01 1.07 0.00 1.07 0.00 0.00 13.46 0.00 01:54:19 01:48:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 01:54:19 01:49:01 1.15 0.00 1.15 0.00 0.00 14.13 0.00 01:54:19 01:50:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 01:54:19 01:51:01 1.02 0.00 1.02 0.00 0.00 13.06 0.00 01:54:19 01:52:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 01:54:19 01:53:01 9.68 0.07 9.62 0.00 7.87 3643.79 0.00 01:54:19 01:54:01 189.82 0.27 189.55 0.00 6.26 64170.61 0.00 01:54:19 Average: 79.72 0.72 79.00 0.00 57.72 30256.20 0.00 01:54:19 01:54:19 00:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:54:19 00:50:01 27439232 31753208 542228 1.65 172680 4303236 2081828 6.14 1339068 3614012 49996 01:54:19 00:51:01 27705756 31643496 643864 1.96 162452 3944684 2158452 6.36 1460812 3223996 166776 01:54:19 00:52:01 27702704 31749076 540764 1.64 165604 4045072 2233864 6.58 1364656 3318348 568 01:54:19 00:53:01 20336872 31277580 978336 2.98 220352 10523140 3903248 11.50 2672636 8969664 2080912 01:54:19 00:54:01 15467740 29632612 2618180 7.96 271552 13524728 5968716 17.59 5010948 11321500 518472 01:54:19 00:55:01 13277128 31117024 1130128 3.44 323092 16962684 3684088 10.86 3813896 14520888 503484 01:54:19 00:56:01 7162900 30303720 1935552 5.89 491068 21651876 4817784 14.20 5076388 18918760 128132 01:54:19 00:57:01 4366200 27914844 4326040 13.16 548528 21970740 6706824 19.77 8217280 18536892 81480 01:54:19 00:58:01 9244652 31315324 925184 2.81 564204 20526176 2949784 8.69 3599948 18333880 510268 01:54:19 00:59:01 9589572 31530300 725892 2.21 726888 20341608 2597792 7.66 3038880 18676368 184 01:54:19 01:00:01 10156612 31594564 665948 2.03 728408 19852692 2442228 7.20 2987420 18180416 12 01:54:19 01:01:01 10092692 31530972 729504 2.22 728704 19852908 2233028 6.58 3052820 18180524 52 01:54:19 01:02:01 10093860 31532144 728440 2.22 728716 19852912 2233028 6.58 3051392 18180536 12 01:54:19 01:03:01 10069320 31510156 750620 2.28 728752 19854380 2233028 6.58 3076592 18180064 212 01:54:19 01:04:01 10069060 31510024 750924 2.28 728792 19854384 2268720 6.69 3076532 18180088 24 01:54:19 01:05:01 10071180 31512160 748872 2.28 728796 19854392 2268720 6.69 3073672 18180092 204 01:54:19 01:06:01 10071132 31512148 748844 2.28 728808 19854392 2268720 6.69 3073532 18180112 16 01:54:19 01:07:01 10071084 31512112 748836 2.28 728824 19854400 2268720 6.69 3073752 18180120 192 01:54:19 01:08:01 10071036 31512104 748800 2.28 728840 19854404 2268720 6.69 3074172 18180128 228 01:54:19 01:09:01 10071020 31512100 748744 2.28 728848 19854404 2268720 6.69 3074380 18180124 156 01:54:19 01:10:02 10067160 31508248 752516 2.29 728868 19854408 2462368 7.26 3081288 18180128 28 01:54:19 01:11:01 10067580 31508688 752248 2.29 728868 19854412 2462368 7.26 3080732 18180128 180 01:54:19 01:12:01 10067792 31508904 751980 2.29 728876 19854416 2462368 7.26 3080644 18180132 16 01:54:19 01:13:01 10067768 31508904 751944 2.29 728888 19854420 2462368 7.26 3080680 18180136 204 01:54:19 01:14:01 10067712 31508848 751924 2.29 728896 19854420 2462368 7.26 3080664 18180136 12 01:54:19 01:15:01 10067224 31508392 752328 2.29 728916 19854424 2445688 7.21 3081156 18180144 204 01:54:19 01:16:01 10067420 31508600 752044 2.29 728928 19854428 2445688 7.21 3080720 18180148 12 01:54:19 01:17:01 10067472 31508672 752372 2.29 728944 19854428 2445688 7.21 3081036 18180148 188 01:54:19 01:18:01 10066912 31508132 752784 2.29 728956 19854436 2445688 7.21 3080736 18180152 12 01:54:19 01:19:01 10066636 31507900 752988 2.29 728968 19854436 2445688 7.21 3080784 18180152 184 01:54:19 01:20:01 10066304 31507704 753120 2.29 728980 19854564 2445688 7.21 3081240 18180288 16 01:54:19 01:21:01 10066288 31507724 753048 2.29 728996 19854572 2445688 7.21 3080868 18180292 144 01:54:19 01:22:01 10066492 31507932 752780 2.29 728996 19854572 2445688 7.21 3080852 18180292 12 01:54:19 01:23:01 10066444 31507916 752836 2.29 729028 19854576 2445688 7.21 3080892 18180296 180 01:54:19 01:24:01 10066360 31507844 753076 2.29 729036 19854576 2445688 7.21 3081380 18180296 16 01:54:19 01:25:01 10066092 31507584 753312 2.29 729040 19854584 2445688 7.21 3081340 18180300 216 01:54:19 01:26:01 10066044 31507548 753288 2.29 729048 19854588 2445688 7.21 3080904 18180308 12 01:54:19 01:27:01 10065996 31507512 753260 2.29 729060 19854592 2445688 7.21 3080916 18180308 184 01:54:19 01:28:01 10066200 31507728 752988 2.29 729064 19854596 2445688 7.21 3080884 18180312 12 01:54:19 01:29:01 10065364 31506908 753756 2.29 729068 19854600 2429440 7.16 3081752 18180320 196 01:54:19 01:30:01 10065316 31506868 753720 2.29 729100 19854592 2429440 7.16 3081316 18180320 20 01:54:19 01:31:01 10065484 31507080 753676 2.29 729120 19854604 2429440 7.16 3081284 18180324 204 01:54:19 01:32:01 10065248 31506848 753872 2.29 729132 19854604 2429440 7.16 3081624 18180324 16 01:54:19 01:33:01 10065444 31507072 753592 2.29 729144 19854608 2429440 7.16 3081024 18180328 204 01:54:19 01:34:01 10064892 31506532 754068 2.29 729152 19854612 2429440 7.16 3082048 18180332 12 01:54:19 01:35:01 10064592 31506256 754280 2.29 729180 19854604 2429440 7.16 3081456 18180332 24 01:54:19 01:36:01 10064544 31506232 754244 2.29 729188 19854620 2429440 7.16 3081164 18180340 12 01:54:19 01:37:01 10064964 31506668 753964 2.29 729200 19854624 2429440 7.16 3081176 18180344 184 01:54:19 01:38:01 10064916 31506624 753964 2.29 729216 19854624 2429440 7.16 3081160 18180344 8 01:54:19 01:39:01 10065152 31506900 753860 2.29 729220 19854628 2429440 7.16 3081204 18180348 192 01:54:19 01:40:01 10065104 31506856 753848 2.29 729236 19854620 2445584 7.21 3081836 18180348 12 01:54:19 01:41:01 10064804 31506596 754068 2.29 729252 19854632 2445524 7.21 3081252 18180352 180 01:54:19 01:42:01 10064748 31506556 754032 2.29 729280 19854636 2445524 7.21 3081292 18180360 8 01:54:19 01:43:01 10065168 31507004 753752 2.29 729300 19854636 2445524 7.21 3081324 18180356 148 01:54:19 01:44:01 10065392 31507236 753672 2.29 729324 19854648 2445524 7.21 3081268 18180360 44 01:54:19 01:45:01 10065068 31506980 753944 2.29 729352 19854648 2445524 7.21 3082040 18180368 180 01:54:19 01:46:01 10065020 31506936 753900 2.29 729380 19854652 2445524 7.21 3081356 18180372 12 01:54:19 01:47:01 10065288 31507376 753456 2.29 729404 19854784 2445524 7.21 3081420 18180492 196 01:54:19 01:48:01 10064988 31507080 753680 2.29 729416 19854784 2445524 7.21 3081404 18180492 12 01:54:19 01:49:01 10064656 31506788 753932 2.29 729428 19854788 2445524 7.21 3081636 18180496 188 01:54:19 01:50:01 10064608 31506744 753904 2.29 729444 19854788 2445524 7.21 3081708 18180500 12 01:54:19 01:51:01 10064840 31507012 753804 2.29 729460 19854792 2445524 7.21 3081900 18180512 208 01:54:19 01:52:01 10065076 31507256 753532 2.29 729464 19854792 2445524 7.21 3081456 18180516 24 01:54:19 01:53:01 9466804 31435852 824052 2.51 729976 20363016 2862456 8.44 3148420 18688592 403276 01:54:19 01:54:01 8536908 31471892 788204 2.40 774912 21177592 2525068 7.44 3216936 19445040 380 01:54:19 Average: 10984062 31403117 857559 2.61 673717 18948018 2620165 7.72 3154876 17248053 68449 01:54:19 01:54:19 00:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:54:19 00:50:01 ens3 1492.44 1426.36 12077.42 195.51 0.00 0.00 0.00 0.00 01:54:19 00:50:01 docker0 574.09 497.05 43.03 3692.98 0.00 0.00 0.00 0.00 01:54:19 00:50:01 lo 4.93 4.93 0.48 0.48 0.00 0.00 0.00 0.00 01:54:19 00:51:01 ens3 68.04 56.62 34.78 69.22 0.00 0.00 0.00 0.00 01:54:19 00:51:01 docker0 1.43 1.50 0.09 0.13 0.00 0.00 0.00 0.00 01:54:19 00:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 00:51:01 veth8d01b6c 1.43 1.62 0.11 0.13 0.00 0.00 0.00 0.00 01:54:19 00:52:01 vethc8c309e 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 01:54:19 00:52:01 ens3 99.52 59.65 1693.47 18.40 0.00 0.00 0.00 0.00 01:54:19 00:52:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 00:52:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 01:54:19 00:53:01 ens3 500.75 288.20 5703.36 91.64 0.00 0.00 0.00 0.00 01:54:19 00:53:01 veth447f02a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:54:19 00:53:01 docker0 234.01 432.66 16.07 5668.04 0.00 0.00 0.00 0.00 01:54:19 00:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 00:53:01 veth6b96925 191.40 379.66 16.28 5439.93 0.00 0.00 0.00 0.45 01:54:19 00:53:01 veth293b855 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:54:19 00:53:01 veth04d4b7a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:54:19 00:53:01 veth7bb20f9 0.00 0.75 0.00 0.04 0.00 0.00 0.00 0.00 01:54:19 00:54:01 ens3 132.36 88.92 767.44 23.41 0.00 0.00 0.00 0.00 01:54:19 00:54:01 docker0 55.16 78.60 3.97 626.94 0.00 0.00 0.00 0.00 01:54:19 00:54:01 lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 01:54:19 00:54:01 veth6b96925 24.86 37.68 2.54 388.72 0.00 0.00 0.00 0.03 01:54:19 00:54:01 veth656b176 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 01:54:19 00:54:01 veth2c8d6bb 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 01:54:19 00:54:01 veth7bb20f9 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 01:54:19 00:54:01 veth3294fb0 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 01:54:19 00:55:01 ens3 423.13 217.14 4046.58 36.67 0.00 0.00 0.00 0.00 01:54:19 00:55:01 docker0 193.80 380.74 12.14 4012.11 0.00 0.00 0.00 0.00 01:54:19 00:55:01 vethaec61d6 10.50 18.08 0.71 112.17 0.00 0.00 0.00 0.01 01:54:19 00:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 00:55:01 veth6b96925 0.20 0.77 0.01 0.04 0.00 0.00 0.00 0.00 01:54:19 00:55:01 veth7bb20f9 0.00 0.55 0.00 0.03 0.00 0.00 0.00 0.00 01:54:19 00:55:01 vetha57ad21 144.12 307.65 11.26 3583.80 0.00 0.00 0.00 0.29 01:54:19 00:55:01 veth2f07418 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:54:19 00:56:01 ens3 762.65 447.27 9761.46 208.79 0.00 0.00 0.00 0.00 01:54:19 00:56:01 docker0 313.75 608.81 25.51 8630.98 0.00 0.00 0.00 0.00 01:54:19 00:56:01 vethaec61d6 207.45 404.38 18.44 5717.62 0.00 0.00 0.00 0.47 01:54:19 00:56:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 01:54:19 00:56:01 veth1c44205 9.05 11.30 0.66 51.84 0.00 0.00 0.00 0.00 01:54:19 00:56:01 veth7bb20f9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 00:56:01 vetha57ad21 76.07 145.90 8.54 2247.02 0.00 0.00 0.00 0.18 01:54:19 00:57:01 ens3 15.28 8.46 12.39 6.57 0.00 0.00 0.00 0.00 01:54:19 00:57:01 docker0 0.35 0.35 0.02 0.02 0.00 0.00 0.00 0.00 01:54:19 00:57:01 vethaec61d6 0.15 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 00:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 00:57:01 veth7bb20f9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 00:57:01 vetha57ad21 0.20 0.22 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 00:58:01 ens3 56.23 42.17 504.46 8.31 0.00 0.00 0.00 0.00 01:54:19 00:58:01 docker0 35.12 44.84 2.54 494.79 0.00 0.00 0.00 0.00 01:54:19 00:58:01 vethaec61d6 11.00 14.71 1.06 206.68 0.00 0.00 0.00 0.02 01:54:19 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 00:58:01 veth7bb20f9 0.00 0.65 0.00 0.03 0.00 0.00 0.00 0.00 01:54:19 00:58:01 vetha57ad21 11.16 14.86 1.05 206.68 0.00 0.00 0.00 0.02 01:54:19 00:59:01 ens3 28.18 21.05 85.32 5.43 0.00 0.00 0.00 0.00 01:54:19 00:59:01 docker0 15.46 18.53 0.89 77.28 0.00 0.00 0.00 0.00 01:54:19 00:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 00:59:01 veth7bb20f9 0.00 0.65 0.00 0.03 0.00 0.00 0.00 0.00 01:54:19 01:00:01 ens3 449.39 471.59 232.59 2280.99 0.00 0.00 0.00 0.00 01:54:19 01:00:01 docker0 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:00:01 lo 45.93 45.93 4.53 4.53 0.00 0.00 0.00 0.00 01:54:19 01:01:01 ens3 177.01 180.61 100.61 1079.66 0.00 0.00 0.00 0.00 01:54:19 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:01:01 lo 16.79 16.79 1.65 1.65 0.00 0.00 0.00 0.00 01:54:19 01:02:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:03:01 ens3 7.20 5.80 5.14 6.09 0.00 0.00 0.00 0.00 01:54:19 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:03:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 01:54:19 01:04:01 ens3 0.92 0.28 0.31 0.20 0.00 0.00 0.00 0.00 01:54:19 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:05:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 01:54:19 01:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:06:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:07:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:08:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:09:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:10:02 ens3 12.25 15.31 3.81 23.01 0.00 0.00 0.00 0.00 01:54:19 01:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:12:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:13:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:15:01 ens3 4.42 4.42 0.35 7.01 0.00 0.00 0.00 0.00 01:54:19 01:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:16:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:20:01 ens3 4.40 8.50 0.35 7.60 0.00 0.00 0.00 0.00 01:54:19 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:21:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:23:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:24:01 ens3 0.22 0.18 0.17 0.01 0.00 0.00 0.00 0.00 01:54:19 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:25:01 ens3 4.45 8.68 0.35 7.62 0.00 0.00 0.00 0.00 01:54:19 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:28:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:29:01 ens3 8.43 13.38 0.88 14.81 0.00 0.00 0.00 0.00 01:54:19 01:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:30:01 ens3 4.30 4.25 0.34 7.00 0.00 0.00 0.00 0.00 01:54:19 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:31:01 ens3 0.67 0.18 0.17 0.01 0.00 0.00 0.00 0.00 01:54:19 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:32:01 ens3 4.90 8.73 0.54 7.74 0.00 0.00 0.00 0.00 01:54:19 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:33:01 ens3 0.58 0.10 0.06 0.01 0.00 0.00 0.00 0.00 01:54:19 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:34:01 ens3 5.73 7.18 0.68 13.94 0.00 0.00 0.00 0.00 01:54:19 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:35:01 ens3 4.53 8.02 0.36 7.52 0.00 0.00 0.00 0.00 01:54:19 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:36:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:37:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:38:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:39:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:40:01 ens3 4.50 8.66 0.46 7.62 0.00 0.00 0.00 0.00 01:54:19 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:41:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:43:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:44:01 ens3 0.40 0.00 0.05 0.00 0.00 0.00 0.00 0.00 01:54:19 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:45:01 ens3 9.50 16.76 0.91 15.32 0.00 0.00 0.00 0.00 01:54:19 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:46:01 ens3 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:48:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:49:01 ens3 0.22 0.18 0.09 0.01 0.00 0.00 0.00 0.00 01:54:19 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:50:01 ens3 4.42 8.61 0.35 7.61 0.00 0.00 0.00 0.00 01:54:19 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:51:01 ens3 9.10 17.41 0.82 15.30 0.00 0.00 0.00 0.00 01:54:19 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:54:19 01:52:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:53:01 ens3 145.41 70.84 4058.34 12.80 0.00 0.00 0.00 0.00 01:54:19 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:19 01:53:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 01:54:19 01:54:01 ens3 269.31 170.53 3958.64 51.72 0.00 0.00 0.00 0.00 01:54:19 01:54:01 docker0 49.17 64.71 4.57 694.24 0.00 0.00 0.00 0.00 01:54:19 01:54:01 lo 1.27 1.27 0.14 0.14 0.00 0.00 0.00 0.00 01:54:19 Average: ens3 72.54 56.76 662.66 65.21 0.00 0.00 0.00 0.00 01:54:19 Average: docker0 22.66 32.75 1.68 367.80 0.00 0.00 0.00 0.00 01:54:19 Average: lo 1.22 1.22 0.12 0.12 0.00 0.00 0.00 0.00 01:54:19 01:54:19 01:54:19 ---> sar -P ALL: 01:54:19 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-63547) 05/13/22 _x86_64_ (8 CPU) 01:54:19 01:54:19 00:48:36 LINUX RESTART (8 CPU) 01:54:19 01:54:19 00:49:01 CPU %user %nice %system %iowait %steal %idle 01:54:19 00:50:01 all 13.99 0.00 5.21 2.00 0.11 78.70 01:54:19 00:50:01 0 16.89 0.00 5.08 0.59 0.10 77.34 01:54:19 00:50:01 1 13.07 0.00 4.22 0.08 0.08 82.54 01:54:19 00:50:01 2 14.94 0.00 4.71 2.76 0.10 77.49 01:54:19 00:50:01 3 11.64 0.00 3.81 0.12 0.12 84.31 01:54:19 00:50:01 4 13.09 0.00 5.55 0.12 0.10 81.13 01:54:19 00:50:01 5 15.39 0.00 6.85 7.63 0.08 70.04 01:54:19 00:50:01 6 12.87 0.00 5.97 3.75 0.14 77.28 01:54:19 00:50:01 7 14.02 0.00 5.50 0.91 0.12 79.45 01:54:19 00:51:01 all 40.00 0.00 6.49 0.43 0.11 52.96 01:54:19 00:51:01 0 41.09 0.00 6.63 1.38 0.13 50.76 01:54:19 00:51:01 1 41.02 0.00 6.08 0.44 0.10 52.37 01:54:19 00:51:01 2 41.84 0.00 6.34 0.39 0.12 51.31 01:54:19 00:51:01 3 33.04 0.00 6.20 0.05 0.10 60.62 01:54:19 00:51:01 4 42.36 0.00 6.08 0.07 0.12 51.37 01:54:19 00:51:01 5 40.62 0.00 6.64 0.24 0.10 52.41 01:54:19 00:51:01 6 40.39 0.00 7.14 0.64 0.12 51.72 01:54:19 00:51:01 7 39.61 0.00 6.85 0.24 0.12 53.19 01:54:19 00:52:01 all 39.30 0.00 5.78 0.64 0.12 54.15 01:54:19 00:52:01 0 40.95 0.00 6.59 3.99 0.12 48.36 01:54:19 00:52:01 1 37.94 0.00 5.49 0.66 0.14 55.78 01:54:19 00:52:01 2 38.67 0.00 5.49 0.14 0.14 55.57 01:54:19 00:52:01 3 35.32 0.00 5.21 0.02 0.12 59.33 01:54:19 00:52:01 4 38.78 0.00 5.51 0.07 0.12 55.53 01:54:19 00:52:01 5 41.76 0.00 6.13 0.05 0.13 51.93 01:54:19 00:52:01 6 40.50 0.00 5.89 0.03 0.10 53.47 01:54:19 00:52:01 7 40.47 0.00 5.93 0.19 0.14 53.28 01:54:19 00:53:01 all 45.98 0.00 14.14 4.01 0.16 35.71 01:54:19 00:53:01 0 45.28 0.00 12.56 12.02 0.17 29.96 01:54:19 00:53:01 1 46.06 0.00 15.08 5.50 0.15 33.20 01:54:19 00:53:01 2 46.57 0.00 14.26 5.74 0.17 33.26 01:54:19 00:53:01 3 45.96 0.00 14.38 1.08 0.15 38.42 01:54:19 00:53:01 4 45.86 0.00 12.49 2.67 0.14 38.84 01:54:19 00:53:01 5 44.91 0.00 16.54 1.06 0.15 37.33 01:54:19 00:53:01 6 46.08 0.00 11.89 1.53 0.17 40.34 01:54:19 00:53:01 7 47.10 0.00 15.92 2.49 0.17 34.32 01:54:19 00:54:01 all 75.72 0.00 14.14 2.97 0.18 7.00 01:54:19 00:54:01 0 76.46 0.00 13.60 3.65 0.17 6.11 01:54:19 00:54:01 1 75.60 0.00 14.17 2.47 0.19 7.58 01:54:19 00:54:01 2 77.10 0.00 12.82 2.78 0.19 7.12 01:54:19 00:54:01 3 74.65 0.00 13.71 2.02 0.19 9.44 01:54:19 00:54:01 4 74.18 0.00 16.09 4.25 0.17 5.31 01:54:19 00:54:01 5 75.48 0.00 14.85 4.83 0.19 4.65 01:54:19 00:54:01 6 75.80 0.00 13.83 1.48 0.19 8.69 01:54:19 00:54:01 7 76.45 0.00 14.01 2.24 0.19 7.12 01:54:19 00:55:01 all 52.34 0.00 12.67 8.93 0.22 25.83 01:54:19 00:55:01 0 47.08 0.00 15.11 5.13 0.24 32.44 01:54:19 00:55:01 1 47.97 0.00 12.64 5.17 0.24 33.98 01:54:19 00:55:01 2 52.66 0.00 12.09 4.65 0.24 30.36 01:54:19 00:55:01 3 79.57 0.00 8.84 1.92 0.17 9.50 01:54:19 00:55:01 4 47.47 0.00 13.20 8.26 0.22 30.84 01:54:19 00:55:01 5 46.88 0.00 12.94 18.89 0.26 21.03 01:54:19 00:55:01 6 51.02 0.00 13.70 3.14 0.20 31.94 01:54:19 00:55:01 7 45.76 0.00 12.86 24.55 0.24 16.58 01:54:19 00:56:01 all 81.86 0.00 14.61 0.97 0.25 2.31 01:54:19 00:56:01 0 83.21 0.00 14.57 0.91 0.25 1.05 01:54:19 00:56:01 1 78.35 0.00 17.52 1.48 0.24 2.40 01:54:19 00:56:01 2 84.06 0.00 13.79 0.71 0.24 1.21 01:54:19 00:56:01 3 82.28 0.00 15.01 0.78 0.25 1.68 01:54:19 00:56:01 4 82.95 0.00 14.44 0.61 0.24 1.76 01:54:19 00:56:01 5 81.83 0.00 13.80 1.24 0.24 2.88 01:54:19 00:56:01 6 81.47 0.00 13.13 1.30 0.26 3.85 01:54:19 00:56:01 7 80.67 0.00 14.63 0.74 0.26 3.71 01:54:19 00:57:01 all 89.45 0.00 10.16 0.01 0.22 0.16 01:54:19 00:57:01 0 89.21 0.00 10.52 0.00 0.22 0.05 01:54:19 00:57:01 1 88.33 0.00 11.47 0.00 0.20 0.00 01:54:19 00:57:01 2 90.88 0.00 8.82 0.00 0.24 0.07 01:54:19 00:57:01 3 89.99 0.00 9.80 0.00 0.20 0.00 01:54:19 00:57:01 4 90.58 0.00 9.20 0.02 0.18 0.02 01:54:19 00:57:01 5 86.56 0.00 13.21 0.00 0.24 0.00 01:54:19 00:57:01 6 89.59 0.00 9.54 0.07 0.24 0.57 01:54:19 00:57:01 7 90.45 0.00 8.70 0.03 0.22 0.59 01:54:19 00:58:01 all 40.20 0.00 4.11 0.46 0.08 55.15 01:54:19 00:58:01 0 23.10 0.00 4.09 0.30 0.07 72.44 01:54:19 00:58:01 1 25.69 0.00 3.69 0.74 0.07 69.81 01:54:19 00:58:01 2 25.00 0.00 3.09 0.50 0.07 71.33 01:54:19 00:58:01 3 32.46 0.00 4.23 0.18 0.07 63.06 01:54:19 00:58:01 4 25.05 0.00 3.59 1.35 0.07 69.93 01:54:19 00:58:01 5 87.51 0.00 6.42 0.15 0.13 5.79 01:54:19 00:58:01 6 77.36 0.00 4.22 0.20 0.13 18.08 01:54:19 00:58:01 7 25.30 0.00 3.54 0.22 0.07 70.88 01:54:19 00:59:01 all 25.51 0.00 10.47 5.77 0.18 58.08 01:54:19 00:59:01 0 26.65 0.00 9.90 2.46 0.14 60.86 01:54:19 00:59:01 1 26.24 0.00 10.73 2.02 0.20 60.81 01:54:19 00:59:01 2 26.33 0.00 9.82 2.97 0.19 60.70 01:54:19 00:59:01 3 25.70 0.00 10.53 3.79 0.17 59.81 01:54:19 00:59:01 4 26.06 0.00 10.50 7.78 0.15 55.50 01:54:19 00:59:01 5 22.56 0.00 11.44 22.34 0.17 43.49 01:54:19 00:59:01 6 25.68 0.00 10.34 2.65 0.17 61.16 01:54:19 00:59:01 7 24.88 0.00 10.46 2.16 0.22 62.27 01:54:19 01:00:01 all 8.90 0.00 1.59 0.17 0.08 89.25 01:54:19 01:00:01 0 9.83 0.00 1.56 0.02 0.07 88.53 01:54:19 01:00:01 1 8.04 0.00 1.81 0.45 0.05 89.65 01:54:19 01:00:01 2 9.00 0.00 1.59 0.07 0.08 89.25 01:54:19 01:00:01 3 9.65 0.00 1.76 0.03 0.10 88.45 01:54:19 01:00:01 4 7.79 0.00 1.21 0.56 0.07 90.38 01:54:19 01:00:01 5 10.38 0.00 1.62 0.03 0.07 87.90 01:54:19 01:00:01 6 8.57 0.00 1.34 0.02 0.07 90.01 01:54:19 01:00:01 7 7.97 0.00 1.87 0.20 0.10 89.86 01:54:19 01:54:19 01:00:01 CPU %user %nice %system %iowait %steal %idle 01:54:19 01:01:01 all 4.27 0.00 0.66 0.05 0.04 94.99 01:54:19 01:01:01 0 3.92 0.00 0.58 0.12 0.03 95.34 01:54:19 01:01:01 1 3.64 0.00 0.80 0.02 0.05 95.49 01:54:19 01:01:01 2 4.87 0.00 0.72 0.00 0.03 94.38 01:54:19 01:01:01 3 3.39 0.00 0.70 0.00 0.03 95.87 01:54:19 01:01:01 4 4.75 0.00 0.54 0.20 0.03 94.48 01:54:19 01:01:01 5 5.99 0.00 0.72 0.02 0.05 93.23 01:54:19 01:01:01 6 4.31 0.00 0.58 0.00 0.03 95.07 01:54:19 01:01:01 7 3.25 0.00 0.62 0.02 0.03 96.08 01:54:19 01:02:01 all 0.25 0.00 0.03 0.00 0.00 99.71 01:54:19 01:02:01 0 1.79 0.00 0.10 0.03 0.02 98.06 01:54:19 01:02:01 1 0.05 0.00 0.02 0.00 0.00 99.93 01:54:19 01:02:01 2 0.03 0.00 0.03 0.00 0.00 99.93 01:54:19 01:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:02:01 4 0.03 0.00 0.05 0.00 0.00 99.92 01:54:19 01:02:01 5 0.03 0.00 0.02 0.00 0.00 99.95 01:54:19 01:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:02:01 7 0.03 0.00 0.05 0.00 0.00 99.92 01:54:19 01:03:01 all 0.21 0.00 0.05 0.01 0.00 99.74 01:54:19 01:03:01 0 0.27 0.00 0.07 0.03 0.00 99.63 01:54:19 01:03:01 1 0.10 0.00 0.02 0.00 0.00 99.88 01:54:19 01:03:01 2 0.40 0.00 0.07 0.02 0.00 99.52 01:54:19 01:03:01 3 0.17 0.00 0.03 0.02 0.00 99.78 01:54:19 01:03:01 4 0.27 0.00 0.07 0.02 0.00 99.65 01:54:19 01:03:01 5 0.35 0.00 0.05 0.00 0.00 99.60 01:54:19 01:03:01 6 0.07 0.00 0.03 0.00 0.00 99.90 01:54:19 01:03:01 7 0.05 0.00 0.03 0.00 0.00 99.92 01:54:19 01:04:01 all 0.03 0.00 0.03 0.01 0.01 99.93 01:54:19 01:04:01 0 0.03 0.00 0.03 0.05 0.02 99.87 01:54:19 01:04:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:04:01 2 0.02 0.00 0.03 0.00 0.02 99.93 01:54:19 01:04:01 3 0.00 0.00 0.03 0.00 0.00 99.97 01:54:19 01:04:01 4 0.08 0.00 0.03 0.00 0.02 99.87 01:54:19 01:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:04:01 6 0.02 0.00 0.03 0.00 0.00 99.95 01:54:19 01:04:01 7 0.02 0.00 0.02 0.02 0.02 99.93 01:54:19 01:05:01 all 0.03 0.00 0.02 0.00 0.00 99.95 01:54:19 01:05:01 0 0.03 0.00 0.00 0.02 0.00 99.95 01:54:19 01:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:05:01 4 0.05 0.00 0.07 0.00 0.00 99.88 01:54:19 01:05:01 5 0.05 0.00 0.02 0.00 0.02 99.92 01:54:19 01:05:01 6 0.02 0.00 0.03 0.00 0.00 99.95 01:54:19 01:05:01 7 0.03 0.00 0.00 0.02 0.00 99.95 01:54:19 01:06:01 all 0.03 0.00 0.01 0.00 0.01 99.95 01:54:19 01:06:01 0 0.03 0.00 0.02 0.02 0.02 99.92 01:54:19 01:06:01 1 0.02 0.00 0.00 0.00 0.02 99.97 01:54:19 01:06:01 2 0.03 0.00 0.02 0.00 0.00 99.95 01:54:19 01:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:06:01 4 0.07 0.00 0.02 0.02 0.02 99.88 01:54:19 01:06:01 5 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:06:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:06:01 7 0.03 0.00 0.02 0.00 0.00 99.95 01:54:19 01:07:01 all 0.02 0.00 0.01 0.00 0.00 99.96 01:54:19 01:07:01 0 0.00 0.00 0.02 0.02 0.00 99.97 01:54:19 01:07:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:54:19 01:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:07:01 4 0.03 0.00 0.00 0.02 0.00 99.95 01:54:19 01:07:01 5 0.05 0.00 0.03 0.00 0.00 99.92 01:54:19 01:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:08:01 all 0.02 0.00 0.01 0.00 0.00 99.97 01:54:19 01:08:01 0 0.03 0.00 0.00 0.02 0.00 99.95 01:54:19 01:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:08:01 2 0.03 0.00 0.02 0.00 0.00 99.95 01:54:19 01:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:08:01 4 0.05 0.00 0.02 0.02 0.02 99.90 01:54:19 01:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:09:01 all 0.21 0.00 0.02 0.01 0.00 99.76 01:54:19 01:09:01 0 0.02 0.00 0.02 0.02 0.00 99.95 01:54:19 01:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:54:19 01:09:01 2 1.55 0.00 0.05 0.00 0.00 98.40 01:54:19 01:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 01:54:19 01:09:01 4 0.02 0.00 0.00 0.03 0.00 99.95 01:54:19 01:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:09:01 6 0.02 0.00 0.00 0.00 0.02 99.97 01:54:19 01:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:10:02 all 0.07 0.00 0.03 0.00 0.00 99.90 01:54:19 01:10:02 0 0.03 0.00 0.07 0.03 0.00 99.87 01:54:19 01:10:02 1 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:10:02 2 0.15 0.00 0.00 0.00 0.00 99.85 01:54:19 01:10:02 3 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:10:02 4 0.10 0.00 0.03 0.00 0.02 99.85 01:54:19 01:10:02 5 0.07 0.00 0.02 0.00 0.00 99.92 01:54:19 01:10:02 6 0.07 0.00 0.05 0.00 0.00 99.88 01:54:19 01:10:02 7 0.07 0.00 0.03 0.00 0.00 99.90 01:54:19 01:11:01 all 0.00 0.00 0.01 0.00 0.00 99.98 01:54:19 01:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:11:01 1 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:11:01 2 0.00 0.00 0.00 0.00 0.02 99.98 01:54:19 01:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:11:01 4 0.00 0.00 0.03 0.03 0.00 99.93 01:54:19 01:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:54:19 01:11:01 CPU %user %nice %system %iowait %steal %idle 01:54:19 01:12:01 all 0.01 0.00 0.01 0.01 0.00 99.96 01:54:19 01:12:01 0 0.02 0.00 0.02 0.02 0.02 99.93 01:54:19 01:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:12:01 4 0.05 0.00 0.03 0.03 0.02 99.87 01:54:19 01:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:12:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:13:01 all 0.01 0.00 0.01 0.00 0.00 99.97 01:54:19 01:13:01 0 0.00 0.00 0.02 0.02 0.00 99.97 01:54:19 01:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:13:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:13:01 4 0.05 0.00 0.05 0.02 0.00 99.88 01:54:19 01:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:14:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:54:19 01:14:01 0 0.05 0.00 0.02 0.02 0.00 99.92 01:54:19 01:14:01 1 0.02 0.00 0.00 0.00 0.02 99.97 01:54:19 01:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:14:01 4 0.02 0.00 0.03 0.02 0.00 99.93 01:54:19 01:14:01 5 0.02 0.00 0.02 0.00 0.02 99.95 01:54:19 01:14:01 6 0.00 0.00 0.00 0.00 0.02 99.98 01:54:19 01:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:15:01 all 0.01 0.00 0.01 0.01 0.00 99.96 01:54:19 01:15:01 0 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:15:01 2 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:15:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:15:01 4 0.05 0.00 0.02 0.00 0.02 99.92 01:54:19 01:15:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:15:01 6 0.00 0.00 0.03 0.00 0.00 99.97 01:54:19 01:15:01 7 0.00 0.00 0.00 0.03 0.00 99.97 01:54:19 01:16:01 all 0.02 0.00 0.01 0.00 0.00 99.97 01:54:19 01:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:16:01 4 0.07 0.00 0.05 0.03 0.00 99.85 01:54:19 01:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:16:01 6 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:17:01 all 0.01 0.00 0.01 0.00 0.00 99.96 01:54:19 01:17:01 0 0.02 0.00 0.00 0.02 0.00 99.97 01:54:19 01:17:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:54:19 01:17:01 2 0.00 0.00 0.03 0.00 0.00 99.97 01:54:19 01:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:17:01 4 0.03 0.00 0.03 0.00 0.02 99.92 01:54:19 01:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:17:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:17:01 7 0.02 0.00 0.02 0.02 0.00 99.95 01:54:19 01:18:01 all 0.01 0.00 0.01 0.01 0.00 99.97 01:54:19 01:18:01 0 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:18:01 2 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:18:01 4 0.07 0.00 0.02 0.03 0.00 99.88 01:54:19 01:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:18:01 7 0.00 0.00 0.00 0.00 0.02 99.98 01:54:19 01:19:01 all 0.01 0.00 0.01 0.00 0.00 99.98 01:54:19 01:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:19:01 1 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:19:01 5 0.03 0.00 0.02 0.00 0.00 99.95 01:54:19 01:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:19:01 7 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:20:01 all 0.02 0.00 0.01 0.01 0.00 99.96 01:54:19 01:20:01 0 0.02 0.00 0.00 0.02 0.02 99.95 01:54:19 01:20:01 1 0.05 0.00 0.03 0.00 0.00 99.92 01:54:19 01:20:01 2 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:20:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:20:01 4 0.03 0.00 0.03 0.00 0.02 99.92 01:54:19 01:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:20:01 6 0.02 0.00 0.00 0.02 0.00 99.97 01:54:19 01:20:01 7 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:21:01 all 0.01 0.00 0.01 0.00 0.00 99.98 01:54:19 01:21:01 0 0.02 0.00 0.02 0.02 0.00 99.95 01:54:19 01:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:21:01 3 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:21:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:21:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:21:01 7 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:22:01 all 0.03 0.00 0.02 0.00 0.00 99.94 01:54:19 01:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:22:01 2 0.07 0.00 0.03 0.00 0.00 99.90 01:54:19 01:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:22:01 4 0.13 0.00 0.03 0.00 0.02 99.82 01:54:19 01:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:22:01 6 0.02 0.00 0.02 0.03 0.00 99.93 01:54:19 01:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:54:19 01:22:01 CPU %user %nice %system %iowait %steal %idle 01:54:19 01:23:01 all 0.01 0.00 0.02 0.00 0.00 99.97 01:54:19 01:23:01 0 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:23:01 1 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:23:01 2 0.02 0.00 0.03 0.00 0.00 99.95 01:54:19 01:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:23:01 4 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:23:01 5 0.02 0.00 0.03 0.00 0.02 99.93 01:54:19 01:23:01 6 0.02 0.00 0.03 0.00 0.00 99.95 01:54:19 01:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:24:01 all 0.01 0.00 0.01 0.00 0.00 99.97 01:54:19 01:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:24:01 2 0.00 0.00 0.00 0.00 0.02 99.98 01:54:19 01:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:24:01 4 0.03 0.00 0.02 0.03 0.00 99.92 01:54:19 01:24:01 5 0.03 0.00 0.02 0.00 0.00 99.95 01:54:19 01:24:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:25:01 all 0.03 0.00 0.01 0.01 0.01 99.95 01:54:19 01:25:01 0 0.07 0.00 0.07 0.02 0.00 99.85 01:54:19 01:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:25:01 2 0.05 0.00 0.02 0.00 0.00 99.93 01:54:19 01:25:01 3 0.00 0.00 0.00 0.00 0.02 99.98 01:54:19 01:25:01 4 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:25:01 5 0.05 0.00 0.02 0.00 0.02 99.92 01:54:19 01:25:01 6 0.02 0.00 0.02 0.00 0.02 99.95 01:54:19 01:25:01 7 0.02 0.00 0.00 0.02 0.00 99.97 01:54:19 01:26:01 all 0.02 0.00 0.01 0.01 0.00 99.97 01:54:19 01:26:01 0 0.02 0.00 0.00 0.03 0.00 99.95 01:54:19 01:26:01 1 0.02 0.00 0.02 0.00 0.02 99.95 01:54:19 01:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:26:01 4 0.02 0.00 0.00 0.02 0.00 99.97 01:54:19 01:26:01 5 0.05 0.00 0.02 0.00 0.00 99.93 01:54:19 01:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:27:01 all 0.01 0.00 0.01 0.00 0.00 99.97 01:54:19 01:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:27:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:54:19 01:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:27:01 4 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:27:01 5 0.03 0.00 0.03 0.00 0.00 99.93 01:54:19 01:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:27:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:28:01 all 0.01 0.00 0.00 0.01 0.00 99.98 01:54:19 01:28:01 0 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:28:01 4 0.00 0.00 0.02 0.03 0.00 99.95 01:54:19 01:28:01 5 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:29:01 all 0.06 0.00 0.02 0.00 0.00 99.91 01:54:19 01:29:01 0 0.05 0.00 0.00 0.02 0.00 99.93 01:54:19 01:29:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:54:19 01:29:01 2 0.03 0.00 0.02 0.00 0.00 99.95 01:54:19 01:29:01 3 0.12 0.00 0.03 0.00 0.00 99.85 01:54:19 01:29:01 4 0.02 0.00 0.02 0.02 0.00 99.95 01:54:19 01:29:01 5 0.12 0.00 0.05 0.00 0.02 99.82 01:54:19 01:29:01 6 0.03 0.00 0.03 0.00 0.00 99.93 01:54:19 01:29:01 7 0.05 0.00 0.00 0.00 0.00 99.95 01:54:19 01:30:01 all 0.02 0.00 0.01 0.00 0.00 99.96 01:54:19 01:30:01 0 0.05 0.00 0.02 0.02 0.02 99.90 01:54:19 01:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:30:01 2 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:30:01 3 0.00 0.00 0.05 0.00 0.00 99.95 01:54:19 01:30:01 4 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:30:01 5 0.07 0.00 0.03 0.00 0.02 99.88 01:54:19 01:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:30:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:31:01 all 0.02 0.00 0.01 0.00 0.00 99.97 01:54:19 01:31:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:31:01 4 0.00 0.00 0.02 0.02 0.00 99.97 01:54:19 01:31:01 5 0.07 0.00 0.02 0.00 0.00 99.92 01:54:19 01:31:01 6 0.02 0.00 0.03 0.00 0.00 99.95 01:54:19 01:31:01 7 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:32:01 all 0.02 0.00 0.01 0.01 0.00 99.96 01:54:19 01:32:01 0 0.02 0.00 0.02 0.02 0.00 99.95 01:54:19 01:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:32:01 2 0.03 0.00 0.02 0.00 0.00 99.95 01:54:19 01:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:32:01 4 0.05 0.00 0.03 0.03 0.00 99.88 01:54:19 01:32:01 5 0.05 0.00 0.03 0.00 0.02 99.90 01:54:19 01:32:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:33:01 all 0.02 0.00 0.01 0.01 0.00 99.96 01:54:19 01:33:01 0 0.02 0.00 0.00 0.02 0.00 99.97 01:54:19 01:33:01 1 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:33:01 2 0.05 0.00 0.00 0.00 0.00 99.95 01:54:19 01:33:01 3 0.00 0.00 0.03 0.00 0.00 99.97 01:54:19 01:33:01 4 0.00 0.00 0.00 0.08 0.00 99.92 01:54:19 01:33:01 5 0.05 0.00 0.02 0.00 0.00 99.93 01:54:19 01:33:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:54:19 01:33:01 CPU %user %nice %system %iowait %steal %idle 01:54:19 01:34:01 all 0.04 0.00 0.02 0.00 0.00 99.93 01:54:19 01:34:01 0 0.02 0.00 0.03 0.02 0.00 99.93 01:54:19 01:34:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:34:01 2 0.03 0.00 0.02 0.00 0.00 99.95 01:54:19 01:34:01 3 0.02 0.00 0.05 0.00 0.00 99.93 01:54:19 01:34:01 4 0.02 0.00 0.02 0.02 0.00 99.95 01:54:19 01:34:01 5 0.02 0.00 0.03 0.00 0.00 99.95 01:54:19 01:34:01 6 0.02 0.00 0.02 0.00 0.02 99.95 01:54:19 01:34:01 7 0.17 0.00 0.02 0.00 0.00 99.82 01:54:19 01:35:01 all 0.02 0.00 0.01 0.01 0.01 99.96 01:54:19 01:35:01 0 0.07 0.00 0.03 0.02 0.00 99.88 01:54:19 01:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:35:01 2 0.02 0.00 0.02 0.00 0.02 99.95 01:54:19 01:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:35:01 4 0.00 0.00 0.00 0.03 0.02 99.95 01:54:19 01:35:01 5 0.07 0.00 0.00 0.00 0.02 99.92 01:54:19 01:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:35:01 7 0.00 0.00 0.00 0.00 0.02 99.98 01:54:19 01:36:01 all 0.01 0.00 0.01 0.00 0.00 99.98 01:54:19 01:36:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:36:01 1 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:36:01 4 0.02 0.00 0.00 0.02 0.00 99.97 01:54:19 01:36:01 5 0.02 0.00 0.05 0.00 0.00 99.93 01:54:19 01:36:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:37:01 all 0.01 0.00 0.01 0.01 0.00 99.96 01:54:19 01:37:01 0 0.02 0.00 0.00 0.03 0.00 99.95 01:54:19 01:37:01 1 0.00 0.00 0.00 0.00 0.02 99.98 01:54:19 01:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:37:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:37:01 5 0.07 0.00 0.03 0.00 0.02 99.88 01:54:19 01:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:37:01 7 0.00 0.00 0.00 0.03 0.00 99.97 01:54:19 01:38:01 all 0.01 0.00 0.00 0.00 0.00 99.98 01:54:19 01:38:01 0 0.02 0.00 0.00 0.02 0.00 99.97 01:54:19 01:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:38:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:38:01 7 0.02 0.00 0.00 0.02 0.00 99.97 01:54:19 01:39:01 all 0.01 0.00 0.01 0.01 0.00 99.97 01:54:19 01:39:01 0 0.02 0.00 0.02 0.02 0.02 99.93 01:54:19 01:39:01 1 0.00 0.00 0.03 0.00 0.00 99.97 01:54:19 01:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:39:01 4 0.00 0.00 0.00 0.03 0.00 99.97 01:54:19 01:39:01 5 0.02 0.00 0.02 0.00 0.02 99.95 01:54:19 01:39:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:40:01 all 0.03 0.00 0.02 0.00 0.00 99.95 01:54:19 01:40:01 0 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:40:01 2 0.02 0.00 0.03 0.00 0.00 99.95 01:54:19 01:40:01 3 0.05 0.00 0.05 0.00 0.02 99.88 01:54:19 01:40:01 4 0.03 0.00 0.02 0.02 0.00 99.93 01:54:19 01:40:01 5 0.07 0.00 0.02 0.00 0.00 99.92 01:54:19 01:40:01 6 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:40:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:41:01 all 0.01 0.00 0.01 0.01 0.00 99.97 01:54:19 01:41:01 0 0.03 0.00 0.02 0.02 0.00 99.93 01:54:19 01:41:01 1 0.02 0.00 0.03 0.00 0.00 99.95 01:54:19 01:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:41:01 4 0.00 0.00 0.00 0.03 0.00 99.97 01:54:19 01:41:01 5 0.02 0.00 0.00 0.00 0.02 99.97 01:54:19 01:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:42:01 all 0.01 0.00 0.01 0.00 0.00 99.97 01:54:19 01:42:01 0 0.03 0.00 0.00 0.02 0.00 99.95 01:54:19 01:42:01 1 0.00 0.00 0.03 0.00 0.00 99.97 01:54:19 01:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:42:01 4 0.00 0.00 0.00 0.02 0.02 99.97 01:54:19 01:42:01 5 0.03 0.00 0.02 0.00 0.00 99.95 01:54:19 01:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:43:01 all 0.01 0.00 0.01 0.00 0.00 99.98 01:54:19 01:43:01 0 0.00 0.00 0.02 0.02 0.00 99.97 01:54:19 01:43:01 1 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:43:01 4 0.02 0.00 0.00 0.02 0.00 99.97 01:54:19 01:43:01 5 0.02 0.00 0.05 0.00 0.00 99.93 01:54:19 01:43:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:44:01 all 0.02 0.00 0.01 0.01 0.00 99.95 01:54:19 01:44:01 0 0.00 0.00 0.03 0.05 0.00 99.92 01:54:19 01:44:01 1 0.02 0.00 0.02 0.00 0.02 99.95 01:54:19 01:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:44:01 4 0.02 0.00 0.00 0.07 0.00 99.92 01:54:19 01:44:01 5 0.03 0.00 0.02 0.00 0.02 99.93 01:54:19 01:44:01 6 0.05 0.00 0.03 0.00 0.00 99.92 01:54:19 01:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:54:19 01:44:01 CPU %user %nice %system %iowait %steal %idle 01:54:19 01:45:01 all 0.02 0.00 0.01 0.01 0.00 99.96 01:54:19 01:45:01 0 0.07 0.00 0.07 0.02 0.00 99.85 01:54:19 01:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:45:01 4 0.00 0.00 0.00 0.03 0.00 99.97 01:54:19 01:45:01 5 0.03 0.00 0.02 0.00 0.00 99.95 01:54:19 01:45:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:46:01 all 0.02 0.00 0.01 0.01 0.00 99.96 01:54:19 01:46:01 0 0.03 0.00 0.02 0.05 0.02 99.88 01:54:19 01:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:46:01 4 0.02 0.00 0.02 0.02 0.00 99.95 01:54:19 01:46:01 5 0.07 0.00 0.02 0.00 0.00 99.92 01:54:19 01:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:46:01 7 0.00 0.00 0.02 0.02 0.00 99.97 01:54:19 01:47:01 all 0.00 0.00 0.01 0.00 0.00 99.98 01:54:19 01:47:01 0 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:47:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:47:01 2 0.00 0.00 0.03 0.00 0.00 99.97 01:54:19 01:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:47:01 4 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:47:01 5 0.02 0.00 0.02 0.00 0.02 99.95 01:54:19 01:47:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:48:01 all 0.02 0.00 0.00 0.00 0.00 99.97 01:54:19 01:48:01 0 0.05 0.00 0.00 0.00 0.00 99.95 01:54:19 01:48:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:54:19 01:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:48:01 4 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:48:01 5 0.05 0.00 0.00 0.00 0.00 99.95 01:54:19 01:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:49:01 all 0.01 0.00 0.01 0.01 0.00 99.97 01:54:19 01:49:01 0 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:49:01 1 0.02 0.00 0.03 0.00 0.00 99.95 01:54:19 01:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:49:01 4 0.00 0.00 0.00 0.03 0.02 99.95 01:54:19 01:49:01 5 0.02 0.00 0.03 0.00 0.00 99.95 01:54:19 01:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:49:01 7 0.02 0.00 0.00 0.00 0.02 99.97 01:54:19 01:50:01 all 0.02 0.00 0.01 0.00 0.00 99.96 01:54:19 01:50:01 0 0.05 0.00 0.05 0.02 0.00 99.88 01:54:19 01:50:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:50:01 4 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:50:01 5 0.05 0.00 0.03 0.00 0.02 99.90 01:54:19 01:50:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:54:19 01:51:01 all 0.03 0.00 0.03 0.00 0.00 99.94 01:54:19 01:51:01 0 0.03 0.00 0.05 0.00 0.00 99.92 01:54:19 01:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:51:01 2 0.03 0.00 0.02 0.00 0.02 99.93 01:54:19 01:51:01 3 0.08 0.00 0.08 0.00 0.00 99.83 01:54:19 01:51:01 4 0.02 0.00 0.02 0.02 0.00 99.95 01:54:19 01:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:54:19 01:51:01 7 0.03 0.00 0.03 0.00 0.00 99.93 01:54:19 01:52:01 all 0.02 0.00 0.01 0.00 0.00 99.96 01:54:19 01:52:01 0 0.03 0.00 0.03 0.02 0.02 99.90 01:54:19 01:52:01 1 0.02 0.00 0.03 0.00 0.02 99.93 01:54:19 01:52:01 2 0.03 0.00 0.00 0.00 0.00 99.97 01:54:19 01:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:54:19 01:52:01 4 0.00 0.00 0.00 0.02 0.00 99.98 01:54:19 01:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:54:19 01:53:01 all 1.57 0.00 1.19 0.05 0.02 97.16 01:54:19 01:53:01 0 1.55 0.00 1.38 0.05 0.02 97.00 01:54:19 01:53:01 1 1.67 0.00 1.15 0.00 0.02 97.16 01:54:19 01:53:01 2 0.83 0.00 1.32 0.00 0.02 97.83 01:54:19 01:53:01 3 1.47 0.00 0.85 0.00 0.02 97.66 01:54:19 01:53:01 4 1.79 0.00 1.97 0.32 0.03 95.89 01:54:19 01:53:01 5 1.42 0.00 0.90 0.02 0.02 97.64 01:54:19 01:53:01 6 2.24 0.00 0.90 0.00 0.03 96.83 01:54:19 01:53:01 7 1.62 0.00 1.07 0.00 0.02 97.29 01:54:19 01:54:01 all 9.56 0.00 3.99 1.72 0.08 84.66 01:54:19 01:54:01 0 8.97 0.00 3.52 0.37 0.07 87.07 01:54:19 01:54:01 1 9.88 0.00 4.27 0.69 0.08 85.08 01:54:19 01:54:01 2 10.15 0.00 4.01 0.25 0.07 85.51 01:54:19 01:54:01 3 9.54 0.00 4.00 0.24 0.10 86.12 01:54:19 01:54:01 4 8.71 0.00 4.56 10.25 0.07 76.42 01:54:19 01:54:01 5 9.80 0.00 3.76 0.15 0.07 86.22 01:54:19 01:54:01 6 11.03 0.00 4.10 1.62 0.07 83.18 01:54:19 01:54:01 7 8.38 0.00 3.65 0.20 0.08 87.68 01:54:19 Average: all 8.06 0.00 1.61 0.43 0.03 89.87 01:54:19 Average: 0 7.88 0.00 1.62 0.48 0.03 89.99 01:54:19 Average: 1 7.67 0.00 1.67 0.30 0.03 90.34 01:54:19 Average: 2 7.99 0.00 1.51 0.32 0.03 90.16 01:54:19 Average: 3 8.14 0.00 1.52 0.16 0.03 90.16 01:54:19 Average: 4 7.78 0.00 1.61 0.57 0.03 90.01 01:54:19 Average: 5 8.72 0.00 1.77 0.86 0.03 88.62 01:54:19 Average: 6 8.64 0.00 1.57 0.25 0.03 89.51 01:54:19 Average: 7 7.69 0.00 1.60 0.52 0.03 90.16 01:54:19 01:54:19 01:54:19