Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5484098a0f912d7f3c91a680bed520c6fa3a393e 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-ssh16222180116994637305.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-ssh6792158142944911102.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-ssh7560471699127224107.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-ssh9503724559928392115.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-ssh4936929983927563820.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 ‘prd-ubuntu20.04-docker-8c-8g-64386’ is offline Running on prd-ubuntu20.04-docker-8c-8g-64400 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/235 [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/235 # 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 5484098a0f912d7f3c91a680bed520c6fa3a393e (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 5484098a0f912d7f3c91a680bed520c6fa3a393e # timeout=10 Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.0.0 to 2.1.0 (#4000)" > git rev-list --no-walk ba7dda9ba69436b2236138c750336dcb3254af2a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-23T17:38:34.662Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-23T17:38:34.719Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-23T17:38:34.732Z] ========================================================= [2022-05-23T17:38:34.732Z] EdgeX Global Pipelines Version Info [2022-05-23T17:38:34.732Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-23T17:38:35.481Z] ------------------- [2022-05-23T17:38:35.481Z] stable info: [2022-05-23T17:38:35.481Z] ------------------- [2022-05-23T17:38:35.481Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-23T17:38:35.481Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-23T17:38:35.481Z] Message: update stable to v1.0.230 [2022-05-23T17:38:36.055Z] ------------------- [2022-05-23T17:38:36.055Z] experimental info: [2022-05-23T17:38:36.055Z] ------------------- [2022-05-23T17:38:36.055Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-23T17:38:36.055Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-23T17:38:36.055Z] Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-23T17:38:36.193Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-05-23T17:38:36.202Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-05-23T17:38:36.210Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-23T17:38:36.218Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-23T17:38:36.226Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-23T17:38:36.234Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-23T17:38:36.242Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-23T17:38:36.250Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-05-23T17:38:36.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-05-23T17:38:36.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-05-23T17:38:36.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-23T17:38:36.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-23T17:38:36.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-23T17:38:36.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-23T17:38:36.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-23T17:38:36.351Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-23T17:38:36.364Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-23T17:38:36.379Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-23T17:38:36.390Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-05-23T17:38:36.406Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-05-23T17:38:36.419Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-23T17:38:36.431Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-23T17:38:36.444Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-05-23T17:38:36.459Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-05-23T17:38:36.473Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-05-23T17:38:36.489Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] echo [2022-05-23T17:38:36.509Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5484098 [Pipeline] echo [2022-05-23T17:38:36.525Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T17:38:36.571Z] provisioning config files... [2022-05-23T17:38:36.584Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/235@tmp/config3913877020213304644tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T17:38:36.901Z] ---> docker-login.sh [2022-05-23T17:38:36.901Z] nexus3.edgexfoundry.org:10001 [2022-05-23T17:38:37.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T17:38:37.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T17:38:37.163Z] Configure a credential helper to remove this warning. See [2022-05-23T17:38:37.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T17:38:37.163Z] [2022-05-23T17:38:37.163Z] Login Succeeded [2022-05-23T17:38:37.163Z] nexus3.edgexfoundry.org:10002 [2022-05-23T17:38:37.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T17:38:37.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T17:38:37.426Z] Configure a credential helper to remove this warning. See [2022-05-23T17:38:37.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T17:38:37.426Z] [2022-05-23T17:38:37.426Z] Login Succeeded [2022-05-23T17:38:37.426Z] nexus3.edgexfoundry.org:10003 [2022-05-23T17:38:37.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T17:38:37.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T17:38:37.688Z] Configure a credential helper to remove this warning. See [2022-05-23T17:38:37.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T17:38:37.688Z] [2022-05-23T17:38:37.688Z] Login Succeeded [2022-05-23T17:38:37.688Z] nexus3.edgexfoundry.org:10004 [2022-05-23T17:38:37.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T17:38:37.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T17:38:37.688Z] Configure a credential helper to remove this warning. See [2022-05-23T17:38:37.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T17:38:37.688Z] [2022-05-23T17:38:37.688Z] Login Succeeded [2022-05-23T17:38:37.688Z] docker.io [2022-05-23T17:38:37.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T17:38:38.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T17:38:38.214Z] Configure a credential helper to remove this warning. See [2022-05-23T17:38:38.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T17:38:38.214Z] [2022-05-23T17:38:38.214Z] Login Succeeded [2022-05-23T17:38:38.214Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T17:38:38.233Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T17:38:38.551Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-05-23T17:38:38.551Z] + dirname cmd/core-command/Dockerfile [2022-05-23T17:38:38.551Z] + cut -d/ -f2 [2022-05-23T17:38:38.551Z] + echo core-command,cmd/core-command/Dockerfile [2022-05-23T17:38:38.551Z] + dirname cmd/core-data/Dockerfile [2022-05-23T17:38:38.551Z] + cut -d/ -f2 [2022-05-23T17:38:38.551Z] + echo core-data,cmd/core-data/Dockerfile [2022-05-23T17:38:38.551Z] + dirname cmd/core-metadata/Dockerfile [2022-05-23T17:38:38.551Z] + cut -d/ -f2 [2022-05-23T17:38:38.551Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-05-23T17:38:38.551Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-05-23T17:38:38.551Z] + cut -d/ -f2 [2022-05-23T17:38:38.551Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-05-23T17:38:38.551Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-05-23T17:38:38.551Z] + cut -d/ -f2 [2022-05-23T17:38:38.551Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-05-23T17:38:38.551Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-05-23T17:38:38.551Z] + cut -d/ -f2 [2022-05-23T17:38:38.551Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-05-23T17:38:38.551Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-05-23T17:38:38.551Z] + cut -d/ -f2 [2022-05-23T17:38:38.551Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-05-23T17:38:38.551Z] + dirname cmd/security-spire-agent/Dockerfile [2022-05-23T17:38:38.551Z] + cut -d/ -f2 [2022-05-23T17:38:38.551Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-05-23T17:38:38.551Z] + dirname cmd/security-spire-config/Dockerfile [2022-05-23T17:38:38.551Z] + cut -d/ -f2 [2022-05-23T17:38:38.551Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-05-23T17:38:38.551Z] + dirname cmd/security-spire-server/Dockerfile [2022-05-23T17:38:38.551Z] + cut -d/ -f2 [2022-05-23T17:38:38.551Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-05-23T17:38:38.551Z] + + dirname cmd/support-notifications/Dockerfile [2022-05-23T17:38:38.551Z] cut -d/ -f2 [2022-05-23T17:38:38.551Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-05-23T17:38:38.551Z] + dirname cmd/support-scheduler/Dockerfile [2022-05-23T17:38:38.551Z] + cut -d/ -f2 [2022-05-23T17:38:38.551Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-05-23T17:38:38.551Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-05-23T17:38:38.551Z] + cut -d/ -f2 [2022-05-23T17:38:38.551Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-05-23T17:38:38.697Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-23T17:38:39.062Z] + git rev-list -1 --merges 5484098a0f912d7f3c91a680bed520c6fa3a393e~1..5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] echo [2022-05-23T17:38:39.080Z] -----------> git rev-list -1 --merges 5484098a0f912d7f3c91a680bed520c6fa3a393e~1..5484098a0f912d7f3c91a680bed520c6fa3a393e 5484098a0f912d7f3c91a680bed520c6fa3a393e [false] [Pipeline] sh [2022-05-23T17:38:39.378Z] + git log --format=format:%s -1 5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] echo [2022-05-23T17:38:39.395Z] ========================================================= [2022-05-23T17:38:39.395Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-23T17:38:39.395Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-05-23T17:38:39.938Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T17:38:39.938Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-23T17:38:39.938Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-23T17:38:39.938Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-23T17:38:39.938Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-23T17:38:39.938Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-23T17:38:39.939Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:38:40.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T17:38:40.366Z] [2022-05-23T17:38:40.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:38:40.674Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T17:38:40.936Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-23T17:38:40.936Z] 1fe172e4850f: Pulling fs layer [2022-05-23T17:38:40.936Z] caf521ccaac6: Pulling fs layer [2022-05-23T17:38:40.936Z] 3ead6fa29328: Pulling fs layer [2022-05-23T17:38:40.936Z] 5c2a1cbceb83: Pulling fs layer [2022-05-23T17:38:40.936Z] a8d5f1318db7: Pulling fs layer [2022-05-23T17:38:40.936Z] c427282e49a2: Pulling fs layer [2022-05-23T17:38:40.936Z] 1827001aaf11: Pulling fs layer [2022-05-23T17:38:40.936Z] 0714d37db230: Pulling fs layer [2022-05-23T17:38:40.936Z] ac28cf19c067: Pulling fs layer [2022-05-23T17:38:40.936Z] ca983d60f3e2: Pulling fs layer [2022-05-23T17:38:40.936Z] 9f894cec8388: Pulling fs layer [2022-05-23T17:38:40.936Z] 1827001aaf11: Waiting [2022-05-23T17:38:40.936Z] 0714d37db230: Waiting [2022-05-23T17:38:40.936Z] ac28cf19c067: Waiting [2022-05-23T17:38:40.936Z] ca983d60f3e2: Waiting [2022-05-23T17:38:40.936Z] 9f894cec8388: Waiting [2022-05-23T17:38:40.936Z] 5c2a1cbceb83: Waiting [2022-05-23T17:38:40.936Z] c427282e49a2: Waiting [2022-05-23T17:38:40.936Z] a8d5f1318db7: Waiting [2022-05-23T17:38:40.936Z] caf521ccaac6: Download complete [2022-05-23T17:38:40.936Z] 5c2a1cbceb83: Download complete [2022-05-23T17:38:40.936Z] a8d5f1318db7: Verifying Checksum [2022-05-23T17:38:40.936Z] a8d5f1318db7: Download complete [2022-05-23T17:38:40.936Z] 3ead6fa29328: Download complete [2022-05-23T17:38:40.936Z] c427282e49a2: Verifying Checksum [2022-05-23T17:38:40.936Z] c427282e49a2: Download complete [2022-05-23T17:38:40.936Z] 0714d37db230: Verifying Checksum [2022-05-23T17:38:40.936Z] 0714d37db230: Download complete [2022-05-23T17:38:40.936Z] ac28cf19c067: Download complete [2022-05-23T17:38:40.936Z] ca983d60f3e2: Verifying Checksum [2022-05-23T17:38:40.936Z] ca983d60f3e2: Download complete [2022-05-23T17:38:40.936Z] 9f894cec8388: Verifying Checksum [2022-05-23T17:38:40.936Z] 9f894cec8388: Download complete [2022-05-23T17:38:41.197Z] 1fe172e4850f: Verifying Checksum [2022-05-23T17:38:41.197Z] 1fe172e4850f: Download complete [2022-05-23T17:38:41.457Z] 1827001aaf11: Verifying Checksum [2022-05-23T17:38:41.457Z] 1827001aaf11: Download complete [2022-05-23T17:38:42.396Z] 1fe172e4850f: Pull complete [2022-05-23T17:38:42.657Z] caf521ccaac6: Pull complete [2022-05-23T17:38:43.229Z] 3ead6fa29328: Pull complete [2022-05-23T17:38:43.229Z] 5c2a1cbceb83: Pull complete [2022-05-23T17:38:43.490Z] a8d5f1318db7: Pull complete [2022-05-23T17:38:43.490Z] c427282e49a2: Pull complete [2022-05-23T17:38:45.399Z] 1827001aaf11: Pull complete [2022-05-23T17:38:45.399Z] 0714d37db230: Pull complete [2022-05-23T17:38:45.399Z] ac28cf19c067: Pull complete [2022-05-23T17:38:45.662Z] ca983d60f3e2: Pull complete [2022-05-23T17:38:45.662Z] 9f894cec8388: Pull complete [2022-05-23T17:38:45.662Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-23T17:38:45.662Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T17:38:45.662Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-23T17:38:45.754Z] prd-ubuntu20.04-docker-8c-8g-64400 does not seem to be running inside a container [2022-05-23T17:38:45.814Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 [2022-05-23T17:38:47.635Z] $ docker top fdda8dcad3ebb2d4aab0e498c818b1a77147bf0e027c55ac4c155cc4e798e80a -eo pid,comm [2022-05-23T17:38:47.712Z] 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). [2022-05-23T17:38:47.712Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T17:38:47.749Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T17:38:47.749Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T17:38:47.892Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T17:38:47.901Z] $ docker exec fdda8dcad3ebb2d4aab0e498c818b1a77147bf0e027c55ac4c155cc4e798e80a ssh-agent [2022-05-23T17:38:48.013Z] SSH_AUTH_SOCK=/tmp/ssh-8l5fzCePCPVj/agent.33 [2022-05-23T17:38:48.013Z] SSH_AGENT_PID=39 [2022-05-23T17:38:48.021Z] Running ssh-add (command line suppressed) [2022-05-23T17:38:48.144Z] Identity added: /w/workspace/edgex-go/235@tmp/private_key_5160479658997129585.key (/w/workspace/edgex-go/235@tmp/private_key_5160479658997129585.key) [2022-05-23T17:38:48.155Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T17:38:48.448Z] + git tag --points-at HEAD [Pipeline] } [2022-05-23T17:38:48.470Z] $ docker exec --env ******** --env ******** fdda8dcad3ebb2d4aab0e498c818b1a77147bf0e027c55ac4c155cc4e798e80a ssh-agent -k [2022-05-23T17:38:48.586Z] unset SSH_AUTH_SOCK; [2022-05-23T17:38:48.587Z] unset SSH_AGENT_PID; [2022-05-23T17:38:48.587Z] echo Agent pid 39 killed; [2022-05-23T17:38:48.594Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-23T17:38:48.619Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T17:38:48.619Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T17:38:48.751Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T17:38:48.759Z] $ docker exec fdda8dcad3ebb2d4aab0e498c818b1a77147bf0e027c55ac4c155cc4e798e80a ssh-agent [2022-05-23T17:38:48.875Z] SSH_AUTH_SOCK=/tmp/ssh-aNv22b8G1TAa/agent.72 [2022-05-23T17:38:48.875Z] SSH_AGENT_PID=78 [2022-05-23T17:38:48.881Z] Running ssh-add (command line suppressed) [2022-05-23T17:38:49.011Z] Identity added: /w/workspace/edgex-go/235@tmp/private_key_8927306682938321206.key (/w/workspace/edgex-go/235@tmp/private_key_8927306682938321206.key) [2022-05-23T17:38:49.021Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T17:38:49.308Z] + git semver init [2022-05-23T17:38:49.568Z] 2022-05-23 17:38:49,498 [run_init] DEBUG init version:0.0.0 force:False [2022-05-23T17:38:49.568Z] 2022-05-23 17:38:49,499 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/235/.semver [2022-05-23T17:38:49.568Z] 2022-05-23 17:38:49,500 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/235/.semver [2022-05-23T17:38:49.568Z] 2022-05-23 17:38:49,500 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/235/.semver'], cwd=/w/workspace/edgex-go/235, universal_newlines=False, shell=None, istream=None) [2022-05-23T17:38:54.867Z] 2022-05-23 17:38:53,859 [append_file] DEBUG append to file:/w/workspace/edgex-go/235/.git/info/exclude [2022-05-23T17:38:54.867Z] 2022-05-23 17:38:53,859 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/235/.semver/main with force:False [2022-05-23T17:38:54.867Z] 2022-05-23 17:38:53,859 [read_version] DEBUG read version from /w/workspace/edgex-go/235/.semver/main [2022-05-23T17:38:54.867Z] 2022-05-23 17:38:53,860 [read_version] DEBUG read version from /w/workspace/edgex-go/235/.semver/main [2022-05-23T17:38:54.867Z] 2.2.1-dev.7 [Pipeline] } [2022-05-23T17:38:54.884Z] $ docker exec --env ******** --env ******** fdda8dcad3ebb2d4aab0e498c818b1a77147bf0e027c55ac4c155cc4e798e80a ssh-agent -k [2022-05-23T17:38:54.999Z] unset SSH_AUTH_SOCK; [2022-05-23T17:38:54.999Z] unset SSH_AGENT_PID; [2022-05-23T17:38:54.999Z] echo Agent pid 78 killed; [2022-05-23T17:38:55.006Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T17:38:55.318Z] + git semver [Pipeline] } [2022-05-23T17:38:55.914Z] $ docker stop --time=1 fdda8dcad3ebb2d4aab0e498c818b1a77147bf0e027c55ac4c155cc4e798e80a [2022-05-23T17:38:57.375Z] $ docker rm -f fdda8dcad3ebb2d4aab0e498c818b1a77147bf0e027c55ac4c155cc4e798e80a [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T17:38:57.730Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-23T17:38:57.986Z] Stashed 1 file(s) [Pipeline] echo [2022-05-23T17:38:57.991Z] [edgeXSemver]: initialized semver on version 2.2.1-dev.7 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-05-23T17:38:58.153Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T17:38:58.163Z] ========================================================= [2022-05-23T17:38:58.163Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-23T17:38:58.163Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-23T17:38:58.456Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-23T17:38:58.456Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-23T17:38:58.456Z] 59bf1c3509f3: Pulling fs layer [2022-05-23T17:38:58.456Z] 666ba61612fd: Pulling fs layer [2022-05-23T17:38:58.456Z] 8ed8ca486205: Pulling fs layer [2022-05-23T17:38:58.456Z] 4fe6c5a15a65: Pulling fs layer [2022-05-23T17:38:58.456Z] 22a0e8bec74d: Pulling fs layer [2022-05-23T17:38:58.456Z] ca2b28591e48: Pulling fs layer [2022-05-23T17:38:58.456Z] a51346096db8: Pulling fs layer [2022-05-23T17:38:58.456Z] daebc70d1ce1: Pulling fs layer [2022-05-23T17:38:58.456Z] 0e18a0eac166: Pulling fs layer [2022-05-23T17:38:58.456Z] 4fe6c5a15a65: Waiting [2022-05-23T17:38:58.456Z] 22a0e8bec74d: Waiting [2022-05-23T17:38:58.456Z] ca2b28591e48: Waiting [2022-05-23T17:38:58.456Z] a51346096db8: Waiting [2022-05-23T17:38:58.456Z] daebc70d1ce1: Waiting [2022-05-23T17:38:58.456Z] 0e18a0eac166: Waiting [2022-05-23T17:38:58.456Z] 8ed8ca486205: Verifying Checksum [2022-05-23T17:38:58.456Z] 8ed8ca486205: Download complete [2022-05-23T17:38:58.456Z] 666ba61612fd: Download complete [2022-05-23T17:38:58.456Z] 22a0e8bec74d: Download complete [2022-05-23T17:38:58.456Z] ca2b28591e48: Verifying Checksum [2022-05-23T17:38:58.456Z] ca2b28591e48: Download complete [2022-05-23T17:38:58.456Z] a51346096db8: Verifying Checksum [2022-05-23T17:38:58.456Z] a51346096db8: Download complete [2022-05-23T17:38:58.456Z] 59bf1c3509f3: Download complete [2022-05-23T17:38:58.718Z] daebc70d1ce1: Verifying Checksum [2022-05-23T17:38:58.718Z] daebc70d1ce1: Download complete [2022-05-23T17:38:58.718Z] 59bf1c3509f3: Pull complete [2022-05-23T17:38:58.718Z] 666ba61612fd: Pull complete [2022-05-23T17:38:58.981Z] 8ed8ca486205: Pull complete [2022-05-23T17:38:59.242Z] 0e18a0eac166: Verifying Checksum [2022-05-23T17:38:59.242Z] 0e18a0eac166: Download complete [2022-05-23T17:38:59.242Z] 4fe6c5a15a65: Verifying Checksum [2022-05-23T17:38:59.242Z] 4fe6c5a15a65: Download complete [2022-05-23T17:39:03.446Z] 4fe6c5a15a65: Pull complete [2022-05-23T17:39:03.446Z] 22a0e8bec74d: Pull complete [2022-05-23T17:39:03.446Z] ca2b28591e48: Pull complete [2022-05-23T17:39:03.446Z] a51346096db8: Pull complete [2022-05-23T17:39:03.446Z] daebc70d1ce1: Pull complete [2022-05-23T17:39:05.367Z] 0e18a0eac166: Pull complete [2022-05-23T17:39:05.367Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-23T17:39:05.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-23T17:39:05.367Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-05-23T17:39:05.670Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-23T17:39:05.670Z] WORKDIR /edgex [2022-05-23T17:39:05.670Z] COPY go.mod . [2022-05-23T17:39:05.670Z] RUN go mod download [2022-05-23T17:39:05.670Z] + docker build -t ci-base-image-x86_64 -f - . [2022-05-23T17:39:07.058Z] Sending build context to Docker daemon 335.3MB [2022-05-23T17:39:07.058Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-23T17:39:07.058Z] ---> f018257e8ee9 [2022-05-23T17:39:07.058Z] Step 2/4 : WORKDIR /edgex [2022-05-23T17:39:09.614Z] ---> Running in fdc9196e3994 [2022-05-23T17:39:09.614Z] Removing intermediate container fdc9196e3994 [2022-05-23T17:39:09.614Z] ---> 98b2f74fdab7 [2022-05-23T17:39:09.614Z] Step 3/4 : COPY go.mod . [2022-05-23T17:39:09.875Z] ---> cd6d96b0e921 [2022-05-23T17:39:09.875Z] Step 4/4 : RUN go mod download [2022-05-23T17:39:09.875Z] ---> Running in c2a68d901043 [2022-05-23T17:39:13.085Z] Still waiting to schedule task [2022-05-23T17:39:13.086Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-64387’ is offline [2022-05-23T17:39:24.799Z] Removing intermediate container c2a68d901043 [2022-05-23T17:39:24.799Z] ---> 1241296b4697 [2022-05-23T17:39:24.799Z] Successfully built 1241296b4697 [2022-05-23T17:39:24.799Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:39:25.095Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-23T17:39:25.096Z] . [Pipeline] withDockerContainer [2022-05-23T17:39:25.159Z] prd-ubuntu20.04-docker-8c-8g-64400 does not seem to be running inside a container [2022-05-23T17:39:25.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 [2022-05-23T17:39:25.653Z] $ docker top 96b30cf85c03405e9dca56c67069de00c8e26e256226eca965e6c1515cc51179 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T17:39:26.001Z] + go version [2022-05-23T17:39:26.001Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-23T17:39:26.017Z] $ docker stop --time=1 96b30cf85c03405e9dca56c67069de00c8e26e256226eca965e6c1515cc51179 [2022-05-23T17:39:27.350Z] $ docker rm -f 96b30cf85c03405e9dca56c67069de00c8e26e256226eca965e6c1515cc51179 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:39:27.762Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-23T17:39:27.762Z] . [Pipeline] withDockerContainer [2022-05-23T17:39:27.830Z] prd-ubuntu20.04-docker-8c-8g-64400 does not seem to be running inside a container [2022-05-23T17:39:27.871Z] $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 [2022-05-23T17:39:28.237Z] $ docker top c126773bf50faa7fba1c6d895eac59b6e0ff6d883d0203d88b17ab95cbcd68cd -eo pid,comm [Pipeline] { [Pipeline] echo [2022-05-23T17:39:28.312Z] ========================================================= [2022-05-23T17:39:28.312Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-05-23T17:39:28.312Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-23T17:39:28.599Z] + make test [2022-05-23T17:39:28.599Z] go mod tidy -compat=1.17 [2022-05-23T17:39:28.599Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-05-23T17:39:33.896Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-05-23T17:39:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-05-23T17:39:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-05-23T17:39:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-05-23T17:39:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-05-23T17:39:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-05-23T17:39:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-05-23T17:39:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-05-23T17:39:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-05-23T17:39:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-05-23T17:39:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-05-23T17:39:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-05-23T17:39:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-05-23T17:39:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-05-23T17:39:46.126Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-05-23T17:39:46.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-05-23T17:39:47.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.099s coverage: 28.7% of statements [2022-05-23T17:39:47.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-05-23T17:39:47.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-05-23T17:39:47.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.112s coverage: 98.5% of statements [2022-05-23T17:39:47.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-05-23T17:39:47.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.092s coverage: 53.4% of statements [2022-05-23T17:39:47.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-05-23T17:39:47.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-05-23T17:39:51.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.597s coverage: 89.2% of statements [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-05-23T17:39:51.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.063s coverage: 84.8% of statements [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-05-23T17:39:51.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.434s coverage: 95.6% of statements [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-05-23T17:39:51.536Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.046s coverage: 72.2% of statements [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-05-23T17:39:51.536Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.071s coverage: 60.0% of statements [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-05-23T17:39:51.536Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.061s coverage: 0.9% of statements [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-05-23T17:39:51.536Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2022-05-23T17:39:51.536Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.065s coverage: 29.6% of statements [2022-05-23T17:39:51.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-05-23T17:39:51.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements [2022-05-23T17:39:51.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 79.5% of statements [2022-05-23T17:39:51.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2022-05-23T17:39:51.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements [2022-05-23T17:39:51.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements [2022-05-23T17:40:01.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements [2022-05-23T17:40:01.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements [2022-05-23T17:40:02.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.171s coverage: 82.5% of statements [2022-05-23T17:40:02.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 65.1% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.083s coverage: 100.0% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 58.8% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.0% of statements [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 85.4% of statements [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.171s coverage: 91.2% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.155s coverage: 64.4% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.029s coverage: 89.4% of statements [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.342s coverage: 65.4% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.133s coverage: 43.8% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.070s coverage: 89.5% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.067s coverage: 84.8% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.064s coverage: 17.7% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.163s coverage: 92.3% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.071s coverage: 63.2% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.101s coverage: 97.7% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-05-23T17:40:12.107Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2022-05-23T17:40:12.107Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-05-23T17:40:12.107Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-05-23T17:40:30.207Z] GO111MODULE=on go vet ./... [2022-05-23T17:40:33.498Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-23T17:40:34.068Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-23T17:40:34.333Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-23T17:40:34.915Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-05-23T17:40:35.205Z] + ls -al . [2022-05-23T17:40:35.205Z] total 684 [2022-05-23T17:40:35.205Z] drwxrwxr-x 10 1001 1001 4096 May 23 17:40 . [2022-05-23T17:40:35.205Z] drwxr-xr-x 4 root root 4096 May 23 17:39 .. [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 11 May 23 17:38 .dockerignore [2022-05-23T17:40:35.205Z] drwxrwxr-x 8 1001 1001 4096 May 23 17:38 .git [2022-05-23T17:40:35.205Z] drwxrwxr-x 3 1001 1001 4096 May 23 17:38 .github [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 879 May 23 17:38 .gitignore [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 42 May 23 17:38 .golangci.yml [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 87 May 23 17:38 .hadolint.yml [2022-05-23T17:40:35.205Z] drwxr-xr-x 3 1001 1001 4096 May 23 17:38 .semver [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 166 May 23 17:38 .sonarcloud.properties [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 1171 May 23 17:38 ADOPTERS.md [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 10220 May 23 17:38 Attribution.txt [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 63209 May 23 17:38 CHANGELOG.md [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 3804 May 23 17:38 CONTRIBUTING.md [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 677 May 23 17:38 GOVERNANCE.md [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 850 May 23 17:38 Jenkinsfile [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 10775 May 23 17:38 LICENSE [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 10389 May 23 17:38 Makefile [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 582 May 23 17:38 OWNERS.md [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 9094 May 23 17:38 README.md [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 6912 May 23 17:38 SECURITY.md [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 11 May 23 17:38 VERSION [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 4131 May 23 17:38 ZMQWindows.md [2022-05-23T17:40:35.205Z] drwxrwxr-x 2 1001 1001 4096 May 23 17:38 bin [2022-05-23T17:40:35.205Z] drwxrwxr-x 18 1001 1001 4096 May 23 17:38 cmd [2022-05-23T17:40:35.205Z] -rw-r--r-- 1 root root 435134 May 23 17:40 coverage.out [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 3267 May 23 17:38 go.mod [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 35869 May 23 17:39 go.sum [2022-05-23T17:40:35.205Z] drwxrwxr-x 8 1001 1001 4096 May 23 17:38 internal [2022-05-23T17:40:35.205Z] drwxrwxr-x 3 1001 1001 4096 May 23 17:38 openapi [2022-05-23T17:40:35.205Z] drwxrwxr-x 4 1001 1001 4096 May 23 17:38 snap [2022-05-23T17:40:35.205Z] -rw-rw-r-- 1 1001 1001 204 May 23 17:38 version.go [Pipeline] sh [2022-05-23T17:40:35.494Z] + '[' -e coverage.out ] [2022-05-23T17:40:35.494Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-05-23T17:40:35.589Z] Stashed 1 file(s) [Pipeline] sh [2022-05-23T17:40:35.882Z] + make build [2022-05-23T17:40:35.882Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-05-23T17:40:49.572Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-64401 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2022-05-23T17:40:49.585Z] Running in /w/workspace/edgex-go/235 [Pipeline] { [Pipeline] checkout [2022-05-23T17:40:50.105Z] The recommended git tool is: git [2022-05-23T17:40:50.776Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-05-23T17:40:56.702Z] using credential edgex-jenkins-ssh [2022-05-23T17:40:56.720Z] Cloning the remote Git repository [2022-05-23T17:40:57.338Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-05-23T17:40:56.775Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-05-23T17:40:56.845Z] > git init /w/workspace/edgex-go/235 # timeout=10 [2022-05-23T17:40:56.919Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-05-23T17:40:56.920Z] > git --version # timeout=10 [2022-05-23T17:40:56.941Z] > git --version # 'git version 2.25.1' [2022-05-23T17:40:56.943Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-23T17:40:57.035Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-23T17:40:57.907Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-05-23T17:41:04.477Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-05-23T17:41:04.477Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-05-23T17:41:04.477Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-05-23T17:41:05.874Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-05-23T17:41:06.451Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-05-23T17:41:07.399Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-05-23T17:41:08.347Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-05-23T17:41:08.918Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-05-23T17:41:10.314Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-05-23T17:41:11.280Z] $ docker stop --time=1 c126773bf50faa7fba1c6d895eac59b6e0ff6d883d0203d88b17ab95cbcd68cd [2022-05-23T17:41:13.408Z] Avoid second fetch [2022-05-23T17:41:13.408Z] Checking out Revision 5484098a0f912d7f3c91a680bed520c6fa3a393e (main) [2022-05-23T17:41:14.104Z] $ docker rm -f c126773bf50faa7fba1c6d895eac59b6e0ff6d883d0203d88b17ab95cbcd68cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2022-05-23T17:41:13.369Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-05-23T17:41:13.392Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-23T17:41:13.490Z] > git config core.sparsecheckout # timeout=10 [2022-05-23T17:41:13.530Z] > git checkout -f 5484098a0f912d7f3c91a680bed520c6fa3a393e # timeout=10 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:41:15.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-23T17:41:15.154Z] [2022-05-23T17:41:15.154Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:41:15.472Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-23T17:41:15.472Z] latest: Pulling from edgex-devops/edgex-compose [2022-05-23T17:41:15.472Z] cbdbe7a5bc2a: Pulling fs layer [2022-05-23T17:41:15.472Z] ca9280d653b3: Pulling fs layer [2022-05-23T17:41:15.472Z] 7e9c9ca2126c: Pulling fs layer [2022-05-23T17:41:15.472Z] cbdbe7a5bc2a: Verifying Checksum [2022-05-23T17:41:15.472Z] cbdbe7a5bc2a: Download complete [2022-05-23T17:41:15.734Z] ca9280d653b3: Verifying Checksum [2022-05-23T17:41:15.734Z] ca9280d653b3: Download complete [2022-05-23T17:41:15.734Z] cbdbe7a5bc2a: Pull complete [2022-05-23T17:41:15.993Z] 7e9c9ca2126c: Download complete [2022-05-23T17:41:16.251Z] ca9280d653b3: Pull complete [2022-05-23T17:41:17.970Z] Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.0.0 to 2.1.0 (#4000)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-23T17:41:18.923Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-23T17:41:18.923Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T17:41:18.923Z] Dload Upload Total Spent Left Speed [2022-05-23T17:41:19.199Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 97 12253 97 11882 0 0 27761 0 --:--:-- --:--:-- --:--:-- 27696 100 12253 100 12253 0 0 28495 0 --:--:-- --:--:-- --:--:-- 28495 [Pipeline] sh [2022-05-23T17:41:19.543Z] 7e9c9ca2126c: Pull complete [2022-05-23T17:41:19.543Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-05-23T17:41:19.543Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-23T17:41:19.543Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-05-23T17:41:19.635Z] prd-ubuntu20.04-docker-8c-8g-64400 does not seem to be running inside a container [2022-05-23T17:41:19.737Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 [2022-05-23T17:41:19.736Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [2022-05-23T17:41:21.400Z] $ docker top 936ba58395bc6916269f2b5c4fdee7a1028a3f627f492c6cdb5e0eb0072676ba -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2022-05-23T17:41:21.804Z] + sudo tee /etc/docker/daemon.new [2022-05-23T17:41:21.804Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-23T17:41:21.804Z] { [2022-05-23T17:41:21.804Z] "registry-mirrors": [ [2022-05-23T17:41:21.804Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-23T17:41:21.804Z] ], [2022-05-23T17:41:21.804Z] "bip": "10.250.0.254/24", [2022-05-23T17:41:21.804Z] "hosts": [ [2022-05-23T17:41:21.804Z] "tcp://0.0.0.0:5555", [2022-05-23T17:41:21.804Z] "unix:///var/run/docker.sock" [2022-05-23T17:41:21.804Z] ], [2022-05-23T17:41:21.804Z] "mtu": 1458, [2022-05-23T17:41:21.804Z] "selinux-enabled": true, [2022-05-23T17:41:21.804Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-23T17:41:21.804Z] } [Pipeline] sh [2022-05-23T17:41:21.831Z] + docker-compose build --help [2022-05-23T17:41:21.831Z] + grep parallel [2022-05-23T17:41:22.156Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-23T17:41:22.399Z] --parallel Build images in parallel. [Pipeline] } [2022-05-23T17:41:22.415Z] $ docker stop --time=1 936ba58395bc6916269f2b5c4fdee7a1028a3f627f492c6cdb5e0eb0072676ba [2022-05-23T17:41:22.518Z] + sudo service docker restart [2022-05-23T17:41:23.691Z] $ docker rm -f 936ba58395bc6916269f2b5c4fdee7a1028a3f627f492c6cdb5e0eb0072676ba [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:41:24.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-23T17:41:24.081Z] . [Pipeline] withDockerContainer [2022-05-23T17:41:24.147Z] prd-ubuntu20.04-docker-8c-8g-64400 does not seem to be running inside a container [2022-05-23T17:41:24.187Z] $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 [2022-05-23T17:41:24.545Z] $ docker top 8617ab5fa95839da548e3ed3011fb286212684cd441d73f3d87b1dcda30b720d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T17:41:24.901Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-05-23T17:41:25.468Z] Building core-command ... [2022-05-23T17:41:25.468Z] Building core-data ... [2022-05-23T17:41:25.468Z] Building core-metadata ... [2022-05-23T17:41:25.468Z] Building security-bootstrapper ... [2022-05-23T17:41:25.468Z] Building security-proxy-setup ... [2022-05-23T17:41:25.468Z] Building security-secretstore-setup ... [2022-05-23T17:41:25.469Z] Building security-spiffe-token-provider ... [2022-05-23T17:41:25.469Z] Building security-spire-agent ... [2022-05-23T17:41:25.469Z] Building security-spire-config ... [2022-05-23T17:41:25.469Z] Building security-spire-server ... [2022-05-23T17:41:25.469Z] Building support-notifications ... [2022-05-23T17:41:25.469Z] Building support-scheduler ... [2022-05-23T17:41:25.469Z] Building sys-mgmt-agent ... [2022-05-23T17:41:25.469Z] Building security-bootstrapper [2022-05-23T17:41:25.469Z] Building security-secretstore-setup [2022-05-23T17:41:25.469Z] Building core-data [2022-05-23T17:41:25.469Z] Building security-spire-agent [2022-05-23T17:41:25.469Z] Building support-scheduler [2022-05-23T17:41:40.350Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:41:40.350Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:41:40.350Z] ---> 1241296b4697 [2022-05-23T17:41:40.350Z] Step 3/26 : WORKDIR /edgex-go [2022-05-23T17:41:40.350Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:41:40.350Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:41:40.350Z] ---> 1241296b4697 [2022-05-23T17:41:40.350Z] Step 3/22 : WORKDIR /edgex-go [2022-05-23T17:41:40.350Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:41:40.350Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:41:40.350Z] ---> 1241296b4697 [2022-05-23T17:41:40.350Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T17:41:40.609Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:41:40.609Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:41:40.609Z] ---> 1241296b4697 [2022-05-23T17:41:40.609Z] Step 3/25 : WORKDIR /edgex-go [2022-05-23T17:41:40.609Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:41:40.609Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:41:40.609Z] ---> 1241296b4697 [2022-05-23T17:41:40.609Z] Step 3/31 : WORKDIR /edgex-go [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T17:41:40.889Z] provisioning config files... [2022-05-23T17:41:40.917Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/235@tmp/config1423723856817287998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T17:41:41.299Z] ---> docker-login.sh [2022-05-23T17:41:41.299Z] nexus3.edgexfoundry.org:10001 [2022-05-23T17:41:41.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T17:41:42.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T17:41:42.180Z] Configure a credential helper to remove this warning. See [2022-05-23T17:41:42.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T17:41:42.180Z] [2022-05-23T17:41:42.180Z] Login Succeeded [2022-05-23T17:41:42.180Z] nexus3.edgexfoundry.org:10002 [2022-05-23T17:41:42.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T17:41:42.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T17:41:42.456Z] Configure a credential helper to remove this warning. See [2022-05-23T17:41:42.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T17:41:42.456Z] [2022-05-23T17:41:42.456Z] Login Succeeded [2022-05-23T17:41:42.732Z] nexus3.edgexfoundry.org:10003 [2022-05-23T17:41:43.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T17:41:43.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T17:41:43.013Z] Configure a credential helper to remove this warning. See [2022-05-23T17:41:43.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T17:41:43.013Z] [2022-05-23T17:41:43.013Z] Login Succeeded [2022-05-23T17:41:43.013Z] nexus3.edgexfoundry.org:10004 [2022-05-23T17:41:43.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T17:41:43.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T17:41:43.615Z] Configure a credential helper to remove this warning. See [2022-05-23T17:41:43.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T17:41:43.615Z] [2022-05-23T17:41:43.615Z] Login Succeeded [2022-05-23T17:41:43.615Z] docker.io [2022-05-23T17:41:43.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T17:41:44.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T17:41:44.249Z] Configure a credential helper to remove this warning. See [2022-05-23T17:41:44.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T17:41:44.249Z] [2022-05-23T17:41:44.249Z] Login Succeeded [2022-05-23T17:41:44.249Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T17:41:44.283Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-23T17:41:44.776Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T17:41:44.787Z] ========================================================= [2022-05-23T17:41:44.787Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-23T17:41:44.787Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-23T17:41:44.807Z] ---> Running in c91f187b1224 [2022-05-23T17:41:44.807Z] ---> Running in 0ccbc37f803d [2022-05-23T17:41:44.807Z] ---> Running in 627ccc880df5 [2022-05-23T17:41:44.807Z] ---> Running in 005f37f335c1 [2022-05-23T17:41:44.807Z] ---> Running in 406aeabe558d [2022-05-23T17:41:44.807Z] Removing intermediate container 0ccbc37f803d [2022-05-23T17:41:44.807Z] ---> 54932516a751 [2022-05-23T17:41:44.807Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:41:44.807Z] Removing intermediate container 005f37f335c1 [2022-05-23T17:41:44.807Z] ---> 09fdb2eb9b1b [2022-05-23T17:41:44.807Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:41:44.807Z] Removing intermediate container c91f187b1224 [2022-05-23T17:41:44.807Z] ---> 1f47a5287fcc [2022-05-23T17:41:44.807Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:41:44.807Z] Removing intermediate container 406aeabe558d [2022-05-23T17:41:44.807Z] ---> 1c17c6ab5058 [2022-05-23T17:41:44.807Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:41:44.807Z] Removing intermediate container 627ccc880df5 [2022-05-23T17:41:44.807Z] ---> f1654811e095 [2022-05-23T17:41:44.807Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:41:45.066Z] ---> Running in 0b4699fe89f2 [2022-05-23T17:41:45.066Z] ---> Running in a1333b26db23 [2022-05-23T17:41:45.066Z] ---> Running in b1a5ffccbed4 [2022-05-23T17:41:45.066Z] ---> Running in c1d3ecdf5e2d [2022-05-23T17:41:45.066Z] ---> Running in 073eab8d3b55 [2022-05-23T17:41:45.131Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-23T17:41:45.409Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-23T17:41:45.409Z] 9b3977197b4f: Pulling fs layer [2022-05-23T17:41:45.409Z] 1a89e8eeedd5: Pulling fs layer [2022-05-23T17:41:45.409Z] 94645a83ff95: Pulling fs layer [2022-05-23T17:41:45.409Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-23T17:41:45.409Z] 0c92f367c5e7: Pulling fs layer [2022-05-23T17:41:45.409Z] 3096ccb668a1: Pulling fs layer [2022-05-23T17:41:45.409Z] e8cf19c19ddd: Pulling fs layer [2022-05-23T17:41:45.409Z] a4caa8a26152: Pulling fs layer [2022-05-23T17:41:45.409Z] 3f3a8bcf1eab: Waiting [2022-05-23T17:41:45.409Z] 0c92f367c5e7: Waiting [2022-05-23T17:41:45.409Z] 3096ccb668a1: Waiting [2022-05-23T17:41:45.409Z] e8cf19c19ddd: Waiting [2022-05-23T17:41:45.409Z] a4caa8a26152: Waiting [2022-05-23T17:41:45.409Z] 94645a83ff95: Verifying Checksum [2022-05-23T17:41:45.409Z] 94645a83ff95: Download complete [2022-05-23T17:41:45.409Z] 1a89e8eeedd5: Verifying Checksum [2022-05-23T17:41:45.409Z] 1a89e8eeedd5: Download complete [2022-05-23T17:41:45.409Z] 0c92f367c5e7: Download complete [2022-05-23T17:41:45.409Z] 3096ccb668a1: Verifying Checksum [2022-05-23T17:41:45.409Z] 3096ccb668a1: Download complete [2022-05-23T17:41:45.409Z] 9b3977197b4f: Download complete [2022-05-23T17:41:45.409Z] e8cf19c19ddd: Verifying Checksum [2022-05-23T17:41:45.409Z] e8cf19c19ddd: Download complete [2022-05-23T17:41:46.003Z] Removing intermediate container 0b4699fe89f2 [2022-05-23T17:41:46.003Z] ---> e44ac3ded69e [2022-05-23T17:41:46.003Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-23T17:41:46.003Z] ---> Running in e75926f56179 [2022-05-23T17:41:46.013Z] 9b3977197b4f: Pull complete [2022-05-23T17:41:46.262Z] Removing intermediate container a1333b26db23 [2022-05-23T17:41:46.263Z] ---> 2cd84ad4bc15 [2022-05-23T17:41:46.263Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-05-23T17:41:46.263Z] ---> Running in d50a596b2a1d [2022-05-23T17:41:46.263Z] Removing intermediate container c1d3ecdf5e2d [2022-05-23T17:41:46.263Z] ---> 01f8f2b75e15 [2022-05-23T17:41:46.263Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-05-23T17:41:46.263Z] ---> Running in 729a267a6dee [2022-05-23T17:41:46.263Z] Removing intermediate container b1a5ffccbed4 [2022-05-23T17:41:46.263Z] ---> ea96ad445359 [2022-05-23T17:41:46.263Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-05-23T17:41:46.523Z] ---> Running in 4ce314771aa7 [2022-05-23T17:41:46.523Z] Removing intermediate container 073eab8d3b55 [2022-05-23T17:41:46.523Z] ---> a502341cda83 [2022-05-23T17:41:46.523Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-23T17:41:46.523Z] ---> Running in d8453c0dc33b [2022-05-23T17:41:46.615Z] 1a89e8eeedd5: Pull complete [2022-05-23T17:41:46.783Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:41:46.783Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:41:46.897Z] 94645a83ff95: Pull complete [2022-05-23T17:41:47.043Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:41:47.044Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:41:47.304Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:41:47.501Z] a4caa8a26152: Verifying Checksum [2022-05-23T17:41:47.565Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:41:47.825Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:41:47.825Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:41:47.825Z] OK: 221 MiB in 52 packages [2022-05-23T17:41:48.087Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:41:48.087Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:41:48.087Z] OK: 221 MiB in 52 packages [2022-05-23T17:41:48.087Z] OK: 221 MiB in 52 packages [2022-05-23T17:41:48.102Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-23T17:41:48.103Z] 3f3a8bcf1eab: Download complete [2022-05-23T17:41:48.348Z] Removing intermediate container e75926f56179 [2022-05-23T17:41:48.348Z] ---> 01f90f4d40a7 [2022-05-23T17:41:48.348Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-23T17:41:48.348Z] OK: 221 MiB in 52 packages [2022-05-23T17:41:48.348Z] OK: 221 MiB in 52 packages [2022-05-23T17:41:48.348Z] Removing intermediate container d50a596b2a1d [2022-05-23T17:41:48.348Z] ---> e7fb2d1a4c29 [2022-05-23T17:41:48.348Z] Step 6/31 : COPY go.mod vendor* ./ [2022-05-23T17:41:48.348Z] ---> 1f5853b9b23c [2022-05-23T17:41:48.348Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:41:48.611Z] ---> Running in 9ed687a9f0cb [2022-05-23T17:41:48.611Z] ---> 2cf88d579d83 [2022-05-23T17:41:48.611Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:41:48.611Z] Removing intermediate container 729a267a6dee [2022-05-23T17:41:48.611Z] ---> 5661571bdea2 [2022-05-23T17:41:48.611Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T17:41:48.611Z] ---> Running in cd06e2f9732d [2022-05-23T17:41:48.871Z] ---> 0d3455f991dc [2022-05-23T17:41:48.871Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:41:48.871Z] ---> Running in 327c4c7a30f2 [2022-05-23T17:41:48.871Z] Removing intermediate container d8453c0dc33b [2022-05-23T17:41:48.871Z] ---> 064ee87e06f0 [2022-05-23T17:41:48.871Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-23T17:41:48.871Z] Removing intermediate container 4ce314771aa7 [2022-05-23T17:41:48.871Z] ---> 846d19465088 [2022-05-23T17:41:48.871Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-23T17:41:49.131Z] ---> c48215c4a120 [2022-05-23T17:41:49.131Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:41:49.131Z] ---> 56342fc087f3 [2022-05-23T17:41:49.131Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:41:49.131Z] ---> Running in 27f58119a933 [2022-05-23T17:41:49.131Z] ---> Running in 557b8c367625 [2022-05-23T17:41:50.070Z] Removing intermediate container 9ed687a9f0cb [2022-05-23T17:41:50.070Z] ---> f79fa3928495 [2022-05-23T17:41:50.070Z] Step 8/26 : COPY . . [2022-05-23T17:41:50.070Z] Removing intermediate container 327c4c7a30f2 [2022-05-23T17:41:50.070Z] ---> 9f7c1c04f5ef [2022-05-23T17:41:50.070Z] Step 8/23 : COPY . . [2022-05-23T17:41:53.357Z] Removing intermediate container cd06e2f9732d [2022-05-23T17:41:53.357Z] ---> 32905610ea5a [2022-05-23T17:41:53.357Z] Step 8/31 : COPY . . [2022-05-23T17:41:54.735Z] Removing intermediate container 27f58119a933 [2022-05-23T17:41:54.735Z] ---> f3be83451585 [2022-05-23T17:41:54.735Z] Step 8/22 : COPY . . [2022-05-23T17:41:54.735Z] Removing intermediate container 557b8c367625 [2022-05-23T17:41:54.735Z] ---> bc939359f487 [2022-05-23T17:41:54.735Z] Step 8/25 : COPY . . [2022-05-23T17:41:58.931Z] ---> 1f06bc735ee0 [2022-05-23T17:41:58.931Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-23T17:42:00.550Z] 3f3a8bcf1eab: Pull complete [2022-05-23T17:42:00.550Z] 0c92f367c5e7: Pull complete [2022-05-23T17:42:00.827Z] 3096ccb668a1: Pull complete [2022-05-23T17:42:00.838Z] ---> e231b7b678a9 [2022-05-23T17:42:00.838Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-05-23T17:42:01.104Z] e8cf19c19ddd: Pull complete [2022-05-23T17:42:01.408Z] ---> Running in c56afe55da51 [2022-05-23T17:42:01.408Z] ---> Running in a05cb9c0b3ef [2022-05-23T17:42:01.408Z] ---> cada4f6f94b6 [2022-05-23T17:42:01.408Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-05-23T17:42:01.408Z] ---> 93548a2382c5 [2022-05-23T17:42:01.408Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-05-23T17:42:01.408Z] Removing intermediate container c56afe55da51 [2022-05-23T17:42:01.408Z] ---> 11ce150ab1d3 [2022-05-23T17:42:01.408Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-23T17:42:01.669Z] ---> Running in a1e8f36f5a65 [2022-05-23T17:42:01.669Z] ---> Running in 42367c9e4690 [2022-05-23T17:42:01.669Z] ---> Running in 669bc602a1c6 [2022-05-23T17:42:01.669Z] ---> 6f802094e674 [2022-05-23T17:42:01.669Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-05-23T17:42:01.669Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-05-23T17:42:01.669Z] ---> Running in 8c9fea8b4a0f [2022-05-23T17:42:02.239Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-05-23T17:42:02.239Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-05-23T17:42:02.498Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-05-23T17:42:03.065Z] Removing intermediate container 669bc602a1c6 [2022-05-23T17:42:03.065Z] ---> 4e45a0d5833d [2022-05-23T17:42:03.065Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-23T17:42:03.065Z] ---> Running in e70e76cba296 [2022-05-23T17:42:03.324Z] Removing intermediate container e70e76cba296 [2022-05-23T17:42:03.324Z] ---> 4c31f158705c [2022-05-23T17:42:03.324Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-05-23T17:42:03.324Z] ---> Running in b3759444ff35 [2022-05-23T17:42:04.261Z] spire-1.2.1/ [2022-05-23T17:42:04.261Z] spire-1.2.1/.data/ [2022-05-23T17:42:04.261Z] spire-1.2.1/.data/.file [2022-05-23T17:42:04.261Z] spire-1.2.1/.dockerignore [2022-05-23T17:42:04.261Z] spire-1.2.1/.gitattributes [2022-05-23T17:42:04.261Z] spire-1.2.1/.githooks/ [2022-05-23T17:42:04.261Z] spire-1.2.1/.githooks/pre-commit [2022-05-23T17:42:04.261Z] spire-1.2.1/.github/ [2022-05-23T17:42:04.261Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-23T17:42:04.261Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-23T17:42:04.261Z] spire-1.2.1/.github/dependabot.yml [2022-05-23T17:42:04.261Z] spire-1.2.1/.github/workflows/ [2022-05-23T17:42:04.261Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-23T17:42:04.261Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-23T17:42:04.261Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-23T17:42:04.261Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-23T17:42:04.261Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-23T17:42:04.261Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-23T17:42:04.261Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-23T17:42:04.261Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-23T17:42:04.261Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-23T17:42:04.261Z] spire-1.2.1/.gitignore [2022-05-23T17:42:04.261Z] spire-1.2.1/.go-version [2022-05-23T17:42:04.261Z] spire-1.2.1/.golangci.yml [2022-05-23T17:42:04.261Z] spire-1.2.1/ADOPTERS.md [2022-05-23T17:42:04.261Z] spire-1.2.1/CHANGELOG.md [2022-05-23T17:42:04.261Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-23T17:42:04.261Z] spire-1.2.1/CODEOWNERS [2022-05-23T17:42:04.261Z] spire-1.2.1/CONTRIBUTING.md [2022-05-23T17:42:04.261Z] spire-1.2.1/Dockerfile [2022-05-23T17:42:04.261Z] spire-1.2.1/Dockerfile.dev [2022-05-23T17:42:04.261Z] spire-1.2.1/Dockerfile.scratch [2022-05-23T17:42:04.261Z] spire-1.2.1/LICENSE [2022-05-23T17:42:04.261Z] spire-1.2.1/MAINTAINERS.md [2022-05-23T17:42:04.261Z] spire-1.2.1/Makefile [2022-05-23T17:42:04.261Z] spire-1.2.1/README.md [2022-05-23T17:42:04.261Z] spire-1.2.1/ROADMAP.md [2022-05-23T17:42:04.261Z] spire-1.2.1/SECURITY.md [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/ [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/ [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-server/ [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-23T17:42:04.261Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-23T17:42:04.262Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-23T17:42:04.262Z] spire-1.2.1/conf/ [2022-05-23T17:42:04.262Z] spire-1.2.1/conf/agent/ [2022-05-23T17:42:04.262Z] spire-1.2.1/conf/agent/agent.conf [2022-05-23T17:42:04.262Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-23T17:42:04.262Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-23T17:42:04.262Z] spire-1.2.1/conf/server/ [2022-05-23T17:42:04.262Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-23T17:42:04.262Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-23T17:42:04.262Z] spire-1.2.1/conf/server/server.conf [2022-05-23T17:42:04.262Z] spire-1.2.1/conf/server/server_full.conf [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/ [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/SPIRE101.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/auditlog.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/images/ [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/scaling_spire.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/spire_agent.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/spire_server.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/supported_integrations.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/telemetry.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/telemetry_config.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/upgrading.md [2022-05-23T17:42:04.262Z] spire-1.2.1/doc/using_spire.md [2022-05-23T17:42:04.262Z] spire-1.2.1/examples/ [2022-05-23T17:42:04.262Z] spire-1.2.1/examples/README.md [2022-05-23T17:42:04.262Z] spire-1.2.1/go.mod [2022-05-23T17:42:04.262Z] spire-1.2.1/go.sum [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/agent.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/client/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/common/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/config.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/manager/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-23T17:42:04.262Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/svid/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/names.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/auth/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cli/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-23T17:42:04.263Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/health/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/health/config.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/health/context.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/health/health.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/idutil/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/log/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/log/log.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/log/options.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/profiling/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/selector/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-23T17:42:04.264Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/uptime/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/util/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/util/task.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/version/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/version/version.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/x509util/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/api.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/health/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/id.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/status.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/bundle/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/ca/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/cache/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/catalog/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/config.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/datastore/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-23T17:42:04.265Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-23T17:42:04.527Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/registration/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/server.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/server_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/svid/ [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/ [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/private/ [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/private/server/ [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/private/server/journal/ [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/ [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/common/ [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/plugin/ [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-23T17:42:04.528Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-23T17:42:04.528Z] spire-1.2.1/release/ [2022-05-23T17:42:04.528Z] spire-1.2.1/release/spire-extras/ [2022-05-23T17:42:04.528Z] spire-1.2.1/release/spire-extras/README.md [2022-05-23T17:42:04.528Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-23T17:42:04.528Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-23T17:42:04.528Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-23T17:42:04.528Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-23T17:42:04.528Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-23T17:42:04.528Z] spire-1.2.1/release/spire/ [2022-05-23T17:42:04.528Z] spire-1.2.1/release/spire/README.md [2022-05-23T17:42:04.529Z] spire-1.2.1/release/spire/conf/ [2022-05-23T17:42:04.529Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-23T17:42:04.529Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-23T17:42:04.529Z] spire-1.2.1/release/spire/conf/server/ [2022-05-23T17:42:04.529Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-23T17:42:04.529Z] spire-1.2.1/script/ [2022-05-23T17:42:04.529Z] spire-1.2.1/script/build-artifact.sh [2022-05-23T17:42:04.529Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-23T17:42:04.529Z] spire-1.2.1/support/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-23T17:42:04.529Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-23T17:42:04.529Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-23T17:42:04.529Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/clock/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/clock/clock.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/config/ [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-23T17:42:04.529Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/fixture.go [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/registration/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-23T17:42:04.530Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/README.md [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/common [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-23T17:42:04.530Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/test-one.sh [2022-05-23T17:42:04.531Z] spire-1.2.1/test/integration/test.sh [2022-05-23T17:42:04.531Z] spire-1.2.1/test/plugintest/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/plugintest/config.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/plugintest/load.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/plugintest/option.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/spiretest/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/spiretest/dir.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/spiretest/logs.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/spiretest/suite.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/spiretest/x509.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/testca/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/testca/ca.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/testkey/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/testkey/generate.sh [2022-05-23T17:42:04.531Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/testkey/keys.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/testkey/new.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/tpmsimulator/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/util/ [2022-05-23T17:42:04.531Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/util/cert_generation.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/util/io_redirection.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/util/race.go [2022-05-23T17:42:04.531Z] spire-1.2.1/test/util/util.go [2022-05-23T17:42:04.531Z] building spire from source... [2022-05-23T17:42:04.792Z] Installing go1.17.7... [2022-05-23T17:42:07.825Z] a4caa8a26152: Pull complete [2022-05-23T17:42:07.825Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-23T17:42:07.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-23T17:42:07.825Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-05-23T17:42:08.177Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-23T17:42:08.178Z] WORKDIR /edgex [2022-05-23T17:42:08.178Z] COPY go.mod . [2022-05-23T17:42:08.178Z] RUN go mod download [2022-05-23T17:42:08.178Z] + docker build -t ci-base-image-arm64 -f - . [2022-05-23T17:42:10.826Z] Sending build context to Docker daemon 169.4MB [2022-05-23T17:42:10.826Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-23T17:42:10.826Z] ---> 725f1c02e7f9 [2022-05-23T17:42:10.826Z] Step 2/4 : WORKDIR /edgex [2022-05-23T17:42:11.356Z] Building bin/spire-server... [2022-05-23T17:42:11.356Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-23T17:42:11.356Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-23T17:42:11.356Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-23T17:42:11.356Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-23T17:42:11.356Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-23T17:42:11.356Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-23T17:42:11.356Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-23T17:42:11.356Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-23T17:42:11.356Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-23T17:42:11.356Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-23T17:42:11.356Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-23T17:42:11.356Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-23T17:42:11.356Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-23T17:42:11.356Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-05-23T17:42:11.356Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-23T17:42:11.617Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-23T17:42:11.617Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-23T17:42:11.875Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-23T17:42:11.875Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-23T17:42:11.875Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-23T17:42:11.875Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-23T17:42:11.875Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-23T17:42:11.875Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-23T17:42:11.875Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-23T17:42:12.136Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-23T17:42:12.136Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-23T17:42:12.136Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-23T17:42:12.136Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-23T17:42:12.136Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-23T17:42:12.136Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-23T17:42:12.136Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-23T17:42:12.136Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-23T17:42:12.136Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-23T17:42:12.136Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-23T17:42:12.136Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-23T17:42:12.136Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-23T17:42:12.136Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-23T17:42:12.136Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-23T17:42:12.136Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-23T17:42:12.136Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-23T17:42:12.280Z] ---> Running in 725c25103f24 [2022-05-23T17:42:12.395Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-23T17:42:12.395Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-23T17:42:12.553Z] Removing intermediate container 725c25103f24 [2022-05-23T17:42:12.553Z] ---> 071a33409a31 [2022-05-23T17:42:12.553Z] Step 3/4 : COPY go.mod . [2022-05-23T17:42:12.655Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-23T17:42:12.655Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-23T17:42:12.655Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-23T17:42:12.655Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-23T17:42:12.655Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-23T17:42:12.655Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-23T17:42:12.655Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-23T17:42:12.655Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-23T17:42:12.655Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-23T17:42:12.655Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-23T17:42:12.655Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-23T17:42:12.827Z] ---> 36cae0d0424c [2022-05-23T17:42:12.827Z] Step 4/4 : RUN go mod download [2022-05-23T17:42:12.914Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-23T17:42:13.103Z] ---> Running in 80ab77dd1436 [2022-05-23T17:42:13.480Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-23T17:42:15.381Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-23T17:42:15.643Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-23T17:42:15.643Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-23T17:42:15.643Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-23T17:42:15.643Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-23T17:42:19.834Z] go: downloading google.golang.org/api v0.70.0 [2022-05-23T17:42:19.834Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-23T17:42:19.834Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-23T17:42:19.834Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-23T17:42:19.834Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-23T17:42:19.834Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-23T17:42:19.834Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-23T17:42:19.834Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-23T17:42:19.834Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-23T17:42:20.093Z] go: downloading k8s.io/api v0.23.4 [2022-05-23T17:42:21.468Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-23T17:42:21.468Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-23T17:42:21.468Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-23T17:42:21.468Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-23T17:42:21.727Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-23T17:42:21.727Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-23T17:42:21.987Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-23T17:42:21.987Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-23T17:42:21.987Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-23T17:42:21.987Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-23T17:42:22.246Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-23T17:42:22.246Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-23T17:42:22.246Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-23T17:42:22.246Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-23T17:42:22.246Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-23T17:42:22.246Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-23T17:42:22.505Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-23T17:42:22.506Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-23T17:42:22.506Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-23T17:42:22.506Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-23T17:42:22.506Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-23T17:42:22.506Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-23T17:42:22.506Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-23T17:42:22.506Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-23T17:42:24.411Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-23T17:42:24.411Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-23T17:42:24.411Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-23T17:42:24.411Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-23T17:42:24.411Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-23T17:42:24.411Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-23T17:42:24.411Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-23T17:42:24.411Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-23T17:42:24.411Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-23T17:42:24.411Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-23T17:42:24.411Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-23T17:42:24.411Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-23T17:42:24.669Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-23T17:42:24.669Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-23T17:42:24.669Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-23T17:42:24.669Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-23T17:42:24.669Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-23T17:42:24.669Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-23T17:42:24.669Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-23T17:42:24.669Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-23T17:42:24.669Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-23T17:42:24.669Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-23T17:42:24.669Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-23T17:42:24.669Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-23T17:42:24.669Z] go: downloading go.opencensus.io v0.23.0 [2022-05-23T17:42:24.669Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-23T17:42:24.669Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-23T17:42:24.669Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-23T17:42:24.927Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-23T17:42:24.927Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-23T17:42:24.927Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-23T17:42:24.927Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-23T17:42:24.927Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-23T17:42:24.927Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-23T17:42:24.927Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-23T17:42:25.186Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-23T17:42:25.186Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-23T17:42:25.186Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-23T17:42:25.186Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-23T17:42:25.186Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-23T17:42:25.186Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-23T17:42:25.186Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-23T17:42:25.186Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-23T17:42:25.186Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-23T17:42:25.186Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-23T17:42:25.186Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-23T17:42:25.186Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-23T17:42:25.186Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-23T17:42:25.186Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-23T17:42:26.562Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-05-23T17:42:31.832Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-23T17:42:31.832Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-23T17:42:46.720Z] Removing intermediate container a1e8f36f5a65 [2022-05-23T17:42:46.720Z] ---> 9085d15bb5e7 [2022-05-23T17:42:46.720Z] [2022-05-23T17:42:46.720Z] Step 10/31 : FROM alpine:3.14 [2022-05-23T17:42:46.720Z] Removing intermediate container 42367c9e4690 [2022-05-23T17:42:46.720Z] ---> 2b68db8e4290 [2022-05-23T17:42:46.720Z] [2022-05-23T17:42:46.720Z] Step 10/25 : FROM alpine:3.14 [2022-05-23T17:42:46.720Z] 3.14: Pulling from library/alpine [2022-05-23T17:42:46.720Z] Removing intermediate container a05cb9c0b3ef [2022-05-23T17:42:46.720Z] ---> d0bbb050f846 [2022-05-23T17:42:46.720Z] [2022-05-23T17:42:46.720Z] Step 10/23 : FROM alpine:3.14 [2022-05-23T17:42:46.720Z] 3.14: Pulling from library/alpine [2022-05-23T17:42:46.720Z] Removing intermediate container 8c9fea8b4a0f [2022-05-23T17:42:46.720Z] ---> 37397e26e19a [2022-05-23T17:42:46.720Z] [2022-05-23T17:42:46.720Z] Step 10/22 : FROM alpine:3.14 [2022-05-23T17:42:46.720Z] 3.14: Pulling from library/alpine [2022-05-23T17:42:46.720Z] 3.14: Pulling from library/alpine [2022-05-23T17:42:46.720Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-23T17:42:46.720Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-23T17:42:46.720Z] Status: Downloaded newer image for alpine:3.14 [2022-05-23T17:42:46.720Z] Status: Downloaded newer image for alpine:3.14 [2022-05-23T17:42:46.720Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-23T17:42:46.720Z] Status: Image is up to date for alpine:3.14 [2022-05-23T17:42:46.720Z] ---> e04c818066af [2022-05-23T17:42:46.720Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-05-23T17:42:46.720Z] ---> e04c818066af [2022-05-23T17:42:46.720Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-05-23T17:42:46.720Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-23T17:42:46.720Z] Status: Image is up to date for alpine:3.14 [2022-05-23T17:42:46.720Z] ---> e04c818066af [2022-05-23T17:42:46.720Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-05-23T17:42:46.720Z] ---> e04c818066af [2022-05-23T17:42:46.720Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-05-23T17:42:46.720Z] ---> Running in cdd5c080b191 [2022-05-23T17:42:46.720Z] ---> Running in e4c131f096ad [2022-05-23T17:42:46.720Z] ---> Running in e76d729b6f13 [2022-05-23T17:42:46.720Z] ---> Running in 4f108ca57d82 [2022-05-23T17:42:46.980Z] Removing intermediate container e76d729b6f13 [2022-05-23T17:42:46.980Z] ---> 329906ef1ba5 [2022-05-23T17:42:46.980Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-05-23T17:42:46.980Z] Removing intermediate container e4c131f096ad [2022-05-23T17:42:46.980Z] ---> ad2efc40155f [2022-05-23T17:42:46.980Z] Step 12/23 : ENV APP_PORT=59880 [2022-05-23T17:42:46.980Z] ---> Running in 6b1bfd852f7c [2022-05-23T17:42:46.980Z] ---> Running in bd3e160b0d87 [2022-05-23T17:42:47.242Z] Removing intermediate container bd3e160b0d87 [2022-05-23T17:42:47.242Z] ---> cc8164057adc [2022-05-23T17:42:47.242Z] Step 13/23 : EXPOSE $APP_PORT [2022-05-23T17:42:47.242Z] ---> Running in 481bcfd67289 [2022-05-23T17:42:47.504Z] Removing intermediate container 481bcfd67289 [2022-05-23T17:42:47.504Z] ---> 650ad9ef2d71 [2022-05-23T17:42:47.504Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:42:47.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:42:47.504Z] ---> Running in b9fcba8c8d89 [2022-05-23T17:42:47.782Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:42:47.782Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:42:47.782Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:42:47.782Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:42:47.782Z] (1/3) Installing ca-certificates (20211220-r0) [2022-05-23T17:42:48.129Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-05-23T17:42:48.129Z] (3/3) Installing su-exec (0.2-r1) [2022-05-23T17:42:48.129Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T17:42:48.129Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T17:42:48.129Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:42:48.129Z] OK: 6 MiB in 17 packages [2022-05-23T17:42:48.129Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-05-23T17:42:48.129Z] (2/2) Installing su-exec (0.2-r1) [2022-05-23T17:42:48.129Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T17:42:48.129Z] OK: 6 MiB in 16 packages [2022-05-23T17:42:48.129Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-05-23T17:42:48.129Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T17:42:48.129Z] OK: 6 MiB in 15 packages [2022-05-23T17:42:49.163Z] Removing intermediate container 6b1bfd852f7c [2022-05-23T17:42:49.163Z] ---> 2bdfbeb6e4ef [2022-05-23T17:42:49.163Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-05-23T17:42:49.163Z] ---> Running in 2d93fa6c3e40 [2022-05-23T17:42:49.422Z] Removing intermediate container 4f108ca57d82 [2022-05-23T17:42:49.422Z] ---> d021a73c068e [2022-05-23T17:42:49.422Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-23T17:42:49.422Z] ---> Running in d06420f5a87e [2022-05-23T17:42:49.422Z] Removing intermediate container cdd5c080b191 [2022-05-23T17:42:49.422Z] ---> 96b47ecceb5e [2022-05-23T17:42:49.422Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-23T17:42:49.681Z] Removing intermediate container b9fcba8c8d89 [2022-05-23T17:42:49.681Z] ---> 8bff586c7ebe [2022-05-23T17:42:49.681Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-23T17:42:49.681Z] Removing intermediate container 2d93fa6c3e40 [2022-05-23T17:42:49.681Z] ---> 1755a7faf06b [2022-05-23T17:42:49.681Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-05-23T17:42:49.681Z] ---> Running in 6f4411b9a12a [2022-05-23T17:42:49.681Z] Removing intermediate container d06420f5a87e [2022-05-23T17:42:49.681Z] ---> c37713b87174 [2022-05-23T17:42:49.681Z] Step 13/22 : ENV APP_PORT=59861 [2022-05-23T17:42:49.681Z] ---> Running in 68b168a553d6 [2022-05-23T17:42:49.681Z] ---> Running in 2415ab059417 [2022-05-23T17:42:49.941Z] ---> Running in 8bd61433a5fe [2022-05-23T17:42:49.941Z] Removing intermediate container 6f4411b9a12a [2022-05-23T17:42:49.941Z] ---> 01ce011c6f24 [2022-05-23T17:42:49.941Z] Step 13/25 : WORKDIR / [2022-05-23T17:42:49.941Z] Removing intermediate container 68b168a553d6 [2022-05-23T17:42:49.941Z] ---> 3f53336cfcac [2022-05-23T17:42:49.941Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-05-23T17:42:49.941Z] ---> Running in 0fc8a7c402ad [2022-05-23T17:42:49.941Z] ---> Running in 7f8c6d8cdd7c [2022-05-23T17:42:50.200Z] Removing intermediate container 8bd61433a5fe [2022-05-23T17:42:50.200Z] ---> 35d97b825984 [2022-05-23T17:42:50.200Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-23T17:42:50.200Z] ---> Running in a42092fa51ff [2022-05-23T17:42:50.200Z] Removing intermediate container 7f8c6d8cdd7c [2022-05-23T17:42:50.200Z] ---> c4d07e444ec7 [2022-05-23T17:42:50.200Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-05-23T17:42:50.459Z] Removing intermediate container a42092fa51ff [2022-05-23T17:42:50.459Z] ---> 09e2f8380ad5 [2022-05-23T17:42:50.459Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T17:42:50.459Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:42:50.717Z] ---> 19f7a08c0f3e [2022-05-23T17:42:50.717Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-05-23T17:42:51.283Z] ---> 89d3715d0417 [2022-05-23T17:42:51.283Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-05-23T17:42:51.283Z] ---> 17a8b36a6322 [2022-05-23T17:42:51.283Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-05-23T17:42:51.283Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:42:51.851Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-23T17:42:51.851Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-23T17:42:51.851Z] ---> 6631b74a6842 [2022-05-23T17:42:51.851Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-05-23T17:42:51.851Z] Removing intermediate container 0fc8a7c402ad [2022-05-23T17:42:51.851Z] ---> 1b22675dea98 [2022-05-23T17:42:51.851Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-05-23T17:42:51.851Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-23T17:42:51.851Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-23T17:42:51.851Z] ---> Running in 7ef219017ff8 [2022-05-23T17:42:52.111Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-23T17:42:52.111Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-23T17:42:52.370Z] ---> 3ae90fddcd57 [2022-05-23T17:42:52.370Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-05-23T17:42:52.370Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T17:42:52.370Z] OK: 8 MiB in 20 packages [2022-05-23T17:42:52.370Z] Removing intermediate container 7ef219017ff8 [2022-05-23T17:42:52.370Z] ---> a8a5e3a174bc [2022-05-23T17:42:52.370Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-05-23T17:42:52.370Z] ---> c9c03abbca68 [2022-05-23T17:42:52.370Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-05-23T17:42:52.965Z] ---> 8f9a7723f1cc [2022-05-23T17:42:52.965Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-05-23T17:42:53.224Z] ---> 1240cf6ca153 [2022-05-23T17:42:53.224Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-05-23T17:42:53.224Z] ---> Running in e046cc9763e9 [2022-05-23T17:42:53.224Z] ---> 915b7b19f82b [2022-05-23T17:42:53.224Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-05-23T17:42:53.224Z] ---> Running in c28805a854bb [2022-05-23T17:42:53.492Z] Removing intermediate container 2415ab059417 [2022-05-23T17:42:53.492Z] ---> 2ea40cd28b3d [2022-05-23T17:42:53.492Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T17:42:53.492Z] Removing intermediate container e046cc9763e9 [2022-05-23T17:42:53.492Z] ---> 0bade6e72434 [2022-05-23T17:42:53.492Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T17:42:53.492Z] ---> Running in 5a2f45fa422d [2022-05-23T17:42:53.751Z] ---> acf6b46484f2 [2022-05-23T17:42:53.751Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-05-23T17:42:53.751Z] Removing intermediate container 5a2f45fa422d [2022-05-23T17:42:53.751Z] ---> b225bfab6b15 [2022-05-23T17:42:53.751Z] Step 20/22 : LABEL arch=x86_64 [2022-05-23T17:42:54.043Z] ---> Running in 8b855751e6d1 [2022-05-23T17:42:54.043Z] ---> b8ea977ea4a3 [2022-05-23T17:42:54.043Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-05-23T17:42:54.301Z] Removing intermediate container 8b855751e6d1 [2022-05-23T17:42:54.301Z] ---> 55aebae45f87 [2022-05-23T17:42:54.301Z] Step 21/22 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:42:54.301Z] ---> Running in 1ffc8f2539b7 [2022-05-23T17:42:54.559Z] ---> 86f630d9b64d [2022-05-23T17:42:54.559Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-05-23T17:42:54.559Z] ---> Running in 15bf1bc68405 [2022-05-23T17:42:54.559Z] Removing intermediate container 1ffc8f2539b7 [2022-05-23T17:42:54.559Z] ---> 2d08f789f67b [2022-05-23T17:42:54.559Z] Step 22/22 : LABEL version=2.2.1-dev.7 [2022-05-23T17:42:54.840Z] ---> Running in ad4add387290 [2022-05-23T17:42:55.099Z] ---> f43f1dc4dba4 [2022-05-23T17:42:55.099Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-05-23T17:42:55.099Z] Removing intermediate container c28805a854bb [2022-05-23T17:42:55.099Z] ---> 58d61aacf40f [2022-05-23T17:42:55.099Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T17:42:55.099Z] Removing intermediate container ad4add387290 [2022-05-23T17:42:55.099Z] ---> aab54cc4eac5 [2022-05-23T17:42:55.099Z] [2022-05-23T17:42:55.099Z] Successfully built aab54cc4eac5 [2022-05-23T17:42:55.099Z] Successfully tagged support-scheduler:latest [2022-05-23T17:42:55.099Z]  Building support-scheduler ... done Building core-command [2022-05-23T17:42:59.293Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:42:59.293Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:42:59.293Z] ---> 1241296b4697 [2022-05-23T17:42:59.293Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T17:42:59.293Z] ---> Using cache [2022-05-23T17:42:59.293Z] ---> 1c17c6ab5058 [2022-05-23T17:42:59.293Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:42:59.293Z] ---> Using cache [2022-05-23T17:42:59.293Z] ---> 01f8f2b75e15 [2022-05-23T17:42:59.293Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-23T17:42:59.293Z] ---> 864829755290 [2022-05-23T17:42:59.293Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-05-23T17:42:59.293Z] ---> ee66e4a4fb6f [2022-05-23T17:42:59.293Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-05-23T17:42:59.293Z] ---> Running in 5f51f421d955 [2022-05-23T17:42:59.293Z] ---> Running in 907a5ef1f0b7 [2022-05-23T17:42:59.293Z] Removing intermediate container 907a5ef1f0b7 [2022-05-23T17:42:59.293Z] ---> a0cf286832dc [2022-05-23T17:42:59.293Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T17:42:59.554Z] ---> Running in 5e549bd8b049 [2022-05-23T17:42:59.554Z] Removing intermediate container 15bf1bc68405 [2022-05-23T17:42:59.554Z] ---> 363a79850b90 [2022-05-23T17:42:59.554Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-05-23T17:42:59.812Z] ---> Running in 5e266e4b804e [2022-05-23T17:42:59.812Z] Removing intermediate container 5e549bd8b049 [2022-05-23T17:42:59.812Z] ---> c47314201b67 [2022-05-23T17:42:59.812Z] Step 21/23 : LABEL arch=x86_64 [2022-05-23T17:42:59.812Z] ---> Running in 0ee1e4ef648b [2022-05-23T17:43:00.078Z] Removing intermediate container 5e266e4b804e [2022-05-23T17:43:00.078Z] ---> 1d6949ab16d5 [2022-05-23T17:43:00.078Z] Step 23/25 : LABEL arch=x86_64 [2022-05-23T17:43:00.078Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:43:00.078Z] ---> Running in 84e3e14c9346 [2022-05-23T17:43:00.083Z] Removing intermediate container 80ab77dd1436 [2022-05-23T17:43:00.083Z] ---> 007078638b17 [2022-05-23T17:43:00.083Z] Successfully built 007078638b17 [2022-05-23T17:43:00.083Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:43:00.338Z] Removing intermediate container 0ee1e4ef648b [2022-05-23T17:43:00.338Z] ---> 31cfe569fd05 [2022-05-23T17:43:00.338Z] Step 22/23 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:43:00.338Z] ---> Running in c21b79890e30 [2022-05-23T17:43:00.338Z] ---> 8e139a41c27b [2022-05-23T17:43:00.338Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-05-23T17:43:00.434Z] + docker inspect -f . ci-base-image-arm64 [2022-05-23T17:43:00.434Z] . [Pipeline] withDockerContainer [2022-05-23T17:43:00.597Z] Removing intermediate container 84e3e14c9346 [2022-05-23T17:43:00.597Z] ---> e9a55b2d9470 [2022-05-23T17:43:00.597Z] Step 24/25 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:43:00.597Z] ---> Running in e9f7d7004cd2 [2022-05-23T17:43:00.597Z] Removing intermediate container c21b79890e30 [2022-05-23T17:43:00.597Z] ---> 1c04eaafd4b5 [2022-05-23T17:43:00.597Z] Step 23/23 : LABEL version=2.2.1-dev.7 [2022-05-23T17:43:00.597Z] ---> Running in f7c09acecc7f [2022-05-23T17:43:00.671Z] prd-ubuntu20.04-docker-arm64-4c-16g-64401 does not seem to be running inside a container [2022-05-23T17:43:00.757Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 [2022-05-23T17:43:00.860Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:43:01.119Z] Removing intermediate container e9f7d7004cd2 [2022-05-23T17:43:01.119Z] ---> a861d7d23cd5 [2022-05-23T17:43:01.119Z] Step 25/25 : LABEL version=2.2.1-dev.7 [2022-05-23T17:43:01.119Z] ---> 5039ce40a9d0 [2022-05-23T17:43:01.119Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-05-23T17:43:01.119Z] Removing intermediate container f7c09acecc7f [2022-05-23T17:43:01.119Z] ---> 7abb73aa5ee2 [2022-05-23T17:43:01.119Z] [2022-05-23T17:43:01.119Z] ---> Running in 8f7700ba2862 [2022-05-23T17:43:01.119Z] Successfully built 7abb73aa5ee2 [2022-05-23T17:43:01.119Z] Successfully tagged core-data:latest [2022-05-23T17:43:01.119Z] Building support-notifications [2022-05-23T17:43:01.379Z]  Building core-data ... done OK: 221 MiB in 52 packages [2022-05-23T17:43:02.049Z] $ docker top 50abedfed9771393d46a226c1a58ca7e1951e316998586af07534b9fc64cfd89 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T17:43:02.756Z] Removing intermediate container 8f7700ba2862 [2022-05-23T17:43:02.756Z] ---> e738264c704a [2022-05-23T17:43:02.756Z] [2022-05-23T17:43:02.756Z] Successfully built e738264c704a [2022-05-23T17:43:02.931Z] + go version [2022-05-23T17:43:02.931Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-23T17:43:02.959Z] $ docker stop --time=1 50abedfed9771393d46a226c1a58ca7e1951e316998586af07534b9fc64cfd89 [2022-05-23T17:43:03.014Z] Successfully tagged security-secretstore-setup:latest [2022-05-23T17:43:03.014Z]  Building security-secretstore-setup ... done Building security-spire-config [2022-05-23T17:43:04.397Z] ---> de64b9dabe72 [2022-05-23T17:43:04.397Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-05-23T17:43:04.552Z] $ docker rm -f 50abedfed9771393d46a226c1a58ca7e1951e316998586af07534b9fc64cfd89 [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 [2022-05-23T17:43:05.168Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-23T17:43:05.168Z] [2022-05-23T17:43:05.168Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:43:05.516Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-23T17:43:05.516Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-05-23T17:43:05.516Z] 29e5d40040c1: Pulling fs layer [2022-05-23T17:43:05.516Z] 1ce36da41761: Pulling fs layer [2022-05-23T17:43:05.516Z] 25b303627fd3: Pulling fs layer [2022-05-23T17:43:05.772Z] Removing intermediate container 5f51f421d955 [2022-05-23T17:43:05.772Z] ---> 8b180c0cddb9 [2022-05-23T17:43:05.772Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T17:43:05.793Z] 29e5d40040c1: Verifying Checksum [2022-05-23T17:43:05.793Z] 29e5d40040c1: Download complete [2022-05-23T17:43:06.066Z] 1ce36da41761: Verifying Checksum [2022-05-23T17:43:06.066Z] 1ce36da41761: Download complete [2022-05-23T17:43:06.343Z] 29e5d40040c1: Pull complete [2022-05-23T17:43:06.707Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:43:06.707Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:43:06.707Z] ---> 1241296b4697 [2022-05-23T17:43:06.707Z] Step 3/22 : WORKDIR /edgex-go [2022-05-23T17:43:06.707Z] ---> Using cache [2022-05-23T17:43:06.707Z] ---> 1c17c6ab5058 [2022-05-23T17:43:06.707Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:43:06.707Z] ---> Using cache [2022-05-23T17:43:06.707Z] ---> 01f8f2b75e15 [2022-05-23T17:43:06.707Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-05-23T17:43:06.965Z] ---> f15eddd14504 [2022-05-23T17:43:06.965Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-05-23T17:43:07.231Z] ---> Running in 01faa25b5c06 [2022-05-23T17:43:07.231Z] ---> 6570fbcb8914 [2022-05-23T17:43:07.231Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:43:07.231Z] ---> Running in 4930f7fbb92a [2022-05-23T17:43:07.231Z] ---> Running in 286b59585f12 [2022-05-23T17:43:07.772Z] 1ce36da41761: Pull complete [2022-05-23T17:43:07.772Z] 25b303627fd3: Verifying Checksum [2022-05-23T17:43:07.772Z] 25b303627fd3: Download complete [2022-05-23T17:43:07.803Z] Removing intermediate container 286b59585f12 [2022-05-23T17:43:07.803Z] ---> 55af19bf5deb [2022-05-23T17:43:07.803Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-05-23T17:43:08.061Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:43:08.628Z] ---> be04dbfce4ac [2022-05-23T17:43:08.628Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-05-23T17:43:08.628Z] ---> Running in 54a92d100ae7 [2022-05-23T17:43:08.887Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:43:09.146Z] OK: 221 MiB in 52 packages [2022-05-23T17:43:10.092Z] Removing intermediate container 4930f7fbb92a [2022-05-23T17:43:10.092Z] ---> ea8070f2137f [2022-05-23T17:43:10.092Z] Step 8/23 : COPY . . [2022-05-23T17:43:11.026Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:43:11.026Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:43:11.026Z] ---> 1241296b4697 [2022-05-23T17:43:11.026Z] Step 3/26 : WORKDIR /edgex-go [2022-05-23T17:43:11.026Z] ---> Using cache [2022-05-23T17:43:11.026Z] ---> 1c17c6ab5058 [2022-05-23T17:43:11.026Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:43:11.026Z] ---> Using cache [2022-05-23T17:43:11.026Z] ---> 01f8f2b75e15 [2022-05-23T17:43:11.026Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-23T17:43:11.628Z] Removing intermediate container 01faa25b5c06 [2022-05-23T17:43:11.628Z] ---> 6b21185cacd1 [2022-05-23T17:43:11.628Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-23T17:43:12.198Z] ---> Running in 2312900dc1af [2022-05-23T17:43:12.198Z] Removing intermediate container 54a92d100ae7 [2022-05-23T17:43:12.198Z] ---> 734256be4750 [2022-05-23T17:43:12.198Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-05-23T17:43:12.767Z] ---> 0586844dc3f0 [2022-05-23T17:43:12.767Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:43:13.026Z] ---> Running in c6e14ec8eb55 [2022-05-23T17:43:13.026Z] ---> Running in 789716dd9bbf [2022-05-23T17:43:13.294Z] Removing intermediate container c6e14ec8eb55 [2022-05-23T17:43:13.294Z] ---> 59469730a816 [2022-05-23T17:43:13.294Z] Step 28/31 : CMD ["gate"] [2022-05-23T17:43:13.558Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:43:13.558Z] ---> Running in b675b31cc656 [2022-05-23T17:43:13.817Z] Removing intermediate container b675b31cc656 [2022-05-23T17:43:13.817Z] ---> b0f67b79c79f [2022-05-23T17:43:13.817Z] Step 29/31 : LABEL arch=x86_64 [2022-05-23T17:43:14.387Z] ---> Running in ece591e87c2c [2022-05-23T17:43:14.387Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:43:14.646Z] Removing intermediate container ece591e87c2c [2022-05-23T17:43:14.646Z] ---> e4a7b61cfb07 [2022-05-23T17:43:14.646Z] Step 30/31 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:43:14.646Z] OK: 221 MiB in 52 packages [2022-05-23T17:43:14.905Z] ---> Running in d2eb1175feec [2022-05-23T17:43:14.905Z] Removing intermediate container 789716dd9bbf [2022-05-23T17:43:14.905Z] ---> c72d0f4257a8 [2022-05-23T17:43:14.905Z] Step 8/22 : COPY . . [2022-05-23T17:43:15.474Z] Removing intermediate container d2eb1175feec [2022-05-23T17:43:15.474Z] ---> 3c4ef40d5711 [2022-05-23T17:43:15.474Z] Step 31/31 : LABEL version=2.2.1-dev.7 [2022-05-23T17:43:15.474Z] ---> Running in 5fdb0f4a9485 [2022-05-23T17:43:15.734Z] Removing intermediate container 2312900dc1af [2022-05-23T17:43:15.734Z] ---> d9832a3e32a5 [2022-05-23T17:43:15.734Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-23T17:43:16.002Z] Removing intermediate container 5fdb0f4a9485 [2022-05-23T17:43:16.002Z] ---> 9556a64778a6 [2022-05-23T17:43:16.002Z] [2022-05-23T17:43:16.002Z] Successfully built 9556a64778a6 [2022-05-23T17:43:16.263Z] Successfully tagged security-bootstrapper:latest [2022-05-23T17:43:16.263Z]  Building security-bootstrapper ... done Building security-proxy-setup [2022-05-23T17:43:16.523Z] ---> 166be410d987 [2022-05-23T17:43:16.523Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:43:20.157Z] 25b303627fd3: Pull complete [2022-05-23T17:43:20.157Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-05-23T17:43:20.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-23T17:43:20.157Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-05-23T17:43:20.391Z] prd-ubuntu20.04-docker-arm64-4c-16g-64401 does not seem to be running inside a container [2022-05-23T17:43:20.476Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 [2022-05-23T17:43:21.810Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:43:21.811Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:43:21.811Z] ---> 1241296b4697 [2022-05-23T17:43:21.811Z] Step 3/22 : WORKDIR /edgex-go [2022-05-23T17:43:21.811Z] ---> Using cache [2022-05-23T17:43:21.811Z] ---> 1c17c6ab5058 [2022-05-23T17:43:21.811Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:43:21.811Z] ---> Using cache [2022-05-23T17:43:21.811Z] ---> 01f8f2b75e15 [2022-05-23T17:43:21.811Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-23T17:43:21.811Z] ---> Using cache [2022-05-23T17:43:21.811Z] ---> 8b180c0cddb9 [2022-05-23T17:43:21.811Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-23T17:43:21.811Z] ---> Using cache [2022-05-23T17:43:21.811Z] ---> 6570fbcb8914 [2022-05-23T17:43:21.811Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:43:21.811Z] ---> Using cache [2022-05-23T17:43:21.811Z] ---> ea8070f2137f [2022-05-23T17:43:21.811Z] Step 8/22 : COPY . . [2022-05-23T17:43:21.811Z] ---> Using cache [2022-05-23T17:43:21.811Z] ---> da416bbe5fd5 [2022-05-23T17:43:21.811Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-05-23T17:43:22.653Z] $ docker top 534478d5259d2af1e0a449368c05a5865b78dc2db1664f0742e2125b0df91ddb -eo pid,comm [2022-05-23T17:43:22.750Z] ---> Running in c8b82fd5b1e7 [Pipeline] { [Pipeline] sh [2022-05-23T17:43:23.569Z] + grep parallel [2022-05-23T17:43:23.569Z] + docker-compose build --help [2022-05-23T17:43:24.130Z] ---> Running in 2101b6b2fafa [2022-05-23T17:43:24.130Z] ---> da416bbe5fd5 [2022-05-23T17:43:24.130Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-05-23T17:43:24.130Z] ---> 6323d50b2f8a [2022-05-23T17:43:24.130Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-05-23T17:43:24.130Z] ---> Running in de3965ba6ac2 [2022-05-23T17:43:24.130Z] ---> Running in 828e71deb6f4 [2022-05-23T17:43:24.390Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-05-23T17:43:24.962Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-05-23T17:43:24.962Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-05-23T17:43:24.962Z] Removing intermediate container c8b82fd5b1e7 [2022-05-23T17:43:24.962Z] ---> 0bdc7202808f [2022-05-23T17:43:24.962Z] Step 8/26 : COPY . . [2022-05-23T17:43:26.951Z] --parallel Build images in parallel. [Pipeline] } [2022-05-23T17:43:27.251Z] $ docker stop --time=1 534478d5259d2af1e0a449368c05a5865b78dc2db1664f0742e2125b0df91ddb [2022-05-23T17:43:28.874Z] $ docker rm -f 534478d5259d2af1e0a449368c05a5865b78dc2db1664f0742e2125b0df91ddb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:43:29.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-23T17:43:29.448Z] . [Pipeline] withDockerContainer [2022-05-23T17:43:29.668Z] prd-ubuntu20.04-docker-arm64-4c-16g-64401 does not seem to be running inside a container [2022-05-23T17:43:29.765Z] $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 [2022-05-23T17:43:31.044Z] $ docker top 7d62eb28f4057b9864e8a2616692f84e43a78a5309c4470804bda192ede1f5ef -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T17:43:31.951Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-05-23T17:43:34.944Z] ---> 21a619aa5929 [2022-05-23T17:43:34.945Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-23T17:43:34.945Z] ---> Running in 92bb4e4b3425 [2022-05-23T17:43:34.945Z] Removing intermediate container 92bb4e4b3425 [2022-05-23T17:43:34.945Z] ---> 497234797d47 [2022-05-23T17:43:34.945Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-23T17:43:34.945Z] ---> Running in f9e69cbc5d76 [2022-05-23T17:43:36.250Z] Building core-command ... [2022-05-23T17:43:36.251Z] Building core-data ... [2022-05-23T17:43:36.251Z] Building core-metadata ... [2022-05-23T17:43:36.251Z] Building security-bootstrapper ... [2022-05-23T17:43:36.251Z] Building security-proxy-setup ... [2022-05-23T17:43:36.251Z] Building security-secretstore-setup ... [2022-05-23T17:43:36.251Z] Building security-spiffe-token-provider ... [2022-05-23T17:43:36.251Z] Building security-spire-agent ... [2022-05-23T17:43:36.251Z] Building security-spire-config ... [2022-05-23T17:43:36.251Z] Building security-spire-server ... [2022-05-23T17:43:36.251Z] Building support-notifications ... [2022-05-23T17:43:36.251Z] Building support-scheduler ... [2022-05-23T17:43:36.251Z] Building sys-mgmt-agent ... [2022-05-23T17:43:36.251Z] Building security-spiffe-token-provider [2022-05-23T17:43:36.251Z] Building support-scheduler [2022-05-23T17:43:36.251Z] Building core-metadata [2022-05-23T17:43:36.251Z] Building core-command [2022-05-23T17:43:36.251Z] Building support-notifications [2022-05-23T17:43:36.851Z] Removing intermediate container f9e69cbc5d76 [2022-05-23T17:43:36.851Z] ---> de68b922a662 [2022-05-23T17:43:36.851Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-23T17:43:37.109Z] ---> Running in a0d92429ea46 [2022-05-23T17:43:37.368Z] Removing intermediate container a0d92429ea46 [2022-05-23T17:43:37.368Z] ---> 818fafa19014 [2022-05-23T17:43:37.368Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-05-23T17:43:37.627Z] ---> Running in 7bca84e3d0ce [2022-05-23T17:43:39.535Z] spire-1.2.1/ [2022-05-23T17:43:39.535Z] spire-1.2.1/.data/ [2022-05-23T17:43:39.535Z] spire-1.2.1/.data/.file [2022-05-23T17:43:39.535Z] spire-1.2.1/.dockerignore [2022-05-23T17:43:39.535Z] spire-1.2.1/.gitattributes [2022-05-23T17:43:39.535Z] spire-1.2.1/.githooks/ [2022-05-23T17:43:39.535Z] spire-1.2.1/.githooks/pre-commit [2022-05-23T17:43:39.535Z] spire-1.2.1/.github/ [2022-05-23T17:43:39.535Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-23T17:43:39.535Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-23T17:43:39.535Z] spire-1.2.1/.github/dependabot.yml [2022-05-23T17:43:39.535Z] spire-1.2.1/.github/workflows/ [2022-05-23T17:43:39.535Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-23T17:43:39.535Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-23T17:43:39.535Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-23T17:43:39.535Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-23T17:43:39.535Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-23T17:43:39.535Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-23T17:43:39.535Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-23T17:43:39.535Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-23T17:43:39.535Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-23T17:43:39.535Z] spire-1.2.1/.gitignore [2022-05-23T17:43:39.535Z] spire-1.2.1/.go-version [2022-05-23T17:43:39.535Z] spire-1.2.1/.golangci.yml [2022-05-23T17:43:39.535Z] spire-1.2.1/ADOPTERS.md [2022-05-23T17:43:39.535Z] spire-1.2.1/CHANGELOG.md [2022-05-23T17:43:39.535Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-23T17:43:39.535Z] spire-1.2.1/CODEOWNERS [2022-05-23T17:43:39.535Z] spire-1.2.1/CONTRIBUTING.md [2022-05-23T17:43:39.535Z] spire-1.2.1/Dockerfile [2022-05-23T17:43:39.535Z] spire-1.2.1/Dockerfile.dev [2022-05-23T17:43:39.535Z] spire-1.2.1/Dockerfile.scratch [2022-05-23T17:43:39.535Z] spire-1.2.1/LICENSE [2022-05-23T17:43:39.535Z] spire-1.2.1/MAINTAINERS.md [2022-05-23T17:43:39.535Z] spire-1.2.1/Makefile [2022-05-23T17:43:39.535Z] spire-1.2.1/README.md [2022-05-23T17:43:39.535Z] spire-1.2.1/ROADMAP.md [2022-05-23T17:43:39.535Z] spire-1.2.1/SECURITY.md [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-23T17:43:39.535Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-23T17:43:39.535Z] spire-1.2.1/conf/ [2022-05-23T17:43:39.535Z] spire-1.2.1/conf/agent/ [2022-05-23T17:43:39.535Z] spire-1.2.1/conf/agent/agent.conf [2022-05-23T17:43:39.535Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-23T17:43:39.535Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-23T17:43:39.535Z] spire-1.2.1/conf/server/ [2022-05-23T17:43:39.535Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-23T17:43:39.535Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-23T17:43:39.535Z] spire-1.2.1/conf/server/server.conf [2022-05-23T17:43:39.535Z] spire-1.2.1/conf/server/server_full.conf [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/ [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/SPIRE101.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/auditlog.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/images/ [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-23T17:43:39.535Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-23T17:43:39.536Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-23T17:43:39.536Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-23T17:43:39.536Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-23T17:43:39.536Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-23T17:43:39.536Z] spire-1.2.1/doc/scaling_spire.md [2022-05-23T17:43:39.536Z] spire-1.2.1/doc/spire_agent.md [2022-05-23T17:43:39.536Z] spire-1.2.1/doc/spire_server.md [2022-05-23T17:43:39.536Z] spire-1.2.1/doc/supported_integrations.md [2022-05-23T17:43:39.536Z] spire-1.2.1/doc/telemetry.md [2022-05-23T17:43:39.536Z] spire-1.2.1/doc/telemetry_config.md [2022-05-23T17:43:39.536Z] spire-1.2.1/doc/upgrading.md [2022-05-23T17:43:39.536Z] spire-1.2.1/doc/using_spire.md [2022-05-23T17:43:39.536Z] spire-1.2.1/examples/ [2022-05-23T17:43:39.536Z] spire-1.2.1/examples/README.md [2022-05-23T17:43:39.536Z] spire-1.2.1/go.mod [2022-05-23T17:43:39.536Z] spire-1.2.1/go.sum [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/agent.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/client/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/common/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/config.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-23T17:43:39.536Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/svid/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/names.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/auth/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cli/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/health/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/health/config.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/health/context.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/health/health.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/idutil/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/log/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/log/log.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/log/options.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-23T17:43:39.537Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/profiling/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/selector/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/uptime/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/util/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/util/task.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/version/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/version/version.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/x509util/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/api.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-23T17:43:39.538Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/health/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/id.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/status.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/bundle/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/ca/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/cache/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/catalog/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/config.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-23T17:43:39.539Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-23T17:43:39.540Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/registration/ [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/server.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/server_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/svid/ [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/ [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/private/ [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/private/server/ [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/private/server/journal/ [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/ [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/common/ [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/plugin/ [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-23T17:43:39.541Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-23T17:43:39.541Z] spire-1.2.1/release/ [2022-05-23T17:43:39.541Z] spire-1.2.1/release/spire-extras/ [2022-05-23T17:43:39.541Z] spire-1.2.1/release/spire-extras/README.md [2022-05-23T17:43:39.541Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-23T17:43:39.541Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-23T17:43:39.541Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-23T17:43:39.541Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-23T17:43:39.541Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-23T17:43:39.541Z] spire-1.2.1/release/spire/ [2022-05-23T17:43:39.541Z] spire-1.2.1/release/spire/README.md [2022-05-23T17:43:39.541Z] spire-1.2.1/release/spire/conf/ [2022-05-23T17:43:39.541Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-23T17:43:39.541Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-23T17:43:39.541Z] spire-1.2.1/release/spire/conf/server/ [2022-05-23T17:43:39.541Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-23T17:43:39.541Z] spire-1.2.1/script/ [2022-05-23T17:43:39.541Z] spire-1.2.1/script/build-artifact.sh [2022-05-23T17:43:39.541Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-23T17:43:39.541Z] spire-1.2.1/support/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-23T17:43:39.541Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-23T17:43:39.541Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-23T17:43:39.541Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-23T17:43:39.542Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-23T17:43:39.542Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-23T17:43:39.542Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/clock/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/clock/clock.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/fixture.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/registration/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-23T17:43:39.542Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/README.md [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/common [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-23T17:43:39.542Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-23T17:43:39.543Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-23T17:43:39.544Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/test-one.sh [2022-05-23T17:43:39.545Z] spire-1.2.1/test/integration/test.sh [2022-05-23T17:43:39.545Z] spire-1.2.1/test/plugintest/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/plugintest/config.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/plugintest/load.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/plugintest/option.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/spiretest/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/spiretest/dir.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/spiretest/logs.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/spiretest/suite.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/spiretest/x509.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/testca/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/testca/ca.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/testkey/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/testkey/generate.sh [2022-05-23T17:43:39.545Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/testkey/keys.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/testkey/new.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/tpmsimulator/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/util/ [2022-05-23T17:43:39.545Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/util/cert_generation.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/util/io_redirection.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/util/race.go [2022-05-23T17:43:39.545Z] spire-1.2.1/test/util/util.go [2022-05-23T17:43:39.545Z] building spire from source... [2022-05-23T17:43:39.545Z] Installing go1.17.7... [2022-05-23T17:43:43.747Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-05-23T17:43:45.124Z] Building bin/spire-server... [2022-05-23T17:43:45.124Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-23T17:43:45.124Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-23T17:43:45.124Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-23T17:43:45.124Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-23T17:43:45.124Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-23T17:43:45.124Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-23T17:43:45.124Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-23T17:43:45.124Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-23T17:43:45.124Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-23T17:43:45.124Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-23T17:43:45.124Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-23T17:43:45.124Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-23T17:43:45.124Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-23T17:43:45.382Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-05-23T17:43:45.382Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-23T17:43:45.640Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-23T17:43:45.641Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-23T17:43:45.641Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-23T17:43:45.641Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-23T17:43:45.641Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-23T17:43:45.899Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-23T17:43:45.899Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-23T17:43:45.899Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-23T17:43:45.899Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-23T17:43:45.899Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-23T17:43:45.899Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-23T17:43:45.899Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-23T17:43:46.158Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-23T17:43:46.158Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-23T17:43:46.158Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-23T17:43:46.158Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-23T17:43:46.158Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-23T17:43:46.158Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-23T17:43:46.158Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-23T17:43:46.158Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-23T17:43:46.158Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-23T17:43:46.158Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-23T17:43:46.417Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-23T17:43:46.418Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-23T17:43:46.418Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-23T17:43:46.418Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-23T17:43:46.418Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-23T17:43:46.418Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-23T17:43:46.418Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-23T17:43:46.676Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-23T17:43:46.676Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-23T17:43:46.676Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-23T17:43:46.676Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-23T17:43:46.676Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-23T17:43:46.676Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-23T17:43:46.676Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-23T17:43:46.676Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-23T17:43:46.676Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-23T17:43:46.934Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-23T17:43:47.869Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-23T17:43:47.869Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-23T17:43:47.869Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-23T17:43:47.869Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-23T17:43:47.869Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-23T17:43:51.213Z] go: downloading google.golang.org/api v0.70.0 [2022-05-23T17:43:51.213Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-23T17:43:51.213Z] go: downloading k8s.io/api v0.23.4 [2022-05-23T17:43:51.213Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-23T17:43:51.213Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-23T17:43:51.213Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-23T17:43:51.213Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-23T17:43:51.213Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-23T17:43:51.783Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-23T17:43:52.043Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-23T17:43:52.043Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-23T17:43:52.043Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-23T17:43:52.043Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-23T17:43:52.306Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-23T17:43:52.306Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-23T17:43:52.306Z] Removing intermediate container 2101b6b2fafa [2022-05-23T17:43:52.306Z] ---> 395d24da5929 [2022-05-23T17:43:52.306Z] [2022-05-23T17:43:52.306Z] Step 10/22 : FROM alpine:3.14 [2022-05-23T17:43:52.306Z] ---> e04c818066af [2022-05-23T17:43:52.306Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-05-23T17:43:52.306Z] Removing intermediate container de3965ba6ac2 [2022-05-23T17:43:52.306Z] ---> 28a0b0fb32b3 [2022-05-23T17:43:52.306Z] [2022-05-23T17:43:52.306Z] Step 10/23 : FROM alpine:3.14 [2022-05-23T17:43:52.306Z] ---> e04c818066af [2022-05-23T17:43:52.306Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-23T17:43:52.306Z] ---> Using cache [2022-05-23T17:43:52.306Z] ---> d021a73c068e [2022-05-23T17:43:52.306Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-23T17:43:52.306Z] ---> Using cache [2022-05-23T17:43:52.306Z] ---> c37713b87174 [2022-05-23T17:43:52.306Z] Step 13/23 : ENV APP_PORT=59882 [2022-05-23T17:43:52.306Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-23T17:43:52.306Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-23T17:43:52.565Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-23T17:43:52.565Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-23T17:43:52.565Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-23T17:43:52.565Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-23T17:43:52.565Z]  ---> Running in 2348632d170d [2022-05-23T17:43:52.565Z] ---> Running in 2d751f57905e [2022-05-23T17:43:52.824Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-23T17:43:52.824Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-23T17:43:53.085Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-23T17:43:53.085Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-23T17:43:53.085Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-23T17:43:53.085Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-23T17:43:53.085Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-23T17:43:53.085Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-23T17:43:53.085Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-23T17:43:53.085Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-23T17:43:53.085Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-23T17:43:53.085Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:43:53.085Z] Removing intermediate container 2d751f57905e [2022-05-23T17:43:53.085Z] ---> f62b5453b784 [2022-05-23T17:43:53.085Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-23T17:43:53.085Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:43:53.345Z] ---> Running in 8168193577d0 [2022-05-23T17:43:53.345Z] (1/6) Installing ca-certificates (20211220-r0) [2022-05-23T17:43:53.345Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-05-23T17:43:53.345Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-05-23T17:43:53.345Z] (4/6) Installing libcurl (7.79.1-r1) [2022-05-23T17:43:53.345Z] (5/6) Installing curl (7.79.1-r1) [2022-05-23T17:43:53.345Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-05-23T17:43:53.345Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T17:43:53.345Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T17:43:53.606Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-23T17:43:53.606Z] OK: 8 MiB in 20 packages [2022-05-23T17:43:53.606Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-23T17:43:53.606Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-23T17:43:53.866Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-23T17:43:53.866Z] Removing intermediate container 8168193577d0 [2022-05-23T17:43:53.866Z] ---> 7c0368678c1d [2022-05-23T17:43:53.866Z] Step 15/23 : WORKDIR / [2022-05-23T17:43:53.866Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-23T17:43:54.126Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-23T17:43:54.126Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-23T17:43:54.385Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-23T17:43:54.712Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-23T17:43:54.712Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-23T17:43:54.712Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-23T17:43:54.712Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-23T17:43:54.712Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-23T17:43:54.712Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-23T17:43:54.712Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-23T17:43:54.712Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-23T17:43:54.973Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-23T17:43:54.973Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-23T17:43:54.973Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-23T17:43:54.973Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-23T17:43:54.973Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-23T17:43:54.974Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-23T17:43:54.974Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-23T17:43:54.974Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-23T17:43:54.974Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-23T17:43:54.974Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-23T17:43:54.974Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-23T17:43:54.974Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-23T17:43:54.974Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-23T17:43:54.974Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-23T17:43:54.974Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-23T17:43:54.974Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-23T17:43:54.974Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-23T17:43:54.974Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-23T17:43:54.974Z] go: downloading go.opencensus.io v0.23.0 [2022-05-23T17:43:55.234Z]  ---> Running in 06e21a0a616f [2022-05-23T17:43:55.234Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-23T17:43:55.234Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-23T17:43:55.234Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-23T17:43:55.234Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-23T17:43:55.234Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-23T17:43:55.234Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-23T17:43:55.234Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-23T17:43:55.234Z] Removing intermediate container 828e71deb6f4 [2022-05-23T17:43:55.234Z] ---> 4032b6862a71 [2022-05-23T17:43:55.234Z] [2022-05-23T17:43:55.234Z] Step 10/22 : FROM alpine:3.14 [2022-05-23T17:43:55.234Z] ---> e04c818066af [2022-05-23T17:43:55.234Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-05-23T17:43:55.234Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-23T17:43:55.234Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-23T17:43:55.234Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-23T17:43:55.234Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-23T17:43:55.234Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-23T17:43:55.234Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-23T17:43:55.234Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-23T17:43:55.234Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-23T17:43:55.234Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-23T17:43:55.234Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-23T17:43:55.493Z]  ---> Running in fd82bce087ea [2022-05-23T17:43:55.493Z] Removing intermediate container 2348632d170d [2022-05-23T17:43:55.493Z] ---> eefd125adacb [2022-05-23T17:43:55.493Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-23T17:43:55.753Z] Removing intermediate container 06e21a0a616f [2022-05-23T17:43:55.753Z] ---> 86046cedf84b [2022-05-23T17:43:55.753Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T17:43:55.753Z] ---> Running in e1c4b04cba3a [2022-05-23T17:43:55.753Z] Removing intermediate container e1c4b04cba3a [2022-05-23T17:43:55.753Z] ---> de0ce3e6005a [2022-05-23T17:43:55.753Z] Step 13/22 : WORKDIR /edgex [2022-05-23T17:43:56.011Z] ---> 75fc8fd1aa1d [2022-05-23T17:43:56.011Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-05-23T17:43:56.011Z] ---> Running in cbe939da88e2 [2022-05-23T17:43:56.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:43:56.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:43:56.270Z] Removing intermediate container cbe939da88e2 [2022-05-23T17:43:56.270Z] ---> cde806fc1a8f [2022-05-23T17:43:56.270Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-05-23T17:43:56.270Z] (1/2) Installing ca-certificates (20211220-r0) [2022-05-23T17:43:56.270Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-05-23T17:43:56.270Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T17:43:56.270Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T17:43:56.270Z] OK: 6 MiB in 16 packages [2022-05-23T17:43:56.270Z] ---> b1d80b6a0df4 [2022-05-23T17:43:56.270Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-05-23T17:43:56.270Z] ---> 26826183aba9 [2022-05-23T17:43:56.270Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-05-23T17:43:56.838Z] ---> 3c604e94cdc4 [2022-05-23T17:43:56.838Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-05-23T17:43:57.096Z] ---> Running in 02ce62df8f42 [2022-05-23T17:43:57.096Z] ---> d89d8281d3ce [2022-05-23T17:43:57.096Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-05-23T17:43:57.358Z] Removing intermediate container fd82bce087ea [2022-05-23T17:43:57.358Z] ---> 85a04d90ad85 [2022-05-23T17:43:57.358Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-23T17:43:57.926Z] Removing intermediate container 02ce62df8f42 [2022-05-23T17:43:57.926Z] ---> ff2fb789ee47 [2022-05-23T17:43:57.926Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T17:43:57.926Z] ---> 18d0f0bb8610 [2022-05-23T17:43:57.926Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-05-23T17:43:57.926Z] ---> Running in 22b35983ac55 [2022-05-23T17:43:58.191Z] ---> Running in 07460d1a15ec [2022-05-23T17:43:58.191Z] ---> e1b4d08f4a58 [2022-05-23T17:43:58.191Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-05-23T17:43:58.191Z] Removing intermediate container 22b35983ac55 [2022-05-23T17:43:58.191Z] ---> 532f58573dff [2022-05-23T17:43:58.191Z] Step 13/22 : ENV APP_PORT=59860 [2022-05-23T17:43:58.450Z] ---> Running in b75b500451e2 [2022-05-23T17:43:58.450Z] Removing intermediate container 07460d1a15ec [2022-05-23T17:43:58.450Z] ---> 1ffe195635b1 [2022-05-23T17:43:58.450Z] Step 21/23 : LABEL arch=x86_64 [2022-05-23T17:43:58.450Z] ---> Running in 25f2fdc8d2c1 [2022-05-23T17:43:59.019Z] ---> Running in 825f4c6425bd [2022-05-23T17:43:59.019Z] Removing intermediate container b75b500451e2 [2022-05-23T17:43:59.019Z] ---> ba425a716836 [2022-05-23T17:43:59.019Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-23T17:43:59.019Z] ---> Running in 3a58121ac7d0 [2022-05-23T17:43:59.019Z] Removing intermediate container 825f4c6425bd [2022-05-23T17:43:59.019Z] ---> 247555768da3 [2022-05-23T17:43:59.019Z] Step 22/23 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:43:59.589Z] ---> Running in e791b48d7510 [2022-05-23T17:43:59.589Z] Removing intermediate container 3a58121ac7d0 [2022-05-23T17:43:59.589Z] ---> bb7f72ba81bc [2022-05-23T17:43:59.589Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T17:44:00.528Z] Removing intermediate container e791b48d7510 [2022-05-23T17:44:00.528Z] ---> 8982a4cfc040 [2022-05-23T17:44:00.528Z] Step 23/23 : LABEL version=2.2.1-dev.7 [2022-05-23T17:44:00.528Z] ---> 75faa48b5dff [2022-05-23T17:44:00.528Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-05-23T17:44:00.795Z] Removing intermediate container 25f2fdc8d2c1 [2022-05-23T17:44:00.795Z] ---> 2ccd11569fb2 [2022-05-23T17:44:00.795Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-05-23T17:44:00.795Z] ---> Running in bc98f4c9a02e [2022-05-23T17:44:01.056Z] ---> Running in afb7fc44bfe0 [2022-05-23T17:44:01.056Z] Removing intermediate container bc98f4c9a02e [2022-05-23T17:44:01.056Z] ---> 6721a1350d73 [2022-05-23T17:44:01.056Z] [2022-05-23T17:44:01.316Z] Successfully built 6721a1350d73 [2022-05-23T17:44:01.316Z] Successfully tagged core-command:latest [2022-05-23T17:44:01.316Z]  Building core-command ... done Building core-metadata [2022-05-23T17:44:01.316Z] Removing intermediate container afb7fc44bfe0 [2022-05-23T17:44:01.316Z] ---> 2d7d65e440fd [2022-05-23T17:44:01.316Z] Step 20/22 : LABEL arch=x86_64 [2022-05-23T17:44:01.316Z] ---> 253dd66ea8be [2022-05-23T17:44:01.316Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-05-23T17:44:02.254Z] ---> Running in 969be3682eee [2022-05-23T17:44:02.254Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-23T17:44:02.254Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-23T17:44:04.353Z]  ---> 59f263edbbc4 [2022-05-23T17:44:04.353Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-05-23T17:44:04.353Z] Removing intermediate container 969be3682eee [2022-05-23T17:44:04.353Z] ---> 42ede41e9199 [2022-05-23T17:44:04.353Z] Step 21/22 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:44:04.353Z] ---> Running in fa59b27e8f2e [2022-05-23T17:44:04.353Z] ---> Running in 853d079a5f14 [2022-05-23T17:44:04.613Z] Removing intermediate container fa59b27e8f2e [2022-05-23T17:44:04.613Z] ---> 436416f47868 [2022-05-23T17:44:04.613Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T17:44:04.613Z] Removing intermediate container 853d079a5f14 [2022-05-23T17:44:04.613Z] ---> 022f419845b4 [2022-05-23T17:44:04.613Z] Step 22/22 : LABEL version=2.2.1-dev.7 [2022-05-23T17:44:04.872Z] ---> Running in b6aea2106542 [2022-05-23T17:44:04.872Z] ---> Running in 78a92fda664e [2022-05-23T17:44:04.872Z] Removing intermediate container b6aea2106542 [2022-05-23T17:44:04.872Z] ---> 320483c8265c [2022-05-23T17:44:04.872Z] Step 20/22 : LABEL arch=x86_64 [2022-05-23T17:44:05.131Z] Removing intermediate container 78a92fda664e [2022-05-23T17:44:05.131Z] ---> 9074edd07f72 [2022-05-23T17:44:05.131Z] [2022-05-23T17:44:05.131Z] ---> Running in 51b44f9280bb [2022-05-23T17:44:05.403Z] Removing intermediate container 51b44f9280bb [2022-05-23T17:44:05.403Z] ---> 7e3c73126936 [2022-05-23T17:44:05.403Z] Step 21/22 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:44:05.403Z] Successfully built 9074edd07f72 [2022-05-23T17:44:05.403Z] Successfully tagged security-proxy-setup:latest [2022-05-23T17:44:05.403Z] Building sys-mgmt-agent [2022-05-23T17:44:05.663Z]  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:44:05.663Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:44:05.663Z] ---> 1241296b4697 [2022-05-23T17:44:05.663Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T17:44:05.663Z] ---> Using cache [2022-05-23T17:44:05.663Z] ---> 1c17c6ab5058 [2022-05-23T17:44:05.663Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:44:05.663Z] ---> Using cache [2022-05-23T17:44:05.663Z] ---> 01f8f2b75e15 [2022-05-23T17:44:05.663Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-23T17:44:05.663Z] ---> Using cache [2022-05-23T17:44:05.663Z] ---> 8b180c0cddb9 [2022-05-23T17:44:05.663Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T17:44:05.663Z] ---> Using cache [2022-05-23T17:44:05.663Z] ---> 6570fbcb8914 [2022-05-23T17:44:05.663Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:44:05.663Z] ---> Using cache [2022-05-23T17:44:05.663Z] ---> ea8070f2137f [2022-05-23T17:44:05.663Z] Step 8/23 : COPY . . [2022-05-23T17:44:05.663Z] ---> Using cache [2022-05-23T17:44:05.663Z] ---> da416bbe5fd5 [2022-05-23T17:44:05.663Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-05-23T17:44:05.663Z] ---> Running in 6a1b768077f9 [2022-05-23T17:44:05.663Z] ---> Running in 76b3095b459a [2022-05-23T17:44:07.046Z] Removing intermediate container 6a1b768077f9 [2022-05-23T17:44:07.046Z] ---> 7e1c2d8c36d1 [2022-05-23T17:44:07.046Z] Step 22/22 : LABEL version=2.2.1-dev.7 [2022-05-23T17:44:07.615Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-05-23T17:44:08.187Z] ---> Running in 17938e9230c2 [2022-05-23T17:44:09.122Z] Removing intermediate container 17938e9230c2 [2022-05-23T17:44:09.122Z] ---> d0cecd153665 [2022-05-23T17:44:09.122Z] [2022-05-23T17:44:09.122Z] Successfully built d0cecd153665 [2022-05-23T17:44:09.122Z] Successfully tagged support-notifications:latest [2022-05-23T17:44:09.122Z]  Building support-notifications ... done Building security-spire-server [2022-05-23T17:44:09.690Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:44:09.690Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:44:09.690Z] ---> 1241296b4697 [2022-05-23T17:44:09.690Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T17:44:09.690Z] ---> Using cache [2022-05-23T17:44:09.690Z] ---> 1c17c6ab5058 [2022-05-23T17:44:09.690Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:44:09.690Z] ---> Using cache [2022-05-23T17:44:09.690Z] ---> 01f8f2b75e15 [2022-05-23T17:44:09.690Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-05-23T17:44:12.223Z] ---> Running in 64a42dbf2c44 [2022-05-23T17:44:12.790Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:44:13.358Z] Building bin/spire-agent... [2022-05-23T17:44:13.617Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-23T17:44:13.617Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:44:13.617Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:44:13.617Z] ---> 1241296b4697 [2022-05-23T17:44:13.617Z] Step 3/25 : WORKDIR /edgex-go [2022-05-23T17:44:13.617Z] ---> Using cache [2022-05-23T17:44:13.617Z] ---> 1c17c6ab5058 [2022-05-23T17:44:13.617Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:44:13.617Z] ---> Using cache [2022-05-23T17:44:13.617Z] ---> 01f8f2b75e15 [2022-05-23T17:44:13.617Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-05-23T17:44:13.617Z] ---> Using cache [2022-05-23T17:44:13.617Z] ---> d9832a3e32a5 [2022-05-23T17:44:13.617Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-23T17:44:13.617Z] ---> Using cache [2022-05-23T17:44:13.617Z] ---> 166be410d987 [2022-05-23T17:44:13.617Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:44:13.617Z] ---> Using cache [2022-05-23T17:44:13.617Z] ---> 0bdc7202808f [2022-05-23T17:44:13.617Z] Step 8/25 : COPY . . [2022-05-23T17:44:13.617Z] ---> Using cache [2022-05-23T17:44:13.617Z] ---> 21a619aa5929 [2022-05-23T17:44:13.617Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-05-23T17:44:13.617Z] ---> Using cache [2022-05-23T17:44:13.617Z] ---> 497234797d47 [2022-05-23T17:44:13.617Z] Step 10/25 : RUN mkdir -p spire-build [2022-05-23T17:44:13.617Z] ---> Using cache [2022-05-23T17:44:13.617Z] ---> de68b922a662 [2022-05-23T17:44:13.617Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-05-23T17:44:13.617Z] ---> Using cache [2022-05-23T17:44:13.617Z] ---> 818fafa19014 [2022-05-23T17:44:13.617Z] Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-05-23T17:44:13.617Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:44:13.876Z] OK: 221 MiB in 52 packages [2022-05-23T17:44:14.135Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-23T17:44:14.135Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-23T17:44:14.135Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-23T17:44:14.394Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-23T17:44:14.394Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-23T17:44:14.394Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-23T17:44:15.328Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-23T17:44:15.328Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-23T17:44:15.328Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-23T17:44:15.328Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-23T17:44:15.328Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-23T17:44:15.328Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-23T17:44:15.587Z]  ---> Running in b8db74ef1c21 [2022-05-23T17:44:16.156Z] Removing intermediate container 64a42dbf2c44 [2022-05-23T17:44:16.156Z] ---> b41aea56a1f6 [2022-05-23T17:44:16.156Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T17:44:16.726Z] ---> 2667dd2d6036 [2022-05-23T17:44:16.726Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:44:16.726Z] ---> Running in 40620287ed8f [2022-05-23T17:44:17.295Z] spire-1.2.1/ [2022-05-23T17:44:17.295Z] spire-1.2.1/.data/ [2022-05-23T17:44:17.295Z] spire-1.2.1/.data/.file [2022-05-23T17:44:17.295Z] spire-1.2.1/.dockerignore [2022-05-23T17:44:17.295Z] spire-1.2.1/.gitattributes [2022-05-23T17:44:17.295Z] spire-1.2.1/.githooks/ [2022-05-23T17:44:17.295Z] spire-1.2.1/.githooks/pre-commit [2022-05-23T17:44:17.295Z] spire-1.2.1/.github/ [2022-05-23T17:44:17.295Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-23T17:44:17.295Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-23T17:44:17.295Z] spire-1.2.1/.github/dependabot.yml [2022-05-23T17:44:17.295Z] spire-1.2.1/.github/workflows/ [2022-05-23T17:44:17.295Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-23T17:44:17.295Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-23T17:44:17.295Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-23T17:44:17.295Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-23T17:44:17.295Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-23T17:44:17.295Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-23T17:44:17.295Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-23T17:44:17.295Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-23T17:44:17.295Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-23T17:44:17.295Z] spire-1.2.1/.gitignore [2022-05-23T17:44:17.295Z] spire-1.2.1/.go-version [2022-05-23T17:44:17.295Z] spire-1.2.1/.golangci.yml [2022-05-23T17:44:17.295Z] spire-1.2.1/ADOPTERS.md [2022-05-23T17:44:17.295Z] spire-1.2.1/CHANGELOG.md [2022-05-23T17:44:17.295Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-23T17:44:17.295Z] spire-1.2.1/CODEOWNERS [2022-05-23T17:44:17.295Z] spire-1.2.1/CONTRIBUTING.md [2022-05-23T17:44:17.295Z] spire-1.2.1/Dockerfile [2022-05-23T17:44:17.295Z] spire-1.2.1/Dockerfile.dev [2022-05-23T17:44:17.295Z] spire-1.2.1/Dockerfile.scratch [2022-05-23T17:44:17.295Z] spire-1.2.1/LICENSE [2022-05-23T17:44:17.295Z] spire-1.2.1/MAINTAINERS.md [2022-05-23T17:44:17.295Z] spire-1.2.1/Makefile [2022-05-23T17:44:17.295Z] spire-1.2.1/README.md [2022-05-23T17:44:17.295Z] spire-1.2.1/ROADMAP.md [2022-05-23T17:44:17.295Z] spire-1.2.1/SECURITY.md [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-23T17:44:17.295Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-23T17:44:17.296Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-23T17:44:17.296Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-23T17:44:17.296Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-23T17:44:17.296Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-23T17:44:17.296Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-23T17:44:17.296Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-23T17:44:17.296Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-23T17:44:17.296Z] spire-1.2.1/conf/ [2022-05-23T17:44:17.296Z] spire-1.2.1/conf/agent/ [2022-05-23T17:44:17.296Z] spire-1.2.1/conf/agent/agent.conf [2022-05-23T17:44:17.296Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-23T17:44:17.296Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-23T17:44:17.296Z] spire-1.2.1/conf/server/ [2022-05-23T17:44:17.296Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-23T17:44:17.296Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-23T17:44:17.296Z] spire-1.2.1/conf/server/server.conf [2022-05-23T17:44:17.296Z] spire-1.2.1/conf/server/server_full.conf [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/ [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/SPIRE101.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/auditlog.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/images/ [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/scaling_spire.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/spire_agent.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/spire_server.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/supported_integrations.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/telemetry.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/telemetry_config.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/upgrading.md [2022-05-23T17:44:17.296Z] spire-1.2.1/doc/using_spire.md [2022-05-23T17:44:17.296Z] spire-1.2.1/examples/ [2022-05-23T17:44:17.296Z] spire-1.2.1/examples/README.md [2022-05-23T17:44:17.296Z] spire-1.2.1/go.mod [2022-05-23T17:44:17.296Z] spire-1.2.1/go.sum [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/agent.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/client/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/common/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/config.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-23T17:44:17.296Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/svid/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/names.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/auth/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cli/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-23T17:44:17.297Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/health/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/health/config.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/health/context.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/health/health.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/idutil/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/log/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/log/log.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/log/options.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/profiling/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/selector/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/uptime/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/util/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/util/task.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/version/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/version/version.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/x509util/ [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-23T17:44:17.298Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/ [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/ [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/api.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/health/ [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/id.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-23T17:44:17.299Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/status.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/bundle/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/ca/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/cache/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/catalog/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/config.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-23T17:44:17.561Z] spire-1.2.1/pkg/server/plugin/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/registration/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/server.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/server_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/svid/ [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/ [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/private/ [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/private/server/ [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/private/server/journal/ [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/spire/ [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/spire/common/ [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/spire/plugin/ [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-23T17:44:17.562Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-23T17:44:17.563Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-23T17:44:17.563Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-23T17:44:17.563Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-23T17:44:17.563Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-23T17:44:17.563Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-23T17:44:17.563Z] spire-1.2.1/release/ [2022-05-23T17:44:17.563Z] spire-1.2.1/release/spire-extras/ [2022-05-23T17:44:17.563Z] spire-1.2.1/release/spire-extras/README.md [2022-05-23T17:44:17.563Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-23T17:44:17.563Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-23T17:44:17.563Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-23T17:44:17.563Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/release/spire/ [2022-05-23T17:44:17.563Z] spire-1.2.1/release/spire/README.md [2022-05-23T17:44:17.563Z] spire-1.2.1/release/spire/conf/ [2022-05-23T17:44:17.563Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-23T17:44:17.563Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/release/spire/conf/server/ [2022-05-23T17:44:17.563Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/script/ [2022-05-23T17:44:17.563Z] spire-1.2.1/script/build-artifact.sh [2022-05-23T17:44:17.563Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-23T17:44:17.563Z] spire-1.2.1/support/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-23T17:44:17.563Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-23T17:44:17.563Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-23T17:44:17.563Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/clock/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/clock/clock.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/fixture.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/registration/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-23T17:44:17.563Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/README.md [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/common [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-23T17:44:17.563Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-23T17:44:17.564Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/test-one.sh [2022-05-23T17:44:17.565Z] spire-1.2.1/test/integration/test.sh [2022-05-23T17:44:17.565Z] spire-1.2.1/test/plugintest/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/plugintest/config.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/plugintest/load.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/plugintest/option.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/spiretest/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/spiretest/dir.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/spiretest/logs.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/spiretest/suite.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/spiretest/x509.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/testca/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/testca/ca.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/testkey/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/testkey/generate.sh [2022-05-23T17:44:17.565Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/testkey/keys.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/testkey/new.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/tpmsimulator/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/util/ [2022-05-23T17:44:17.565Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/util/cert_generation.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/util/io_redirection.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/util/race.go [2022-05-23T17:44:17.565Z] spire-1.2.1/test/util/util.go [2022-05-23T17:44:17.565Z] building spire from source... [2022-05-23T17:44:17.565Z] Installing go1.17.7... [2022-05-23T17:44:20.096Z] Removing intermediate container 40620287ed8f [2022-05-23T17:44:20.096Z] ---> b567f07cfbe5 [2022-05-23T17:44:20.096Z] Step 8/23 : COPY . . [2022-05-23T17:44:23.383Z] Building bin/spire-server... [2022-05-23T17:44:23.383Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-23T17:44:23.383Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-23T17:44:23.383Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-23T17:44:23.383Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-23T17:44:23.383Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-23T17:44:23.383Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-23T17:44:23.383Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-23T17:44:23.383Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-23T17:44:23.383Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-23T17:44:23.643Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-23T17:44:23.643Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-05-23T17:44:23.643Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-23T17:44:23.901Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-23T17:44:23.901Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-23T17:44:23.901Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-23T17:44:23.901Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-23T17:44:23.901Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-23T17:44:24.161Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-23T17:44:24.162Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-23T17:44:24.162Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-23T17:44:24.162Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-23T17:44:24.162Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-23T17:44:24.162Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-23T17:44:24.162Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-23T17:44:24.162Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-23T17:44:24.162Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-23T17:44:24.162Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-23T17:44:24.162Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-23T17:44:24.423Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-23T17:44:24.423Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-23T17:44:24.423Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-23T17:44:24.423Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-23T17:44:24.423Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-23T17:44:24.423Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-23T17:44:24.423Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-23T17:44:24.423Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-23T17:44:24.423Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-23T17:44:24.423Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-23T17:44:24.423Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-23T17:44:24.683Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-23T17:44:24.683Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-23T17:44:24.683Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-23T17:44:24.943Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-23T17:44:24.943Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-23T17:44:24.943Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-23T17:44:24.943Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-23T17:44:24.943Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-23T17:44:27.480Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-23T17:44:27.480Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-23T17:44:27.480Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-23T17:44:27.480Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-23T17:44:27.480Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-23T17:44:27.480Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-23T17:44:27.480Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-23T17:44:27.480Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-23T17:44:27.480Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-23T17:44:27.480Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-23T17:44:27.738Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-23T17:44:27.738Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-23T17:44:31.024Z] go: downloading google.golang.org/api v0.70.0 [2022-05-23T17:44:31.024Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-23T17:44:31.024Z] go: downloading k8s.io/api v0.23.4 [2022-05-23T17:44:31.024Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-23T17:44:31.024Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-23T17:44:31.283Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-23T17:44:31.851Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-23T17:44:32.108Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-23T17:44:32.108Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-23T17:44:32.365Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-23T17:44:32.365Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-23T17:44:32.625Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-23T17:44:32.625Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-23T17:44:32.625Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-23T17:44:32.771Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:44:32.771Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:44:32.771Z] ---> 007078638b17 [2022-05-23T17:44:32.771Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T17:44:32.771Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:44:32.771Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:44:32.771Z] ---> 007078638b17 [2022-05-23T17:44:32.771Z] Step 3/22 : WORKDIR /edgex-go [2022-05-23T17:44:32.771Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:44:32.771Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:44:32.771Z] ---> 007078638b17 [2022-05-23T17:44:32.771Z] Step 3/22 : WORKDIR /edgex-go [2022-05-23T17:44:32.771Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:44:32.771Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:44:32.771Z] ---> 007078638b17 [2022-05-23T17:44:32.771Z] Step 3/20 : WORKDIR /edgex-go [2022-05-23T17:44:32.771Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:44:32.771Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:44:32.771Z] ---> 007078638b17 [2022-05-23T17:44:32.771Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T17:44:32.771Z] ---> Running in c2d04eab6b24 [2022-05-23T17:44:32.771Z] ---> Running in c18522274567 [2022-05-23T17:44:32.771Z] ---> Running in 8e8348c099cd [2022-05-23T17:44:32.771Z] ---> Running in e1a9a19e98fb [2022-05-23T17:44:32.771Z] ---> Running in 38a51ed81b8c [2022-05-23T17:44:32.771Z] Removing intermediate container 8e8348c099cd [2022-05-23T17:44:32.771Z] ---> 7ab892d4efe5 [2022-05-23T17:44:32.771Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:44:32.771Z] Removing intermediate container c2d04eab6b24 [2022-05-23T17:44:32.771Z] ---> 226241c2edea [2022-05-23T17:44:32.771Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:44:32.771Z] ---> Running in 35c1058af206 [2022-05-23T17:44:32.771Z] Removing intermediate container e1a9a19e98fb [2022-05-23T17:44:32.771Z] ---> 4bf1c025f4e4 [2022-05-23T17:44:32.771Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:44:32.771Z] Removing intermediate container 38a51ed81b8c [2022-05-23T17:44:32.771Z] ---> b3ee475d7ea7 [2022-05-23T17:44:32.771Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:44:32.771Z] Removing intermediate container c18522274567 [2022-05-23T17:44:32.771Z] ---> f0f28f96c918 [2022-05-23T17:44:32.771Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-05-23T17:44:32.771Z] ---> Running in e7fcc72571bc [2022-05-23T17:44:32.771Z] ---> Running in 14af951c67f0 [2022-05-23T17:44:32.771Z] ---> Running in 3011b42ee3b2 [2022-05-23T17:44:32.771Z] ---> Running in 721e1d09d3de [2022-05-23T17:44:32.771Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:44:32.771Z] Removing intermediate container e7fcc72571bc [2022-05-23T17:44:32.771Z] ---> bd4d3f12bb74 [2022-05-23T17:44:32.771Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-23T17:44:32.771Z] Removing intermediate container 35c1058af206 [2022-05-23T17:44:32.771Z] ---> a32ae8eb4875 [2022-05-23T17:44:32.771Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-05-23T17:44:32.771Z] ---> Running in 31f088d671f1 [2022-05-23T17:44:32.771Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:44:32.771Z] ---> Running in df382ad387d7 [2022-05-23T17:44:32.771Z] Removing intermediate container 3011b42ee3b2 [2022-05-23T17:44:32.771Z] ---> 6cbd6138947d [2022-05-23T17:44:32.771Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-23T17:44:32.771Z] Removing intermediate container 14af951c67f0 [2022-05-23T17:44:32.771Z] ---> 7b5224939ff9 [2022-05-23T17:44:32.771Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-23T17:44:32.771Z] ---> Running in eaf1d8b5d32b [2022-05-23T17:44:32.771Z] ---> Running in a43fa72d7546 [2022-05-23T17:44:32.771Z] v3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T17:44:32.771Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T17:44:32.771Z] OK: 15741 distinct packages available [2022-05-23T17:44:32.771Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:44:32.771Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:44:32.771Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:44:32.771Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:44:32.771Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:44:32.771Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:44:32.771Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:44:32.771Z] OK: 220 MiB in 52 packages [2022-05-23T17:44:32.883Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-23T17:44:33.060Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:44:33.060Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:44:33.463Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-23T17:44:33.463Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-23T17:44:33.722Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-23T17:44:33.722Z]  ---> cdfdea5d775e [2022-05-23T17:44:33.722Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-05-23T17:44:33.722Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-23T17:44:33.980Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-23T17:44:33.980Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-23T17:44:34.058Z] OK: 220 MiB in 52 packages [2022-05-23T17:44:34.058Z] Removing intermediate container 721e1d09d3de [2022-05-23T17:44:34.058Z] ---> 475b8081e566 [2022-05-23T17:44:34.058Z] Step 5/20 : COPY go.mod vendor* ./ [2022-05-23T17:44:34.058Z] OK: 220 MiB in 52 packages [2022-05-23T17:44:34.058Z] OK: 220 MiB in 52 packages [2022-05-23T17:44:34.251Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-23T17:44:34.251Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-23T17:44:34.511Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-23T17:44:34.511Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-23T17:44:34.769Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-23T17:44:34.769Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-23T17:44:34.769Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-23T17:44:34.769Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-23T17:44:35.027Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-23T17:44:35.065Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:44:35.286Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-23T17:44:35.286Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-23T17:44:35.286Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-23T17:44:35.344Z] ---> 9222127996e0 [2022-05-23T17:44:35.344Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:44:35.544Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-23T17:44:35.544Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-23T17:44:35.621Z] Removing intermediate container df382ad387d7 [2022-05-23T17:44:35.621Z] ---> 2a0631f3540d [2022-05-23T17:44:35.621Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-23T17:44:35.621Z] ---> Running in 8a489de682ef [2022-05-23T17:44:35.819Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-23T17:44:35.819Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-23T17:44:35.819Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-23T17:44:35.819Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-23T17:44:35.819Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-23T17:44:35.819Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-23T17:44:35.819Z]  ---> Running in 850239c80c6e [2022-05-23T17:44:35.819Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-23T17:44:35.819Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-23T17:44:35.896Z] Removing intermediate container eaf1d8b5d32b [2022-05-23T17:44:35.896Z] ---> 8fa86c5d05af [2022-05-23T17:44:35.896Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-23T17:44:35.896Z] Removing intermediate container a43fa72d7546 [2022-05-23T17:44:35.896Z] ---> 9a9a40ba932d [2022-05-23T17:44:35.896Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T17:44:36.078Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-23T17:44:36.078Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-23T17:44:36.078Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-23T17:44:36.078Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-23T17:44:36.078Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-23T17:44:36.078Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-23T17:44:36.078Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-23T17:44:36.078Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-23T17:44:36.078Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-23T17:44:36.078Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-23T17:44:36.078Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-23T17:44:36.078Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-23T17:44:36.078Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-23T17:44:36.078Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-23T17:44:36.078Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-23T17:44:36.078Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-23T17:44:36.078Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-23T17:44:36.078Z] go: downloading go.opencensus.io v0.23.0 [2022-05-23T17:44:36.078Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-23T17:44:36.078Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-23T17:44:36.337Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-23T17:44:36.337Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-23T17:44:36.337Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-23T17:44:36.337Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-23T17:44:36.337Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-23T17:44:36.337Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-23T17:44:36.337Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-23T17:44:36.337Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-23T17:44:36.337Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-23T17:44:36.337Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-23T17:44:36.337Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-23T17:44:36.337Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-23T17:44:36.337Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-23T17:44:36.337Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-23T17:44:36.337Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-23T17:44:36.337Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-23T17:44:36.337Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-23T17:44:36.337Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-23T17:44:36.596Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-23T17:44:36.596Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-23T17:44:36.596Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-05-23T17:44:36.596Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-23T17:44:36.883Z] ---> bafcc2754c9b [2022-05-23T17:44:36.883Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:44:36.883Z] OK: 220 MiB in 52 packages [2022-05-23T17:44:36.883Z] ---> Running in b634840e2c09 [2022-05-23T17:44:36.883Z] ---> 77f548ee2d54 [2022-05-23T17:44:36.883Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:44:37.166Z] ---> Running in 37aabb2c2732 [2022-05-23T17:44:37.465Z] ---> 4fa4233c3caa [2022-05-23T17:44:37.465Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:44:37.757Z] ---> Running in 9325a35d4993 [2022-05-23T17:44:38.370Z] Removing intermediate container 31f088d671f1 [2022-05-23T17:44:38.370Z] ---> f1ebf44d570c [2022-05-23T17:44:38.370Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T17:44:39.833Z] ---> 7ba9ec1ed73a [2022-05-23T17:44:39.833Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:44:39.833Z] ---> Running in 2042ff3814aa [2022-05-23T17:44:40.435Z] Removing intermediate container 8a489de682ef [2022-05-23T17:44:40.435Z] ---> b9e5d5aba380 [2022-05-23T17:44:40.435Z] Step 7/20 : COPY . . [2022-05-23T17:44:41.874Z] Removing intermediate container 76b3095b459a [2022-05-23T17:44:41.874Z] ---> 53307693d6c3 [2022-05-23T17:44:41.874Z] [2022-05-23T17:44:41.874Z] Step 10/23 : FROM alpine:3.14 [2022-05-23T17:44:41.874Z] ---> e04c818066af [2022-05-23T17:44:41.874Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-23T17:44:41.874Z] ---> Using cache [2022-05-23T17:44:41.874Z] ---> d021a73c068e [2022-05-23T17:44:41.874Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-23T17:44:41.874Z] ---> Using cache [2022-05-23T17:44:41.874Z] ---> c37713b87174 [2022-05-23T17:44:41.874Z] Step 13/23 : ENV APP_PORT=59881 [2022-05-23T17:44:42.135Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-23T17:44:42.135Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-23T17:44:43.071Z] Removing intermediate container b634840e2c09 [2022-05-23T17:44:43.072Z] ---> 9925fcfb6858 [2022-05-23T17:44:43.072Z] Step 8/22 : COPY . . [2022-05-23T17:44:43.679Z] Removing intermediate container 9325a35d4993 [2022-05-23T17:44:43.679Z] ---> 62750b37a532 [2022-05-23T17:44:43.679Z] Step 8/23 : COPY . . [2022-05-23T17:44:43.957Z] Removing intermediate container 37aabb2c2732 [2022-05-23T17:44:43.957Z] ---> 71da5b703000 [2022-05-23T17:44:43.957Z] Step 8/22 : COPY . . [2022-05-23T17:44:44.232Z] Removing intermediate container 2042ff3814aa [2022-05-23T17:44:44.232Z] ---> a7242985c5b9 [2022-05-23T17:44:44.232Z] Step 8/23 : COPY . . [2022-05-23T17:44:47.409Z]  ---> Running in f3b0fdb38c64 [2022-05-23T17:44:47.668Z] Removing intermediate container f3b0fdb38c64 [2022-05-23T17:44:47.668Z] ---> c0e5c87d30f8 [2022-05-23T17:44:47.668Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-23T17:44:48.247Z] ---> Running in e6326ccf5e90 [2022-05-23T17:44:48.541Z] Removing intermediate container e6326ccf5e90 [2022-05-23T17:44:48.541Z] ---> e3e7565e8035 [2022-05-23T17:44:48.541Z] Step 15/23 : WORKDIR / [2022-05-23T17:44:48.807Z] ---> Running in df6dbf8d30e4 [2022-05-23T17:44:49.380Z] Removing intermediate container df6dbf8d30e4 [2022-05-23T17:44:49.380Z] ---> 5b6a7c74b012 [2022-05-23T17:44:49.380Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T17:44:50.760Z] ---> 2e2522ec5755 [2022-05-23T17:44:50.760Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-05-23T17:44:52.678Z] ---> f73e8edb49c2 [2022-05-23T17:44:52.678Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-05-23T17:44:53.622Z] ---> 0750e60a9ba1 [2022-05-23T17:44:53.622Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-05-23T17:44:53.880Z] ---> Running in ff730ee63a0a [2022-05-23T17:44:54.818Z] Removing intermediate container ff730ee63a0a [2022-05-23T17:44:54.818Z] ---> d4468078a825 [2022-05-23T17:44:54.818Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T17:44:55.076Z] ---> Running in 50b40a0b5f37 [2022-05-23T17:44:55.644Z] Removing intermediate container 50b40a0b5f37 [2022-05-23T17:44:55.644Z] ---> 66d8213e01c2 [2022-05-23T17:44:55.644Z] Step 21/23 : LABEL arch=x86_64 [2022-05-23T17:44:55.907Z] ---> Running in 4deba36968b1 [2022-05-23T17:44:56.491Z] Removing intermediate container 4deba36968b1 [2022-05-23T17:44:56.491Z] ---> 5bcca7a4d009 [2022-05-23T17:44:56.491Z] Step 22/23 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:44:56.491Z] ---> Running in ba6d6d3f2811 [2022-05-23T17:44:56.751Z] Removing intermediate container ba6d6d3f2811 [2022-05-23T17:44:56.751Z] ---> 21e5bbfbe89f [2022-05-23T17:44:56.751Z] Step 23/23 : LABEL version=2.2.1-dev.7 [2022-05-23T17:44:57.011Z] ---> Running in fd00419df73b [2022-05-23T17:44:57.583Z] Removing intermediate container fd00419df73b [2022-05-23T17:44:57.583Z] ---> 4974eca861ab [2022-05-23T17:44:57.583Z] [2022-05-23T17:44:57.583Z] Successfully built 4974eca861ab [2022-05-23T17:44:57.842Z] Successfully tagged core-metadata:latest [2022-05-23T17:44:57.842Z] Building security-spiffe-token-provider [2022-05-23T17:44:59.373Z] ---> 64b0de07c6bf [2022-05-23T17:44:59.373Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-05-23T17:44:59.373Z] ---> Running in 57a0119eeb39 [2022-05-23T17:45:01.104Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-05-23T17:45:01.104Z] ---> 0407c10c6202 [2022-05-23T17:45:01.104Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-05-23T17:45:01.435Z] ---> Running in e229290ae78d [2022-05-23T17:45:02.156Z] ---> 673a80c1a6f9 [2022-05-23T17:45:02.156Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-05-23T17:45:02.482Z] ---> Running in fab06fbcc7bb [2022-05-23T17:45:02.770Z] ---> 14497267b7b0 [2022-05-23T17:45:02.770Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-05-23T17:45:03.154Z] ---> Running in cbfe34ba038e [2022-05-23T17:45:03.766Z] ---> d90fd0709246 [2022-05-23T17:45:03.766Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-05-23T17:45:04.046Z] ---> Running in 37efeccd6d40 [2022-05-23T17:45:04.046Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-05-23T17:45:05.496Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-05-23T17:45:05.773Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-05-23T17:45:06.049Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-05-23T17:45:10.062Z]  Building core-metadata ... done Removing intermediate container 850239c80c6e [2022-05-23T17:45:10.062Z] ---> 9ed42637d7d7 [2022-05-23T17:45:10.062Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-05-23T17:45:10.062Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:45:10.062Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:45:10.062Z] ---> 1241296b4697 [2022-05-23T17:45:10.062Z] Step 3/20 : WORKDIR /edgex-go [2022-05-23T17:45:10.062Z] ---> Using cache [2022-05-23T17:45:10.062Z] ---> 1c17c6ab5058 [2022-05-23T17:45:10.062Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-05-23T17:45:11.969Z] ---> Running in 284f63616279 [2022-05-23T17:45:11.969Z] ---> Running in eabeb71b01f5 [2022-05-23T17:45:12.905Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-05-23T17:45:13.165Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:45:14.106Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:45:14.382Z] v3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T17:45:14.382Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T17:45:14.382Z] OK: 15864 distinct packages available [2022-05-23T17:45:14.382Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:45:15.322Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:45:15.580Z] OK: 221 MiB in 52 packages [2022-05-23T17:45:15.580Z] Removing intermediate container 284f63616279 [2022-05-23T17:45:15.580Z] ---> 21573a3a1434 [2022-05-23T17:45:15.580Z] [2022-05-23T17:45:15.580Z] Step 11/23 : FROM docker:20.10.14 [2022-05-23T17:45:15.840Z] 20.10.14: Pulling from library/docker [2022-05-23T17:45:17.219Z] Removing intermediate container eabeb71b01f5 [2022-05-23T17:45:17.219Z] ---> 66cd346092c2 [2022-05-23T17:45:17.219Z] Step 5/20 : COPY go.mod vendor* ./ [2022-05-23T17:45:18.161Z] ---> 07d2b2abdb0d [2022-05-23T17:45:18.161Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:45:18.421Z] ---> Running in 9f0b25f33c73 [2022-05-23T17:45:23.927Z] Removing intermediate container 9f0b25f33c73 [2022-05-23T17:45:23.927Z] ---> 61f35a36396c [2022-05-23T17:45:23.927Z] Step 7/20 : COPY . . [2022-05-23T17:45:30.497Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-05-23T17:45:30.497Z] Status: Downloaded newer image for docker:20.10.14 [2022-05-23T17:45:30.497Z] ---> 7417809fdb73 [2022-05-23T17:45:30.497Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-05-23T17:45:40.481Z] ---> Running in 6ec92d7fd160 [2022-05-23T17:45:40.481Z] ---> 74122fc2eb8c [2022-05-23T17:45:40.481Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-05-23T17:45:40.481Z] ---> Running in 61d4e49c4c5b [2022-05-23T17:45:40.481Z] Removing intermediate container 6ec92d7fd160 [2022-05-23T17:45:40.481Z] ---> 3b3cb75ff4e1 [2022-05-23T17:45:40.482Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-05-23T17:45:40.741Z] ---> Running in 6655b74635d9 [2022-05-23T17:45:41.309Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-05-23T17:45:41.578Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:45:41.578Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:45:41.840Z] (1/43) Installing readline (8.1.1-r0) [2022-05-23T17:45:41.840Z] (2/43) Installing bash (5.1.16-r0) [2022-05-23T17:45:41.840Z] Executing bash-5.1.16-r0.post-install [2022-05-23T17:45:41.840Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-05-23T17:45:41.840Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-05-23T17:45:41.840Z] (5/43) Installing libcurl (7.80.0-r1) [2022-05-23T17:45:41.840Z] (6/43) Installing curl (7.80.0-r1) [2022-05-23T17:45:41.840Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-05-23T17:45:41.840Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-05-23T17:45:41.840Z] (9/43) Installing expat (2.4.7-r0) [2022-05-23T17:45:41.840Z] (10/43) Installing libffi (3.4.2-r1) [2022-05-23T17:45:41.840Z] (11/43) Installing gdbm (1.22-r0) [2022-05-23T17:45:41.840Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-05-23T17:45:41.840Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-05-23T17:45:41.840Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-05-23T17:45:41.840Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-05-23T17:45:41.840Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-05-23T17:45:41.840Z] (17/43) Installing python3 (3.9.7-r4) [2022-05-23T17:45:42.417Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-05-23T17:45:42.417Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-05-23T17:45:42.417Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-05-23T17:45:42.417Z] (21/43) Installing py3-idna (3.3-r0) [2022-05-23T17:45:42.417Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-05-23T17:45:42.417Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-05-23T17:45:42.417Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-05-23T17:45:42.417Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-05-23T17:45:42.417Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-05-23T17:45:42.417Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-05-23T17:45:42.417Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-05-23T17:45:42.417Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-05-23T17:45:42.676Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-05-23T17:45:42.676Z] (31/43) Installing py3-six (1.16.0-r0) [2022-05-23T17:45:42.676Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-05-23T17:45:42.676Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-05-23T17:45:42.676Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-05-23T17:45:42.676Z] (35/43) Installing py3-packaging (20.9-r1) [2022-05-23T17:45:42.676Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-05-23T17:45:42.676Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-05-23T17:45:42.676Z] (38/43) Installing py3-progress (1.6-r0) [2022-05-23T17:45:42.676Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-05-23T17:45:42.676Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-05-23T17:45:42.676Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-05-23T17:45:42.676Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-05-23T17:45:42.676Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-05-23T17:45:42.676Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T17:45:42.676Z] OK: 83 MiB in 65 packages [2022-05-23T17:45:43.612Z] Collecting docker-compose==1.23.2 [2022-05-23T17:45:43.612Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-05-23T17:45:43.612Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-05-23T17:45:43.870Z] Collecting texttable<0.10,>=0.9.0 [2022-05-23T17:45:43.871Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-05-23T17:45:44.127Z] Collecting docopt<0.7,>=0.6.1 [2022-05-23T17:45:44.127Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-05-23T17:45:44.693Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-05-23T17:45:44.693Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-05-23T17:45:44.693Z] Collecting dockerpty<0.5,>=0.4.1 [2022-05-23T17:45:44.693Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-05-23T17:45:44.951Z] Collecting cached-property<2,>=1.2.0 [2022-05-23T17:45:44.951Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-05-23T17:45:45.253Z] Collecting jsonschema<3,>=2.5.1 [2022-05-23T17:45:45.253Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-05-23T17:45:45.253Z] Collecting websocket-client<1.0,>=0.32.0 [2022-05-23T17:45:45.253Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-05-23T17:45:45.253Z] Removing intermediate container b3759444ff35 [2022-05-23T17:45:45.253Z] ---> 0b811d8b4ae7 [2022-05-23T17:45:45.253Z] [2022-05-23T17:45:45.253Z] Step 13/26 : FROM alpine:3.15 [2022-05-23T17:45:45.512Z] Collecting PyYAML<4,>=3.10 [2022-05-23T17:45:45.512Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-05-23T17:45:45.512Z] 3.15: Pulling from library/alpine [2022-05-23T17:45:45.512Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-23T17:45:45.512Z] Status: Downloaded newer image for alpine:3.15 [2022-05-23T17:45:45.512Z] ---> 0ac33e5f5afa [2022-05-23T17:45:45.512Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T17:45:46.080Z] Collecting docker<4.0,>=3.6.0 [2022-05-23T17:45:46.080Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-05-23T17:45:46.080Z] Collecting docker-pycreds>=0.4.0 [2022-05-23T17:45:46.080Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-05-23T17:45:46.436Z] Collecting urllib3<1.25,>=1.21.1 [2022-05-23T17:45:46.436Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-05-23T17:45:46.436Z] Collecting idna<2.8,>=2.5 [2022-05-23T17:45:46.436Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-05-23T17:45:46.436Z] ---> Running in b33988e395ac [2022-05-23T17:45:46.436Z] Collecting chardet<3.1.0,>=3.0.2 [2022-05-23T17:45:46.436Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-05-23T17:45:46.436Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-05-23T17:45:46.436Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-05-23T17:45:46.436Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-05-23T17:45:46.436Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-05-23T17:45:46.436Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-05-23T17:45:46.696Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-05-23T17:45:46.696Z] Attempting uninstall: urllib3 [2022-05-23T17:45:46.696Z] Found existing installation: urllib3 1.26.7 [2022-05-23T17:45:46.696Z] Uninstalling urllib3-1.26.7: [2022-05-23T17:45:46.696Z] Successfully uninstalled urllib3-1.26.7 [2022-05-23T17:45:46.696Z] Removing intermediate container b33988e395ac [2022-05-23T17:45:46.696Z] ---> f6c4a1e0f693 [2022-05-23T17:45:46.696Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:45:46.696Z] ---> Running in e656177aa253 [2022-05-23T17:45:46.696Z] Attempting uninstall: idna [2022-05-23T17:45:46.696Z] Found existing installation: idna 3.3 [2022-05-23T17:45:46.696Z] Uninstalling idna-3.3: [2022-05-23T17:45:46.954Z] Successfully uninstalled idna-3.3 [2022-05-23T17:45:47.212Z] Attempting uninstall: requests [2022-05-23T17:45:47.212Z] Found existing installation: requests 2.26.0 [2022-05-23T17:45:47.212Z] Uninstalling requests-2.26.0: [2022-05-23T17:45:47.212Z] Successfully uninstalled requests-2.26.0 [2022-05-23T17:45:47.471Z] Running setup.py install for texttable: started [2022-05-23T17:45:47.730Z] Running setup.py install for texttable: finished with status 'done' [2022-05-23T17:45:47.988Z] Running setup.py install for PyYAML: started [2022-05-23T17:45:48.246Z] Removing intermediate container e656177aa253 [2022-05-23T17:45:48.246Z] ---> 2b88420b030a [2022-05-23T17:45:48.246Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-23T17:45:48.505Z] Running setup.py install for PyYAML: finished with status 'done' [2022-05-23T17:45:48.505Z] ---> Running in 81514899b71d [2022-05-23T17:45:48.505Z] Running setup.py install for docopt: started [2022-05-23T17:45:48.764Z] Running setup.py install for docopt: finished with status 'done' [2022-05-23T17:45:48.764Z] Running setup.py install for dockerpty: started [2022-05-23T17:45:49.022Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:45:49.282Z] Running setup.py install for dockerpty: finished with status 'done' [2022-05-23T17:45:49.541Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-05-23T17:45:49.800Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:45:50.368Z] v3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T17:45:50.368Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T17:45:50.368Z] OK: 15857 distinct packages available [2022-05-23T17:45:50.368Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:45:51.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:45:51.564Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-05-23T17:45:51.564Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-05-23T17:45:51.564Z] (3/5) Installing libucontext (1.1-r0) [2022-05-23T17:45:51.826Z] (4/5) Installing gcompat (1.0.0-r4) [2022-05-23T17:45:51.826Z] (5/5) Installing openssl (1.1.1o-r0) [2022-05-23T17:45:51.826Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T17:45:51.826Z] OK: 6 MiB in 19 packages [2022-05-23T17:45:53.742Z] Removing intermediate container 6655b74635d9 [2022-05-23T17:45:53.742Z] ---> 9c52089e7d0b [2022-05-23T17:45:53.742Z] Step 14/23 : ENV APP_PORT=58890 [2022-05-23T17:45:53.742Z] ---> Running in 99d622cc6827 [2022-05-23T17:45:53.742Z] Removing intermediate container 81514899b71d [2022-05-23T17:45:53.742Z] ---> 50c719b86312 [2022-05-23T17:45:53.742Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-05-23T17:45:54.313Z] Removing intermediate container 99d622cc6827 [2022-05-23T17:45:54.313Z] ---> 8873e6ac6aac [2022-05-23T17:45:54.313Z] Step 15/23 : EXPOSE $APP_PORT [2022-05-23T17:45:54.572Z] ---> Running in 68a0eb94fee6 [2022-05-23T17:45:55.140Z] Removing intermediate container 68a0eb94fee6 [2022-05-23T17:45:55.140Z] ---> 8f534fd9fe27 [2022-05-23T17:45:55.140Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-05-23T17:45:55.140Z] ---> 2aec7adca5e9 [2022-05-23T17:45:55.140Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-23T17:45:56.518Z] ---> 070d8290cea2 [2022-05-23T17:45:56.518Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-05-23T17:45:57.455Z] ---> 69cccf705dcf [2022-05-23T17:45:57.456Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-05-23T17:45:57.714Z] ---> d480fc9cd04b [2022-05-23T17:45:57.714Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-05-23T17:45:58.322Z] ---> fbd1afce59d0 [2022-05-23T17:45:58.322Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-05-23T17:45:58.322Z] ---> de07d0b62186 [2022-05-23T17:45:58.322Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-05-23T17:45:58.579Z] ---> Running in 85234bac5d68 [2022-05-23T17:45:59.178Z] Removing intermediate container 85234bac5d68 [2022-05-23T17:45:59.178Z] ---> 9607d2a0bb11 [2022-05-23T17:45:59.178Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T17:45:59.178Z] ---> 4e8828f635b0 [2022-05-23T17:45:59.178Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-05-23T17:45:59.178Z] ---> Running in 17c1294d8bcf [2022-05-23T17:45:59.436Z] Removing intermediate container 17c1294d8bcf [2022-05-23T17:45:59.436Z] ---> 47ae8055c28c [2022-05-23T17:45:59.436Z] Step 21/23 : LABEL arch=x86_64 [2022-05-23T17:45:59.698Z] ---> ca61340b6564 [2022-05-23T17:45:59.698Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-23T17:45:59.698Z] ---> Running in b74c92c5d4c9 [2022-05-23T17:45:59.698Z] ---> Running in 8495a7bf9b0e [2022-05-23T17:46:00.266Z] Removing intermediate container 8495a7bf9b0e [2022-05-23T17:46:00.266Z] ---> 29f57c8d8376 [2022-05-23T17:46:00.266Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ]Removing intermediate container b74c92c5d4c9 [2022-05-23T17:46:00.266Z] [2022-05-23T17:46:00.266Z] ---> d25ad9544f40 [2022-05-23T17:46:00.266Z] Step 22/23 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:46:00.266Z] ---> Running in cf1235e9e000 [2022-05-23T17:46:00.266Z] ---> Running in e9fb7e6ddda3 [2022-05-23T17:46:00.525Z] Removing intermediate container cf1235e9e000 [2022-05-23T17:46:00.525Z] Removing intermediate container e9fb7e6ddda3 [2022-05-23T17:46:00.525Z] ---> 5eb9518dafe3 [2022-05-23T17:46:00.525Z] ---> e9386a4d5957 [2022-05-23T17:46:00.525Z] Step 24/26 : LABEL arch=x86_64Step 23/23 : LABEL version=2.2.1-dev.7 [2022-05-23T17:46:00.525Z] [2022-05-23T17:46:00.783Z] ---> Running in 69182ef6b523 [2022-05-23T17:46:00.783Z] ---> Running in 251ce498bef8 [2022-05-23T17:46:01.349Z] Removing intermediate container 251ce498bef8 [2022-05-23T17:46:01.349Z] ---> 21a8a3bad6af [2022-05-23T17:46:01.349Z] [2022-05-23T17:46:01.349Z] Removing intermediate container 69182ef6b523 [2022-05-23T17:46:01.349Z] ---> 5c9d281a6420 [2022-05-23T17:46:01.349Z] Step 25/26 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:46:01.349Z] Successfully built 21a8a3bad6af [2022-05-23T17:46:01.349Z] Successfully tagged sys-mgmt-agent:latest [2022-05-23T17:46:01.349Z] ---> Running in af9bdd7aa55d [2022-05-23T17:46:01.916Z]  Building sys-mgmt-agent ... done Removing intermediate container af9bdd7aa55d [2022-05-23T17:46:01.916Z] ---> 6f2506eb680e [2022-05-23T17:46:01.916Z] Step 26/26 : LABEL version=2.2.1-dev.7 [2022-05-23T17:46:02.175Z] ---> Running in 49f607ff80e8 [2022-05-23T17:46:02.175Z] Removing intermediate container 49f607ff80e8 [2022-05-23T17:46:02.175Z] ---> 674d34e16650 [2022-05-23T17:46:02.175Z] [2022-05-23T17:46:02.434Z] Successfully built 674d34e16650 [2022-05-23T17:46:02.434Z] Successfully tagged security-spire-agent:latest [2022-05-23T17:46:07.710Z]  Building security-spire-agent ... done Removing intermediate container 61d4e49c4c5b [2022-05-23T17:46:07.710Z] ---> f0feedb0adef [2022-05-23T17:46:07.710Z] [2022-05-23T17:46:07.710Z] Step 9/20 : FROM alpine:3.15 [2022-05-23T17:46:07.710Z] ---> 0ac33e5f5afa [2022-05-23T17:46:07.710Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T17:46:07.710Z] ---> Using cache [2022-05-23T17:46:07.710Z] ---> f6c4a1e0f693 [2022-05-23T17:46:07.710Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:46:07.710Z] ---> Using cache [2022-05-23T17:46:07.710Z] ---> 2b88420b030a [2022-05-23T17:46:07.710Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-05-23T17:46:07.710Z] ---> Running in 3272cf609d52 [2022-05-23T17:46:07.710Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:46:08.648Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:46:08.908Z] v3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T17:46:08.908Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T17:46:08.908Z] OK: 15857 distinct packages available [2022-05-23T17:46:08.908Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:46:09.849Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:46:10.109Z] (1/9) Installing ca-certificates (20211220-r0) [2022-05-23T17:46:10.109Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-05-23T17:46:10.109Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-05-23T17:46:10.369Z] (4/9) Installing libcurl (7.80.0-r1) [2022-05-23T17:46:10.369Z] (5/9) Installing curl (7.80.0-r1) [2022-05-23T17:46:10.369Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-05-23T17:46:10.629Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-05-23T17:46:10.629Z] (8/9) Installing libucontext (1.1-r0) [2022-05-23T17:46:10.629Z] (9/9) Installing gcompat (1.0.0-r4) [2022-05-23T17:46:10.887Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T17:46:10.887Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T17:46:10.887Z] OK: 8 MiB in 23 packages [2022-05-23T17:46:11.457Z] Removing intermediate container 3272cf609d52 [2022-05-23T17:46:11.457Z] ---> 7e84add906db [2022-05-23T17:46:11.457Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T17:46:11.717Z] ---> 4dfa7063172f [2022-05-23T17:46:11.718Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-05-23T17:46:12.287Z] ---> 3e31b1f23815 [2022-05-23T17:46:12.287Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-05-23T17:46:12.546Z] ---> 2f23493d1685 [2022-05-23T17:46:12.546Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-05-23T17:46:12.546Z] ---> Running in 471e8bc83af1 [2022-05-23T17:46:12.807Z] Removing intermediate container 471e8bc83af1 [2022-05-23T17:46:12.807Z] ---> 7c9515bf8c17 [2022-05-23T17:46:12.807Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T17:46:12.807Z] ---> Running in f189561c0e4b [2022-05-23T17:46:12.807Z] Removing intermediate container f189561c0e4b [2022-05-23T17:46:12.807Z] ---> 57a00af16c48 [2022-05-23T17:46:12.807Z] Step 18/20 : LABEL arch=x86_64 [2022-05-23T17:46:13.066Z] ---> Running in 713e213b041e [2022-05-23T17:46:13.066Z] Removing intermediate container 713e213b041e [2022-05-23T17:46:13.066Z] ---> b03a93cf153b [2022-05-23T17:46:13.066Z] Step 19/20 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:46:13.066Z] ---> Running in bf19d05e8a1b [2022-05-23T17:46:13.066Z] Removing intermediate container bf19d05e8a1b [2022-05-23T17:46:13.066Z] ---> 021bdef1c6ee [2022-05-23T17:46:13.066Z] Step 20/20 : LABEL version=2.2.1-dev.7 [2022-05-23T17:46:13.324Z] ---> Running in cf7c06872ca3 [2022-05-23T17:46:13.324Z] Removing intermediate container cf7c06872ca3 [2022-05-23T17:46:13.324Z] ---> 89346f3ed5ae [2022-05-23T17:46:13.324Z] [2022-05-23T17:46:13.324Z] Successfully built 89346f3ed5ae [2022-05-23T17:46:13.324Z] Successfully tagged security-spiffe-token-provider:latest [2022-05-23T17:46:16.610Z]  Building security-spiffe-token-provider ... done Building bin/spire-agent... [2022-05-23T17:46:16.610Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-23T17:46:16.610Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-23T17:46:16.610Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-23T17:46:16.610Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-23T17:46:16.869Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-23T17:46:16.869Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-23T17:46:16.869Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-23T17:46:17.129Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-23T17:46:17.129Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-23T17:46:17.129Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-23T17:46:17.129Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-23T17:46:17.129Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-23T17:46:17.129Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-23T17:46:49.215Z] Building bin/spire-agent... [2022-05-23T17:46:49.215Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-23T17:46:49.473Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-23T17:46:49.473Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-23T17:46:49.473Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-23T17:46:49.473Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-23T17:46:49.473Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-23T17:46:49.473Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-23T17:46:50.039Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-23T17:46:50.039Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-23T17:46:50.039Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-23T17:46:50.039Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-23T17:46:50.039Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-23T17:46:50.039Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-23T17:47:11.978Z] Removing intermediate container 7bca84e3d0ce [2022-05-23T17:47:11.978Z] ---> 1b2cd2ba3e15 [2022-05-23T17:47:11.978Z] [2022-05-23T17:47:11.978Z] Step 13/26 : FROM alpine:3.15 [2022-05-23T17:47:11.978Z] ---> 0ac33e5f5afa [2022-05-23T17:47:11.978Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T17:47:11.978Z] ---> Using cache [2022-05-23T17:47:11.978Z] ---> f6c4a1e0f693 [2022-05-23T17:47:11.978Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:47:11.978Z] ---> Using cache [2022-05-23T17:47:11.978Z] ---> 2b88420b030a [2022-05-23T17:47:11.978Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-05-23T17:47:13.355Z] ---> Running in 004a1ded974c [2022-05-23T17:47:13.614Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:47:14.573Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:47:14.845Z] v3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T17:47:14.845Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T17:47:14.845Z] OK: 15857 distinct packages available [2022-05-23T17:47:15.127Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T17:47:15.716Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T17:47:15.995Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-05-23T17:47:16.258Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-05-23T17:47:16.258Z] (3/4) Installing libucontext (1.1-r0) [2022-05-23T17:47:16.258Z] (4/4) Installing gcompat (1.0.0-r4) [2022-05-23T17:47:16.518Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T17:47:16.518Z] OK: 6 MiB in 18 packages [2022-05-23T17:47:18.423Z] Removing intermediate container 004a1ded974c [2022-05-23T17:47:18.423Z] ---> 953310058717 [2022-05-23T17:47:18.423Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-23T17:47:21.714Z] ---> 98035bd03eeb [2022-05-23T17:47:21.714Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-05-23T17:47:21.714Z] ---> 5f29000643f1 [2022-05-23T17:47:21.714Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-05-23T17:47:21.714Z] ---> Running in 3887d5075e67 [2022-05-23T17:47:21.973Z] Removing intermediate container 3887d5075e67 [2022-05-23T17:47:21.973Z] ---> 6813af164729 [2022-05-23T17:47:21.973Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-05-23T17:47:22.542Z] ---> 098566429268 [2022-05-23T17:47:22.542Z] Step 21/26 : WORKDIR / [2022-05-23T17:47:22.542Z] ---> Running in 9305a384b412 [2022-05-23T17:47:22.802Z] Removing intermediate container 9305a384b412 [2022-05-23T17:47:22.802Z] ---> d95c81a19783 [2022-05-23T17:47:22.802Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-23T17:47:22.802Z] ---> Running in 22ebb960b9c3 [2022-05-23T17:47:23.076Z] Removing intermediate container 22ebb960b9c3 [2022-05-23T17:47:23.076Z] ---> c19b50d5132b [2022-05-23T17:47:23.076Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-23T17:47:23.076Z] ---> Running in d20b767dd03a [2022-05-23T17:47:23.076Z] Removing intermediate container d20b767dd03a [2022-05-23T17:47:23.076Z] ---> ac44d70ae137 [2022-05-23T17:47:23.076Z] Step 24/26 : LABEL arch=x86_64 [2022-05-23T17:47:23.337Z] ---> Running in 973a93482aa6 [2022-05-23T17:47:23.337Z] Removing intermediate container 973a93482aa6 [2022-05-23T17:47:23.337Z] ---> 2c3df0e90411 [2022-05-23T17:47:23.337Z] Step 25/26 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:47:23.597Z] ---> Running in 923c7d224ce1 [2022-05-23T17:47:23.597Z] Removing intermediate container 923c7d224ce1 [2022-05-23T17:47:23.597Z] ---> c4491dbff9f8 [2022-05-23T17:47:23.597Z] Step 26/26 : LABEL version=2.2.1-dev.7 [2022-05-23T17:47:23.856Z] ---> Running in 8878341e8c1b [2022-05-23T17:47:23.856Z] Removing intermediate container 8878341e8c1b [2022-05-23T17:47:23.856Z] ---> 7ca4281d6ee4 [2022-05-23T17:47:23.856Z] [2022-05-23T17:47:23.856Z] Successfully built 7ca4281d6ee4 [2022-05-23T17:47:23.856Z] Successfully tagged security-spire-config:latest [2022-05-23T17:47:55.948Z]  Building security-spire-config ... done Removing intermediate container b8db74ef1c21 [2022-05-23T17:47:55.948Z] ---> 1d7ba6872269 [2022-05-23T17:47:55.948Z] [2022-05-23T17:47:55.948Z] Step 13/25 : FROM alpine:3.15 [2022-05-23T17:47:55.948Z] ---> 0ac33e5f5afa [2022-05-23T17:47:55.948Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T17:47:55.948Z] ---> Using cache [2022-05-23T17:47:55.948Z] ---> f6c4a1e0f693 [2022-05-23T17:47:55.948Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:47:55.948Z] ---> Using cache [2022-05-23T17:47:55.948Z] ---> 2b88420b030a [2022-05-23T17:47:55.948Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-23T17:47:55.948Z] ---> Using cache [2022-05-23T17:47:55.948Z] ---> 50c719b86312 [2022-05-23T17:47:55.948Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-23T17:47:55.948Z] ---> 52fbd00170bf [2022-05-23T17:47:55.948Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-05-23T17:47:55.948Z] ---> 6809f6194bc4 [2022-05-23T17:47:55.948Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-05-23T17:47:55.948Z] ---> 1cfac0f39296 [2022-05-23T17:47:55.948Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-05-23T17:47:55.948Z] ---> a7283e906f8e [2022-05-23T17:47:55.948Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-23T17:47:55.948Z] ---> Running in 474927e6746d [2022-05-23T17:47:55.948Z] Removing intermediate container 474927e6746d [2022-05-23T17:47:55.948Z] ---> a4109a5b8afa [2022-05-23T17:47:55.948Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-23T17:47:55.948Z] ---> Running in 91c7fefe7cb1 [2022-05-23T17:47:55.948Z] Removing intermediate container 91c7fefe7cb1 [2022-05-23T17:47:55.948Z] ---> d80d1242cb91 [2022-05-23T17:47:55.948Z] Step 23/25 : LABEL arch=x86_64 [2022-05-23T17:47:55.948Z] ---> Running in ac5edd42ea99 [2022-05-23T17:47:55.948Z] Removing intermediate container ac5edd42ea99 [2022-05-23T17:47:55.948Z] ---> 17738cbc031f [2022-05-23T17:47:55.948Z] Step 24/25 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:47:55.948Z] ---> Running in 8070cd22e6b6 [2022-05-23T17:47:56.209Z] Removing intermediate container 8070cd22e6b6 [2022-05-23T17:47:56.209Z] ---> cb38d96f4d91 [2022-05-23T17:47:56.209Z] Step 25/25 : LABEL version=2.2.1-dev.7 [2022-05-23T17:47:56.209Z] ---> Running in c561943ac5ef [2022-05-23T17:47:56.209Z] Removing intermediate container c561943ac5ef [2022-05-23T17:47:56.209Z] ---> 4999d5c26bc5 [2022-05-23T17:47:56.209Z] [2022-05-23T17:47:56.209Z] Successfully built 4999d5c26bc5 [2022-05-23T17:47:56.209Z] Successfully tagged security-spire-server:latest [2022-05-23T17:47:56.475Z]  Building security-spire-server ... done  [Pipeline] } [2022-05-23T17:47:56.485Z] $ docker stop --time=1 8617ab5fa95839da548e3ed3011fb286212684cd441d73f3d87b1dcda30b720d [2022-05-23T17:47:57.748Z] $ docker rm -f 8617ab5fa95839da548e3ed3011fb286212684cd441d73f3d87b1dcda30b720d [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T17:47:58.089Z] + docker images [2022-05-23T17:47:58.089Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-23T17:47:58.089Z] security-spire-server latest 4999d5c26bc5 1 second ago 87.3MB [2022-05-23T17:47:58.089Z] 1d7ba6872269 12 seconds ago 4.45GB [2022-05-23T17:47:58.089Z] security-spire-config latest 7ca4281d6ee4 34 seconds ago 86.7MB [2022-05-23T17:47:58.089Z] 1b2cd2ba3e15 56 seconds ago 4.45GB [2022-05-23T17:47:58.089Z] security-spiffe-token-provider latest 89346f3ed5ae About a minute ago 28.9MB [2022-05-23T17:47:58.089Z] f0feedb0adef About a minute ago 1.55GB [2022-05-23T17:47:58.089Z] security-spire-agent latest 674d34e16650 About a minute ago 127MB [2022-05-23T17:47:58.089Z] sys-mgmt-agent latest 21a8a3bad6af About a minute ago 299MB [2022-05-23T17:47:58.089Z] 0b811d8b4ae7 2 minutes ago 4.45GB [2022-05-23T17:47:58.089Z] 21573a3a1434 2 minutes ago 1.5GB [2022-05-23T17:47:58.089Z] core-metadata latest 4974eca861ab 3 minutes ago 17MB [2022-05-23T17:47:58.089Z] 53307693d6c3 3 minutes ago 1.5GB [2022-05-23T17:47:58.089Z] support-notifications latest d0cecd153665 3 minutes ago 27MB [2022-05-23T17:47:58.089Z] security-proxy-setup latest 9074edd07f72 3 minutes ago 26.9MB [2022-05-23T17:47:58.089Z] core-command latest 6721a1350d73 3 minutes ago 16.1MB [2022-05-23T17:47:58.089Z] 4032b6862a71 4 minutes ago 1.56GB [2022-05-23T17:47:58.089Z] 28a0b0fb32b3 4 minutes ago 1.5GB [2022-05-23T17:47:58.089Z] 395d24da5929 4 minutes ago 1.5GB [2022-05-23T17:47:58.089Z] security-bootstrapper latest 9556a64778a6 4 minutes ago 19.1MB [2022-05-23T17:47:58.089Z] security-secretstore-setup latest e738264c704a 4 minutes ago 28.5MB [2022-05-23T17:47:58.089Z] core-data latest 7abb73aa5ee2 4 minutes ago 22.5MB [2022-05-23T17:47:58.089Z] support-scheduler latest aab54cc4eac5 5 minutes ago 26.4MB [2022-05-23T17:47:58.089Z] 37397e26e19a 5 minutes ago 1.56GB [2022-05-23T17:47:58.089Z] 2b68db8e4290 5 minutes ago 1.51GB [2022-05-23T17:47:58.089Z] d0bbb050f846 5 minutes ago 1.53GB [2022-05-23T17:47:58.089Z] 9085d15bb5e7 5 minutes ago 1.5GB [2022-05-23T17:47:58.089Z] ci-base-image-x86_64 latest 1241296b4697 8 minutes ago 901MB [2022-05-23T17:47:58.089Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine f018257e8ee9 4 weeks ago 562MB [2022-05-23T17:47:58.089Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver latest a97f223af7a3 4 weeks ago 254MB [2022-05-23T17:47:58.089Z] docker 20.10.14 7417809fdb73 6 weeks ago 218MB [2022-05-23T17:47:58.089Z] alpine 3.14 e04c818066af 6 weeks ago 5.59MB [2022-05-23T17:47:58.089Z] alpine 3.15 0ac33e5f5afa 6 weeks ago 5.57MB [2022-05-23T17:47:58.089Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 23 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 [2022-05-23T17:47:58.219Z] provisioning config files... [2022-05-23T17:47:58.227Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/235@tmp/config1780715497061736557tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T17:47:58.526Z] ---> docker-login.sh [2022-05-23T17:47:58.526Z] nexus3.edgexfoundry.org:10001 [2022-05-23T17:47:58.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T17:47:58.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T17:47:58.526Z] Configure a credential helper to remove this warning. See [2022-05-23T17:47:58.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T17:47:58.526Z] [2022-05-23T17:47:58.526Z] Login Succeeded [2022-05-23T17:47:58.526Z] nexus3.edgexfoundry.org:10002 [2022-05-23T17:47:58.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T17:47:58.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T17:47:58.787Z] Configure a credential helper to remove this warning. See [2022-05-23T17:47:58.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T17:47:58.787Z] [2022-05-23T17:47:58.787Z] Login Succeeded [2022-05-23T17:47:58.787Z] nexus3.edgexfoundry.org:10003 [2022-05-23T17:47:58.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T17:47:58.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T17:47:58.787Z] Configure a credential helper to remove this warning. See [2022-05-23T17:47:58.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T17:47:58.787Z] [2022-05-23T17:47:58.787Z] Login Succeeded [2022-05-23T17:47:58.787Z] nexus3.edgexfoundry.org:10004 [2022-05-23T17:47:58.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T17:47:59.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T17:47:59.047Z] Configure a credential helper to remove this warning. See [2022-05-23T17:47:59.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T17:47:59.047Z] [2022-05-23T17:47:59.047Z] Login Succeeded [2022-05-23T17:47:59.047Z] docker.io [2022-05-23T17:47:59.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T17:47:59.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T17:47:59.307Z] Configure a credential helper to remove this warning. See [2022-05-23T17:47:59.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T17:47:59.307Z] [2022-05-23T17:47:59.307Z] Login Succeeded [2022-05-23T17:47:59.307Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T17:47:59.315Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T17:47:59.348Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T17:47:59.372Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2022-05-23T17:47:59.372Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:47:59.372Z] latest [2022-05-23T17:47:59.372Z] 2.2.1-dev.7 [2022-05-23T17:47:59.372Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:47:59.372Z] main [2022-05-23T17:47:59.372Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:47:59.695Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:47:59.990Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:47:59.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-05-23T17:47:59.990Z] 0db4091a61d0: Preparing [2022-05-23T17:47:59.990Z] 31beb6dfd414: Preparing [2022-05-23T17:47:59.990Z] 463c0c0ddecf: Preparing [2022-05-23T17:47:59.990Z] 1cbd75bf7890: Preparing [2022-05-23T17:47:59.990Z] b541d28bf3b4: Preparing [2022-05-23T17:47:59.990Z] b541d28bf3b4: Layer already exists [2022-05-23T17:47:59.990Z] 463c0c0ddecf: Pushed [2022-05-23T17:47:59.990Z] 0db4091a61d0: Pushed [2022-05-23T17:47:59.990Z] 1cbd75bf7890: Pushed [2022-05-23T17:48:00.930Z] 31beb6dfd414: Pushed [2022-05-23T17:48:01.192Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:86d55446d01292ba8f0e66662275cc9a055f130437739a1c7bb90b464a7c79a3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:01.490Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:01.786Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2022-05-23T17:48:01.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-05-23T17:48:01.786Z] 0db4091a61d0: Preparing [2022-05-23T17:48:01.786Z] 31beb6dfd414: Preparing [2022-05-23T17:48:01.786Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:01.786Z] 1cbd75bf7890: Preparing [2022-05-23T17:48:01.786Z] b541d28bf3b4: Preparing [2022-05-23T17:48:01.786Z] 1cbd75bf7890: Layer already exists [2022-05-23T17:48:01.786Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:01.786Z] 31beb6dfd414: Layer already exists [2022-05-23T17:48:01.786Z] 0db4091a61d0: Layer already exists [2022-05-23T17:48:01.786Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:01.786Z] latest: digest: sha256:86d55446d01292ba8f0e66662275cc9a055f130437739a1c7bb90b464a7c79a3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:02.082Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:02.373Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.7 [2022-05-23T17:48:02.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-05-23T17:48:02.373Z] 0db4091a61d0: Preparing [2022-05-23T17:48:02.373Z] 31beb6dfd414: Preparing [2022-05-23T17:48:02.373Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:02.373Z] 1cbd75bf7890: Preparing [2022-05-23T17:48:02.373Z] b541d28bf3b4: Preparing [2022-05-23T17:48:02.374Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:02.374Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:02.374Z] 1cbd75bf7890: Layer already exists [2022-05-23T17:48:02.374Z] 31beb6dfd414: Layer already exists [2022-05-23T17:48:02.374Z] 0db4091a61d0: Layer already exists [2022-05-23T17:48:02.374Z] 2.2.1-dev.7: digest: sha256:86d55446d01292ba8f0e66662275cc9a055f130437739a1c7bb90b464a7c79a3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:02.668Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:02.964Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:02.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-05-23T17:48:02.964Z] 0db4091a61d0: Preparing [2022-05-23T17:48:02.964Z] 31beb6dfd414: Preparing [2022-05-23T17:48:02.964Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:02.964Z] 1cbd75bf7890: Preparing [2022-05-23T17:48:02.964Z] b541d28bf3b4: Preparing [2022-05-23T17:48:02.964Z] 0db4091a61d0: Layer already exists [2022-05-23T17:48:02.964Z] 31beb6dfd414: Layer already exists [2022-05-23T17:48:02.964Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:02.964Z] 1cbd75bf7890: Layer already exists [2022-05-23T17:48:02.964Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:02.964Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:86d55446d01292ba8f0e66662275cc9a055f130437739a1c7bb90b464a7c79a3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:03.267Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:03.568Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2022-05-23T17:48:03.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-05-23T17:48:03.568Z] 0db4091a61d0: Preparing [2022-05-23T17:48:03.568Z] 31beb6dfd414: Preparing [2022-05-23T17:48:03.568Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:03.568Z] 1cbd75bf7890: Preparing [2022-05-23T17:48:03.568Z] b541d28bf3b4: Preparing [2022-05-23T17:48:03.568Z] 1cbd75bf7890: Layer already exists [2022-05-23T17:48:03.568Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:03.568Z] 31beb6dfd414: Layer already exists [2022-05-23T17:48:03.568Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:03.568Z] 0db4091a61d0: Layer already exists [2022-05-23T17:48:03.568Z] main: digest: sha256:86d55446d01292ba8f0e66662275cc9a055f130437739a1c7bb90b464a7c79a3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T17:48:03.603Z] ===================================================== [Pipeline] echo [2022-05-23T17:48:03.614Z] taggedImages: [2022-05-23T17:48:03.614Z] - nexus3.edgexfoundry.org:10004/core-command:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:03.614Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2022-05-23T17:48:03.614Z] - nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.7 [2022-05-23T17:48:03.614Z] - nexus3.edgexfoundry.org:10004/core-command:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:03.614Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2022-05-23T17:48:03.635Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2022-05-23T17:48:03.635Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:03.635Z] latest [2022-05-23T17:48:03.635Z] 2.2.1-dev.7 [2022-05-23T17:48:03.635Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:03.635Z] main [2022-05-23T17:48:03.635Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:03.951Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:04.242Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:04.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-05-23T17:48:04.242Z] fdadedd559ce: Preparing [2022-05-23T17:48:04.242Z] 64d4a21a5583: Preparing [2022-05-23T17:48:04.242Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:04.242Z] d670b2bd068e: Preparing [2022-05-23T17:48:04.242Z] f79ac809b919: Preparing [2022-05-23T17:48:04.242Z] b541d28bf3b4: Preparing [2022-05-23T17:48:04.242Z] b541d28bf3b4: Waiting [2022-05-23T17:48:04.242Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:04.242Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:04.242Z] f79ac809b919: Pushed [2022-05-23T17:48:04.242Z] fdadedd559ce: Pushed [2022-05-23T17:48:04.501Z] d670b2bd068e: Pushed [2022-05-23T17:48:05.879Z] 64d4a21a5583: Pushed [2022-05-23T17:48:05.879Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:84e642baae9bf34b7178fbd8589be3a9ad5fa0124fc9f92fcd9cfb1bd26b63b2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:06.171Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:06.464Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2022-05-23T17:48:06.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-05-23T17:48:06.464Z] fdadedd559ce: Preparing [2022-05-23T17:48:06.464Z] 64d4a21a5583: Preparing [2022-05-23T17:48:06.465Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:06.465Z] d670b2bd068e: Preparing [2022-05-23T17:48:06.465Z] f79ac809b919: Preparing [2022-05-23T17:48:06.465Z] b541d28bf3b4: Preparing [2022-05-23T17:48:06.465Z] b541d28bf3b4: Waiting [2022-05-23T17:48:06.465Z] d670b2bd068e: Layer already exists [2022-05-23T17:48:06.465Z] fdadedd559ce: Layer already exists [2022-05-23T17:48:06.465Z] f79ac809b919: Layer already exists [2022-05-23T17:48:06.465Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:06.465Z] 64d4a21a5583: Layer already exists [2022-05-23T17:48:06.465Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:06.465Z] latest: digest: sha256:84e642baae9bf34b7178fbd8589be3a9ad5fa0124fc9f92fcd9cfb1bd26b63b2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:06.763Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:07.054Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.7 [2022-05-23T17:48:07.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-05-23T17:48:07.054Z] fdadedd559ce: Preparing [2022-05-23T17:48:07.054Z] 64d4a21a5583: Preparing [2022-05-23T17:48:07.054Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:07.054Z] d670b2bd068e: Preparing [2022-05-23T17:48:07.054Z] f79ac809b919: Preparing [2022-05-23T17:48:07.054Z] b541d28bf3b4: Preparing [2022-05-23T17:48:07.054Z] b541d28bf3b4: Waiting [2022-05-23T17:48:07.054Z] f79ac809b919: Layer already exists [2022-05-23T17:48:07.054Z] d670b2bd068e: Layer already exists [2022-05-23T17:48:07.054Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:07.054Z] fdadedd559ce: Layer already exists [2022-05-23T17:48:07.054Z] 64d4a21a5583: Layer already exists [2022-05-23T17:48:07.054Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:07.054Z] 2.2.1-dev.7: digest: sha256:84e642baae9bf34b7178fbd8589be3a9ad5fa0124fc9f92fcd9cfb1bd26b63b2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:07.349Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:07.640Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:07.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-05-23T17:48:07.640Z] fdadedd559ce: Preparing [2022-05-23T17:48:07.640Z] 64d4a21a5583: Preparing [2022-05-23T17:48:07.640Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:07.640Z] d670b2bd068e: Preparing [2022-05-23T17:48:07.640Z] f79ac809b919: Preparing [2022-05-23T17:48:07.640Z] b541d28bf3b4: Preparing [2022-05-23T17:48:07.640Z] b541d28bf3b4: Waiting [2022-05-23T17:48:07.640Z] fdadedd559ce: Layer already exists [2022-05-23T17:48:07.640Z] d670b2bd068e: Layer already exists [2022-05-23T17:48:07.640Z] 64d4a21a5583: Layer already exists [2022-05-23T17:48:07.640Z] f79ac809b919: Layer already exists [2022-05-23T17:48:07.640Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:07.640Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:07.640Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:84e642baae9bf34b7178fbd8589be3a9ad5fa0124fc9f92fcd9cfb1bd26b63b2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:07.936Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:08.228Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2022-05-23T17:48:08.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-05-23T17:48:08.228Z] fdadedd559ce: Preparing [2022-05-23T17:48:08.228Z] 64d4a21a5583: Preparing [2022-05-23T17:48:08.228Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:08.228Z] d670b2bd068e: Preparing [2022-05-23T17:48:08.228Z] f79ac809b919: Preparing [2022-05-23T17:48:08.228Z] b541d28bf3b4: Preparing [2022-05-23T17:48:08.228Z] b541d28bf3b4: Waiting [2022-05-23T17:48:08.228Z] d670b2bd068e: Layer already exists [2022-05-23T17:48:08.228Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:08.228Z] 64d4a21a5583: Layer already exists [2022-05-23T17:48:08.228Z] fdadedd559ce: Layer already exists [2022-05-23T17:48:08.228Z] f79ac809b919: Layer already exists [2022-05-23T17:48:08.228Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:08.228Z] main: digest: sha256:84e642baae9bf34b7178fbd8589be3a9ad5fa0124fc9f92fcd9cfb1bd26b63b2 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T17:48:08.317Z] ===================================================== [Pipeline] echo [2022-05-23T17:48:08.326Z] taggedImages: [2022-05-23T17:48:08.326Z] - nexus3.edgexfoundry.org:10004/core-data:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:08.326Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2022-05-23T17:48:08.326Z] - nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.7 [2022-05-23T17:48:08.326Z] - nexus3.edgexfoundry.org:10004/core-data:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:08.326Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2022-05-23T17:48:08.347Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2022-05-23T17:48:08.347Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:08.347Z] latest [2022-05-23T17:48:08.347Z] 2.2.1-dev.7 [2022-05-23T17:48:08.347Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:08.347Z] main [2022-05-23T17:48:08.347Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:08.701Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:08.989Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:08.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-05-23T17:48:08.989Z] 9b1247c590a3: Preparing [2022-05-23T17:48:08.989Z] 26e6aea2343e: Preparing [2022-05-23T17:48:08.989Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:08.989Z] 1cbd75bf7890: Preparing [2022-05-23T17:48:08.989Z] b541d28bf3b4: Preparing [2022-05-23T17:48:08.989Z] 1cbd75bf7890: Layer already exists [2022-05-23T17:48:08.989Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:08.989Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:08.989Z] 9b1247c590a3: Pushed [2022-05-23T17:48:10.368Z] 26e6aea2343e: Pushed [2022-05-23T17:48:10.368Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:cce43d4e5186778308fef8649cc7ae6fb089af8bd5deb91ff0f4e495e14f7659 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:10.664Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:10.953Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-05-23T17:48:10.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-05-23T17:48:10.954Z] 9b1247c590a3: Preparing [2022-05-23T17:48:10.954Z] 26e6aea2343e: Preparing [2022-05-23T17:48:10.954Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:10.954Z] 1cbd75bf7890: Preparing [2022-05-23T17:48:10.954Z] b541d28bf3b4: Preparing [2022-05-23T17:48:10.954Z] 9b1247c590a3: Layer already exists [2022-05-23T17:48:10.954Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:10.954Z] 26e6aea2343e: Layer already exists [2022-05-23T17:48:10.954Z] 1cbd75bf7890: Layer already exists [2022-05-23T17:48:10.954Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:10.954Z] latest: digest: sha256:cce43d4e5186778308fef8649cc7ae6fb089af8bd5deb91ff0f4e495e14f7659 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:11.250Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:11.541Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.7 [2022-05-23T17:48:11.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-05-23T17:48:11.541Z] 9b1247c590a3: Preparing [2022-05-23T17:48:11.541Z] 26e6aea2343e: Preparing [2022-05-23T17:48:11.541Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:11.541Z] 1cbd75bf7890: Preparing [2022-05-23T17:48:11.541Z] b541d28bf3b4: Preparing [2022-05-23T17:48:11.541Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:11.541Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:11.541Z] 1cbd75bf7890: Layer already exists [2022-05-23T17:48:11.541Z] 26e6aea2343e: Layer already exists [2022-05-23T17:48:11.541Z] 9b1247c590a3: Layer already exists [2022-05-23T17:48:11.541Z] 2.2.1-dev.7: digest: sha256:cce43d4e5186778308fef8649cc7ae6fb089af8bd5deb91ff0f4e495e14f7659 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:11.844Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:12.135Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:12.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-05-23T17:48:12.135Z] 9b1247c590a3: Preparing [2022-05-23T17:48:12.135Z] 26e6aea2343e: Preparing [2022-05-23T17:48:12.135Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:12.135Z] 1cbd75bf7890: Preparing [2022-05-23T17:48:12.135Z] b541d28bf3b4: Preparing [2022-05-23T17:48:12.135Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:12.135Z] 9b1247c590a3: Layer already exists [2022-05-23T17:48:12.135Z] 1cbd75bf7890: Layer already exists [2022-05-23T17:48:12.135Z] 26e6aea2343e: Layer already exists [2022-05-23T17:48:12.135Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:12.135Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:cce43d4e5186778308fef8649cc7ae6fb089af8bd5deb91ff0f4e495e14f7659 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:12.434Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:12.722Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2022-05-23T17:48:12.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-05-23T17:48:12.722Z] 9b1247c590a3: Preparing [2022-05-23T17:48:12.722Z] 26e6aea2343e: Preparing [2022-05-23T17:48:12.722Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:12.722Z] 1cbd75bf7890: Preparing [2022-05-23T17:48:12.722Z] b541d28bf3b4: Preparing [2022-05-23T17:48:12.722Z] 9b1247c590a3: Layer already exists [2022-05-23T17:48:12.722Z] 1cbd75bf7890: Layer already exists [2022-05-23T17:48:12.722Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:12.722Z] 26e6aea2343e: Layer already exists [2022-05-23T17:48:12.722Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:12.722Z] main: digest: sha256:cce43d4e5186778308fef8649cc7ae6fb089af8bd5deb91ff0f4e495e14f7659 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T17:48:12.762Z] ===================================================== [Pipeline] echo [2022-05-23T17:48:12.771Z] taggedImages: [2022-05-23T17:48:12.771Z] - nexus3.edgexfoundry.org:10004/core-metadata:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:12.771Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-05-23T17:48:12.771Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.7 [2022-05-23T17:48:12.771Z] - nexus3.edgexfoundry.org:10004/core-metadata:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:12.771Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2022-05-23T17:48:12.792Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2022-05-23T17:48:12.792Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:12.792Z] latest [2022-05-23T17:48:12.792Z] 2.2.1-dev.7 [2022-05-23T17:48:12.792Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:12.792Z] main [2022-05-23T17:48:12.792Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:13.109Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:13.397Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:13.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-05-23T17:48:13.397Z] ebdfced997b4: Preparing [2022-05-23T17:48:13.397Z] ebdfced997b4: Preparing [2022-05-23T17:48:13.397Z] 217568738635: Preparing [2022-05-23T17:48:13.397Z] 2ff2cab4fb63: Preparing [2022-05-23T17:48:13.397Z] 06a5746eb511: Preparing [2022-05-23T17:48:13.397Z] e414b52b5cda: Preparing [2022-05-23T17:48:13.397Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:13.397Z] ccd61e0ba325: Preparing [2022-05-23T17:48:13.397Z] 0c4af5edefe0: Preparing [2022-05-23T17:48:13.397Z] 7c5504e4c4ed: Preparing [2022-05-23T17:48:13.397Z] 63afe23bc975: Preparing [2022-05-23T17:48:13.397Z] b541d28bf3b4: Preparing [2022-05-23T17:48:13.397Z] ccd61e0ba325: Waiting [2022-05-23T17:48:13.397Z] 0c4af5edefe0: Waiting [2022-05-23T17:48:13.397Z] 63afe23bc975: Waiting [2022-05-23T17:48:13.397Z] 7c5504e4c4ed: Waiting [2022-05-23T17:48:13.397Z] b541d28bf3b4: Waiting [2022-05-23T17:48:13.397Z] 463c0c0ddecf: Waiting [2022-05-23T17:48:13.397Z] 217568738635: Pushed [2022-05-23T17:48:13.397Z] 2ff2cab4fb63: Pushed [2022-05-23T17:48:13.397Z] 06a5746eb511: Pushed [2022-05-23T17:48:13.397Z] ebdfced997b4: Pushed [2022-05-23T17:48:13.397Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:13.657Z] ccd61e0ba325: Pushed [2022-05-23T17:48:13.657Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:13.657Z] 63afe23bc975: Pushed [2022-05-23T17:48:13.657Z] 0c4af5edefe0: Pushed [2022-05-23T17:48:13.657Z] 7c5504e4c4ed: Pushed [2022-05-23T17:48:15.037Z] e414b52b5cda: Pushed [2022-05-23T17:48:15.037Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:e0d8be37f18bb2ce54a586fd591f3da804d652c5bbc4e708ed95044f52228b71 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:15.331Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:15.621Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-05-23T17:48:15.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-05-23T17:48:15.621Z] ebdfced997b4: Preparing [2022-05-23T17:48:15.621Z] ebdfced997b4: Preparing [2022-05-23T17:48:15.621Z] 217568738635: Preparing [2022-05-23T17:48:15.621Z] 2ff2cab4fb63: Preparing [2022-05-23T17:48:15.621Z] 06a5746eb511: Preparing [2022-05-23T17:48:15.621Z] e414b52b5cda: Preparing [2022-05-23T17:48:15.621Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:15.621Z] ccd61e0ba325: Preparing [2022-05-23T17:48:15.621Z] 0c4af5edefe0: Preparing [2022-05-23T17:48:15.621Z] 7c5504e4c4ed: Preparing [2022-05-23T17:48:15.621Z] 63afe23bc975: Preparing [2022-05-23T17:48:15.621Z] b541d28bf3b4: Preparing [2022-05-23T17:48:15.621Z] 463c0c0ddecf: Waiting [2022-05-23T17:48:15.621Z] ccd61e0ba325: Waiting [2022-05-23T17:48:15.621Z] 0c4af5edefe0: Waiting [2022-05-23T17:48:15.621Z] 7c5504e4c4ed: Waiting [2022-05-23T17:48:15.621Z] 63afe23bc975: Waiting [2022-05-23T17:48:15.621Z] b541d28bf3b4: Waiting [2022-05-23T17:48:15.621Z] 06a5746eb511: Layer already exists [2022-05-23T17:48:15.621Z] e414b52b5cda: Layer already exists [2022-05-23T17:48:15.621Z] 2ff2cab4fb63: Layer already exists [2022-05-23T17:48:15.621Z] ebdfced997b4: Layer already exists [2022-05-23T17:48:15.621Z] 217568738635: Layer already exists [2022-05-23T17:48:15.621Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:15.621Z] 7c5504e4c4ed: Layer already exists [2022-05-23T17:48:15.621Z] ccd61e0ba325: Layer already exists [2022-05-23T17:48:15.621Z] 63afe23bc975: Layer already exists [2022-05-23T17:48:15.621Z] 0c4af5edefe0: Layer already exists [2022-05-23T17:48:15.621Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:15.621Z] latest: digest: sha256:e0d8be37f18bb2ce54a586fd591f3da804d652c5bbc4e708ed95044f52228b71 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:15.918Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:16.207Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.7 [2022-05-23T17:48:16.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-05-23T17:48:16.207Z] ebdfced997b4: Preparing [2022-05-23T17:48:16.207Z] ebdfced997b4: Preparing [2022-05-23T17:48:16.207Z] 217568738635: Preparing [2022-05-23T17:48:16.207Z] 2ff2cab4fb63: Preparing [2022-05-23T17:48:16.207Z] 06a5746eb511: Preparing [2022-05-23T17:48:16.207Z] e414b52b5cda: Preparing [2022-05-23T17:48:16.207Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:16.207Z] ccd61e0ba325: Preparing [2022-05-23T17:48:16.207Z] 0c4af5edefe0: Preparing [2022-05-23T17:48:16.207Z] 7c5504e4c4ed: Preparing [2022-05-23T17:48:16.207Z] 63afe23bc975: Preparing [2022-05-23T17:48:16.207Z] b541d28bf3b4: Preparing [2022-05-23T17:48:16.207Z] 463c0c0ddecf: Waiting [2022-05-23T17:48:16.207Z] ccd61e0ba325: Waiting [2022-05-23T17:48:16.207Z] 0c4af5edefe0: Waiting [2022-05-23T17:48:16.207Z] b541d28bf3b4: Waiting [2022-05-23T17:48:16.207Z] 7c5504e4c4ed: Waiting [2022-05-23T17:48:16.207Z] 63afe23bc975: Waiting [2022-05-23T17:48:16.207Z] 2ff2cab4fb63: Layer already exists [2022-05-23T17:48:16.207Z] 06a5746eb511: Layer already exists [2022-05-23T17:48:16.207Z] e414b52b5cda: Layer already exists [2022-05-23T17:48:16.207Z] ebdfced997b4: Layer already exists [2022-05-23T17:48:16.207Z] 217568738635: Layer already exists [2022-05-23T17:48:16.207Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:16.207Z] 0c4af5edefe0: Layer already exists [2022-05-23T17:48:16.207Z] 63afe23bc975: Layer already exists [2022-05-23T17:48:16.207Z] 7c5504e4c4ed: Layer already exists [2022-05-23T17:48:16.207Z] ccd61e0ba325: Layer already exists [2022-05-23T17:48:16.207Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:16.207Z] 2.2.1-dev.7: digest: sha256:e0d8be37f18bb2ce54a586fd591f3da804d652c5bbc4e708ed95044f52228b71 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:16.500Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:16.786Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:16.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-05-23T17:48:16.786Z] ebdfced997b4: Preparing [2022-05-23T17:48:16.786Z] ebdfced997b4: Preparing [2022-05-23T17:48:16.786Z] 217568738635: Preparing [2022-05-23T17:48:16.786Z] 2ff2cab4fb63: Preparing [2022-05-23T17:48:16.786Z] 06a5746eb511: Preparing [2022-05-23T17:48:16.786Z] e414b52b5cda: Preparing [2022-05-23T17:48:16.786Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:16.786Z] ccd61e0ba325: Preparing [2022-05-23T17:48:16.786Z] 0c4af5edefe0: Preparing [2022-05-23T17:48:16.786Z] 7c5504e4c4ed: Preparing [2022-05-23T17:48:16.786Z] 63afe23bc975: Preparing [2022-05-23T17:48:16.786Z] b541d28bf3b4: Preparing [2022-05-23T17:48:16.786Z] 463c0c0ddecf: Waiting [2022-05-23T17:48:16.786Z] ccd61e0ba325: Waiting [2022-05-23T17:48:16.786Z] 0c4af5edefe0: Waiting [2022-05-23T17:48:16.786Z] 7c5504e4c4ed: Waiting [2022-05-23T17:48:16.786Z] 63afe23bc975: Waiting [2022-05-23T17:48:16.786Z] b541d28bf3b4: Waiting [2022-05-23T17:48:16.786Z] 2ff2cab4fb63: Layer already exists [2022-05-23T17:48:16.786Z] ebdfced997b4: Layer already exists [2022-05-23T17:48:16.786Z] e414b52b5cda: Layer already exists [2022-05-23T17:48:16.786Z] 06a5746eb511: Layer already exists [2022-05-23T17:48:16.786Z] 217568738635: Layer already exists [2022-05-23T17:48:16.786Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:16.786Z] ccd61e0ba325: Layer already exists [2022-05-23T17:48:16.786Z] 0c4af5edefe0: Layer already exists [2022-05-23T17:48:16.786Z] 63afe23bc975: Layer already exists [2022-05-23T17:48:16.786Z] 7c5504e4c4ed: Layer already exists [2022-05-23T17:48:16.786Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:16.786Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:e0d8be37f18bb2ce54a586fd591f3da804d652c5bbc4e708ed95044f52228b71 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:17.086Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:17.376Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2022-05-23T17:48:17.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-05-23T17:48:17.376Z] ebdfced997b4: Preparing [2022-05-23T17:48:17.376Z] ebdfced997b4: Preparing [2022-05-23T17:48:17.376Z] 217568738635: Preparing [2022-05-23T17:48:17.376Z] 2ff2cab4fb63: Preparing [2022-05-23T17:48:17.376Z] 06a5746eb511: Preparing [2022-05-23T17:48:17.376Z] e414b52b5cda: Preparing [2022-05-23T17:48:17.376Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:17.376Z] ccd61e0ba325: Preparing [2022-05-23T17:48:17.376Z] 0c4af5edefe0: Preparing [2022-05-23T17:48:17.376Z] 7c5504e4c4ed: Preparing [2022-05-23T17:48:17.376Z] 63afe23bc975: Preparing [2022-05-23T17:48:17.376Z] b541d28bf3b4: Preparing [2022-05-23T17:48:17.376Z] 63afe23bc975: Waiting [2022-05-23T17:48:17.376Z] ccd61e0ba325: Waiting [2022-05-23T17:48:17.376Z] 7c5504e4c4ed: Waiting [2022-05-23T17:48:17.376Z] 0c4af5edefe0: Waiting [2022-05-23T17:48:17.376Z] 463c0c0ddecf: Waiting [2022-05-23T17:48:17.376Z] ebdfced997b4: Layer already exists [2022-05-23T17:48:17.376Z] 2ff2cab4fb63: Layer already exists [2022-05-23T17:48:17.376Z] 217568738635: Layer already exists [2022-05-23T17:48:17.376Z] e414b52b5cda: Layer already exists [2022-05-23T17:48:17.376Z] 06a5746eb511: Layer already exists [2022-05-23T17:48:17.376Z] ccd61e0ba325: Layer already exists [2022-05-23T17:48:17.376Z] 0c4af5edefe0: Layer already exists [2022-05-23T17:48:17.376Z] 63afe23bc975: Layer already exists [2022-05-23T17:48:17.376Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:17.376Z] 7c5504e4c4ed: Layer already exists [2022-05-23T17:48:17.376Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:17.376Z] main: digest: sha256:e0d8be37f18bb2ce54a586fd591f3da804d652c5bbc4e708ed95044f52228b71 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T17:48:17.413Z] ===================================================== [Pipeline] echo [2022-05-23T17:48:17.424Z] taggedImages: [2022-05-23T17:48:17.424Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:17.424Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-05-23T17:48:17.424Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.7 [2022-05-23T17:48:17.424Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:17.424Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2022-05-23T17:48:17.446Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2022-05-23T17:48:17.446Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:17.446Z] latest [2022-05-23T17:48:17.446Z] 2.2.1-dev.7 [2022-05-23T17:48:17.446Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:17.446Z] main [2022-05-23T17:48:17.446Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:17.766Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:18.058Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:18.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-05-23T17:48:18.058Z] d22c412affe0: Preparing [2022-05-23T17:48:18.058Z] 675c2a37900b: Preparing [2022-05-23T17:48:18.058Z] 25383b1b71cc: Preparing [2022-05-23T17:48:18.058Z] c7e923837fa9: Preparing [2022-05-23T17:48:18.058Z] a2b618cc9d77: Preparing [2022-05-23T17:48:18.058Z] aa562e1ac4bf: Preparing [2022-05-23T17:48:18.058Z] dde4c17a55a2: Preparing [2022-05-23T17:48:18.058Z] b541d28bf3b4: Preparing [2022-05-23T17:48:18.058Z] aa562e1ac4bf: Waiting [2022-05-23T17:48:18.058Z] b541d28bf3b4: Waiting [2022-05-23T17:48:18.058Z] 675c2a37900b: Pushed [2022-05-23T17:48:18.058Z] d22c412affe0: Pushed [2022-05-23T17:48:18.058Z] a2b618cc9d77: Pushed [2022-05-23T17:48:18.058Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:18.316Z] aa562e1ac4bf: Pushed [2022-05-23T17:48:18.576Z] dde4c17a55a2: Pushed [2022-05-23T17:48:19.145Z] 25383b1b71cc: Pushed [2022-05-23T17:48:19.145Z] c7e923837fa9: Pushed [2022-05-23T17:48:19.145Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:d46d5c564c5855c400fbda558136576ba9823753920e9ff8643cf26787ba172f size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:19.447Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:19.739Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-05-23T17:48:19.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-05-23T17:48:19.739Z] d22c412affe0: Preparing [2022-05-23T17:48:19.739Z] 675c2a37900b: Preparing [2022-05-23T17:48:19.739Z] 25383b1b71cc: Preparing [2022-05-23T17:48:19.739Z] c7e923837fa9: Preparing [2022-05-23T17:48:19.739Z] a2b618cc9d77: Preparing [2022-05-23T17:48:19.739Z] aa562e1ac4bf: Preparing [2022-05-23T17:48:19.739Z] dde4c17a55a2: Preparing [2022-05-23T17:48:19.740Z] b541d28bf3b4: Preparing [2022-05-23T17:48:19.740Z] aa562e1ac4bf: Waiting [2022-05-23T17:48:19.740Z] dde4c17a55a2: Waiting [2022-05-23T17:48:19.740Z] b541d28bf3b4: Waiting [2022-05-23T17:48:19.740Z] a2b618cc9d77: Layer already exists [2022-05-23T17:48:19.740Z] d22c412affe0: Layer already exists [2022-05-23T17:48:19.740Z] 25383b1b71cc: Layer already exists [2022-05-23T17:48:19.740Z] c7e923837fa9: Layer already exists [2022-05-23T17:48:19.740Z] 675c2a37900b: Layer already exists [2022-05-23T17:48:19.740Z] dde4c17a55a2: Layer already exists [2022-05-23T17:48:19.740Z] aa562e1ac4bf: Layer already exists [2022-05-23T17:48:19.740Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:19.740Z] latest: digest: sha256:d46d5c564c5855c400fbda558136576ba9823753920e9ff8643cf26787ba172f size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:20.035Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:20.323Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.7 [2022-05-23T17:48:20.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-05-23T17:48:20.323Z] d22c412affe0: Preparing [2022-05-23T17:48:20.323Z] 675c2a37900b: Preparing [2022-05-23T17:48:20.323Z] 25383b1b71cc: Preparing [2022-05-23T17:48:20.323Z] c7e923837fa9: Preparing [2022-05-23T17:48:20.323Z] a2b618cc9d77: Preparing [2022-05-23T17:48:20.323Z] aa562e1ac4bf: Preparing [2022-05-23T17:48:20.323Z] dde4c17a55a2: Preparing [2022-05-23T17:48:20.323Z] b541d28bf3b4: Preparing [2022-05-23T17:48:20.323Z] aa562e1ac4bf: Waiting [2022-05-23T17:48:20.323Z] dde4c17a55a2: Waiting [2022-05-23T17:48:20.323Z] b541d28bf3b4: Waiting [2022-05-23T17:48:20.323Z] a2b618cc9d77: Layer already exists [2022-05-23T17:48:20.323Z] c7e923837fa9: Layer already exists [2022-05-23T17:48:20.323Z] 25383b1b71cc: Layer already exists [2022-05-23T17:48:20.323Z] d22c412affe0: Layer already exists [2022-05-23T17:48:20.323Z] 675c2a37900b: Layer already exists [2022-05-23T17:48:20.323Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:20.323Z] dde4c17a55a2: Layer already exists [2022-05-23T17:48:20.323Z] aa562e1ac4bf: Layer already exists [2022-05-23T17:48:20.323Z] 2.2.1-dev.7: digest: sha256:d46d5c564c5855c400fbda558136576ba9823753920e9ff8643cf26787ba172f size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:20.621Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:20.909Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:20.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-05-23T17:48:20.909Z] d22c412affe0: Preparing [2022-05-23T17:48:20.909Z] 675c2a37900b: Preparing [2022-05-23T17:48:20.909Z] 25383b1b71cc: Preparing [2022-05-23T17:48:20.909Z] c7e923837fa9: Preparing [2022-05-23T17:48:20.909Z] a2b618cc9d77: Preparing [2022-05-23T17:48:20.909Z] aa562e1ac4bf: Preparing [2022-05-23T17:48:20.909Z] dde4c17a55a2: Preparing [2022-05-23T17:48:20.909Z] b541d28bf3b4: Preparing [2022-05-23T17:48:20.909Z] aa562e1ac4bf: Waiting [2022-05-23T17:48:20.909Z] dde4c17a55a2: Waiting [2022-05-23T17:48:20.909Z] b541d28bf3b4: Waiting [2022-05-23T17:48:20.909Z] d22c412affe0: Layer already exists [2022-05-23T17:48:20.909Z] c7e923837fa9: Layer already exists [2022-05-23T17:48:20.909Z] a2b618cc9d77: Layer already exists [2022-05-23T17:48:20.909Z] 675c2a37900b: Layer already exists [2022-05-23T17:48:20.909Z] 25383b1b71cc: Layer already exists [2022-05-23T17:48:20.909Z] aa562e1ac4bf: Layer already exists [2022-05-23T17:48:20.909Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:20.909Z] dde4c17a55a2: Layer already exists [2022-05-23T17:48:20.909Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:d46d5c564c5855c400fbda558136576ba9823753920e9ff8643cf26787ba172f size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:21.217Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:21.507Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2022-05-23T17:48:21.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-05-23T17:48:21.507Z] d22c412affe0: Preparing [2022-05-23T17:48:21.507Z] 675c2a37900b: Preparing [2022-05-23T17:48:21.507Z] 25383b1b71cc: Preparing [2022-05-23T17:48:21.507Z] c7e923837fa9: Preparing [2022-05-23T17:48:21.507Z] a2b618cc9d77: Preparing [2022-05-23T17:48:21.507Z] aa562e1ac4bf: Preparing [2022-05-23T17:48:21.507Z] dde4c17a55a2: Preparing [2022-05-23T17:48:21.507Z] b541d28bf3b4: Preparing [2022-05-23T17:48:21.507Z] aa562e1ac4bf: Waiting [2022-05-23T17:48:21.507Z] b541d28bf3b4: Waiting [2022-05-23T17:48:21.507Z] dde4c17a55a2: Waiting [2022-05-23T17:48:21.507Z] d22c412affe0: Layer already exists [2022-05-23T17:48:21.507Z] c7e923837fa9: Layer already exists [2022-05-23T17:48:21.507Z] a2b618cc9d77: Layer already exists [2022-05-23T17:48:21.507Z] 25383b1b71cc: Layer already exists [2022-05-23T17:48:21.507Z] 675c2a37900b: Layer already exists [2022-05-23T17:48:21.507Z] aa562e1ac4bf: Layer already exists [2022-05-23T17:48:21.507Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:21.507Z] dde4c17a55a2: Layer already exists [2022-05-23T17:48:21.507Z] main: digest: sha256:d46d5c564c5855c400fbda558136576ba9823753920e9ff8643cf26787ba172f size: 1990 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T17:48:21.542Z] ===================================================== [Pipeline] echo [2022-05-23T17:48:21.549Z] taggedImages: [2022-05-23T17:48:21.549Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:21.549Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-05-23T17:48:21.549Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.7 [2022-05-23T17:48:21.549Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:21.549Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2022-05-23T17:48:21.571Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2022-05-23T17:48:21.571Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:21.571Z] latest [2022-05-23T17:48:21.571Z] 2.2.1-dev.7 [2022-05-23T17:48:21.571Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:21.571Z] main [2022-05-23T17:48:21.571Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:21.873Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:22.165Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:22.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-05-23T17:48:22.166Z] ba9549c67702: Preparing [2022-05-23T17:48:22.166Z] d80ac003fe87: Preparing [2022-05-23T17:48:22.166Z] 0cc7fa7f423e: Preparing [2022-05-23T17:48:22.166Z] 312f1fc95215: Preparing [2022-05-23T17:48:22.166Z] e472fe4fff62: Preparing [2022-05-23T17:48:22.166Z] 7e3804a31dfc: Preparing [2022-05-23T17:48:22.166Z] ab3d75bc60ba: Preparing [2022-05-23T17:48:22.166Z] f7575acdb60e: Preparing [2022-05-23T17:48:22.166Z] 503d6068bd93: Preparing [2022-05-23T17:48:22.166Z] b541d28bf3b4: Preparing [2022-05-23T17:48:22.166Z] ab3d75bc60ba: Waiting [2022-05-23T17:48:22.166Z] 503d6068bd93: Waiting [2022-05-23T17:48:22.166Z] f7575acdb60e: Waiting [2022-05-23T17:48:22.166Z] b541d28bf3b4: Waiting [2022-05-23T17:48:22.166Z] 7e3804a31dfc: Waiting [2022-05-23T17:48:22.166Z] ba9549c67702: Pushed [2022-05-23T17:48:22.166Z] e472fe4fff62: Pushed [2022-05-23T17:48:22.166Z] d80ac003fe87: Pushed [2022-05-23T17:48:22.425Z] 7e3804a31dfc: Pushed [2022-05-23T17:48:22.425Z] f7575acdb60e: Pushed [2022-05-23T17:48:22.425Z] ab3d75bc60ba: Pushed [2022-05-23T17:48:22.425Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:22.425Z] 503d6068bd93: Pushed [2022-05-23T17:48:23.365Z] 312f1fc95215: Pushed [2022-05-23T17:48:23.365Z] 0cc7fa7f423e: Pushed [2022-05-23T17:48:23.627Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:1db5a713242293cb716783e7d6ff311d586f24f1f8bcfc2c62a176742c2f6e46 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:23.926Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:24.216Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-05-23T17:48:24.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-05-23T17:48:24.216Z] ba9549c67702: Preparing [2022-05-23T17:48:24.216Z] d80ac003fe87: Preparing [2022-05-23T17:48:24.216Z] 0cc7fa7f423e: Preparing [2022-05-23T17:48:24.216Z] 312f1fc95215: Preparing [2022-05-23T17:48:24.216Z] e472fe4fff62: Preparing [2022-05-23T17:48:24.216Z] 7e3804a31dfc: Preparing [2022-05-23T17:48:24.216Z] ab3d75bc60ba: Preparing [2022-05-23T17:48:24.216Z] f7575acdb60e: Preparing [2022-05-23T17:48:24.216Z] 503d6068bd93: Preparing [2022-05-23T17:48:24.216Z] b541d28bf3b4: Preparing [2022-05-23T17:48:24.216Z] 7e3804a31dfc: Waiting [2022-05-23T17:48:24.216Z] ab3d75bc60ba: Waiting [2022-05-23T17:48:24.216Z] f7575acdb60e: Waiting [2022-05-23T17:48:24.216Z] 503d6068bd93: Waiting [2022-05-23T17:48:24.216Z] b541d28bf3b4: Waiting [2022-05-23T17:48:24.216Z] 0cc7fa7f423e: Layer already exists [2022-05-23T17:48:24.216Z] ba9549c67702: Layer already exists [2022-05-23T17:48:24.216Z] e472fe4fff62: Layer already exists [2022-05-23T17:48:24.216Z] d80ac003fe87: Layer already exists [2022-05-23T17:48:24.216Z] 312f1fc95215: Layer already exists [2022-05-23T17:48:24.216Z] ab3d75bc60ba: Layer already exists [2022-05-23T17:48:24.216Z] 7e3804a31dfc: Layer already exists [2022-05-23T17:48:24.216Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:24.216Z] f7575acdb60e: Layer already exists [2022-05-23T17:48:24.216Z] 503d6068bd93: Layer already exists [2022-05-23T17:48:24.216Z] latest: digest: sha256:1db5a713242293cb716783e7d6ff311d586f24f1f8bcfc2c62a176742c2f6e46 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:24.512Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:24.888Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.7 [2022-05-23T17:48:24.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-05-23T17:48:24.888Z] ba9549c67702: Preparing [2022-05-23T17:48:24.888Z] d80ac003fe87: Preparing [2022-05-23T17:48:24.888Z] 0cc7fa7f423e: Preparing [2022-05-23T17:48:24.888Z] 312f1fc95215: Preparing [2022-05-23T17:48:24.888Z] e472fe4fff62: Preparing [2022-05-23T17:48:24.888Z] 7e3804a31dfc: Preparing [2022-05-23T17:48:24.888Z] ab3d75bc60ba: Preparing [2022-05-23T17:48:24.888Z] f7575acdb60e: Preparing [2022-05-23T17:48:24.888Z] 503d6068bd93: Preparing [2022-05-23T17:48:24.888Z] b541d28bf3b4: Preparing [2022-05-23T17:48:24.888Z] f7575acdb60e: Waiting [2022-05-23T17:48:24.888Z] ab3d75bc60ba: Waiting [2022-05-23T17:48:24.888Z] 7e3804a31dfc: Waiting [2022-05-23T17:48:24.888Z] 503d6068bd93: Waiting [2022-05-23T17:48:24.888Z] b541d28bf3b4: Waiting [2022-05-23T17:48:24.888Z] 0cc7fa7f423e: Layer already exists [2022-05-23T17:48:24.888Z] ba9549c67702: Layer already exists [2022-05-23T17:48:24.888Z] e472fe4fff62: Layer already exists [2022-05-23T17:48:24.888Z] d80ac003fe87: Layer already exists [2022-05-23T17:48:24.888Z] 312f1fc95215: Layer already exists [2022-05-23T17:48:24.888Z] 7e3804a31dfc: Layer already exists [2022-05-23T17:48:24.888Z] ab3d75bc60ba: Layer already exists [2022-05-23T17:48:24.888Z] 503d6068bd93: Layer already exists [2022-05-23T17:48:24.888Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:24.888Z] f7575acdb60e: Layer already exists [2022-05-23T17:48:24.888Z] 2.2.1-dev.7: digest: sha256:1db5a713242293cb716783e7d6ff311d586f24f1f8bcfc2c62a176742c2f6e46 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:25.204Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:25.494Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:25.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-05-23T17:48:25.494Z] ba9549c67702: Preparing [2022-05-23T17:48:25.494Z] d80ac003fe87: Preparing [2022-05-23T17:48:25.494Z] 0cc7fa7f423e: Preparing [2022-05-23T17:48:25.494Z] 312f1fc95215: Preparing [2022-05-23T17:48:25.494Z] e472fe4fff62: Preparing [2022-05-23T17:48:25.494Z] 7e3804a31dfc: Preparing [2022-05-23T17:48:25.494Z] ab3d75bc60ba: Preparing [2022-05-23T17:48:25.494Z] f7575acdb60e: Preparing [2022-05-23T17:48:25.494Z] 503d6068bd93: Preparing [2022-05-23T17:48:25.494Z] b541d28bf3b4: Preparing [2022-05-23T17:48:25.494Z] ab3d75bc60ba: Waiting [2022-05-23T17:48:25.494Z] f7575acdb60e: Waiting [2022-05-23T17:48:25.494Z] 503d6068bd93: Waiting [2022-05-23T17:48:25.494Z] b541d28bf3b4: Waiting [2022-05-23T17:48:25.494Z] 7e3804a31dfc: Waiting [2022-05-23T17:48:25.494Z] e472fe4fff62: Layer already exists [2022-05-23T17:48:25.494Z] d80ac003fe87: Layer already exists [2022-05-23T17:48:25.494Z] 0cc7fa7f423e: Layer already exists [2022-05-23T17:48:25.494Z] 312f1fc95215: Layer already exists [2022-05-23T17:48:25.494Z] ba9549c67702: Layer already exists [2022-05-23T17:48:25.494Z] 7e3804a31dfc: Layer already exists [2022-05-23T17:48:25.494Z] ab3d75bc60ba: Layer already exists [2022-05-23T17:48:25.494Z] f7575acdb60e: Layer already exists [2022-05-23T17:48:25.494Z] 503d6068bd93: Layer already exists [2022-05-23T17:48:25.494Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:25.494Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:1db5a713242293cb716783e7d6ff311d586f24f1f8bcfc2c62a176742c2f6e46 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:25.788Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:26.080Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2022-05-23T17:48:26.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-05-23T17:48:26.080Z] ba9549c67702: Preparing [2022-05-23T17:48:26.080Z] d80ac003fe87: Preparing [2022-05-23T17:48:26.080Z] 0cc7fa7f423e: Preparing [2022-05-23T17:48:26.080Z] 312f1fc95215: Preparing [2022-05-23T17:48:26.080Z] e472fe4fff62: Preparing [2022-05-23T17:48:26.080Z] 7e3804a31dfc: Preparing [2022-05-23T17:48:26.080Z] ab3d75bc60ba: Preparing [2022-05-23T17:48:26.080Z] f7575acdb60e: Preparing [2022-05-23T17:48:26.080Z] 503d6068bd93: Preparing [2022-05-23T17:48:26.080Z] b541d28bf3b4: Preparing [2022-05-23T17:48:26.080Z] ab3d75bc60ba: Waiting [2022-05-23T17:48:26.080Z] f7575acdb60e: Waiting [2022-05-23T17:48:26.080Z] 503d6068bd93: Waiting [2022-05-23T17:48:26.080Z] b541d28bf3b4: Waiting [2022-05-23T17:48:26.080Z] 7e3804a31dfc: Waiting [2022-05-23T17:48:26.080Z] d80ac003fe87: Layer already exists [2022-05-23T17:48:26.080Z] 0cc7fa7f423e: Layer already exists [2022-05-23T17:48:26.080Z] e472fe4fff62: Layer already exists [2022-05-23T17:48:26.080Z] ba9549c67702: Layer already exists [2022-05-23T17:48:26.080Z] 312f1fc95215: Layer already exists [2022-05-23T17:48:26.080Z] ab3d75bc60ba: Layer already exists [2022-05-23T17:48:26.080Z] 7e3804a31dfc: Layer already exists [2022-05-23T17:48:26.080Z] f7575acdb60e: Layer already exists [2022-05-23T17:48:26.080Z] 503d6068bd93: Layer already exists [2022-05-23T17:48:26.080Z] b541d28bf3b4: Layer already exists [2022-05-23T17:48:26.080Z] main: digest: sha256:1db5a713242293cb716783e7d6ff311d586f24f1f8bcfc2c62a176742c2f6e46 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T17:48:26.120Z] ===================================================== [Pipeline] echo [2022-05-23T17:48:26.133Z] taggedImages: [2022-05-23T17:48:26.133Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:26.133Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-05-23T17:48:26.133Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.7 [2022-05-23T17:48:26.133Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:26.133Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2022-05-23T17:48:26.159Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2022-05-23T17:48:26.159Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:26.159Z] latest [2022-05-23T17:48:26.159Z] 2.2.1-dev.7 [2022-05-23T17:48:26.159Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:26.159Z] main [2022-05-23T17:48:26.159Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:26.476Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:26.765Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:26.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-05-23T17:48:26.765Z] 09c298ff430e: Preparing [2022-05-23T17:48:26.765Z] 06d91310c2df: Preparing [2022-05-23T17:48:26.765Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:26.765Z] 7218aabe5296: Preparing [2022-05-23T17:48:26.765Z] 56747488aa39: Preparing [2022-05-23T17:48:26.765Z] 4fc242d58285: Preparing [2022-05-23T17:48:26.765Z] 4fc242d58285: Waiting [2022-05-23T17:48:26.765Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:26.765Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:26.765Z] 09c298ff430e: Pushed [2022-05-23T17:48:26.765Z] 56747488aa39: Pushed [2022-05-23T17:48:27.333Z] 7218aabe5296: Pushed [2022-05-23T17:48:28.714Z] 06d91310c2df: Pushed [2022-05-23T17:48:28.715Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:63694c42ed04631196b7d79fddb0901e1db0d188e3d13c8810de8a423c48e589 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:29.014Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:29.310Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-05-23T17:48:29.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-05-23T17:48:29.310Z] 09c298ff430e: Preparing [2022-05-23T17:48:29.310Z] 06d91310c2df: Preparing [2022-05-23T17:48:29.310Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:29.310Z] 7218aabe5296: Preparing [2022-05-23T17:48:29.310Z] 56747488aa39: Preparing [2022-05-23T17:48:29.310Z] 4fc242d58285: Preparing [2022-05-23T17:48:29.310Z] 4fc242d58285: Waiting [2022-05-23T17:48:29.310Z] 09c298ff430e: Layer already exists [2022-05-23T17:48:29.310Z] 7218aabe5296: Layer already exists [2022-05-23T17:48:29.310Z] 56747488aa39: Layer already exists [2022-05-23T17:48:29.310Z] 06d91310c2df: Layer already exists [2022-05-23T17:48:29.310Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:29.310Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:29.310Z] latest: digest: sha256:63694c42ed04631196b7d79fddb0901e1db0d188e3d13c8810de8a423c48e589 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:29.609Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:29.903Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.7 [2022-05-23T17:48:29.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-05-23T17:48:29.904Z] 09c298ff430e: Preparing [2022-05-23T17:48:29.904Z] 06d91310c2df: Preparing [2022-05-23T17:48:29.904Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:29.904Z] 7218aabe5296: Preparing [2022-05-23T17:48:29.904Z] 56747488aa39: Preparing [2022-05-23T17:48:29.904Z] 4fc242d58285: Preparing [2022-05-23T17:48:29.904Z] 4fc242d58285: Waiting [2022-05-23T17:48:29.904Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:29.904Z] 06d91310c2df: Layer already exists [2022-05-23T17:48:29.904Z] 09c298ff430e: Layer already exists [2022-05-23T17:48:29.904Z] 7218aabe5296: Layer already exists [2022-05-23T17:48:29.904Z] 56747488aa39: Layer already exists [2022-05-23T17:48:29.904Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:29.904Z] 2.2.1-dev.7: digest: sha256:63694c42ed04631196b7d79fddb0901e1db0d188e3d13c8810de8a423c48e589 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:30.201Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:30.496Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:30.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-05-23T17:48:30.496Z] 09c298ff430e: Preparing [2022-05-23T17:48:30.496Z] 06d91310c2df: Preparing [2022-05-23T17:48:30.496Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:30.496Z] 7218aabe5296: Preparing [2022-05-23T17:48:30.496Z] 56747488aa39: Preparing [2022-05-23T17:48:30.496Z] 4fc242d58285: Preparing [2022-05-23T17:48:30.496Z] 4fc242d58285: Waiting [2022-05-23T17:48:30.496Z] 7218aabe5296: Layer already exists [2022-05-23T17:48:30.496Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:30.496Z] 06d91310c2df: Layer already exists [2022-05-23T17:48:30.496Z] 09c298ff430e: Layer already exists [2022-05-23T17:48:30.496Z] 56747488aa39: Layer already exists [2022-05-23T17:48:30.496Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:30.496Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:63694c42ed04631196b7d79fddb0901e1db0d188e3d13c8810de8a423c48e589 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:30.791Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:31.086Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2022-05-23T17:48:31.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-05-23T17:48:31.086Z] 09c298ff430e: Preparing [2022-05-23T17:48:31.086Z] 06d91310c2df: Preparing [2022-05-23T17:48:31.086Z] 463c0c0ddecf: Preparing [2022-05-23T17:48:31.086Z] 7218aabe5296: Preparing [2022-05-23T17:48:31.087Z] 56747488aa39: Preparing [2022-05-23T17:48:31.087Z] 4fc242d58285: Preparing [2022-05-23T17:48:31.087Z] 4fc242d58285: Waiting [2022-05-23T17:48:31.087Z] 09c298ff430e: Layer already exists [2022-05-23T17:48:31.087Z] 06d91310c2df: Layer already exists [2022-05-23T17:48:31.087Z] 56747488aa39: Layer already exists [2022-05-23T17:48:31.087Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:48:31.087Z] 7218aabe5296: Layer already exists [2022-05-23T17:48:31.087Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:31.087Z] main: digest: sha256:63694c42ed04631196b7d79fddb0901e1db0d188e3d13c8810de8a423c48e589 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T17:48:31.120Z] ===================================================== [Pipeline] echo [2022-05-23T17:48:31.129Z] taggedImages: [2022-05-23T17:48:31.129Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:31.129Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-05-23T17:48:31.129Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.7 [2022-05-23T17:48:31.129Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:31.129Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2022-05-23T17:48:31.151Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2022-05-23T17:48:31.151Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:31.151Z] latest [2022-05-23T17:48:31.151Z] 2.2.1-dev.7 [2022-05-23T17:48:31.151Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:31.151Z] main [2022-05-23T17:48:31.151Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:31.464Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:31.753Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:31.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-05-23T17:48:31.753Z] c81a1b457a06: Preparing [2022-05-23T17:48:31.753Z] e9f9978b775c: Preparing [2022-05-23T17:48:31.753Z] d9f763972553: Preparing [2022-05-23T17:48:31.753Z] dd9c6249b265: Preparing [2022-05-23T17:48:31.753Z] f143a2f074e4: Preparing [2022-05-23T17:48:31.753Z] 228670af1347: Preparing [2022-05-23T17:48:31.753Z] 56747488aa39: Preparing [2022-05-23T17:48:31.753Z] 4fc242d58285: Preparing [2022-05-23T17:48:31.753Z] 228670af1347: Waiting [2022-05-23T17:48:31.753Z] 56747488aa39: Waiting [2022-05-23T17:48:31.753Z] 4fc242d58285: Waiting [2022-05-23T17:48:31.753Z] c81a1b457a06: Pushed [2022-05-23T17:48:31.753Z] d9f763972553: Pushed [2022-05-23T17:48:31.753Z] e9f9978b775c: Pushed [2022-05-23T17:48:31.753Z] 56747488aa39: Layer already exists [2022-05-23T17:48:31.753Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:32.324Z] 228670af1347: Pushed [2022-05-23T17:48:35.615Z] f143a2f074e4: Pushed [2022-05-23T17:48:38.152Z] dd9c6249b265: Pushed [2022-05-23T17:48:38.152Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:cf66eea2893a263890045171eb1ccb265d5e45419c5b71ab72ba2bea416c8644 size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:38.438Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:38.723Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-05-23T17:48:38.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-05-23T17:48:38.723Z] c81a1b457a06: Preparing [2022-05-23T17:48:38.723Z] e9f9978b775c: Preparing [2022-05-23T17:48:38.723Z] d9f763972553: Preparing [2022-05-23T17:48:38.723Z] dd9c6249b265: Preparing [2022-05-23T17:48:38.723Z] f143a2f074e4: Preparing [2022-05-23T17:48:38.723Z] 228670af1347: Preparing [2022-05-23T17:48:38.723Z] 56747488aa39: Preparing [2022-05-23T17:48:38.723Z] 4fc242d58285: Preparing [2022-05-23T17:48:38.723Z] 228670af1347: Waiting [2022-05-23T17:48:38.723Z] 56747488aa39: Waiting [2022-05-23T17:48:38.723Z] 4fc242d58285: Waiting [2022-05-23T17:48:38.723Z] c81a1b457a06: Layer already exists [2022-05-23T17:48:38.723Z] dd9c6249b265: Layer already exists [2022-05-23T17:48:38.723Z] d9f763972553: Layer already exists [2022-05-23T17:48:38.723Z] f143a2f074e4: Layer already exists [2022-05-23T17:48:38.723Z] e9f9978b775c: Layer already exists [2022-05-23T17:48:38.723Z] 228670af1347: Layer already exists [2022-05-23T17:48:38.723Z] 56747488aa39: Layer already exists [2022-05-23T17:48:38.723Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:38.723Z] latest: digest: sha256:cf66eea2893a263890045171eb1ccb265d5e45419c5b71ab72ba2bea416c8644 size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:39.014Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:39.302Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.7 [2022-05-23T17:48:39.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-05-23T17:48:39.302Z] c81a1b457a06: Preparing [2022-05-23T17:48:39.302Z] e9f9978b775c: Preparing [2022-05-23T17:48:39.302Z] d9f763972553: Preparing [2022-05-23T17:48:39.302Z] dd9c6249b265: Preparing [2022-05-23T17:48:39.302Z] f143a2f074e4: Preparing [2022-05-23T17:48:39.302Z] 228670af1347: Preparing [2022-05-23T17:48:39.302Z] 56747488aa39: Preparing [2022-05-23T17:48:39.302Z] 4fc242d58285: Preparing [2022-05-23T17:48:39.302Z] 228670af1347: Waiting [2022-05-23T17:48:39.302Z] 4fc242d58285: Waiting [2022-05-23T17:48:39.302Z] 56747488aa39: Waiting [2022-05-23T17:48:39.302Z] e9f9978b775c: Layer already exists [2022-05-23T17:48:39.302Z] c81a1b457a06: Layer already exists [2022-05-23T17:48:39.302Z] f143a2f074e4: Layer already exists [2022-05-23T17:48:39.302Z] dd9c6249b265: Layer already exists [2022-05-23T17:48:39.302Z] d9f763972553: Layer already exists [2022-05-23T17:48:39.302Z] 228670af1347: Layer already exists [2022-05-23T17:48:39.302Z] 56747488aa39: Layer already exists [2022-05-23T17:48:39.302Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:39.302Z] 2.2.1-dev.7: digest: sha256:cf66eea2893a263890045171eb1ccb265d5e45419c5b71ab72ba2bea416c8644 size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:39.593Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:39.890Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:39.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-05-23T17:48:39.890Z] c81a1b457a06: Preparing [2022-05-23T17:48:39.890Z] e9f9978b775c: Preparing [2022-05-23T17:48:39.890Z] d9f763972553: Preparing [2022-05-23T17:48:39.890Z] dd9c6249b265: Preparing [2022-05-23T17:48:39.890Z] f143a2f074e4: Preparing [2022-05-23T17:48:39.890Z] 228670af1347: Preparing [2022-05-23T17:48:39.890Z] 56747488aa39: Preparing [2022-05-23T17:48:39.890Z] 4fc242d58285: Preparing [2022-05-23T17:48:39.890Z] 4fc242d58285: Waiting [2022-05-23T17:48:39.890Z] 56747488aa39: Waiting [2022-05-23T17:48:39.890Z] 228670af1347: Waiting [2022-05-23T17:48:39.890Z] f143a2f074e4: Layer already exists [2022-05-23T17:48:39.890Z] d9f763972553: Layer already exists [2022-05-23T17:48:39.890Z] dd9c6249b265: Layer already exists [2022-05-23T17:48:39.890Z] e9f9978b775c: Layer already exists [2022-05-23T17:48:39.890Z] c81a1b457a06: Layer already exists [2022-05-23T17:48:39.890Z] 56747488aa39: Layer already exists [2022-05-23T17:48:39.890Z] 228670af1347: Layer already exists [2022-05-23T17:48:39.890Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:39.890Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:cf66eea2893a263890045171eb1ccb265d5e45419c5b71ab72ba2bea416c8644 size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:40.183Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:40.470Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2022-05-23T17:48:40.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-05-23T17:48:40.470Z] c81a1b457a06: Preparing [2022-05-23T17:48:40.470Z] e9f9978b775c: Preparing [2022-05-23T17:48:40.470Z] d9f763972553: Preparing [2022-05-23T17:48:40.470Z] dd9c6249b265: Preparing [2022-05-23T17:48:40.470Z] f143a2f074e4: Preparing [2022-05-23T17:48:40.470Z] 228670af1347: Preparing [2022-05-23T17:48:40.470Z] 56747488aa39: Preparing [2022-05-23T17:48:40.470Z] 4fc242d58285: Preparing [2022-05-23T17:48:40.470Z] 56747488aa39: Waiting [2022-05-23T17:48:40.470Z] 4fc242d58285: Waiting [2022-05-23T17:48:40.470Z] 228670af1347: Waiting [2022-05-23T17:48:40.471Z] d9f763972553: Layer already exists [2022-05-23T17:48:40.471Z] e9f9978b775c: Layer already exists [2022-05-23T17:48:40.471Z] dd9c6249b265: Layer already exists [2022-05-23T17:48:40.471Z] f143a2f074e4: Layer already exists [2022-05-23T17:48:40.471Z] c81a1b457a06: Layer already exists [2022-05-23T17:48:40.471Z] 228670af1347: Layer already exists [2022-05-23T17:48:40.471Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:40.471Z] 56747488aa39: Layer already exists [2022-05-23T17:48:40.471Z] main: digest: sha256:cf66eea2893a263890045171eb1ccb265d5e45419c5b71ab72ba2bea416c8644 size: 1992 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T17:48:40.502Z] ===================================================== [Pipeline] echo [2022-05-23T17:48:40.510Z] taggedImages: [2022-05-23T17:48:40.510Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:40.510Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-05-23T17:48:40.510Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.7 [2022-05-23T17:48:40.510Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:40.510Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2022-05-23T17:48:40.531Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2022-05-23T17:48:40.531Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:40.531Z] latest [2022-05-23T17:48:40.531Z] 2.2.1-dev.7 [2022-05-23T17:48:40.531Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:40.531Z] main [2022-05-23T17:48:40.531Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:40.844Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:41.133Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:41.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-05-23T17:48:41.133Z] 6a754fec91d5: Preparing [2022-05-23T17:48:41.133Z] d12051d726aa: Preparing [2022-05-23T17:48:41.133Z] ba8f10db0821: Preparing [2022-05-23T17:48:41.133Z] 316249df67fb: Preparing [2022-05-23T17:48:41.133Z] fa232b067470: Preparing [2022-05-23T17:48:41.133Z] 56747488aa39: Preparing [2022-05-23T17:48:41.133Z] 4fc242d58285: Preparing [2022-05-23T17:48:41.133Z] 4fc242d58285: Waiting [2022-05-23T17:48:41.133Z] 56747488aa39: Waiting [2022-05-23T17:48:41.133Z] 6a754fec91d5: Pushed [2022-05-23T17:48:41.133Z] ba8f10db0821: Pushed [2022-05-23T17:48:41.133Z] d12051d726aa: Pushed [2022-05-23T17:48:41.133Z] 56747488aa39: Layer already exists [2022-05-23T17:48:41.133Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:41.391Z] fa232b067470: Pushed [2022-05-23T17:48:47.959Z] 316249df67fb: Pushed [2022-05-23T17:48:47.959Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:c1065ea06268613690356b9995b602f375218e36a2f7e042cda32bea629704e4 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:48.252Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:48.541Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-05-23T17:48:48.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-05-23T17:48:48.541Z] 6a754fec91d5: Preparing [2022-05-23T17:48:48.541Z] d12051d726aa: Preparing [2022-05-23T17:48:48.541Z] ba8f10db0821: Preparing [2022-05-23T17:48:48.541Z] 316249df67fb: Preparing [2022-05-23T17:48:48.541Z] fa232b067470: Preparing [2022-05-23T17:48:48.541Z] 56747488aa39: Preparing [2022-05-23T17:48:48.541Z] 4fc242d58285: Preparing [2022-05-23T17:48:48.541Z] 56747488aa39: Waiting [2022-05-23T17:48:48.541Z] 4fc242d58285: Waiting [2022-05-23T17:48:48.541Z] ba8f10db0821: Layer already exists [2022-05-23T17:48:48.541Z] 6a754fec91d5: Layer already exists [2022-05-23T17:48:48.541Z] 316249df67fb: Layer already exists [2022-05-23T17:48:48.541Z] fa232b067470: Layer already exists [2022-05-23T17:48:48.541Z] d12051d726aa: Layer already exists [2022-05-23T17:48:48.541Z] 56747488aa39: Layer already exists [2022-05-23T17:48:48.541Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:48.541Z] latest: digest: sha256:c1065ea06268613690356b9995b602f375218e36a2f7e042cda32bea629704e4 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:48.836Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:49.128Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.7 [2022-05-23T17:48:49.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-05-23T17:48:49.128Z] 6a754fec91d5: Preparing [2022-05-23T17:48:49.128Z] d12051d726aa: Preparing [2022-05-23T17:48:49.128Z] ba8f10db0821: Preparing [2022-05-23T17:48:49.128Z] 316249df67fb: Preparing [2022-05-23T17:48:49.128Z] fa232b067470: Preparing [2022-05-23T17:48:49.128Z] 56747488aa39: Preparing [2022-05-23T17:48:49.128Z] 4fc242d58285: Preparing [2022-05-23T17:48:49.128Z] 56747488aa39: Waiting [2022-05-23T17:48:49.128Z] 6a754fec91d5: Layer already exists [2022-05-23T17:48:49.128Z] d12051d726aa: Layer already exists [2022-05-23T17:48:49.128Z] 316249df67fb: Layer already exists [2022-05-23T17:48:49.128Z] fa232b067470: Layer already exists [2022-05-23T17:48:49.128Z] ba8f10db0821: Layer already exists [2022-05-23T17:48:49.128Z] 56747488aa39: Layer already exists [2022-05-23T17:48:49.128Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:49.128Z] 2.2.1-dev.7: digest: sha256:c1065ea06268613690356b9995b602f375218e36a2f7e042cda32bea629704e4 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:49.423Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:49.737Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:49.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-05-23T17:48:49.737Z] 6a754fec91d5: Preparing [2022-05-23T17:48:49.737Z] d12051d726aa: Preparing [2022-05-23T17:48:49.737Z] ba8f10db0821: Preparing [2022-05-23T17:48:49.737Z] 316249df67fb: Preparing [2022-05-23T17:48:49.737Z] fa232b067470: Preparing [2022-05-23T17:48:49.737Z] 56747488aa39: Preparing [2022-05-23T17:48:49.737Z] 4fc242d58285: Preparing [2022-05-23T17:48:49.737Z] 56747488aa39: Waiting [2022-05-23T17:48:49.737Z] 4fc242d58285: Waiting [2022-05-23T17:48:49.737Z] fa232b067470: Layer already exists [2022-05-23T17:48:49.737Z] 6a754fec91d5: Layer already exists [2022-05-23T17:48:49.737Z] 316249df67fb: Layer already exists [2022-05-23T17:48:49.737Z] d12051d726aa: Layer already exists [2022-05-23T17:48:49.737Z] ba8f10db0821: Layer already exists [2022-05-23T17:48:49.737Z] 56747488aa39: Layer already exists [2022-05-23T17:48:49.737Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:49.737Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:c1065ea06268613690356b9995b602f375218e36a2f7e042cda32bea629704e4 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:50.103Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:50.394Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2022-05-23T17:48:50.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-05-23T17:48:50.394Z] 6a754fec91d5: Preparing [2022-05-23T17:48:50.394Z] d12051d726aa: Preparing [2022-05-23T17:48:50.394Z] ba8f10db0821: Preparing [2022-05-23T17:48:50.394Z] 316249df67fb: Preparing [2022-05-23T17:48:50.394Z] fa232b067470: Preparing [2022-05-23T17:48:50.394Z] 56747488aa39: Preparing [2022-05-23T17:48:50.394Z] 4fc242d58285: Preparing [2022-05-23T17:48:50.394Z] 56747488aa39: Waiting [2022-05-23T17:48:50.394Z] 4fc242d58285: Waiting [2022-05-23T17:48:50.394Z] fa232b067470: Layer already exists [2022-05-23T17:48:50.394Z] d12051d726aa: Layer already exists [2022-05-23T17:48:50.394Z] ba8f10db0821: Layer already exists [2022-05-23T17:48:50.394Z] 316249df67fb: Layer already exists [2022-05-23T17:48:50.394Z] 6a754fec91d5: Layer already exists [2022-05-23T17:48:50.394Z] 56747488aa39: Layer already exists [2022-05-23T17:48:50.394Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:50.394Z] main: digest: sha256:c1065ea06268613690356b9995b602f375218e36a2f7e042cda32bea629704e4 size: 1780 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T17:48:50.435Z] ===================================================== [Pipeline] echo [2022-05-23T17:48:50.446Z] taggedImages: [2022-05-23T17:48:50.446Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:50.446Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-05-23T17:48:50.446Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.7 [2022-05-23T17:48:50.446Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:50.446Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2022-05-23T17:48:50.470Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2022-05-23T17:48:50.470Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:50.470Z] latest [2022-05-23T17:48:50.470Z] 2.2.1-dev.7 [2022-05-23T17:48:50.470Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:50.470Z] main [2022-05-23T17:48:50.470Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:50.804Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:51.092Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:48:51.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-05-23T17:48:51.092Z] eea7621f1234: Preparing [2022-05-23T17:48:51.092Z] 885a838154b4: Preparing [2022-05-23T17:48:51.092Z] 94712c0fc33f: Preparing [2022-05-23T17:48:51.092Z] 89d79a61812f: Preparing [2022-05-23T17:48:51.092Z] 228670af1347: Preparing [2022-05-23T17:48:51.092Z] 56747488aa39: Preparing [2022-05-23T17:48:51.092Z] 4fc242d58285: Preparing [2022-05-23T17:48:51.092Z] 56747488aa39: Waiting [2022-05-23T17:48:51.092Z] 4fc242d58285: Waiting [2022-05-23T17:48:51.092Z] 228670af1347: Layer already exists [2022-05-23T17:48:51.092Z] 56747488aa39: Layer already exists [2022-05-23T17:48:51.092Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:51.092Z] 885a838154b4: Pushed [2022-05-23T17:48:51.092Z] eea7621f1234: Pushed [2022-05-23T17:48:51.092Z] 94712c0fc33f: Pushed [2022-05-23T17:48:57.655Z] 89d79a61812f: Pushed [2022-05-23T17:48:57.655Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:a54f6cc2bba79a477901e2bcb6f50c0c926f62b8f3b793383161a5cf9b7ff3db size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:57.952Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:58.242Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-05-23T17:48:58.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-05-23T17:48:58.242Z] eea7621f1234: Preparing [2022-05-23T17:48:58.242Z] 885a838154b4: Preparing [2022-05-23T17:48:58.242Z] 94712c0fc33f: Preparing [2022-05-23T17:48:58.242Z] 89d79a61812f: Preparing [2022-05-23T17:48:58.242Z] 228670af1347: Preparing [2022-05-23T17:48:58.242Z] 56747488aa39: Preparing [2022-05-23T17:48:58.242Z] 4fc242d58285: Preparing [2022-05-23T17:48:58.242Z] 56747488aa39: Waiting [2022-05-23T17:48:58.242Z] 4fc242d58285: Waiting [2022-05-23T17:48:58.242Z] 89d79a61812f: Layer already exists [2022-05-23T17:48:58.242Z] 885a838154b4: Layer already exists [2022-05-23T17:48:58.242Z] 228670af1347: Layer already exists [2022-05-23T17:48:58.242Z] 94712c0fc33f: Layer already exists [2022-05-23T17:48:58.242Z] eea7621f1234: Layer already exists [2022-05-23T17:48:58.242Z] 56747488aa39: Layer already exists [2022-05-23T17:48:58.242Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:58.242Z] latest: digest: sha256:a54f6cc2bba79a477901e2bcb6f50c0c926f62b8f3b793383161a5cf9b7ff3db size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:58.540Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:58.830Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.7 [2022-05-23T17:48:58.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-05-23T17:48:58.831Z] eea7621f1234: Preparing [2022-05-23T17:48:58.831Z] 885a838154b4: Preparing [2022-05-23T17:48:58.831Z] 94712c0fc33f: Preparing [2022-05-23T17:48:58.831Z] 89d79a61812f: Preparing [2022-05-23T17:48:58.831Z] 228670af1347: Preparing [2022-05-23T17:48:58.831Z] 56747488aa39: Preparing [2022-05-23T17:48:58.831Z] 4fc242d58285: Preparing [2022-05-23T17:48:58.831Z] 56747488aa39: Waiting [2022-05-23T17:48:58.831Z] 4fc242d58285: Waiting [2022-05-23T17:48:58.831Z] 228670af1347: Layer already exists [2022-05-23T17:48:58.831Z] 94712c0fc33f: Layer already exists [2022-05-23T17:48:58.831Z] eea7621f1234: Layer already exists [2022-05-23T17:48:58.831Z] 885a838154b4: Layer already exists [2022-05-23T17:48:58.831Z] 89d79a61812f: Layer already exists [2022-05-23T17:48:58.831Z] 56747488aa39: Layer already exists [2022-05-23T17:48:58.831Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:58.831Z] 2.2.1-dev.7: digest: sha256:a54f6cc2bba79a477901e2bcb6f50c0c926f62b8f3b793383161a5cf9b7ff3db size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:59.127Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:59.412Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:48:59.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-05-23T17:48:59.412Z] eea7621f1234: Preparing [2022-05-23T17:48:59.412Z] 885a838154b4: Preparing [2022-05-23T17:48:59.412Z] 94712c0fc33f: Preparing [2022-05-23T17:48:59.412Z] 89d79a61812f: Preparing [2022-05-23T17:48:59.412Z] 228670af1347: Preparing [2022-05-23T17:48:59.412Z] 56747488aa39: Preparing [2022-05-23T17:48:59.412Z] 4fc242d58285: Preparing [2022-05-23T17:48:59.412Z] 4fc242d58285: Waiting [2022-05-23T17:48:59.412Z] 56747488aa39: Waiting [2022-05-23T17:48:59.412Z] 885a838154b4: Layer already exists [2022-05-23T17:48:59.412Z] 228670af1347: Layer already exists [2022-05-23T17:48:59.412Z] 94712c0fc33f: Layer already exists [2022-05-23T17:48:59.412Z] eea7621f1234: Layer already exists [2022-05-23T17:48:59.412Z] 89d79a61812f: Layer already exists [2022-05-23T17:48:59.412Z] 56747488aa39: Layer already exists [2022-05-23T17:48:59.412Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:59.412Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:a54f6cc2bba79a477901e2bcb6f50c0c926f62b8f3b793383161a5cf9b7ff3db size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:59.702Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:48:59.990Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2022-05-23T17:48:59.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-05-23T17:48:59.990Z] eea7621f1234: Preparing [2022-05-23T17:48:59.990Z] 885a838154b4: Preparing [2022-05-23T17:48:59.990Z] 94712c0fc33f: Preparing [2022-05-23T17:48:59.990Z] 89d79a61812f: Preparing [2022-05-23T17:48:59.990Z] 228670af1347: Preparing [2022-05-23T17:48:59.990Z] 56747488aa39: Preparing [2022-05-23T17:48:59.990Z] 4fc242d58285: Preparing [2022-05-23T17:48:59.990Z] 56747488aa39: Waiting [2022-05-23T17:48:59.990Z] 4fc242d58285: Waiting [2022-05-23T17:48:59.990Z] 94712c0fc33f: Layer already exists [2022-05-23T17:48:59.990Z] eea7621f1234: Layer already exists [2022-05-23T17:48:59.990Z] 885a838154b4: Layer already exists [2022-05-23T17:48:59.990Z] 89d79a61812f: Layer already exists [2022-05-23T17:48:59.990Z] 228670af1347: Layer already exists [2022-05-23T17:48:59.990Z] 4fc242d58285: Layer already exists [2022-05-23T17:48:59.990Z] 56747488aa39: Layer already exists [2022-05-23T17:48:59.990Z] main: digest: sha256:a54f6cc2bba79a477901e2bcb6f50c0c926f62b8f3b793383161a5cf9b7ff3db size: 1780 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T17:49:00.021Z] ===================================================== [Pipeline] echo [2022-05-23T17:49:00.030Z] taggedImages: [2022-05-23T17:49:00.030Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:49:00.030Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-05-23T17:49:00.030Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.7 [2022-05-23T17:49:00.030Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:49:00.030Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2022-05-23T17:49:00.049Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2022-05-23T17:49:00.049Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:49:00.049Z] latest [2022-05-23T17:49:00.049Z] 2.2.1-dev.7 [2022-05-23T17:49:00.049Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:49:00.049Z] main [2022-05-23T17:49:00.049Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:00.356Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:00.644Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:49:00.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-05-23T17:49:00.644Z] fe6602c82928: Preparing [2022-05-23T17:49:00.644Z] d87afeafe721: Preparing [2022-05-23T17:49:00.644Z] 463c0c0ddecf: Preparing [2022-05-23T17:49:00.644Z] 1a79a132ad8d: Preparing [2022-05-23T17:49:00.644Z] b541d28bf3b4: Preparing [2022-05-23T17:49:00.644Z] b541d28bf3b4: Layer already exists [2022-05-23T17:49:00.644Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:49:00.644Z] fe6602c82928: Pushed [2022-05-23T17:49:00.644Z] 1a79a132ad8d: Pushed [2022-05-23T17:49:03.184Z] d87afeafe721: Pushed [2022-05-23T17:49:03.184Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:841bcf57606fff60353549de7cfc8a69fc26f5ac56d997edda7f082f47f09485 size: 1366 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:03.485Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:03.775Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-05-23T17:49:03.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-05-23T17:49:03.775Z] fe6602c82928: Preparing [2022-05-23T17:49:03.775Z] d87afeafe721: Preparing [2022-05-23T17:49:03.775Z] 463c0c0ddecf: Preparing [2022-05-23T17:49:03.775Z] 1a79a132ad8d: Preparing [2022-05-23T17:49:03.775Z] b541d28bf3b4: Preparing [2022-05-23T17:49:03.775Z] b541d28bf3b4: Layer already exists [2022-05-23T17:49:03.775Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:49:03.775Z] d87afeafe721: Layer already exists [2022-05-23T17:49:03.775Z] fe6602c82928: Layer already exists [2022-05-23T17:49:03.775Z] 1a79a132ad8d: Layer already exists [2022-05-23T17:49:03.775Z] latest: digest: sha256:841bcf57606fff60353549de7cfc8a69fc26f5ac56d997edda7f082f47f09485 size: 1366 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:04.068Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:04.357Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.7 [2022-05-23T17:49:04.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-05-23T17:49:04.357Z] fe6602c82928: Preparing [2022-05-23T17:49:04.357Z] d87afeafe721: Preparing [2022-05-23T17:49:04.357Z] 463c0c0ddecf: Preparing [2022-05-23T17:49:04.357Z] 1a79a132ad8d: Preparing [2022-05-23T17:49:04.357Z] b541d28bf3b4: Preparing [2022-05-23T17:49:04.357Z] b541d28bf3b4: Layer already exists [2022-05-23T17:49:04.357Z] 1a79a132ad8d: Layer already exists [2022-05-23T17:49:04.357Z] d87afeafe721: Layer already exists [2022-05-23T17:49:04.357Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:49:04.357Z] fe6602c82928: Layer already exists [2022-05-23T17:49:04.357Z] 2.2.1-dev.7: digest: sha256:841bcf57606fff60353549de7cfc8a69fc26f5ac56d997edda7f082f47f09485 size: 1366 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:04.652Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:04.939Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:49:04.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-05-23T17:49:04.939Z] fe6602c82928: Preparing [2022-05-23T17:49:04.939Z] d87afeafe721: Preparing [2022-05-23T17:49:04.939Z] 463c0c0ddecf: Preparing [2022-05-23T17:49:04.939Z] 1a79a132ad8d: Preparing [2022-05-23T17:49:04.939Z] b541d28bf3b4: Preparing [2022-05-23T17:49:04.939Z] d87afeafe721: Layer already exists [2022-05-23T17:49:04.939Z] b541d28bf3b4: Layer already exists [2022-05-23T17:49:04.939Z] fe6602c82928: Layer already exists [2022-05-23T17:49:04.939Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:49:04.939Z] 1a79a132ad8d: Layer already exists [2022-05-23T17:49:04.939Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:841bcf57606fff60353549de7cfc8a69fc26f5ac56d997edda7f082f47f09485 size: 1366 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:05.233Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:05.524Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2022-05-23T17:49:05.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-05-23T17:49:05.524Z] fe6602c82928: Preparing [2022-05-23T17:49:05.524Z] d87afeafe721: Preparing [2022-05-23T17:49:05.524Z] 463c0c0ddecf: Preparing [2022-05-23T17:49:05.524Z] 1a79a132ad8d: Preparing [2022-05-23T17:49:05.524Z] b541d28bf3b4: Preparing [2022-05-23T17:49:05.524Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:49:05.524Z] d87afeafe721: Layer already exists [2022-05-23T17:49:05.525Z] fe6602c82928: Layer already exists [2022-05-23T17:49:05.525Z] b541d28bf3b4: Layer already exists [2022-05-23T17:49:05.525Z] 1a79a132ad8d: Layer already exists [2022-05-23T17:49:05.525Z] main: digest: sha256:841bcf57606fff60353549de7cfc8a69fc26f5ac56d997edda7f082f47f09485 size: 1366 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T17:49:05.557Z] ===================================================== [Pipeline] echo [2022-05-23T17:49:05.568Z] taggedImages: [2022-05-23T17:49:05.568Z] - nexus3.edgexfoundry.org:10004/support-notifications:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:49:05.568Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-05-23T17:49:05.568Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.7 [2022-05-23T17:49:05.568Z] - nexus3.edgexfoundry.org:10004/support-notifications:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:49:05.568Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2022-05-23T17:49:05.589Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2022-05-23T17:49:05.589Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:49:05.589Z] latest [2022-05-23T17:49:05.589Z] 2.2.1-dev.7 [2022-05-23T17:49:05.589Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:49:05.589Z] main [2022-05-23T17:49:05.589Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:05.918Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:06.209Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:49:06.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-05-23T17:49:06.209Z] 86bc79423ec8: Preparing [2022-05-23T17:49:06.209Z] 868c063163ce: Preparing [2022-05-23T17:49:06.209Z] 463c0c0ddecf: Preparing [2022-05-23T17:49:06.209Z] 1cbd75bf7890: Preparing [2022-05-23T17:49:06.209Z] b541d28bf3b4: Preparing [2022-05-23T17:49:06.209Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:49:06.209Z] 1cbd75bf7890: Layer already exists [2022-05-23T17:49:06.209Z] b541d28bf3b4: Layer already exists [2022-05-23T17:49:06.209Z] 86bc79423ec8: Pushed [2022-05-23T17:49:08.745Z] 868c063163ce: Pushed [2022-05-23T17:49:08.745Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:3c04ee932527286cc43ed111d5931ee820dd4b199a4c03b64dc0fe2f1be7ca31 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:09.041Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:09.330Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-05-23T17:49:09.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-05-23T17:49:09.330Z] 86bc79423ec8: Preparing [2022-05-23T17:49:09.330Z] 868c063163ce: Preparing [2022-05-23T17:49:09.330Z] 463c0c0ddecf: Preparing [2022-05-23T17:49:09.330Z] 1cbd75bf7890: Preparing [2022-05-23T17:49:09.330Z] b541d28bf3b4: Preparing [2022-05-23T17:49:09.330Z] 1cbd75bf7890: Layer already exists [2022-05-23T17:49:09.330Z] b541d28bf3b4: Layer already exists [2022-05-23T17:49:09.330Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:49:09.330Z] 868c063163ce: Layer already exists [2022-05-23T17:49:09.330Z] 86bc79423ec8: Layer already exists [2022-05-23T17:49:09.330Z] latest: digest: sha256:3c04ee932527286cc43ed111d5931ee820dd4b199a4c03b64dc0fe2f1be7ca31 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:09.633Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:09.928Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.7 [2022-05-23T17:49:09.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-05-23T17:49:09.928Z] 86bc79423ec8: Preparing [2022-05-23T17:49:09.928Z] 868c063163ce: Preparing [2022-05-23T17:49:09.928Z] 463c0c0ddecf: Preparing [2022-05-23T17:49:09.928Z] 1cbd75bf7890: Preparing [2022-05-23T17:49:09.928Z] b541d28bf3b4: Preparing [2022-05-23T17:49:09.928Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:49:09.928Z] b541d28bf3b4: Layer already exists [2022-05-23T17:49:09.928Z] 86bc79423ec8: Layer already exists [2022-05-23T17:49:09.928Z] 1cbd75bf7890: Layer already exists [2022-05-23T17:49:09.928Z] 868c063163ce: Layer already exists [2022-05-23T17:49:09.928Z] 2.2.1-dev.7: digest: sha256:3c04ee932527286cc43ed111d5931ee820dd4b199a4c03b64dc0fe2f1be7ca31 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:10.228Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:10.524Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:49:10.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-05-23T17:49:10.524Z] 86bc79423ec8: Preparing [2022-05-23T17:49:10.524Z] 868c063163ce: Preparing [2022-05-23T17:49:10.524Z] 463c0c0ddecf: Preparing [2022-05-23T17:49:10.524Z] 1cbd75bf7890: Preparing [2022-05-23T17:49:10.524Z] b541d28bf3b4: Preparing [2022-05-23T17:49:10.524Z] 868c063163ce: Layer already exists [2022-05-23T17:49:10.524Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:49:10.524Z] b541d28bf3b4: Layer already exists [2022-05-23T17:49:10.524Z] 86bc79423ec8: Layer already exists [2022-05-23T17:49:10.524Z] 1cbd75bf7890: Layer already exists [2022-05-23T17:49:10.524Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:3c04ee932527286cc43ed111d5931ee820dd4b199a4c03b64dc0fe2f1be7ca31 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:10.822Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:11.113Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2022-05-23T17:49:11.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-05-23T17:49:11.113Z] 86bc79423ec8: Preparing [2022-05-23T17:49:11.113Z] 868c063163ce: Preparing [2022-05-23T17:49:11.113Z] 463c0c0ddecf: Preparing [2022-05-23T17:49:11.113Z] 1cbd75bf7890: Preparing [2022-05-23T17:49:11.113Z] b541d28bf3b4: Preparing [2022-05-23T17:49:11.113Z] 86bc79423ec8: Layer already exists [2022-05-23T17:49:11.113Z] b541d28bf3b4: Layer already exists [2022-05-23T17:49:11.113Z] 463c0c0ddecf: Layer already exists [2022-05-23T17:49:11.113Z] 1cbd75bf7890: Layer already exists [2022-05-23T17:49:11.113Z] 868c063163ce: Layer already exists [2022-05-23T17:49:11.113Z] main: digest: sha256:3c04ee932527286cc43ed111d5931ee820dd4b199a4c03b64dc0fe2f1be7ca31 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T17:49:11.154Z] ===================================================== [Pipeline] echo [2022-05-23T17:49:11.163Z] taggedImages: [2022-05-23T17:49:11.163Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:49:11.163Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-05-23T17:49:11.163Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.7 [2022-05-23T17:49:11.163Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:49:11.163Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2022-05-23T17:49:11.184Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2022-05-23T17:49:11.184Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:49:11.184Z] latest [2022-05-23T17:49:11.184Z] 2.2.1-dev.7 [2022-05-23T17:49:11.184Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:49:11.184Z] main [2022-05-23T17:49:11.184Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:11.521Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:11.852Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:49:11.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-05-23T17:49:11.853Z] 7de3ad264de3: Preparing [2022-05-23T17:49:11.853Z] 89b3f28581cd: Preparing [2022-05-23T17:49:11.853Z] 76e6a40d2911: Preparing [2022-05-23T17:49:11.853Z] 079b7933f1f2: Preparing [2022-05-23T17:49:11.853Z] 52f44be93a46: Preparing [2022-05-23T17:49:11.853Z] 10d82663b225: Preparing [2022-05-23T17:49:11.853Z] f7a7a140f1b3: Preparing [2022-05-23T17:49:11.853Z] 31e69d4774c9: Preparing [2022-05-23T17:49:11.853Z] 7750d494dfbd: Preparing [2022-05-23T17:49:11.853Z] 18708474c90b: Preparing [2022-05-23T17:49:11.853Z] 4fc242d58285: Preparing [2022-05-23T17:49:11.853Z] 31e69d4774c9: Waiting [2022-05-23T17:49:11.853Z] 18708474c90b: Waiting [2022-05-23T17:49:11.853Z] 10d82663b225: Waiting [2022-05-23T17:49:11.853Z] 4fc242d58285: Waiting [2022-05-23T17:49:11.853Z] f7a7a140f1b3: Waiting [2022-05-23T17:49:11.853Z] 52f44be93a46: Layer already exists [2022-05-23T17:49:11.853Z] 10d82663b225: Layer already exists [2022-05-23T17:49:11.853Z] f7a7a140f1b3: Layer already exists [2022-05-23T17:49:11.853Z] 31e69d4774c9: Layer already exists [2022-05-23T17:49:11.853Z] 89b3f28581cd: Pushed [2022-05-23T17:49:11.853Z] 7750d494dfbd: Layer already exists [2022-05-23T17:49:11.853Z] 18708474c90b: Layer already exists [2022-05-23T17:49:11.853Z] 4fc242d58285: Layer already exists [2022-05-23T17:49:12.111Z] 7de3ad264de3: Pushed [2022-05-23T17:49:13.049Z] 76e6a40d2911: Pushed [2022-05-23T17:49:19.622Z] 079b7933f1f2: Pushed [2022-05-23T17:49:19.622Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:b072e6a5f8d0259b0f3e3cb73422ed497ccf8f99012df47879a5e8dc66242b19 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:19.919Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:20.212Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-05-23T17:49:20.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-05-23T17:49:20.212Z] 7de3ad264de3: Preparing [2022-05-23T17:49:20.212Z] 89b3f28581cd: Preparing [2022-05-23T17:49:20.212Z] 76e6a40d2911: Preparing [2022-05-23T17:49:20.212Z] 079b7933f1f2: Preparing [2022-05-23T17:49:20.212Z] 52f44be93a46: Preparing [2022-05-23T17:49:20.212Z] 10d82663b225: Preparing [2022-05-23T17:49:20.212Z] f7a7a140f1b3: Preparing [2022-05-23T17:49:20.212Z] 31e69d4774c9: Preparing [2022-05-23T17:49:20.212Z] 7750d494dfbd: Preparing [2022-05-23T17:49:20.212Z] 18708474c90b: Preparing [2022-05-23T17:49:20.212Z] 4fc242d58285: Preparing [2022-05-23T17:49:20.212Z] f7a7a140f1b3: Waiting [2022-05-23T17:49:20.212Z] 31e69d4774c9: Waiting [2022-05-23T17:49:20.212Z] 7750d494dfbd: Waiting [2022-05-23T17:49:20.212Z] 18708474c90b: Waiting [2022-05-23T17:49:20.212Z] 4fc242d58285: Waiting [2022-05-23T17:49:20.212Z] 10d82663b225: Waiting [2022-05-23T17:49:20.212Z] 079b7933f1f2: Layer already exists [2022-05-23T17:49:20.212Z] 89b3f28581cd: Layer already exists [2022-05-23T17:49:20.212Z] 52f44be93a46: Layer already exists [2022-05-23T17:49:20.212Z] 7de3ad264de3: Layer already exists [2022-05-23T17:49:20.212Z] 76e6a40d2911: Layer already exists [2022-05-23T17:49:20.212Z] 10d82663b225: Layer already exists [2022-05-23T17:49:20.212Z] f7a7a140f1b3: Layer already exists [2022-05-23T17:49:20.212Z] 18708474c90b: Layer already exists [2022-05-23T17:49:20.212Z] 7750d494dfbd: Layer already exists [2022-05-23T17:49:20.212Z] 31e69d4774c9: Layer already exists [2022-05-23T17:49:20.212Z] 4fc242d58285: Layer already exists [2022-05-23T17:49:20.472Z] latest: digest: sha256:b072e6a5f8d0259b0f3e3cb73422ed497ccf8f99012df47879a5e8dc66242b19 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:20.776Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:21.067Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.7 [2022-05-23T17:49:21.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-05-23T17:49:21.068Z] 7de3ad264de3: Preparing [2022-05-23T17:49:21.068Z] 89b3f28581cd: Preparing [2022-05-23T17:49:21.068Z] 76e6a40d2911: Preparing [2022-05-23T17:49:21.068Z] 079b7933f1f2: Preparing [2022-05-23T17:49:21.068Z] 52f44be93a46: Preparing [2022-05-23T17:49:21.068Z] 10d82663b225: Preparing [2022-05-23T17:49:21.068Z] f7a7a140f1b3: Preparing [2022-05-23T17:49:21.068Z] 31e69d4774c9: Preparing [2022-05-23T17:49:21.068Z] 7750d494dfbd: Preparing [2022-05-23T17:49:21.068Z] 18708474c90b: Preparing [2022-05-23T17:49:21.068Z] 4fc242d58285: Preparing [2022-05-23T17:49:21.068Z] f7a7a140f1b3: Waiting [2022-05-23T17:49:21.068Z] 31e69d4774c9: Waiting [2022-05-23T17:49:21.068Z] 7750d494dfbd: Waiting [2022-05-23T17:49:21.068Z] 18708474c90b: Waiting [2022-05-23T17:49:21.068Z] 4fc242d58285: Waiting [2022-05-23T17:49:21.068Z] 10d82663b225: Waiting [2022-05-23T17:49:21.068Z] 89b3f28581cd: Layer already exists [2022-05-23T17:49:21.068Z] 7de3ad264de3: Layer already exists [2022-05-23T17:49:21.068Z] 76e6a40d2911: Layer already exists [2022-05-23T17:49:21.068Z] 52f44be93a46: Layer already exists [2022-05-23T17:49:21.068Z] 079b7933f1f2: Layer already exists [2022-05-23T17:49:21.068Z] 7750d494dfbd: Layer already exists [2022-05-23T17:49:21.068Z] 31e69d4774c9: Layer already exists [2022-05-23T17:49:21.068Z] f7a7a140f1b3: Layer already exists [2022-05-23T17:49:21.068Z] 10d82663b225: Layer already exists [2022-05-23T17:49:21.068Z] 18708474c90b: Layer already exists [2022-05-23T17:49:21.068Z] 4fc242d58285: Layer already exists [2022-05-23T17:49:21.068Z] 2.2.1-dev.7: digest: sha256:b072e6a5f8d0259b0f3e3cb73422ed497ccf8f99012df47879a5e8dc66242b19 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:21.363Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:21.654Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:49:21.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-05-23T17:49:21.654Z] 7de3ad264de3: Preparing [2022-05-23T17:49:21.654Z] 89b3f28581cd: Preparing [2022-05-23T17:49:21.654Z] 76e6a40d2911: Preparing [2022-05-23T17:49:21.654Z] 079b7933f1f2: Preparing [2022-05-23T17:49:21.654Z] 52f44be93a46: Preparing [2022-05-23T17:49:21.654Z] 10d82663b225: Preparing [2022-05-23T17:49:21.654Z] f7a7a140f1b3: Preparing [2022-05-23T17:49:21.654Z] 31e69d4774c9: Preparing [2022-05-23T17:49:21.654Z] 7750d494dfbd: Preparing [2022-05-23T17:49:21.654Z] 18708474c90b: Preparing [2022-05-23T17:49:21.654Z] 4fc242d58285: Preparing [2022-05-23T17:49:21.654Z] 10d82663b225: Waiting [2022-05-23T17:49:21.654Z] 31e69d4774c9: Waiting [2022-05-23T17:49:21.654Z] 7750d494dfbd: Waiting [2022-05-23T17:49:21.654Z] 18708474c90b: Waiting [2022-05-23T17:49:21.654Z] 4fc242d58285: Waiting [2022-05-23T17:49:21.654Z] f7a7a140f1b3: Waiting [2022-05-23T17:49:21.654Z] 52f44be93a46: Layer already exists [2022-05-23T17:49:21.654Z] 7de3ad264de3: Layer already exists [2022-05-23T17:49:21.654Z] 76e6a40d2911: Layer already exists [2022-05-23T17:49:21.654Z] 89b3f28581cd: Layer already exists [2022-05-23T17:49:21.654Z] 079b7933f1f2: Layer already exists [2022-05-23T17:49:21.654Z] 10d82663b225: Layer already exists [2022-05-23T17:49:21.654Z] f7a7a140f1b3: Layer already exists [2022-05-23T17:49:21.654Z] 7750d494dfbd: Layer already exists [2022-05-23T17:49:21.654Z] 31e69d4774c9: Layer already exists [2022-05-23T17:49:21.654Z] 18708474c90b: Layer already exists [2022-05-23T17:49:21.654Z] 4fc242d58285: Layer already exists [2022-05-23T17:49:21.654Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:b072e6a5f8d0259b0f3e3cb73422ed497ccf8f99012df47879a5e8dc66242b19 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:21.948Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T17:49:22.238Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [2022-05-23T17:49:22.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-05-23T17:49:22.238Z] 7de3ad264de3: Preparing [2022-05-23T17:49:22.238Z] 89b3f28581cd: Preparing [2022-05-23T17:49:22.238Z] 76e6a40d2911: Preparing [2022-05-23T17:49:22.238Z] 079b7933f1f2: Preparing [2022-05-23T17:49:22.238Z] 52f44be93a46: Preparing [2022-05-23T17:49:22.238Z] 10d82663b225: Preparing [2022-05-23T17:49:22.238Z] f7a7a140f1b3: Preparing [2022-05-23T17:49:22.238Z] 31e69d4774c9: Preparing [2022-05-23T17:49:22.238Z] 7750d494dfbd: Preparing [2022-05-23T17:49:22.238Z] 18708474c90b: Preparing [2022-05-23T17:49:22.238Z] 10d82663b225: Waiting [2022-05-23T17:49:22.238Z] f7a7a140f1b3: Waiting [2022-05-23T17:49:22.238Z] 31e69d4774c9: Waiting [2022-05-23T17:49:22.238Z] 4fc242d58285: Preparing [2022-05-23T17:49:22.238Z] 18708474c90b: Waiting [2022-05-23T17:49:22.238Z] 4fc242d58285: Waiting [2022-05-23T17:49:22.238Z] 76e6a40d2911: Layer already exists [2022-05-23T17:49:22.238Z] 89b3f28581cd: Layer already exists [2022-05-23T17:49:22.238Z] 079b7933f1f2: Layer already exists [2022-05-23T17:49:22.238Z] 7de3ad264de3: Layer already exists [2022-05-23T17:49:22.238Z] 52f44be93a46: Layer already exists [2022-05-23T17:49:22.238Z] 10d82663b225: Layer already exists [2022-05-23T17:49:22.238Z] f7a7a140f1b3: Layer already exists [2022-05-23T17:49:22.238Z] 18708474c90b: Layer already exists [2022-05-23T17:49:22.238Z] 7750d494dfbd: Layer already exists [2022-05-23T17:49:22.238Z] 31e69d4774c9: Layer already exists [2022-05-23T17:49:22.238Z] 4fc242d58285: Layer already exists [2022-05-23T17:49:22.238Z] main: digest: sha256:b072e6a5f8d0259b0f3e3cb73422ed497ccf8f99012df47879a5e8dc66242b19 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T17:49:22.277Z] ===================================================== [Pipeline] echo [2022-05-23T17:49:22.288Z] taggedImages: [2022-05-23T17:49:22.288Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:49:22.288Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-05-23T17:49:22.288Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.7 [2022-05-23T17:49:22.288Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T17:49:22.288Z] - 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] } [2022-05-23T17:49:28.165Z] Removing intermediate container 37efeccd6d40 [2022-05-23T17:49:28.166Z] ---> 6d9ce7f6efc2 [2022-05-23T17:49:28.166Z] [2022-05-23T17:49:28.166Z] Step 10/23 : FROM alpine:3.14 [2022-05-23T17:49:28.166Z] 3.14: Pulling from library/alpine [2022-05-23T17:49:28.166Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-23T17:49:28.166Z] Status: Downloaded newer image for alpine:3.14 [2022-05-23T17:49:28.166Z] ---> ac73e934f311 [2022-05-23T17:49:28.166Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-23T17:49:28.166Z] ---> Running in fbfa1535bbe2 [2022-05-23T17:49:29.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:49:29.433Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:49:30.423Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-05-23T17:49:30.423Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T17:49:30.423Z] OK: 5 MiB in 15 packages [2022-05-23T17:49:31.872Z] Removing intermediate container fbfa1535bbe2 [2022-05-23T17:49:31.872Z] ---> 237053a717e7 [2022-05-23T17:49:31.872Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-23T17:49:31.872Z] ---> Running in 6ba031efb2b1 [2022-05-23T17:49:32.473Z] Removing intermediate container 6ba031efb2b1 [2022-05-23T17:49:32.473Z] ---> 5624cffa004f [2022-05-23T17:49:32.473Z] Step 13/23 : ENV APP_PORT=59882 [2022-05-23T17:49:32.473Z] ---> Running in 7d666053b871 [2022-05-23T17:49:33.073Z] Removing intermediate container 7d666053b871 [2022-05-23T17:49:33.073Z] ---> 5e15fc89a8be [2022-05-23T17:49:33.073Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-23T17:49:33.073Z] ---> Running in e9790cc28325 [2022-05-23T17:49:33.677Z] Removing intermediate container e9790cc28325 [2022-05-23T17:49:33.677Z] ---> 21a617eb032b [2022-05-23T17:49:33.677Z] Step 15/23 : WORKDIR / [2022-05-23T17:49:33.677Z] ---> Running in ea48924beb75 [2022-05-23T17:49:34.289Z] Removing intermediate container ea48924beb75 [2022-05-23T17:49:34.289Z] ---> 256d98eeb918 [2022-05-23T17:49:34.289Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T17:49:35.284Z] ---> 2c35b41b9500 [2022-05-23T17:49:35.284Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-05-23T17:49:36.728Z] ---> 5fc437ea182d [2022-05-23T17:49:36.728Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-05-23T17:49:37.743Z] ---> 912bd5106291 [2022-05-23T17:49:37.743Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-05-23T17:49:38.021Z] ---> Running in 5a58ee55aa9f [2022-05-23T17:49:38.621Z] Removing intermediate container 5a58ee55aa9f [2022-05-23T17:49:38.621Z] ---> 677153a2dd2d [2022-05-23T17:49:38.621Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T17:49:38.621Z] ---> Running in 28ad9379e2e5 [2022-05-23T17:49:39.234Z] Removing intermediate container 28ad9379e2e5 [2022-05-23T17:49:39.234Z] ---> ac7c1bcebba9 [2022-05-23T17:49:39.234Z] Step 21/23 : LABEL arch=arm64 [2022-05-23T17:49:39.234Z] ---> Running in e13a2bec77c9 [2022-05-23T17:49:39.849Z] Removing intermediate container e13a2bec77c9 [2022-05-23T17:49:39.849Z] ---> 52903f04c23a [2022-05-23T17:49:39.849Z] Step 22/23 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:49:39.849Z] ---> Running in 93ec5da67da3 [2022-05-23T17:49:40.457Z] Removing intermediate container 93ec5da67da3 [2022-05-23T17:49:40.457Z] ---> 451804da7216 [2022-05-23T17:49:40.457Z] Step 23/23 : LABEL version=2.2.1-dev.7 [2022-05-23T17:49:40.457Z] ---> Running in 3d6f74ba07af [2022-05-23T17:49:41.065Z] Removing intermediate container 3d6f74ba07af [2022-05-23T17:49:41.065Z] ---> c9feee037601 [2022-05-23T17:49:41.065Z] [2022-05-23T17:49:41.341Z] Successfully built c9feee037601 [2022-05-23T17:49:41.341Z] Successfully tagged core-command-arm64:latest [2022-05-23T17:49:41.341Z] Building security-proxy-setup [2022-05-23T17:49:59.698Z]  Building core-command ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:49:59.698Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:49:59.698Z] ---> 007078638b17 [2022-05-23T17:49:59.698Z] Step 3/22 : WORKDIR /edgex-go [2022-05-23T17:49:59.698Z] ---> Using cache [2022-05-23T17:49:59.698Z] ---> 4bf1c025f4e4 [2022-05-23T17:49:59.698Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:49:59.698Z] ---> Using cache [2022-05-23T17:49:59.698Z] ---> 7b5224939ff9 [2022-05-23T17:49:59.698Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-23T17:49:59.698Z] ---> Using cache [2022-05-23T17:49:59.698Z] ---> 9a9a40ba932d [2022-05-23T17:49:59.698Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-23T17:49:59.698Z] ---> Using cache [2022-05-23T17:49:59.698Z] ---> 4fa4233c3caa [2022-05-23T17:49:59.698Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:49:59.698Z] ---> Using cache [2022-05-23T17:49:59.698Z] ---> 62750b37a532 [2022-05-23T17:49:59.698Z] Step 8/22 : COPY . . [2022-05-23T17:49:59.698Z] Removing intermediate container fab06fbcc7bb [2022-05-23T17:49:59.698Z] ---> 3adc30ec080d [2022-05-23T17:49:59.698Z] [2022-05-23T17:49:59.698Z] Step 10/23 : FROM alpine:3.14 [2022-05-23T17:49:59.698Z] ---> ac73e934f311 [2022-05-23T17:49:59.698Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-23T17:49:59.698Z] ---> Using cache [2022-05-23T17:49:59.698Z] ---> 237053a717e7 [2022-05-23T17:49:59.698Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-23T17:49:59.698Z] ---> Using cache [2022-05-23T17:49:59.698Z] ---> 5624cffa004f [2022-05-23T17:49:59.698Z] Step 13/23 : ENV APP_PORT=59881 [2022-05-23T17:49:59.698Z] ---> Using cache [2022-05-23T17:49:59.698Z] ---> 673a80c1a6f9 [2022-05-23T17:49:59.698Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-05-23T17:49:59.698Z] ---> Running in ef7b3ba3b7d6 [2022-05-23T17:49:59.698Z] ---> Running in f50900ab3fec [2022-05-23T17:49:59.698Z] Removing intermediate container ef7b3ba3b7d6 [2022-05-23T17:49:59.698Z] ---> d36c6cdec885 [2022-05-23T17:49:59.698Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-23T17:49:59.698Z] ---> Running in 9a768a65fa35 [2022-05-23T17:49:59.698Z] Removing intermediate container 9a768a65fa35 [2022-05-23T17:49:59.698Z] ---> 786f3b7cfea5 [2022-05-23T17:49:59.698Z] Step 15/23 : WORKDIR / [2022-05-23T17:49:59.698Z] ---> Running in 22daae83c145 [2022-05-23T17:50:00.308Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-05-23T17:50:00.308Z] Removing intermediate container 22daae83c145 [2022-05-23T17:50:00.308Z] ---> e334a3784ba4 [2022-05-23T17:50:00.308Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T17:50:01.299Z] ---> 504f8b15fa0a [2022-05-23T17:50:01.299Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-05-23T17:50:03.287Z] ---> 25dc46c68398 [2022-05-23T17:50:03.287Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-05-23T17:50:03.888Z] ---> 4e3971aa7f5a [2022-05-23T17:50:03.888Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-05-23T17:50:03.888Z] ---> Running in c51d61f2ce4e [2022-05-23T17:50:04.489Z] Removing intermediate container c51d61f2ce4e [2022-05-23T17:50:04.489Z] ---> e49fc41fe3b7 [2022-05-23T17:50:04.489Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T17:50:04.489Z] ---> Running in d45f04d0b53e [2022-05-23T17:50:05.093Z] Removing intermediate container d45f04d0b53e [2022-05-23T17:50:05.093Z] ---> b5bc26983164 [2022-05-23T17:50:05.093Z] Step 21/23 : LABEL arch=arm64 [2022-05-23T17:50:05.368Z] ---> Running in 7109d3559b57 [2022-05-23T17:50:05.660Z] Removing intermediate container 7109d3559b57 [2022-05-23T17:50:05.660Z] ---> acc92bb7d041 [2022-05-23T17:50:05.660Z] Step 22/23 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:50:05.937Z] ---> Running in d3435f713efb [2022-05-23T17:50:06.540Z] Removing intermediate container d3435f713efb [2022-05-23T17:50:06.540Z] ---> 7312eb90124e [2022-05-23T17:50:06.540Z] Step 23/23 : LABEL version=2.2.1-dev.7 [2022-05-23T17:50:06.540Z] ---> Running in c36c521c33b2 [2022-05-23T17:50:07.140Z] Removing intermediate container c36c521c33b2 [2022-05-23T17:50:07.140Z] ---> ffa024b4604e [2022-05-23T17:50:07.140Z] [2022-05-23T17:50:07.417Z] Successfully built ffa024b4604e [2022-05-23T17:50:07.417Z] Successfully tagged core-metadata-arm64:latest [2022-05-23T17:50:07.417Z]  Building core-metadata ... done Building security-bootstrapper [2022-05-23T17:50:25.734Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:50:25.734Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:50:25.734Z] ---> 007078638b17 [2022-05-23T17:50:25.734Z] Step 3/31 : WORKDIR /edgex-go [2022-05-23T17:50:25.734Z] ---> Using cache [2022-05-23T17:50:25.734Z] ---> 4bf1c025f4e4 [2022-05-23T17:50:25.734Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:50:25.734Z] ---> Using cache [2022-05-23T17:50:25.734Z] ---> 7b5224939ff9 [2022-05-23T17:50:25.734Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-05-23T17:50:25.734Z] ---> Using cache [2022-05-23T17:50:25.734Z] ---> 9a9a40ba932d [2022-05-23T17:50:25.734Z] Step 6/31 : COPY go.mod vendor* ./ [2022-05-23T17:50:25.734Z] ---> Using cache [2022-05-23T17:50:25.734Z] ---> 4fa4233c3caa [2022-05-23T17:50:25.734Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:50:25.734Z] ---> Using cache [2022-05-23T17:50:25.734Z] ---> 62750b37a532 [2022-05-23T17:50:25.734Z] Step 8/31 : COPY . . [2022-05-23T17:50:25.734Z] ---> Using cache [2022-05-23T17:50:25.734Z] ---> 673a80c1a6f9 [2022-05-23T17:50:25.734Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-05-23T17:50:25.734Z] ---> Running in f4a97332747a [2022-05-23T17:50:26.010Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-05-23T17:51:34.061Z] Removing intermediate container 57a0119eeb39 [2022-05-23T17:51:34.061Z] ---> c8cef635689f [2022-05-23T17:51:34.061Z] [2022-05-23T17:51:34.061Z] Step 9/20 : FROM alpine:3.15 [2022-05-23T17:51:34.061Z] 3.15: Pulling from library/alpine [2022-05-23T17:51:34.061Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-23T17:51:34.061Z] Status: Downloaded newer image for alpine:3.15 [2022-05-23T17:51:34.061Z] ---> 3fb3c9af89a9 [2022-05-23T17:51:34.061Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T17:51:34.061Z] ---> Running in a496510f1092 [2022-05-23T17:51:34.061Z] Removing intermediate container a496510f1092 [2022-05-23T17:51:34.061Z] ---> 445b4d2ec961 [2022-05-23T17:51:34.061Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:51:34.061Z] ---> Running in b22dee2e0171 [2022-05-23T17:51:34.061Z] Removing intermediate container b22dee2e0171 [2022-05-23T17:51:34.061Z] ---> b48a143e57b0 [2022-05-23T17:51:34.061Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-05-23T17:51:34.340Z] ---> Running in 8905deabdfc4 [2022-05-23T17:51:36.369Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:51:37.439Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:51:38.887Z] v3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T17:51:38.887Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T17:51:38.887Z] OK: 15734 distinct packages available [2022-05-23T17:51:38.887Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:51:39.870Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:51:41.310Z] (1/9) Installing ca-certificates (20211220-r0) [2022-05-23T17:51:41.310Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-05-23T17:51:41.310Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-05-23T17:51:41.586Z] (4/9) Installing libcurl (7.80.0-r1) [2022-05-23T17:51:41.586Z] (5/9) Installing curl (7.80.0-r1) [2022-05-23T17:51:41.586Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-05-23T17:51:41.862Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-05-23T17:51:41.862Z] (8/9) Installing libucontext (1.1-r0) [2022-05-23T17:51:41.862Z] (9/9) Installing gcompat (1.0.0-r4) [2022-05-23T17:51:42.138Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T17:51:42.138Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T17:51:42.416Z] OK: 8 MiB in 23 packages [2022-05-23T17:51:45.044Z] Removing intermediate container 8905deabdfc4 [2022-05-23T17:51:45.044Z] ---> 7216cda0c738 [2022-05-23T17:51:45.044Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T17:51:45.653Z] ---> 882a898ff9c4 [2022-05-23T17:51:45.653Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-05-23T17:51:47.649Z] ---> 173e457f0729 [2022-05-23T17:51:47.649Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-05-23T17:51:48.659Z] ---> 71c85eb26198 [2022-05-23T17:51:48.659Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-05-23T17:51:48.659Z] ---> Running in 108909becf74 [2022-05-23T17:51:49.263Z] Removing intermediate container 108909becf74 [2022-05-23T17:51:49.263Z] ---> 5981a68f2d84 [2022-05-23T17:51:49.263Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T17:51:49.560Z] ---> Running in 24ee67b199b3 [2022-05-23T17:51:49.840Z] Removing intermediate container 24ee67b199b3 [2022-05-23T17:51:49.840Z] ---> 76ec5b8cf03a [2022-05-23T17:51:49.840Z] Step 18/20 : LABEL arch=arm64 [2022-05-23T17:51:50.116Z] ---> Running in 9772d8144f31 [2022-05-23T17:51:50.721Z] Removing intermediate container 9772d8144f31 [2022-05-23T17:51:50.721Z] ---> b8b2d64e5f3e [2022-05-23T17:51:50.721Z] Step 19/20 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:51:50.721Z] ---> Running in 7d888f19b7ed [2022-05-23T17:51:51.333Z] Removing intermediate container 7d888f19b7ed [2022-05-23T17:51:51.333Z] ---> 7cdd83557b25 [2022-05-23T17:51:51.333Z] Step 20/20 : LABEL version=2.2.1-dev.7 [2022-05-23T17:51:51.618Z] ---> Running in f1fc40469e6a [2022-05-23T17:51:51.896Z] Removing intermediate container f1fc40469e6a [2022-05-23T17:51:51.896Z] ---> 2b605b2380c3 [2022-05-23T17:51:51.896Z] [2022-05-23T17:51:52.496Z] Successfully built 2b605b2380c3 [2022-05-23T17:51:52.496Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-05-23T17:51:52.496Z] Building security-secretstore-setup [2022-05-23T17:52:14.697Z]  Building security-spiffe-token-provider ... done Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:52:14.697Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:52:14.697Z] ---> 007078638b17 [2022-05-23T17:52:14.697Z] Step 3/25 : WORKDIR /edgex-go [2022-05-23T17:52:14.697Z] ---> Using cache [2022-05-23T17:52:14.697Z] ---> 4bf1c025f4e4 [2022-05-23T17:52:14.697Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:52:14.697Z] ---> Using cache [2022-05-23T17:52:14.697Z] ---> 7b5224939ff9 [2022-05-23T17:52:14.697Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-05-23T17:52:14.697Z] ---> Using cache [2022-05-23T17:52:14.697Z] ---> 9a9a40ba932d [2022-05-23T17:52:14.697Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-23T17:52:14.697Z] ---> Using cache [2022-05-23T17:52:14.697Z] ---> 4fa4233c3caa [2022-05-23T17:52:14.697Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:52:14.697Z] ---> Using cache [2022-05-23T17:52:14.697Z] ---> 62750b37a532 [2022-05-23T17:52:14.697Z] Step 8/25 : COPY . . [2022-05-23T17:52:14.697Z] ---> Using cache [2022-05-23T17:52:14.697Z] ---> 673a80c1a6f9 [2022-05-23T17:52:14.697Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-05-23T17:52:14.697Z] ---> Running in acafd54596db [2022-05-23T17:52:17.339Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-05-23T17:52:18.333Z] Removing intermediate container cbfe34ba038e [2022-05-23T17:52:18.333Z] ---> 7c9127ab44f4 [2022-05-23T17:52:18.333Z] [2022-05-23T17:52:18.333Z] Step 10/22 : FROM alpine:3.14 [2022-05-23T17:52:18.333Z] ---> ac73e934f311 [2022-05-23T17:52:18.333Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-05-23T17:52:18.333Z] ---> Using cache [2022-05-23T17:52:18.333Z] ---> 237053a717e7 [2022-05-23T17:52:18.333Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-23T17:52:18.333Z] ---> Using cache [2022-05-23T17:52:18.333Z] ---> 5624cffa004f [2022-05-23T17:52:18.333Z] Step 13/22 : ENV APP_PORT=59861 [2022-05-23T17:52:18.611Z] ---> Running in 8db20c228a01 [2022-05-23T17:52:19.618Z] Removing intermediate container 8db20c228a01 [2022-05-23T17:52:19.618Z] ---> 62e947ffe122 [2022-05-23T17:52:19.618Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-23T17:52:19.618Z] Removing intermediate container e229290ae78d [2022-05-23T17:52:19.618Z] ---> 1b7f5fe8cb07 [2022-05-23T17:52:19.618Z] [2022-05-23T17:52:19.618Z] Step 10/22 : FROM alpine:3.14 [2022-05-23T17:52:19.618Z] ---> ac73e934f311 [2022-05-23T17:52:19.618Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-05-23T17:52:19.618Z] ---> Running in b5f122a6645f [2022-05-23T17:52:19.618Z] ---> Running in 6cb5985078ef [2022-05-23T17:52:20.226Z] Removing intermediate container b5f122a6645f [2022-05-23T17:52:20.226Z] ---> f4b6d3c18741 [2022-05-23T17:52:20.226Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T17:52:21.680Z] ---> 04bbf4ddbeb8 [2022-05-23T17:52:21.680Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-05-23T17:52:21.963Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:52:22.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:52:23.694Z] (1/2) Installing ca-certificates (20211220-r0) [2022-05-23T17:52:23.694Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-05-23T17:52:23.694Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T17:52:23.694Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T17:52:23.694Z] ---> 66c8ca419077 [2022-05-23T17:52:23.694Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-05-23T17:52:24.305Z] OK: 6 MiB in 16 packages [2022-05-23T17:52:24.904Z] ---> 6207987b330c [2022-05-23T17:52:24.904Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-05-23T17:52:25.185Z] ---> Running in f67ebffa415c [2022-05-23T17:52:25.788Z] Removing intermediate container f67ebffa415c [2022-05-23T17:52:25.788Z] ---> 2a4c10ecca82 [2022-05-23T17:52:25.788Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T17:52:26.065Z] ---> Running in 5be5c90c18e9 [2022-05-23T17:52:26.683Z] Removing intermediate container 6cb5985078ef [2022-05-23T17:52:26.683Z] ---> 897c562d2a9c [2022-05-23T17:52:26.683Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-23T17:52:26.683Z] ---> Running in 29e0aacfc0ab [2022-05-23T17:52:26.958Z] Removing intermediate container 5be5c90c18e9 [2022-05-23T17:52:26.958Z] ---> 4903f786478c [2022-05-23T17:52:26.958Z] Step 20/22 : LABEL arch=arm64 [2022-05-23T17:52:26.958Z] ---> Running in 0d0cec68023c [2022-05-23T17:52:27.238Z] Removing intermediate container 29e0aacfc0ab [2022-05-23T17:52:27.239Z] ---> f9fae0239778 [2022-05-23T17:52:27.239Z] Step 13/22 : ENV APP_PORT=59860 [2022-05-23T17:52:27.518Z] ---> Running in c49de5bd0922 [2022-05-23T17:52:27.518Z] Removing intermediate container 0d0cec68023c [2022-05-23T17:52:27.518Z] ---> 3f3fcc261a42 [2022-05-23T17:52:27.518Z] Step 21/22 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:52:27.800Z] ---> Running in c25428702d31 [2022-05-23T17:52:28.407Z] Removing intermediate container c49de5bd0922 [2022-05-23T17:52:28.407Z] ---> 07c1fa8b782c [2022-05-23T17:52:28.407Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-23T17:52:28.407Z] ---> Running in b9afc7a67585 [2022-05-23T17:52:28.693Z] Removing intermediate container c25428702d31 [2022-05-23T17:52:28.693Z] ---> 2e2cdc5fd4c0 [2022-05-23T17:52:28.693Z] Step 22/22 : LABEL version=2.2.1-dev.7 [2022-05-23T17:52:28.973Z] ---> Running in f2bce0b2ce43 [2022-05-23T17:52:29.258Z] Removing intermediate container b9afc7a67585 [2022-05-23T17:52:29.258Z] ---> b8af85b02077 [2022-05-23T17:52:29.258Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T17:52:29.532Z] Removing intermediate container f2bce0b2ce43 [2022-05-23T17:52:29.532Z] ---> 76c892a64d09 [2022-05-23T17:52:29.532Z] [2022-05-23T17:52:30.135Z] Successfully built 76c892a64d09 [2022-05-23T17:52:30.135Z] Successfully tagged support-scheduler-arm64:latest [2022-05-23T17:52:30.135Z]  Building support-scheduler ... done Building security-spire-config [2022-05-23T17:52:30.430Z] ---> 4b83ee1e75d7 [2022-05-23T17:52:30.430Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-05-23T17:52:33.065Z] ---> b02987b5a680 [2022-05-23T17:52:33.065Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-05-23T17:52:33.669Z] ---> 6461a25b0d09 [2022-05-23T17:52:33.669Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-05-23T17:52:33.946Z] ---> Running in 388b7c2667af [2022-05-23T17:52:34.551Z] Removing intermediate container 388b7c2667af [2022-05-23T17:52:34.551Z] ---> fb46ccc1249a [2022-05-23T17:52:34.551Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T17:52:34.551Z] ---> Running in 793cc7015707 [2022-05-23T17:52:35.165Z] Removing intermediate container 793cc7015707 [2022-05-23T17:52:35.165Z] ---> 46eb97f35df2 [2022-05-23T17:52:35.165Z] Step 20/22 : LABEL arch=arm64 [2022-05-23T17:52:35.165Z] ---> Running in f14758dfff25 [2022-05-23T17:52:35.767Z] Removing intermediate container f14758dfff25 [2022-05-23T17:52:35.767Z] ---> 4d0ca8f8ac84 [2022-05-23T17:52:35.767Z] Step 21/22 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:52:35.767Z] ---> Running in cd0dd0fd293b [2022-05-23T17:52:36.373Z] Removing intermediate container cd0dd0fd293b [2022-05-23T17:52:36.373Z] ---> 150a039e3539 [2022-05-23T17:52:36.373Z] Step 22/22 : LABEL version=2.2.1-dev.7 [2022-05-23T17:52:36.373Z] ---> Running in 70653002ed8d [2022-05-23T17:52:36.988Z] Removing intermediate container 70653002ed8d [2022-05-23T17:52:36.988Z] ---> 8fd28c1561eb [2022-05-23T17:52:36.988Z] [2022-05-23T17:52:37.265Z] Successfully built 8fd28c1561eb [2022-05-23T17:52:37.265Z] Successfully tagged support-notifications-arm64:latest [2022-05-23T17:52:37.265Z] Building security-spire-agent [2022-05-23T17:52:55.625Z]  Building support-notifications ... done Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:52:55.625Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:52:55.625Z] ---> 007078638b17 [2022-05-23T17:52:55.625Z] Step 3/26 : WORKDIR /edgex-go [2022-05-23T17:52:55.625Z] ---> Using cache [2022-05-23T17:52:55.625Z] ---> 4bf1c025f4e4 [2022-05-23T17:52:55.625Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:52:55.625Z] ---> Using cache [2022-05-23T17:52:55.625Z] ---> 7b5224939ff9 [2022-05-23T17:52:55.625Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-23T17:52:55.625Z] ---> Running in 043396ef467d [2022-05-23T17:52:57.076Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:52:58.067Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:52:59.511Z] OK: 220 MiB in 52 packages [2022-05-23T17:53:01.504Z] Removing intermediate container 043396ef467d [2022-05-23T17:53:01.504Z] ---> 7f4b7a54299e [2022-05-23T17:53:01.504Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-23T17:53:02.101Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:53:02.101Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:53:02.101Z] ---> 007078638b17 [2022-05-23T17:53:02.101Z] Step 3/26 : WORKDIR /edgex-go [2022-05-23T17:53:02.101Z] ---> Using cache [2022-05-23T17:53:02.101Z] ---> 4bf1c025f4e4 [2022-05-23T17:53:02.101Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:53:02.101Z] ---> Using cache [2022-05-23T17:53:02.101Z] ---> 7b5224939ff9 [2022-05-23T17:53:02.101Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-23T17:53:02.101Z] ---> Using cache [2022-05-23T17:53:02.101Z] ---> 7f4b7a54299e [2022-05-23T17:53:02.101Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-23T17:53:02.703Z] ---> c1c5b90825bb [2022-05-23T17:53:02.703Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:53:02.978Z] ---> Running in 4e48cb53055f [2022-05-23T17:53:03.577Z] ---> 36b899d49973 [2022-05-23T17:53:03.577Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:53:03.853Z] ---> Running in 526d776cd11a [2022-05-23T17:53:09.283Z] Removing intermediate container 4e48cb53055f [2022-05-23T17:53:09.283Z] ---> 9a7b00d86936 [2022-05-23T17:53:09.283Z] Step 8/26 : COPY . . [2022-05-23T17:53:09.892Z] Removing intermediate container 526d776cd11a [2022-05-23T17:53:09.892Z] ---> 75a4472f8491 [2022-05-23T17:53:09.892Z] Step 8/26 : COPY . . [2022-05-23T17:53:32.082Z] ---> 5da96c3bdc37 [2022-05-23T17:53:32.082Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-23T17:53:32.082Z] ---> c5bd4a4cebac [2022-05-23T17:53:32.082Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-23T17:53:32.082Z] ---> Running in a9ffd4706bd9 [2022-05-23T17:53:32.082Z] ---> Running in fd11cfac8351 [2022-05-23T17:53:32.082Z] Removing intermediate container fd11cfac8351 [2022-05-23T17:53:32.082Z] ---> 163548a86387 [2022-05-23T17:53:32.082Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-23T17:53:32.082Z] Removing intermediate container a9ffd4706bd9 [2022-05-23T17:53:32.082Z] ---> b432f27abfb5 [2022-05-23T17:53:32.082Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-23T17:53:32.082Z] ---> Running in 9333a92f87a5 [2022-05-23T17:53:32.082Z] ---> Running in 0ae7dc8bb770 [2022-05-23T17:53:33.530Z] Removing intermediate container 0ae7dc8bb770 [2022-05-23T17:53:33.530Z] ---> 4f4b0f3c0d4a [2022-05-23T17:53:33.530Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-23T17:53:33.812Z] ---> Running in 271fdb5c391d [2022-05-23T17:53:33.812Z] Removing intermediate container 9333a92f87a5 [2022-05-23T17:53:33.812Z] ---> 71bfa0c577c6 [2022-05-23T17:53:33.812Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-23T17:53:34.093Z] ---> Running in 359f7114ffe1 [2022-05-23T17:53:34.371Z] Removing intermediate container 271fdb5c391d [2022-05-23T17:53:34.371Z] ---> c20d71f41af3 [2022-05-23T17:53:34.371Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-05-23T17:53:34.645Z] ---> Running in 06f27fb23892 [2022-05-23T17:53:34.929Z] Removing intermediate container 359f7114ffe1 [2022-05-23T17:53:34.929Z] ---> d59f64c2bdf1 [2022-05-23T17:53:34.929Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-05-23T17:53:34.929Z] ---> Running in 247558fd54ce [2022-05-23T17:53:37.604Z] spire-1.2.1/ [2022-05-23T17:53:37.604Z] spire-1.2.1/.data/ [2022-05-23T17:53:37.604Z] spire-1.2.1/.data/.file [2022-05-23T17:53:37.604Z] spire-1.2.1/.dockerignore [2022-05-23T17:53:37.604Z] spire-1.2.1/.gitattributes [2022-05-23T17:53:37.604Z] spire-1.2.1/.githooks/ [2022-05-23T17:53:37.604Z] spire-1.2.1/.githooks/pre-commit [2022-05-23T17:53:37.604Z] spire-1.2.1/.github/ [2022-05-23T17:53:37.604Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-23T17:53:37.604Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-23T17:53:37.604Z] spire-1.2.1/.github/dependabot.yml [2022-05-23T17:53:37.604Z] spire-1.2.1/.github/workflows/ [2022-05-23T17:53:37.604Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-23T17:53:37.604Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-23T17:53:37.604Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-23T17:53:37.604Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-23T17:53:37.604Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-23T17:53:37.604Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-23T17:53:37.604Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-23T17:53:37.604Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-23T17:53:37.604Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-23T17:53:37.604Z] spire-1.2.1/.gitignore [2022-05-23T17:53:37.604Z] spire-1.2.1/.go-version [2022-05-23T17:53:37.604Z] spire-1.2.1/.golangci.yml [2022-05-23T17:53:37.604Z] spire-1.2.1/ADOPTERS.md [2022-05-23T17:53:37.604Z] spire-1.2.1/CHANGELOG.md [2022-05-23T17:53:37.604Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-23T17:53:37.604Z] spire-1.2.1/CODEOWNERS [2022-05-23T17:53:37.604Z] spire-1.2.1/CONTRIBUTING.md [2022-05-23T17:53:37.604Z] spire-1.2.1/Dockerfile [2022-05-23T17:53:37.604Z] spire-1.2.1/Dockerfile.dev [2022-05-23T17:53:37.604Z] spire-1.2.1/Dockerfile.scratch [2022-05-23T17:53:37.604Z] spire-1.2.1/LICENSE [2022-05-23T17:53:37.604Z] spire-1.2.1/MAINTAINERS.md [2022-05-23T17:53:37.604Z] spire-1.2.1/Makefile [2022-05-23T17:53:37.604Z] spire-1.2.1/README.md [2022-05-23T17:53:37.604Z] spire-1.2.1/ROADMAP.md [2022-05-23T17:53:37.604Z] spire-1.2.1/SECURITY.md [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-23T17:53:37.604Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.gospire-1.2.1/ [2022-05-23T17:53:37.604Z] spire-1.2.1/.data/ [2022-05-23T17:53:37.604Z] spire-1.2.1/.data/.file [2022-05-23T17:53:37.604Z] spire-1.2.1/.dockerignore [2022-05-23T17:53:37.604Z] spire-1.2.1/.gitattributes [2022-05-23T17:53:37.604Z] spire-1.2.1/.githooks/ [2022-05-23T17:53:37.604Z] spire-1.2.1/.githooks/pre-commit [2022-05-23T17:53:37.605Z] spire-1.2.1/.github/ [2022-05-23T17:53:37.605Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-23T17:53:37.605Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-23T17:53:37.605Z] spire-1.2.1/.github/dependabot.yml [2022-05-23T17:53:37.605Z] spire-1.2.1/.github/workflows/ [2022-05-23T17:53:37.605Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-23T17:53:37.605Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-23T17:53:37.605Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-23T17:53:37.605Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-23T17:53:37.605Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-23T17:53:37.605Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-23T17:53:37.605Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-23T17:53:37.605Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-23T17:53:37.605Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-23T17:53:37.605Z] spire-1.2.1/.gitignore [2022-05-23T17:53:37.605Z] spire-1.2.1/.go-version [2022-05-23T17:53:37.605Z] spire-1.2.1/.golangci.yml [2022-05-23T17:53:37.605Z] spire-1.2.1/ADOPTERS.md [2022-05-23T17:53:37.605Z] spire-1.2.1/CHANGELOG.md [2022-05-23T17:53:37.605Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-23T17:53:37.605Z] spire-1.2.1/CODEOWNERS [2022-05-23T17:53:37.605Z] spire-1.2.1/CONTRIBUTING.md [2022-05-23T17:53:37.605Z] spire-1.2.1/Dockerfile [2022-05-23T17:53:37.605Z] spire-1.2.1/Dockerfile.dev [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-23T17:53:37.605Z] spire-1.2.1/conf/ [2022-05-23T17:53:37.605Z] spire-1.2.1/conf/agent/ [2022-05-23T17:53:37.605Z] spire-1.2.1/conf/agent/agent.conf [2022-05-23T17:53:37.605Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-23T17:53:37.605Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-23T17:53:37.605Z] spire-1.2.1/conf/server/ [2022-05-23T17:53:37.605Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-23T17:53:37.605Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-23T17:53:37.605Z] spire-1.2.1/conf/server/server.conf [2022-05-23T17:53:37.605Z] spire-1.2.1/conf/server/server_full.conf [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/ [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/SPIRE101.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/auditlog.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/images/ [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-23T17:53:37.605Z] spire-1.2.1/Dockerfile.scratch [2022-05-23T17:53:37.605Z] spire-1.2.1/LICENSE [2022-05-23T17:53:37.605Z] spire-1.2.1/MAINTAINERS.md [2022-05-23T17:53:37.605Z] spire-1.2.1/Makefile [2022-05-23T17:53:37.605Z] spire-1.2.1/README.md [2022-05-23T17:53:37.605Z] spire-1.2.1/ROADMAP.md [2022-05-23T17:53:37.605Z] spire-1.2.1/SECURITY.md [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-23T17:53:37.605Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/scaling_spire.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/spire_agent.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/spire_server.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/supported_integrations.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/telemetry.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/telemetry_config.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/upgrading.md [2022-05-23T17:53:37.605Z] spire-1.2.1/doc/using_spire.md [2022-05-23T17:53:37.605Z] spire-1.2.1/examples/ [2022-05-23T17:53:37.605Z] spire-1.2.1/examples/README.md [2022-05-23T17:53:37.605Z] spire-1.2.1/go.mod [2022-05-23T17:53:37.605Z] spire-1.2.1/go.sum [2022-05-23T17:53:37.605Z] spire-1.2.1/pkg/ [2022-05-23T17:53:37.605Z] spire-1.2.1/pkg/agent/ [2022-05-23T17:53:37.605Z] spire-1.2.1/pkg/agent/agent.go [2022-05-23T17:53:37.605Z] spire-1.2.1/pkg/agent/api/ [2022-05-23T17:53:37.605Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-23T17:53:37.605Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-23T17:53:37.606Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-23T17:53:37.606Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-23T17:53:37.606Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-23T17:53:37.606Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-23T17:53:37.606Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-23T17:53:37.606Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-23T17:53:37.606Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-23T17:53:37.606Z] spire-1.2.1/conf/ [2022-05-23T17:53:37.606Z] spire-1.2.1/conf/agent/ [2022-05-23T17:53:37.606Z] spire-1.2.1/conf/agent/agent.conf [2022-05-23T17:53:37.606Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-23T17:53:37.606Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-23T17:53:37.606Z] spire-1.2.1/conf/server/ [2022-05-23T17:53:37.606Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-23T17:53:37.606Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-23T17:53:37.606Z] spire-1.2.1/conf/server/server.conf [2022-05-23T17:53:37.606Z] spire-1.2.1/conf/server/server_full.conf [2022-05-23T17:53:37.606Z] spire-1.2.1/doc/ [2022-05-23T17:53:37.606Z] spire-1.2.1/doc/SPIRE101.md [2022-05-23T17:53:37.606Z] spire-1.2.1/doc/auditlog.md [2022-05-23T17:53:37.606Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-23T17:53:37.606Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-23T17:53:37.606Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-23T17:53:37.606Z] spire-1.2.1/doc/images/ [2022-05-23T17:53:37.606Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-23T17:53:37.606Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-23T17:53:37.606Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-23T17:53:37.606Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/client/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/common/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/config.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-23T17:53:37.606Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-23T17:53:37.881Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-23T17:53:37.881Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-23T17:53:37.882Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-23T17:53:37.882Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-23T17:53:37.882Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-23T17:53:37.882Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-23T17:53:37.882Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-23T17:53:37.882Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-23T17:53:37.882Z] spire-1.2.1/doc/scaling_spire.md [2022-05-23T17:53:37.882Z] spire-1.2.1/doc/spire_agent.md [2022-05-23T17:53:37.882Z] spire-1.2.1/doc/spire_server.md [2022-05-23T17:53:37.882Z] spire-1.2.1/doc/supported_integrations.md [2022-05-23T17:53:37.882Z] spire-1.2.1/doc/telemetry.md [2022-05-23T17:53:37.882Z] spire-1.2.1/doc/telemetry_config.md [2022-05-23T17:53:37.882Z] spire-1.2.1/doc/upgrading.md [2022-05-23T17:53:37.882Z] spire-1.2.1/doc/using_spire.md [2022-05-23T17:53:37.882Z] spire-1.2.1/examples/ [2022-05-23T17:53:37.882Z] spire-1.2.1/examples/README.md [2022-05-23T17:53:37.882Z] spire-1.2.1/go.mod [2022-05-23T17:53:37.882Z] spire-1.2.1/go.sum [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/agent.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/client/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/common/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/config.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/svid/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/common/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/common/api/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/manager/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-23T17:53:37.882Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/api/names.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/auth/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-23T17:53:37.883Z] [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cli/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-23T17:53:37.883Z] [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/health/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/health/config.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/health/context.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/health/health.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-23T17:53:37.883Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/idutil/ [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/log/ [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/log/log.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/log/options.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-23T17:53:38.160Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/svid/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/names.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/auth/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-23T17:53:38.161Z] [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/profiling/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/selector/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/selector/selector_test.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cli/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-23T17:53:38.161Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-23T17:53:38.162Z] [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/uptime/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/uptime/uptime_test.gospire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/util/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/util/task.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/version/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/version/version.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/x509util/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/health/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/health/config.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/health/context.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/health/health.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/api.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/idutil/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/log/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/log/log.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/log/options.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/health/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/id.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-23T17:53:38.162Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/status.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/bundle/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/ca/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/profiling/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/selector/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/cache/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/catalog/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-23T17:53:38.163Z] [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/config.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/datastore/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-23T17:53:38.163Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-23T17:53:38.439Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/uptime/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/util/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/util/task.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/version/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/version/version.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/x509util/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/api.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-23T17:53:38.440Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/health/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/id.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/status.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-23T17:53:38.441Z] [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/bundle/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/ca/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/ca/ca_health.gospire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-23T17:53:38.441Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/cache/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/catalog/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-23T17:53:38.442Z] [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pemspire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/config.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/registration/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/server.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/server_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/svid/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/ [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/private/ [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/private/server/ [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/private/server/journal/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/ [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/common/ [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/plugin/ [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-23T17:53:38.442Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-23T17:53:38.442Z] spire-1.2.1/release/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-23T17:53:38.442Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/release/spire-extras/ [2022-05-23T17:53:38.442Z] spire-1.2.1/release/spire-extras/README.md [2022-05-23T17:53:38.442Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-23T17:53:38.442Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-23T17:53:38.442Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-23T17:53:38.442Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-23T17:53:38.442Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-23T17:53:38.442Z] spire-1.2.1/release/spire/ [2022-05-23T17:53:38.442Z] spire-1.2.1/release/spire/README.md [2022-05-23T17:53:38.442Z] spire-1.2.1/release/spire/conf/ [2022-05-23T17:53:38.442Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-23T17:53:38.442Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-23T17:53:38.442Z] spire-1.2.1/release/spire/conf/server/ [2022-05-23T17:53:38.442Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-23T17:53:38.442Z] spire-1.2.1/script/ [2022-05-23T17:53:38.442Z] spire-1.2.1/script/build-artifact.sh [2022-05-23T17:53:38.442Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-23T17:53:38.442Z] spire-1.2.1/support/ [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/ [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-23T17:53:38.442Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/ [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-23T17:53:38.720Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-23T17:53:38.720Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-23T17:53:38.720Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-23T17:53:38.720Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-23T17:53:38.721Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-23T17:53:38.721Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-23T17:53:38.721Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-23T17:53:38.721Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-23T17:53:38.721Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-23T17:53:38.721Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-23T17:53:38.721Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/clock/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/clock/clock.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/fixture.go [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-23T17:53:38.721Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-23T17:53:38.721Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/registration/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-23T17:53:38.722Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/README.md [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/common [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-23T17:53:38.722Z] [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.confspire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-23T17:53:38.722Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/registration/ [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/server.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/server_test.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/svid/ [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-23T17:53:38.723Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-23T17:53:38.723Z] spire-1.2.1/proto/ [2022-05-23T17:53:38.723Z] spire-1.2.1/proto/private/ [2022-05-23T17:53:38.723Z] spire-1.2.1/proto/private/server/ [2022-05-23T17:53:38.723Z] spire-1.2.1/proto/private/server/journal/ [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-23T17:53:38.723Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/ [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/common/ [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/plugin/ [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-23T17:53:38.998Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-23T17:53:38.998Z] spire-1.2.1/release/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/release/spire-extras/ [2022-05-23T17:53:38.998Z] spire-1.2.1/release/spire-extras/README.md [2022-05-23T17:53:38.998Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-23T17:53:38.998Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-23T17:53:38.998Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-23T17:53:38.998Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-23T17:53:38.998Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-23T17:53:38.998Z] spire-1.2.1/release/spire/ [2022-05-23T17:53:38.998Z] spire-1.2.1/release/spire/README.md [2022-05-23T17:53:38.998Z] spire-1.2.1/release/spire/conf/ [2022-05-23T17:53:38.998Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-23T17:53:38.998Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-23T17:53:38.998Z] spire-1.2.1/release/spire/conf/server/ [2022-05-23T17:53:38.998Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-23T17:53:38.998Z] spire-1.2.1/script/ [2022-05-23T17:53:38.998Z] spire-1.2.1/script/build-artifact.sh [2022-05-23T17:53:38.998Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-23T17:53:38.998Z] spire-1.2.1/support/ [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/ [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-23T17:53:38.998Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-23T17:53:38.998Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-23T17:53:38.999Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-23T17:53:38.999Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-23T17:53:38.999Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-23T17:53:38.999Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-23T17:53:39.000Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-23T17:53:39.000Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-23T17:53:39.000Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-23T17:53:39.000Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-23T17:53:39.000Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-23T17:53:39.000Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-23T17:53:39.000Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-23T17:53:39.000Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-23T17:53:39.000Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/clock/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/clock/clock.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/test-one.sh [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/test.sh [2022-05-23T17:53:39.000Z] spire-1.2.1/test/plugintest/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/plugintest/config.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/plugintest/load.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/plugintest/option.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/spiretest/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/spiretest/dir.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/spiretest/logs.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/spiretest/suite.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/spiretest/x509.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/testca/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/testca/ca.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/testkey/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/testkey/generate.sh [2022-05-23T17:53:39.000Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/testkey/keys.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/testkey/new.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/tpmsimulator/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/util/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/util/cert_generation.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/util/io_redirection.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/util/race.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/util/util.go [2022-05-23T17:53:39.000Z] building spire from source... [2022-05-23T17:53:39.000Z] [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/fixture.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/registration/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-23T17:53:39.000Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/README.md [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/common [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-23T17:53:39.000Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-23T17:53:39.276Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-23T17:53:39.277Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/test-one.sh [2022-05-23T17:53:39.553Z] spire-1.2.1/test/integration/test.sh [2022-05-23T17:53:39.553Z] spire-1.2.1/test/plugintest/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/plugintest/config.go [2022-05-23T17:53:39.553Z] spire-1.2.1/test/plugintest/load.go [2022-05-23T17:53:39.553Z] spire-1.2.1/test/plugintest/option.go [2022-05-23T17:53:39.553Z] spire-1.2.1/test/spiretest/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-23T17:53:39.553Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-23T17:53:39.553Z] spire-1.2.1/test/spiretest/dir.go [2022-05-23T17:53:39.553Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-23T17:53:39.553Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-23T17:53:39.553Z] spire-1.2.1/test/spiretest/logs.go [2022-05-23T17:53:39.553Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-23T17:53:39.553Z] spire-1.2.1/test/spiretest/suite.go [2022-05-23T17:53:39.553Z] spire-1.2.1/test/spiretest/x509.go [2022-05-23T17:53:39.553Z] spire-1.2.1/test/testca/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/testca/ca.go [2022-05-23T17:53:39.553Z] spire-1.2.1/test/testkey/ [2022-05-23T17:53:39.553Z] spire-1.2.1/test/testkey/generate.sh [2022-05-23T17:53:39.554Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-23T17:53:39.554Z] spire-1.2.1/test/testkey/keys.go [2022-05-23T17:53:39.554Z] spire-1.2.1/test/testkey/new.go [2022-05-23T17:53:39.554Z] spire-1.2.1/test/tpmsimulator/ [2022-05-23T17:53:39.554Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-23T17:53:39.554Z] spire-1.2.1/test/util/ [2022-05-23T17:53:39.554Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-23T17:53:39.554Z] spire-1.2.1/test/util/cert_generation.go [2022-05-23T17:53:39.554Z] spire-1.2.1/test/util/io_redirection.go [2022-05-23T17:53:39.554Z] spire-1.2.1/test/util/race.go [2022-05-23T17:53:39.554Z] spire-1.2.1/test/util/util.go [2022-05-23T17:53:39.554Z] Installing go1.17.7... [2022-05-23T17:53:39.554Z] building spire from source... [2022-05-23T17:53:40.154Z] Installing go1.17.7... [2022-05-23T17:54:07.007Z] Building bin/spire-server... [2022-05-23T17:54:07.007Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-23T17:54:07.007Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-23T17:54:07.007Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-23T17:54:07.007Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-23T17:54:07.007Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-23T17:54:07.007Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-23T17:54:07.007Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-23T17:54:07.007Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-23T17:54:07.007Z] Building bin/spire-server... [2022-05-23T17:54:07.007Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-23T17:54:07.007Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-23T17:54:07.007Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-23T17:54:07.007Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-23T17:54:07.283Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-23T17:54:08.271Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-23T17:54:08.548Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-23T17:54:08.824Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-05-23T17:54:10.276Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-23T17:54:10.549Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-23T17:54:10.550Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-23T17:54:10.550Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-23T17:54:10.840Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-23T17:54:10.840Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-23T17:54:11.451Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-23T17:54:11.451Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-23T17:54:11.451Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-23T17:54:11.451Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-23T17:54:11.451Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-23T17:54:11.451Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-23T17:54:11.728Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-23T17:54:11.728Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-23T17:54:11.728Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-23T17:54:11.728Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-23T17:54:12.006Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-23T17:54:12.006Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-23T17:54:12.283Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-23T17:54:12.283Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-23T17:54:12.283Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-23T17:54:12.560Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-05-23T17:54:12.560Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-23T17:54:12.836Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-23T17:54:13.113Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-23T17:54:13.113Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-23T17:54:14.565Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-23T17:54:14.565Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-23T17:54:14.565Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-23T17:54:14.565Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-23T17:54:14.565Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-23T17:54:14.842Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-23T17:54:14.842Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-05-23T17:54:15.121Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-23T17:54:15.728Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-23T17:54:15.728Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-23T17:54:15.728Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-23T17:54:16.335Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-23T17:54:16.335Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-23T17:54:17.794Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-23T17:54:17.794Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-23T17:54:32.946Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-23T17:54:32.946Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-23T17:54:32.946Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-23T17:54:32.946Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-23T17:54:32.946Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-23T17:54:32.946Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-23T17:54:32.946Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-23T17:54:32.946Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-23T17:54:32.946Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-23T17:54:32.946Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-23T17:54:32.946Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-23T17:54:32.946Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-23T17:54:32.946Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-23T17:54:33.222Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-23T17:54:33.506Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-23T17:54:33.783Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-23T17:54:35.239Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-23T17:54:35.517Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-23T17:54:35.517Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-23T17:54:35.795Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-23T17:54:35.795Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-23T17:54:35.795Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-23T17:54:35.795Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-23T17:54:36.073Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-23T17:54:36.073Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-23T17:54:36.677Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-23T17:54:37.286Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-23T17:54:37.286Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-23T17:54:37.566Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-23T17:54:37.843Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-23T17:54:39.879Z] Removing intermediate container f50900ab3fec [2022-05-23T17:54:39.879Z] ---> 38eb95886e61 [2022-05-23T17:54:39.879Z] [2022-05-23T17:54:39.879Z] Step 10/22 : FROM alpine:3.14 [2022-05-23T17:54:39.879Z] ---> ac73e934f311 [2022-05-23T17:54:39.879Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-05-23T17:54:40.156Z] ---> Running in ffdb195a9787 [2022-05-23T17:54:40.772Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-23T17:54:40.772Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-23T17:54:40.772Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-23T17:54:40.772Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-23T17:54:40.772Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-23T17:54:40.772Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-23T17:54:41.051Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-23T17:54:41.051Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-23T17:54:41.333Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-23T17:54:41.611Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-23T17:54:41.611Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-23T17:54:41.894Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:54:41.894Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-23T17:54:41.894Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-23T17:54:42.182Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:54:42.460Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-23T17:54:42.741Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-23T17:54:42.741Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-23T17:54:42.741Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-23T17:54:42.741Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-23T17:54:43.019Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-23T17:54:43.019Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-23T17:54:43.019Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-23T17:54:43.298Z] (1/6) Installing ca-certificates (20211220-r0) [2022-05-23T17:54:43.298Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-05-23T17:54:43.298Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-05-23T17:54:43.298Z] (4/6) Installing libcurl (7.79.1-r1) [2022-05-23T17:54:43.298Z] (5/6) Installing curl (7.79.1-r1) [2022-05-23T17:54:43.298Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-05-23T17:54:43.298Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T17:54:43.577Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T17:54:43.858Z] OK: 8 MiB in 20 packages [2022-05-23T17:54:46.517Z] Removing intermediate container ffdb195a9787 [2022-05-23T17:54:46.517Z] ---> d63629153e16 [2022-05-23T17:54:46.517Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-23T17:54:46.517Z] ---> Running in 8772a34ccbeb [2022-05-23T17:54:46.517Z] Removing intermediate container 8772a34ccbeb [2022-05-23T17:54:46.517Z] ---> 738cc3326619 [2022-05-23T17:54:46.806Z] Step 13/22 : WORKDIR /edgex [2022-05-23T17:54:46.806Z] ---> Running in 7743a1da5309 [2022-05-23T17:54:47.430Z] Removing intermediate container 7743a1da5309 [2022-05-23T17:54:47.430Z] ---> 86b359e7b591 [2022-05-23T17:54:47.430Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-05-23T17:54:48.426Z] ---> fa3993c48f21 [2022-05-23T17:54:48.426Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-05-23T17:54:50.424Z] ---> bdf7b8b640fc [2022-05-23T17:54:50.424Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-05-23T17:54:50.424Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-23T17:54:50.424Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-23T17:54:50.700Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-23T17:54:50.700Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-23T17:54:50.700Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-23T17:54:50.700Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-23T17:54:50.979Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-23T17:54:50.979Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-23T17:54:50.979Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-23T17:54:50.979Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-23T17:54:50.979Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-23T17:54:51.258Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-23T17:54:51.258Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-23T17:54:51.874Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-23T17:54:51.874Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-23T17:54:51.874Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-23T17:54:51.874Z]  ---> f8c100b6a084 [2022-05-23T17:54:51.874Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-05-23T17:54:52.890Z] ---> f583676e114a [2022-05-23T17:54:52.890Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-05-23T17:54:52.890Z] ---> Running in c4aba98740f2 [2022-05-23T17:54:57.234Z] Removing intermediate container c4aba98740f2 [2022-05-23T17:54:57.235Z] ---> ed750667df86 [2022-05-23T17:54:57.235Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-05-23T17:54:57.235Z] ---> Running in a255258a2c5f [2022-05-23T17:54:57.842Z] Removing intermediate container a255258a2c5f [2022-05-23T17:54:57.842Z] ---> d9fa8c3f09c6 [2022-05-23T17:54:57.842Z] Step 20/22 : LABEL arch=arm64 [2022-05-23T17:54:58.119Z] ---> Running in 85565dbf6c52 [2022-05-23T17:54:59.121Z] Removing intermediate container 85565dbf6c52 [2022-05-23T17:54:59.121Z] ---> 40db40f667de [2022-05-23T17:54:59.121Z] Step 21/22 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:54:59.121Z] ---> Running in a6a379900c8e [2022-05-23T17:55:00.110Z] Removing intermediate container a6a379900c8e [2022-05-23T17:55:00.110Z] ---> 833686262a11 [2022-05-23T17:55:00.110Z] Step 22/22 : LABEL version=2.2.1-dev.7 [2022-05-23T17:55:00.386Z] ---> Running in b6169f5ca06b [2022-05-23T17:55:01.376Z] Removing intermediate container b6169f5ca06b [2022-05-23T17:55:01.376Z] ---> a3a547d0e7aa [2022-05-23T17:55:01.376Z] [2022-05-23T17:55:01.982Z] Successfully built a3a547d0e7aa [2022-05-23T17:55:01.982Z] Successfully tagged security-proxy-setup-arm64:latest [2022-05-23T17:55:01.982Z] Building sys-mgmt-agent [2022-05-23T17:55:02.974Z]  Building security-proxy-setup ... done Removing intermediate container f4a97332747a [2022-05-23T17:55:02.974Z] ---> 5fdb69cd35c7 [2022-05-23T17:55:02.974Z] [2022-05-23T17:55:02.974Z] Step 10/31 : FROM alpine:3.14 [2022-05-23T17:55:02.974Z] ---> ac73e934f311 [2022-05-23T17:55:02.974Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-05-23T17:55:02.974Z] ---> Running in 48651257b352 [2022-05-23T17:55:03.576Z] Removing intermediate container 48651257b352 [2022-05-23T17:55:03.576Z] ---> ca15cf3929f0 [2022-05-23T17:55:03.576Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-05-23T17:55:03.576Z] ---> Running in d92af29e98c3 [2022-05-23T17:55:05.579Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:55:05.579Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:55:06.572Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-05-23T17:55:06.572Z] (2/2) Installing su-exec (0.2-r1) [2022-05-23T17:55:06.572Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T17:55:06.572Z] OK: 6 MiB in 16 packages [2022-05-23T17:55:08.594Z] Removing intermediate container d92af29e98c3 [2022-05-23T17:55:08.594Z] ---> aed86d82450c [2022-05-23T17:55:08.594Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-05-23T17:55:08.594Z] ---> Running in f83247294689 [2022-05-23T17:55:09.202Z] Removing intermediate container f83247294689 [2022-05-23T17:55:09.202Z] ---> bd02de0deb27 [2022-05-23T17:55:09.202Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-05-23T17:55:09.202Z] ---> Running in b821c9db1622 [2022-05-23T17:55:10.198Z] Removing intermediate container b821c9db1622 [2022-05-23T17:55:10.198Z] ---> e2bbf21875d2 [2022-05-23T17:55:10.198Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-05-23T17:55:10.198Z] ---> Running in 8d90722b407b [2022-05-23T17:55:14.784Z] Removing intermediate container 8d90722b407b [2022-05-23T17:55:14.784Z] ---> 78c08fb9ea3e [2022-05-23T17:55:14.784Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-05-23T17:55:14.784Z] ---> Running in f2077ccd4c4f [2022-05-23T17:55:15.564Z] Removing intermediate container f2077ccd4c4f [2022-05-23T17:55:15.564Z] ---> 39ffa7502ec1 [2022-05-23T17:55:15.564Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-05-23T17:55:17.202Z] ---> e27f7a594120 [2022-05-23T17:55:17.202Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-05-23T17:55:17.202Z] ---> Running in ffbd14981d3e [2022-05-23T17:55:19.194Z] go: downloading google.golang.org/api v0.70.0 [2022-05-23T17:55:19.194Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-23T17:55:19.194Z] go: downloading k8s.io/api v0.23.4 [2022-05-23T17:55:20.693Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:55:20.693Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:55:20.693Z] ---> 007078638b17 [2022-05-23T17:55:20.693Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T17:55:20.693Z] ---> Using cache [2022-05-23T17:55:20.693Z] ---> 4bf1c025f4e4 [2022-05-23T17:55:20.693Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:55:20.693Z] ---> Using cache [2022-05-23T17:55:20.693Z] ---> 7b5224939ff9 [2022-05-23T17:55:20.693Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-05-23T17:55:20.693Z] ---> Running in f2785a280b1b [2022-05-23T17:55:21.314Z] Removing intermediate container ffbd14981d3e [2022-05-23T17:55:21.314Z] ---> 8416b2c9790d [2022-05-23T17:55:21.314Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T17:55:21.314Z] go: downloading google.golang.org/api v0.70.0 [2022-05-23T17:55:21.314Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-23T17:55:21.603Z] go: downloading k8s.io/api v0.23.4 [2022-05-23T17:55:22.621Z]  ---> 91b2ff075dc2 [2022-05-23T17:55:22.621Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-05-23T17:55:23.230Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:55:24.238Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:55:24.526Z] ---> 854b35572c3b [2022-05-23T17:55:24.526Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-05-23T17:55:25.516Z] ---> 2ca715ab4669 [2022-05-23T17:55:25.516Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-05-23T17:55:25.516Z] OK: 220 MiB in 52 packages [2022-05-23T17:55:26.522Z] ---> 6fc9e7f2aa68 [2022-05-23T17:55:26.522Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-05-23T17:55:27.522Z] Removing intermediate container f2785a280b1b [2022-05-23T17:55:27.522Z] ---> 0a8f4f2c85c7 [2022-05-23T17:55:27.522Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T17:55:27.522Z] ---> d3b8d561b2a1 [2022-05-23T17:55:27.522Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-05-23T17:55:28.119Z] ---> Running in df6444c437e5 [2022-05-23T17:55:28.394Z] ---> c514310856f9 [2022-05-23T17:55:28.676Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:55:28.676Z] ---> Running in 196a0be5e672 [2022-05-23T17:55:28.955Z] Removing intermediate container df6444c437e5 [2022-05-23T17:55:28.955Z] ---> 454c72df14c6 [2022-05-23T17:55:28.955Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-05-23T17:55:30.403Z] ---> 279b6e02502c [2022-05-23T17:55:30.403Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-05-23T17:55:31.009Z] ---> Running in 61d5c5fceab7 [2022-05-23T17:55:31.617Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-23T17:55:31.895Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-23T17:55:32.885Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-23T17:55:33.168Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-23T17:55:33.790Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-23T17:55:34.081Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-23T17:55:34.361Z] Removing intermediate container 61d5c5fceab7 [2022-05-23T17:55:34.361Z] ---> fb004c0fd302 [2022-05-23T17:55:34.361Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-05-23T17:55:34.644Z] Removing intermediate container 196a0be5e672 [2022-05-23T17:55:34.644Z] ---> 86770d7929fe [2022-05-23T17:55:34.644Z] Step 8/23 : COPY . . [2022-05-23T17:55:34.644Z] ---> Running in 66694fc6eb99 [2022-05-23T17:55:35.647Z] Removing intermediate container 66694fc6eb99 [2022-05-23T17:55:35.647Z] ---> 8579e18f739b [2022-05-23T17:55:35.647Z] Step 28/31 : CMD ["gate"] [2022-05-23T17:55:36.247Z] ---> Running in 948e33a980df [2022-05-23T17:55:36.855Z] Removing intermediate container 948e33a980df [2022-05-23T17:55:36.855Z] ---> 0a29b84d4bae [2022-05-23T17:55:36.855Z] Step 29/31 : LABEL arch=arm64 [2022-05-23T17:55:37.460Z] ---> Running in 4855ee9946ca [2022-05-23T17:55:38.076Z] Removing intermediate container 4855ee9946ca [2022-05-23T17:55:38.076Z] ---> 1d4759575cf2 [2022-05-23T17:55:38.076Z] Step 30/31 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:55:38.708Z] ---> Running in f807257fe75f [2022-05-23T17:55:39.314Z] Removing intermediate container f807257fe75f [2022-05-23T17:55:39.314Z] ---> bf6714cdb592 [2022-05-23T17:55:39.314Z] Step 31/31 : LABEL version=2.2.1-dev.7 [2022-05-23T17:55:39.917Z] ---> Running in e71f72309c3d [2022-05-23T17:55:40.523Z] Removing intermediate container e71f72309c3d [2022-05-23T17:55:40.523Z] ---> b36918e5149a [2022-05-23T17:55:40.523Z] [2022-05-23T17:55:41.510Z] Successfully built b36918e5149a [2022-05-23T17:55:41.510Z] Successfully tagged security-bootstrapper-arm64:latest [2022-05-23T17:55:41.510Z] Building security-spire-server [2022-05-23T17:55:51.677Z]  Building security-bootstrapper ... done  ---> 17a42d318fc4 [2022-05-23T17:55:51.677Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-05-23T17:55:51.677Z] ---> Running in 119890da937a [2022-05-23T17:55:52.668Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-05-23T17:55:59.399Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-23T17:55:59.399Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-23T17:55:59.399Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:55:59.399Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:55:59.399Z] ---> 007078638b17 [2022-05-23T17:55:59.399Z] Step 3/25 : WORKDIR /edgex-go [2022-05-23T17:55:59.399Z] ---> Using cache [2022-05-23T17:55:59.399Z] ---> 4bf1c025f4e4 [2022-05-23T17:55:59.399Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:55:59.399Z] ---> Using cache [2022-05-23T17:55:59.399Z] ---> 7b5224939ff9 [2022-05-23T17:55:59.399Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-05-23T17:55:59.399Z] ---> Using cache [2022-05-23T17:55:59.399Z] ---> 7f4b7a54299e [2022-05-23T17:55:59.399Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-23T17:55:59.399Z] ---> Using cache [2022-05-23T17:55:59.399Z] ---> 36b899d49973 [2022-05-23T17:55:59.399Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:55:59.399Z] ---> Using cache [2022-05-23T17:55:59.399Z] ---> 75a4472f8491 [2022-05-23T17:55:59.399Z] Step 8/25 : COPY . . [2022-05-23T17:55:59.399Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-23T17:55:59.399Z]  ---> Using cache [2022-05-23T17:55:59.399Z] ---> 5da96c3bdc37 [2022-05-23T17:55:59.399Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-05-23T17:55:59.399Z] ---> Using cache [2022-05-23T17:55:59.399Z] ---> b432f27abfb5 [2022-05-23T17:55:59.399Z] Step 10/25 : RUN mkdir -p spire-buildgo: downloading k8s.io/apimachinery v0.23.4 [2022-05-23T17:55:59.399Z]  [2022-05-23T17:55:59.399Z] ---> Using cache [2022-05-23T17:55:59.399Z] ---> 71bfa0c577c6 [2022-05-23T17:55:59.399Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-05-23T17:55:59.399Z] ---> Using cache [2022-05-23T17:55:59.399Z] ---> d59f64c2bdf1 [2022-05-23T17:55:59.399Z] Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-05-23T17:55:59.997Z] ---> Running in 0881ca1571d8 [2022-05-23T17:56:01.439Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-23T17:56:02.040Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-23T17:56:02.316Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-23T17:56:02.316Z] spire-1.2.1/ [2022-05-23T17:56:02.316Z] spire-1.2.1/.data/ [2022-05-23T17:56:02.316Z] spire-1.2.1/.data/.file [2022-05-23T17:56:02.316Z] spire-1.2.1/.dockerignore [2022-05-23T17:56:02.316Z] spire-1.2.1/.gitattributes [2022-05-23T17:56:02.316Z] spire-1.2.1/.githooks/ [2022-05-23T17:56:02.316Z] spire-1.2.1/.githooks/pre-commit [2022-05-23T17:56:02.316Z] spire-1.2.1/.github/ [2022-05-23T17:56:02.316Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-23T17:56:02.316Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-23T17:56:02.316Z] spire-1.2.1/.github/dependabot.yml [2022-05-23T17:56:02.316Z] spire-1.2.1/.github/workflows/ [2022-05-23T17:56:02.316Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-23T17:56:02.316Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-23T17:56:02.316Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-23T17:56:02.316Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-23T17:56:02.316Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-23T17:56:02.316Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-23T17:56:02.316Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-23T17:56:02.316Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-23T17:56:02.316Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-23T17:56:02.316Z] spire-1.2.1/.gitignore [2022-05-23T17:56:02.316Z] spire-1.2.1/.go-version [2022-05-23T17:56:02.316Z] spire-1.2.1/.golangci.yml [2022-05-23T17:56:02.316Z] spire-1.2.1/ADOPTERS.md [2022-05-23T17:56:02.316Z] spire-1.2.1/CHANGELOG.md [2022-05-23T17:56:02.316Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-23T17:56:02.316Z] spire-1.2.1/CODEOWNERS [2022-05-23T17:56:02.316Z] spire-1.2.1/CONTRIBUTING.md [2022-05-23T17:56:02.316Z] spire-1.2.1/Dockerfile [2022-05-23T17:56:02.316Z] spire-1.2.1/Dockerfile.dev [2022-05-23T17:56:02.316Z] spire-1.2.1/Dockerfile.scratch [2022-05-23T17:56:02.316Z] spire-1.2.1/LICENSE [2022-05-23T17:56:02.316Z] spire-1.2.1/MAINTAINERS.md [2022-05-23T17:56:02.316Z] spire-1.2.1/Makefile [2022-05-23T17:56:02.316Z] spire-1.2.1/README.md [2022-05-23T17:56:02.316Z] spire-1.2.1/ROADMAP.md [2022-05-23T17:56:02.316Z] spire-1.2.1/SECURITY.md [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/ [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/ [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/ [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-23T17:56:02.316Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-23T17:56:02.589Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.gogo: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-23T17:56:02.590Z]  [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-23T17:56:02.590Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-23T17:56:02.590Z] spire-1.2.1/conf/ [2022-05-23T17:56:02.590Z] spire-1.2.1/conf/agent/ [2022-05-23T17:56:02.590Z] spire-1.2.1/conf/agent/agent.conf [2022-05-23T17:56:02.590Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-23T17:56:02.590Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-23T17:56:02.590Z] spire-1.2.1/conf/server/ [2022-05-23T17:56:02.590Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-23T17:56:02.590Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-23T17:56:02.590Z] spire-1.2.1/conf/server/server.conf [2022-05-23T17:56:02.590Z] spire-1.2.1/conf/server/server_full.conf [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/ [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/SPIRE101.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/auditlog.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/images/ [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.mdgo: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-23T17:56:02.590Z]  [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/scaling_spire.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/spire_agent.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/spire_server.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/supported_integrations.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/telemetry.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/telemetry_config.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/upgrading.md [2022-05-23T17:56:02.590Z] spire-1.2.1/doc/using_spire.md [2022-05-23T17:56:02.590Z] spire-1.2.1/examples/ [2022-05-23T17:56:02.590Z] spire-1.2.1/examples/README.md [2022-05-23T17:56:02.590Z] spire-1.2.1/go.mod [2022-05-23T17:56:02.590Z] spire-1.2.1/go.sum [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/ [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/ [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/agent.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/ [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-23T17:56:02.590Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/client/ [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/common/ [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/config.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/manager/ [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-23T17:56:02.871Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/svid/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/names.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/auth/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/cli/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-23T17:56:02.872Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/health/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/health/config.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/health/context.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/health/health.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/idutil/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/log/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/log/log.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/log/options.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/conn.gogo: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-23T17:56:02.873Z]  [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-23T17:56:02.873Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/profiling/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/selector/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-23T17:56:03.147Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.gogo: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-23T17:56:03.148Z]  [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/uptime/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/util/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/util/task.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/version/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/version/version.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/x509util/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/api.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.gogo: downloading cloud.google.com/go/storage v1.21.0 [2022-05-23T17:56:03.148Z]  [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/health/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/id.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/status.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/bundle/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/ca/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/cache/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/catalog/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/config.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/datastore/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-23T17:56:03.148Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-23T17:56:03.422Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/registration/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/server.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/server_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/svid/ [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/ [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/private/ [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/private/server/ [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/private/server/journal/ [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/ [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/common/ [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/plugin/ [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-23T17:56:03.423Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-23T17:56:03.423Z] spire-1.2.1/release/ [2022-05-23T17:56:03.423Z] spire-1.2.1/release/spire-extras/ [2022-05-23T17:56:03.423Z] spire-1.2.1/release/spire-extras/README.md [2022-05-23T17:56:03.423Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-23T17:56:03.423Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-23T17:56:03.423Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-23T17:56:03.423Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-23T17:56:03.423Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-23T17:56:03.423Z] spire-1.2.1/release/spire/ [2022-05-23T17:56:03.423Z] spire-1.2.1/release/spire/README.md [2022-05-23T17:56:03.423Z] spire-1.2.1/release/spire/conf/ [2022-05-23T17:56:03.423Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-23T17:56:03.423Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-23T17:56:03.423Z] spire-1.2.1/release/spire/conf/server/ [2022-05-23T17:56:03.423Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-23T17:56:03.423Z] spire-1.2.1/script/ [2022-05-23T17:56:03.423Z] spire-1.2.1/script/build-artifact.sh [2022-05-23T17:56:03.423Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-23T17:56:03.423Z] spire-1.2.1/support/ [2022-05-23T17:56:03.423Z] spire-1.2.1/support/k8s/ [2022-05-23T17:56:03.423Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-23T17:56:03.423Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-23T17:56:03.423Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-23T17:56:03.697Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-23T17:56:03.697Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-23T17:56:03.697Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/clock/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/clock/clock.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/fixture.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/registration/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-23T17:56:03.697Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/README.md [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/common [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-23T17:56:03.697Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-23T17:56:03.698Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-23T17:56:03.972Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-rootgo: downloading cloud.google.com/go v0.100.2 [2022-05-23T17:56:03.973Z]  [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-23T17:56:03.973Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.mdgo: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-23T17:56:03.974Z]  [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/test-one.sh [2022-05-23T17:56:03.974Z] spire-1.2.1/test/integration/test.sh [2022-05-23T17:56:03.974Z] spire-1.2.1/test/plugintest/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/plugintest/config.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/plugintest/load.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/plugintest/option.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/spiretest/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/spiretest/dir.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/spiretest/logs.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/spiretest/suite.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/spiretest/x509.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/testca/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/testca/ca.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/testkey/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/testkey/generate.sh [2022-05-23T17:56:03.974Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/testkey/keys.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/testkey/new.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/tpmsimulator/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/util/ [2022-05-23T17:56:03.974Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/util/cert_generation.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/util/io_redirection.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/util/race.go [2022-05-23T17:56:03.974Z] spire-1.2.1/test/util/util.go [2022-05-23T17:56:03.974Z] building spire from source... [2022-05-23T17:56:04.573Z] Installing go1.17.7... [2022-05-23T17:56:05.177Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-23T17:56:05.177Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-23T17:56:05.177Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-23T17:56:05.450Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-23T17:56:05.726Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-23T17:56:06.003Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-23T17:56:06.278Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-23T17:56:07.268Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-23T17:56:07.268Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-23T17:56:07.546Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-23T17:56:07.823Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-23T17:56:07.823Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-23T17:56:08.099Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-23T17:56:08.099Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-23T17:56:08.099Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-23T17:56:08.384Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-23T17:56:09.834Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-23T17:56:10.111Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-23T17:56:10.388Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-23T17:56:11.837Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-23T17:56:11.837Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-23T17:56:11.837Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-23T17:56:12.115Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-23T17:56:12.393Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-23T17:56:12.667Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-23T17:56:12.941Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-23T17:56:12.941Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-23T17:56:13.215Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-23T17:56:13.489Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-23T17:56:13.489Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-23T17:56:14.477Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-23T17:56:15.080Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-23T17:56:15.080Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-23T17:56:15.080Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-23T17:56:15.362Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-23T17:56:15.362Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-23T17:56:15.362Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-23T17:56:15.970Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-23T17:56:15.970Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-23T17:56:15.970Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-23T17:56:16.247Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-23T17:56:16.247Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-23T17:56:16.247Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-23T17:56:16.247Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-23T17:56:16.524Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-23T17:56:17.513Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-23T17:56:17.810Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-23T17:56:18.116Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-23T17:56:18.391Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-23T17:56:18.391Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-23T17:56:18.391Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-23T17:56:18.391Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-23T17:56:18.666Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-23T17:56:19.654Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-23T17:56:19.654Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-23T17:56:19.931Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-23T17:56:20.220Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-23T17:56:20.498Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-23T17:56:20.498Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-23T17:56:20.777Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-23T17:56:21.061Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-23T17:56:21.061Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-23T17:56:21.338Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-23T17:56:21.338Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-23T17:56:21.338Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-23T17:56:21.338Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-23T17:56:22.326Z] go: downloading go.opencensus.io v0.23.0 [2022-05-23T17:56:22.326Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-23T17:56:22.326Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-23T17:56:22.602Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-23T17:56:22.880Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-23T17:56:22.880Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-23T17:56:22.880Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-23T17:56:22.880Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-23T17:56:23.159Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-23T17:56:23.159Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-23T17:56:23.438Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-23T17:56:23.710Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-23T17:56:23.984Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-23T17:56:23.984Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-23T17:56:24.259Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-23T17:56:24.534Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-23T17:56:24.534Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-23T17:56:24.534Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-23T17:56:24.812Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-23T17:56:24.812Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-23T17:56:24.812Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-23T17:56:25.089Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-23T17:56:25.089Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-23T17:56:26.076Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-23T17:56:26.352Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-23T17:56:26.629Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-23T17:56:26.629Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-23T17:56:26.629Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-23T17:56:26.629Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-23T17:56:26.905Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-23T17:56:27.182Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-23T17:56:27.458Z] Building bin/spire-server... [2022-05-23T17:56:27.735Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-23T17:56:27.735Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-23T17:56:27.735Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-23T17:56:28.335Z] go: downloading go.opencensus.io v0.23.0 [2022-05-23T17:56:28.611Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-23T17:56:28.611Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-23T17:56:29.213Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-23T17:56:29.213Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-23T17:56:29.213Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-23T17:56:29.213Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-23T17:56:29.213Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-23T17:56:29.213Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-23T17:56:29.490Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-23T17:56:29.490Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-23T17:56:29.768Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-23T17:56:29.768Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-23T17:56:30.045Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-23T17:56:30.045Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-23T17:56:30.045Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-23T17:56:30.322Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-23T17:56:30.322Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-23T17:56:30.322Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-23T17:56:30.599Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-23T17:56:30.600Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-23T17:56:30.600Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-23T17:56:30.882Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-23T17:56:30.882Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-23T17:56:31.164Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-23T17:56:31.767Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-23T17:56:33.218Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-23T17:56:33.498Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-23T17:56:33.498Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-23T17:56:33.498Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-23T17:56:33.773Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-05-23T17:56:35.220Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-05-23T17:56:35.823Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-23T17:56:35.823Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-23T17:56:35.823Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-23T17:56:35.823Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-23T17:56:35.823Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-23T17:56:35.823Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-23T17:56:36.427Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-23T17:56:36.427Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-23T17:56:36.427Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-23T17:56:36.427Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-23T17:56:36.704Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-23T17:56:36.704Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-23T17:56:36.981Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-23T17:56:36.981Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-23T17:56:37.258Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-23T17:56:37.536Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-23T17:56:37.814Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-23T17:56:37.814Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-23T17:56:37.814Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-23T17:56:37.814Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-23T17:56:38.384Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-23T17:56:38.384Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-23T17:56:38.384Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-23T17:56:39.842Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-23T17:56:39.842Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-23T17:56:39.842Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-23T17:56:39.842Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-23T17:56:48.379Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-23T17:56:48.379Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-23T17:56:48.379Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-23T17:56:48.379Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-23T17:56:55.129Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-23T17:56:55.129Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-23T17:56:55.129Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-23T17:56:55.129Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-23T17:56:55.129Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-23T17:56:55.129Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-23T17:56:55.129Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-23T17:56:55.129Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-23T17:56:55.129Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-23T17:56:55.129Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-23T17:56:55.129Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-23T17:56:55.129Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-23T17:56:55.129Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-23T17:56:55.129Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-23T17:56:55.129Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-23T17:56:56.120Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-23T17:56:56.723Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-23T17:56:57.342Z] Removing intermediate container acafd54596db [2022-05-23T17:56:57.342Z] ---> 8ed318ffba9f [2022-05-23T17:56:57.342Z] [2022-05-23T17:56:57.342Z] Step 10/25 : FROM alpine:3.14 [2022-05-23T17:56:57.342Z] ---> ac73e934f311 [2022-05-23T17:56:57.342Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-05-23T17:56:57.342Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-23T17:56:57.342Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-23T17:56:57.342Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-23T17:56:57.342Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-23T17:56:57.342Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-23T17:56:57.620Z]  ---> Running in 966950ed32ec [2022-05-23T17:56:57.620Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-23T17:56:57.620Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-23T17:56:57.620Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-23T17:56:57.620Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-23T17:56:58.558Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-23T17:56:58.846Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-23T17:56:58.846Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-23T17:56:59.149Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-23T17:56:59.466Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:56:59.793Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-23T17:57:00.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:57:02.115Z] (1/3) Installing ca-certificates (20211220-r0) [2022-05-23T17:57:02.115Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-05-23T17:57:02.115Z] (3/3) Installing su-exec (0.2-r1) [2022-05-23T17:57:02.115Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T17:57:02.115Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T17:57:02.714Z] OK: 6 MiB in 17 packages [2022-05-23T17:57:04.703Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-23T17:57:05.309Z] Removing intermediate container 966950ed32ec [2022-05-23T17:57:05.309Z] ---> 3add26c5b0a5 [2022-05-23T17:57:05.309Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-23T17:57:05.586Z] ---> Running in b8ee78e96da6 [2022-05-23T17:57:06.204Z] Removing intermediate container b8ee78e96da6 [2022-05-23T17:57:06.204Z] ---> ec6360ddde4d [2022-05-23T17:57:06.204Z] Step 13/25 : WORKDIR / [2022-05-23T17:57:06.204Z] ---> Running in edd6792c820f [2022-05-23T17:57:06.805Z] Removing intermediate container edd6792c820f [2022-05-23T17:57:06.805Z] ---> 3913d9d407eb [2022-05-23T17:57:06.805Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-05-23T17:57:07.788Z] ---> 26d7221a7ac9 [2022-05-23T17:57:07.788Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-05-23T17:57:09.238Z] ---> 3a027d8e6ec6 [2022-05-23T17:57:09.238Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-05-23T17:57:10.229Z] ---> 72fbada7311f [2022-05-23T17:57:10.229Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-05-23T17:57:11.214Z] ---> 2bb27ccb87c7 [2022-05-23T17:57:11.214Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-05-23T17:57:12.658Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-23T17:57:12.658Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-23T17:57:12.933Z]  ---> 64a1b3c47d97 [2022-05-23T17:57:12.933Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-05-23T17:57:14.384Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-23T17:57:14.384Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-23T17:57:14.665Z]  ---> 30a6f1a40681 [2022-05-23T17:57:14.665Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-05-23T17:57:14.665Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-23T17:57:14.966Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-23T17:57:15.251Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-23T17:57:15.864Z]  ---> 9207dfa52f88 [2022-05-23T17:57:15.864Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-05-23T17:57:15.864Z] ---> Running in a50f3b399a90 [2022-05-23T17:57:19.319Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-23T17:57:19.319Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-23T17:57:19.319Z] Removing intermediate container a50f3b399a90 [2022-05-23T17:57:19.319Z] ---> 54173e419c33 [2022-05-23T17:57:19.319Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-05-23T17:57:19.610Z] ---> Running in eba0c2ab9642 [2022-05-23T17:57:20.216Z] Removing intermediate container eba0c2ab9642 [2022-05-23T17:57:20.216Z] ---> 861e9d206f96 [2022-05-23T17:57:20.216Z] Step 23/25 : LABEL arch=arm64 [2022-05-23T17:57:20.217Z] ---> Running in bd53fd3a95aa [2022-05-23T17:57:20.822Z] Removing intermediate container bd53fd3a95aa [2022-05-23T17:57:20.822Z] ---> 13a37aba5dea [2022-05-23T17:57:20.822Z] Step 24/25 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T17:57:20.822Z] ---> Running in ed60c56e2781 [2022-05-23T17:57:21.425Z] Removing intermediate container ed60c56e2781 [2022-05-23T17:57:21.425Z] ---> d28dc13b8c80 [2022-05-23T17:57:21.425Z] Step 25/25 : LABEL version=2.2.1-dev.7 [2022-05-23T17:57:21.425Z] ---> Running in 632fab638e58 [2022-05-23T17:57:22.029Z] Removing intermediate container 632fab638e58 [2022-05-23T17:57:22.029Z] ---> ac83037fde2a [2022-05-23T17:57:22.029Z] [2022-05-23T17:57:22.309Z] Successfully built ac83037fde2a [2022-05-23T17:57:22.309Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-05-23T17:57:22.309Z]  Building security-secretstore-setup ... done Building core-data [2022-05-23T17:57:40.658Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T17:57:40.658Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T17:57:40.658Z] ---> 007078638b17 [2022-05-23T17:57:40.658Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T17:57:40.658Z] ---> Using cache [2022-05-23T17:57:40.658Z] ---> 4bf1c025f4e4 [2022-05-23T17:57:40.658Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T17:57:40.658Z] ---> Using cache [2022-05-23T17:57:40.658Z] ---> 7b5224939ff9 [2022-05-23T17:57:40.658Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-05-23T17:57:40.658Z] ---> Running in d54a511ea299 [2022-05-23T17:57:41.650Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T17:57:41.650Z] go: downloading google.golang.org/api v0.70.0 [2022-05-23T17:57:41.650Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-23T17:57:41.650Z] go: downloading k8s.io/api v0.23.4 [2022-05-23T17:57:42.266Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T17:57:43.721Z] OK: 220 MiB in 52 packages [2022-05-23T17:57:45.171Z] Removing intermediate container d54a511ea299 [2022-05-23T17:57:45.171Z] ---> 6b83e6ca10b1 [2022-05-23T17:57:45.171Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T17:57:46.163Z] ---> 2458a193e4de [2022-05-23T17:57:46.163Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T17:57:46.163Z] ---> Running in 2a8d2ca6458c [2022-05-23T17:57:51.593Z] Removing intermediate container 2a8d2ca6458c [2022-05-23T17:57:51.593Z] ---> 0d9af813a34d [2022-05-23T17:57:51.593Z] Step 8/23 : COPY . . [2022-05-23T17:57:55.005Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-23T17:57:55.287Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-23T17:58:05.494Z]  ---> f5109b7db5af [2022-05-23T17:58:05.494Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-05-23T17:58:05.494Z] ---> Running in ca0b2278aad0 [2022-05-23T17:58:06.095Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-05-23T17:58:24.434Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-23T17:58:24.434Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-23T17:58:24.434Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-23T17:58:24.434Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-23T17:58:24.434Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-23T17:58:24.434Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-23T17:58:26.423Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-23T17:58:27.028Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-23T17:58:29.015Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-23T17:58:29.015Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-23T17:58:29.015Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-23T17:58:30.459Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-23T17:58:30.459Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-23T17:58:30.735Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-23T17:58:31.009Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-23T17:58:31.285Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-23T17:58:31.560Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-23T17:58:31.560Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-23T17:58:31.836Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-23T17:58:32.112Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-23T17:58:32.386Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-23T17:58:33.830Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-23T17:58:33.830Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-23T17:58:34.107Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-23T17:58:39.528Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-23T17:58:39.805Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-23T17:58:40.081Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-23T17:58:40.081Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-23T17:58:40.081Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-23T17:58:40.081Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-23T17:58:40.081Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-23T17:58:41.075Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-23T17:58:41.075Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-23T17:58:41.365Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-23T17:58:41.365Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-23T17:58:41.640Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-23T17:58:42.626Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-23T17:58:43.227Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-23T17:58:43.517Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-23T17:58:43.517Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-23T17:58:43.795Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-23T17:58:44.077Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-23T17:58:44.077Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-23T17:58:44.077Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-23T17:58:44.077Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-23T17:58:45.522Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-23T17:58:45.522Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-23T17:58:45.522Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-23T17:58:45.798Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-23T17:58:45.798Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-23T17:58:47.788Z] go: downloading go.opencensus.io v0.23.0 [2022-05-23T17:58:48.391Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-23T17:58:48.392Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-23T17:58:48.997Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-23T17:58:48.997Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-23T17:58:48.997Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-23T17:58:49.600Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-23T17:58:49.600Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-23T17:58:50.205Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-23T17:58:52.861Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-23T17:58:55.508Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-23T17:58:55.508Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-23T17:58:55.508Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-23T17:58:55.508Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-23T17:58:55.508Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-23T17:58:56.495Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-23T17:58:56.495Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-23T17:58:56.772Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-23T17:58:56.772Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-23T17:58:57.048Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-23T17:58:57.048Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-23T17:58:57.327Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-23T17:59:07.526Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-23T17:59:07.526Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-23T17:59:07.526Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-23T17:59:07.526Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-23T17:59:34.355Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-23T17:59:34.356Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-23T18:00:21.387Z] Removing intermediate container 119890da937a [2022-05-23T18:00:21.387Z] ---> 8a7113340a0b [2022-05-23T18:00:21.387Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-05-23T18:00:21.387Z] ---> Running in 4ce9e3cdc235 [2022-05-23T18:00:21.387Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.7" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-05-23T18:00:24.782Z] Removing intermediate container 4ce9e3cdc235 [2022-05-23T18:00:24.782Z] ---> 0816950e7927 [2022-05-23T18:00:24.782Z] [2022-05-23T18:00:24.782Z] Step 11/23 : FROM docker:20.10.14 [2022-05-23T18:00:24.782Z] 20.10.14: Pulling from library/docker [2022-05-23T18:00:39.899Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-05-23T18:00:39.899Z] Status: Downloaded newer image for docker:20.10.14 [2022-05-23T18:00:39.899Z] ---> c346e9eafbab [2022-05-23T18:00:39.899Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-05-23T18:00:39.899Z] ---> Running in b16f5f085485 [2022-05-23T18:00:39.899Z] Removing intermediate container b16f5f085485 [2022-05-23T18:00:39.899Z] ---> 83b9ad08e886 [2022-05-23T18:00:39.899Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-05-23T18:00:39.899Z] ---> Running in b04346336092 [2022-05-23T18:00:40.894Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T18:00:41.171Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T18:00:42.160Z] (1/43) Installing readline (8.1.1-r0) [2022-05-23T18:00:42.160Z] (2/43) Installing bash (5.1.16-r0) [2022-05-23T18:00:42.160Z] Executing bash-5.1.16-r0.post-install [2022-05-23T18:00:42.160Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-05-23T18:00:42.160Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-05-23T18:00:42.160Z] (5/43) Installing libcurl (7.80.0-r1) [2022-05-23T18:00:42.160Z] (6/43) Installing curl (7.80.0-r1) [2022-05-23T18:00:42.439Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-05-23T18:00:42.439Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-05-23T18:00:42.439Z] (9/43) Installing expat (2.4.7-r0) [2022-05-23T18:00:42.439Z] (10/43) Installing libffi (3.4.2-r1) [2022-05-23T18:00:42.439Z] (11/43) Installing gdbm (1.22-r0) [2022-05-23T18:00:42.439Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-05-23T18:00:42.439Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-05-23T18:00:42.439Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-05-23T18:00:42.439Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-05-23T18:00:42.439Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-05-23T18:00:42.439Z] (17/43) Installing python3 (3.9.7-r4) [2022-05-23T18:00:45.077Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-05-23T18:00:45.077Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-05-23T18:00:45.077Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-05-23T18:00:45.077Z] (21/43) Installing py3-idna (3.3-r0) [2022-05-23T18:00:45.077Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-05-23T18:00:45.077Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-05-23T18:00:45.353Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-05-23T18:00:45.353Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-05-23T18:00:45.353Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-05-23T18:00:45.353Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-05-23T18:00:45.353Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-05-23T18:00:45.353Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-05-23T18:00:45.353Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-05-23T18:00:45.353Z] (31/43) Installing py3-six (1.16.0-r0) [2022-05-23T18:00:45.353Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-05-23T18:00:45.353Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-05-23T18:00:45.630Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-05-23T18:00:45.630Z] (35/43) Installing py3-packaging (20.9-r1) [2022-05-23T18:00:45.630Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-05-23T18:00:45.630Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-05-23T18:00:45.630Z] (38/43) Installing py3-progress (1.6-r0) [2022-05-23T18:00:45.630Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-05-23T18:00:45.630Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-05-23T18:00:45.630Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-05-23T18:00:45.906Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-05-23T18:00:45.906Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-05-23T18:00:46.526Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T18:00:46.526Z] OK: 82 MiB in 65 packages [2022-05-23T18:00:53.414Z] Collecting docker-compose==1.23.2 [2022-05-23T18:00:53.414Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-05-23T18:00:53.414Z] Collecting texttable<0.10,>=0.9.0 [2022-05-23T18:00:53.414Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-05-23T18:00:56.046Z] Collecting dockerpty<0.5,>=0.4.1 [2022-05-23T18:00:56.046Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-05-23T18:00:58.674Z] Collecting cached-property<2,>=1.2.0 [2022-05-23T18:00:58.674Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-05-23T18:00:59.277Z] Collecting PyYAML<4,>=3.10 [2022-05-23T18:00:59.277Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-05-23T18:01:03.582Z] Collecting docker<4.0,>=3.6.0 [2022-05-23T18:01:03.582Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-05-23T18:01:03.582Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-05-23T18:01:03.582Z] Collecting docopt<0.7,>=0.6.1 [2022-05-23T18:01:03.582Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-05-23T18:01:06.207Z] Collecting jsonschema<3,>=2.5.1 [2022-05-23T18:01:06.207Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-05-23T18:01:06.483Z] Collecting websocket-client<1.0,>=0.32.0 [2022-05-23T18:01:06.483Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-05-23T18:01:07.475Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-05-23T18:01:07.475Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-05-23T18:01:08.458Z] Collecting docker-pycreds>=0.4.0 [2022-05-23T18:01:08.458Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-05-23T18:01:09.440Z] Collecting urllib3<1.25,>=1.21.1 [2022-05-23T18:01:09.440Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-05-23T18:01:09.715Z] Collecting idna<2.8,>=2.5 [2022-05-23T18:01:09.715Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-05-23T18:01:09.715Z] Collecting chardet<3.1.0,>=3.0.2 [2022-05-23T18:01:09.715Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-05-23T18:01:09.990Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-05-23T18:01:10.264Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-05-23T18:01:10.264Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-05-23T18:01:10.264Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-05-23T18:01:10.264Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-05-23T18:01:11.245Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-05-23T18:01:11.245Z] Attempting uninstall: urllib3 [2022-05-23T18:01:11.245Z] Found existing installation: urllib3 1.26.7 [2022-05-23T18:01:11.245Z] Uninstalling urllib3-1.26.7: [2022-05-23T18:01:11.245Z] Successfully uninstalled urllib3-1.26.7 [2022-05-23T18:01:12.234Z] Attempting uninstall: idna [2022-05-23T18:01:12.234Z] Found existing installation: idna 3.3 [2022-05-23T18:01:12.234Z] Uninstalling idna-3.3: [2022-05-23T18:01:12.234Z] Successfully uninstalled idna-3.3 [2022-05-23T18:01:15.628Z] Attempting uninstall: requests [2022-05-23T18:01:15.628Z] Found existing installation: requests 2.26.0 [2022-05-23T18:01:15.628Z] Uninstalling requests-2.26.0: [2022-05-23T18:01:15.628Z] Successfully uninstalled requests-2.26.0 [2022-05-23T18:01:16.225Z] Running setup.py install for texttable: started [2022-05-23T18:01:18.853Z] Running setup.py install for texttable: finished with status 'done' [2022-05-23T18:01:18.853Z] Running setup.py install for PyYAML: started [2022-05-23T18:01:21.484Z] Running setup.py install for PyYAML: finished with status 'done' [2022-05-23T18:01:21.759Z] Running setup.py install for docopt: started [2022-05-23T18:01:24.386Z] Running setup.py install for docopt: finished with status 'done' [2022-05-23T18:01:24.386Z] Running setup.py install for dockerpty: started [2022-05-23T18:01:27.013Z] Running setup.py install for dockerpty: finished with status 'done' [2022-05-23T18:01:29.643Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-05-23T18:01:44.763Z] Removing intermediate container b04346336092 [2022-05-23T18:01:44.763Z] ---> 681c4d94d12a [2022-05-23T18:01:44.763Z] Step 14/23 : ENV APP_PORT=58890 [2022-05-23T18:01:44.763Z] ---> Running in 7a12cc375c3f [2022-05-23T18:01:45.048Z] Removing intermediate container 7a12cc375c3f [2022-05-23T18:01:45.048Z] ---> 252d477be2bb [2022-05-23T18:01:45.048Z] Step 15/23 : EXPOSE $APP_PORT [2022-05-23T18:01:45.048Z] ---> Running in 780e887d5b46 [2022-05-23T18:01:45.653Z] Removing intermediate container 780e887d5b46 [2022-05-23T18:01:45.653Z] ---> 8117853157c7 [2022-05-23T18:01:45.653Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-05-23T18:01:47.651Z] ---> 72cd2bce02b0 [2022-05-23T18:01:47.651Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-05-23T18:01:48.651Z] ---> b2de959ea5a0 [2022-05-23T18:01:48.652Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-05-23T18:01:49.644Z] ---> ae6d5676cd7c [2022-05-23T18:01:49.644Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-05-23T18:01:49.922Z] ---> Running in b9fde2aa6996 [2022-05-23T18:01:50.530Z] Removing intermediate container b9fde2aa6996 [2022-05-23T18:01:50.531Z] ---> 4dea26902cf4 [2022-05-23T18:01:50.531Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T18:01:50.531Z] ---> Running in 9ea7077cc881 [2022-05-23T18:01:51.132Z] Removing intermediate container 9ea7077cc881 [2022-05-23T18:01:51.132Z] ---> 24191d3a5b91 [2022-05-23T18:01:51.132Z] Step 21/23 : LABEL arch=arm64 [2022-05-23T18:01:51.132Z] ---> Running in 2aced3c80bda [2022-05-23T18:01:51.737Z] Removing intermediate container 2aced3c80bda [2022-05-23T18:01:51.737Z] ---> c473f0783cdd [2022-05-23T18:01:51.737Z] Step 22/23 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:01:51.737Z] ---> Running in a636529741a5 [2022-05-23T18:01:52.343Z] Removing intermediate container a636529741a5 [2022-05-23T18:01:52.343Z] ---> f5c06d7ba173 [2022-05-23T18:01:52.343Z] Step 23/23 : LABEL version=2.2.1-dev.7 [2022-05-23T18:01:52.620Z] ---> Running in 07b2d061068b [2022-05-23T18:01:53.225Z] Removing intermediate container 07b2d061068b [2022-05-23T18:01:53.225Z] ---> 5806788cd679 [2022-05-23T18:01:53.225Z] [2022-05-23T18:01:53.509Z] Successfully built 5806788cd679 [2022-05-23T18:01:53.509Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-05-23T18:03:45.366Z]  Building sys-mgmt-agent ... done Removing intermediate container ca0b2278aad0 [2022-05-23T18:03:45.366Z] ---> 778d2066f474 [2022-05-23T18:03:45.366Z] [2022-05-23T18:03:45.366Z] Step 10/23 : FROM alpine:3.14 [2022-05-23T18:03:45.366Z] ---> ac73e934f311 [2022-05-23T18:03:45.366Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-05-23T18:03:45.366Z] ---> Running in 112c20fbce9c [2022-05-23T18:03:45.366Z] Removing intermediate container 112c20fbce9c [2022-05-23T18:03:45.366Z] ---> 0ced8d816930 [2022-05-23T18:03:45.366Z] Step 12/23 : ENV APP_PORT=59880 [2022-05-23T18:03:45.366Z] ---> Running in 747f5bd9a52d [2022-05-23T18:03:45.366Z] Removing intermediate container 747f5bd9a52d [2022-05-23T18:03:45.366Z] ---> a74db59ef767 [2022-05-23T18:03:45.366Z] Step 13/23 : EXPOSE $APP_PORT [2022-05-23T18:03:45.366Z] ---> Running in fb928c90bfd9 [2022-05-23T18:03:45.366Z] Removing intermediate container fb928c90bfd9 [2022-05-23T18:03:45.366Z] ---> 92daede939f1 [2022-05-23T18:03:45.366Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T18:03:45.366Z] ---> Running in 53d4ff556343 [2022-05-23T18:03:45.366Z] Removing intermediate container 53d4ff556343 [2022-05-23T18:03:45.366Z] ---> 4f7a0863f219 [2022-05-23T18:03:45.366Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-23T18:03:45.366Z] ---> Running in 627be1d3b530 [2022-05-23T18:03:45.366Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-23T18:03:45.366Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-23T18:03:45.366Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-23T18:03:45.366Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-23T18:03:45.366Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-23T18:03:45.366Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-23T18:03:45.366Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-23T18:03:45.366Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-23T18:03:45.366Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T18:03:45.366Z] OK: 8 MiB in 20 packages [2022-05-23T18:03:45.366Z] Removing intermediate container 627be1d3b530 [2022-05-23T18:03:45.366Z] ---> 365d11fa1840 [2022-05-23T18:03:45.366Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T18:03:46.358Z] ---> 1d424bf89e28 [2022-05-23T18:03:46.358Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-05-23T18:03:48.355Z] ---> 92c1cc4646fc [2022-05-23T18:03:48.355Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-05-23T18:03:48.970Z] ---> a196cc6417fc [2022-05-23T18:03:48.970Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-05-23T18:03:49.247Z] ---> Running in 6a4e7e975d79 [2022-05-23T18:03:49.853Z] Removing intermediate container 6a4e7e975d79 [2022-05-23T18:03:49.853Z] ---> f32219ac3cf0 [2022-05-23T18:03:49.853Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T18:03:49.853Z] ---> Running in 9fb3a439db4c [2022-05-23T18:03:50.456Z] Removing intermediate container 9fb3a439db4c [2022-05-23T18:03:50.457Z] ---> 715182eebdc2 [2022-05-23T18:03:50.457Z] Step 21/23 : LABEL arch=arm64 [2022-05-23T18:03:50.457Z] ---> Running in 45e4d40f4e00 [2022-05-23T18:03:51.062Z] Removing intermediate container 45e4d40f4e00 [2022-05-23T18:03:51.062Z] ---> 1a0107630a13 [2022-05-23T18:03:51.062Z] Step 22/23 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:03:51.062Z] ---> Running in d81941745107 [2022-05-23T18:03:52.050Z] Removing intermediate container d81941745107 [2022-05-23T18:03:52.050Z] ---> 0ba5d2647392 [2022-05-23T18:03:52.050Z] Step 23/23 : LABEL version=2.2.1-dev.7 [2022-05-23T18:03:52.050Z] ---> Running in 9aac270cc35a [2022-05-23T18:03:52.324Z] Removing intermediate container 9aac270cc35a [2022-05-23T18:03:52.324Z] ---> c2862cf5cf84 [2022-05-23T18:03:52.324Z] [2022-05-23T18:03:52.926Z] Successfully built c2862cf5cf84 [2022-05-23T18:03:52.926Z] Successfully tagged core-data-arm64:latest [2022-05-23T18:25:32.013Z]  Building core-data ... done Building bin/spire-agent... [2022-05-23T18:25:32.013Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-23T18:25:32.014Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-23T18:25:32.014Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-23T18:25:32.014Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-23T18:25:32.014Z] Building bin/spire-agent... [2022-05-23T18:25:32.014Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-23T18:25:32.014Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-23T18:25:32.014Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-23T18:25:32.014Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-23T18:25:32.014Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-23T18:25:32.014Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-23T18:25:32.014Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-23T18:25:32.014Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-23T18:25:32.014Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-23T18:25:32.014Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-23T18:25:32.014Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-23T18:25:32.014Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-23T18:25:32.014Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-23T18:25:32.014Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-23T18:25:32.014Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-23T18:25:32.014Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-23T18:25:33.451Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-23T18:25:33.451Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-23T18:25:33.451Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-23T18:25:33.451Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-23T18:25:33.451Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-23T18:25:33.451Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-23T18:26:29.965Z] Building bin/spire-agent... [2022-05-23T18:26:29.965Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-23T18:26:29.965Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-23T18:26:29.965Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-23T18:26:29.965Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-23T18:26:30.951Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-23T18:26:32.401Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-23T18:26:32.401Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-23T18:26:33.000Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-23T18:26:33.000Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-23T18:26:33.000Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-23T18:26:33.276Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-23T18:26:33.551Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-23T18:26:33.826Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-23T18:31:56.032Z] Removing intermediate container 247558fd54ce [2022-05-23T18:31:56.032Z] ---> b5c75b4c6f4b [2022-05-23T18:31:56.032Z] [2022-05-23T18:31:56.032Z] Step 13/26 : FROM alpine:3.15 [2022-05-23T18:31:56.032Z] ---> 3fb3c9af89a9 [2022-05-23T18:31:56.032Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T18:31:56.032Z] ---> Using cache [2022-05-23T18:31:56.032Z] ---> 445b4d2ec961 [2022-05-23T18:31:56.032Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T18:31:56.032Z] Removing intermediate container 06f27fb23892 [2022-05-23T18:31:56.032Z] ---> e70c118f819f [2022-05-23T18:31:56.032Z] [2022-05-23T18:31:56.032Z] Step 13/26 : FROM alpine:3.15 [2022-05-23T18:31:56.032Z] ---> 3fb3c9af89a9 [2022-05-23T18:31:56.032Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T18:31:56.032Z] ---> Using cache [2022-05-23T18:31:56.032Z] ---> 445b4d2ec961 [2022-05-23T18:31:56.032Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache [2022-05-23T18:31:56.032Z] [2022-05-23T18:31:56.032Z] ---> Using cache [2022-05-23T18:31:56.032Z] ---> b48a143e57b0 [2022-05-23T18:31:56.032Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-05-23T18:31:56.032Z] ---> b48a143e57b0 [2022-05-23T18:31:56.032Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-23T18:31:57.018Z] ---> Running in d9b2ac8c6c95 [2022-05-23T18:31:57.018Z] ---> Running in e8c9f98df65b [2022-05-23T18:31:58.996Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T18:31:58.996Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T18:31:59.594Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T18:31:59.594Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T18:32:01.026Z] v3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T18:32:01.026Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T18:32:01.026Z] OK: 15734 distinct packages available [2022-05-23T18:32:01.026Z] v3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T18:32:01.026Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T18:32:01.026Z] OK: 15734 distinct packages available [2022-05-23T18:32:01.026Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T18:32:01.026Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T18:32:02.034Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T18:32:02.034Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T18:32:03.009Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-05-23T18:32:03.009Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-05-23T18:32:03.281Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-05-23T18:32:03.281Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-05-23T18:32:03.281Z] (3/5) Installing libucontext (1.1-r0) [2022-05-23T18:32:03.281Z] (3/4) Installing libucontext (1.1-r0) [2022-05-23T18:32:03.281Z] (4/5) Installing gcompat (1.0.0-r4) [2022-05-23T18:32:03.281Z] (4/4) Installing gcompat (1.0.0-r4) [2022-05-23T18:32:03.561Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T18:32:03.561Z] (5/5) Installing openssl (1.1.1o-r0) [2022-05-23T18:32:03.561Z] OK: 6 MiB in 18 packages [2022-05-23T18:32:03.561Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T18:32:03.561Z] OK: 6 MiB in 19 packages [2022-05-23T18:32:06.193Z] Removing intermediate container d9b2ac8c6c95 [2022-05-23T18:32:06.193Z] ---> c47a0ddeac73 [2022-05-23T18:32:06.193Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-23T18:32:06.193Z] Removing intermediate container e8c9f98df65b [2022-05-23T18:32:06.193Z] ---> a6ace71dec37 [2022-05-23T18:32:06.193Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-05-23T18:32:10.508Z] ---> cf832d61ffc5 [2022-05-23T18:32:10.508Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-23T18:32:10.508Z] ---> c982ea7bca33 [2022-05-23T18:32:10.508Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-05-23T18:32:11.490Z] ---> 0bd8c9cd8da6 [2022-05-23T18:32:11.490Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-05-23T18:32:11.490Z] ---> Running in cc5862c0cbfa [2022-05-23T18:32:12.103Z] Removing intermediate container cc5862c0cbfa [2022-05-23T18:32:12.103Z] ---> e028ca5e5359 [2022-05-23T18:32:12.103Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-05-23T18:32:13.091Z] ---> fa6175bdc1fd [2022-05-23T18:32:13.091Z] Step 21/26 : WORKDIR / [2022-05-23T18:32:13.367Z] ---> Running in d07168b6d67f [2022-05-23T18:32:13.966Z] Removing intermediate container d07168b6d67f [2022-05-23T18:32:13.966Z] ---> a607644235cf [2022-05-23T18:32:13.966Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-23T18:32:13.966Z] ---> Running in 260e3446b255 [2022-05-23T18:32:14.564Z] Removing intermediate container 260e3446b255 [2022-05-23T18:32:14.564Z] ---> b8e9081346b4 [2022-05-23T18:32:14.564Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-23T18:32:14.836Z] ---> Running in 7579128b7d51 [2022-05-23T18:32:15.110Z] Removing intermediate container 7579128b7d51 [2022-05-23T18:32:15.110Z] ---> bc91818959ab [2022-05-23T18:32:15.110Z] Step 24/26 : LABEL arch=arm64 [2022-05-23T18:32:15.384Z] ---> Running in 070231c37dbc [2022-05-23T18:32:15.384Z] ---> 81de441ce61d [2022-05-23T18:32:15.384Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-05-23T18:32:15.659Z] Removing intermediate container 070231c37dbc [2022-05-23T18:32:15.659Z] ---> eacf27790cd5 [2022-05-23T18:32:15.659Z] Step 25/26 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:32:15.939Z] ---> Running in 954d2c453a97 [2022-05-23T18:32:16.218Z] ---> 92d5cf7c856f [2022-05-23T18:32:16.218Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-05-23T18:32:16.493Z] Removing intermediate container 954d2c453a97 [2022-05-23T18:32:16.493Z] ---> 47640a610230 [2022-05-23T18:32:16.493Z] Step 26/26 : LABEL version=2.2.1-dev.7 [2022-05-23T18:32:16.493Z] ---> Running in 62f3cc0ebd35 [2022-05-23T18:32:17.098Z] Removing intermediate container 62f3cc0ebd35 [2022-05-23T18:32:17.098Z] ---> 0db36ed001f8 [2022-05-23T18:32:17.098Z] [2022-05-23T18:32:17.377Z] ---> f18d692e1a19 [2022-05-23T18:32:17.377Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-05-23T18:32:17.377Z] Successfully built 0db36ed001f8 [2022-05-23T18:32:17.377Z] Successfully tagged security-spire-config-arm64:latest [2022-05-23T18:32:18.355Z]  Building security-spire-config ... done  ---> d4677db41910 [2022-05-23T18:32:18.355Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-23T18:32:18.627Z] ---> Running in 0f27fff9ac96 [2022-05-23T18:32:19.220Z] Removing intermediate container 0f27fff9ac96 [2022-05-23T18:32:19.220Z] ---> 514f48959621 [2022-05-23T18:32:19.220Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-23T18:32:19.220Z] ---> Running in bcbbd8af75b7 [2022-05-23T18:32:19.821Z] Removing intermediate container bcbbd8af75b7 [2022-05-23T18:32:19.821Z] ---> d4f6193138d5 [2022-05-23T18:32:19.821Z] Step 24/26 : LABEL arch=arm64 [2022-05-23T18:32:19.821Z] ---> Running in 3c5931db5711 [2022-05-23T18:32:20.095Z] Removing intermediate container 3c5931db5711 [2022-05-23T18:32:20.095Z] ---> 92c4e47fca8c [2022-05-23T18:32:20.095Z] Step 25/26 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:32:20.368Z] ---> Running in 8024d7a519cc [2022-05-23T18:32:20.640Z] Removing intermediate container 8024d7a519cc [2022-05-23T18:32:20.640Z] ---> 6e585508ea71 [2022-05-23T18:32:20.640Z] Step 26/26 : LABEL version=2.2.1-dev.7 [2022-05-23T18:32:20.911Z] ---> Running in c6114a9d9321 [2022-05-23T18:32:21.184Z] Removing intermediate container c6114a9d9321 [2022-05-23T18:32:21.184Z] ---> 72c1417c01c6 [2022-05-23T18:32:21.184Z] [2022-05-23T18:32:21.457Z] Successfully built 72c1417c01c6 [2022-05-23T18:32:21.457Z] Successfully tagged security-spire-agent-arm64:latest [2022-05-23T18:32:39.745Z]  Building security-spire-agent ... done Removing intermediate container 0881ca1571d8 [2022-05-23T18:32:39.745Z] ---> 0177e7aae3d3 [2022-05-23T18:32:39.745Z] [2022-05-23T18:32:39.745Z] Step 13/25 : FROM alpine:3.15 [2022-05-23T18:32:39.745Z] ---> 3fb3c9af89a9 [2022-05-23T18:32:39.745Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T18:32:39.745Z] ---> Using cache [2022-05-23T18:32:39.745Z] ---> 445b4d2ec961 [2022-05-23T18:32:39.745Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T18:32:39.745Z] ---> Using cache [2022-05-23T18:32:39.745Z] ---> b48a143e57b0 [2022-05-23T18:32:39.745Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-23T18:32:39.745Z] ---> Using cache [2022-05-23T18:32:39.745Z] ---> a6ace71dec37 [2022-05-23T18:32:39.745Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-23T18:32:40.345Z] ---> e108eed4d169 [2022-05-23T18:32:40.345Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-05-23T18:32:40.947Z] ---> 49adfa84b705 [2022-05-23T18:32:40.947Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-05-23T18:32:41.549Z] ---> f868dd0cdce9 [2022-05-23T18:32:41.549Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-05-23T18:32:42.533Z] ---> a6166d46ba45 [2022-05-23T18:32:42.533Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-23T18:32:42.533Z] ---> Running in c7b8ca63fc04 [2022-05-23T18:32:42.806Z] Removing intermediate container c7b8ca63fc04 [2022-05-23T18:32:42.806Z] ---> 775b583f9b90 [2022-05-23T18:32:42.806Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-23T18:32:42.806Z] ---> Running in c9d823b6d17e [2022-05-23T18:32:43.078Z] Removing intermediate container c9d823b6d17e [2022-05-23T18:32:43.078Z] ---> 60fc7766cb85 [2022-05-23T18:32:43.078Z] Step 23/25 : LABEL arch=arm64 [2022-05-23T18:32:43.078Z] ---> Running in 63153ae9ac3c [2022-05-23T18:32:43.670Z] Removing intermediate container 63153ae9ac3c [2022-05-23T18:32:43.670Z] ---> e8d397325dac [2022-05-23T18:32:43.670Z] Step 24/25 : LABEL git_sha=5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:32:43.670Z] ---> Running in 9fd6ad79440a [2022-05-23T18:32:43.946Z] Removing intermediate container 9fd6ad79440a [2022-05-23T18:32:43.946Z] ---> 4738ec32487e [2022-05-23T18:32:43.946Z] Step 25/25 : LABEL version=2.2.1-dev.7 [2022-05-23T18:32:43.946Z] ---> Running in 037a2d9abcd2 [2022-05-23T18:32:44.539Z] Removing intermediate container 037a2d9abcd2 [2022-05-23T18:32:44.539Z] ---> edb2d452881e [2022-05-23T18:32:44.539Z] [2022-05-23T18:32:44.539Z] Successfully built edb2d452881e [2022-05-23T18:32:44.539Z] Successfully tagged security-spire-server-arm64:latest [2022-05-23T18:32:44.826Z]  Building security-spire-server ... done  [Pipeline] } [2022-05-23T18:32:44.835Z] $ docker stop --time=1 7d62eb28f4057b9864e8a2616692f84e43a78a5309c4470804bda192ede1f5ef [2022-05-23T18:32:46.621Z] $ docker rm -f 7d62eb28f4057b9864e8a2616692f84e43a78a5309c4470804bda192ede1f5ef [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T18:32:47.220Z] + docker images [2022-05-23T18:32:47.815Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-23T18:32:47.815Z] security-spire-server-arm64 latest edb2d452881e 3 seconds ago 86.3MB [2022-05-23T18:32:47.815Z] 0177e7aae3d3 24 seconds ago 4GB [2022-05-23T18:32:47.815Z] security-spire-agent-arm64 latest 72c1417c01c6 26 seconds ago 126MB [2022-05-23T18:32:47.815Z] security-spire-config-arm64 latest 0db36ed001f8 31 seconds ago 85.6MB [2022-05-23T18:32:47.815Z] e70c118f819f About a minute ago 4GB [2022-05-23T18:32:47.815Z] b5c75b4c6f4b About a minute ago 4GB [2022-05-23T18:32:47.815Z] core-data-arm64 latest c2862cf5cf84 28 minutes ago 21.6MB [2022-05-23T18:32:47.815Z] 778d2066f474 29 minutes ago 1.18GB [2022-05-23T18:32:47.815Z] sys-mgmt-agent-arm64 latest 5806788cd679 30 minutes ago 282MB [2022-05-23T18:32:47.815Z] 0816950e7927 32 minutes ago 1.16GB [2022-05-23T18:32:47.815Z] security-secretstore-setup-arm64 latest ac83037fde2a 35 minutes ago 27.5MB [2022-05-23T18:32:47.815Z] 8ed318ffba9f 35 minutes ago 1.17GB [2022-05-23T18:32:47.815Z] security-bootstrapper-arm64 latest b36918e5149a 37 minutes ago 18.3MB [2022-05-23T18:32:47.815Z] 5fdb69cd35c7 37 minutes ago 1.16GB [2022-05-23T18:32:47.815Z] security-proxy-setup-arm64 latest a3a547d0e7aa 37 minutes ago 26.1MB [2022-05-23T18:32:47.815Z] 38eb95886e61 38 minutes ago 1.16GB [2022-05-23T18:32:47.815Z] support-notifications-arm64 latest 8fd28c1561eb 40 minutes ago 26MB [2022-05-23T18:32:47.815Z] support-scheduler-arm64 latest 76c892a64d09 40 minutes ago 25.4MB [2022-05-23T18:32:47.815Z] 1b7f5fe8cb07 40 minutes ago 1.21GB [2022-05-23T18:32:47.815Z] 7c9127ab44f4 40 minutes ago 1.21GB [2022-05-23T18:32:47.815Z] security-spiffe-token-provider-arm64 latest 2b605b2380c3 40 minutes ago 28.1MB [2022-05-23T18:32:47.815Z] c8cef635689f 41 minutes ago 1.2GB [2022-05-23T18:32:47.815Z] core-metadata-arm64 latest ffa024b4604e 42 minutes ago 16.3MB [2022-05-23T18:32:47.815Z] 3adc30ec080d 42 minutes ago 1.16GB [2022-05-23T18:32:47.815Z] core-command-arm64 latest c9feee037601 43 minutes ago 15.5MB [2022-05-23T18:32:47.815Z] 6d9ce7f6efc2 43 minutes ago 1.15GB [2022-05-23T18:32:47.815Z] ci-base-image-arm64 latest 007078638b17 49 minutes ago 891MB [2022-05-23T18:32:47.815Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 725f1c02e7f9 4 weeks ago 551MB [2022-05-23T18:32:47.815Z] docker 20.10.14 c346e9eafbab 6 weeks ago 202MB [2022-05-23T18:32:47.815Z] alpine 3.14 ac73e934f311 6 weeks ago 5.34MB [2022-05-23T18:32:47.815Z] alpine 3.15 3fb3c9af89a9 6 weeks ago 5.32MB [2022-05-23T18:32:47.815Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 23 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 [2022-05-23T18:32:47.948Z] provisioning config files... [2022-05-23T18:32:47.968Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/235@tmp/config1627604616921322873tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T18:32:48.326Z] ---> docker-login.sh [2022-05-23T18:32:48.326Z] nexus3.edgexfoundry.org:10001 [2022-05-23T18:32:48.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T18:32:48.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T18:32:48.874Z] Configure a credential helper to remove this warning. See [2022-05-23T18:32:48.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T18:32:48.874Z] [2022-05-23T18:32:48.874Z] Login Succeeded [2022-05-23T18:32:48.874Z] nexus3.edgexfoundry.org:10002 [2022-05-23T18:32:49.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T18:32:49.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T18:32:49.427Z] Configure a credential helper to remove this warning. See [2022-05-23T18:32:49.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T18:32:49.427Z] [2022-05-23T18:32:49.427Z] Login Succeeded [2022-05-23T18:32:49.427Z] nexus3.edgexfoundry.org:10003 [2022-05-23T18:32:49.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T18:32:49.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T18:32:49.970Z] Configure a credential helper to remove this warning. See [2022-05-23T18:32:49.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T18:32:49.970Z] [2022-05-23T18:32:49.970Z] Login Succeeded [2022-05-23T18:32:49.970Z] nexus3.edgexfoundry.org:10004 [2022-05-23T18:32:50.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T18:32:50.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T18:32:50.516Z] Configure a credential helper to remove this warning. See [2022-05-23T18:32:50.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T18:32:50.516Z] [2022-05-23T18:32:50.516Z] Login Succeeded [2022-05-23T18:32:50.516Z] docker.io [2022-05-23T18:32:50.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T18:32:51.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T18:32:51.060Z] Configure a credential helper to remove this warning. See [2022-05-23T18:32:51.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T18:32:51.060Z] [2022-05-23T18:32:51.060Z] Login Succeeded [2022-05-23T18:32:51.060Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T18:32:51.077Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T18:32:51.114Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T18:32:51.147Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2022-05-23T18:32:51.147Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:32:51.147Z] latest [2022-05-23T18:32:51.147Z] 2.2.1-dev.7 [2022-05-23T18:32:51.147Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:32:51.147Z] main [2022-05-23T18:32:51.147Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:32:51.541Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:32:51.978Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:32:51.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-05-23T18:32:51.978Z] a38acde76653: Preparing [2022-05-23T18:32:51.978Z] 4b4a5737cbc7: Preparing [2022-05-23T18:32:51.978Z] 6a66050a2170: Preparing [2022-05-23T18:32:51.978Z] dcd3521a51f6: Preparing [2022-05-23T18:32:51.978Z] f73e7dbfee58: Preparing [2022-05-23T18:32:51.978Z] f73e7dbfee58: Layer already exists [2022-05-23T18:32:52.282Z] 6a66050a2170: Pushed [2022-05-23T18:32:52.282Z] a38acde76653: Pushed [2022-05-23T18:32:52.282Z] dcd3521a51f6: Pushed [2022-05-23T18:32:54.940Z] 4b4a5737cbc7: Pushed [2022-05-23T18:32:54.940Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:8d946c5aa680b10867478614971df46c60ac9ee25999cd14af301275a5f12ead size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:32:55.321Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:32:55.683Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-05-23T18:32:55.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-05-23T18:32:55.683Z] a38acde76653: Preparing [2022-05-23T18:32:55.683Z] 4b4a5737cbc7: Preparing [2022-05-23T18:32:55.683Z] 6a66050a2170: Preparing [2022-05-23T18:32:55.683Z] dcd3521a51f6: Preparing [2022-05-23T18:32:55.683Z] f73e7dbfee58: Preparing [2022-05-23T18:32:55.952Z] f73e7dbfee58: Layer already exists [2022-05-23T18:32:55.952Z] 4b4a5737cbc7: Layer already exists [2022-05-23T18:32:55.952Z] 6a66050a2170: Layer already exists [2022-05-23T18:32:55.952Z] a38acde76653: Layer already exists [2022-05-23T18:32:55.952Z] dcd3521a51f6: Layer already exists [2022-05-23T18:32:55.952Z] latest: digest: sha256:8d946c5aa680b10867478614971df46c60ac9ee25999cd14af301275a5f12ead size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:32:56.298Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:32:56.640Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.7 [2022-05-23T18:32:56.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-05-23T18:32:56.640Z] a38acde76653: Preparing [2022-05-23T18:32:56.640Z] 4b4a5737cbc7: Preparing [2022-05-23T18:32:56.640Z] 6a66050a2170: Preparing [2022-05-23T18:32:56.640Z] dcd3521a51f6: Preparing [2022-05-23T18:32:56.640Z] f73e7dbfee58: Preparing [2022-05-23T18:32:56.640Z] a38acde76653: Layer already exists [2022-05-23T18:32:56.640Z] dcd3521a51f6: Layer already exists [2022-05-23T18:32:56.640Z] 4b4a5737cbc7: Layer already exists [2022-05-23T18:32:56.640Z] f73e7dbfee58: Layer already exists [2022-05-23T18:32:56.640Z] 6a66050a2170: Layer already exists [2022-05-23T18:32:56.912Z] 2.2.1-dev.7: digest: sha256:8d946c5aa680b10867478614971df46c60ac9ee25999cd14af301275a5f12ead size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:32:57.258Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:32:57.601Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:32:57.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-05-23T18:32:57.601Z] a38acde76653: Preparing [2022-05-23T18:32:57.601Z] 4b4a5737cbc7: Preparing [2022-05-23T18:32:57.601Z] 6a66050a2170: Preparing [2022-05-23T18:32:57.601Z] dcd3521a51f6: Preparing [2022-05-23T18:32:57.601Z] f73e7dbfee58: Preparing [2022-05-23T18:32:57.601Z] f73e7dbfee58: Layer already exists [2022-05-23T18:32:57.601Z] 6a66050a2170: Layer already exists [2022-05-23T18:32:57.601Z] 4b4a5737cbc7: Layer already exists [2022-05-23T18:32:57.601Z] a38acde76653: Layer already exists [2022-05-23T18:32:57.601Z] dcd3521a51f6: Layer already exists [2022-05-23T18:32:57.873Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:8d946c5aa680b10867478614971df46c60ac9ee25999cd14af301275a5f12ead size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:32:58.217Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:32:58.558Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2022-05-23T18:32:58.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-05-23T18:32:58.558Z] a38acde76653: Preparing [2022-05-23T18:32:58.558Z] 4b4a5737cbc7: Preparing [2022-05-23T18:32:58.558Z] 6a66050a2170: Preparing [2022-05-23T18:32:58.558Z] dcd3521a51f6: Preparing [2022-05-23T18:32:58.558Z] f73e7dbfee58: Preparing [2022-05-23T18:32:58.558Z] 6a66050a2170: Layer already exists [2022-05-23T18:32:58.558Z] f73e7dbfee58: Layer already exists [2022-05-23T18:32:58.558Z] 4b4a5737cbc7: Layer already exists [2022-05-23T18:32:58.558Z] dcd3521a51f6: Layer already exists [2022-05-23T18:32:58.558Z] a38acde76653: Layer already exists [2022-05-23T18:32:58.829Z] main: digest: sha256:8d946c5aa680b10867478614971df46c60ac9ee25999cd14af301275a5f12ead size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T18:32:58.876Z] ===================================================== [Pipeline] echo [2022-05-23T18:32:58.886Z] taggedImages: [2022-05-23T18:32:58.886Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:32:58.886Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-05-23T18:32:58.886Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.7 [2022-05-23T18:32:58.886Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:32:58.886Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2022-05-23T18:32:58.910Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2022-05-23T18:32:58.910Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:32:58.910Z] latest [2022-05-23T18:32:58.910Z] 2.2.1-dev.7 [2022-05-23T18:32:58.910Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:32:58.910Z] main [2022-05-23T18:32:58.910Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:32:59.262Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:32:59.600Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:32:59.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-05-23T18:32:59.600Z] c0a94bdca8c5: Preparing [2022-05-23T18:32:59.600Z] 41d70f837895: Preparing [2022-05-23T18:32:59.600Z] 6a66050a2170: Preparing [2022-05-23T18:32:59.600Z] 64ba8d0000c9: Preparing [2022-05-23T18:32:59.600Z] a2d48c7d6672: Preparing [2022-05-23T18:32:59.600Z] f73e7dbfee58: Preparing [2022-05-23T18:32:59.600Z] f73e7dbfee58: Waiting [2022-05-23T18:32:59.874Z] 6a66050a2170: Layer already exists [2022-05-23T18:32:59.874Z] f73e7dbfee58: Layer already exists [2022-05-23T18:32:59.874Z] a2d48c7d6672: Pushed [2022-05-23T18:32:59.874Z] c0a94bdca8c5: Pushed [2022-05-23T18:33:00.851Z] 64ba8d0000c9: Pushed [2022-05-23T18:33:03.463Z] 41d70f837895: Pushed [2022-05-23T18:33:03.463Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:bae21a9fc2202fca8473b0eee51ae6dd8a90312675063b2994b0ef4e2713f404 size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:03.804Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:04.142Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-05-23T18:33:04.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-05-23T18:33:04.142Z] c0a94bdca8c5: Preparing [2022-05-23T18:33:04.142Z] 41d70f837895: Preparing [2022-05-23T18:33:04.142Z] 6a66050a2170: Preparing [2022-05-23T18:33:04.142Z] 64ba8d0000c9: Preparing [2022-05-23T18:33:04.142Z] a2d48c7d6672: Preparing [2022-05-23T18:33:04.142Z] f73e7dbfee58: Preparing [2022-05-23T18:33:04.142Z] f73e7dbfee58: Waiting [2022-05-23T18:33:04.142Z] c0a94bdca8c5: Layer already exists [2022-05-23T18:33:04.142Z] 64ba8d0000c9: Layer already exists [2022-05-23T18:33:04.142Z] a2d48c7d6672: Layer already exists [2022-05-23T18:33:04.142Z] 41d70f837895: Layer already exists [2022-05-23T18:33:04.142Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:04.412Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:04.412Z] latest: digest: sha256:bae21a9fc2202fca8473b0eee51ae6dd8a90312675063b2994b0ef4e2713f404 size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:04.754Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:05.089Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.7 [2022-05-23T18:33:05.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-05-23T18:33:05.089Z] c0a94bdca8c5: Preparing [2022-05-23T18:33:05.089Z] 41d70f837895: Preparing [2022-05-23T18:33:05.089Z] 6a66050a2170: Preparing [2022-05-23T18:33:05.089Z] 64ba8d0000c9: Preparing [2022-05-23T18:33:05.089Z] a2d48c7d6672: Preparing [2022-05-23T18:33:05.089Z] f73e7dbfee58: Preparing [2022-05-23T18:33:05.089Z] f73e7dbfee58: Waiting [2022-05-23T18:33:05.089Z] c0a94bdca8c5: Layer already exists [2022-05-23T18:33:05.089Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:05.089Z] 64ba8d0000c9: Layer already exists [2022-05-23T18:33:05.360Z] 41d70f837895: Layer already exists [2022-05-23T18:33:05.360Z] a2d48c7d6672: Layer already exists [2022-05-23T18:33:05.360Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:05.360Z] 2.2.1-dev.7: digest: sha256:bae21a9fc2202fca8473b0eee51ae6dd8a90312675063b2994b0ef4e2713f404 size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:05.708Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:06.053Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:06.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-05-23T18:33:06.053Z] c0a94bdca8c5: Preparing [2022-05-23T18:33:06.053Z] 41d70f837895: Preparing [2022-05-23T18:33:06.053Z] 6a66050a2170: Preparing [2022-05-23T18:33:06.053Z] 64ba8d0000c9: Preparing [2022-05-23T18:33:06.053Z] a2d48c7d6672: Preparing [2022-05-23T18:33:06.053Z] f73e7dbfee58: Preparing [2022-05-23T18:33:06.053Z] f73e7dbfee58: Waiting [2022-05-23T18:33:06.053Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:06.053Z] c0a94bdca8c5: Layer already exists [2022-05-23T18:33:06.053Z] 64ba8d0000c9: Layer already exists [2022-05-23T18:33:06.053Z] a2d48c7d6672: Layer already exists [2022-05-23T18:33:06.053Z] 41d70f837895: Layer already exists [2022-05-23T18:33:06.325Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:06.325Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:bae21a9fc2202fca8473b0eee51ae6dd8a90312675063b2994b0ef4e2713f404 size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:06.667Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:07.007Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2022-05-23T18:33:07.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-05-23T18:33:07.007Z] c0a94bdca8c5: Preparing [2022-05-23T18:33:07.007Z] 41d70f837895: Preparing [2022-05-23T18:33:07.007Z] 6a66050a2170: Preparing [2022-05-23T18:33:07.007Z] 64ba8d0000c9: Preparing [2022-05-23T18:33:07.007Z] a2d48c7d6672: Preparing [2022-05-23T18:33:07.007Z] f73e7dbfee58: Preparing [2022-05-23T18:33:07.007Z] f73e7dbfee58: Waiting [2022-05-23T18:33:07.007Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:07.007Z] 64ba8d0000c9: Layer already exists [2022-05-23T18:33:07.007Z] 41d70f837895: Layer already exists [2022-05-23T18:33:07.007Z] c0a94bdca8c5: Layer already exists [2022-05-23T18:33:07.007Z] a2d48c7d6672: Layer already exists [2022-05-23T18:33:07.277Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:07.277Z] main: digest: sha256:bae21a9fc2202fca8473b0eee51ae6dd8a90312675063b2994b0ef4e2713f404 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T18:33:07.323Z] ===================================================== [Pipeline] echo [2022-05-23T18:33:07.335Z] taggedImages: [2022-05-23T18:33:07.335Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:07.335Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-05-23T18:33:07.335Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.7 [2022-05-23T18:33:07.335Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:07.335Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2022-05-23T18:33:07.360Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2022-05-23T18:33:07.360Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:07.360Z] latest [2022-05-23T18:33:07.360Z] 2.2.1-dev.7 [2022-05-23T18:33:07.360Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:07.360Z] main [2022-05-23T18:33:07.360Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:07.721Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:08.067Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:08.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-05-23T18:33:08.067Z] 6acca3fd137e: Preparing [2022-05-23T18:33:08.067Z] 209e842fefa4: Preparing [2022-05-23T18:33:08.067Z] 6a66050a2170: Preparing [2022-05-23T18:33:08.067Z] dcd3521a51f6: Preparing [2022-05-23T18:33:08.067Z] f73e7dbfee58: Preparing [2022-05-23T18:33:08.339Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:08.339Z] dcd3521a51f6: Layer already exists [2022-05-23T18:33:08.339Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:08.339Z] 6acca3fd137e: Pushed [2022-05-23T18:33:10.950Z] 209e842fefa4: Pushed [2022-05-23T18:33:11.223Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:3ec73a9a976f7e781a961ece3e505a65425e7ff2cc5eda239bb276ff653defc4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:11.576Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:11.914Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-05-23T18:33:11.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-05-23T18:33:11.914Z] 6acca3fd137e: Preparing [2022-05-23T18:33:11.914Z] 209e842fefa4: Preparing [2022-05-23T18:33:11.914Z] 6a66050a2170: Preparing [2022-05-23T18:33:11.914Z] dcd3521a51f6: Preparing [2022-05-23T18:33:11.914Z] f73e7dbfee58: Preparing [2022-05-23T18:33:11.914Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:11.914Z] dcd3521a51f6: Layer already exists [2022-05-23T18:33:11.914Z] 6acca3fd137e: Layer already exists [2022-05-23T18:33:11.914Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:11.914Z] 209e842fefa4: Layer already exists [2022-05-23T18:33:12.186Z] latest: digest: sha256:3ec73a9a976f7e781a961ece3e505a65425e7ff2cc5eda239bb276ff653defc4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:12.532Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:12.871Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.7 [2022-05-23T18:33:12.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-05-23T18:33:12.871Z] 6acca3fd137e: Preparing [2022-05-23T18:33:12.871Z] 209e842fefa4: Preparing [2022-05-23T18:33:12.871Z] 6a66050a2170: Preparing [2022-05-23T18:33:12.871Z] dcd3521a51f6: Preparing [2022-05-23T18:33:12.871Z] f73e7dbfee58: Preparing [2022-05-23T18:33:12.871Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:12.871Z] 209e842fefa4: Layer already exists [2022-05-23T18:33:12.871Z] dcd3521a51f6: Layer already exists [2022-05-23T18:33:12.871Z] 6acca3fd137e: Layer already exists [2022-05-23T18:33:12.871Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:13.142Z] 2.2.1-dev.7: digest: sha256:3ec73a9a976f7e781a961ece3e505a65425e7ff2cc5eda239bb276ff653defc4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:13.489Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:13.832Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:13.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-05-23T18:33:13.832Z] 6acca3fd137e: Preparing [2022-05-23T18:33:13.832Z] 209e842fefa4: Preparing [2022-05-23T18:33:13.832Z] 6a66050a2170: Preparing [2022-05-23T18:33:13.832Z] dcd3521a51f6: Preparing [2022-05-23T18:33:13.832Z] f73e7dbfee58: Preparing [2022-05-23T18:33:13.832Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:13.832Z] 6acca3fd137e: Layer already exists [2022-05-23T18:33:13.832Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:13.832Z] dcd3521a51f6: Layer already exists [2022-05-23T18:33:13.832Z] 209e842fefa4: Layer already exists [2022-05-23T18:33:14.104Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:3ec73a9a976f7e781a961ece3e505a65425e7ff2cc5eda239bb276ff653defc4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:14.444Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:14.785Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2022-05-23T18:33:14.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-05-23T18:33:14.785Z] 6acca3fd137e: Preparing [2022-05-23T18:33:14.785Z] 209e842fefa4: Preparing [2022-05-23T18:33:14.785Z] 6a66050a2170: Preparing [2022-05-23T18:33:14.785Z] dcd3521a51f6: Preparing [2022-05-23T18:33:14.785Z] f73e7dbfee58: Preparing [2022-05-23T18:33:15.058Z] 6acca3fd137e: Layer already exists [2022-05-23T18:33:15.058Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:15.058Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:15.058Z] 209e842fefa4: Layer already exists [2022-05-23T18:33:15.058Z] dcd3521a51f6: Layer already exists [2022-05-23T18:33:15.058Z] main: digest: sha256:3ec73a9a976f7e781a961ece3e505a65425e7ff2cc5eda239bb276ff653defc4 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T18:33:15.104Z] ===================================================== [Pipeline] echo [2022-05-23T18:33:15.114Z] taggedImages: [2022-05-23T18:33:15.114Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:15.114Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-05-23T18:33:15.114Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.7 [2022-05-23T18:33:15.114Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:15.114Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2022-05-23T18:33:15.137Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2022-05-23T18:33:15.137Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:15.137Z] latest [2022-05-23T18:33:15.137Z] 2.2.1-dev.7 [2022-05-23T18:33:15.137Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:15.137Z] main [2022-05-23T18:33:15.137Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:15.494Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:15.844Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:15.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-05-23T18:33:15.844Z] b97a1bf0fe47: Preparing [2022-05-23T18:33:15.844Z] b97a1bf0fe47: Preparing [2022-05-23T18:33:15.844Z] 4d1c7d0674e1: Preparing [2022-05-23T18:33:15.844Z] ecf624517651: Preparing [2022-05-23T18:33:15.844Z] 786438d533cb: Preparing [2022-05-23T18:33:15.844Z] 620f78ee62f6: Preparing [2022-05-23T18:33:15.844Z] 6a66050a2170: Preparing [2022-05-23T18:33:15.844Z] 32cdfda7a228: Preparing [2022-05-23T18:33:15.844Z] 1d9b49333225: Preparing [2022-05-23T18:33:15.844Z] 29052b0a4212: Preparing [2022-05-23T18:33:15.844Z] 75d29029243a: Preparing [2022-05-23T18:33:15.844Z] f73e7dbfee58: Preparing [2022-05-23T18:33:15.844Z] 32cdfda7a228: Waiting [2022-05-23T18:33:15.844Z] 1d9b49333225: Waiting [2022-05-23T18:33:15.844Z] 29052b0a4212: Waiting [2022-05-23T18:33:15.844Z] 75d29029243a: Waiting [2022-05-23T18:33:15.844Z] f73e7dbfee58: Waiting [2022-05-23T18:33:15.844Z] 6a66050a2170: Waiting [2022-05-23T18:33:16.120Z] 786438d533cb: Pushed [2022-05-23T18:33:16.121Z] b97a1bf0fe47: Pushed [2022-05-23T18:33:16.121Z] ecf624517651: Pushed [2022-05-23T18:33:16.121Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:16.121Z] 4d1c7d0674e1: Pushed [2022-05-23T18:33:16.395Z] 32cdfda7a228: Pushed [2022-05-23T18:33:16.395Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:16.395Z] 29052b0a4212: Pushed [2022-05-23T18:33:16.395Z] 75d29029243a: Pushed [2022-05-23T18:33:16.395Z] 1d9b49333225: Pushed [2022-05-23T18:33:19.772Z] 620f78ee62f6: Pushed [2022-05-23T18:33:19.772Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:1936e24c6c2027e686d2b36b6b83cd248d7a2af9cbc8c997e2cc8698638079b0 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:20.120Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:20.463Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-05-23T18:33:20.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-05-23T18:33:20.463Z] b97a1bf0fe47: Preparing [2022-05-23T18:33:20.463Z] b97a1bf0fe47: Preparing [2022-05-23T18:33:20.463Z] 4d1c7d0674e1: Preparing [2022-05-23T18:33:20.463Z] ecf624517651: Preparing [2022-05-23T18:33:20.463Z] 786438d533cb: Preparing [2022-05-23T18:33:20.463Z] 620f78ee62f6: Preparing [2022-05-23T18:33:20.463Z] 6a66050a2170: Preparing [2022-05-23T18:33:20.463Z] 32cdfda7a228: Preparing [2022-05-23T18:33:20.463Z] 1d9b49333225: Preparing [2022-05-23T18:33:20.463Z] 29052b0a4212: Preparing [2022-05-23T18:33:20.463Z] 75d29029243a: Preparing [2022-05-23T18:33:20.463Z] f73e7dbfee58: Preparing [2022-05-23T18:33:20.463Z] 1d9b49333225: Waiting [2022-05-23T18:33:20.463Z] 29052b0a4212: Waiting [2022-05-23T18:33:20.463Z] 75d29029243a: Waiting [2022-05-23T18:33:20.463Z] 6a66050a2170: Waiting [2022-05-23T18:33:20.463Z] f73e7dbfee58: Waiting [2022-05-23T18:33:20.463Z] 32cdfda7a228: Waiting [2022-05-23T18:33:20.463Z] ecf624517651: Layer already exists [2022-05-23T18:33:20.463Z] 620f78ee62f6: Layer already exists [2022-05-23T18:33:20.463Z] b97a1bf0fe47: Layer already exists [2022-05-23T18:33:20.463Z] 4d1c7d0674e1: Layer already exists [2022-05-23T18:33:20.463Z] 786438d533cb: Layer already exists [2022-05-23T18:33:20.736Z] 29052b0a4212: Layer already exists [2022-05-23T18:33:20.736Z] 1d9b49333225: Layer already exists [2022-05-23T18:33:20.736Z] 32cdfda7a228: Layer already exists [2022-05-23T18:33:20.736Z] 75d29029243a: Layer already exists [2022-05-23T18:33:20.736Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:20.736Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:20.736Z] latest: digest: sha256:1936e24c6c2027e686d2b36b6b83cd248d7a2af9cbc8c997e2cc8698638079b0 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:21.081Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:21.420Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.7 [2022-05-23T18:33:21.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-05-23T18:33:21.421Z] b97a1bf0fe47: Preparing [2022-05-23T18:33:21.421Z] b97a1bf0fe47: Preparing [2022-05-23T18:33:21.421Z] 4d1c7d0674e1: Preparing [2022-05-23T18:33:21.421Z] ecf624517651: Preparing [2022-05-23T18:33:21.421Z] 786438d533cb: Preparing [2022-05-23T18:33:21.421Z] 620f78ee62f6: Preparing [2022-05-23T18:33:21.421Z] 6a66050a2170: Preparing [2022-05-23T18:33:21.421Z] 32cdfda7a228: Preparing [2022-05-23T18:33:21.421Z] 1d9b49333225: Preparing [2022-05-23T18:33:21.421Z] 29052b0a4212: Preparing [2022-05-23T18:33:21.421Z] 75d29029243a: Preparing [2022-05-23T18:33:21.421Z] f73e7dbfee58: Preparing [2022-05-23T18:33:21.421Z] 32cdfda7a228: Waiting [2022-05-23T18:33:21.421Z] 1d9b49333225: Waiting [2022-05-23T18:33:21.421Z] 29052b0a4212: Waiting [2022-05-23T18:33:21.421Z] 6a66050a2170: Waiting [2022-05-23T18:33:21.421Z] 75d29029243a: Waiting [2022-05-23T18:33:21.421Z] f73e7dbfee58: Waiting [2022-05-23T18:33:21.421Z] 4d1c7d0674e1: Layer already exists [2022-05-23T18:33:21.421Z] 620f78ee62f6: Layer already exists [2022-05-23T18:33:21.421Z] b97a1bf0fe47: Layer already exists [2022-05-23T18:33:21.421Z] 786438d533cb: Layer already exists [2022-05-23T18:33:21.421Z] ecf624517651: Layer already exists [2022-05-23T18:33:21.691Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:21.691Z] 29052b0a4212: Layer already exists [2022-05-23T18:33:21.691Z] 32cdfda7a228: Layer already exists [2022-05-23T18:33:21.691Z] 75d29029243a: Layer already exists [2022-05-23T18:33:21.691Z] 1d9b49333225: Layer already exists [2022-05-23T18:33:21.691Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:21.691Z] 2.2.1-dev.7: digest: sha256:1936e24c6c2027e686d2b36b6b83cd248d7a2af9cbc8c997e2cc8698638079b0 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:22.036Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:22.375Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:22.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-05-23T18:33:22.375Z] b97a1bf0fe47: Preparing [2022-05-23T18:33:22.375Z] b97a1bf0fe47: Preparing [2022-05-23T18:33:22.375Z] 4d1c7d0674e1: Preparing [2022-05-23T18:33:22.375Z] ecf624517651: Preparing [2022-05-23T18:33:22.375Z] 786438d533cb: Preparing [2022-05-23T18:33:22.375Z] 620f78ee62f6: Preparing [2022-05-23T18:33:22.375Z] 6a66050a2170: Preparing [2022-05-23T18:33:22.375Z] 32cdfda7a228: Preparing [2022-05-23T18:33:22.375Z] 1d9b49333225: Preparing [2022-05-23T18:33:22.375Z] 29052b0a4212: Preparing [2022-05-23T18:33:22.375Z] 75d29029243a: Preparing [2022-05-23T18:33:22.375Z] f73e7dbfee58: Preparing [2022-05-23T18:33:22.375Z] 6a66050a2170: Waiting [2022-05-23T18:33:22.375Z] 1d9b49333225: Waiting [2022-05-23T18:33:22.375Z] 32cdfda7a228: Waiting [2022-05-23T18:33:22.375Z] 29052b0a4212: Waiting [2022-05-23T18:33:22.375Z] f73e7dbfee58: Waiting [2022-05-23T18:33:22.375Z] 75d29029243a: Waiting [2022-05-23T18:33:22.375Z] 786438d533cb: Layer already exists [2022-05-23T18:33:22.375Z] 620f78ee62f6: Layer already exists [2022-05-23T18:33:22.375Z] b97a1bf0fe47: Layer already exists [2022-05-23T18:33:22.648Z] 4d1c7d0674e1: Layer already exists [2022-05-23T18:33:22.648Z] ecf624517651: Layer already exists [2022-05-23T18:33:22.648Z] 1d9b49333225: Layer already exists [2022-05-23T18:33:22.648Z] 32cdfda7a228: Layer already exists [2022-05-23T18:33:22.648Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:22.648Z] 75d29029243a: Layer already exists [2022-05-23T18:33:22.648Z] 29052b0a4212: Layer already exists [2022-05-23T18:33:22.648Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:22.648Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:1936e24c6c2027e686d2b36b6b83cd248d7a2af9cbc8c997e2cc8698638079b0 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:23.000Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:23.338Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2022-05-23T18:33:23.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-05-23T18:33:23.338Z] b97a1bf0fe47: Preparing [2022-05-23T18:33:23.338Z] b97a1bf0fe47: Preparing [2022-05-23T18:33:23.338Z] 4d1c7d0674e1: Preparing [2022-05-23T18:33:23.338Z] ecf624517651: Preparing [2022-05-23T18:33:23.338Z] 786438d533cb: Preparing [2022-05-23T18:33:23.338Z] 620f78ee62f6: Preparing [2022-05-23T18:33:23.338Z] 6a66050a2170: Preparing [2022-05-23T18:33:23.338Z] 32cdfda7a228: Preparing [2022-05-23T18:33:23.338Z] 1d9b49333225: Preparing [2022-05-23T18:33:23.338Z] 29052b0a4212: Preparing [2022-05-23T18:33:23.338Z] 75d29029243a: Preparing [2022-05-23T18:33:23.338Z] f73e7dbfee58: Preparing [2022-05-23T18:33:23.338Z] 1d9b49333225: Waiting [2022-05-23T18:33:23.338Z] 29052b0a4212: Waiting [2022-05-23T18:33:23.338Z] 75d29029243a: Waiting [2022-05-23T18:33:23.338Z] f73e7dbfee58: Waiting [2022-05-23T18:33:23.338Z] 6a66050a2170: Waiting [2022-05-23T18:33:23.338Z] 32cdfda7a228: Waiting [2022-05-23T18:33:23.338Z] b97a1bf0fe47: Layer already exists [2022-05-23T18:33:23.338Z] 620f78ee62f6: Layer already exists [2022-05-23T18:33:23.338Z] 4d1c7d0674e1: Layer already exists [2022-05-23T18:33:23.338Z] ecf624517651: Layer already exists [2022-05-23T18:33:23.338Z] 786438d533cb: Layer already exists [2022-05-23T18:33:23.338Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:23.338Z] 32cdfda7a228: Layer already exists [2022-05-23T18:33:23.611Z] 75d29029243a: Layer already exists [2022-05-23T18:33:23.611Z] 1d9b49333225: Layer already exists [2022-05-23T18:33:23.611Z] 29052b0a4212: Layer already exists [2022-05-23T18:33:23.611Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:23.611Z] main: digest: sha256:1936e24c6c2027e686d2b36b6b83cd248d7a2af9cbc8c997e2cc8698638079b0 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T18:33:23.652Z] ===================================================== [Pipeline] echo [2022-05-23T18:33:23.661Z] taggedImages: [2022-05-23T18:33:23.661Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:23.661Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-05-23T18:33:23.661Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.7 [2022-05-23T18:33:23.661Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:23.661Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2022-05-23T18:33:23.685Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2022-05-23T18:33:23.685Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:23.685Z] latest [2022-05-23T18:33:23.685Z] 2.2.1-dev.7 [2022-05-23T18:33:23.685Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:23.685Z] main [2022-05-23T18:33:23.685Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:24.094Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:24.447Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:24.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-05-23T18:33:24.447Z] 658e4818e12e: Preparing [2022-05-23T18:33:24.447Z] 98cb2400b397: Preparing [2022-05-23T18:33:24.447Z] 61bc472e8355: Preparing [2022-05-23T18:33:24.447Z] c9361978407a: Preparing [2022-05-23T18:33:24.447Z] 3737455cdeae: Preparing [2022-05-23T18:33:24.447Z] f67d0b0888f6: Preparing [2022-05-23T18:33:24.447Z] e7b47b56ff55: Preparing [2022-05-23T18:33:24.447Z] f73e7dbfee58: Preparing [2022-05-23T18:33:24.447Z] f67d0b0888f6: Waiting [2022-05-23T18:33:24.447Z] e7b47b56ff55: Waiting [2022-05-23T18:33:24.447Z] f73e7dbfee58: Waiting [2022-05-23T18:33:24.751Z] 3737455cdeae: Pushed [2022-05-23T18:33:24.751Z] 658e4818e12e: Pushed [2022-05-23T18:33:24.751Z] 98cb2400b397: Pushed [2022-05-23T18:33:25.099Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:25.099Z] f67d0b0888f6: Pushed [2022-05-23T18:33:26.092Z] e7b47b56ff55: Pushed [2022-05-23T18:33:27.524Z] c9361978407a: Pushed [2022-05-23T18:33:27.524Z] 61bc472e8355: Pushed [2022-05-23T18:33:27.794Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:209336f17ac80bf73995ef3fdd34ec282e51270e7366bfef305c3c235dd2e541 size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:28.143Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:28.484Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-05-23T18:33:28.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-05-23T18:33:28.484Z] 658e4818e12e: Preparing [2022-05-23T18:33:28.484Z] 98cb2400b397: Preparing [2022-05-23T18:33:28.484Z] 61bc472e8355: Preparing [2022-05-23T18:33:28.484Z] c9361978407a: Preparing [2022-05-23T18:33:28.484Z] 3737455cdeae: Preparing [2022-05-23T18:33:28.484Z] f67d0b0888f6: Preparing [2022-05-23T18:33:28.484Z] e7b47b56ff55: Preparing [2022-05-23T18:33:28.484Z] f73e7dbfee58: Preparing [2022-05-23T18:33:28.484Z] f67d0b0888f6: Waiting [2022-05-23T18:33:28.484Z] e7b47b56ff55: Waiting [2022-05-23T18:33:28.484Z] f73e7dbfee58: Waiting [2022-05-23T18:33:28.484Z] 61bc472e8355: Layer already exists [2022-05-23T18:33:28.484Z] c9361978407a: Layer already exists [2022-05-23T18:33:28.759Z] 98cb2400b397: Layer already exists [2022-05-23T18:33:28.759Z] 3737455cdeae: Layer already exists [2022-05-23T18:33:28.759Z] 658e4818e12e: Layer already exists [2022-05-23T18:33:28.759Z] e7b47b56ff55: Layer already exists [2022-05-23T18:33:28.759Z] f67d0b0888f6: Layer already exists [2022-05-23T18:33:28.759Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:28.759Z] latest: digest: sha256:209336f17ac80bf73995ef3fdd34ec282e51270e7366bfef305c3c235dd2e541 size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:29.103Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:29.447Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.7 [2022-05-23T18:33:29.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-05-23T18:33:29.447Z] 658e4818e12e: Preparing [2022-05-23T18:33:29.447Z] 98cb2400b397: Preparing [2022-05-23T18:33:29.447Z] 61bc472e8355: Preparing [2022-05-23T18:33:29.447Z] c9361978407a: Preparing [2022-05-23T18:33:29.447Z] 3737455cdeae: Preparing [2022-05-23T18:33:29.447Z] f67d0b0888f6: Preparing [2022-05-23T18:33:29.447Z] e7b47b56ff55: Preparing [2022-05-23T18:33:29.447Z] f73e7dbfee58: Preparing [2022-05-23T18:33:29.447Z] f67d0b0888f6: Waiting [2022-05-23T18:33:29.447Z] f73e7dbfee58: Waiting [2022-05-23T18:33:29.447Z] e7b47b56ff55: Waiting [2022-05-23T18:33:29.447Z] c9361978407a: Layer already exists [2022-05-23T18:33:29.447Z] 658e4818e12e: Layer already exists [2022-05-23T18:33:29.447Z] 61bc472e8355: Layer already exists [2022-05-23T18:33:29.447Z] 3737455cdeae: Layer already exists [2022-05-23T18:33:29.447Z] 98cb2400b397: Layer already exists [2022-05-23T18:33:29.718Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:29.718Z] f67d0b0888f6: Layer already exists [2022-05-23T18:33:29.718Z] e7b47b56ff55: Layer already exists [2022-05-23T18:33:29.718Z] 2.2.1-dev.7: digest: sha256:209336f17ac80bf73995ef3fdd34ec282e51270e7366bfef305c3c235dd2e541 size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:30.071Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:30.414Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:30.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-05-23T18:33:30.414Z] 658e4818e12e: Preparing [2022-05-23T18:33:30.414Z] 98cb2400b397: Preparing [2022-05-23T18:33:30.414Z] 61bc472e8355: Preparing [2022-05-23T18:33:30.414Z] c9361978407a: Preparing [2022-05-23T18:33:30.414Z] 3737455cdeae: Preparing [2022-05-23T18:33:30.414Z] f67d0b0888f6: Preparing [2022-05-23T18:33:30.414Z] e7b47b56ff55: Preparing [2022-05-23T18:33:30.414Z] f73e7dbfee58: Preparing [2022-05-23T18:33:30.414Z] f67d0b0888f6: Waiting [2022-05-23T18:33:30.414Z] e7b47b56ff55: Waiting [2022-05-23T18:33:30.414Z] f73e7dbfee58: Waiting [2022-05-23T18:33:30.414Z] 3737455cdeae: Layer already exists [2022-05-23T18:33:30.414Z] 98cb2400b397: Layer already exists [2022-05-23T18:33:30.414Z] c9361978407a: Layer already exists [2022-05-23T18:33:30.414Z] 658e4818e12e: Layer already exists [2022-05-23T18:33:30.414Z] 61bc472e8355: Layer already exists [2022-05-23T18:33:30.688Z] e7b47b56ff55: Layer already exists [2022-05-23T18:33:30.688Z] f67d0b0888f6: Layer already exists [2022-05-23T18:33:30.688Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:30.688Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:209336f17ac80bf73995ef3fdd34ec282e51270e7366bfef305c3c235dd2e541 size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:31.030Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:31.373Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2022-05-23T18:33:31.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-05-23T18:33:31.373Z] 658e4818e12e: Preparing [2022-05-23T18:33:31.373Z] 98cb2400b397: Preparing [2022-05-23T18:33:31.373Z] 61bc472e8355: Preparing [2022-05-23T18:33:31.373Z] c9361978407a: Preparing [2022-05-23T18:33:31.373Z] 3737455cdeae: Preparing [2022-05-23T18:33:31.373Z] f67d0b0888f6: Preparing [2022-05-23T18:33:31.373Z] e7b47b56ff55: Preparing [2022-05-23T18:33:31.373Z] f73e7dbfee58: Preparing [2022-05-23T18:33:31.373Z] f67d0b0888f6: Waiting [2022-05-23T18:33:31.373Z] e7b47b56ff55: Waiting [2022-05-23T18:33:31.373Z] f73e7dbfee58: Waiting [2022-05-23T18:33:31.373Z] 3737455cdeae: Layer already exists [2022-05-23T18:33:31.373Z] 658e4818e12e: Layer already exists [2022-05-23T18:33:31.373Z] 98cb2400b397: Layer already exists [2022-05-23T18:33:31.373Z] c9361978407a: Layer already exists [2022-05-23T18:33:31.373Z] 61bc472e8355: Layer already exists [2022-05-23T18:33:31.373Z] e7b47b56ff55: Layer already exists [2022-05-23T18:33:31.373Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:31.646Z] f67d0b0888f6: Layer already exists [2022-05-23T18:33:31.646Z] main: digest: sha256:209336f17ac80bf73995ef3fdd34ec282e51270e7366bfef305c3c235dd2e541 size: 1990 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T18:33:31.697Z] ===================================================== [Pipeline] echo [2022-05-23T18:33:31.710Z] taggedImages: [2022-05-23T18:33:31.710Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:31.710Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-05-23T18:33:31.710Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.7 [2022-05-23T18:33:31.710Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:31.710Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2022-05-23T18:33:31.735Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2022-05-23T18:33:31.735Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:31.735Z] latest [2022-05-23T18:33:31.735Z] 2.2.1-dev.7 [2022-05-23T18:33:31.735Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:31.735Z] main [2022-05-23T18:33:31.735Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:32.088Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:32.427Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:32.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-05-23T18:33:32.427Z] df05f27b77a4: Preparing [2022-05-23T18:33:32.427Z] 84c4ba97092f: Preparing [2022-05-23T18:33:32.427Z] e7ae65ac19db: Preparing [2022-05-23T18:33:32.427Z] dcc5c6a08fec: Preparing [2022-05-23T18:33:32.427Z] 642a14c283d9: Preparing [2022-05-23T18:33:32.427Z] d79d6ef9a869: Preparing [2022-05-23T18:33:32.427Z] 4c108e5449b4: Preparing [2022-05-23T18:33:32.427Z] 1e33a336c12b: Preparing [2022-05-23T18:33:32.427Z] a45d3f0f6cc9: Preparing [2022-05-23T18:33:32.427Z] f73e7dbfee58: Preparing [2022-05-23T18:33:32.427Z] a45d3f0f6cc9: Waiting [2022-05-23T18:33:32.427Z] 4c108e5449b4: Waiting [2022-05-23T18:33:32.427Z] 1e33a336c12b: Waiting [2022-05-23T18:33:32.427Z] d79d6ef9a869: Waiting [2022-05-23T18:33:32.427Z] f73e7dbfee58: Waiting [2022-05-23T18:33:32.698Z] 642a14c283d9: Pushed [2022-05-23T18:33:32.698Z] 84c4ba97092f: Pushed [2022-05-23T18:33:32.698Z] df05f27b77a4: Pushed [2022-05-23T18:33:32.973Z] d79d6ef9a869: Pushed [2022-05-23T18:33:32.973Z] 4c108e5449b4: Pushed [2022-05-23T18:33:32.973Z] 1e33a336c12b: Pushed [2022-05-23T18:33:32.973Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:33.244Z] a45d3f0f6cc9: Pushed [2022-05-23T18:33:35.213Z] dcc5c6a08fec: Pushed [2022-05-23T18:33:35.804Z] e7ae65ac19db: Pushed [2022-05-23T18:33:36.075Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:7894d3d205dbe17dad9e5c66b87a74eeec2e87ec45b7be07fb0c746afc789737 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:36.416Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:36.757Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-05-23T18:33:36.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-05-23T18:33:36.757Z] df05f27b77a4: Preparing [2022-05-23T18:33:36.757Z] 84c4ba97092f: Preparing [2022-05-23T18:33:36.757Z] e7ae65ac19db: Preparing [2022-05-23T18:33:36.757Z] dcc5c6a08fec: Preparing [2022-05-23T18:33:36.757Z] 642a14c283d9: Preparing [2022-05-23T18:33:36.757Z] d79d6ef9a869: Preparing [2022-05-23T18:33:36.757Z] 4c108e5449b4: Preparing [2022-05-23T18:33:36.757Z] 1e33a336c12b: Preparing [2022-05-23T18:33:36.757Z] a45d3f0f6cc9: Preparing [2022-05-23T18:33:36.757Z] f73e7dbfee58: Preparing [2022-05-23T18:33:36.757Z] 4c108e5449b4: Waiting [2022-05-23T18:33:36.757Z] d79d6ef9a869: Waiting [2022-05-23T18:33:36.757Z] a45d3f0f6cc9: Waiting [2022-05-23T18:33:36.757Z] f73e7dbfee58: Waiting [2022-05-23T18:33:36.757Z] 1e33a336c12b: Waiting [2022-05-23T18:33:36.757Z] 84c4ba97092f: Layer already exists [2022-05-23T18:33:36.757Z] 642a14c283d9: Layer already exists [2022-05-23T18:33:36.757Z] e7ae65ac19db: Layer already exists [2022-05-23T18:33:37.028Z] dcc5c6a08fec: Layer already exists [2022-05-23T18:33:37.028Z] df05f27b77a4: Layer already exists [2022-05-23T18:33:37.028Z] 4c108e5449b4: Layer already exists [2022-05-23T18:33:37.028Z] 1e33a336c12b: Layer already exists [2022-05-23T18:33:37.028Z] d79d6ef9a869: Layer already exists [2022-05-23T18:33:37.028Z] a45d3f0f6cc9: Layer already exists [2022-05-23T18:33:37.028Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:37.028Z] latest: digest: sha256:7894d3d205dbe17dad9e5c66b87a74eeec2e87ec45b7be07fb0c746afc789737 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:37.376Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:37.717Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.7 [2022-05-23T18:33:37.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-05-23T18:33:37.717Z] df05f27b77a4: Preparing [2022-05-23T18:33:37.717Z] 84c4ba97092f: Preparing [2022-05-23T18:33:37.717Z] e7ae65ac19db: Preparing [2022-05-23T18:33:37.717Z] dcc5c6a08fec: Preparing [2022-05-23T18:33:37.717Z] 642a14c283d9: Preparing [2022-05-23T18:33:37.717Z] d79d6ef9a869: Preparing [2022-05-23T18:33:37.717Z] 4c108e5449b4: Preparing [2022-05-23T18:33:37.717Z] 1e33a336c12b: Preparing [2022-05-23T18:33:37.717Z] a45d3f0f6cc9: Preparing [2022-05-23T18:33:37.717Z] f73e7dbfee58: Preparing [2022-05-23T18:33:37.717Z] d79d6ef9a869: Waiting [2022-05-23T18:33:37.717Z] 1e33a336c12b: Waiting [2022-05-23T18:33:37.717Z] 4c108e5449b4: Waiting [2022-05-23T18:33:37.717Z] a45d3f0f6cc9: Waiting [2022-05-23T18:33:37.717Z] f73e7dbfee58: Waiting [2022-05-23T18:33:37.717Z] e7ae65ac19db: Layer already exists [2022-05-23T18:33:37.717Z] 642a14c283d9: Layer already exists [2022-05-23T18:33:37.717Z] 84c4ba97092f: Layer already exists [2022-05-23T18:33:37.717Z] dcc5c6a08fec: Layer already exists [2022-05-23T18:33:37.717Z] df05f27b77a4: Layer already exists [2022-05-23T18:33:37.990Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:37.990Z] a45d3f0f6cc9: Layer already exists [2022-05-23T18:33:37.990Z] 4c108e5449b4: Layer already exists [2022-05-23T18:33:37.990Z] d79d6ef9a869: Layer already exists [2022-05-23T18:33:37.990Z] 1e33a336c12b: Layer already exists [2022-05-23T18:33:37.990Z] 2.2.1-dev.7: digest: sha256:7894d3d205dbe17dad9e5c66b87a74eeec2e87ec45b7be07fb0c746afc789737 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:38.336Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:38.678Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:38.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-05-23T18:33:38.678Z] df05f27b77a4: Preparing [2022-05-23T18:33:38.678Z] 84c4ba97092f: Preparing [2022-05-23T18:33:38.678Z] e7ae65ac19db: Preparing [2022-05-23T18:33:38.678Z] dcc5c6a08fec: Preparing [2022-05-23T18:33:38.678Z] 642a14c283d9: Preparing [2022-05-23T18:33:38.678Z] d79d6ef9a869: Preparing [2022-05-23T18:33:38.678Z] 4c108e5449b4: Preparing [2022-05-23T18:33:38.678Z] 1e33a336c12b: Preparing [2022-05-23T18:33:38.678Z] a45d3f0f6cc9: Preparing [2022-05-23T18:33:38.678Z] f73e7dbfee58: Preparing [2022-05-23T18:33:38.678Z] d79d6ef9a869: Waiting [2022-05-23T18:33:38.678Z] 4c108e5449b4: Waiting [2022-05-23T18:33:38.678Z] 1e33a336c12b: Waiting [2022-05-23T18:33:38.678Z] a45d3f0f6cc9: Waiting [2022-05-23T18:33:38.678Z] f73e7dbfee58: Waiting [2022-05-23T18:33:38.678Z] 642a14c283d9: Layer already exists [2022-05-23T18:33:38.678Z] 84c4ba97092f: Layer already exists [2022-05-23T18:33:38.678Z] df05f27b77a4: Layer already exists [2022-05-23T18:33:38.678Z] dcc5c6a08fec: Layer already exists [2022-05-23T18:33:38.954Z] e7ae65ac19db: Layer already exists [2022-05-23T18:33:38.954Z] d79d6ef9a869: Layer already exists [2022-05-23T18:33:38.954Z] 4c108e5449b4: Layer already exists [2022-05-23T18:33:38.954Z] 1e33a336c12b: Layer already exists [2022-05-23T18:33:38.954Z] a45d3f0f6cc9: Layer already exists [2022-05-23T18:33:38.954Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:38.954Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:7894d3d205dbe17dad9e5c66b87a74eeec2e87ec45b7be07fb0c746afc789737 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:39.305Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:39.646Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2022-05-23T18:33:39.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-05-23T18:33:39.646Z] df05f27b77a4: Preparing [2022-05-23T18:33:39.646Z] 84c4ba97092f: Preparing [2022-05-23T18:33:39.646Z] e7ae65ac19db: Preparing [2022-05-23T18:33:39.646Z] dcc5c6a08fec: Preparing [2022-05-23T18:33:39.646Z] 642a14c283d9: Preparing [2022-05-23T18:33:39.646Z] d79d6ef9a869: Preparing [2022-05-23T18:33:39.646Z] 4c108e5449b4: Preparing [2022-05-23T18:33:39.646Z] 1e33a336c12b: Preparing [2022-05-23T18:33:39.646Z] a45d3f0f6cc9: Preparing [2022-05-23T18:33:39.646Z] f73e7dbfee58: Preparing [2022-05-23T18:33:39.646Z] 1e33a336c12b: Waiting [2022-05-23T18:33:39.646Z] a45d3f0f6cc9: Waiting [2022-05-23T18:33:39.646Z] d79d6ef9a869: Waiting [2022-05-23T18:33:39.646Z] f73e7dbfee58: Waiting [2022-05-23T18:33:39.646Z] 4c108e5449b4: Waiting [2022-05-23T18:33:39.646Z] e7ae65ac19db: Layer already exists [2022-05-23T18:33:39.646Z] 84c4ba97092f: Layer already exists [2022-05-23T18:33:39.646Z] df05f27b77a4: Layer already exists [2022-05-23T18:33:39.646Z] dcc5c6a08fec: Layer already exists [2022-05-23T18:33:39.646Z] 642a14c283d9: Layer already exists [2022-05-23T18:33:39.646Z] 4c108e5449b4: Layer already exists [2022-05-23T18:33:39.918Z] d79d6ef9a869: Layer already exists [2022-05-23T18:33:39.918Z] 1e33a336c12b: Layer already exists [2022-05-23T18:33:39.918Z] f73e7dbfee58: Layer already exists [2022-05-23T18:33:39.918Z] a45d3f0f6cc9: Layer already exists [2022-05-23T18:33:39.918Z] main: digest: sha256:7894d3d205dbe17dad9e5c66b87a74eeec2e87ec45b7be07fb0c746afc789737 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T18:33:39.966Z] ===================================================== [Pipeline] echo [2022-05-23T18:33:39.976Z] taggedImages: [2022-05-23T18:33:39.976Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:39.976Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-05-23T18:33:39.976Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.7 [2022-05-23T18:33:39.976Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:39.976Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2022-05-23T18:33:39.998Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2022-05-23T18:33:39.998Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:39.998Z] latest [2022-05-23T18:33:39.998Z] 2.2.1-dev.7 [2022-05-23T18:33:39.998Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:39.998Z] main [2022-05-23T18:33:39.998Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:40.363Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:40.706Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:40.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-05-23T18:33:40.706Z] 190c09258e1f: Preparing [2022-05-23T18:33:40.706Z] 35d8c7a9d246: Preparing [2022-05-23T18:33:40.706Z] 6a66050a2170: Preparing [2022-05-23T18:33:40.706Z] 7af808883cc4: Preparing [2022-05-23T18:33:40.706Z] 9a265cd103ca: Preparing [2022-05-23T18:33:40.706Z] 4f4ce317c6bb: Preparing [2022-05-23T18:33:40.706Z] 4f4ce317c6bb: Waiting [2022-05-23T18:33:40.978Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:40.978Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:33:40.978Z] 9a265cd103ca: Pushed [2022-05-23T18:33:40.978Z] 190c09258e1f: Pushed [2022-05-23T18:33:42.409Z] 7af808883cc4: Pushed [2022-05-23T18:33:45.786Z] 35d8c7a9d246: Pushed [2022-05-23T18:33:45.786Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:f8566ad65d9f1ed8b0d7171dc2b4b1f4bca291d54e2956238bf8cacff26d0e3b size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:46.133Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:46.477Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-05-23T18:33:46.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-05-23T18:33:46.477Z] 190c09258e1f: Preparing [2022-05-23T18:33:46.477Z] 35d8c7a9d246: Preparing [2022-05-23T18:33:46.477Z] 6a66050a2170: Preparing [2022-05-23T18:33:46.477Z] 7af808883cc4: Preparing [2022-05-23T18:33:46.477Z] 9a265cd103ca: Preparing [2022-05-23T18:33:46.477Z] 4f4ce317c6bb: Preparing [2022-05-23T18:33:46.477Z] 4f4ce317c6bb: Waiting [2022-05-23T18:33:46.750Z] 190c09258e1f: Layer already exists [2022-05-23T18:33:46.750Z] 7af808883cc4: Layer already exists [2022-05-23T18:33:46.750Z] 35d8c7a9d246: Layer already exists [2022-05-23T18:33:46.750Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:46.750Z] 9a265cd103ca: Layer already exists [2022-05-23T18:33:46.750Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:33:46.750Z] latest: digest: sha256:f8566ad65d9f1ed8b0d7171dc2b4b1f4bca291d54e2956238bf8cacff26d0e3b size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:47.095Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:47.441Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.7 [2022-05-23T18:33:47.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-05-23T18:33:47.441Z] 190c09258e1f: Preparing [2022-05-23T18:33:47.441Z] 35d8c7a9d246: Preparing [2022-05-23T18:33:47.441Z] 6a66050a2170: Preparing [2022-05-23T18:33:47.441Z] 7af808883cc4: Preparing [2022-05-23T18:33:47.441Z] 9a265cd103ca: Preparing [2022-05-23T18:33:47.441Z] 4f4ce317c6bb: Preparing [2022-05-23T18:33:47.441Z] 4f4ce317c6bb: Waiting [2022-05-23T18:33:47.441Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:47.441Z] 7af808883cc4: Layer already exists [2022-05-23T18:33:47.441Z] 35d8c7a9d246: Layer already exists [2022-05-23T18:33:47.714Z] 190c09258e1f: Layer already exists [2022-05-23T18:33:47.714Z] 9a265cd103ca: Layer already exists [2022-05-23T18:33:47.714Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:33:47.714Z] 2.2.1-dev.7: digest: sha256:f8566ad65d9f1ed8b0d7171dc2b4b1f4bca291d54e2956238bf8cacff26d0e3b size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:48.063Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:48.403Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:48.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-05-23T18:33:48.403Z] 190c09258e1f: Preparing [2022-05-23T18:33:48.403Z] 35d8c7a9d246: Preparing [2022-05-23T18:33:48.403Z] 6a66050a2170: Preparing [2022-05-23T18:33:48.403Z] 7af808883cc4: Preparing [2022-05-23T18:33:48.403Z] 9a265cd103ca: Preparing [2022-05-23T18:33:48.403Z] 4f4ce317c6bb: Preparing [2022-05-23T18:33:48.403Z] 4f4ce317c6bb: Waiting [2022-05-23T18:33:48.403Z] 190c09258e1f: Layer already exists [2022-05-23T18:33:48.403Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:48.403Z] 9a265cd103ca: Layer already exists [2022-05-23T18:33:48.403Z] 35d8c7a9d246: Layer already exists [2022-05-23T18:33:48.403Z] 7af808883cc4: Layer already exists [2022-05-23T18:33:48.403Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:33:48.675Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:f8566ad65d9f1ed8b0d7171dc2b4b1f4bca291d54e2956238bf8cacff26d0e3b size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:49.020Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:49.359Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2022-05-23T18:33:49.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-05-23T18:33:49.359Z] 190c09258e1f: Preparing [2022-05-23T18:33:49.359Z] 35d8c7a9d246: Preparing [2022-05-23T18:33:49.359Z] 6a66050a2170: Preparing [2022-05-23T18:33:49.359Z] 7af808883cc4: Preparing [2022-05-23T18:33:49.359Z] 9a265cd103ca: Preparing [2022-05-23T18:33:49.359Z] 4f4ce317c6bb: Preparing [2022-05-23T18:33:49.359Z] 4f4ce317c6bb: Waiting [2022-05-23T18:33:49.359Z] 190c09258e1f: Layer already exists [2022-05-23T18:33:49.359Z] 9a265cd103ca: Layer already exists [2022-05-23T18:33:49.359Z] 7af808883cc4: Layer already exists [2022-05-23T18:33:49.359Z] 6a66050a2170: Layer already exists [2022-05-23T18:33:49.631Z] 35d8c7a9d246: Layer already exists [2022-05-23T18:33:49.631Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:33:49.631Z] main: digest: sha256:f8566ad65d9f1ed8b0d7171dc2b4b1f4bca291d54e2956238bf8cacff26d0e3b size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T18:33:49.675Z] ===================================================== [Pipeline] echo [2022-05-23T18:33:49.683Z] taggedImages: [2022-05-23T18:33:49.683Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:49.683Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-05-23T18:33:49.683Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.7 [2022-05-23T18:33:49.683Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:49.683Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2022-05-23T18:33:49.707Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2022-05-23T18:33:49.707Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:49.707Z] latest [2022-05-23T18:33:49.707Z] 2.2.1-dev.7 [2022-05-23T18:33:49.707Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:33:49.707Z] main [2022-05-23T18:33:49.707Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:50.071Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:33:50.415Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:33:50.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-05-23T18:33:50.415Z] c2d8e991acd5: Preparing [2022-05-23T18:33:50.415Z] 4968c257d0a2: Preparing [2022-05-23T18:33:50.415Z] e1c55a34cfad: Preparing [2022-05-23T18:33:50.415Z] dc7506feaa65: Preparing [2022-05-23T18:33:50.415Z] 5c3f62fa87d0: Preparing [2022-05-23T18:33:50.415Z] 58b8f681371c: Preparing [2022-05-23T18:33:50.415Z] 9a265cd103ca: Preparing [2022-05-23T18:33:50.415Z] 4f4ce317c6bb: Preparing [2022-05-23T18:33:50.415Z] 9a265cd103ca: Waiting [2022-05-23T18:33:50.415Z] 58b8f681371c: Waiting [2022-05-23T18:33:50.415Z] 4f4ce317c6bb: Waiting [2022-05-23T18:33:50.692Z] c2d8e991acd5: Pushed [2022-05-23T18:33:50.692Z] 4968c257d0a2: Pushed [2022-05-23T18:33:50.692Z] e1c55a34cfad: Pushed [2022-05-23T18:33:50.965Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:33:50.965Z] 9a265cd103ca: Layer already exists [2022-05-23T18:33:51.561Z] 58b8f681371c: Pushed [2022-05-23T18:33:59.836Z] 5c3f62fa87d0: Pushed [2022-05-23T18:34:08.082Z] dc7506feaa65: Pushed [2022-05-23T18:34:08.082Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:9c9e81c2a9d4af2baa2a5f87aab66314504621c66f8fc3a27782d719ee01284c size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:08.425Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:08.766Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-05-23T18:34:08.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-05-23T18:34:08.766Z] c2d8e991acd5: Preparing [2022-05-23T18:34:08.766Z] 4968c257d0a2: Preparing [2022-05-23T18:34:08.766Z] e1c55a34cfad: Preparing [2022-05-23T18:34:08.766Z] dc7506feaa65: Preparing [2022-05-23T18:34:08.766Z] 5c3f62fa87d0: Preparing [2022-05-23T18:34:08.766Z] 58b8f681371c: Preparing [2022-05-23T18:34:08.766Z] 9a265cd103ca: Preparing [2022-05-23T18:34:08.766Z] 4f4ce317c6bb: Preparing [2022-05-23T18:34:08.766Z] 58b8f681371c: Waiting [2022-05-23T18:34:08.766Z] 9a265cd103ca: Waiting [2022-05-23T18:34:08.766Z] 4f4ce317c6bb: Waiting [2022-05-23T18:34:08.766Z] 4968c257d0a2: Layer already exists [2022-05-23T18:34:08.766Z] dc7506feaa65: Layer already exists [2022-05-23T18:34:08.766Z] c2d8e991acd5: Layer already exists [2022-05-23T18:34:08.766Z] e1c55a34cfad: Layer already exists [2022-05-23T18:34:08.766Z] 5c3f62fa87d0: Layer already exists [2022-05-23T18:34:09.037Z] 9a265cd103ca: Layer already exists [2022-05-23T18:34:09.037Z] 58b8f681371c: Layer already exists [2022-05-23T18:34:09.037Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:34:09.037Z] latest: digest: sha256:9c9e81c2a9d4af2baa2a5f87aab66314504621c66f8fc3a27782d719ee01284c size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:09.379Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:09.717Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.7 [2022-05-23T18:34:09.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-05-23T18:34:09.717Z] c2d8e991acd5: Preparing [2022-05-23T18:34:09.717Z] 4968c257d0a2: Preparing [2022-05-23T18:34:09.717Z] e1c55a34cfad: Preparing [2022-05-23T18:34:09.717Z] dc7506feaa65: Preparing [2022-05-23T18:34:09.717Z] 5c3f62fa87d0: Preparing [2022-05-23T18:34:09.717Z] 58b8f681371c: Preparing [2022-05-23T18:34:09.717Z] 9a265cd103ca: Preparing [2022-05-23T18:34:09.717Z] 4f4ce317c6bb: Preparing [2022-05-23T18:34:09.717Z] 58b8f681371c: Waiting [2022-05-23T18:34:09.717Z] 9a265cd103ca: Waiting [2022-05-23T18:34:09.717Z] 4f4ce317c6bb: Waiting [2022-05-23T18:34:09.717Z] dc7506feaa65: Layer already exists [2022-05-23T18:34:09.717Z] 5c3f62fa87d0: Layer already exists [2022-05-23T18:34:09.717Z] c2d8e991acd5: Layer already exists [2022-05-23T18:34:09.717Z] e1c55a34cfad: Layer already exists [2022-05-23T18:34:09.717Z] 4968c257d0a2: Layer already exists [2022-05-23T18:34:09.989Z] 9a265cd103ca: Layer already exists [2022-05-23T18:34:09.989Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:34:09.989Z] 58b8f681371c: Layer already exists [2022-05-23T18:34:09.989Z] 2.2.1-dev.7: digest: sha256:9c9e81c2a9d4af2baa2a5f87aab66314504621c66f8fc3a27782d719ee01284c size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:10.338Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:10.685Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:34:10.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-05-23T18:34:10.685Z] c2d8e991acd5: Preparing [2022-05-23T18:34:10.685Z] 4968c257d0a2: Preparing [2022-05-23T18:34:10.685Z] e1c55a34cfad: Preparing [2022-05-23T18:34:10.685Z] dc7506feaa65: Preparing [2022-05-23T18:34:10.685Z] 5c3f62fa87d0: Preparing [2022-05-23T18:34:10.685Z] 58b8f681371c: Preparing [2022-05-23T18:34:10.685Z] 9a265cd103ca: Preparing [2022-05-23T18:34:10.685Z] 4f4ce317c6bb: Preparing [2022-05-23T18:34:10.685Z] 58b8f681371c: Waiting [2022-05-23T18:34:10.685Z] 9a265cd103ca: Waiting [2022-05-23T18:34:10.685Z] 4f4ce317c6bb: Waiting [2022-05-23T18:34:10.685Z] dc7506feaa65: Layer already exists [2022-05-23T18:34:10.685Z] 4968c257d0a2: Layer already exists [2022-05-23T18:34:10.685Z] e1c55a34cfad: Layer already exists [2022-05-23T18:34:10.685Z] c2d8e991acd5: Layer already exists [2022-05-23T18:34:10.685Z] 5c3f62fa87d0: Layer already exists [2022-05-23T18:34:10.685Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:34:10.685Z] 9a265cd103ca: Layer already exists [2022-05-23T18:34:10.685Z] 58b8f681371c: Layer already exists [2022-05-23T18:34:10.958Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:9c9e81c2a9d4af2baa2a5f87aab66314504621c66f8fc3a27782d719ee01284c size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:11.312Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:11.655Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2022-05-23T18:34:11.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-05-23T18:34:11.655Z] c2d8e991acd5: Preparing [2022-05-23T18:34:11.655Z] 4968c257d0a2: Preparing [2022-05-23T18:34:11.655Z] e1c55a34cfad: Preparing [2022-05-23T18:34:11.655Z] dc7506feaa65: Preparing [2022-05-23T18:34:11.655Z] 5c3f62fa87d0: Preparing [2022-05-23T18:34:11.655Z] 58b8f681371c: Preparing [2022-05-23T18:34:11.655Z] 9a265cd103ca: Preparing [2022-05-23T18:34:11.655Z] 4f4ce317c6bb: Preparing [2022-05-23T18:34:11.655Z] 9a265cd103ca: Waiting [2022-05-23T18:34:11.655Z] 4f4ce317c6bb: Waiting [2022-05-23T18:34:11.655Z] 58b8f681371c: Waiting [2022-05-23T18:34:11.655Z] 4968c257d0a2: Layer already exists [2022-05-23T18:34:11.655Z] 5c3f62fa87d0: Layer already exists [2022-05-23T18:34:11.655Z] e1c55a34cfad: Layer already exists [2022-05-23T18:34:11.655Z] c2d8e991acd5: Layer already exists [2022-05-23T18:34:11.655Z] dc7506feaa65: Layer already exists [2022-05-23T18:34:11.928Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:34:11.928Z] 9a265cd103ca: Layer already exists [2022-05-23T18:34:11.928Z] 58b8f681371c: Layer already exists [2022-05-23T18:34:11.928Z] main: digest: sha256:9c9e81c2a9d4af2baa2a5f87aab66314504621c66f8fc3a27782d719ee01284c size: 1992 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T18:34:11.975Z] ===================================================== [Pipeline] echo [2022-05-23T18:34:11.984Z] taggedImages: [2022-05-23T18:34:11.984Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:34:11.984Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-05-23T18:34:11.984Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.7 [2022-05-23T18:34:11.984Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:34:11.984Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2022-05-23T18:34:12.005Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2022-05-23T18:34:12.005Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:34:12.005Z] latest [2022-05-23T18:34:12.005Z] 2.2.1-dev.7 [2022-05-23T18:34:12.005Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:34:12.005Z] main [2022-05-23T18:34:12.005Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:12.363Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:12.711Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:34:12.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-05-23T18:34:12.711Z] 16c5a923d10c: Preparing [2022-05-23T18:34:12.711Z] 526f3f9cd6e7: Preparing [2022-05-23T18:34:12.711Z] 9ceb6c44c953: Preparing [2022-05-23T18:34:12.711Z] 08697ec86227: Preparing [2022-05-23T18:34:12.711Z] f9f6e2cc0692: Preparing [2022-05-23T18:34:12.711Z] 9a265cd103ca: Preparing [2022-05-23T18:34:12.711Z] 4f4ce317c6bb: Preparing [2022-05-23T18:34:12.711Z] 9a265cd103ca: Waiting [2022-05-23T18:34:12.711Z] 4f4ce317c6bb: Waiting [2022-05-23T18:34:12.986Z] 9ceb6c44c953: Pushed [2022-05-23T18:34:12.986Z] 526f3f9cd6e7: Pushed [2022-05-23T18:34:12.986Z] 16c5a923d10c: Pushed [2022-05-23T18:34:12.986Z] 9a265cd103ca: Layer already exists [2022-05-23T18:34:12.986Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:34:13.578Z] f9f6e2cc0692: Pushed [2022-05-23T18:34:31.996Z] 08697ec86227: Pushed [2022-05-23T18:34:31.996Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:16eb806e2a40e64d0c93e919524e0d6abf11cb076e4b72f427a17751cc009fdd size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:32.345Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:32.698Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-05-23T18:34:32.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-05-23T18:34:32.698Z] 16c5a923d10c: Preparing [2022-05-23T18:34:32.698Z] 526f3f9cd6e7: Preparing [2022-05-23T18:34:32.698Z] 9ceb6c44c953: Preparing [2022-05-23T18:34:32.698Z] 08697ec86227: Preparing [2022-05-23T18:34:32.698Z] f9f6e2cc0692: Preparing [2022-05-23T18:34:32.698Z] 9a265cd103ca: Preparing [2022-05-23T18:34:32.698Z] 4f4ce317c6bb: Preparing [2022-05-23T18:34:32.698Z] 9a265cd103ca: Waiting [2022-05-23T18:34:32.698Z] 4f4ce317c6bb: Waiting [2022-05-23T18:34:32.698Z] f9f6e2cc0692: Layer already exists [2022-05-23T18:34:32.698Z] 08697ec86227: Layer already exists [2022-05-23T18:34:32.698Z] 526f3f9cd6e7: Layer already exists [2022-05-23T18:34:32.698Z] 16c5a923d10c: Layer already exists [2022-05-23T18:34:32.698Z] 9ceb6c44c953: Layer already exists [2022-05-23T18:34:32.698Z] 9a265cd103ca: Layer already exists [2022-05-23T18:34:32.698Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:34:32.970Z] latest: digest: sha256:16eb806e2a40e64d0c93e919524e0d6abf11cb076e4b72f427a17751cc009fdd size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:33.315Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:33.656Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.7 [2022-05-23T18:34:33.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-05-23T18:34:33.656Z] 16c5a923d10c: Preparing [2022-05-23T18:34:33.656Z] 526f3f9cd6e7: Preparing [2022-05-23T18:34:33.656Z] 9ceb6c44c953: Preparing [2022-05-23T18:34:33.656Z] 08697ec86227: Preparing [2022-05-23T18:34:33.656Z] f9f6e2cc0692: Preparing [2022-05-23T18:34:33.656Z] 9a265cd103ca: Preparing [2022-05-23T18:34:33.656Z] 4f4ce317c6bb: Preparing [2022-05-23T18:34:33.656Z] 9a265cd103ca: Waiting [2022-05-23T18:34:33.656Z] 4f4ce317c6bb: Waiting [2022-05-23T18:34:33.928Z] 526f3f9cd6e7: Layer already exists [2022-05-23T18:34:33.928Z] f9f6e2cc0692: Layer already exists [2022-05-23T18:34:33.928Z] 08697ec86227: Layer already exists [2022-05-23T18:34:33.928Z] 9ceb6c44c953: Layer already exists [2022-05-23T18:34:33.928Z] 16c5a923d10c: Layer already exists [2022-05-23T18:34:33.928Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:34:33.928Z] 9a265cd103ca: Layer already exists [2022-05-23T18:34:33.928Z] 2.2.1-dev.7: digest: sha256:16eb806e2a40e64d0c93e919524e0d6abf11cb076e4b72f427a17751cc009fdd size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:34.272Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:34.612Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:34:34.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-05-23T18:34:34.612Z] 16c5a923d10c: Preparing [2022-05-23T18:34:34.612Z] 526f3f9cd6e7: Preparing [2022-05-23T18:34:34.612Z] 9ceb6c44c953: Preparing [2022-05-23T18:34:34.612Z] 08697ec86227: Preparing [2022-05-23T18:34:34.612Z] f9f6e2cc0692: Preparing [2022-05-23T18:34:34.612Z] 9a265cd103ca: Preparing [2022-05-23T18:34:34.612Z] 4f4ce317c6bb: Preparing [2022-05-23T18:34:34.612Z] 9a265cd103ca: Waiting [2022-05-23T18:34:34.612Z] 4f4ce317c6bb: Waiting [2022-05-23T18:34:34.887Z] 9ceb6c44c953: Layer already exists [2022-05-23T18:34:34.887Z] f9f6e2cc0692: Layer already exists [2022-05-23T18:34:34.887Z] 526f3f9cd6e7: Layer already exists [2022-05-23T18:34:34.887Z] 08697ec86227: Layer already exists [2022-05-23T18:34:34.887Z] 16c5a923d10c: Layer already exists [2022-05-23T18:34:34.887Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:34:34.887Z] 9a265cd103ca: Layer already exists [2022-05-23T18:34:34.887Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:16eb806e2a40e64d0c93e919524e0d6abf11cb076e4b72f427a17751cc009fdd size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:35.236Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:35.581Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2022-05-23T18:34:35.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-05-23T18:34:35.581Z] 16c5a923d10c: Preparing [2022-05-23T18:34:35.581Z] 526f3f9cd6e7: Preparing [2022-05-23T18:34:35.581Z] 9ceb6c44c953: Preparing [2022-05-23T18:34:35.581Z] 08697ec86227: Preparing [2022-05-23T18:34:35.581Z] f9f6e2cc0692: Preparing [2022-05-23T18:34:35.581Z] 9a265cd103ca: Preparing [2022-05-23T18:34:35.581Z] 4f4ce317c6bb: Preparing [2022-05-23T18:34:35.581Z] 9a265cd103ca: Waiting [2022-05-23T18:34:35.581Z] 4f4ce317c6bb: Waiting [2022-05-23T18:34:35.581Z] 08697ec86227: Layer already exists [2022-05-23T18:34:35.581Z] 9ceb6c44c953: Layer already exists [2022-05-23T18:34:35.854Z] 16c5a923d10c: Layer already exists [2022-05-23T18:34:35.854Z] 526f3f9cd6e7: Layer already exists [2022-05-23T18:34:35.854Z] f9f6e2cc0692: Layer already exists [2022-05-23T18:34:35.854Z] 9a265cd103ca: Layer already exists [2022-05-23T18:34:35.854Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:34:35.854Z] main: digest: sha256:16eb806e2a40e64d0c93e919524e0d6abf11cb076e4b72f427a17751cc009fdd size: 1780 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T18:34:35.897Z] ===================================================== [Pipeline] echo [2022-05-23T18:34:35.909Z] taggedImages: [2022-05-23T18:34:35.909Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:34:35.909Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-05-23T18:34:35.909Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.7 [2022-05-23T18:34:35.909Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:34:35.909Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2022-05-23T18:34:35.930Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2022-05-23T18:34:35.930Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:34:35.930Z] latest [2022-05-23T18:34:35.930Z] 2.2.1-dev.7 [2022-05-23T18:34:35.930Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:34:35.930Z] main [2022-05-23T18:34:35.930Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:36.297Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:36.634Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:34:36.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-05-23T18:34:36.634Z] f5cb5883ac89: Preparing [2022-05-23T18:34:36.634Z] 9b4ea6a93900: Preparing [2022-05-23T18:34:36.634Z] 4794b8e856b5: Preparing [2022-05-23T18:34:36.634Z] caca5b902fda: Preparing [2022-05-23T18:34:36.634Z] 58b8f681371c: Preparing [2022-05-23T18:34:36.634Z] 9a265cd103ca: Preparing [2022-05-23T18:34:36.634Z] 4f4ce317c6bb: Preparing [2022-05-23T18:34:36.634Z] 9a265cd103ca: Waiting [2022-05-23T18:34:36.634Z] 4f4ce317c6bb: Waiting [2022-05-23T18:34:36.907Z] 58b8f681371c: Layer already exists [2022-05-23T18:34:36.907Z] 9a265cd103ca: Layer already exists [2022-05-23T18:34:36.907Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:34:36.907Z] f5cb5883ac89: Pushed [2022-05-23T18:34:36.907Z] 9b4ea6a93900: Pushed [2022-05-23T18:34:36.907Z] 4794b8e856b5: Pushed [2022-05-23T18:34:55.189Z] caca5b902fda: Pushed [2022-05-23T18:34:55.189Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:5f0fd8a36dab7a0cc24a7d0c93730bc2c7ee561495e9bcdef60882b24edca0e6 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:55.544Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:55.889Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-05-23T18:34:55.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-05-23T18:34:55.889Z] f5cb5883ac89: Preparing [2022-05-23T18:34:55.889Z] 9b4ea6a93900: Preparing [2022-05-23T18:34:55.889Z] 4794b8e856b5: Preparing [2022-05-23T18:34:55.889Z] caca5b902fda: Preparing [2022-05-23T18:34:55.889Z] 58b8f681371c: Preparing [2022-05-23T18:34:55.889Z] 9a265cd103ca: Preparing [2022-05-23T18:34:55.889Z] 4f4ce317c6bb: Preparing [2022-05-23T18:34:55.889Z] 9a265cd103ca: Waiting [2022-05-23T18:34:55.889Z] 4f4ce317c6bb: Waiting [2022-05-23T18:34:55.889Z] 58b8f681371c: Layer already exists [2022-05-23T18:34:55.889Z] 9b4ea6a93900: Layer already exists [2022-05-23T18:34:55.889Z] f5cb5883ac89: Layer already exists [2022-05-23T18:34:55.889Z] caca5b902fda: Layer already exists [2022-05-23T18:34:55.889Z] 4794b8e856b5: Layer already exists [2022-05-23T18:34:55.889Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:34:55.889Z] 9a265cd103ca: Layer already exists [2022-05-23T18:34:56.161Z] latest: digest: sha256:5f0fd8a36dab7a0cc24a7d0c93730bc2c7ee561495e9bcdef60882b24edca0e6 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:56.510Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:56.853Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.7 [2022-05-23T18:34:56.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-05-23T18:34:56.853Z] f5cb5883ac89: Preparing [2022-05-23T18:34:56.853Z] 9b4ea6a93900: Preparing [2022-05-23T18:34:56.853Z] 4794b8e856b5: Preparing [2022-05-23T18:34:56.853Z] caca5b902fda: Preparing [2022-05-23T18:34:56.854Z] 58b8f681371c: Preparing [2022-05-23T18:34:56.854Z] 9a265cd103ca: Preparing [2022-05-23T18:34:56.854Z] 4f4ce317c6bb: Preparing [2022-05-23T18:34:56.854Z] 9a265cd103ca: Waiting [2022-05-23T18:34:56.854Z] 4f4ce317c6bb: Waiting [2022-05-23T18:34:56.854Z] 4794b8e856b5: Layer already exists [2022-05-23T18:34:56.854Z] 9b4ea6a93900: Layer already exists [2022-05-23T18:34:56.854Z] f5cb5883ac89: Layer already exists [2022-05-23T18:34:56.854Z] caca5b902fda: Layer already exists [2022-05-23T18:34:56.854Z] 58b8f681371c: Layer already exists [2022-05-23T18:34:56.854Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:34:56.854Z] 9a265cd103ca: Layer already exists [2022-05-23T18:34:57.125Z] 2.2.1-dev.7: digest: sha256:5f0fd8a36dab7a0cc24a7d0c93730bc2c7ee561495e9bcdef60882b24edca0e6 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:57.482Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:57.824Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:34:57.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-05-23T18:34:57.824Z] f5cb5883ac89: Preparing [2022-05-23T18:34:57.824Z] 9b4ea6a93900: Preparing [2022-05-23T18:34:57.824Z] 4794b8e856b5: Preparing [2022-05-23T18:34:57.824Z] caca5b902fda: Preparing [2022-05-23T18:34:57.824Z] 58b8f681371c: Preparing [2022-05-23T18:34:57.824Z] 9a265cd103ca: Preparing [2022-05-23T18:34:57.824Z] 4f4ce317c6bb: Preparing [2022-05-23T18:34:57.824Z] 9a265cd103ca: Waiting [2022-05-23T18:34:57.824Z] 4f4ce317c6bb: Waiting [2022-05-23T18:34:57.824Z] 9b4ea6a93900: Layer already exists [2022-05-23T18:34:57.824Z] 58b8f681371c: Layer already exists [2022-05-23T18:34:57.824Z] 4794b8e856b5: Layer already exists [2022-05-23T18:34:57.824Z] f5cb5883ac89: Layer already exists [2022-05-23T18:34:57.824Z] caca5b902fda: Layer already exists [2022-05-23T18:34:58.096Z] 9a265cd103ca: Layer already exists [2022-05-23T18:34:58.096Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:34:58.096Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:5f0fd8a36dab7a0cc24a7d0c93730bc2c7ee561495e9bcdef60882b24edca0e6 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:58.447Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:58.796Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2022-05-23T18:34:58.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-05-23T18:34:58.796Z] f5cb5883ac89: Preparing [2022-05-23T18:34:58.796Z] 9b4ea6a93900: Preparing [2022-05-23T18:34:58.796Z] 4794b8e856b5: Preparing [2022-05-23T18:34:58.796Z] caca5b902fda: Preparing [2022-05-23T18:34:58.796Z] 58b8f681371c: Preparing [2022-05-23T18:34:58.796Z] 9a265cd103ca: Preparing [2022-05-23T18:34:58.796Z] 4f4ce317c6bb: Preparing [2022-05-23T18:34:58.796Z] 9a265cd103ca: Waiting [2022-05-23T18:34:58.796Z] 4f4ce317c6bb: Waiting [2022-05-23T18:34:58.796Z] f5cb5883ac89: Layer already exists [2022-05-23T18:34:58.796Z] 58b8f681371c: Layer already exists [2022-05-23T18:34:58.796Z] 4794b8e856b5: Layer already exists [2022-05-23T18:34:58.796Z] 9b4ea6a93900: Layer already exists [2022-05-23T18:34:58.796Z] caca5b902fda: Layer already exists [2022-05-23T18:34:58.796Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:34:58.796Z] 9a265cd103ca: Layer already exists [2022-05-23T18:34:59.067Z] main: digest: sha256:5f0fd8a36dab7a0cc24a7d0c93730bc2c7ee561495e9bcdef60882b24edca0e6 size: 1780 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T18:34:59.120Z] ===================================================== [Pipeline] echo [2022-05-23T18:34:59.131Z] taggedImages: [2022-05-23T18:34:59.131Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:34:59.131Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-05-23T18:34:59.131Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.7 [2022-05-23T18:34:59.131Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:34:59.131Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2022-05-23T18:34:59.154Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2022-05-23T18:34:59.154Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:34:59.154Z] latest [2022-05-23T18:34:59.154Z] 2.2.1-dev.7 [2022-05-23T18:34:59.154Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:34:59.154Z] main [2022-05-23T18:34:59.154Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:59.514Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:34:59.863Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:34:59.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-05-23T18:34:59.863Z] 5f5365478391: Preparing [2022-05-23T18:34:59.863Z] 2dd6d5351363: Preparing [2022-05-23T18:34:59.863Z] 6a66050a2170: Preparing [2022-05-23T18:34:59.863Z] cee0bad4ded0: Preparing [2022-05-23T18:34:59.863Z] f73e7dbfee58: Preparing [2022-05-23T18:35:00.135Z] f73e7dbfee58: Layer already exists [2022-05-23T18:35:00.135Z] 6a66050a2170: Layer already exists [2022-05-23T18:35:00.135Z] 5f5365478391: Pushed [2022-05-23T18:35:00.408Z] cee0bad4ded0: Pushed [2022-05-23T18:35:05.802Z] 2dd6d5351363: Pushed [2022-05-23T18:35:05.802Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:25b1104d5942d3f50c2cbe3ff9639e10c3ef4b5e2b8d27fcdc247137691d0ee8 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:06.152Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:06.497Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-05-23T18:35:06.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-05-23T18:35:06.498Z] 5f5365478391: Preparing [2022-05-23T18:35:06.498Z] 2dd6d5351363: Preparing [2022-05-23T18:35:06.498Z] 6a66050a2170: Preparing [2022-05-23T18:35:06.498Z] cee0bad4ded0: Preparing [2022-05-23T18:35:06.498Z] f73e7dbfee58: Preparing [2022-05-23T18:35:06.498Z] f73e7dbfee58: Layer already exists [2022-05-23T18:35:06.498Z] 5f5365478391: Layer already exists [2022-05-23T18:35:06.498Z] 6a66050a2170: Layer already exists [2022-05-23T18:35:06.774Z] 2dd6d5351363: Layer already exists [2022-05-23T18:35:06.774Z] cee0bad4ded0: Layer already exists [2022-05-23T18:35:06.774Z] latest: digest: sha256:25b1104d5942d3f50c2cbe3ff9639e10c3ef4b5e2b8d27fcdc247137691d0ee8 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:07.120Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:07.460Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.7 [2022-05-23T18:35:07.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-05-23T18:35:07.460Z] 5f5365478391: Preparing [2022-05-23T18:35:07.460Z] 2dd6d5351363: Preparing [2022-05-23T18:35:07.460Z] 6a66050a2170: Preparing [2022-05-23T18:35:07.460Z] cee0bad4ded0: Preparing [2022-05-23T18:35:07.460Z] f73e7dbfee58: Preparing [2022-05-23T18:35:07.460Z] f73e7dbfee58: Layer already exists [2022-05-23T18:35:07.460Z] 5f5365478391: Layer already exists [2022-05-23T18:35:07.460Z] cee0bad4ded0: Layer already exists [2022-05-23T18:35:07.460Z] 6a66050a2170: Layer already exists [2022-05-23T18:35:07.460Z] 2dd6d5351363: Layer already exists [2022-05-23T18:35:07.859Z] 2.2.1-dev.7: digest: sha256:25b1104d5942d3f50c2cbe3ff9639e10c3ef4b5e2b8d27fcdc247137691d0ee8 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:08.205Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:08.793Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:35:08.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-05-23T18:35:08.793Z] 5f5365478391: Preparing [2022-05-23T18:35:08.793Z] 2dd6d5351363: Preparing [2022-05-23T18:35:08.793Z] 6a66050a2170: Preparing [2022-05-23T18:35:08.793Z] cee0bad4ded0: Preparing [2022-05-23T18:35:08.793Z] f73e7dbfee58: Preparing [2022-05-23T18:35:08.793Z] 5f5365478391: Layer already exists [2022-05-23T18:35:08.793Z] f73e7dbfee58: Layer already exists [2022-05-23T18:35:08.793Z] cee0bad4ded0: Layer already exists [2022-05-23T18:35:08.793Z] 2dd6d5351363: Layer already exists [2022-05-23T18:35:08.793Z] 6a66050a2170: Layer already exists [2022-05-23T18:35:09.069Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:25b1104d5942d3f50c2cbe3ff9639e10c3ef4b5e2b8d27fcdc247137691d0ee8 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:09.441Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:09.792Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2022-05-23T18:35:09.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-05-23T18:35:09.792Z] 5f5365478391: Preparing [2022-05-23T18:35:09.792Z] 2dd6d5351363: Preparing [2022-05-23T18:35:09.792Z] 6a66050a2170: Preparing [2022-05-23T18:35:09.792Z] cee0bad4ded0: Preparing [2022-05-23T18:35:09.792Z] f73e7dbfee58: Preparing [2022-05-23T18:35:09.792Z] cee0bad4ded0: Layer already exists [2022-05-23T18:35:09.792Z] f73e7dbfee58: Layer already exists [2022-05-23T18:35:10.069Z] 6a66050a2170: Layer already exists [2022-05-23T18:35:10.069Z] 5f5365478391: Layer already exists [2022-05-23T18:35:10.069Z] 2dd6d5351363: Layer already exists [2022-05-23T18:35:10.069Z] main: digest: sha256:25b1104d5942d3f50c2cbe3ff9639e10c3ef4b5e2b8d27fcdc247137691d0ee8 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T18:35:10.114Z] ===================================================== [Pipeline] echo [2022-05-23T18:35:10.122Z] taggedImages: [2022-05-23T18:35:10.122Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:35:10.122Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-05-23T18:35:10.122Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.7 [2022-05-23T18:35:10.122Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:35:10.122Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2022-05-23T18:35:10.144Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2022-05-23T18:35:10.144Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:35:10.144Z] latest [2022-05-23T18:35:10.144Z] 2.2.1-dev.7 [2022-05-23T18:35:10.144Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:35:10.144Z] main [2022-05-23T18:35:10.144Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:10.490Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:10.829Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:35:10.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-05-23T18:35:10.829Z] b34062c3cbe3: Preparing [2022-05-23T18:35:10.829Z] 32cd39acaf35: Preparing [2022-05-23T18:35:10.829Z] 6a66050a2170: Preparing [2022-05-23T18:35:10.830Z] dcd3521a51f6: Preparing [2022-05-23T18:35:10.830Z] f73e7dbfee58: Preparing [2022-05-23T18:35:10.830Z] dcd3521a51f6: Layer already exists [2022-05-23T18:35:11.102Z] 6a66050a2170: Layer already exists [2022-05-23T18:35:11.102Z] f73e7dbfee58: Layer already exists [2022-05-23T18:35:11.102Z] b34062c3cbe3: Pushed [2022-05-23T18:35:16.484Z] 32cd39acaf35: Pushed [2022-05-23T18:35:16.484Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:78b94ad62e89a883a3164d17a741333ab8558bc42c03aa94306f9457a44cc7c1 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:16.831Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:17.170Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-05-23T18:35:17.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-05-23T18:35:17.170Z] b34062c3cbe3: Preparing [2022-05-23T18:35:17.170Z] 32cd39acaf35: Preparing [2022-05-23T18:35:17.170Z] 6a66050a2170: Preparing [2022-05-23T18:35:17.170Z] dcd3521a51f6: Preparing [2022-05-23T18:35:17.170Z] f73e7dbfee58: Preparing [2022-05-23T18:35:17.170Z] dcd3521a51f6: Layer already exists [2022-05-23T18:35:17.170Z] 32cd39acaf35: Layer already exists [2022-05-23T18:35:17.170Z] 6a66050a2170: Layer already exists [2022-05-23T18:35:17.170Z] f73e7dbfee58: Layer already exists [2022-05-23T18:35:17.170Z] b34062c3cbe3: Layer already exists [2022-05-23T18:35:17.442Z] latest: digest: sha256:78b94ad62e89a883a3164d17a741333ab8558bc42c03aa94306f9457a44cc7c1 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:17.790Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:18.126Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.7 [2022-05-23T18:35:18.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-05-23T18:35:18.127Z] b34062c3cbe3: Preparing [2022-05-23T18:35:18.127Z] 32cd39acaf35: Preparing [2022-05-23T18:35:18.127Z] 6a66050a2170: Preparing [2022-05-23T18:35:18.127Z] dcd3521a51f6: Preparing [2022-05-23T18:35:18.127Z] f73e7dbfee58: Preparing [2022-05-23T18:35:18.127Z] dcd3521a51f6: Layer already exists [2022-05-23T18:35:18.127Z] 6a66050a2170: Layer already exists [2022-05-23T18:35:18.127Z] 32cd39acaf35: Layer already exists [2022-05-23T18:35:18.127Z] b34062c3cbe3: Layer already exists [2022-05-23T18:35:18.127Z] f73e7dbfee58: Layer already exists [2022-05-23T18:35:18.397Z] 2.2.1-dev.7: digest: sha256:78b94ad62e89a883a3164d17a741333ab8558bc42c03aa94306f9457a44cc7c1 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:18.733Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:19.074Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:35:19.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-05-23T18:35:19.074Z] b34062c3cbe3: Preparing [2022-05-23T18:35:19.074Z] 32cd39acaf35: Preparing [2022-05-23T18:35:19.074Z] 6a66050a2170: Preparing [2022-05-23T18:35:19.074Z] dcd3521a51f6: Preparing [2022-05-23T18:35:19.074Z] f73e7dbfee58: Preparing [2022-05-23T18:35:19.074Z] b34062c3cbe3: Layer already exists [2022-05-23T18:35:19.074Z] dcd3521a51f6: Layer already exists [2022-05-23T18:35:19.074Z] 6a66050a2170: Layer already exists [2022-05-23T18:35:19.074Z] f73e7dbfee58: Layer already exists [2022-05-23T18:35:19.074Z] 32cd39acaf35: Layer already exists [2022-05-23T18:35:19.346Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:78b94ad62e89a883a3164d17a741333ab8558bc42c03aa94306f9457a44cc7c1 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:19.696Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:20.035Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2022-05-23T18:35:20.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-05-23T18:35:20.035Z] b34062c3cbe3: Preparing [2022-05-23T18:35:20.035Z] 32cd39acaf35: Preparing [2022-05-23T18:35:20.036Z] 6a66050a2170: Preparing [2022-05-23T18:35:20.036Z] dcd3521a51f6: Preparing [2022-05-23T18:35:20.036Z] f73e7dbfee58: Preparing [2022-05-23T18:35:20.036Z] 6a66050a2170: Layer already exists [2022-05-23T18:35:20.307Z] dcd3521a51f6: Layer already exists [2022-05-23T18:35:20.307Z] b34062c3cbe3: Layer already exists [2022-05-23T18:35:20.307Z] 32cd39acaf35: Layer already exists [2022-05-23T18:35:20.307Z] f73e7dbfee58: Layer already exists [2022-05-23T18:35:20.307Z] main: digest: sha256:78b94ad62e89a883a3164d17a741333ab8558bc42c03aa94306f9457a44cc7c1 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T18:35:20.365Z] ===================================================== [Pipeline] echo [2022-05-23T18:35:20.377Z] taggedImages: [2022-05-23T18:35:20.377Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:35:20.377Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-05-23T18:35:20.377Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.7 [2022-05-23T18:35:20.377Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:35:20.377Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2022-05-23T18:35:20.396Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2022-05-23T18:35:20.396Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:35:20.396Z] latest [2022-05-23T18:35:20.396Z] 2.2.1-dev.7 [2022-05-23T18:35:20.396Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:35:20.396Z] main [2022-05-23T18:35:20.396Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:20.739Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:21.080Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:35:21.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-05-23T18:35:21.080Z] e5e7b91117de: Preparing [2022-05-23T18:35:21.080Z] b0dda38a7a61: Preparing [2022-05-23T18:35:21.080Z] 7988e1f01192: Preparing [2022-05-23T18:35:21.080Z] 6d112530f4f4: Preparing [2022-05-23T18:35:21.080Z] f0e5a4d6c014: Preparing [2022-05-23T18:35:21.080Z] 3b19d27f08f7: Preparing [2022-05-23T18:35:21.080Z] 73bb99a6e169: Preparing [2022-05-23T18:35:21.080Z] ec06c3102977: Preparing [2022-05-23T18:35:21.080Z] 6a3c62e080c7: Preparing [2022-05-23T18:35:21.080Z] 340cb19ca677: Preparing [2022-05-23T18:35:21.080Z] 4f4ce317c6bb: Preparing [2022-05-23T18:35:21.080Z] 3b19d27f08f7: Waiting [2022-05-23T18:35:21.080Z] 73bb99a6e169: Waiting [2022-05-23T18:35:21.080Z] ec06c3102977: Waiting [2022-05-23T18:35:21.080Z] 340cb19ca677: Waiting [2022-05-23T18:35:21.080Z] 6a3c62e080c7: Waiting [2022-05-23T18:35:21.080Z] 4f4ce317c6bb: Waiting [2022-05-23T18:35:21.354Z] f0e5a4d6c014: Layer already exists [2022-05-23T18:35:21.354Z] 3b19d27f08f7: Layer already exists [2022-05-23T18:35:21.354Z] 73bb99a6e169: Layer already exists [2022-05-23T18:35:21.354Z] ec06c3102977: Layer already exists [2022-05-23T18:35:21.354Z] b0dda38a7a61: Pushed [2022-05-23T18:35:21.354Z] 6a3c62e080c7: Layer already exists [2022-05-23T18:35:21.354Z] 340cb19ca677: Layer already exists [2022-05-23T18:35:21.628Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:35:22.224Z] e5e7b91117de: Pushed [2022-05-23T18:35:24.198Z] 7988e1f01192: Pushed [2022-05-23T18:35:42.477Z] 6d112530f4f4: Pushed [2022-05-23T18:35:42.477Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e: digest: sha256:7eba743499b388fc75e6ab95e77c5dac10c586aa3b1e28b8feaacdf25307b47f size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:42.832Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:43.168Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-05-23T18:35:43.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-05-23T18:35:43.168Z] e5e7b91117de: Preparing [2022-05-23T18:35:43.168Z] b0dda38a7a61: Preparing [2022-05-23T18:35:43.168Z] 7988e1f01192: Preparing [2022-05-23T18:35:43.168Z] 6d112530f4f4: Preparing [2022-05-23T18:35:43.168Z] f0e5a4d6c014: Preparing [2022-05-23T18:35:43.168Z] 3b19d27f08f7: Preparing [2022-05-23T18:35:43.168Z] 73bb99a6e169: Preparing [2022-05-23T18:35:43.168Z] ec06c3102977: Preparing [2022-05-23T18:35:43.168Z] 6a3c62e080c7: Preparing [2022-05-23T18:35:43.168Z] 340cb19ca677: Preparing [2022-05-23T18:35:43.168Z] 4f4ce317c6bb: Preparing [2022-05-23T18:35:43.168Z] 3b19d27f08f7: Waiting [2022-05-23T18:35:43.168Z] 73bb99a6e169: Waiting [2022-05-23T18:35:43.168Z] ec06c3102977: Waiting [2022-05-23T18:35:43.168Z] 6a3c62e080c7: Waiting [2022-05-23T18:35:43.168Z] 340cb19ca677: Waiting [2022-05-23T18:35:43.168Z] 4f4ce317c6bb: Waiting [2022-05-23T18:35:43.440Z] f0e5a4d6c014: Layer already exists [2022-05-23T18:35:43.440Z] 7988e1f01192: Layer already exists [2022-05-23T18:35:43.440Z] e5e7b91117de: Layer already exists [2022-05-23T18:35:43.440Z] b0dda38a7a61: Layer already exists [2022-05-23T18:35:43.440Z] 6d112530f4f4: Layer already exists [2022-05-23T18:35:43.440Z] 73bb99a6e169: Layer already exists [2022-05-23T18:35:43.440Z] 340cb19ca677: Layer already exists [2022-05-23T18:35:43.440Z] 6a3c62e080c7: Layer already exists [2022-05-23T18:35:43.440Z] ec06c3102977: Layer already exists [2022-05-23T18:35:43.440Z] 3b19d27f08f7: Layer already exists [2022-05-23T18:35:43.440Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:35:43.440Z] latest: digest: sha256:7eba743499b388fc75e6ab95e77c5dac10c586aa3b1e28b8feaacdf25307b47f size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:43.782Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:44.125Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.7 [2022-05-23T18:35:44.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-05-23T18:35:44.125Z] e5e7b91117de: Preparing [2022-05-23T18:35:44.125Z] b0dda38a7a61: Preparing [2022-05-23T18:35:44.125Z] 7988e1f01192: Preparing [2022-05-23T18:35:44.125Z] 6d112530f4f4: Preparing [2022-05-23T18:35:44.125Z] f0e5a4d6c014: Preparing [2022-05-23T18:35:44.125Z] 3b19d27f08f7: Preparing [2022-05-23T18:35:44.125Z] 73bb99a6e169: Preparing [2022-05-23T18:35:44.125Z] ec06c3102977: Preparing [2022-05-23T18:35:44.125Z] 6a3c62e080c7: Preparing [2022-05-23T18:35:44.125Z] 340cb19ca677: Preparing [2022-05-23T18:35:44.125Z] 4f4ce317c6bb: Preparing [2022-05-23T18:35:44.125Z] ec06c3102977: Waiting [2022-05-23T18:35:44.125Z] 6a3c62e080c7: Waiting [2022-05-23T18:35:44.125Z] 340cb19ca677: Waiting [2022-05-23T18:35:44.125Z] 4f4ce317c6bb: Waiting [2022-05-23T18:35:44.125Z] 73bb99a6e169: Waiting [2022-05-23T18:35:44.125Z] 3b19d27f08f7: Waiting [2022-05-23T18:35:44.125Z] e5e7b91117de: Layer already exists [2022-05-23T18:35:44.125Z] 6d112530f4f4: Layer already exists [2022-05-23T18:35:44.125Z] 7988e1f01192: Layer already exists [2022-05-23T18:35:44.125Z] f0e5a4d6c014: Layer already exists [2022-05-23T18:35:44.125Z] b0dda38a7a61: Layer already exists [2022-05-23T18:35:44.398Z] 73bb99a6e169: Layer already exists [2022-05-23T18:35:44.398Z] 3b19d27f08f7: Layer already exists [2022-05-23T18:35:44.398Z] ec06c3102977: Layer already exists [2022-05-23T18:35:44.398Z] 6a3c62e080c7: Layer already exists [2022-05-23T18:35:44.398Z] 340cb19ca677: Layer already exists [2022-05-23T18:35:44.398Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:35:44.398Z] 2.2.1-dev.7: digest: sha256:7eba743499b388fc75e6ab95e77c5dac10c586aa3b1e28b8feaacdf25307b47f size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:44.738Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:45.071Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:35:45.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-05-23T18:35:45.072Z] e5e7b91117de: Preparing [2022-05-23T18:35:45.072Z] b0dda38a7a61: Preparing [2022-05-23T18:35:45.072Z] 7988e1f01192: Preparing [2022-05-23T18:35:45.072Z] 6d112530f4f4: Preparing [2022-05-23T18:35:45.072Z] f0e5a4d6c014: Preparing [2022-05-23T18:35:45.072Z] 3b19d27f08f7: Preparing [2022-05-23T18:35:45.072Z] 73bb99a6e169: Preparing [2022-05-23T18:35:45.072Z] ec06c3102977: Preparing [2022-05-23T18:35:45.072Z] 6a3c62e080c7: Preparing [2022-05-23T18:35:45.072Z] 340cb19ca677: Preparing [2022-05-23T18:35:45.072Z] 4f4ce317c6bb: Preparing [2022-05-23T18:35:45.072Z] 6a3c62e080c7: Waiting [2022-05-23T18:35:45.072Z] 340cb19ca677: Waiting [2022-05-23T18:35:45.072Z] 4f4ce317c6bb: Waiting [2022-05-23T18:35:45.072Z] ec06c3102977: Waiting [2022-05-23T18:35:45.072Z] 3b19d27f08f7: Waiting [2022-05-23T18:35:45.344Z] f0e5a4d6c014: Layer already exists [2022-05-23T18:35:45.344Z] e5e7b91117de: Layer already exists [2022-05-23T18:35:45.344Z] b0dda38a7a61: Layer already exists [2022-05-23T18:35:45.344Z] 6d112530f4f4: Layer already exists [2022-05-23T18:35:45.344Z] 7988e1f01192: Layer already exists [2022-05-23T18:35:45.344Z] 340cb19ca677: Layer already exists [2022-05-23T18:35:45.344Z] 3b19d27f08f7: Layer already exists [2022-05-23T18:35:45.344Z] 6a3c62e080c7: Layer already exists [2022-05-23T18:35:45.344Z] 73bb99a6e169: Layer already exists [2022-05-23T18:35:45.344Z] ec06c3102977: Layer already exists [2022-05-23T18:35:45.344Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:35:45.344Z] 5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7: digest: sha256:7eba743499b388fc75e6ab95e77c5dac10c586aa3b1e28b8feaacdf25307b47f size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:45.686Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:46.019Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2022-05-23T18:35:46.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-05-23T18:35:46.019Z] e5e7b91117de: Preparing [2022-05-23T18:35:46.019Z] b0dda38a7a61: Preparing [2022-05-23T18:35:46.019Z] 7988e1f01192: Preparing [2022-05-23T18:35:46.019Z] 6d112530f4f4: Preparing [2022-05-23T18:35:46.019Z] f0e5a4d6c014: Preparing [2022-05-23T18:35:46.019Z] 3b19d27f08f7: Preparing [2022-05-23T18:35:46.019Z] 73bb99a6e169: Preparing [2022-05-23T18:35:46.019Z] ec06c3102977: Preparing [2022-05-23T18:35:46.019Z] 6a3c62e080c7: Preparing [2022-05-23T18:35:46.019Z] 340cb19ca677: Preparing [2022-05-23T18:35:46.019Z] 4f4ce317c6bb: Preparing [2022-05-23T18:35:46.019Z] ec06c3102977: Waiting [2022-05-23T18:35:46.019Z] 6a3c62e080c7: Waiting [2022-05-23T18:35:46.019Z] 340cb19ca677: Waiting [2022-05-23T18:35:46.019Z] 4f4ce317c6bb: Waiting [2022-05-23T18:35:46.019Z] 3b19d27f08f7: Waiting [2022-05-23T18:35:46.019Z] 73bb99a6e169: Waiting [2022-05-23T18:35:46.292Z] b0dda38a7a61: Layer already exists [2022-05-23T18:35:46.292Z] e5e7b91117de: Layer already exists [2022-05-23T18:35:46.292Z] 6d112530f4f4: Layer already exists [2022-05-23T18:35:46.292Z] f0e5a4d6c014: Layer already exists [2022-05-23T18:35:46.292Z] 7988e1f01192: Layer already exists [2022-05-23T18:35:46.292Z] 73bb99a6e169: Layer already exists [2022-05-23T18:35:46.292Z] ec06c3102977: Layer already exists [2022-05-23T18:35:46.292Z] 3b19d27f08f7: Layer already exists [2022-05-23T18:35:46.292Z] 6a3c62e080c7: Layer already exists [2022-05-23T18:35:46.292Z] 340cb19ca677: Layer already exists [2022-05-23T18:35:46.292Z] 4f4ce317c6bb: Layer already exists [2022-05-23T18:35:46.292Z] main: digest: sha256:7eba743499b388fc75e6ab95e77c5dac10c586aa3b1e28b8feaacdf25307b47f size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T18:35:46.336Z] ===================================================== [Pipeline] echo [2022-05-23T18:35:46.345Z] taggedImages: [2022-05-23T18:35:46.346Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e [2022-05-23T18:35:46.346Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-05-23T18:35:46.346Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.7 [2022-05-23T18:35:46.346Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5484098a0f912d7f3c91a680bed520c6fa3a393e-2.2.1-dev.7 [2022-05-23T18:35:46.346Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:46.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-23T18:35:46.714Z] [2022-05-23T18:35:46.714Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:35:47.053Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-23T18:35:47.329Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-23T18:35:47.329Z] 8998bd30e6a1: Pulling fs layer [2022-05-23T18:35:47.329Z] 04944245beec: Pulling fs layer [2022-05-23T18:35:47.329Z] 699f458cf7ca: Pulling fs layer [2022-05-23T18:35:47.329Z] 765212b225bb: Pulling fs layer [2022-05-23T18:35:47.329Z] f23df028b6ca: Pulling fs layer [2022-05-23T18:35:47.329Z] d65c8cfc05b1: Pulling fs layer [2022-05-23T18:35:47.329Z] 2437ff75d9bd: Pulling fs layer [2022-05-23T18:35:47.329Z] 765212b225bb: Waiting [2022-05-23T18:35:47.329Z] f23df028b6ca: Waiting [2022-05-23T18:35:47.329Z] d65c8cfc05b1: Waiting [2022-05-23T18:35:47.329Z] 2437ff75d9bd: Waiting [2022-05-23T18:35:47.329Z] 04944245beec: Verifying Checksum [2022-05-23T18:35:47.329Z] 04944245beec: Download complete [2022-05-23T18:35:47.329Z] 765212b225bb: Verifying Checksum [2022-05-23T18:35:47.329Z] 765212b225bb: Download complete [2022-05-23T18:35:47.329Z] f23df028b6ca: Verifying Checksum [2022-05-23T18:35:47.329Z] f23df028b6ca: Download complete [2022-05-23T18:35:47.601Z] d65c8cfc05b1: Verifying Checksum [2022-05-23T18:35:47.601Z] d65c8cfc05b1: Download complete [2022-05-23T18:35:47.601Z] 699f458cf7ca: Verifying Checksum [2022-05-23T18:35:47.601Z] 699f458cf7ca: Download complete [2022-05-23T18:35:47.874Z] 8998bd30e6a1: Download complete [2022-05-23T18:35:50.495Z] 2437ff75d9bd: Verifying Checksum [2022-05-23T18:35:50.495Z] 2437ff75d9bd: Download complete [2022-05-23T18:35:52.478Z] 8998bd30e6a1: Pull complete [2022-05-23T18:35:53.075Z] 04944245beec: Pull complete [2022-05-23T18:35:54.512Z] 699f458cf7ca: Pull complete [2022-05-23T18:35:54.786Z] 765212b225bb: Pull complete [2022-05-23T18:35:55.768Z] f23df028b6ca: Pull complete [2022-05-23T18:35:55.768Z] d65c8cfc05b1: Pull complete [2022-05-23T18:36:10.837Z] 2437ff75d9bd: Pull complete [2022-05-23T18:36:10.837Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-23T18:36:10.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-23T18:36:10.837Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-23T18:36:11.090Z] prd-ubuntu20.04-docker-arm64-4c-16g-64401 does not seem to be running inside a container [2022-05-23T18:36:11.175Z] $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 [2022-05-23T18:36:14.223Z] $ docker top 0d3be41c23bbdc8eda8cbae97315bf216e5e0c83c1fab7df1c63b8e47fb7866d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T18:36:15.291Z] ---> job-cost.sh [2022-05-23T18:36:15.291Z] lf-activate-venv: SKIPPING [2022-05-23T18:36:15.291Z] INFO: No Stack... [2022-05-23T18:36:16.268Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-23T18:36:17.245Z] INFO: Archiving Costs [Pipeline] sh [2022-05-23T18:36:17.906Z] + cat /w/workspace/edgex-go/235/archives/cost.csv [2022-05-23T18:36:17.906Z] + cut -d, -f6 [Pipeline] lock [2022-05-23T18:36:17.940Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-235-stack-cost] [2022-05-23T18:36:17.949Z] Resource [jenkins-edgexfoundry-edgex-go-main-235-stack-cost] did not exist. Created. [2022-05-23T18:36:17.949Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-235-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-23T18:36:18.607Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-23T18:36:19.309Z] Stashed 1 file(s) [Pipeline] } [2022-05-23T18:36:19.318Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-235-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-23T18:36:19.341Z] $ docker stop --time=1 0d3be41c23bbdc8eda8cbae97315bf216e5e0c83c1fab7df1c63b8e47fb7866d [2022-05-23T18:36:20.904Z] $ docker rm -f 0d3be41c23bbdc8eda8cbae97315bf216e5e0c83c1fab7df1c63b8e47fb7866d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-05-23T18:36:21.526Z] provisioning config files... [2022-05-23T18:36:21.534Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/235@tmp/config3506814993652082336tmp [Pipeline] { [Pipeline] sh [2022-05-23T18:36:21.827Z] + set +x [2022-05-23T18:36:21.827Z] + curl -s https://codecov.io/bash [2022-05-23T18:36:21.827Z] + bash -s -- [2022-05-23T18:36:21.827Z] [2022-05-23T18:36:21.827Z] _____ _ [2022-05-23T18:36:21.827Z] / ____| | | [2022-05-23T18:36:21.827Z] | | ___ __| | ___ ___ _____ __ [2022-05-23T18:36:21.827Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-23T18:36:21.827Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-23T18:36:21.827Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-23T18:36:21.827Z] Bash-1.0.6 [2022-05-23T18:36:21.827Z] [2022-05-23T18:36:21.827Z] [2022-05-23T18:36:21.827Z] ==> git version 2.25.1 found [2022-05-23T18:36:21.827Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-05-23T18:36:21.827Z] Release-Date: 2020-01-08 [2022-05-23T18:36:21.827Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-05-23T18:36:21.827Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-23T18:36:21.827Z] ==> Jenkins CI detected. [2022-05-23T18:36:21.827Z] current dir:  /w/workspace/edgex-go/235 [2022-05-23T18:36:21.827Z] project root: . [2022-05-23T18:36:21.827Z] --> token set from env [2022-05-23T18:36:21.827Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-23T18:36:21.827Z] ==> Running gcov in . (disable via -X gcov) [2022-05-23T18:36:21.827Z] ==> Python coveragepy not found [2022-05-23T18:36:21.827Z] ==> Searching for coverage reports in: [2022-05-23T18:36:21.827Z] + . [2022-05-23T18:36:21.827Z] -> Found 1 reports [2022-05-23T18:36:21.827Z] ==> Detecting git/mercurial file structure [2022-05-23T18:36:21.827Z] ==> Reading reports [2022-05-23T18:36:22.087Z] + ./coverage.out bytes=435134 [2022-05-23T18:36:22.087Z] ==> Appending adjustments [2022-05-23T18:36:22.087Z] https://docs.codecov.io/docs/fixing-reports [2022-05-23T18:36:23.028Z] + Found adjustments [2022-05-23T18:36:23.028Z] ==> Gzipping contents [2022-05-23T18:36:23.028Z] 60K /tmp/codecov.64vJ5y.gz [2022-05-23T18:36:23.028Z] ==> Uploading reports [2022-05-23T18:36:23.028Z] url: https://codecov.io [2022-05-23T18:36:23.028Z] query: branch=main&commit=5484098a0f912d7f3c91a680bed520c6fa3a393e&build=235&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F235%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-05-23T18:36:23.287Z] -> Pinging Codecov [2022-05-23T18:36:23.287Z] 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=5484098a0f912d7f3c91a680bed520c6fa3a393e&build=235&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F235%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-05-23T18:36:23.548Z] -> Uploading to [2022-05-23T18:36:23.548Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-23/00271124DB129430A58F1EEE437C3FCB/5484098a0f912d7f3c91a680bed520c6fa3a393e/73a46629-b659-4461-81cb-30259fa3995a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220523%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220523T183623Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b65dba5922df8f157d6c57f30dd2d1ed3c50f441fac6a884664c6f68c1cf78f5 [2022-05-23T18:36:23.548Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T18:36:23.548Z] Dload Upload Total Spent Left Speed [2022-05-23T18:36:23.808Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59852 0 0 100 59852 0 243k --:--:-- --:--:-- --:--:-- 243k [2022-05-23T18:36:23.808Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5484098a0f912d7f3c91a680bed520c6fa3a393e [Pipeline] } [2022-05-23T18:36:23.815Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2022-05-23T18:36:24.115Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-05-23T18:36:24.128Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:36:24.420Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-23T18:36:24.421Z] [2022-05-23T18:36:24.421Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:36:24.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-23T18:36:24.723Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-05-23T18:36:24.723Z] 188c0c94c7c5: Pulling fs layer [2022-05-23T18:36:24.723Z] 0ef7d3d256c8: Pulling fs layer [2022-05-23T18:36:24.723Z] de9db76c5a1d: Pulling fs layer [2022-05-23T18:36:24.723Z] 0eba1c9be4d2: Pulling fs layer [2022-05-23T18:36:24.723Z] 0d57e429df01: Pulling fs layer [2022-05-23T18:36:24.723Z] 4e4be7b47b0d: Pulling fs layer [2022-05-23T18:36:24.723Z] e1f770b5df2f: Pulling fs layer [2022-05-23T18:36:24.723Z] 85a0685a4137: Pulling fs layer [2022-05-23T18:36:24.723Z] 0eba1c9be4d2: Waiting [2022-05-23T18:36:24.723Z] 4e4be7b47b0d: Waiting [2022-05-23T18:36:24.723Z] 0d57e429df01: Waiting [2022-05-23T18:36:24.723Z] e1f770b5df2f: Waiting [2022-05-23T18:36:24.723Z] 85a0685a4137: Waiting [2022-05-23T18:36:24.723Z] de9db76c5a1d: Verifying Checksum [2022-05-23T18:36:24.723Z] de9db76c5a1d: Download complete [2022-05-23T18:36:24.723Z] 0ef7d3d256c8: Verifying Checksum [2022-05-23T18:36:24.723Z] 0ef7d3d256c8: Download complete [2022-05-23T18:36:24.723Z] 0d57e429df01: Verifying Checksum [2022-05-23T18:36:24.723Z] 0d57e429df01: Download complete [2022-05-23T18:36:24.723Z] 4e4be7b47b0d: Verifying Checksum [2022-05-23T18:36:24.723Z] 4e4be7b47b0d: Download complete [2022-05-23T18:36:24.723Z] 188c0c94c7c5: Verifying Checksum [2022-05-23T18:36:24.723Z] 188c0c94c7c5: Download complete [2022-05-23T18:36:24.982Z] 188c0c94c7c5: Pull complete [2022-05-23T18:36:24.982Z] e1f770b5df2f: Verifying Checksum [2022-05-23T18:36:24.982Z] e1f770b5df2f: Download complete [2022-05-23T18:36:24.982Z] 0ef7d3d256c8: Pull complete [2022-05-23T18:36:24.982Z] de9db76c5a1d: Pull complete [2022-05-23T18:36:25.552Z] 0eba1c9be4d2: Verifying Checksum [2022-05-23T18:36:25.552Z] 0eba1c9be4d2: Download complete [2022-05-23T18:36:25.811Z] 85a0685a4137: Verifying Checksum [2022-05-23T18:36:25.811Z] 85a0685a4137: Download complete [2022-05-23T18:36:29.097Z] 0eba1c9be4d2: Pull complete [2022-05-23T18:36:29.097Z] 0d57e429df01: Pull complete [2022-05-23T18:36:29.097Z] 4e4be7b47b0d: Pull complete [2022-05-23T18:36:29.357Z] e1f770b5df2f: Pull complete [2022-05-23T18:36:33.547Z] 85a0685a4137: Pull complete [2022-05-23T18:36:33.547Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-05-23T18:36:33.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-23T18:36:33.547Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-05-23T18:36:33.613Z] prd-ubuntu20.04-docker-8c-8g-64400 does not seem to be running inside a container [2022-05-23T18:36:33.650Z] $ 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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 [2022-05-23T18:36:35.922Z] $ docker top a45e7f73821ea61053f14f0b0fca51ad220d230266f2ea0b3ee3f4d473c7720e -eo pid,comm [Pipeline] { [Pipeline] echo [2022-05-23T18:36:36.003Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-05-23T18:36:36.281Z] + set -o pipefail [2022-05-23T18:36:36.281Z] + snyk monitor '--org=edgex-jenkins' [2022-05-23T18:36:46.273Z] [2022-05-23T18:36:46.273Z] Monitoring /w/workspace/edgex-go/235 (github.com/edgexfoundry/edgex-go)... [2022-05-23T18:36:46.273Z] [2022-05-23T18:36:46.273Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/b374c759-d88b-45e3-9cf3-053abf63e800 [2022-05-23T18:36:46.273Z] [2022-05-23T18:36:46.274Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-05-23T18:36:46.274Z] [2022-05-23T18:36:46.274Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-05-23T18:36:46.274Z] [2022-05-23T18:36:46.274Z] [Pipeline] } [2022-05-23T18:36:46.284Z] $ docker stop --time=1 a45e7f73821ea61053f14f0b0fca51ad220d230266f2ea0b3ee3f4d473c7720e [2022-05-23T18:36:48.712Z] $ docker rm -f a45e7f73821ea61053f14f0b0fca51ad220d230266f2ea0b3ee3f4d473c7720e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2022-05-23T18:36:49.170Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T18:36:49.190Z] provisioning config files... [2022-05-23T18:36:49.199Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/235@tmp/config7634424714479745948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T18:36:49.502Z] --> edgex-publish-swagger.sh [2022-05-23T18:36:49.502Z] === Publish openapi/v2 API === [2022-05-23T18:36:49.502Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2022-05-23T18:36:49.502Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/235/openapi/v2/core-command.yaml] [2022-05-23T18:36:49.502Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T18:36:49.502Z] Dload Upload Total Spent Left Speed [2022-05-23T18:36:50.443Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 37423 --:--:-- --:--:-- --:--:-- 37382 100 33831 0 0 100 33831 0 37382 --:--:-- --:--:-- --:--:-- 37382 [2022-05-23T18:36:50.443Z] [2022-05-23T18:36:50.443Z] [2022-05-23T18:36:50.443Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/235/openapi/v2/core-data.yaml] [2022-05-23T18:36:50.443Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T18:36:50.443Z] Dload Upload Total Spent Left Speed [2022-05-23T18:36:51.382Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 84538 --:--:-- --:--:-- --:--:-- 84538 [2022-05-23T18:36:51.382Z] [2022-05-23T18:36:51.382Z] [2022-05-23T18:36:51.382Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/235/openapi/v2/core-metadata.yaml] [2022-05-23T18:36:51.382Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T18:36:51.382Z] Dload Upload Total Spent Left Speed [2022-05-23T18:36:51.952Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 173k --:--:-- --:--:-- --:--:-- 172k [2022-05-23T18:36:51.952Z] [2022-05-23T18:36:51.952Z] [2022-05-23T18:36:51.952Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/235/openapi/v2/support-notifications.yaml] [2022-05-23T18:36:51.952Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T18:36:51.952Z] Dload Upload Total Spent Left Speed [2022-05-23T18:36:53.335Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 82932 0:00:01 0:00:01 --:--:-- 82932 100 89318 0 0 100 89318 0 82932 0:00:01 0:00:01 --:--:-- 82932 [2022-05-23T18:36:53.335Z] [2022-05-23T18:36:53.335Z] [2022-05-23T18:36:53.335Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/235/openapi/v2/support-scheduler.yaml] [2022-05-23T18:36:53.335Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T18:36:53.335Z] Dload Upload Total Spent Left Speed [2022-05-23T18:36:53.906Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 301k --:--:-- --:--:-- --:--:-- 299k 100 39556 0 0 100 39556 0 49199 --:--:-- --:--:-- --:--:-- 49137 [2022-05-23T18:36:53.906Z] [2022-05-23T18:36:53.906Z] [2022-05-23T18:36:53.906Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/235/openapi/v2/system-agent.yaml] [2022-05-23T18:36:53.906Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T18:36:53.906Z] Dload Upload Total Spent Left Speed [2022-05-23T18:36:55.289Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 18654 0:00:01 0:00:01 --:--:-- 18654 100 20091 0 0 100 20091 0 18654 0:00:01 0:00:01 --:--:-- 18654 [2022-05-23T18:36:55.289Z] [2022-05-23T18:36:55.289Z] [Pipeline] } [2022-05-23T18:36:55.299Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2022-05-23T18:36:55.706Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T18:36:55.706Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:36:56.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T18:36:56.004Z] . [Pipeline] withDockerContainer [2022-05-23T18:36:56.074Z] prd-ubuntu20.04-docker-8c-8g-64400 does not seem to be running inside a container [2022-05-23T18:36:56.109Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 [2022-05-23T18:36:56.511Z] $ docker top c0e2b07ac6789256be3f1c286c45af1f01e25ce2505600e3cbb9a0fc781f8dfa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T18:36:56.608Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T18:36:56.608Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T18:36:56.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T18:36:56.726Z] $ docker exec c0e2b07ac6789256be3f1c286c45af1f01e25ce2505600e3cbb9a0fc781f8dfa ssh-agent [2022-05-23T18:36:56.846Z] SSH_AUTH_SOCK=/tmp/ssh-xcF84VbExAxT/agent.33 [2022-05-23T18:36:56.846Z] SSH_AGENT_PID=39 [2022-05-23T18:36:56.852Z] Running ssh-add (command line suppressed) [2022-05-23T18:36:56.962Z] Identity added: /w/workspace/edgex-go/235@tmp/private_key_8629996376841398853.key (/w/workspace/edgex-go/235@tmp/private_key_8629996376841398853.key) [2022-05-23T18:36:56.979Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T18:36:57.271Z] + git semver tag [2022-05-23T18:36:57.531Z] 2022-05-23 18:36:57,461 [run_tag] DEBUG tag force:False [2022-05-23T18:36:57.531Z] 2022-05-23 18:36:57,461 [check_head_tag] DEBUG check head tag [2022-05-23T18:36:57.531Z] 2022-05-23 18:36:57,464 [execute] INFO git cat-file --batch-check [2022-05-23T18:36:57.531Z] 2022-05-23 18:36:57,464 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/235, universal_newlines=False, shell=None, istream=) [2022-05-23T18:36:57.531Z] 2022-05-23 18:36:57,467 [execute] INFO git cat-file --batch [2022-05-23T18:36:57.531Z] 2022-05-23 18:36:57,468 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/235, universal_newlines=False, shell=None, istream=) [2022-05-23T18:36:57.531Z] 2022-05-23 18:36:57,517 [read_version] DEBUG read version from /w/workspace/edgex-go/235/.semver/main [2022-05-23T18:36:57.531Z] 2022-05-23 18:36:57,517 [execute] INFO git tag -a v2.2.1-dev.7 -m v2.2.1-dev.7 [2022-05-23T18:36:57.531Z] 2022-05-23 18:36:57,517 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.7', '-m', 'v2.2.1-dev.7'], cwd=/w/workspace/edgex-go/235, universal_newlines=False, shell=None, istream=None) [2022-05-23T18:36:57.531Z] 2022-05-23 18:36:57,522 [read_version] DEBUG read version from /w/workspace/edgex-go/235/.semver/main [2022-05-23T18:36:57.531Z] 2.2.1-dev.7 [Pipeline] } [2022-05-23T18:36:57.799Z] $ docker exec --env ******** --env ******** c0e2b07ac6789256be3f1c286c45af1f01e25ce2505600e3cbb9a0fc781f8dfa ssh-agent -k [2022-05-23T18:36:57.908Z] unset SSH_AUTH_SOCK; [2022-05-23T18:36:57.908Z] unset SSH_AGENT_PID; [2022-05-23T18:36:57.908Z] echo Agent pid 39 killed; [2022-05-23T18:36:57.922Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T18:36:58.231Z] + git semver [Pipeline] } [2022-05-23T18:36:58.503Z] $ docker stop --time=1 c0e2b07ac6789256be3f1c286c45af1f01e25ce2505600e3cbb9a0fc781f8dfa [2022-05-23T18:36:59.844Z] $ docker rm -f c0e2b07ac6789256be3f1c286c45af1f01e25ce2505600e3cbb9a0fc781f8dfa [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:37:00.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-23T18:37:00.241Z] [2022-05-23T18:37:00.241Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:37:00.538Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-23T18:37:00.538Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-05-23T18:37:00.538Z] ab5ef0e58194: Pulling fs layer [2022-05-23T18:37:00.538Z] 9712f1f96733: Pulling fs layer [2022-05-23T18:37:00.538Z] 63f879dbbcfc: Pulling fs layer [2022-05-23T18:37:00.538Z] 0d9ebad4ef96: Pulling fs layer [2022-05-23T18:37:00.538Z] e9a5061849ea: Pulling fs layer [2022-05-23T18:37:00.538Z] d747dcd14b5f: Pulling fs layer [2022-05-23T18:37:00.538Z] 2de7ff778b66: Pulling fs layer [2022-05-23T18:37:00.538Z] 0d9ebad4ef96: Waiting [2022-05-23T18:37:00.538Z] e9a5061849ea: Waiting [2022-05-23T18:37:00.538Z] d747dcd14b5f: Waiting [2022-05-23T18:37:00.538Z] 2de7ff778b66: Waiting [2022-05-23T18:37:00.538Z] 9712f1f96733: Verifying Checksum [2022-05-23T18:37:00.538Z] 9712f1f96733: Download complete [2022-05-23T18:37:00.825Z] 63f879dbbcfc: Verifying Checksum [2022-05-23T18:37:00.825Z] 63f879dbbcfc: Download complete [2022-05-23T18:37:01.107Z] e9a5061849ea: Verifying Checksum [2022-05-23T18:37:01.107Z] e9a5061849ea: Download complete [2022-05-23T18:37:01.107Z] d747dcd14b5f: Download complete [2022-05-23T18:37:01.107Z] 0d9ebad4ef96: Verifying Checksum [2022-05-23T18:37:01.107Z] 0d9ebad4ef96: Download complete [2022-05-23T18:37:01.107Z] ab5ef0e58194: Verifying Checksum [2022-05-23T18:37:01.107Z] ab5ef0e58194: Download complete [2022-05-23T18:37:01.107Z] 2de7ff778b66: Verifying Checksum [2022-05-23T18:37:01.107Z] 2de7ff778b66: Download complete [2022-05-23T18:37:03.665Z] ab5ef0e58194: Pull complete [2022-05-23T18:37:03.665Z] 9712f1f96733: Pull complete [2022-05-23T18:37:04.604Z] 63f879dbbcfc: Pull complete [2022-05-23T18:37:08.795Z] 0d9ebad4ef96: Pull complete [2022-05-23T18:37:08.795Z] e9a5061849ea: Pull complete [2022-05-23T18:37:08.795Z] d747dcd14b5f: Pull complete [2022-05-23T18:37:09.365Z] 2de7ff778b66: Pull complete [2022-05-23T18:37:09.365Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-05-23T18:37:09.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-23T18:37:09.365Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-05-23T18:37:09.433Z] prd-ubuntu20.04-docker-8c-8g-64400 does not seem to be running inside a container [2022-05-23T18:37:09.466Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 [2022-05-23T18:37:12.100Z] $ docker top 05597ed7bfdafb1e50a08ad38b30a5abc5e9be06b4ed7218910b8284c93b4167 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-05-23T18:37:12.183Z] provisioning config files... [2022-05-23T18:37:12.191Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/235@tmp/config3050546215139769323tmp [2022-05-23T18:37:12.202Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/235@tmp/config8917020300372065203tmp [2022-05-23T18:37:12.212Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/235@tmp/config3926672364389207860tmp [Pipeline] { [Pipeline] echo [2022-05-23T18:37:12.227Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T18:37:12.510Z] ---> sigul-configuration.sh [2022-05-23T18:37:12.510Z] gpg: directory `/root/.gnupg' created [2022-05-23T18:37:12.510Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-05-23T18:37:12.510Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-05-23T18:37:12.510Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-05-23T18:37:12.510Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-05-23T18:37:12.510Z] gpg: CAST5 encrypted data [2022-05-23T18:37:12.510Z] gpg: encrypted with 1 passphrase [2022-05-23T18:37:12.510Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-05-23T18:37:12.795Z] + mkdir /home/jenkins [2022-05-23T18:37:12.796Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-05-23T18:37:13.082Z] + 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 [2022-05-23T18:37:13.094Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T18:37:13.379Z] ---> sigul-install.sh [2022-05-23T18:37:13.380Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-05-23T18:37:13.667Z] + git tag --list [2022-05-23T18:37:13.667Z] 0.6.0 [2022-05-23T18:37:13.667Z] 0.6.1 [2022-05-23T18:37:13.667Z] 0.7.0 [2022-05-23T18:37:13.667Z] 0.7.1 [2022-05-23T18:37:13.667Z] v1.0.0 [2022-05-23T18:37:13.667Z] v1.0.1 [2022-05-23T18:37:13.667Z] v1.1.0 [2022-05-23T18:37:13.667Z] v1.2.0 [2022-05-23T18:37:13.667Z] v1.2.1 [2022-05-23T18:37:13.667Z] v1.3.0 [2022-05-23T18:37:13.667Z] v1.3.1 [2022-05-23T18:37:13.667Z] v2.0.0 [2022-05-23T18:37:13.667Z] v2.0.1-dev.1 [2022-05-23T18:37:13.667Z] v2.0.1-dev.10 [2022-05-23T18:37:13.667Z] v2.0.1-dev.11 [2022-05-23T18:37:13.667Z] v2.0.1-dev.12 [2022-05-23T18:37:13.667Z] v2.0.1-dev.13 [2022-05-23T18:37:13.667Z] v2.0.1-dev.14 [2022-05-23T18:37:13.667Z] v2.0.1-dev.15 [2022-05-23T18:37:13.667Z] v2.0.1-dev.16 [2022-05-23T18:37:13.667Z] v2.0.1-dev.17 [2022-05-23T18:37:13.667Z] v2.0.1-dev.18 [2022-05-23T18:37:13.667Z] v2.0.1-dev.19 [2022-05-23T18:37:13.667Z] v2.0.1-dev.2 [2022-05-23T18:37:13.667Z] v2.0.1-dev.20 [2022-05-23T18:37:13.667Z] v2.0.1-dev.21 [2022-05-23T18:37:13.667Z] v2.0.1-dev.22 [2022-05-23T18:37:13.667Z] v2.0.1-dev.23 [2022-05-23T18:37:13.667Z] v2.0.1-dev.24 [2022-05-23T18:37:13.667Z] v2.0.1-dev.25 [2022-05-23T18:37:13.667Z] v2.0.1-dev.26 [2022-05-23T18:37:13.667Z] v2.0.1-dev.27 [2022-05-23T18:37:13.667Z] v2.0.1-dev.28 [2022-05-23T18:37:13.667Z] v2.0.1-dev.29 [2022-05-23T18:37:13.667Z] v2.0.1-dev.3 [2022-05-23T18:37:13.667Z] v2.0.1-dev.30 [2022-05-23T18:37:13.667Z] v2.0.1-dev.31 [2022-05-23T18:37:13.667Z] v2.0.1-dev.32 [2022-05-23T18:37:13.667Z] v2.0.1-dev.33 [2022-05-23T18:37:13.667Z] v2.0.1-dev.34 [2022-05-23T18:37:13.667Z] v2.0.1-dev.35 [2022-05-23T18:37:13.667Z] v2.0.1-dev.36 [2022-05-23T18:37:13.667Z] v2.0.1-dev.37 [2022-05-23T18:37:13.667Z] v2.0.1-dev.38 [2022-05-23T18:37:13.667Z] v2.0.1-dev.39 [2022-05-23T18:37:13.667Z] v2.0.1-dev.4 [2022-05-23T18:37:13.667Z] v2.0.1-dev.40 [2022-05-23T18:37:13.667Z] v2.0.1-dev.41 [2022-05-23T18:37:13.667Z] v2.0.1-dev.42 [2022-05-23T18:37:13.667Z] v2.0.1-dev.43 [2022-05-23T18:37:13.667Z] v2.0.1-dev.44 [2022-05-23T18:37:13.667Z] v2.0.1-dev.45 [2022-05-23T18:37:13.667Z] v2.0.1-dev.46 [2022-05-23T18:37:13.667Z] v2.0.1-dev.47 [2022-05-23T18:37:13.667Z] v2.0.1-dev.48 [2022-05-23T18:37:13.667Z] v2.0.1-dev.49 [2022-05-23T18:37:13.667Z] v2.0.1-dev.5 [2022-05-23T18:37:13.667Z] v2.0.1-dev.50 [2022-05-23T18:37:13.667Z] v2.0.1-dev.51 [2022-05-23T18:37:13.667Z] v2.0.1-dev.52 [2022-05-23T18:37:13.667Z] v2.0.1-dev.53 [2022-05-23T18:37:13.667Z] v2.0.1-dev.54 [2022-05-23T18:37:13.667Z] v2.0.1-dev.55 [2022-05-23T18:37:13.667Z] v2.0.1-dev.56 [2022-05-23T18:37:13.667Z] v2.0.1-dev.57 [2022-05-23T18:37:13.667Z] v2.0.1-dev.58 [2022-05-23T18:37:13.667Z] v2.0.1-dev.59 [2022-05-23T18:37:13.667Z] v2.0.1-dev.6 [2022-05-23T18:37:13.667Z] v2.0.1-dev.60 [2022-05-23T18:37:13.667Z] v2.0.1-dev.61 [2022-05-23T18:37:13.667Z] v2.0.1-dev.62 [2022-05-23T18:37:13.667Z] v2.0.1-dev.63 [2022-05-23T18:37:13.667Z] v2.0.1-dev.64 [2022-05-23T18:37:13.667Z] v2.0.1-dev.65 [2022-05-23T18:37:13.667Z] v2.0.1-dev.66 [2022-05-23T18:37:13.667Z] v2.0.1-dev.67 [2022-05-23T18:37:13.667Z] v2.0.1-dev.68 [2022-05-23T18:37:13.667Z] v2.0.1-dev.69 [2022-05-23T18:37:13.667Z] v2.0.1-dev.7 [2022-05-23T18:37:13.668Z] v2.0.1-dev.70 [2022-05-23T18:37:13.668Z] v2.0.1-dev.71 [2022-05-23T18:37:13.668Z] v2.0.1-dev.72 [2022-05-23T18:37:13.668Z] v2.0.1-dev.73 [2022-05-23T18:37:13.668Z] v2.0.1-dev.74 [2022-05-23T18:37:13.668Z] v2.0.1-dev.75 [2022-05-23T18:37:13.668Z] v2.0.1-dev.76 [2022-05-23T18:37:13.668Z] v2.0.1-dev.77 [2022-05-23T18:37:13.668Z] v2.0.1-dev.78 [2022-05-23T18:37:13.668Z] v2.0.1-dev.79 [2022-05-23T18:37:13.668Z] v2.0.1-dev.8 [2022-05-23T18:37:13.668Z] v2.0.1-dev.80 [2022-05-23T18:37:13.668Z] v2.0.1-dev.81 [2022-05-23T18:37:13.668Z] v2.0.1-dev.82 [2022-05-23T18:37:13.668Z] v2.0.1-dev.83 [2022-05-23T18:37:13.668Z] v2.0.1-dev.84 [2022-05-23T18:37:13.668Z] v2.0.1-dev.85 [2022-05-23T18:37:13.668Z] v2.0.1-dev.86 [2022-05-23T18:37:13.668Z] v2.0.1-dev.87 [2022-05-23T18:37:13.668Z] v2.0.1-dev.88 [2022-05-23T18:37:13.668Z] v2.0.1-dev.89 [2022-05-23T18:37:13.668Z] v2.0.1-dev.9 [2022-05-23T18:37:13.668Z] v2.0.1-dev.90 [2022-05-23T18:37:13.668Z] v2.0.1-dev.91 [2022-05-23T18:37:13.668Z] v2.0.1-dev.92 [2022-05-23T18:37:13.668Z] v2.0.1-dev.93 [2022-05-23T18:37:13.668Z] v2.0.1-dev.94 [2022-05-23T18:37:13.668Z] v2.0.1-dev.95 [2022-05-23T18:37:13.668Z] v2.0.1-dev.96 [2022-05-23T18:37:13.668Z] v2.0.1-dev.97 [2022-05-23T18:37:13.668Z] v2.0.1-dev.98 [2022-05-23T18:37:13.668Z] v2.0.1-dev.99 [2022-05-23T18:37:13.668Z] v2.1.0 [2022-05-23T18:37:13.668Z] v2.2.0 [2022-05-23T18:37:13.668Z] v2.2.0-dev.1 [2022-05-23T18:37:13.668Z] v2.2.0-dev.10 [2022-05-23T18:37:13.668Z] v2.2.0-dev.11 [2022-05-23T18:37:13.668Z] v2.2.0-dev.12 [2022-05-23T18:37:13.668Z] v2.2.0-dev.13 [2022-05-23T18:37:13.668Z] v2.2.0-dev.14 [2022-05-23T18:37:13.668Z] v2.2.0-dev.15 [2022-05-23T18:37:13.668Z] v2.2.0-dev.16 [2022-05-23T18:37:13.668Z] v2.2.0-dev.17 [2022-05-23T18:37:13.668Z] v2.2.0-dev.18 [2022-05-23T18:37:13.668Z] v2.2.0-dev.19 [2022-05-23T18:37:13.668Z] v2.2.0-dev.2 [2022-05-23T18:37:13.668Z] v2.2.0-dev.20 [2022-05-23T18:37:13.668Z] v2.2.0-dev.21 [2022-05-23T18:37:13.668Z] v2.2.0-dev.22 [2022-05-23T18:37:13.668Z] v2.2.0-dev.23 [2022-05-23T18:37:13.668Z] v2.2.0-dev.24 [2022-05-23T18:37:13.668Z] v2.2.0-dev.25 [2022-05-23T18:37:13.668Z] v2.2.0-dev.26 [2022-05-23T18:37:13.668Z] v2.2.0-dev.27 [2022-05-23T18:37:13.668Z] v2.2.0-dev.28 [2022-05-23T18:37:13.668Z] v2.2.0-dev.29 [2022-05-23T18:37:13.668Z] v2.2.0-dev.3 [2022-05-23T18:37:13.668Z] v2.2.0-dev.30 [2022-05-23T18:37:13.668Z] v2.2.0-dev.31 [2022-05-23T18:37:13.668Z] v2.2.0-dev.32 [2022-05-23T18:37:13.668Z] v2.2.0-dev.33 [2022-05-23T18:37:13.668Z] v2.2.0-dev.34 [2022-05-23T18:37:13.668Z] v2.2.0-dev.35 [2022-05-23T18:37:13.668Z] v2.2.0-dev.36 [2022-05-23T18:37:13.668Z] v2.2.0-dev.37 [2022-05-23T18:37:13.668Z] v2.2.0-dev.38 [2022-05-23T18:37:13.668Z] v2.2.0-dev.39 [2022-05-23T18:37:13.668Z] v2.2.0-dev.4 [2022-05-23T18:37:13.668Z] v2.2.0-dev.40 [2022-05-23T18:37:13.668Z] v2.2.0-dev.41 [2022-05-23T18:37:13.668Z] v2.2.0-dev.42 [2022-05-23T18:37:13.668Z] v2.2.0-dev.43 [2022-05-23T18:37:13.668Z] v2.2.0-dev.44 [2022-05-23T18:37:13.668Z] v2.2.0-dev.45 [2022-05-23T18:37:13.668Z] v2.2.0-dev.46 [2022-05-23T18:37:13.668Z] v2.2.0-dev.47 [2022-05-23T18:37:13.668Z] v2.2.0-dev.48 [2022-05-23T18:37:13.668Z] v2.2.0-dev.49 [2022-05-23T18:37:13.668Z] v2.2.0-dev.5 [2022-05-23T18:37:13.668Z] v2.2.0-dev.50 [2022-05-23T18:37:13.668Z] v2.2.0-dev.51 [2022-05-23T18:37:13.668Z] v2.2.0-dev.52 [2022-05-23T18:37:13.668Z] v2.2.0-dev.53 [2022-05-23T18:37:13.668Z] v2.2.0-dev.54 [2022-05-23T18:37:13.668Z] v2.2.0-dev.55 [2022-05-23T18:37:13.668Z] v2.2.0-dev.56 [2022-05-23T18:37:13.668Z] v2.2.0-dev.57 [2022-05-23T18:37:13.668Z] v2.2.0-dev.58 [2022-05-23T18:37:13.668Z] v2.2.0-dev.59 [2022-05-23T18:37:13.668Z] v2.2.0-dev.6 [2022-05-23T18:37:13.668Z] v2.2.0-dev.60 [2022-05-23T18:37:13.668Z] v2.2.0-dev.61 [2022-05-23T18:37:13.668Z] v2.2.0-dev.62 [2022-05-23T18:37:13.668Z] v2.2.0-dev.63 [2022-05-23T18:37:13.668Z] v2.2.0-dev.64 [2022-05-23T18:37:13.668Z] v2.2.0-dev.65 [2022-05-23T18:37:13.668Z] v2.2.0-dev.66 [2022-05-23T18:37:13.668Z] v2.2.0-dev.67 [2022-05-23T18:37:13.668Z] v2.2.0-dev.68 [2022-05-23T18:37:13.668Z] v2.2.0-dev.69 [2022-05-23T18:37:13.668Z] v2.2.0-dev.7 [2022-05-23T18:37:13.668Z] v2.2.0-dev.70 [2022-05-23T18:37:13.668Z] v2.2.0-dev.71 [2022-05-23T18:37:13.668Z] v2.2.0-dev.72 [2022-05-23T18:37:13.668Z] v2.2.0-dev.73 [2022-05-23T18:37:13.668Z] v2.2.0-dev.74 [2022-05-23T18:37:13.668Z] v2.2.0-dev.75 [2022-05-23T18:37:13.668Z] v2.2.0-dev.76 [2022-05-23T18:37:13.668Z] v2.2.0-dev.77 [2022-05-23T18:37:13.668Z] v2.2.0-dev.78 [2022-05-23T18:37:13.668Z] v2.2.0-dev.79 [2022-05-23T18:37:13.668Z] v2.2.0-dev.8 [2022-05-23T18:37:13.668Z] v2.2.0-dev.80 [2022-05-23T18:37:13.668Z] v2.2.0-dev.81 [2022-05-23T18:37:13.668Z] v2.2.0-dev.82 [2022-05-23T18:37:13.668Z] v2.2.0-dev.83 [2022-05-23T18:37:13.668Z] v2.2.0-dev.84 [2022-05-23T18:37:13.668Z] v2.2.0-dev.85 [2022-05-23T18:37:13.668Z] v2.2.0-dev.86 [2022-05-23T18:37:13.668Z] v2.2.0-dev.87 [2022-05-23T18:37:13.668Z] v2.2.0-dev.88 [2022-05-23T18:37:13.668Z] v2.2.0-dev.89 [2022-05-23T18:37:13.668Z] v2.2.0-dev.9 [2022-05-23T18:37:13.668Z] v2.2.0-dev.90 [2022-05-23T18:37:13.668Z] v2.2.0-dev.91 [2022-05-23T18:37:13.668Z] v2.2.0-dev.92 [2022-05-23T18:37:13.668Z] v2.2.0-dev.93 [2022-05-23T18:37:13.668Z] v2.2.0-dev.94 [2022-05-23T18:37:13.668Z] v2.2.0-dev.95 [2022-05-23T18:37:13.668Z] v2.2.0-dev.96 [2022-05-23T18:37:13.668Z] v2.2.1-dev.1 [2022-05-23T18:37:13.668Z] v2.2.1-dev.2 [2022-05-23T18:37:13.668Z] v2.2.1-dev.3 [2022-05-23T18:37:13.668Z] v2.2.1-dev.4 [2022-05-23T18:37:13.668Z] v2.2.1-dev.5 [2022-05-23T18:37:13.668Z] v2.2.1-dev.6 [2022-05-23T18:37:13.668Z] v2.2.1-dev.7 [Pipeline] sh [2022-05-23T18:37:13.956Z] + lftools sign git-tag v2.2.1-dev.7 [2022-05-23T18:37:14.525Z] Signing Git tag with Sigul... [2022-05-23T18:37:14.525Z] Signing v2.2.1-dev.7 [Pipeline] echo [2022-05-23T18:37:15.106Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T18:37:15.396Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-05-23T18:37:15.403Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-05-23T18:37:15.421Z] $ docker stop --time=1 05597ed7bfdafb1e50a08ad38b30a5abc5e9be06b4ed7218910b8284c93b4167 [2022-05-23T18:37:16.757Z] $ docker rm -f 05597ed7bfdafb1e50a08ad38b30a5abc5e9be06b4ed7218910b8284c93b4167 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-05-23T18:37:17.173Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T18:37:17.173Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:37:17.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T18:37:17.465Z] . [Pipeline] withDockerContainer [2022-05-23T18:37:17.539Z] prd-ubuntu20.04-docker-8c-8g-64400 does not seem to be running inside a container [2022-05-23T18:37:17.569Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 [2022-05-23T18:37:17.977Z] $ docker top a271022322d0607045fe6ac5c482329bb286714757aeb047caee619ca995507d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T18:37:18.082Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T18:37:18.082Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T18:37:18.214Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T18:37:18.215Z] $ docker exec a271022322d0607045fe6ac5c482329bb286714757aeb047caee619ca995507d ssh-agent [2022-05-23T18:37:18.344Z] SSH_AUTH_SOCK=/tmp/ssh-mLSgTG27iqyu/agent.34 [2022-05-23T18:37:18.344Z] SSH_AGENT_PID=41 [2022-05-23T18:37:18.349Z] Running ssh-add (command line suppressed) [2022-05-23T18:37:18.461Z] Identity added: /w/workspace/edgex-go/235@tmp/private_key_6410162527677212447.key (/w/workspace/edgex-go/235@tmp/private_key_6410162527677212447.key) [2022-05-23T18:37:18.481Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T18:37:18.769Z] + git semver bump pre [2022-05-23T18:37:19.030Z] 2022-05-23 18:37:18,946 [read_version] DEBUG read version from /w/workspace/edgex-go/235/.semver/main [2022-05-23T18:37:19.030Z] 2022-05-23 18:37:18,946 [bump_version] DEBUG bumping version:2.2.1-dev.7 on axis:pre with prefix:dev [2022-05-23T18:37:19.030Z] 2022-05-23 18:37:18,947 [bump_version] DEBUG bumped version:2.2.1-dev.8 [2022-05-23T18:37:19.030Z] 2022-05-23 18:37:18,947 [write_version] DEBUG write version:2.2.1-dev.8 to path:/w/workspace/edgex-go/235/.semver/main with force:True [2022-05-23T18:37:19.030Z] 2022-05-23 18:37:18,947 [read_version] DEBUG read version from /w/workspace/edgex-go/235/.semver/main [2022-05-23T18:37:19.030Z] 2022-05-23 18:37:18,947 [write_file] DEBUG write to file:/w/workspace/edgex-go/235/.semver/main [2022-05-23T18:37:19.030Z] 2022-05-23 18:37:18,949 [execute] INFO git cat-file --batch-check [2022-05-23T18:37:19.030Z] 2022-05-23 18:37:18,949 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/235/.semver, universal_newlines=False, shell=None, istream=) [2022-05-23T18:37:19.030Z] 2022-05-23 18:37:18,954 [execute] INFO git cat-file --batch [2022-05-23T18:37:19.030Z] 2022-05-23 18:37:18,954 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/235/.semver, universal_newlines=False, shell=None, istream=) [2022-05-23T18:37:19.030Z] 2022-05-23 18:37:18,960 [read_version] DEBUG read version from /w/workspace/edgex-go/235/.semver/main [2022-05-23T18:37:19.030Z] 2.2.1-dev.8 [Pipeline] } [2022-05-23T18:37:19.039Z] $ docker exec --env ******** --env ******** a271022322d0607045fe6ac5c482329bb286714757aeb047caee619ca995507d ssh-agent -k [2022-05-23T18:37:19.150Z] unset SSH_AUTH_SOCK; [2022-05-23T18:37:19.150Z] unset SSH_AGENT_PID; [2022-05-23T18:37:19.150Z] echo Agent pid 41 killed; [2022-05-23T18:37:19.163Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T18:37:19.471Z] + git semver [Pipeline] } [2022-05-23T18:37:19.742Z] $ docker stop --time=1 a271022322d0607045fe6ac5c482329bb286714757aeb047caee619ca995507d [2022-05-23T18:37:21.087Z] $ docker rm -f a271022322d0607045fe6ac5c482329bb286714757aeb047caee619ca995507d [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T18:37:21.444Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T18:37:21.444Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:37:21.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T18:37:21.740Z] . [Pipeline] withDockerContainer [2022-05-23T18:37:21.815Z] prd-ubuntu20.04-docker-8c-8g-64400 does not seem to be running inside a container [2022-05-23T18:37:21.850Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 [2022-05-23T18:37:22.274Z] $ docker top 87ef9dfcae3a700849d5e48369eada66a0e7136bb9fd1e6cb908d58877784c7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T18:37:22.398Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T18:37:22.398Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T18:37:22.528Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T18:37:22.528Z] $ docker exec 87ef9dfcae3a700849d5e48369eada66a0e7136bb9fd1e6cb908d58877784c7c ssh-agent [2022-05-23T18:37:22.657Z] SSH_AUTH_SOCK=/tmp/ssh-zvm7cMHYIapj/agent.33 [2022-05-23T18:37:22.657Z] SSH_AGENT_PID=39 [2022-05-23T18:37:22.662Z] Running ssh-add (command line suppressed) [2022-05-23T18:37:22.776Z] Identity added: /w/workspace/edgex-go/235@tmp/private_key_1306506866704629002.key (/w/workspace/edgex-go/235@tmp/private_key_1306506866704629002.key) [2022-05-23T18:37:22.795Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T18:37:23.084Z] + git semver push [2022-05-23T18:37:23.345Z] 2022-05-23 18:37:23,286 [run_push] DEBUG push [2022-05-23T18:37:23.345Z] 2022-05-23 18:37:23,287 [execute] INFO git push origin semver [2022-05-23T18:37:23.345Z] 2022-05-23 18:37:23,288 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/235/.semver, universal_newlines=False, shell=None, istream=None) [2022-05-23T18:37:24.287Z] 2022-05-23 18:37:24,050 [run_push] DEBUG push all version tags [2022-05-23T18:37:24.287Z] 2022-05-23 18:37:24,051 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-05-23T18:37:24.287Z] 2022-05-23 18:37:24,051 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/235, universal_newlines=False, shell=None, istream=None) [2022-05-23T18:37:24.860Z] 2022-05-23 18:37:24,775 [read_version] DEBUG read version from /w/workspace/edgex-go/235/.semver/main [2022-05-23T18:37:24.860Z] 2.2.1-dev.8 [Pipeline] } [2022-05-23T18:37:24.870Z] $ docker exec --env ******** --env ******** 87ef9dfcae3a700849d5e48369eada66a0e7136bb9fd1e6cb908d58877784c7c ssh-agent -k [2022-05-23T18:37:24.977Z] unset SSH_AUTH_SOCK; [2022-05-23T18:37:24.977Z] unset SSH_AGENT_PID; [2022-05-23T18:37:24.977Z] echo Agent pid 39 killed; [2022-05-23T18:37:24.991Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T18:37:25.304Z] + git semver [Pipeline] } [2022-05-23T18:37:25.579Z] $ docker stop --time=1 87ef9dfcae3a700849d5e48369eada66a0e7136bb9fd1e6cb908d58877784c7c [2022-05-23T18:37:26.907Z] $ docker rm -f 87ef9dfcae3a700849d5e48369eada66a0e7136bb9fd1e6cb908d58877784c7c [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 [2022-05-23T18:37:27.544Z] + [ -d /w/workspace/edgex-go/235/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-05-23T18:37:27.844Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T18:37:28.717Z] ---> package-listing.sh [2022-05-23T18:37:28.717Z] ++ facter osfamily [2022-05-23T18:37:28.717Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-23T18:37:28.979Z] + OS_FAMILY=debian [2022-05-23T18:37:28.979Z] + workspace=/w/workspace/edgex-go/235 [2022-05-23T18:37:28.979Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-23T18:37:28.979Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-23T18:37:28.979Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-23T18:37:28.979Z] + PACKAGES=/tmp/packages_start.txt [2022-05-23T18:37:28.979Z] + '[' /w/workspace/edgex-go/235 ']' [2022-05-23T18:37:28.979Z] + PACKAGES=/tmp/packages_end.txt [2022-05-23T18:37:28.979Z] + case "${OS_FAMILY}" in [2022-05-23T18:37:28.979Z] + dpkg -l [2022-05-23T18:37:28.979Z] + grep '^ii' [2022-05-23T18:37:28.979Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-23T18:37:28.979Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-23T18:37:28.979Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-23T18:37:28.979Z] + '[' /w/workspace/edgex-go/235 ']' [2022-05-23T18:37:28.979Z] + mkdir -p /w/workspace/edgex-go/235/archives/ [2022-05-23T18:37:28.979Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/235/archives/ [Pipeline] echo [2022-05-23T18:37:28.991Z] 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/235/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-23T18:37:29.273Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:37:29.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-23T18:37:29.839Z] [2022-05-23T18:37:29.839Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T18:37:30.140Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-23T18:37:30.140Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-23T18:37:30.140Z] 5eb5b503b376: Pulling fs layer [2022-05-23T18:37:30.140Z] 5c69ac0246d0: Pulling fs layer [2022-05-23T18:37:30.140Z] ec43610c2a17: Pulling fs layer [2022-05-23T18:37:30.140Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-23T18:37:30.140Z] 33b1e0a273af: Pulling fs layer [2022-05-23T18:37:30.140Z] 5d3b04190fa2: Pulling fs layer [2022-05-23T18:37:30.140Z] 2f39f015ded8: Pulling fs layer [2022-05-23T18:37:30.140Z] 33b1e0a273af: Waiting [2022-05-23T18:37:30.140Z] 5d3b04190fa2: Waiting [2022-05-23T18:37:30.140Z] 2f39f015ded8: Waiting [2022-05-23T18:37:30.140Z] 3a2ae6a8a46f: Waiting [2022-05-23T18:37:30.140Z] 5c69ac0246d0: Download complete [2022-05-23T18:37:30.140Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-23T18:37:30.140Z] 33b1e0a273af: Verifying Checksum [2022-05-23T18:37:30.140Z] 33b1e0a273af: Download complete [2022-05-23T18:37:30.140Z] 5d3b04190fa2: Verifying Checksum [2022-05-23T18:37:30.140Z] 5d3b04190fa2: Download complete [2022-05-23T18:37:30.401Z] ec43610c2a17: Verifying Checksum [2022-05-23T18:37:30.401Z] ec43610c2a17: Download complete [2022-05-23T18:37:30.401Z] 5eb5b503b376: Download complete [2022-05-23T18:37:30.968Z] 2f39f015ded8: Download complete [2022-05-23T18:37:31.535Z] 5eb5b503b376: Pull complete [2022-05-23T18:37:31.794Z] 5c69ac0246d0: Pull complete [2022-05-23T18:37:32.359Z] ec43610c2a17: Pull complete [2022-05-23T18:37:32.359Z] 3a2ae6a8a46f: Pull complete [2022-05-23T18:37:32.619Z] 33b1e0a273af: Pull complete [2022-05-23T18:37:32.619Z] 5d3b04190fa2: Pull complete [2022-05-23T18:37:37.903Z] 2f39f015ded8: Pull complete [2022-05-23T18:37:37.903Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-23T18:37:37.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-23T18:37:37.903Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-23T18:37:37.970Z] prd-ubuntu20.04-docker-8c-8g-64400 does not seem to be running inside a container [2022-05-23T18:37:38.003Z] $ 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/235/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/235 -v /w/workspace/edgex-go/235:/w/workspace/edgex-go/235:rw,z -v /w/workspace/edgex-go/235@tmp:/w/workspace/edgex-go/235@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 [2022-05-23T18:37:39.965Z] $ docker top e9a5ad65f934a4fca716904ec5ed0e94ef270068947d965064976adf1232926e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T18:37:40.328Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-23T18:37:40.616Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-23T18:37:40.905Z] + ls /var/log/sa-host [2022-05-23T18:37:40.905Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T18:37:41.116Z] provisioning config files... [2022-05-23T18:37:41.127Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/235@tmp/config649441078674460092tmp [Pipeline] { [Pipeline] echo [2022-05-23T18:37:41.143Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T18:37:41.432Z] ---> create-netrc.sh [Pipeline] } [2022-05-23T18:37:41.440Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-23T18:37:41.786Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-23T18:37:41.798Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T18:37:42.086Z] ---> sudo-logs.sh [2022-05-23T18:37:42.086Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-23T18:37:42.110Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T18:37:42.392Z] ---> job-cost.sh [2022-05-23T18:37:42.392Z] lf-activate-venv: SKIPPING [2022-05-23T18:37:42.392Z] DEBUG: total: 0.10999999940395355 [2022-05-23T18:37:42.392Z] INFO: Retrieving Stack Cost... [2022-05-23T18:37:42.962Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-23T18:37:43.222Z] INFO: Archiving Costs [Pipeline] echo [2022-05-23T18:37:43.236Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T18:37:43.520Z] ---> logs-deploy.sh [2022-05-23T18:37:43.520Z] lf-activate-venv: SKIPPING [2022-05-23T18:37:43.520Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/235 [2022-05-23T18:37:43.520Z] INFO: archiving workspace using pattern(s): [2022-05-23T18:37:44.458Z] Archives upload complete. [2022-05-23T18:37:44.458Z] INFO: archiving logs to Nexus