Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a09756d4c706e8bde2f3d310e93d6c44bb943633 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-ssh7712159649349752860.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-ssh14557221945453768763.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-ssh13306058685892789992.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-ssh13844349533850102352.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-ssh1397333022060009232.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-64371 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/232 [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/232 # 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 a09756d4c706e8bde2f3d310e93d6c44bb943633 (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 a09756d4c706e8bde2f3d310e93d6c44bb943633 # timeout=10 Commit message: "build(snap): exclude redundant eKuiper dependencies (#4035)" > git rev-list --no-walk 87560f2f4565905b4987d66a8308e965001c5142 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-23T13:44:43.974Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-23T13:44:44.021Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-23T13:44:44.039Z] ========================================================= [2022-05-23T13:44:44.039Z] EdgeX Global Pipelines Version Info [2022-05-23T13:44:44.039Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-23T13:44:44.788Z] ------------------- [2022-05-23T13:44:44.788Z] stable info: [2022-05-23T13:44:44.788Z] ------------------- [2022-05-23T13:44:44.788Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-23T13:44:44.788Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-23T13:44:44.788Z] Message: update stable to v1.0.230 [2022-05-23T13:44:45.364Z] ------------------- [2022-05-23T13:44:45.364Z] experimental info: [2022-05-23T13:44:45.364Z] ------------------- [2022-05-23T13:44:45.364Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-23T13:44:45.364Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-23T13:44:45.364Z] Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-23T13:44:45.510Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-05-23T13:44:45.524Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-05-23T13:44:45.543Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-23T13:44:45.556Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-23T13:44:45.568Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-23T13:44:45.579Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-23T13:44:45.595Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-23T13:44:45.606Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-05-23T13:44:45.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-05-23T13:44:45.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-05-23T13:44:45.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-23T13:44:45.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-23T13:44:45.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-23T13:44:45.700Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-23T13:44:45.717Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-23T13:44:45.733Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-23T13:44:45.746Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-23T13:44:45.760Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-23T13:44:45.771Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-05-23T13:44:45.782Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-05-23T13:44:45.795Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-23T13:44:45.808Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-23T13:44:45.819Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-05-23T13:44:45.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-05-23T13:44:45.844Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-05-23T13:44:45.860Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] echo [2022-05-23T13:44:45.878Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a09756d [Pipeline] echo [2022-05-23T13:44:45.897Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T13:44:45.954Z] provisioning config files... [2022-05-23T13:44:45.968Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/232@tmp/config4353926877263137141tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T13:44:46.276Z] ---> docker-login.sh [2022-05-23T13:44:46.276Z] nexus3.edgexfoundry.org:10001 [2022-05-23T13:44:46.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T13:44:46.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T13:44:46.540Z] Configure a credential helper to remove this warning. See [2022-05-23T13:44:46.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T13:44:46.540Z] [2022-05-23T13:44:46.540Z] Login Succeeded [2022-05-23T13:44:46.540Z] nexus3.edgexfoundry.org:10002 [2022-05-23T13:44:46.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T13:44:46.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T13:44:46.801Z] Configure a credential helper to remove this warning. See [2022-05-23T13:44:46.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T13:44:46.801Z] [2022-05-23T13:44:46.801Z] Login Succeeded [2022-05-23T13:44:46.801Z] nexus3.edgexfoundry.org:10003 [2022-05-23T13:44:46.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T13:44:46.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T13:44:46.801Z] Configure a credential helper to remove this warning. See [2022-05-23T13:44:46.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T13:44:46.801Z] [2022-05-23T13:44:46.801Z] Login Succeeded [2022-05-23T13:44:46.801Z] nexus3.edgexfoundry.org:10004 [2022-05-23T13:44:47.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T13:44:47.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T13:44:47.062Z] Configure a credential helper to remove this warning. See [2022-05-23T13:44:47.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T13:44:47.062Z] [2022-05-23T13:44:47.062Z] Login Succeeded [2022-05-23T13:44:47.062Z] docker.io [2022-05-23T13:44:47.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T13:44:47.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T13:44:47.322Z] Configure a credential helper to remove this warning. See [2022-05-23T13:44:47.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T13:44:47.322Z] [2022-05-23T13:44:47.322Z] Login Succeeded [2022-05-23T13:44:47.322Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T13:44:47.332Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T13:44:47.708Z] + 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-23T13:44:47.708Z] + dirname cmd/core-command/Dockerfile [2022-05-23T13:44:47.708Z] + cut -d/ -f2 [2022-05-23T13:44:47.708Z] + echo core-command,cmd/core-command/Dockerfile [2022-05-23T13:44:47.708Z] + dirname cmd/core-data/Dockerfile [2022-05-23T13:44:47.708Z] + cut -d/ -f2 [2022-05-23T13:44:47.708Z] + echo core-data,cmd/core-data/Dockerfile [2022-05-23T13:44:47.708Z] + dirname cmd/core-metadata/Dockerfile [2022-05-23T13:44:47.708Z] + cut -d/ -f2 [2022-05-23T13:44:47.708Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-05-23T13:44:47.708Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-05-23T13:44:47.708Z] + cut -d/ -f2 [2022-05-23T13:44:47.708Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-05-23T13:44:47.708Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-05-23T13:44:47.708Z] + cut -d/ -f2 [2022-05-23T13:44:47.708Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-05-23T13:44:47.708Z] + + cut -d/ -f2 [2022-05-23T13:44:47.708Z] dirname cmd/security-secretstore-setup/Dockerfile [2022-05-23T13:44:47.708Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-05-23T13:44:47.708Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-05-23T13:44:47.708Z] + cut -d/ -f2 [2022-05-23T13:44:47.708Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-05-23T13:44:47.708Z] + dirname cmd/security-spire-agent/Dockerfile [2022-05-23T13:44:47.708Z] + cut -d/ -f2 [2022-05-23T13:44:47.708Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-05-23T13:44:47.708Z] + dirname cmd/security-spire-config/Dockerfile [2022-05-23T13:44:47.708Z] + cut -d/ -f2 [2022-05-23T13:44:47.708Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-05-23T13:44:47.708Z] + dirname cmd/security-spire-server/Dockerfile [2022-05-23T13:44:47.708Z] + cut -d/ -f2 [2022-05-23T13:44:47.708Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-05-23T13:44:47.708Z] + + dirname cmd/support-notifications/Dockerfile [2022-05-23T13:44:47.708Z] cut -d/ -f2 [2022-05-23T13:44:47.708Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-05-23T13:44:47.708Z] + cut -d/ -f2 [2022-05-23T13:44:47.708Z] + dirname cmd/support-scheduler/Dockerfile [2022-05-23T13:44:47.708Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-05-23T13:44:47.708Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-05-23T13:44:47.708Z] + cut -d/ -f2 [2022-05-23T13:44:47.708Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-05-23T13:44:47.743Z] 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-23T13:44:48.099Z] + git rev-list -1 --merges a09756d4c706e8bde2f3d310e93d6c44bb943633~1..a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] echo [2022-05-23T13:44:48.119Z] -----------> git rev-list -1 --merges a09756d4c706e8bde2f3d310e93d6c44bb943633~1..a09756d4c706e8bde2f3d310e93d6c44bb943633 a09756d4c706e8bde2f3d310e93d6c44bb943633 [false] [Pipeline] sh [2022-05-23T13:44:48.410Z] + git log --format=format:%s -1 a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] echo [2022-05-23T13:44:48.428Z] ========================================================= [2022-05-23T13:44:48.428Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-23T13:44:48.428Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-05-23T13:44:48.988Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T13:44:48.988Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-23T13:44:48.988Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-23T13:44:48.988Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-23T13:44:48.988Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-23T13:44:48.988Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-23T13:44:48.988Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:44:49.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T13:44:49.418Z] [2022-05-23T13:44:49.418Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:44:49.721Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T13:44:49.721Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-23T13:44:49.721Z] 1fe172e4850f: Pulling fs layer [2022-05-23T13:44:49.721Z] caf521ccaac6: Pulling fs layer [2022-05-23T13:44:49.721Z] 3ead6fa29328: Pulling fs layer [2022-05-23T13:44:49.721Z] 5c2a1cbceb83: Pulling fs layer [2022-05-23T13:44:49.721Z] a8d5f1318db7: Pulling fs layer [2022-05-23T13:44:49.721Z] c427282e49a2: Pulling fs layer [2022-05-23T13:44:49.721Z] 1827001aaf11: Pulling fs layer [2022-05-23T13:44:49.721Z] 0714d37db230: Pulling fs layer [2022-05-23T13:44:49.721Z] ac28cf19c067: Pulling fs layer [2022-05-23T13:44:49.721Z] ca983d60f3e2: Pulling fs layer [2022-05-23T13:44:49.721Z] 9f894cec8388: Pulling fs layer [2022-05-23T13:44:49.721Z] c427282e49a2: Waiting [2022-05-23T13:44:49.721Z] 1827001aaf11: Waiting [2022-05-23T13:44:49.721Z] 0714d37db230: Waiting [2022-05-23T13:44:49.721Z] ac28cf19c067: Waiting [2022-05-23T13:44:49.721Z] ca983d60f3e2: Waiting [2022-05-23T13:44:49.721Z] 9f894cec8388: Waiting [2022-05-23T13:44:49.721Z] a8d5f1318db7: Waiting [2022-05-23T13:44:49.721Z] caf521ccaac6: Verifying Checksum [2022-05-23T13:44:49.721Z] caf521ccaac6: Download complete [2022-05-23T13:44:49.721Z] 5c2a1cbceb83: Verifying Checksum [2022-05-23T13:44:49.721Z] 5c2a1cbceb83: Download complete [2022-05-23T13:44:49.721Z] a8d5f1318db7: Verifying Checksum [2022-05-23T13:44:49.721Z] a8d5f1318db7: Download complete [2022-05-23T13:44:49.981Z] 3ead6fa29328: Verifying Checksum [2022-05-23T13:44:49.981Z] 3ead6fa29328: Download complete [2022-05-23T13:44:49.981Z] c427282e49a2: Download complete [2022-05-23T13:44:49.981Z] 0714d37db230: Download complete [2022-05-23T13:44:49.981Z] ac28cf19c067: Download complete [2022-05-23T13:44:49.981Z] ca983d60f3e2: Verifying Checksum [2022-05-23T13:44:49.981Z] ca983d60f3e2: Download complete [2022-05-23T13:44:49.981Z] 9f894cec8388: Download complete [2022-05-23T13:44:49.981Z] 1fe172e4850f: Verifying Checksum [2022-05-23T13:44:49.981Z] 1fe172e4850f: Download complete [2022-05-23T13:44:50.241Z] 1827001aaf11: Verifying Checksum [2022-05-23T13:44:50.241Z] 1827001aaf11: Download complete [2022-05-23T13:44:51.180Z] 1fe172e4850f: Pull complete [2022-05-23T13:44:51.180Z] caf521ccaac6: Pull complete [2022-05-23T13:44:51.751Z] 3ead6fa29328: Pull complete [2022-05-23T13:44:51.751Z] 5c2a1cbceb83: Pull complete [2022-05-23T13:44:52.010Z] a8d5f1318db7: Pull complete [2022-05-23T13:44:52.270Z] c427282e49a2: Pull complete [2022-05-23T13:44:53.648Z] 1827001aaf11: Pull complete [2022-05-23T13:44:53.908Z] 0714d37db230: Pull complete [2022-05-23T13:44:53.908Z] ac28cf19c067: Pull complete [2022-05-23T13:44:54.170Z] ca983d60f3e2: Pull complete [2022-05-23T13:44:54.170Z] 9f894cec8388: Pull complete [2022-05-23T13:44:54.170Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-23T13:44:54.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T13:44:54.170Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-23T13:44:54.241Z] prd-ubuntu20.04-docker-8c-8g-64371 does not seem to be running inside a container [2022-05-23T13:44:54.282Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/232 -v /w/workspace/edgex-go/232:/w/workspace/edgex-go/232:rw,z -v /w/workspace/edgex-go/232@tmp:/w/workspace/edgex-go/232@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-23T13:44:55.673Z] $ docker top 684dfcb8f6d75b56078e518f89e58c15f3cbe5da6b0c2b132c03c6fae6c69fd0 -eo pid,comm [2022-05-23T13:44:55.734Z] 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-23T13:44:55.735Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T13:44:55.777Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T13:44:55.777Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T13:44:55.905Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T13:44:55.914Z] $ docker exec 684dfcb8f6d75b56078e518f89e58c15f3cbe5da6b0c2b132c03c6fae6c69fd0 ssh-agent [2022-05-23T13:44:56.020Z] SSH_AUTH_SOCK=/tmp/ssh-a5wOTM1Upn9U/agent.34 [2022-05-23T13:44:56.020Z] SSH_AGENT_PID=41 [2022-05-23T13:44:56.029Z] Running ssh-add (command line suppressed) [2022-05-23T13:44:56.167Z] Identity added: /w/workspace/edgex-go/232@tmp/private_key_5308947434143446009.key (/w/workspace/edgex-go/232@tmp/private_key_5308947434143446009.key) [2022-05-23T13:44:56.177Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T13:44:56.471Z] + git tag --points-at HEAD [Pipeline] } [2022-05-23T13:44:56.492Z] $ docker exec --env ******** --env ******** 684dfcb8f6d75b56078e518f89e58c15f3cbe5da6b0c2b132c03c6fae6c69fd0 ssh-agent -k [2022-05-23T13:44:56.599Z] unset SSH_AUTH_SOCK; [2022-05-23T13:44:56.600Z] unset SSH_AGENT_PID; [2022-05-23T13:44:56.600Z] echo Agent pid 41 killed; [2022-05-23T13:44:56.606Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-23T13:44:56.630Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T13:44:56.630Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T13:44:56.762Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T13:44:56.771Z] $ docker exec 684dfcb8f6d75b56078e518f89e58c15f3cbe5da6b0c2b132c03c6fae6c69fd0 ssh-agent [2022-05-23T13:44:56.910Z] SSH_AUTH_SOCK=/tmp/ssh-L8j2qRTaoN5r/agent.75 [2022-05-23T13:44:56.910Z] SSH_AGENT_PID=81 [2022-05-23T13:44:56.915Z] Running ssh-add (command line suppressed) [2022-05-23T13:44:57.030Z] Identity added: /w/workspace/edgex-go/232@tmp/private_key_6937756340221872547.key (/w/workspace/edgex-go/232@tmp/private_key_6937756340221872547.key) [2022-05-23T13:44:57.040Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T13:44:57.333Z] + git semver init [2022-05-23T13:44:57.594Z] 2022-05-23 13:44:57,527 [run_init] DEBUG init version:0.0.0 force:False [2022-05-23T13:44:57.594Z] 2022-05-23 13:44:57,528 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/232/.semver [2022-05-23T13:44:57.594Z] 2022-05-23 13:44:57,528 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/232/.semver [2022-05-23T13:44:57.594Z] 2022-05-23 13:44:57,528 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/232/.semver'], cwd=/w/workspace/edgex-go/232, universal_newlines=False, shell=None, istream=None) [2022-05-23T13:45:01.810Z] 2022-05-23 13:45:01,235 [append_file] DEBUG append to file:/w/workspace/edgex-go/232/.git/info/exclude [2022-05-23T13:45:01.810Z] 2022-05-23 13:45:01,235 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/232/.semver/main with force:False [2022-05-23T13:45:01.810Z] 2022-05-23 13:45:01,236 [read_version] DEBUG read version from /w/workspace/edgex-go/232/.semver/main [2022-05-23T13:45:01.810Z] 2022-05-23 13:45:01,236 [read_version] DEBUG read version from /w/workspace/edgex-go/232/.semver/main [2022-05-23T13:45:01.810Z] 2.2.1-dev.4 [Pipeline] } [2022-05-23T13:45:01.826Z] $ docker exec --env ******** --env ******** 684dfcb8f6d75b56078e518f89e58c15f3cbe5da6b0c2b132c03c6fae6c69fd0 ssh-agent -k [2022-05-23T13:45:01.927Z] unset SSH_AUTH_SOCK; [2022-05-23T13:45:01.928Z] unset SSH_AGENT_PID; [2022-05-23T13:45:01.928Z] echo Agent pid 81 killed; [2022-05-23T13:45:01.933Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T13:45:02.245Z] + git semver [Pipeline] } [2022-05-23T13:45:02.527Z] $ docker stop --time=1 684dfcb8f6d75b56078e518f89e58c15f3cbe5da6b0c2b132c03c6fae6c69fd0 [2022-05-23T13:45:03.844Z] $ docker rm -f 684dfcb8f6d75b56078e518f89e58c15f3cbe5da6b0c2b132c03c6fae6c69fd0 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T13:45:04.188Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-23T13:45:04.444Z] Stashed 1 file(s) [Pipeline] echo [2022-05-23T13:45:04.448Z] [edgeXSemver]: initialized semver on version 2.2.1-dev.4 [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-23T13:45:04.555Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T13:45:04.561Z] ========================================================= [2022-05-23T13:45:04.561Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-23T13:45:04.561Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-23T13:45:04.850Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-23T13:45:04.850Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-23T13:45:04.850Z] 59bf1c3509f3: Pulling fs layer [2022-05-23T13:45:04.850Z] 666ba61612fd: Pulling fs layer [2022-05-23T13:45:04.850Z] 8ed8ca486205: Pulling fs layer [2022-05-23T13:45:04.850Z] 4fe6c5a15a65: Pulling fs layer [2022-05-23T13:45:04.850Z] 22a0e8bec74d: Pulling fs layer [2022-05-23T13:45:04.850Z] ca2b28591e48: Pulling fs layer [2022-05-23T13:45:04.850Z] a51346096db8: Pulling fs layer [2022-05-23T13:45:04.850Z] daebc70d1ce1: Pulling fs layer [2022-05-23T13:45:04.850Z] 0e18a0eac166: Pulling fs layer [2022-05-23T13:45:04.850Z] 4fe6c5a15a65: Waiting [2022-05-23T13:45:04.850Z] daebc70d1ce1: Waiting [2022-05-23T13:45:04.850Z] 0e18a0eac166: Waiting [2022-05-23T13:45:04.850Z] 22a0e8bec74d: Waiting [2022-05-23T13:45:04.850Z] ca2b28591e48: Waiting [2022-05-23T13:45:04.850Z] a51346096db8: Waiting [2022-05-23T13:45:04.850Z] 8ed8ca486205: Verifying Checksum [2022-05-23T13:45:04.850Z] 8ed8ca486205: Download complete [2022-05-23T13:45:04.850Z] 666ba61612fd: Verifying Checksum [2022-05-23T13:45:04.850Z] 666ba61612fd: Download complete [2022-05-23T13:45:04.850Z] 22a0e8bec74d: Download complete [2022-05-23T13:45:04.850Z] ca2b28591e48: Verifying Checksum [2022-05-23T13:45:04.850Z] ca2b28591e48: Download complete [2022-05-23T13:45:04.850Z] 59bf1c3509f3: Verifying Checksum [2022-05-23T13:45:04.850Z] 59bf1c3509f3: Download complete [2022-05-23T13:45:04.850Z] a51346096db8: Download complete [2022-05-23T13:45:05.112Z] daebc70d1ce1: Verifying Checksum [2022-05-23T13:45:05.112Z] daebc70d1ce1: Download complete [2022-05-23T13:45:05.112Z] 59bf1c3509f3: Pull complete [2022-05-23T13:45:05.112Z] 666ba61612fd: Pull complete [2022-05-23T13:45:05.371Z] 8ed8ca486205: Pull complete [2022-05-23T13:45:05.630Z] 0e18a0eac166: Verifying Checksum [2022-05-23T13:45:05.630Z] 0e18a0eac166: Download complete [2022-05-23T13:45:05.630Z] 4fe6c5a15a65: Verifying Checksum [2022-05-23T13:45:05.630Z] 4fe6c5a15a65: Download complete [2022-05-23T13:45:08.917Z] 4fe6c5a15a65: Pull complete [2022-05-23T13:45:08.917Z] 22a0e8bec74d: Pull complete [2022-05-23T13:45:08.917Z] ca2b28591e48: Pull complete [2022-05-23T13:45:09.175Z] a51346096db8: Pull complete [2022-05-23T13:45:09.175Z] daebc70d1ce1: Pull complete [2022-05-23T13:45:11.081Z] 0e18a0eac166: Pull complete [2022-05-23T13:45:11.081Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-23T13:45:11.081Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-23T13:45:11.081Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-05-23T13:45:11.383Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-23T13:45:11.383Z] WORKDIR /edgex [2022-05-23T13:45:11.383Z] COPY go.mod . [2022-05-23T13:45:11.383Z] RUN go mod download [2022-05-23T13:45:11.383Z] + docker build -t ci-base-image-x86_64 -f - . [2022-05-23T13:45:12.765Z] Sending build context to Docker daemon 335.4MB [2022-05-23T13:45:12.765Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-23T13:45:12.765Z] ---> f018257e8ee9 [2022-05-23T13:45:12.765Z] Step 2/4 : WORKDIR /edgex [2022-05-23T13:45:14.683Z] ---> Running in 5d79a4f2697a [2022-05-23T13:45:14.683Z] Removing intermediate container 5d79a4f2697a [2022-05-23T13:45:14.683Z] ---> 0961023a0025 [2022-05-23T13:45:14.683Z] Step 3/4 : COPY go.mod . [2022-05-23T13:45:14.944Z] ---> f4b096e5b422 [2022-05-23T13:45:14.944Z] Step 4/4 : RUN go mod download [2022-05-23T13:45:14.944Z] ---> Running in 0359166f082a [2022-05-23T13:45:19.522Z] Still waiting to schedule task [2022-05-23T13:45:19.523Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-05-23T13:45:29.844Z] Removing intermediate container 0359166f082a [2022-05-23T13:45:29.845Z] ---> bb9441102559 [2022-05-23T13:45:29.845Z] Successfully built bb9441102559 [2022-05-23T13:45:29.845Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:45:30.133Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-23T13:45:30.133Z] . [Pipeline] withDockerContainer [2022-05-23T13:45:30.198Z] prd-ubuntu20.04-docker-8c-8g-64371 does not seem to be running inside a container [2022-05-23T13:45:30.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/232 -v /w/workspace/edgex-go/232:/w/workspace/edgex-go/232:rw,z -v /w/workspace/edgex-go/232@tmp:/w/workspace/edgex-go/232@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-23T13:45:30.611Z] $ docker top 42876a71da4c6652a9c9786efd8b736040964c4d26f75f39ddacb38c3195b5a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T13:45:30.961Z] + go version [2022-05-23T13:45:30.962Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-23T13:45:30.979Z] $ docker stop --time=1 42876a71da4c6652a9c9786efd8b736040964c4d26f75f39ddacb38c3195b5a2 [2022-05-23T13:45:32.269Z] $ docker rm -f 42876a71da4c6652a9c9786efd8b736040964c4d26f75f39ddacb38c3195b5a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:45:32.664Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-23T13:45:32.664Z] . [Pipeline] withDockerContainer [2022-05-23T13:45:32.729Z] prd-ubuntu20.04-docker-8c-8g-64371 does not seem to be running inside a container [2022-05-23T13:45:32.769Z] $ 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/232 -v /w/workspace/edgex-go/232:/w/workspace/edgex-go/232:rw,z -v /w/workspace/edgex-go/232@tmp:/w/workspace/edgex-go/232@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-23T13:45:33.100Z] $ docker top 083ae53707518c63c9e4bd74c7bbe4729e65e21c2548305543bb8a9e129d1b15 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-05-23T13:45:33.173Z] ========================================================= [2022-05-23T13:45:33.173Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-05-23T13:45:33.173Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-23T13:45:33.461Z] + make test [2022-05-23T13:45:33.462Z] go mod tidy -compat=1.17 [2022-05-23T13:45:33.462Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-05-23T13:45:38.741Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-05-23T13:45:51.072Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.092s coverage: 28.7% of statements [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-05-23T13:45:51.072Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.094s coverage: 98.5% of statements [2022-05-23T13:45:51.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-05-23T13:45:51.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.093s coverage: 53.4% of statements [2022-05-23T13:45:51.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-05-23T13:45:51.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-05-23T13:45:54.625Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.068s coverage: 89.2% of statements [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-05-23T13:45:54.625Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.069s coverage: 84.8% of statements [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-05-23T13:45:54.625Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.444s coverage: 95.6% of statements [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-05-23T13:45:54.625Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.078s coverage: 72.2% of statements [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-05-23T13:45:54.625Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.078s coverage: 60.0% of statements [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-05-23T13:45:54.625Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.078s coverage: 0.9% of statements [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-05-23T13:45:54.625Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2022-05-23T13:45:54.625Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.060s coverage: 29.6% of statements [2022-05-23T13:45:54.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-05-23T13:45:54.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements [2022-05-23T13:45:54.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements [2022-05-23T13:45:54.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2022-05-23T13:45:54.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.280s coverage: 96.3% of statements [2022-05-23T13:45:54.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.082s coverage: 87.5% of statements [2022-05-23T13:46:04.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements [2022-05-23T13:46:04.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2022-05-23T13:46:05.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.176s coverage: 82.5% of statements [2022-05-23T13:46:05.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 65.1% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.062s coverage: 100.0% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 58.8% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.0% of statements [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.057s coverage: 87.2% of statements [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 85.4% of statements [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.131s coverage: 91.2% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 64.4% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 65.4% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.135s coverage: 43.8% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.072s coverage: 17.7% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.169s coverage: 92.3% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 63.2% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.091s coverage: 97.7% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-05-23T13:46:15.564Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-05-23T13:46:15.564Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-05-23T13:46:15.565Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-05-23T13:46:15.565Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-05-23T13:46:15.565Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-05-23T13:46:15.565Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2022-05-23T13:46:15.565Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-05-23T13:46:15.565Z] 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-23T13:46:33.664Z] GO111MODULE=on go vet ./... [2022-05-23T13:46:35.043Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-23T13:46:35.302Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-23T13:46:35.563Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-23T13:46:36.146Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-05-23T13:46:36.433Z] + ls -al . [2022-05-23T13:46:36.433Z] total 684 [2022-05-23T13:46:36.433Z] drwxrwxr-x 10 1001 1001 4096 May 23 13:46 . [2022-05-23T13:46:36.433Z] drwxr-xr-x 4 root root 4096 May 23 13:45 .. [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 11 May 23 13:44 .dockerignore [2022-05-23T13:46:36.433Z] drwxrwxr-x 8 1001 1001 4096 May 23 13:45 .git [2022-05-23T13:46:36.433Z] drwxrwxr-x 3 1001 1001 4096 May 23 13:44 .github [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 879 May 23 13:44 .gitignore [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 42 May 23 13:44 .golangci.yml [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 87 May 23 13:44 .hadolint.yml [2022-05-23T13:46:36.433Z] drwxr-xr-x 3 1001 1001 4096 May 23 13:45 .semver [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 166 May 23 13:44 .sonarcloud.properties [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 1171 May 23 13:44 ADOPTERS.md [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 10086 May 23 13:44 Attribution.txt [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 63209 May 23 13:44 CHANGELOG.md [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 3804 May 23 13:44 CONTRIBUTING.md [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 677 May 23 13:44 GOVERNANCE.md [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 850 May 23 13:44 Jenkinsfile [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 10775 May 23 13:44 LICENSE [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 10389 May 23 13:44 Makefile [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 582 May 23 13:44 OWNERS.md [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 9094 May 23 13:44 README.md [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 6912 May 23 13:44 SECURITY.md [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 11 May 23 13:45 VERSION [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 4131 May 23 13:44 ZMQWindows.md [2022-05-23T13:46:36.433Z] drwxrwxr-x 2 1001 1001 4096 May 23 13:44 bin [2022-05-23T13:46:36.433Z] drwxrwxr-x 18 1001 1001 4096 May 23 13:44 cmd [2022-05-23T13:46:36.433Z] -rw-r--r-- 1 root root 435134 May 23 13:46 coverage.out [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 3217 May 23 13:44 go.mod [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 35084 May 23 13:45 go.sum [2022-05-23T13:46:36.433Z] drwxrwxr-x 8 1001 1001 4096 May 23 13:44 internal [2022-05-23T13:46:36.433Z] drwxrwxr-x 3 1001 1001 4096 May 23 13:44 openapi [2022-05-23T13:46:36.433Z] drwxrwxr-x 4 1001 1001 4096 May 23 13:44 snap [2022-05-23T13:46:36.433Z] -rw-rw-r-- 1 1001 1001 204 May 23 13:44 version.go [Pipeline] sh [2022-05-23T13:46:36.725Z] + '[' -e coverage.out ] [2022-05-23T13:46:36.725Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-05-23T13:46:36.823Z] Stashed 1 file(s) [Pipeline] sh [2022-05-23T13:46:37.109Z] + make build [2022-05-23T13:46:37.109Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-05-23T13:46:49.321Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-05-23T13:46:57.443Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-05-23T13:46:58.010Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-05-23T13:47:00.929Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-64372 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2022-05-23T13:47:00.942Z] Running in /w/workspace/edgex-go/232 [Pipeline] { [Pipeline] checkout [2022-05-23T13:47:01.266Z] The recommended git tool is: git [2022-05-23T13:47:03.283Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-05-23T13:47:03.852Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-05-23T13:47:04.421Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-05-23T13:47:05.802Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-05-23T13:47:06.078Z] using credential edgex-jenkins-ssh [2022-05-23T13:47:06.099Z] Cloning the remote Git repository [2022-05-23T13:47:06.372Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-05-23T13:47:06.160Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-05-23T13:47:06.237Z] > git init /w/workspace/edgex-go/232 # timeout=10 [2022-05-23T13:47:06.305Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-05-23T13:47:06.306Z] > git --version # timeout=10 [2022-05-23T13:47:06.325Z] > git --version # 'git version 2.25.1' [2022-05-23T13:47:06.327Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-23T13:47:07.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.4" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-05-23T13:47:06.461Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-23T13:47:07.877Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-05-23T13:47:08.817Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-05-23T13:47:10.200Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-05-23T13:47:11.159Z] $ docker stop --time=1 083ae53707518c63c9e4bd74c7bbe4729e65e21c2548305543bb8a9e129d1b15 [2022-05-23T13:47:13.530Z] $ docker rm -f 083ae53707518c63c9e4bd74c7bbe4729e65e21c2548305543bb8a9e129d1b15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:47:14.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-23T13:47:14.563Z] [2022-05-23T13:47:14.563Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:47:14.873Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-23T13:47:14.873Z] latest: Pulling from edgex-devops/edgex-compose [2022-05-23T13:47:14.873Z] cbdbe7a5bc2a: Pulling fs layer [2022-05-23T13:47:14.873Z] ca9280d653b3: Pulling fs layer [2022-05-23T13:47:14.873Z] 7e9c9ca2126c: Pulling fs layer [2022-05-23T13:47:14.873Z] cbdbe7a5bc2a: Verifying Checksum [2022-05-23T13:47:14.873Z] cbdbe7a5bc2a: Download complete [2022-05-23T13:47:15.133Z] ca9280d653b3: Verifying Checksum [2022-05-23T13:47:15.133Z] ca9280d653b3: Download complete [2022-05-23T13:47:15.133Z] cbdbe7a5bc2a: Pull complete [2022-05-23T13:47:15.393Z] 7e9c9ca2126c: Download complete [2022-05-23T13:47:15.652Z] ca9280d653b3: Pull complete [2022-05-23T13:47:18.947Z] 7e9c9ca2126c: Pull complete [2022-05-23T13:47:18.947Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-05-23T13:47:18.947Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-23T13:47:18.947Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-05-23T13:47:19.013Z] prd-ubuntu20.04-docker-8c-8g-64371 does not seem to be running inside a container [2022-05-23T13:47:19.053Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/232 -v /w/workspace/edgex-go/232:/w/workspace/edgex-go/232:rw,z -v /w/workspace/edgex-go/232@tmp:/w/workspace/edgex-go/232@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-23T13:47:20.465Z] $ docker top 105ef2a2204da46f5f0695599cf2554a3fe2d130442afba4a0be29f726d7f770 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T13:47:20.810Z] + docker-compose build --help [2022-05-23T13:47:20.811Z] + grep parallel [2022-05-23T13:47:21.382Z] --parallel Build images in parallel. [Pipeline] } [2022-05-23T13:47:21.398Z] $ docker stop --time=1 105ef2a2204da46f5f0695599cf2554a3fe2d130442afba4a0be29f726d7f770 [2022-05-23T13:47:22.688Z] $ docker rm -f 105ef2a2204da46f5f0695599cf2554a3fe2d130442afba4a0be29f726d7f770 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:47:23.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-05-23T13:47:23.082Z] . [Pipeline] withDockerContainer [2022-05-23T13:47:23.146Z] prd-ubuntu20.04-docker-8c-8g-64371 does not seem to be running inside a container [2022-05-23T13:47:23.221Z] $ 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/232 -v /w/workspace/edgex-go/232:/w/workspace/edgex-go/232:rw,z -v /w/workspace/edgex-go/232@tmp:/w/workspace/edgex-go/232@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-23T13:47:23.249Z] Avoid second fetch [2022-05-23T13:47:23.249Z] Checking out Revision a09756d4c706e8bde2f3d310e93d6c44bb943633 (main) [2022-05-23T13:47:23.614Z] $ docker top c9de23583169caa6c95eb3c4b538b1f84d582e414aa6c8194084b6adfdeea7f9 -eo pid,comm [2022-05-23T13:47:23.210Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-05-23T13:47:23.236Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-23T13:47:23.269Z] > git config core.sparsecheckout # timeout=10 [2022-05-23T13:47:23.283Z] > git checkout -f a09756d4c706e8bde2f3d310e93d6c44bb943633 # timeout=10 [Pipeline] { [Pipeline] sh [2022-05-23T13:47:23.976Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-05-23T13:47:24.545Z] Building core-command ... [2022-05-23T13:47:24.545Z] Building core-data ... [2022-05-23T13:47:24.545Z] Building core-metadata ... [2022-05-23T13:47:24.545Z] Building security-bootstrapper ... [2022-05-23T13:47:24.545Z] Building security-proxy-setup ... [2022-05-23T13:47:24.545Z] Building security-secretstore-setup ... [2022-05-23T13:47:24.545Z] Building security-spiffe-token-provider ... [2022-05-23T13:47:24.545Z] Building security-spire-agent ... [2022-05-23T13:47:24.545Z] Building security-spire-config ... [2022-05-23T13:47:24.545Z] Building security-spire-server ... [2022-05-23T13:47:24.545Z] Building support-notifications ... [2022-05-23T13:47:24.545Z] Building support-scheduler ... [2022-05-23T13:47:24.545Z] Building sys-mgmt-agent ... [2022-05-23T13:47:24.545Z] Building security-spire-agent [2022-05-23T13:47:24.545Z] Building sys-mgmt-agent [2022-05-23T13:47:24.545Z] Building core-data [2022-05-23T13:47:24.545Z] Building support-scheduler [2022-05-23T13:47:24.545Z] Building security-bootstrapper [2022-05-23T13:47:27.620Z] Commit message: "build(snap): exclude redundant eKuiper dependencies (#4035)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-23T13:47:28.515Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-23T13:47:28.515Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T13:47:28.515Z] Dload Upload Total Spent Left Speed [2022-05-23T13:47:28.515Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 46063 0 --:--:-- --:--:-- --:--:-- 46063 [Pipeline] sh [2022-05-23T13:47:29.027Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-23T13:47:29.367Z] + sudo+ jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}sudo /etc/docker/daemon.json tee [2022-05-23T13:47:29.367Z] /etc/docker/daemon.new [2022-05-23T13:47:29.367Z] { [2022-05-23T13:47:29.367Z] "registry-mirrors": [ [2022-05-23T13:47:29.367Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-23T13:47:29.367Z] ], [2022-05-23T13:47:29.367Z] "bip": "10.250.0.254/24", [2022-05-23T13:47:29.367Z] "hosts": [ [2022-05-23T13:47:29.367Z] "tcp://0.0.0.0:5555", [2022-05-23T13:47:29.367Z] "unix:///var/run/docker.sock" [2022-05-23T13:47:29.367Z] ], [2022-05-23T13:47:29.367Z] "mtu": 1458, [2022-05-23T13:47:29.367Z] "selinux-enabled": true, [2022-05-23T13:47:29.367Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-23T13:47:29.367Z] } [Pipeline] sh [2022-05-23T13:47:29.715Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-23T13:47:30.060Z] + sudo service docker restart [2022-05-23T13:47:39.441Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:47:39.441Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:47:39.441Z] ---> bb9441102559 [2022-05-23T13:47:39.441Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T13:47:39.441Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:47:39.441Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:47:39.441Z] ---> bb9441102559 [2022-05-23T13:47:39.441Z] Step 3/31 : WORKDIR /edgex-go [2022-05-23T13:47:39.441Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:47:39.441Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:47:39.441Z] ---> bb9441102559 [2022-05-23T13:47:39.441Z] Step 3/22 : WORKDIR /edgex-go [2022-05-23T13:47:39.441Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:47:39.441Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:47:39.441Z] ---> bb9441102559 [2022-05-23T13:47:39.441Z] Step 3/26 : WORKDIR /edgex-go [2022-05-23T13:47:39.441Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:47:39.441Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:47:39.441Z] ---> bb9441102559 [2022-05-23T13:47:39.441Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T13:47:41.986Z] ---> Running in 2b90d4833d20 [2022-05-23T13:47:41.986Z] ---> Running in 341214ed307d [2022-05-23T13:47:41.986Z] ---> Running in 12f3fa776e41 [2022-05-23T13:47:41.986Z] ---> Running in c36835237174 [2022-05-23T13:47:41.986Z] ---> Running in a499a66a29e2 [2022-05-23T13:47:41.986Z] Removing intermediate container c36835237174 [2022-05-23T13:47:41.986Z] ---> c4fd02851bd7 [2022-05-23T13:47:41.986Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:47:41.986Z] Removing intermediate container 341214ed307d [2022-05-23T13:47:41.986Z] ---> 9141961642cd [2022-05-23T13:47:41.986Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:47:41.986Z] Removing intermediate container 2b90d4833d20 [2022-05-23T13:47:41.986Z] ---> 845470cec8c0 [2022-05-23T13:47:41.986Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:47:41.986Z] Removing intermediate container a499a66a29e2 [2022-05-23T13:47:41.986Z] ---> ab6d5dc82c06 [2022-05-23T13:47:41.986Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:47:41.986Z] ---> Running in a33a64a94554 [2022-05-23T13:47:41.986Z] Removing intermediate container 12f3fa776e41 [2022-05-23T13:47:41.986Z] ---> 8d8ff9f0a32f [2022-05-23T13:47:41.986Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:47:41.986Z] ---> Running in edf93409a346 [2022-05-23T13:47:41.986Z] ---> Running in 8568e2d5aa8b [2022-05-23T13:47:41.986Z] ---> Running in 9b316130fe89 [2022-05-23T13:47:41.986Z] ---> Running in d0cd488dc2da [2022-05-23T13:47:42.555Z] Removing intermediate container a33a64a94554 [2022-05-23T13:47:42.555Z] ---> b37ed0942b99 [2022-05-23T13:47:42.555Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-05-23T13:47:42.555Z] ---> Running in 43efda6fb482 [2022-05-23T13:47:43.138Z] Removing intermediate container 8568e2d5aa8b [2022-05-23T13:47:43.138Z] ---> 9d5b1ae20dbf [2022-05-23T13:47:43.138Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-23T13:47:43.138Z] Removing intermediate container d0cd488dc2da [2022-05-23T13:47:43.138Z] ---> 1b989c9bfac9 [2022-05-23T13:47:43.138Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-05-23T13:47:43.138Z] ---> Running in bffb49a660aa [2022-05-23T13:47:43.407Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:47:43.407Z] Removing intermediate container 9b316130fe89 [2022-05-23T13:47:43.407Z] ---> d3f44458fb53 [2022-05-23T13:47:43.407Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-23T13:47:43.407Z] ---> Running in dfb183ed50c4 [2022-05-23T13:47:43.407Z] Removing intermediate container edf93409a346 [2022-05-23T13:47:43.407Z] ---> 165231e36817 [2022-05-23T13:47:43.407Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-05-23T13:47:43.407Z] ---> Running in 62c17e632fac [2022-05-23T13:47:43.407Z] ---> Running in c4edd3923136 [2022-05-23T13:47:43.671Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:47:43.671Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:47:43.671Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:47:43.931Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:47:44.193Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:47:44.456Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:47:44.456Z] OK: 221 MiB in 52 packages [2022-05-23T13:47:44.456Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:47:44.456Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:47:44.715Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:47:44.716Z] OK: 221 MiB in 52 packages [2022-05-23T13:47:44.716Z] Removing intermediate container 43efda6fb482 [2022-05-23T13:47:44.716Z] ---> 049b309ee5cd [2022-05-23T13:47:44.716Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T13:47:44.975Z] OK: 221 MiB in 52 packages [2022-05-23T13:47:44.975Z] ---> ec225fb4932f [2022-05-23T13:47:44.975Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:47:44.975Z] OK: 221 MiB in 52 packages [2022-05-23T13:47:44.975Z] ---> Running in e4c29382cf9b [2022-05-23T13:47:44.975Z] Removing intermediate container bffb49a660aa [2022-05-23T13:47:44.975Z] ---> 24f174b5769d [2022-05-23T13:47:44.975Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-23T13:47:45.233Z] ---> 377b48cfb406 [2022-05-23T13:47:45.233Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:47:45.233Z] ---> Running in a84f3c553df9 [2022-05-23T13:47:45.493Z] Removing intermediate container dfb183ed50c4 [2022-05-23T13:47:45.493Z] ---> c73855d9a918 [2022-05-23T13:47:45.493Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T13:47:45.493Z] Removing intermediate container c4edd3923136 [2022-05-23T13:47:45.493Z] ---> a2df25e6c6bc [2022-05-23T13:47:45.493Z] Step 6/31 : COPY go.mod vendor* ./ [2022-05-23T13:47:45.493Z] OK: 221 MiB in 52 packages [2022-05-23T13:47:45.493Z] ---> 8b4d7e67a826 [2022-05-23T13:47:45.754Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:47:45.754Z] ---> 5e37e5a5b349 [2022-05-23T13:47:45.754Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:47:45.754Z] ---> Running in aa00273bce3d [2022-05-23T13:47:45.754Z] ---> Running in c27132c7c405 [2022-05-23T13:47:46.326Z] Removing intermediate container e4c29382cf9b [2022-05-23T13:47:46.326Z] ---> ef3986f7cd08 [2022-05-23T13:47:46.326Z] Step 8/23 : COPY . . [2022-05-23T13:47:46.326Z] Removing intermediate container 62c17e632fac [2022-05-23T13:47:46.326Z] ---> ee1901cd98f4 [2022-05-23T13:47:46.326Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-23T13:47:46.326Z] Removing intermediate container a84f3c553df9 [2022-05-23T13:47:46.326Z] ---> 65af9b4fb282 [2022-05-23T13:47:46.326Z] Step 8/22 : COPY . . [2022-05-23T13:47:47.265Z] ---> 9dceb6c20fb2 [2022-05-23T13:47:47.265Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T13:47:48.418Z] provisioning config files... [2022-05-23T13:47:48.443Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/232@tmp/config1314062327761714510tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T13:47:48.804Z] ---> docker-login.sh [2022-05-23T13:47:48.804Z] nexus3.edgexfoundry.org:10001 [2022-05-23T13:47:49.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T13:47:49.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T13:47:49.678Z] Configure a credential helper to remove this warning. See [2022-05-23T13:47:49.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T13:47:49.678Z] [2022-05-23T13:47:49.678Z] Login Succeeded [2022-05-23T13:47:49.678Z] nexus3.edgexfoundry.org:10002 [2022-05-23T13:47:49.826Z] ---> Running in c5ad967c1c7a [2022-05-23T13:47:49.826Z] Removing intermediate container aa00273bce3d [2022-05-23T13:47:49.826Z] ---> e41f58bba61d [2022-05-23T13:47:49.826Z] Step 8/23 : COPY . . [2022-05-23T13:47:49.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T13:47:50.086Z] Removing intermediate container c27132c7c405 [2022-05-23T13:47:50.086Z] ---> 3ba679b75d87 [2022-05-23T13:47:50.086Z] Step 8/31 : COPY . . [2022-05-23T13:47:50.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T13:47:50.226Z] Configure a credential helper to remove this warning. See [2022-05-23T13:47:50.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T13:47:50.226Z] [2022-05-23T13:47:50.226Z] Login Succeeded [2022-05-23T13:47:50.226Z] nexus3.edgexfoundry.org:10003 [2022-05-23T13:47:50.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T13:47:50.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T13:47:50.503Z] Configure a credential helper to remove this warning. See [2022-05-23T13:47:50.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T13:47:50.503Z] [2022-05-23T13:47:50.503Z] Login Succeeded [2022-05-23T13:47:50.503Z] nexus3.edgexfoundry.org:10004 [2022-05-23T13:47:51.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T13:47:51.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T13:47:51.106Z] Configure a credential helper to remove this warning. See [2022-05-23T13:47:51.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T13:47:51.106Z] [2022-05-23T13:47:51.106Z] Login Succeeded [2022-05-23T13:47:51.106Z] docker.io [2022-05-23T13:47:51.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T13:47:51.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T13:47:51.976Z] Configure a credential helper to remove this warning. See [2022-05-23T13:47:51.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T13:47:51.976Z] [2022-05-23T13:47:51.976Z] Login Succeeded [2022-05-23T13:47:51.976Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T13:47:51.994Z] Deleting 1 temporary files [Pipeline] // configFileProvider [2022-05-23T13:47:52.005Z] ---> 259c31852b91 [2022-05-23T13:47:52.005Z] Step 9/23 : RUN make cmd/core-data/core-data [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-23T13:47:52.516Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T13:47:52.529Z] ========================================================= [2022-05-23T13:47:52.529Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-23T13:47:52.529Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-05-23T13:47:52.858Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-23T13:47:52.948Z] ---> Running in 56c00daa6955 [2022-05-23T13:47:53.141Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-23T13:47:53.141Z] 9b3977197b4f: Pulling fs layer [2022-05-23T13:47:53.141Z] 1a89e8eeedd5: Pulling fs layer [2022-05-23T13:47:53.141Z] 94645a83ff95: Pulling fs layer [2022-05-23T13:47:53.141Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-23T13:47:53.141Z] 0c92f367c5e7: Pulling fs layer [2022-05-23T13:47:53.141Z] 3096ccb668a1: Pulling fs layer [2022-05-23T13:47:53.141Z] e8cf19c19ddd: Pulling fs layer [2022-05-23T13:47:53.141Z] a4caa8a26152: Pulling fs layer [2022-05-23T13:47:53.141Z] 3f3a8bcf1eab: Waiting [2022-05-23T13:47:53.141Z] 0c92f367c5e7: Waiting [2022-05-23T13:47:53.141Z] e8cf19c19ddd: Waiting [2022-05-23T13:47:53.141Z] 3096ccb668a1: Waiting [2022-05-23T13:47:53.141Z] a4caa8a26152: Waiting [2022-05-23T13:47:53.141Z] 94645a83ff95: Verifying Checksum [2022-05-23T13:47:53.141Z] 94645a83ff95: Download complete [2022-05-23T13:47:53.141Z] 1a89e8eeedd5: Verifying Checksum [2022-05-23T13:47:53.141Z] 1a89e8eeedd5: Download complete [2022-05-23T13:47:53.141Z] 0c92f367c5e7: Verifying Checksum [2022-05-23T13:47:53.141Z] 0c92f367c5e7: Download complete [2022-05-23T13:47:53.141Z] 9b3977197b4f: Verifying Checksum [2022-05-23T13:47:53.141Z] 9b3977197b4f: Download complete [2022-05-23T13:47:53.141Z] 3096ccb668a1: Verifying Checksum [2022-05-23T13:47:53.141Z] 3096ccb668a1: Download complete [2022-05-23T13:47:53.141Z] e8cf19c19ddd: Verifying Checksum [2022-05-23T13:47:53.141Z] e8cf19c19ddd: Download complete [2022-05-23T13:47:53.208Z] ---> 66796149dfd5 [2022-05-23T13:47:53.209Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-05-23T13:47:53.468Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-05-23T13:47:53.468Z] ---> Running in 782018a0d526 [2022-05-23T13:47:53.468Z] Removing intermediate container c5ad967c1c7a [2022-05-23T13:47:53.468Z] ---> fad0fe1a7bf1 [2022-05-23T13:47:53.468Z] Step 8/26 : COPY . . [2022-05-23T13:47:53.736Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-05-23T13:47:54.148Z] 9b3977197b4f: Pull complete [2022-05-23T13:47:54.423Z] 1a89e8eeedd5: Pull complete [2022-05-23T13:47:55.020Z] 94645a83ff95: Pull complete [2022-05-23T13:47:55.298Z] a4caa8a26152: Verifying Checksum [2022-05-23T13:47:55.298Z] a4caa8a26152: Download complete [2022-05-23T13:47:55.576Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-23T13:47:55.576Z] 3f3a8bcf1eab: Download complete [2022-05-23T13:48:00.346Z] ---> 6d025dd49c07 [2022-05-23T13:48:00.346Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-05-23T13:48:00.346Z] ---> Running in c6e4875352da [2022-05-23T13:48:00.346Z] ---> c5ffef9ef2c7 [2022-05-23T13:48:00.346Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-05-23T13:48:00.346Z] ---> 78980e5ef4b4 [2022-05-23T13:48:00.346Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-23T13:48:00.346Z] ---> Running in a8b5c6cfe9d5 [2022-05-23T13:48:00.346Z] ---> Running in 3f86ef0561cf [2022-05-23T13:48:00.607Z] Removing intermediate container 3f86ef0561cf [2022-05-23T13:48:00.607Z] ---> d30754fe428f [2022-05-23T13:48:00.607Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-23T13:48:00.607Z] ---> Running in f2dcef5a502c [2022-05-23T13:48:00.866Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-05-23T13:48:00.866Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-05-23T13:48:02.767Z] Removing intermediate container f2dcef5a502c [2022-05-23T13:48:02.767Z] ---> 6706681b9d66 [2022-05-23T13:48:02.767Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-23T13:48:02.767Z] ---> Running in 62bed0e30d88 [2022-05-23T13:48:03.024Z] Removing intermediate container 62bed0e30d88 [2022-05-23T13:48:03.024Z] ---> 77e03f00ed37 [2022-05-23T13:48:03.024Z] 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-23T13:48:03.024Z] ---> Running in bef21e0a7cd4 [2022-05-23T13:48:04.407Z] spire-1.2.1/ [2022-05-23T13:48:04.407Z] spire-1.2.1/.data/ [2022-05-23T13:48:04.407Z] spire-1.2.1/.data/.file [2022-05-23T13:48:04.407Z] spire-1.2.1/.dockerignore [2022-05-23T13:48:04.407Z] spire-1.2.1/.gitattributes [2022-05-23T13:48:04.407Z] spire-1.2.1/.githooks/ [2022-05-23T13:48:04.407Z] spire-1.2.1/.githooks/pre-commit [2022-05-23T13:48:04.407Z] spire-1.2.1/.github/ [2022-05-23T13:48:04.407Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-23T13:48:04.407Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-23T13:48:04.407Z] spire-1.2.1/.github/dependabot.yml [2022-05-23T13:48:04.407Z] spire-1.2.1/.github/workflows/ [2022-05-23T13:48:04.407Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-23T13:48:04.407Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-23T13:48:04.407Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-23T13:48:04.407Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-23T13:48:04.407Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-23T13:48:04.407Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-23T13:48:04.407Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-23T13:48:04.407Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-23T13:48:04.407Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-23T13:48:04.407Z] spire-1.2.1/.gitignore [2022-05-23T13:48:04.407Z] spire-1.2.1/.go-version [2022-05-23T13:48:04.407Z] spire-1.2.1/.golangci.yml [2022-05-23T13:48:04.407Z] spire-1.2.1/ADOPTERS.md [2022-05-23T13:48:04.407Z] spire-1.2.1/CHANGELOG.md [2022-05-23T13:48:04.407Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-23T13:48:04.407Z] spire-1.2.1/CODEOWNERS [2022-05-23T13:48:04.407Z] spire-1.2.1/CONTRIBUTING.md [2022-05-23T13:48:04.407Z] spire-1.2.1/Dockerfile [2022-05-23T13:48:04.407Z] spire-1.2.1/Dockerfile.dev [2022-05-23T13:48:04.407Z] spire-1.2.1/Dockerfile.scratch [2022-05-23T13:48:04.407Z] spire-1.2.1/LICENSE [2022-05-23T13:48:04.407Z] spire-1.2.1/MAINTAINERS.md [2022-05-23T13:48:04.407Z] spire-1.2.1/Makefile [2022-05-23T13:48:04.407Z] spire-1.2.1/README.md [2022-05-23T13:48:04.407Z] spire-1.2.1/ROADMAP.md [2022-05-23T13:48:04.407Z] spire-1.2.1/SECURITY.md [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/ [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/ [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/ [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-23T13:48:04.407Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-23T13:48:04.408Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-23T13:48:04.408Z] spire-1.2.1/conf/ [2022-05-23T13:48:04.408Z] spire-1.2.1/conf/agent/ [2022-05-23T13:48:04.408Z] spire-1.2.1/conf/agent/agent.conf [2022-05-23T13:48:04.408Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-23T13:48:04.408Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-23T13:48:04.408Z] spire-1.2.1/conf/server/ [2022-05-23T13:48:04.408Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-23T13:48:04.408Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-23T13:48:04.408Z] spire-1.2.1/conf/server/server.conf [2022-05-23T13:48:04.408Z] spire-1.2.1/conf/server/server_full.conf [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/ [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/SPIRE101.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/auditlog.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/images/ [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/scaling_spire.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/spire_agent.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/spire_server.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/supported_integrations.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/telemetry.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/telemetry_config.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/upgrading.md [2022-05-23T13:48:04.408Z] spire-1.2.1/doc/using_spire.md [2022-05-23T13:48:04.408Z] spire-1.2.1/examples/ [2022-05-23T13:48:04.408Z] spire-1.2.1/examples/README.md [2022-05-23T13:48:04.408Z] spire-1.2.1/go.mod [2022-05-23T13:48:04.408Z] spire-1.2.1/go.sum [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/agent.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/client/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/common/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/config.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T13:48:04.408Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/svid/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/names.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/auth/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cli/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-23T13:48:04.409Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/health/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/health/config.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/health/context.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/health/health.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/idutil/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/log/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/log/log.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/log/options.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/profiling/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/selector/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/uptime/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/util/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/util/task.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/version/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/version/version.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/x509util/ [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-23T13:48:04.410Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/api.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/health/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/id.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/status.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/bundle/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/ca/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/cache/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/catalog/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/config.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/datastore/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-23T13:48:04.411Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-23T13:48:04.672Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-23T13:48:04.673Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/registration/ [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/server.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/server_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/svid/ [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/ [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/private/ [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/private/server/ [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/private/server/journal/ [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/ [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/common/ [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/plugin/ [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-23T13:48:04.674Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-23T13:48:04.674Z] spire-1.2.1/release/ [2022-05-23T13:48:04.674Z] spire-1.2.1/release/spire-extras/ [2022-05-23T13:48:04.674Z] spire-1.2.1/release/spire-extras/README.md [2022-05-23T13:48:04.674Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-23T13:48:04.674Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-23T13:48:04.674Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-23T13:48:04.674Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-23T13:48:04.674Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-23T13:48:04.674Z] spire-1.2.1/release/spire/ [2022-05-23T13:48:04.674Z] spire-1.2.1/release/spire/README.md [2022-05-23T13:48:04.674Z] spire-1.2.1/release/spire/conf/ [2022-05-23T13:48:04.674Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-23T13:48:04.674Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-23T13:48:04.674Z] spire-1.2.1/release/spire/conf/server/ [2022-05-23T13:48:04.674Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-23T13:48:04.674Z] spire-1.2.1/script/ [2022-05-23T13:48:04.674Z] spire-1.2.1/script/build-artifact.sh [2022-05-23T13:48:04.674Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-23T13:48:04.674Z] spire-1.2.1/support/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-23T13:48:04.674Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-23T13:48:04.675Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-23T13:48:04.675Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-23T13:48:04.675Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/clock/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/clock/clock.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/fixture.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/registration/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-23T13:48:04.675Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/README.md [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/common [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-23T13:48:04.675Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-23T13:48:04.676Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-23T13:48:04.677Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/test-one.sh [2022-05-23T13:48:04.678Z] spire-1.2.1/test/integration/test.sh [2022-05-23T13:48:04.678Z] spire-1.2.1/test/plugintest/ [2022-05-23T13:48:04.678Z] spire-1.2.1/test/plugintest/config.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/plugintest/load.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/plugintest/option.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/spiretest/ [2022-05-23T13:48:04.678Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/spiretest/dir.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/spiretest/logs.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/spiretest/suite.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/spiretest/x509.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/testca/ [2022-05-23T13:48:04.678Z] spire-1.2.1/test/testca/ca.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/testkey/ [2022-05-23T13:48:04.678Z] spire-1.2.1/test/testkey/generate.sh [2022-05-23T13:48:04.678Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/testkey/keys.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/testkey/new.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/tpmsimulator/ [2022-05-23T13:48:04.678Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/util/ [2022-05-23T13:48:04.678Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/util/cert_generation.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/util/io_redirection.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/util/race.go [2022-05-23T13:48:04.678Z] spire-1.2.1/test/util/util.go [2022-05-23T13:48:04.678Z] building spire from source... [2022-05-23T13:48:04.678Z] Installing go1.17.7... [2022-05-23T13:48:08.001Z] 3f3a8bcf1eab: Pull complete [2022-05-23T13:48:08.001Z] 0c92f367c5e7: Pull complete [2022-05-23T13:48:08.278Z] 3096ccb668a1: Pull complete [2022-05-23T13:48:08.551Z] e8cf19c19ddd: Pull complete [2022-05-23T13:48:09.943Z] Building bin/spire-server... [2022-05-23T13:48:09.943Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-23T13:48:09.943Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-23T13:48:09.943Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-23T13:48:09.943Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-23T13:48:09.943Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-23T13:48:10.201Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-23T13:48:10.201Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-23T13:48:10.201Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-23T13:48:10.201Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-23T13:48:10.201Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-23T13:48:10.458Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-23T13:48:10.458Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-23T13:48:10.458Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-23T13:48:10.459Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-23T13:48:10.459Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-23T13:48:10.459Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-23T13:48:10.459Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-23T13:48:10.459Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-23T13:48:10.459Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-23T13:48:10.717Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-23T13:48:10.717Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-23T13:48:10.717Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-23T13:48:10.976Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-23T13:48:10.976Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-23T13:48:10.976Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-23T13:48:10.976Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-23T13:48:10.976Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-23T13:48:10.976Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-23T13:48:10.976Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-23T13:48:10.976Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-23T13:48:10.976Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-23T13:48:10.976Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-23T13:48:10.976Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-23T13:48:10.976Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-23T13:48:10.976Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-23T13:48:10.976Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-23T13:48:10.976Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-23T13:48:11.234Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-23T13:48:11.234Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-23T13:48:11.234Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-23T13:48:11.234Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-23T13:48:11.234Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-23T13:48:11.234Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-23T13:48:11.234Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-23T13:48:11.234Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-23T13:48:11.234Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-23T13:48:11.234Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-23T13:48:11.234Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-23T13:48:11.234Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-23T13:48:11.494Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-23T13:48:11.494Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-23T13:48:11.494Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-23T13:48:11.494Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-23T13:48:11.494Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-23T13:48:11.494Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-23T13:48:12.060Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-23T13:48:13.967Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-23T13:48:13.967Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-23T13:48:13.967Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-23T13:48:13.967Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-23T13:48:13.967Z] go: downloading google.golang.org/api v0.70.0 [2022-05-23T13:48:13.967Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-23T13:48:14.902Z] go: downloading k8s.io/api v0.23.4 [2022-05-23T13:48:14.902Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-23T13:48:15.274Z] a4caa8a26152: Pull complete [2022-05-23T13:48:15.274Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-23T13:48:15.274Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-23T13:48:15.274Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-05-23T13:48:15.625Z] + docker build -t ci-base-image-arm64 -f - . [2022-05-23T13:48:15.626Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-23T13:48:15.626Z] WORKDIR /edgex [2022-05-23T13:48:15.626Z] COPY go.mod . [2022-05-23T13:48:15.626Z] RUN go mod download [2022-05-23T13:48:18.265Z] Sending build context to Docker daemon 169.4MB [2022-05-23T13:48:18.265Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-23T13:48:18.265Z] ---> 725f1c02e7f9 [2022-05-23T13:48:18.265Z] Step 2/4 : WORKDIR /edgex [2022-05-23T13:48:19.715Z] ---> Running in a415be4479e2 [2022-05-23T13:48:19.715Z] Removing intermediate container a415be4479e2 [2022-05-23T13:48:19.715Z] ---> 997295c2d0d7 [2022-05-23T13:48:19.715Z] Step 3/4 : COPY go.mod . [2022-05-23T13:48:20.171Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-23T13:48:20.172Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-23T13:48:20.172Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-23T13:48:20.172Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-23T13:48:20.172Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-23T13:48:20.172Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-23T13:48:20.172Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-23T13:48:20.172Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-23T13:48:20.172Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-23T13:48:20.172Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-23T13:48:20.172Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-23T13:48:20.172Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-23T13:48:20.172Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-23T13:48:20.172Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-23T13:48:20.172Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-23T13:48:20.172Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-23T13:48:20.172Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-23T13:48:20.172Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-23T13:48:20.172Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-23T13:48:20.172Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-23T13:48:20.172Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-23T13:48:20.172Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-23T13:48:20.172Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-23T13:48:20.172Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-23T13:48:20.172Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-23T13:48:20.172Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-23T13:48:20.172Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-23T13:48:20.172Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-23T13:48:20.172Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-23T13:48:20.172Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-23T13:48:20.172Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-23T13:48:20.172Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-23T13:48:20.172Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-23T13:48:20.313Z] ---> 47474288faab [2022-05-23T13:48:20.313Z] Step 4/4 : RUN go mod download [2022-05-23T13:48:20.313Z] ---> Running in 7494a9e25ac8 [2022-05-23T13:48:20.656Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-23T13:48:20.656Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-23T13:48:20.656Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-23T13:48:20.656Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-23T13:48:20.656Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-23T13:48:20.915Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-23T13:48:20.915Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-23T13:48:20.915Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-23T13:48:20.915Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-23T13:48:20.915Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-23T13:48:20.915Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-23T13:48:20.915Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-23T13:48:20.915Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-23T13:48:20.915Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-23T13:48:20.915Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-23T13:48:20.915Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-23T13:48:20.915Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-23T13:48:20.915Z] go: downloading go.opencensus.io v0.23.0 [2022-05-23T13:48:20.915Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-23T13:48:20.915Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-23T13:48:20.915Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-23T13:48:20.915Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-23T13:48:20.915Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-23T13:48:20.915Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-23T13:48:20.915Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-23T13:48:20.915Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-23T13:48:21.272Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-23T13:48:21.272Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-23T13:48:21.272Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-23T13:48:21.272Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-23T13:48:21.272Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-23T13:48:21.272Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-23T13:48:21.272Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-23T13:48:21.272Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-23T13:48:21.272Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-23T13:48:21.533Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-23T13:48:21.533Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-23T13:48:21.533Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-23T13:48:21.533Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-23T13:48:21.533Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-23T13:48:21.533Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-23T13:48:21.533Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-23T13:48:21.533Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-23T13:48:21.533Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-23T13:48:21.533Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-23T13:48:28.112Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-23T13:48:28.112Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-23T13:48:32.302Z] Removing intermediate container a8b5c6cfe9d5 [2022-05-23T13:48:32.302Z] ---> 1246d06515f8 [2022-05-23T13:48:32.302Z] [2022-05-23T13:48:32.302Z] Step 10/31 : FROM alpine:3.14 [2022-05-23T13:48:32.302Z] Removing intermediate container c6e4875352da [2022-05-23T13:48:32.302Z] ---> 5f1450eb5b1a [2022-05-23T13:48:32.302Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-05-23T13:48:32.302Z] Removing intermediate container 56c00daa6955 [2022-05-23T13:48:32.302Z] ---> f4576146e4b9 [2022-05-23T13:48:32.302Z] [2022-05-23T13:48:32.302Z] Step 10/23 : FROM alpine:3.14 [2022-05-23T13:48:32.302Z] Removing intermediate container 782018a0d526 [2022-05-23T13:48:32.302Z] ---> 82b8b0ba646a [2022-05-23T13:48:32.302Z] [2022-05-23T13:48:32.302Z] Step 10/22 : FROM alpine:3.14 [2022-05-23T13:48:32.302Z] ---> Running in c9a575ce66b5 [2022-05-23T13:48:32.560Z] 3.14: Pulling from library/alpine [2022-05-23T13:48:32.560Z] 3.14: Pulling from library/alpine [2022-05-23T13:48:33.129Z] 3.14: Pulling from library/alpine [2022-05-23T13:48:33.699Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-05-23T13:48:33.699Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-23T13:48:33.699Z] Status: Downloaded newer image for alpine:3.14 [2022-05-23T13:48:33.699Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-23T13:48:33.699Z] Status: Image is up to date for alpine:3.14 [2022-05-23T13:48:33.699Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-23T13:48:33.699Z] Status: Image is up to date for alpine:3.14 [2022-05-23T13:48:33.699Z] ---> e04c818066af [2022-05-23T13:48:33.699Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-05-23T13:48:33.699Z] ---> e04c818066af [2022-05-23T13:48:33.699Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-05-23T13:48:33.699Z] ---> e04c818066af [2022-05-23T13:48:33.699Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-05-23T13:48:34.281Z] ---> Running in 1dde6f8eda62 [2022-05-23T13:48:34.281Z] ---> Running in 90131c74f90d [2022-05-23T13:48:34.281Z] ---> Running in 15ee03db719d [2022-05-23T13:48:34.544Z] Removing intermediate container 90131c74f90d [2022-05-23T13:48:34.544Z] ---> f30c117ed7b1 [2022-05-23T13:48:34.544Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-05-23T13:48:34.544Z] Removing intermediate container 1dde6f8eda62 [2022-05-23T13:48:34.544Z] ---> a7bed26e6966 [2022-05-23T13:48:34.544Z] Step 12/23 : ENV APP_PORT=59880 [2022-05-23T13:48:34.835Z] ---> Running in 4fd3e5b1eed8 [2022-05-23T13:48:34.835Z] ---> Running in ab40ff6c7fef [2022-05-23T13:48:34.835Z] Removing intermediate container c9a575ce66b5 [2022-05-23T13:48:34.835Z] ---> 92c96252098e [2022-05-23T13:48:34.835Z] [2022-05-23T13:48:34.835Z] Step 11/23 : FROM docker:20.10.14 [2022-05-23T13:48:35.097Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:48:35.097Z] Removing intermediate container ab40ff6c7fef [2022-05-23T13:48:35.097Z] ---> fa9f6884be60 [2022-05-23T13:48:35.097Z] Step 13/23 : EXPOSE $APP_PORT [2022-05-23T13:48:35.097Z] 20.10.14: Pulling from library/docker [2022-05-23T13:48:35.097Z] ---> Running in 0bc3b357f115 [2022-05-23T13:48:35.097Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:48:35.361Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-05-23T13:48:35.361Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:48:35.361Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T13:48:35.361Z] OK: 6 MiB in 15 packages [2022-05-23T13:48:35.361Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:48:35.361Z] Removing intermediate container 0bc3b357f115 [2022-05-23T13:48:35.361Z] ---> b64e62bbbb3d [2022-05-23T13:48:35.361Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:48:35.621Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-05-23T13:48:35.621Z] (2/2) Installing su-exec (0.2-r1) [2022-05-23T13:48:35.621Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T13:48:35.621Z] OK: 6 MiB in 16 packages [2022-05-23T13:48:35.621Z] ---> Running in e2a94429b32b [2022-05-23T13:48:36.566Z] Removing intermediate container 15ee03db719d [2022-05-23T13:48:36.566Z] ---> 9fd76ea4bd9e [2022-05-23T13:48:36.566Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-23T13:48:36.826Z] ---> Running in ddfa64d24d21 [2022-05-23T13:48:36.826Z] Removing intermediate container 4fd3e5b1eed8 [2022-05-23T13:48:36.826Z] ---> a3dbe07a3562 [2022-05-23T13:48:36.826Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-05-23T13:48:37.095Z] ---> Running in a8575a714c1d [2022-05-23T13:48:37.095Z] Removing intermediate container ddfa64d24d21 [2022-05-23T13:48:37.095Z] ---> d21261864bf0 [2022-05-23T13:48:37.095Z] Step 13/22 : ENV APP_PORT=59861 [2022-05-23T13:48:37.095Z] ---> Running in 9bb2922cfe94 [2022-05-23T13:48:37.356Z] Removing intermediate container a8575a714c1d [2022-05-23T13:48:37.356Z] ---> be361c9636bf [2022-05-23T13:48:37.356Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-05-23T13:48:37.644Z] Removing intermediate container 9bb2922cfe94 [2022-05-23T13:48:37.644Z] ---> ffdd764e87a5 [2022-05-23T13:48:37.644Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-23T13:48:37.644Z] ---> Running in b288759e63f0 [2022-05-23T13:48:37.644Z] ---> Running in 5ff5d8284674 [2022-05-23T13:48:37.644Z] Removing intermediate container e2a94429b32b [2022-05-23T13:48:37.644Z] ---> 2c166981946a [2022-05-23T13:48:37.644Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-23T13:48:37.906Z] ---> Running in bd762030ee4c [2022-05-23T13:48:37.906Z] Removing intermediate container b288759e63f0 [2022-05-23T13:48:37.906Z] ---> 833f8b8e2246 [2022-05-23T13:48:37.906Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-05-23T13:48:38.167Z] Removing intermediate container 5ff5d8284674 [2022-05-23T13:48:38.167Z] ---> 31dfa64b7445 [2022-05-23T13:48:38.167Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T13:48:38.167Z] ---> Running in 6ec22a6e0e8e [2022-05-23T13:48:38.429Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:48:38.690Z] ---> 383dbde3f638 [2022-05-23T13:48:38.690Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-05-23T13:48:39.261Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:48:39.851Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-23T13:48:39.851Z] ---> d0f57e392c72 [2022-05-23T13:48:39.851Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-05-23T13:48:39.851Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-23T13:48:39.851Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-23T13:48:39.851Z] Removing intermediate container 6ec22a6e0e8e [2022-05-23T13:48:39.851Z] ---> 2e0687f2e418 [2022-05-23T13:48:39.851Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-05-23T13:48:40.114Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-23T13:48:40.114Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-23T13:48:40.114Z] ---> Running in ea2cbae50c0a [2022-05-23T13:48:40.114Z] ---> d2810f267f0a [2022-05-23T13:48:40.114Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-05-23T13:48:40.114Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-23T13:48:40.373Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T13:48:40.373Z] OK: 8 MiB in 20 packages [2022-05-23T13:48:40.373Z] ---> Running in 3ef055aa13fb [2022-05-23T13:48:40.373Z] Removing intermediate container ea2cbae50c0a [2022-05-23T13:48:40.373Z] ---> b48929a46b0e [2022-05-23T13:48:40.373Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-05-23T13:48:40.632Z] Removing intermediate container 3ef055aa13fb [2022-05-23T13:48:40.632Z] ---> 901f7a6b5732 [2022-05-23T13:48:40.632Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T13:48:40.892Z] ---> Running in 99321f32f994 [2022-05-23T13:48:40.892Z] ---> 7985287ae3cf [2022-05-23T13:48:40.892Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-05-23T13:48:41.179Z] ---> Running in 06ed42e84ccf [2022-05-23T13:48:41.179Z] Removing intermediate container 99321f32f994 [2022-05-23T13:48:41.179Z] ---> 537011970348 [2022-05-23T13:48:41.179Z] Step 20/22 : LABEL arch=x86_64 [2022-05-23T13:48:41.179Z] Removing intermediate container bd762030ee4c [2022-05-23T13:48:41.179Z] ---> 9e1bca730119 [2022-05-23T13:48:41.179Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T13:48:41.438Z] ---> Running in be04cfcbf0ab [2022-05-23T13:48:41.702Z] ---> 911fd1e9abd9 [2022-05-23T13:48:41.702Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-05-23T13:48:41.961Z] Removing intermediate container be04cfcbf0ab [2022-05-23T13:48:41.961Z] ---> 8193b1236b2a [2022-05-23T13:48:41.961Z] Step 21/22 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:48:41.961Z] ---> Running in 3667f277a574 [2022-05-23T13:48:42.547Z] Removing intermediate container 3667f277a574 [2022-05-23T13:48:42.547Z] ---> f5394f8dc730 [2022-05-23T13:48:42.547Z] Step 22/22 : LABEL version=2.2.1-dev.4 [2022-05-23T13:48:42.547Z] ---> Running in 6dc12c4d9be8 [2022-05-23T13:48:42.806Z] ---> 773b8152e636 [2022-05-23T13:48:42.806Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-05-23T13:48:42.806Z] Removing intermediate container 06ed42e84ccf [2022-05-23T13:48:42.806Z] ---> fc2fa3036451 [2022-05-23T13:48:42.806Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T13:48:42.806Z] Removing intermediate container 6dc12c4d9be8 [2022-05-23T13:48:42.806Z] ---> f72a36ed06af [2022-05-23T13:48:42.806Z] [2022-05-23T13:48:43.066Z] Successfully built f72a36ed06af [2022-05-23T13:48:43.066Z] Successfully tagged support-scheduler:latest [2022-05-23T13:48:43.066Z]  Building support-scheduler ... done Building support-notifications [2022-05-23T13:48:44.002Z] ---> fe4e31d5e06d [2022-05-23T13:48:44.002Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-05-23T13:48:44.571Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-05-23T13:48:44.572Z] Status: Downloaded newer image for docker:20.10.14 [2022-05-23T13:48:44.831Z] ---> 7417809fdb73 [2022-05-23T13:48:44.831Z] 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-23T13:48:44.831Z] ---> 6f503e26e6ad [2022-05-23T13:48:44.831Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-05-23T13:48:44.831Z] ---> Running in e333024ea42c [2022-05-23T13:48:44.831Z] ---> Running in 67f869b49493 [2022-05-23T13:48:45.093Z] Removing intermediate container e333024ea42c [2022-05-23T13:48:45.093Z] ---> 96466705853c [2022-05-23T13:48:45.093Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T13:48:45.384Z] ---> Running in 850374fd1834 [2022-05-23T13:48:45.384Z] Removing intermediate container 67f869b49493 [2022-05-23T13:48:45.384Z] ---> 5dc18baf1a63 [2022-05-23T13:48:45.384Z] 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-23T13:48:45.384Z] ---> Running in 3efc9c57eb8d [2022-05-23T13:48:45.644Z] Removing intermediate container 850374fd1834 [2022-05-23T13:48:45.644Z] ---> c5b0f36a4837 [2022-05-23T13:48:45.644Z] Step 21/23 : LABEL arch=x86_64 [2022-05-23T13:48:45.905Z] ---> Running in 96897c3ed33c [2022-05-23T13:48:45.905Z] ---> 199a5aa40699 [2022-05-23T13:48:45.905Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-05-23T13:48:46.182Z] Removing intermediate container 96897c3ed33c [2022-05-23T13:48:46.182Z] ---> 6abdffef7e4e [2022-05-23T13:48:46.182Z] Step 22/23 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:48:46.182Z] ---> Running in 53b4d8b49bea [2022-05-23T13:48:46.450Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:48:46.450Z] ---> ab23ee843136 [2022-05-23T13:48:46.450Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-05-23T13:48:46.710Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:48:46.710Z] Removing intermediate container 53b4d8b49bea [2022-05-23T13:48:46.710Z] ---> edccceaf43ec [2022-05-23T13:48:46.710Z] Step 23/23 : LABEL version=2.2.1-dev.4 [2022-05-23T13:48:46.710Z] ---> Running in 7351467e87de [2022-05-23T13:48:46.710Z] (1/43) Installing readline (8.1.1-r0) [2022-05-23T13:48:46.710Z] (2/43) Installing bash (5.1.16-r0) [2022-05-23T13:48:46.710Z] Executing bash-5.1.16-r0.post-install [2022-05-23T13:48:46.710Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-05-23T13:48:46.710Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-05-23T13:48:46.710Z] (5/43) Installing libcurl (7.80.0-r1) [2022-05-23T13:48:46.710Z] (6/43) Installing curl (7.80.0-r1) [2022-05-23T13:48:46.710Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-05-23T13:48:46.969Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-05-23T13:48:46.969Z] (9/43) Installing expat (2.4.7-r0) [2022-05-23T13:48:46.969Z] (10/43) Installing libffi (3.4.2-r1) [2022-05-23T13:48:46.969Z] (11/43) Installing gdbm (1.22-r0) [2022-05-23T13:48:46.969Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-05-23T13:48:46.969Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-05-23T13:48:46.969Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-05-23T13:48:46.969Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-05-23T13:48:46.969Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-05-23T13:48:46.969Z] (17/43) Installing python3 (3.9.7-r4) [2022-05-23T13:48:47.287Z] ---> 3413edd0b179 [2022-05-23T13:48:47.287Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-05-23T13:48:47.609Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-05-23T13:48:47.609Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-05-23T13:48:47.609Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-05-23T13:48:47.609Z] (21/43) Installing py3-idna (3.3-r0) [2022-05-23T13:48:47.609Z] Removing intermediate container 7351467e87de [2022-05-23T13:48:47.609Z] ---> bd13fa226c6b [2022-05-23T13:48:47.609Z] [2022-05-23T13:48:47.609Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-05-23T13:48:47.609Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-05-23T13:48:47.609Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-05-23T13:48:47.609Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-05-23T13:48:47.609Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-05-23T13:48:47.609Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-05-23T13:48:47.609Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-05-23T13:48:47.609Z] Successfully built bd13fa226c6b [2022-05-23T13:48:47.609Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-05-23T13:48:47.609Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-05-23T13:48:47.609Z] (31/43) Installing py3-six (1.16.0-r0) [2022-05-23T13:48:47.609Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-05-23T13:48:47.609Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-05-23T13:48:47.609Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-05-23T13:48:47.609Z] (35/43) Installing py3-packaging (20.9-r1) [2022-05-23T13:48:47.609Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-05-23T13:48:47.609Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-05-23T13:48:47.609Z] (38/43) Installing py3-progress (1.6-r0) [2022-05-23T13:48:47.609Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-05-23T13:48:47.609Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-05-23T13:48:47.609Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-05-23T13:48:47.911Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-05-23T13:48:47.911Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-05-23T13:48:47.911Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T13:48:47.911Z] OK: 83 MiB in 65 packages [2022-05-23T13:48:47.911Z] Successfully tagged core-data:latest [2022-05-23T13:48:47.911Z]  Building core-data ... done Building security-secretstore-setup [2022-05-23T13:48:48.594Z] Collecting docker-compose==1.23.2 [2022-05-23T13:48:48.594Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-05-23T13:48:48.853Z] Collecting docopt<0.7,>=0.6.1 [2022-05-23T13:48:48.853Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-05-23T13:48:48.853Z] ---> 2f4e97975123 [2022-05-23T13:48:48.853Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-05-23T13:48:49.113Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:48:49.113Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:48:49.113Z] ---> bb9441102559 [2022-05-23T13:48:49.113Z] Step 3/22 : WORKDIR /edgex-go [2022-05-23T13:48:49.113Z] ---> Using cache [2022-05-23T13:48:49.113Z] ---> 8d8ff9f0a32f [2022-05-23T13:48:49.113Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:48:49.113Z] ---> Using cache [2022-05-23T13:48:49.113Z] ---> 1b989c9bfac9 [2022-05-23T13:48:49.113Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-05-23T13:48:49.372Z] Collecting PyYAML<4,>=3.10 [2022-05-23T13:48:49.372Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-05-23T13:48:49.940Z] Collecting jsonschema<3,>=2.5.1 [2022-05-23T13:48:49.940Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-05-23T13:48:50.205Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-05-23T13:48:50.205Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-05-23T13:48:50.205Z] Collecting cached-property<2,>=1.2.0 [2022-05-23T13:48:50.205Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-05-23T13:48:50.490Z] Collecting docker<4.0,>=3.6.0 [2022-05-23T13:48:50.490Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-05-23T13:48:50.490Z] 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-23T13:48:50.490Z] Collecting dockerpty<0.5,>=0.4.1 [2022-05-23T13:48:50.490Z] ---> Running in da2899b08710 [2022-05-23T13:48:50.490Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-05-23T13:48:50.490Z] ---> Running in 6322f6dea332 [2022-05-23T13:48:50.749Z] Removing intermediate container 6322f6dea332 [2022-05-23T13:48:50.749Z] ---> a514c6db723e [2022-05-23T13:48:50.749Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-05-23T13:48:50.749Z] Collecting websocket-client<1.0,>=0.32.0 [2022-05-23T13:48:50.749Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-05-23T13:48:50.749Z] Collecting texttable<0.10,>=0.9.0 [2022-05-23T13:48:50.749Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-05-23T13:48:51.316Z] Collecting docker-pycreds>=0.4.0 [2022-05-23T13:48:51.316Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-05-23T13:48:51.316Z] ---> 5b5a75ea80ff [2022-05-23T13:48:51.316Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-05-23T13:48:51.316Z] Collecting idna<2.8,>=2.5 [2022-05-23T13:48:51.316Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-05-23T13:48:51.316Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:48:51.577Z] Collecting urllib3<1.25,>=1.21.1 [2022-05-23T13:48:51.577Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-05-23T13:48:51.577Z] 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-23T13:48:51.577Z] Collecting chardet<3.1.0,>=3.0.2 [2022-05-23T13:48:51.577Z] ---> Running in 5879cf9af05c [2022-05-23T13:48:51.577Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-05-23T13:48:51.577Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-05-23T13:48:51.577Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-05-23T13:48:51.577Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-05-23T13:48:51.577Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-05-23T13:48:51.577Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-05-23T13:48:51.577Z] Attempting uninstall: urllib3 [2022-05-23T13:48:51.577Z] Found existing installation: urllib3 1.26.7 [2022-05-23T13:48:51.577Z] Uninstalling urllib3-1.26.7: [2022-05-23T13:48:51.837Z] Successfully uninstalled urllib3-1.26.7 [2022-05-23T13:48:51.837Z] Attempting uninstall: idna [2022-05-23T13:48:51.837Z] Found existing installation: idna 3.3 [2022-05-23T13:48:51.837Z] Uninstalling idna-3.3: [2022-05-23T13:48:51.837Z] Successfully uninstalled idna-3.3 [2022-05-23T13:48:52.096Z] Attempting uninstall: requests [2022-05-23T13:48:52.096Z] Found existing installation: requests 2.26.0 [2022-05-23T13:48:52.096Z] Uninstalling requests-2.26.0: [2022-05-23T13:48:52.096Z] Successfully uninstalled requests-2.26.0 [2022-05-23T13:48:52.355Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:48:52.355Z] Running setup.py install for texttable: started [2022-05-23T13:48:52.614Z] OK: 221 MiB in 52 packages [2022-05-23T13:48:52.614Z] Running setup.py install for texttable: finished with status 'done' [2022-05-23T13:48:52.614Z] Running setup.py install for PyYAML: started [2022-05-23T13:48:52.873Z] Running setup.py install for PyYAML: finished with status 'done' [2022-05-23T13:48:53.132Z] Running setup.py install for docopt: started [2022-05-23T13:48:53.699Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:48:53.699Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:48:53.699Z] ---> bb9441102559 [2022-05-23T13:48:53.699Z] Step 3/25 : WORKDIR /edgex-go [2022-05-23T13:48:53.699Z] ---> Using cache [2022-05-23T13:48:53.699Z] ---> 8d8ff9f0a32f [2022-05-23T13:48:53.699Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:48:53.699Z] ---> Using cache [2022-05-23T13:48:53.699Z] ---> 1b989c9bfac9 [2022-05-23T13:48:53.699Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-05-23T13:48:53.957Z] Running setup.py install for docopt: finished with status 'done' [2022-05-23T13:48:53.957Z] Running setup.py install for dockerpty: started [2022-05-23T13:48:54.526Z] Running setup.py install for dockerpty: finished with status 'done' [2022-05-23T13:48:54.526Z] ---> Running in 1db3d1469f1f [2022-05-23T13:48:54.789Z] Removing intermediate container 5879cf9af05c [2022-05-23T13:48:54.789Z] ---> 948ccbb05ece [2022-05-23T13:48:54.789Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-05-23T13:48:55.048Z] Removing intermediate container da2899b08710 [2022-05-23T13:48:55.048Z] ---> e9718df556f4 [2022-05-23T13:48:55.048Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-23T13:48:55.048Z] ---> Running in 6f0b20f728d4 [2022-05-23T13:48:55.048Z] 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-23T13:48:55.308Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:48:55.308Z] ---> 4beea0f7970c [2022-05-23T13:48:55.308Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:48:55.308Z] Removing intermediate container 6f0b20f728d4 [2022-05-23T13:48:55.308Z] ---> 2ca5f4f04f62 [2022-05-23T13:48:55.308Z] Step 28/31 : CMD ["gate"] [2022-05-23T13:48:55.571Z] ---> Running in 6922a8c73dbf [2022-05-23T13:48:55.571Z] ---> Running in a9a9fe7f4480 [2022-05-23T13:48:55.829Z] Removing intermediate container a9a9fe7f4480 [2022-05-23T13:48:55.829Z] ---> 741d91845664 [2022-05-23T13:48:55.829Z] Step 29/31 : LABEL arch=x86_64 [2022-05-23T13:48:56.087Z] ---> Running in 82782f3e29c7 [2022-05-23T13:48:56.087Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:48:56.344Z] Removing intermediate container 82782f3e29c7 [2022-05-23T13:48:56.344Z] ---> 917843961444 [2022-05-23T13:48:56.344Z] Step 30/31 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:48:56.344Z] OK: 221 MiB in 52 packages [2022-05-23T13:48:56.344Z] ---> Running in 1f2fe798ca65 [2022-05-23T13:48:56.912Z] Removing intermediate container 1f2fe798ca65 [2022-05-23T13:48:56.912Z] ---> c0fe02f0ef08 [2022-05-23T13:48:56.912Z] Step 31/31 : LABEL version=2.2.1-dev.4 [2022-05-23T13:48:56.912Z] ---> Running in db4beb248125 [2022-05-23T13:48:57.553Z] Removing intermediate container 1db3d1469f1f [2022-05-23T13:48:57.553Z] ---> 8fff1505f84d [2022-05-23T13:48:57.553Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-23T13:48:57.866Z] Removing intermediate container db4beb248125 [2022-05-23T13:48:57.866Z] ---> 35a2ca835f31 [2022-05-23T13:48:57.866Z] [2022-05-23T13:48:57.866Z] Successfully built 35a2ca835f31 [2022-05-23T13:48:58.124Z] Successfully tagged security-bootstrapper:latest [2022-05-23T13:48:58.124Z] Building core-metadata [2022-05-23T13:48:58.124Z]  Building security-bootstrapper ... done Removing intermediate container 6922a8c73dbf [2022-05-23T13:48:58.124Z] ---> d3cd5d82f572 [2022-05-23T13:48:58.124Z] Step 8/22 : COPY . . [2022-05-23T13:48:58.124Z] ---> 1b1afa3b05ec [2022-05-23T13:48:58.124Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:49:00.676Z] ---> Running in d1766f324cc8 [2022-05-23T13:49:02.650Z] Removing intermediate container 3efc9c57eb8d [2022-05-23T13:49:02.651Z] ---> cf9e243ef31e [2022-05-23T13:49:02.651Z] Step 14/23 : ENV APP_PORT=58890 [2022-05-23T13:49:02.910Z] ---> Running in 86294e83f2ec [2022-05-23T13:49:03.479Z] Removing intermediate container 86294e83f2ec [2022-05-23T13:49:03.479Z] ---> ff174cb0b9fb [2022-05-23T13:49:03.479Z] Step 15/23 : EXPOSE $APP_PORT [2022-05-23T13:49:03.738Z] ---> Running in 3d09f39d9f83 [2022-05-23T13:49:03.997Z] Removing intermediate container 3d09f39d9f83 [2022-05-23T13:49:03.997Z] ---> 92440a35cf41 [2022-05-23T13:49:03.997Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-05-23T13:49:04.935Z] Removing intermediate container d1766f324cc8 [2022-05-23T13:49:04.935Z] ---> 34e4b0c55126 [2022-05-23T13:49:04.935Z] Step 8/25 : COPY . . [2022-05-23T13:49:05.504Z] ---> 7971a44f9522 [2022-05-23T13:49:05.504Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-05-23T13:49:05.504Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:49:05.504Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:49:05.504Z] ---> bb9441102559 [2022-05-23T13:49:05.504Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T13:49:05.504Z] ---> Using cache [2022-05-23T13:49:05.504Z] ---> 8d8ff9f0a32f [2022-05-23T13:49:05.504Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:49:05.504Z] ---> Using cache [2022-05-23T13:49:05.504Z] ---> 1b989c9bfac9 [2022-05-23T13:49:05.504Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-23T13:49:05.504Z] ---> Using cache [2022-05-23T13:49:05.504Z] ---> 8fff1505f84d [2022-05-23T13:49:05.504Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T13:49:05.504Z] ---> Using cache [2022-05-23T13:49:05.504Z] ---> 1b1afa3b05ec [2022-05-23T13:49:05.504Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:49:05.504Z] ---> Using cache [2022-05-23T13:49:05.504Z] ---> 34e4b0c55126 [2022-05-23T13:49:05.504Z] Step 8/23 : COPY . . [2022-05-23T13:49:07.315Z] Removing intermediate container 7494a9e25ac8 [2022-05-23T13:49:07.316Z] ---> d13d6e8829a3 [2022-05-23T13:49:07.316Z] Successfully built d13d6e8829a3 [2022-05-23T13:49:07.316Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:49:07.666Z] + docker inspect -f . ci-base-image-arm64 [2022-05-23T13:49:07.666Z] . [Pipeline] withDockerContainer [2022-05-23T13:49:07.915Z] prd-ubuntu20.04-docker-arm64-4c-16g-64372 does not seem to be running inside a container [2022-05-23T13:49:08.001Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/232 -v /w/workspace/edgex-go/232:/w/workspace/edgex-go/232:rw,z -v /w/workspace/edgex-go/232@tmp:/w/workspace/edgex-go/232@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-23T13:49:08.813Z] ---> 38775df270e3 [2022-05-23T13:49:08.814Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-05-23T13:49:09.322Z] $ docker top 9b8fbacaa182a778fc2fd18d43c2771421d9074317402db1d2899131228c8aca -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T13:49:10.196Z] ---> daeaaaeb5952 [2022-05-23T13:49:10.197Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-05-23T13:49:10.197Z] ---> Running in 371a69e7b816 [2022-05-23T13:49:10.197Z] ---> 8221b3daade4 [2022-05-23T13:49:10.197Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-05-23T13:49:10.197Z] ---> Running in 3c87799b5afc [2022-05-23T13:49:10.197Z] Removing intermediate container 371a69e7b816 [2022-05-23T13:49:10.197Z] ---> 0c93cd39f9e9 [2022-05-23T13:49:10.197Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T13:49:10.251Z] + go version [2022-05-23T13:49:10.251Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-23T13:49:10.278Z] $ docker stop --time=1 9b8fbacaa182a778fc2fd18d43c2771421d9074317402db1d2899131228c8aca [2022-05-23T13:49:10.459Z] ---> Running in c86bc4237131 [2022-05-23T13:49:10.719Z] Removing intermediate container c86bc4237131 [2022-05-23T13:49:10.719Z] ---> 40894073fa06 [2022-05-23T13:49:10.719Z] Step 21/23 : LABEL arch=x86_64 [2022-05-23T13:49:10.979Z] ---> Running in 7516fcbaad8e [2022-05-23T13:49:11.276Z] Removing intermediate container 7516fcbaad8e [2022-05-23T13:49:11.276Z] ---> 0b3c532ad955 [2022-05-23T13:49:11.276Z] Step 22/23 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:49:11.538Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-05-23T13:49:11.538Z] ---> Running in 3438ddd73ff2 [2022-05-23T13:49:11.797Z] Removing intermediate container 3438ddd73ff2 [2022-05-23T13:49:11.797Z] ---> bbd6ad8008dc [2022-05-23T13:49:11.797Z] Step 23/23 : LABEL version=2.2.1-dev.4 [2022-05-23T13:49:11.913Z] $ docker rm -f 9b8fbacaa182a778fc2fd18d43c2771421d9074317402db1d2899131228c8aca [2022-05-23T13:49:12.057Z] ---> Running in 88b0dd25904d [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-23T13:49:12.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-23T13:49:12.553Z] [2022-05-23T13:49:12.553Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:49:12.625Z] Removing intermediate container 88b0dd25904d [2022-05-23T13:49:12.626Z] ---> e6fb12d0cda0 [2022-05-23T13:49:12.626Z] [2022-05-23T13:49:12.626Z] Successfully built e6fb12d0cda0 [2022-05-23T13:49:12.626Z] Successfully tagged sys-mgmt-agent:latest [2022-05-23T13:49:12.626Z] Building security-spiffe-token-provider [2022-05-23T13:49:12.914Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-23T13:49:12.915Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-05-23T13:49:12.915Z] 29e5d40040c1: Pulling fs layer [2022-05-23T13:49:12.915Z] 1ce36da41761: Pulling fs layer [2022-05-23T13:49:12.915Z] 25b303627fd3: Pulling fs layer [2022-05-23T13:49:13.191Z] 29e5d40040c1: Verifying Checksum [2022-05-23T13:49:13.191Z] 29e5d40040c1: Download complete [2022-05-23T13:49:13.468Z] 1ce36da41761: Verifying Checksum [2022-05-23T13:49:13.468Z] 1ce36da41761: Download complete [2022-05-23T13:49:13.742Z] 29e5d40040c1: Pull complete [2022-05-23T13:49:15.188Z] 1ce36da41761: Pull complete [2022-05-23T13:49:15.188Z] 25b303627fd3: Verifying Checksum [2022-05-23T13:49:15.188Z] 25b303627fd3: Download complete [2022-05-23T13:49:17.914Z]  Building sys-mgmt-agent ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:49:17.915Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:49:17.915Z] ---> bb9441102559 [2022-05-23T13:49:17.915Z] Step 3/20 : WORKDIR /edgex-go [2022-05-23T13:49:17.915Z] ---> Using cache [2022-05-23T13:49:17.915Z] ---> 8d8ff9f0a32f [2022-05-23T13:49:17.915Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-05-23T13:49:22.107Z] ---> Running in 972952dbc64e [2022-05-23T13:49:22.107Z] ---> bb6302790546 [2022-05-23T13:49:22.107Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-05-23T13:49:22.107Z] ---> a23df133d08c [2022-05-23T13:49:22.107Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-05-23T13:49:22.107Z] ---> Running in 762182f23942 [2022-05-23T13:49:22.107Z] ---> Running in fa3cb60a5c80 [2022-05-23T13:49:22.107Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:49:22.366Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-05-23T13:49:22.366Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-05-23T13:49:22.932Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:49:23.192Z] v3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T13:49:23.192Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T13:49:23.192Z] OK: 15864 distinct packages available [2022-05-23T13:49:23.192Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:49:24.129Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:49:24.387Z] OK: 221 MiB in 52 packages [2022-05-23T13:49:25.357Z] 25b303627fd3: Pull complete [2022-05-23T13:49:25.357Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-05-23T13:49:25.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-23T13:49:25.357Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-05-23T13:49:25.575Z] prd-ubuntu20.04-docker-arm64-4c-16g-64372 does not seem to be running inside a container [2022-05-23T13:49:25.660Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/232 -v /w/workspace/edgex-go/232:/w/workspace/edgex-go/232:rw,z -v /w/workspace/edgex-go/232@tmp:/w/workspace/edgex-go/232@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-23T13:49:25.772Z] Removing intermediate container 972952dbc64e [2022-05-23T13:49:25.773Z] ---> 8e249758eed8 [2022-05-23T13:49:25.773Z] Step 5/20 : COPY go.mod vendor* ./ [2022-05-23T13:49:26.340Z] ---> a70980afb113 [2022-05-23T13:49:26.340Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:49:26.340Z] ---> Running in deae3631c189 [2022-05-23T13:49:27.756Z] $ docker top 1b6cfa79176d319b63cbf2463ce4aa42e083647476538821d93736c8c1bf6834 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T13:49:28.243Z] Removing intermediate container deae3631c189 [2022-05-23T13:49:28.243Z] ---> 07da9d6ceeee [2022-05-23T13:49:28.243Z] Step 7/20 : COPY . . [2022-05-23T13:49:28.678Z] + grep parallel [2022-05-23T13:49:28.678Z] + docker-compose build --help [2022-05-23T13:49:32.061Z] --parallel Build images in parallel. [Pipeline] } [2022-05-23T13:49:32.358Z] $ docker stop --time=1 1b6cfa79176d319b63cbf2463ce4aa42e083647476538821d93736c8c1bf6834 [2022-05-23T13:49:34.006Z] $ docker rm -f 1b6cfa79176d319b63cbf2463ce4aa42e083647476538821d93736c8c1bf6834 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:49:34.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-05-23T13:49:34.596Z] . [Pipeline] withDockerContainer [2022-05-23T13:49:34.824Z] ---> 6907f894f58a [2022-05-23T13:49:34.824Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-05-23T13:49:34.824Z] ---> Running in e11b50c14816 [2022-05-23T13:49:34.824Z] Removing intermediate container 3c87799b5afc [2022-05-23T13:49:34.824Z] ---> 65aa29dcf754 [2022-05-23T13:49:34.824Z] [2022-05-23T13:49:34.824Z] Step 10/22 : FROM alpine:3.14 [2022-05-23T13:49:34.824Z] ---> e04c818066af [2022-05-23T13:49:34.824Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-05-23T13:49:34.824Z] ---> Running in af5a37477c3e [2022-05-23T13:49:34.833Z] prd-ubuntu20.04-docker-arm64-4c-16g-64372 does not seem to be running inside a container [2022-05-23T13:49:34.914Z] $ 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/232 -v /w/workspace/edgex-go/232:/w/workspace/edgex-go/232:rw,z -v /w/workspace/edgex-go/232@tmp:/w/workspace/edgex-go/232@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-23T13:49:35.082Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-05-23T13:49:35.082Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:49:35.340Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:49:35.340Z] (1/2) Installing ca-certificates (20211220-r0) [2022-05-23T13:49:35.340Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-05-23T13:49:35.340Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T13:49:35.340Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T13:49:35.340Z] OK: 6 MiB in 16 packages [2022-05-23T13:49:36.171Z] $ docker top 3a8e9398c1bdb49ee31b585f727210312ff5e6b8860e3531b671dc546514c30f -eo pid,comm [2022-05-23T13:49:36.278Z] Removing intermediate container af5a37477c3e [2022-05-23T13:49:36.278Z] ---> 90aeb755ad38 [2022-05-23T13:49:36.278Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [Pipeline] { [Pipeline] sh [2022-05-23T13:49:36.535Z] ---> Running in 9447ec4997b0 [2022-05-23T13:49:36.797Z] Removing intermediate container 9447ec4997b0 [2022-05-23T13:49:36.797Z] ---> 025d4104495d [2022-05-23T13:49:36.797Z] Step 13/22 : ENV APP_PORT=59860 [2022-05-23T13:49:36.797Z] ---> Running in 7281fa8cb080 [2022-05-23T13:49:37.056Z] Removing intermediate container 7281fa8cb080 [2022-05-23T13:49:37.056Z] ---> 949d6a22bedc [2022-05-23T13:49:37.056Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-23T13:49:37.056Z] ---> Running in 60a8f5637b00 [2022-05-23T13:49:37.059Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-05-23T13:49:37.314Z] Removing intermediate container 60a8f5637b00 [2022-05-23T13:49:37.314Z] ---> 9ffa28b4dc74 [2022-05-23T13:49:37.314Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T13:49:37.881Z] ---> eebc2e49c499 [2022-05-23T13:49:37.881Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-05-23T13:49:38.821Z] ---> db5eaec11e70 [2022-05-23T13:49:38.821Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-05-23T13:49:39.079Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-05-23T13:49:39.336Z] ---> 76a148eeb181 [2022-05-23T13:49:39.336Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-05-23T13:49:39.336Z] ---> Running in 2be7bb302e2e [2022-05-23T13:49:39.618Z] Removing intermediate container 2be7bb302e2e [2022-05-23T13:49:39.618Z] ---> 147b8a258907 [2022-05-23T13:49:39.619Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T13:49:39.619Z] ---> Running in 9aa6fe659a49 [2022-05-23T13:49:39.877Z] Removing intermediate container 9aa6fe659a49 [2022-05-23T13:49:39.877Z] ---> 552a8ec462d6 [2022-05-23T13:49:39.877Z] Step 20/22 : LABEL arch=x86_64 [2022-05-23T13:49:39.877Z] ---> Running in 6da79253e692 [2022-05-23T13:49:40.136Z] Removing intermediate container 6da79253e692 [2022-05-23T13:49:40.136Z] ---> ec79ec17ae71 [2022-05-23T13:49:40.136Z] Step 21/22 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:49:40.401Z] ---> Running in 1a9639930f45 [2022-05-23T13:49:40.974Z] Removing intermediate container 1a9639930f45 [2022-05-23T13:49:40.974Z] ---> d23ff7e162ac [2022-05-23T13:49:40.974Z] Step 22/22 : LABEL version=2.2.1-dev.4 [2022-05-23T13:49:41.360Z] Building core-command ... [2022-05-23T13:49:41.360Z] Building core-data ... [2022-05-23T13:49:41.360Z] Building core-metadata ... [2022-05-23T13:49:41.360Z] Building security-bootstrapper ... [2022-05-23T13:49:41.360Z] Building security-proxy-setup ... [2022-05-23T13:49:41.360Z] Building security-secretstore-setup ... [2022-05-23T13:49:41.360Z] Building security-spiffe-token-provider ... [2022-05-23T13:49:41.360Z] Building security-spire-agent ... [2022-05-23T13:49:41.360Z] Building security-spire-config ... [2022-05-23T13:49:41.360Z] Building security-spire-server ... [2022-05-23T13:49:41.360Z] Building support-notifications ... [2022-05-23T13:49:41.360Z] Building support-scheduler ... [2022-05-23T13:49:41.360Z] Building sys-mgmt-agent ... [2022-05-23T13:49:41.360Z] Building security-spiffe-token-provider [2022-05-23T13:49:41.360Z] Building core-metadata [2022-05-23T13:49:41.360Z] Building security-secretstore-setup [2022-05-23T13:49:41.360Z] Building sys-mgmt-agent [2022-05-23T13:49:41.360Z] Building security-spire-agent [2022-05-23T13:49:41.912Z] ---> Running in f6f4b07e051c [2022-05-23T13:49:42.186Z] Removing intermediate container fa3cb60a5c80 [2022-05-23T13:49:42.186Z] ---> 5a64ebd49ec0 [2022-05-23T13:49:42.186Z] [2022-05-23T13:49:42.186Z] Step 10/23 : FROM alpine:3.14 [2022-05-23T13:49:42.186Z] ---> e04c818066af [2022-05-23T13:49:42.186Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-23T13:49:42.186Z] ---> Using cache [2022-05-23T13:49:42.186Z] ---> 9fd76ea4bd9e [2022-05-23T13:49:42.186Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-23T13:49:42.186Z] ---> Using cache [2022-05-23T13:49:42.186Z] ---> d21261864bf0 [2022-05-23T13:49:42.186Z] Step 13/23 : ENV APP_PORT=59881 [2022-05-23T13:49:42.186Z] Removing intermediate container f6f4b07e051c [2022-05-23T13:49:42.186Z] ---> dfe992c23db7 [2022-05-23T13:49:42.186Z] [2022-05-23T13:49:42.186Z] Removing intermediate container 762182f23942 [2022-05-23T13:49:42.186Z] ---> cc82f8e0de7b [2022-05-23T13:49:42.186Z] [2022-05-23T13:49:42.186Z] Step 10/25 : FROM alpine:3.14 [2022-05-23T13:49:42.186Z] ---> e04c818066af [2022-05-23T13:49:42.187Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-05-23T13:49:42.445Z] Successfully built dfe992c23db7 [2022-05-23T13:49:42.445Z] ---> Running in 49ffadf55625 [2022-05-23T13:49:42.445Z] ---> Running in dc3dded8d542 [2022-05-23T13:49:42.445Z] Successfully tagged support-notifications:latest [2022-05-23T13:49:42.445Z] Building security-proxy-setup [2022-05-23T13:49:43.013Z]  Building support-notifications ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:49:43.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:49:43.278Z] (1/3) Installing ca-certificates (20211220-r0) [2022-05-23T13:49:43.278Z] Removing intermediate container 49ffadf55625 [2022-05-23T13:49:43.278Z] ---> 6fe3d14e3971 [2022-05-23T13:49:43.278Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-23T13:49:43.278Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-05-23T13:49:43.278Z] (3/3) Installing su-exec (0.2-r1) [2022-05-23T13:49:43.278Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T13:49:43.278Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T13:49:43.537Z] OK: 6 MiB in 17 packages [2022-05-23T13:49:44.919Z] ---> Running in d65dddf063b0 [2022-05-23T13:49:45.180Z] Removing intermediate container d65dddf063b0 [2022-05-23T13:49:45.180Z] ---> 48cd65ba3f4c [2022-05-23T13:49:45.180Z] Step 15/23 : WORKDIR / [2022-05-23T13:49:45.180Z] Removing intermediate container dc3dded8d542 [2022-05-23T13:49:45.180Z] ---> 07f7333d0300 [2022-05-23T13:49:45.180Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-23T13:49:45.180Z] ---> Running in 363e2c11b233 [2022-05-23T13:49:45.445Z] ---> Running in db8f65be245c [2022-05-23T13:49:45.445Z] Removing intermediate container 363e2c11b233 [2022-05-23T13:49:45.445Z] ---> 8fac19df763b [2022-05-23T13:49:45.445Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T13:49:45.445Z] Removing intermediate container db8f65be245c [2022-05-23T13:49:45.445Z] ---> fbc5c821e395 [2022-05-23T13:49:45.445Z] Step 13/25 : WORKDIR / [2022-05-23T13:49:45.706Z] ---> Running in 7b0e079ca19d [2022-05-23T13:49:45.970Z] ---> 4dde8a9502aa [2022-05-23T13:49:45.970Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-05-23T13:49:45.970Z] Removing intermediate container 7b0e079ca19d [2022-05-23T13:49:45.970Z] ---> ecd98d4fd0b4 [2022-05-23T13:49:45.970Z] 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-23T13:49:46.234Z] ---> 3d95509f5710 [2022-05-23T13:49:46.234Z] 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-23T13:49:46.534Z] ---> 9149ce9b9735 [2022-05-23T13:49:46.534Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-05-23T13:49:46.793Z] ---> 8a59d2e016bb [2022-05-23T13:49:46.793Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-05-23T13:49:47.053Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:49:47.053Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:49:47.053Z] ---> bb9441102559 [2022-05-23T13:49:47.053Z] Step 3/22 : WORKDIR /edgex-go [2022-05-23T13:49:47.053Z] ---> Using cache [2022-05-23T13:49:47.053Z] ---> 8d8ff9f0a32f [2022-05-23T13:49:47.053Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:49:47.053Z] ---> Using cache [2022-05-23T13:49:47.053Z] ---> 1b989c9bfac9 [2022-05-23T13:49:47.053Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-23T13:49:47.053Z] ---> Using cache [2022-05-23T13:49:47.053Z] ---> 8fff1505f84d [2022-05-23T13:49:47.053Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-23T13:49:47.053Z] ---> Using cache [2022-05-23T13:49:47.053Z] ---> 1b1afa3b05ec [2022-05-23T13:49:47.053Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:49:47.053Z] ---> Using cache [2022-05-23T13:49:47.053Z] ---> 34e4b0c55126 [2022-05-23T13:49:47.053Z] Step 8/22 : COPY . . [2022-05-23T13:49:47.053Z] ---> Using cache [2022-05-23T13:49:47.053Z] ---> a23df133d08c [2022-05-23T13:49:47.053Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-05-23T13:49:47.316Z] ---> 7ad261196bed [2022-05-23T13:49:47.316Z] ---> e0098ff590d9 [2022-05-23T13:49:47.316Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.ymlStep 19/23 : ENTRYPOINT ["/core-metadata"] [2022-05-23T13:49:47.316Z] [2022-05-23T13:49:47.316Z] ---> Running in fe1bc8a303d5 [2022-05-23T13:49:47.316Z] ---> Running in 49058c8e426a [2022-05-23T13:49:47.971Z] ---> 83e2b8a3d30e [2022-05-23T13:49:47.971Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-05-23T13:49:47.971Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-05-23T13:49:47.971Z] Removing intermediate container 49058c8e426a [2022-05-23T13:49:47.971Z] ---> 04897fd34db0 [2022-05-23T13:49:47.971Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T13:49:47.971Z] ---> Running in 6ef59b89bebe [2022-05-23T13:49:48.322Z] Removing intermediate container 6ef59b89bebe [2022-05-23T13:49:48.322Z] ---> 5ec56f39c2c8 [2022-05-23T13:49:48.322Z] Step 21/23 : LABEL arch=x86_64 [2022-05-23T13:49:48.322Z] ---> 3d70f7ff6432 [2022-05-23T13:49:48.322Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-05-23T13:49:48.322Z] ---> Running in 507e69e4e26b [2022-05-23T13:49:48.584Z] Removing intermediate container 507e69e4e26b [2022-05-23T13:49:48.584Z] ---> 8936a103a4ab [2022-05-23T13:49:48.584Z] Step 22/23 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:49:48.844Z] ---> Running in 7d88b48e064d [2022-05-23T13:49:48.844Z] ---> 15515373bc3a [2022-05-23T13:49:48.844Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-05-23T13:49:49.103Z] Removing intermediate container 7d88b48e064d [2022-05-23T13:49:49.103Z] ---> 37066d958659 [2022-05-23T13:49:49.103Z] Step 23/23 : LABEL version=2.2.1-dev.4 [2022-05-23T13:49:49.103Z] ---> Running in a8838d47c994 [2022-05-23T13:49:49.103Z] ---> f8b70b46c7c6 [2022-05-23T13:49:49.103Z] 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-23T13:49:49.103Z] ---> Running in 994fc91614a4 [2022-05-23T13:49:49.363Z] Removing intermediate container a8838d47c994 [2022-05-23T13:49:49.363Z] ---> 69ec112ea36e [2022-05-23T13:49:49.363Z] [2022-05-23T13:49:49.363Z] Successfully built 69ec112ea36e [2022-05-23T13:49:49.363Z] Successfully tagged core-metadata:latest [2022-05-23T13:49:49.363Z] Building core-command [2022-05-23T13:49:52.656Z]  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:49:52.656Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:49:52.656Z] ---> bb9441102559 [2022-05-23T13:49:52.656Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T13:49:52.656Z] ---> Using cache [2022-05-23T13:49:52.656Z] ---> 8d8ff9f0a32f [2022-05-23T13:49:52.656Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:49:52.656Z] ---> Using cache [2022-05-23T13:49:52.656Z] ---> 1b989c9bfac9 [2022-05-23T13:49:52.656Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-23T13:49:52.656Z] ---> Using cache [2022-05-23T13:49:52.656Z] ---> 8fff1505f84d [2022-05-23T13:49:52.656Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T13:49:52.656Z] ---> Using cache [2022-05-23T13:49:52.656Z] ---> 1b1afa3b05ec [2022-05-23T13:49:52.656Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:49:52.656Z] ---> Using cache [2022-05-23T13:49:52.656Z] ---> 34e4b0c55126 [2022-05-23T13:49:52.656Z] Step 8/23 : COPY . . [2022-05-23T13:49:52.656Z] ---> Using cache [2022-05-23T13:49:52.656Z] ---> a23df133d08c [2022-05-23T13:49:52.656Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-05-23T13:49:53.601Z] ---> Running in ad55f9ac19ae [2022-05-23T13:49:53.860Z] Removing intermediate container 994fc91614a4 [2022-05-23T13:49:53.860Z] ---> 5d2bd2c00c60 [2022-05-23T13:49:53.860Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-05-23T13:49:53.860Z] ---> Running in 5c82dbf5f0a6 [2022-05-23T13:49:54.430Z] Removing intermediate container 5c82dbf5f0a6 [2022-05-23T13:49:54.430Z] ---> e8466b971074 [2022-05-23T13:49:54.430Z] Step 23/25 : LABEL arch=x86_64 [2022-05-23T13:49:54.430Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-05-23T13:49:54.430Z] ---> Running in c312ba8ee231 [2022-05-23T13:49:54.689Z] Removing intermediate container c312ba8ee231 [2022-05-23T13:49:54.689Z] ---> e16b0622de30 [2022-05-23T13:49:54.689Z] Step 24/25 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:49:54.948Z] ---> Running in acd613b5f125 [2022-05-23T13:49:55.518Z] Removing intermediate container acd613b5f125 [2022-05-23T13:49:55.518Z] ---> 424f95b90399 [2022-05-23T13:49:55.518Z] Step 25/25 : LABEL version=2.2.1-dev.4 [2022-05-23T13:49:56.087Z] ---> Running in 84fd904eaa7a [2022-05-23T13:49:56.346Z] Removing intermediate container e11b50c14816 [2022-05-23T13:49:56.346Z] ---> 00b5fa4bc7d0 [2022-05-23T13:49:56.346Z] [2022-05-23T13:49:56.346Z] Step 9/20 : FROM alpine:3.15 [2022-05-23T13:49:56.604Z] Removing intermediate container 84fd904eaa7a [2022-05-23T13:49:56.604Z] ---> 0c71cc8e474f [2022-05-23T13:49:56.604Z] [2022-05-23T13:49:56.604Z] Successfully built 0c71cc8e474f [2022-05-23T13:49:56.604Z] Successfully tagged security-secretstore-setup:latest [2022-05-23T13:49:56.604Z] Building security-spire-config [2022-05-23T13:49:56.604Z]  Building security-secretstore-setup ... done 3.15: Pulling from library/alpine [2022-05-23T13:49:56.604Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-23T13:49:56.604Z] Status: Downloaded newer image for alpine:3.15 [2022-05-23T13:49:56.604Z] ---> 0ac33e5f5afa [2022-05-23T13:49:56.604Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T13:49:57.543Z] ---> Running in e4c290e91602 [2022-05-23T13:49:58.921Z] Removing intermediate container e4c290e91602 [2022-05-23T13:49:58.921Z] ---> 9e2947b4ec37 [2022-05-23T13:49:58.921Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:49:59.180Z] ---> Running in 56d426d498e6 [2022-05-23T13:50:00.607Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:50:00.607Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:50:00.607Z] ---> bb9441102559 [2022-05-23T13:50:00.607Z] Step 3/26 : WORKDIR /edgex-go [2022-05-23T13:50:00.607Z] ---> Using cache [2022-05-23T13:50:00.607Z] ---> 8d8ff9f0a32f [2022-05-23T13:50:00.607Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:50:00.607Z] ---> Using cache [2022-05-23T13:50:00.607Z] ---> 1b989c9bfac9 [2022-05-23T13:50:00.607Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-23T13:50:00.607Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-05-23T13:50:01.551Z] ---> Running in 525b9ee41d70 [2022-05-23T13:50:02.117Z] Removing intermediate container 56d426d498e6 [2022-05-23T13:50:02.117Z] ---> 94fa30c91be1 [2022-05-23T13:50:02.117Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-05-23T13:50:02.376Z] ---> Running in 40aed77f7948 [2022-05-23T13:50:02.634Z] Building bin/spire-agent... [2022-05-23T13:50:02.634Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-23T13:50:02.634Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-23T13:50:02.634Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-23T13:50:02.634Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-23T13:50:02.899Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:50:02.899Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:50:03.158Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-23T13:50:03.158Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-23T13:50:03.158Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-23T13:50:03.416Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-23T13:50:03.416Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-23T13:50:03.416Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-23T13:50:03.416Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-23T13:50:03.416Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-23T13:50:03.416Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-23T13:50:03.675Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:50:03.933Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:50:03.933Z] OK: 221 MiB in 52 packages [2022-05-23T13:50:04.191Z] v3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T13:50:04.191Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T13:50:04.191Z] OK: 15857 distinct packages available [2022-05-23T13:50:04.191Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:50:05.126Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:50:05.384Z] (1/9) Installing ca-certificates (20211220-r0) [2022-05-23T13:50:05.384Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-05-23T13:50:05.384Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-05-23T13:50:05.642Z] (4/9) Installing libcurl (7.80.0-r1) [2022-05-23T13:50:05.642Z] Removing intermediate container fe1bc8a303d5 [2022-05-23T13:50:05.642Z] ---> 5f887fc4b53c [2022-05-23T13:50:05.642Z] [2022-05-23T13:50:05.642Z] Step 10/22 : FROM alpine:3.14 [2022-05-23T13:50:05.642Z] ---> e04c818066af [2022-05-23T13:50:05.642Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-05-23T13:50:05.642Z] (5/9) Installing curl (7.80.0-r1) [2022-05-23T13:50:05.900Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-05-23T13:50:05.900Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-05-23T13:50:05.900Z] (8/9) Installing libucontext (1.1-r0) [2022-05-23T13:50:06.160Z] (9/9) Installing gcompat (1.0.0-r4) [2022-05-23T13:50:06.160Z] ---> Running in 9058db35801c [2022-05-23T13:50:06.160Z] Removing intermediate container 525b9ee41d70 [2022-05-23T13:50:06.160Z] ---> 10490ef053af [2022-05-23T13:50:06.160Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-23T13:50:06.160Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T13:50:06.160Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T13:50:06.160Z] OK: 8 MiB in 23 packages [2022-05-23T13:50:06.731Z] ---> 94e54ace0413 [2022-05-23T13:50:06.731Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:50:06.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:50:06.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:50:06.731Z] ---> Running in 44cde0faca27 [2022-05-23T13:50:06.990Z] (1/6) Installing ca-certificates (20211220-r0) [2022-05-23T13:50:06.990Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-05-23T13:50:06.990Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-05-23T13:50:06.990Z] (4/6) Installing libcurl (7.79.1-r1) [2022-05-23T13:50:06.990Z] (5/6) Installing curl (7.79.1-r1) [2022-05-23T13:50:06.990Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-05-23T13:50:06.990Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T13:50:06.990Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T13:50:06.990Z] OK: 8 MiB in 20 packages [2022-05-23T13:50:08.374Z] Removing intermediate container 40aed77f7948 [2022-05-23T13:50:08.374Z] ---> a9d0b6c8a79d [2022-05-23T13:50:08.374Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T13:50:08.956Z] Removing intermediate container 9058db35801c [2022-05-23T13:50:08.956Z] ---> 97d8bb99bcd1 [2022-05-23T13:50:08.956Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-23T13:50:09.215Z] ---> edafb658d9ac [2022-05-23T13:50:09.215Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-05-23T13:50:09.215Z] Removing intermediate container ad55f9ac19ae [2022-05-23T13:50:09.215Z] ---> 3aae2bdbd979 [2022-05-23T13:50:09.215Z] [2022-05-23T13:50:09.215Z] Step 10/23 : FROM alpine:3.14 [2022-05-23T13:50:09.215Z] ---> e04c818066af [2022-05-23T13:50:09.215Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-23T13:50:09.215Z] ---> Using cache [2022-05-23T13:50:09.215Z] ---> 9fd76ea4bd9e [2022-05-23T13:50:09.215Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-23T13:50:09.215Z] ---> Using cache [2022-05-23T13:50:09.215Z] ---> d21261864bf0 [2022-05-23T13:50:09.215Z] Step 13/23 : ENV APP_PORT=59882 [2022-05-23T13:50:09.215Z] ---> Running in fdb7c7123ae1 [2022-05-23T13:50:09.215Z] Removing intermediate container 44cde0faca27 [2022-05-23T13:50:09.215Z] ---> d98ae932546a [2022-05-23T13:50:09.215Z] Step 8/26 : COPY . . [2022-05-23T13:50:09.215Z] ---> Running in df85c5f8bf1e [2022-05-23T13:50:09.784Z] Removing intermediate container fdb7c7123ae1 [2022-05-23T13:50:09.784Z] ---> a50b0738145a [2022-05-23T13:50:09.784Z] Step 13/22 : WORKDIR /edgex [2022-05-23T13:50:11.691Z] Removing intermediate container df85c5f8bf1e [2022-05-23T13:50:11.691Z] ---> 220c0d5812d3 [2022-05-23T13:50:11.691Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-23T13:50:11.691Z] ---> c0855a0efec4 [2022-05-23T13:50:11.691Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-05-23T13:50:11.691Z] ---> Running in b3ce751c73be [2022-05-23T13:50:11.691Z] ---> Running in 9933b8e3f505 [2022-05-23T13:50:11.950Z] ---> 382f2759c70a [2022-05-23T13:50:11.950Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-05-23T13:50:11.950Z] ---> Running in 5efe22f21fc8 [2022-05-23T13:50:11.950Z] Removing intermediate container 9933b8e3f505 [2022-05-23T13:50:11.950Z] Removing intermediate container b3ce751c73be [2022-05-23T13:50:11.950Z] ---> f90dc0eef39d [2022-05-23T13:50:11.950Z] ---> beb273d9bfcf [2022-05-23T13:50:11.950Z] Step 15/23 : WORKDIR /Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-05-23T13:50:11.950Z] [2022-05-23T13:50:12.208Z] Removing intermediate container 5efe22f21fc8 [2022-05-23T13:50:12.208Z] ---> 368c07c6a16c [2022-05-23T13:50:12.208Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T13:50:12.208Z] ---> Running in 066b7a78778e [2022-05-23T13:50:12.467Z] ---> Running in d9dd5656b15a [2022-05-23T13:50:12.726Z] ---> 5f8592b74648 [2022-05-23T13:50:12.726Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-05-23T13:50:12.989Z] Removing intermediate container 066b7a78778e [2022-05-23T13:50:12.989Z] ---> 013990217a7f [2022-05-23T13:50:12.989Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T13:50:12.989Z] Removing intermediate container d9dd5656b15a [2022-05-23T13:50:12.989Z] ---> 72a90ed2f777 [2022-05-23T13:50:12.989Z] Step 18/20 : LABEL arch=x86_64 [2022-05-23T13:50:13.562Z] ---> Running in 46c307ad41b8 [2022-05-23T13:50:13.562Z] ---> 386098794b69 [2022-05-23T13:50:13.562Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-05-23T13:50:13.562Z] ---> 4048623fb3af [2022-05-23T13:50:13.562Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-05-23T13:50:13.823Z] Removing intermediate container 46c307ad41b8 [2022-05-23T13:50:13.823Z] ---> 79cc450a2d5c [2022-05-23T13:50:13.823Z] Step 19/20 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:50:14.393Z] ---> Running in 3f9e0baf5104 [2022-05-23T13:50:14.393Z] ---> bf2baf1b66bd [2022-05-23T13:50:14.393Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-05-23T13:50:14.393Z] ---> 6a56ff03e5cc [2022-05-23T13:50:14.393Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-05-23T13:50:14.393Z] Removing intermediate container 3f9e0baf5104 [2022-05-23T13:50:14.393Z] ---> 8966aaa02900 [2022-05-23T13:50:14.393Z] Step 20/20 : LABEL version=2.2.1-dev.4 [2022-05-23T13:50:14.650Z] ---> Running in ecd32348a884 [2022-05-23T13:50:14.924Z] ---> 5aa30a431c68 [2022-05-23T13:50:14.924Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-05-23T13:50:14.924Z] ---> 3637367ba09d [2022-05-23T13:50:14.924Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-05-23T13:50:15.182Z] ---> Running in 2d2b7f995d83 [2022-05-23T13:50:15.182Z] Removing intermediate container ecd32348a884 [2022-05-23T13:50:15.182Z] ---> 66657fb1420e [2022-05-23T13:50:15.182Z] [2022-05-23T13:50:15.182Z] ---> Running in a4ee865fc1d2 [2022-05-23T13:50:15.442Z] Removing intermediate container 2d2b7f995d83 [2022-05-23T13:50:15.442Z] ---> 76cab54a8f17 [2022-05-23T13:50:15.442Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T13:50:15.442Z] Successfully built 66657fb1420e [2022-05-23T13:50:15.442Z] ---> Running in eb0929ba6796 [2022-05-23T13:50:15.442Z] Successfully tagged security-spiffe-token-provider:latest [2022-05-23T13:50:15.442Z] Building security-spire-server [2022-05-23T13:50:15.442Z]  Building security-spiffe-token-provider ... done  ---> d471ca7f6bdc [2022-05-23T13:50:15.442Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-23T13:50:15.704Z] ---> Running in 611f72abf528 [2022-05-23T13:50:15.704Z] Removing intermediate container eb0929ba6796 [2022-05-23T13:50:15.704Z] ---> 20acbd327ba5 [2022-05-23T13:50:15.704Z] Step 21/23 : LABEL arch=x86_64 [2022-05-23T13:50:19.018Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:50:19.018Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:50:19.018Z] ---> bb9441102559 [2022-05-23T13:50:19.018Z] Step 3/25 : WORKDIR /edgex-go [2022-05-23T13:50:19.018Z] ---> Using cache [2022-05-23T13:50:19.018Z] ---> 8d8ff9f0a32f [2022-05-23T13:50:19.018Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:50:19.018Z] ---> Using cache [2022-05-23T13:50:19.018Z] ---> 1b989c9bfac9 [2022-05-23T13:50:19.018Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-05-23T13:50:19.018Z] ---> Using cache [2022-05-23T13:50:19.018Z] ---> 10490ef053af [2022-05-23T13:50:19.018Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-23T13:50:19.018Z] ---> Using cache [2022-05-23T13:50:19.018Z] ---> 94e54ace0413 [2022-05-23T13:50:19.018Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:50:19.018Z] ---> Using cache [2022-05-23T13:50:19.018Z] ---> d98ae932546a [2022-05-23T13:50:19.018Z] Step 8/25 : COPY . . [2022-05-23T13:50:19.018Z] ---> Using cache [2022-05-23T13:50:19.018Z] ---> d471ca7f6bdc [2022-05-23T13:50:19.018Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-05-23T13:50:19.018Z] ---> Using cache [2022-05-23T13:50:19.018Z] ---> b83039421886 [2022-05-23T13:50:19.018Z] Step 10/25 : RUN mkdir -p spire-build [2022-05-23T13:50:19.018Z] Removing intermediate container 611f72abf528 [2022-05-23T13:50:19.018Z] ---> b83039421886 [2022-05-23T13:50:19.018Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-23T13:50:19.587Z] ---> Running in 81aab6e7eb29 [2022-05-23T13:50:19.587Z] ---> Running in ac4706692414 [2022-05-23T13:50:19.587Z] ---> Running in 0ef19cb312d7 [2022-05-23T13:50:19.847Z] Removing intermediate container a4ee865fc1d2 [2022-05-23T13:50:19.847Z] ---> 0a4051ba8dc1 [2022-05-23T13:50:19.847Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-05-23T13:50:19.847Z] Removing intermediate container 81aab6e7eb29 [2022-05-23T13:50:19.847Z] ---> 226651eca97c [2022-05-23T13:50:19.847Z] Step 22/23 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:50:19.847Z] ---> Running in 810da620f25c [2022-05-23T13:50:19.847Z] ---> Running in f7db39fba766 [2022-05-23T13:50:20.107Z] Removing intermediate container 810da620f25c [2022-05-23T13:50:20.107Z] ---> 46b6f870545a [2022-05-23T13:50:20.107Z] Step 20/22 : LABEL arch=x86_64 [2022-05-23T13:50:20.107Z] ---> Running in 1e2f067ceef3 [2022-05-23T13:50:20.107Z] Removing intermediate container f7db39fba766 [2022-05-23T13:50:20.107Z] ---> e6a96f89d2bc [2022-05-23T13:50:20.107Z] Step 23/23 : LABEL version=2.2.1-dev.4 [2022-05-23T13:50:20.368Z] ---> Running in 1e71e02fa4a2 [2022-05-23T13:50:20.368Z] Removing intermediate container 1e2f067ceef3 [2022-05-23T13:50:20.368Z] ---> 9f505fa53358 [2022-05-23T13:50:20.368Z] Step 21/22 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:50:20.627Z] Removing intermediate container 1e71e02fa4a2 [2022-05-23T13:50:20.627Z] ---> 242f4764f78d [2022-05-23T13:50:20.627Z] [2022-05-23T13:50:20.627Z] ---> Running in 25038f005edd [2022-05-23T13:50:20.627Z] Removing intermediate container ac4706692414 [2022-05-23T13:50:20.627Z] ---> 0dd1aaf827e2 [2022-05-23T13:50:20.627Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-23T13:50:20.627Z] Successfully built 242f4764f78d [2022-05-23T13:50:20.627Z] Successfully tagged core-command:latest [2022-05-23T13:50:20.627Z]  Building core-command ... done Removing intermediate container 0ef19cb312d7 [2022-05-23T13:50:20.627Z] ---> e215a5266b66 [2022-05-23T13:50:20.627Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-05-23T13:50:20.887Z] ---> Running in 811ffe51cf68 [2022-05-23T13:50:20.887Z] ---> Running in e050837cbf34 [2022-05-23T13:50:20.887Z] Removing intermediate container 25038f005edd [2022-05-23T13:50:20.887Z] ---> fff14d19b937 [2022-05-23T13:50:20.887Z] Step 22/22 : LABEL version=2.2.1-dev.4 [2022-05-23T13:50:20.887Z] ---> Running in c5e900da1fbd [2022-05-23T13:50:20.887Z] Removing intermediate container 811ffe51cf68 [2022-05-23T13:50:20.887Z] ---> bf057f66a09d [2022-05-23T13:50:20.887Z] 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-23T13:50:21.145Z] Removing intermediate container e050837cbf34 [2022-05-23T13:50:21.145Z] ---> 5290a2a6f563 [2022-05-23T13:50:21.145Z] 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-23T13:50:21.145Z] ---> Running in 33629dcdde67 [2022-05-23T13:50:21.145Z] ---> Running in 12ccc69a5663 [2022-05-23T13:50:21.145Z] Removing intermediate container c5e900da1fbd [2022-05-23T13:50:21.145Z] ---> 39ae35b8f7af [2022-05-23T13:50:21.145Z] [2022-05-23T13:50:21.403Z] Successfully built 39ae35b8f7af [2022-05-23T13:50:21.403Z] Successfully tagged security-proxy-setup:latest [2022-05-23T13:50:21.970Z]  Building security-proxy-setup ... done spire-1.2.1/ [2022-05-23T13:50:21.970Z] spire-1.2.1/.data/ [2022-05-23T13:50:21.970Z] spire-1.2.1/.data/.file [2022-05-23T13:50:21.970Z] spire-1.2.1/.dockerignore [2022-05-23T13:50:21.970Z] spire-1.2.1/.gitattributes [2022-05-23T13:50:21.970Z] spire-1.2.1/.githooks/ [2022-05-23T13:50:21.970Z] spire-1.2.1/.githooks/pre-commit [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/ [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/dependabot.yml [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/ [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-23T13:50:21.970Z] spire-1.2.1/.gitignore [2022-05-23T13:50:21.970Z] spire-1.2.1/.go-version [2022-05-23T13:50:21.970Z] spire-1.2.1/.golangci.yml [2022-05-23T13:50:21.970Z] spire-1.2.1/ADOPTERS.md [2022-05-23T13:50:21.970Z] spire-1.2.1/CHANGELOG.md [2022-05-23T13:50:21.970Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-23T13:50:21.970Z] spire-1.2.1/CODEOWNERS [2022-05-23T13:50:21.970Z] spire-1.2.1/CONTRIBUTING.md [2022-05-23T13:50:21.970Z] spire-1.2.1/Dockerfile [2022-05-23T13:50:21.970Z] spire-1.2.1/Dockerfile.devspire-1.2.1/ [2022-05-23T13:50:21.970Z] spire-1.2.1/.data/ [2022-05-23T13:50:21.970Z] spire-1.2.1/.data/.file [2022-05-23T13:50:21.970Z] spire-1.2.1/.dockerignore [2022-05-23T13:50:21.970Z] spire-1.2.1/.gitattributes [2022-05-23T13:50:21.970Z] spire-1.2.1/.githooks/ [2022-05-23T13:50:21.970Z] spire-1.2.1/.githooks/pre-commit [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/ [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/dependabot.yml [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/ [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-23T13:50:21.970Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-23T13:50:21.970Z] spire-1.2.1/.gitignore [2022-05-23T13:50:21.970Z] spire-1.2.1/.go-version [2022-05-23T13:50:21.970Z] spire-1.2.1/.golangci.yml [2022-05-23T13:50:21.970Z] spire-1.2.1/ADOPTERS.md [2022-05-23T13:50:21.970Z] spire-1.2.1/CHANGELOG.md [2022-05-23T13:50:21.970Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-23T13:50:21.970Z] spire-1.2.1/CODEOWNERS [2022-05-23T13:50:21.970Z] spire-1.2.1/CONTRIBUTING.md [2022-05-23T13:50:21.970Z] spire-1.2.1/Dockerfile [2022-05-23T13:50:21.970Z] spire-1.2.1/Dockerfile.dev [2022-05-23T13:50:21.970Z] spire-1.2.1/Dockerfile.scratch [2022-05-23T13:50:21.970Z] spire-1.2.1/LICENSE [2022-05-23T13:50:21.970Z] spire-1.2.1/MAINTAINERS.md [2022-05-23T13:50:21.970Z] spire-1.2.1/Makefile [2022-05-23T13:50:21.970Z] spire-1.2.1/README.md [2022-05-23T13:50:21.970Z] spire-1.2.1/ROADMAP.md [2022-05-23T13:50:21.970Z] spire-1.2.1/SECURITY.md [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-23T13:50:21.970Z] spire-1.2.1/Dockerfile.scratch [2022-05-23T13:50:21.970Z] spire-1.2.1/LICENSE [2022-05-23T13:50:21.970Z] spire-1.2.1/MAINTAINERS.md [2022-05-23T13:50:21.970Z] spire-1.2.1/Makefile [2022-05-23T13:50:21.970Z] spire-1.2.1/README.md [2022-05-23T13:50:21.970Z] spire-1.2.1/ROADMAP.md [2022-05-23T13:50:21.970Z] spire-1.2.1/SECURITY.md [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-23T13:50:21.970Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/ [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/agent/ [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/agent/agent.conf [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/server/ [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/server/server.conf [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/server/server_full.conf [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/ [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/SPIRE101.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/auditlog.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/ [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-23T13:50:21.971Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/ [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/agent/ [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/agent/agent.conf [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/server/ [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/server/server.conf [2022-05-23T13:50:21.971Z] spire-1.2.1/conf/server/server_full.conf [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/ [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/SPIRE101.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/auditlog.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/ [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-23T13:50:21.971Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/scaling_spire.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/spire_agent.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/spire_server.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/supported_integrations.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/telemetry.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/telemetry_config.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/upgrading.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/using_spire.md [2022-05-23T13:50:21.972Z] spire-1.2.1/examples/ [2022-05-23T13:50:21.972Z] spire-1.2.1/examples/README.md [2022-05-23T13:50:21.972Z] spire-1.2.1/go.mod [2022-05-23T13:50:21.972Z] spire-1.2.1/go.sum [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/agent.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/scaling_spire.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/spire_agent.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/spire_server.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/supported_integrations.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/telemetry.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/telemetry_config.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/upgrading.md [2022-05-23T13:50:21.972Z] spire-1.2.1/doc/using_spire.md [2022-05-23T13:50:21.972Z] spire-1.2.1/examples/ [2022-05-23T13:50:21.972Z] spire-1.2.1/examples/README.md [2022-05-23T13:50:21.972Z] spire-1.2.1/go.mod [2022-05-23T13:50:21.972Z] spire-1.2.1/go.sum [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/agent.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/config.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/config.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-23T13:50:21.972Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-23T13:50:21.973Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-23T13:50:21.974Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-23T13:50:21.974Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-23T13:50:21.974Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-23T13:50:21.974Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-23T13:50:21.974Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-23T13:50:21.974Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/svid/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/svid/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/names.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/auth/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-23T13:50:22.239Z] [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/names.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/auth/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/context.gospire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cli/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-23T13:50:22.239Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-23T13:50:22.240Z] [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cli/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.gospire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/health/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/health/config.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/health/context.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/health/health.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/health/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/health/config.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/health/context.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/health/health.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/idutil/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/log/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/log/log.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/log/options.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/idutil/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/log/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/log/log.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/log/options.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-23T13:50:22.240Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/profiling/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/selector/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/profiling/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/selector/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/uptime/ [2022-05-23T13:50:22.241Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/task.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/version/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/version/version.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/api.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/uptime/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/task.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/version/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/version/version.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/health/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/id.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/status.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/bundle/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/ca/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/api.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-23T13:50:22.242Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/catalog/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/config.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/health/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/id.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/status.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/bundle/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-23T13:50:22.243Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/catalog/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-23T13:50:22.244Z] [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/config.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-23T13:50:22.244Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-23T13:50:22.245Z] [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.gospire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/registration/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/server.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/server_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/svid/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/ [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/private/ [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/private/server/ [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/private/server/journal/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/ [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/common/ [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/plugin/ [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-23T13:50:22.245Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-23T13:50:22.245Z] spire-1.2.1/release/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-23T13:50:22.245Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-23T13:50:22.246Z] spire-1.2.1/release/spire-extras/ [2022-05-23T13:50:22.246Z] spire-1.2.1/release/spire-extras/README.md [2022-05-23T13:50:22.246Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-23T13:50:22.246Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-23T13:50:22.246Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-23T13:50:22.246Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-23T13:50:22.246Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-23T13:50:22.246Z] spire-1.2.1/release/spire/ [2022-05-23T13:50:22.246Z] spire-1.2.1/release/spire/README.md [2022-05-23T13:50:22.246Z] spire-1.2.1/release/spire/conf/ [2022-05-23T13:50:22.246Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-23T13:50:22.246Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-23T13:50:22.246Z] spire-1.2.1/release/spire/conf/server/ [2022-05-23T13:50:22.246Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-23T13:50:22.246Z] spire-1.2.1/script/ [2022-05-23T13:50:22.246Z] spire-1.2.1/script/build-artifact.sh [2022-05-23T13:50:22.246Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-23T13:50:22.246Z] spire-1.2.1/support/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-23T13:50:22.246Z] [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.gospire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-23T13:50:22.246Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-23T13:50:22.246Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-23T13:50:22.246Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-23T13:50:22.246Z] spire-1.2.1/test/ [2022-05-23T13:50:22.246Z] spire-1.2.1/test/clock/ [2022-05-23T13:50:22.246Z] spire-1.2.1/test/clock/clock.go [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/ [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-23T13:50:22.246Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/registration/ [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/server.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/server_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/svid/ [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/ [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/private/ [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/private/server/ [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/private/server/journal/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/fixture.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/ [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/common/ [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/plugin/ [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-23T13:50:22.247Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-23T13:50:22.247Z] spire-1.2.1/release/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/registration/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-23T13:50:22.247Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/README.md [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/common [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-23T13:50:22.247Z] spire-1.2.1/release/spire-extras/ [2022-05-23T13:50:22.247Z] spire-1.2.1/release/spire-extras/README.md [2022-05-23T13:50:22.247Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-23T13:50:22.247Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-23T13:50:22.247Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-23T13:50:22.247Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/release/spire/ [2022-05-23T13:50:22.247Z] spire-1.2.1/release/spire/README.md [2022-05-23T13:50:22.247Z] spire-1.2.1/release/spire/conf/ [2022-05-23T13:50:22.247Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-23T13:50:22.247Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/release/spire/conf/server/ [2022-05-23T13:50:22.247Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/script/ [2022-05-23T13:50:22.247Z] spire-1.2.1/script/build-artifact.sh [2022-05-23T13:50:22.247Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-23T13:50:22.247Z] spire-1.2.1/support/ [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/ [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-23T13:50:22.247Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-23T13:50:22.247Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-23T13:50:22.248Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-23T13:50:22.248Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-23T13:50:22.248Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-23T13:50:22.248Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/clock/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/clock/clock.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/config/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-23T13:50:22.248Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/fixture.go [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/registration/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-23T13:50:22.249Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/README.md [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/common [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-23T13:50:22.249Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/test-one.sh [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/test.sh [2022-05-23T13:50:22.250Z] spire-1.2.1/test/plugintest/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/plugintest/config.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/plugintest/load.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/plugintest/option.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/spiretest/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/spiretest/dir.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/spiretest/logs.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/spiretest/suite.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/spiretest/x509.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/testca/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/testca/ca.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/testkey/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/testkey/generate.sh [2022-05-23T13:50:22.250Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/testkey/keys.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/testkey/new.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/tpmsimulator/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/util/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/util/cert_generation.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/util/io_redirection.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/util/race.go [2022-05-23T13:50:22.250Z] spire-1.2.1/test/util/util.go [2022-05-23T13:50:22.250Z] building spire from source... [2022-05-23T13:50:22.250Z] [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-23T13:50:22.250Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/test-one.sh [2022-05-23T13:50:22.251Z] spire-1.2.1/test/integration/test.sh [2022-05-23T13:50:22.251Z] spire-1.2.1/test/plugintest/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/plugintest/config.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/plugintest/load.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/plugintest/option.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/spiretest/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/spiretest/dir.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/spiretest/logs.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/spiretest/suite.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/spiretest/x509.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/testca/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/testca/ca.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/testkey/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/testkey/generate.sh [2022-05-23T13:50:22.251Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/testkey/keys.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/testkey/new.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/tpmsimulator/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/util/ [2022-05-23T13:50:22.251Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/util/cert_generation.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/util/io_redirection.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/util/race.go [2022-05-23T13:50:22.251Z] spire-1.2.1/test/util/util.go [2022-05-23T13:50:22.251Z] building spire from source... [2022-05-23T13:50:22.251Z] Installing go1.17.7... [2022-05-23T13:50:22.251Z] Installing go1.17.7... [2022-05-23T13:50:27.533Z] Building bin/spire-server... [2022-05-23T13:50:27.533Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-23T13:50:27.533Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-23T13:50:27.533Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-23T13:50:27.533Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-23T13:50:27.533Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-23T13:50:27.533Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-23T13:50:27.533Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-23T13:50:27.533Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-23T13:50:27.533Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-23T13:50:27.533Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-23T13:50:27.533Z] Building bin/spire-server... [2022-05-23T13:50:27.533Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-23T13:50:27.533Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-23T13:50:27.533Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-23T13:50:27.533Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-23T13:50:27.533Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-23T13:50:27.533Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-23T13:50:27.533Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-23T13:50:27.533Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-23T13:50:27.533Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-23T13:50:27.533Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-23T13:50:27.533Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-23T13:50:27.533Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-23T13:50:27.533Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-23T13:50:27.533Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-23T13:50:27.533Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-23T13:50:27.533Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-23T13:50:27.533Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-23T13:50:27.533Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-23T13:50:27.533Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-23T13:50:27.533Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-23T13:50:27.533Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-23T13:50:27.533Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-23T13:50:27.533Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-23T13:50:27.533Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-23T13:50:27.533Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-23T13:50:27.533Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-23T13:50:27.533Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-23T13:50:27.533Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-23T13:50:27.533Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-23T13:50:27.533Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-23T13:50:27.533Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-23T13:50:27.533Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-23T13:50:27.533Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-23T13:50:27.533Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-23T13:50:27.533Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-23T13:50:27.533Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-23T13:50:27.533Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-23T13:50:27.534Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-23T13:50:27.534Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-23T13:50:27.534Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-23T13:50:27.534Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-23T13:50:27.534Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-23T13:50:27.534Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-23T13:50:27.534Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-23T13:50:27.534Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-23T13:50:27.534Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-23T13:50:27.534Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-23T13:50:27.534Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-23T13:50:27.534Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-23T13:50:27.534Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-23T13:50:27.534Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-23T13:50:27.534Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-23T13:50:27.534Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-23T13:50:27.534Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-23T13:50:27.534Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-23T13:50:27.534Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-23T13:50:27.534Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-23T13:50:27.534Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-23T13:50:27.534Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-23T13:50:27.534Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-23T13:50:27.534Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-23T13:50:27.534Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-23T13:50:27.534Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-23T13:50:27.534Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-23T13:50:27.534Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-23T13:50:27.534Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-23T13:50:27.534Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-23T13:50:27.534Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-23T13:50:27.534Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-23T13:50:27.534Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-23T13:50:27.534Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-23T13:50:27.534Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-23T13:50:27.534Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-23T13:50:27.534Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-23T13:50:27.534Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-23T13:50:27.534Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-23T13:50:27.534Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-23T13:50:27.792Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-23T13:50:27.792Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-23T13:50:27.792Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-23T13:50:27.792Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-23T13:50:27.792Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-23T13:50:27.792Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-23T13:50:27.793Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-23T13:50:27.793Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-23T13:50:27.793Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-23T13:50:27.793Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-23T13:50:27.793Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-23T13:50:27.793Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-23T13:50:28.314Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-23T13:50:28.324Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:50:28.324Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:50:28.324Z] ---> d13d6e8829a3 [2022-05-23T13:50:28.324Z] Step 3/26 : WORKDIR /edgex-go [2022-05-23T13:50:28.884Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-23T13:50:28.884Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-23T13:50:28.884Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-23T13:50:28.884Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-23T13:50:28.885Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-23T13:50:28.885Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-23T13:50:28.885Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-23T13:50:28.885Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-23T13:50:28.885Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-23T13:50:28.885Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-23T13:50:28.885Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-23T13:50:28.885Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-23T13:50:28.885Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-23T13:50:28.885Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-23T13:50:28.885Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-23T13:50:28.885Z] go: downloading google.golang.org/api v0.70.0 [2022-05-23T13:50:28.885Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-23T13:50:29.143Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-23T13:50:29.143Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-23T13:50:29.143Z] go: downloading k8s.io/api v0.23.4 [2022-05-23T13:50:29.322Z] ---> Running in c9404e75fd94 [2022-05-23T13:50:29.629Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:50:29.629Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:50:29.629Z] ---> d13d6e8829a3 [2022-05-23T13:50:29.629Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T13:50:29.629Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:50:29.629Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:50:29.629Z] ---> d13d6e8829a3 [2022-05-23T13:50:29.629Z] Step 3/25 : WORKDIR /edgex-go [2022-05-23T13:50:29.629Z] ---> Running in a49f7e1853f9 [2022-05-23T13:50:29.629Z] ---> Running in ef296440f56e [2022-05-23T13:50:29.906Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:50:29.906Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:50:29.906Z] ---> d13d6e8829a3 [2022-05-23T13:50:29.906Z] Step 3/20 : WORKDIR /edgex-go [2022-05-23T13:50:29.906Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:50:29.906Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:50:29.906Z] ---> d13d6e8829a3 [2022-05-23T13:50:29.906Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T13:50:29.906Z] ---> Running in 614109e7e19a [2022-05-23T13:50:29.906Z] ---> Running in 077a74eb359e [2022-05-23T13:50:30.188Z] Removing intermediate container a49f7e1853f9 [2022-05-23T13:50:30.188Z] ---> 7f0cf4809b69 [2022-05-23T13:50:30.188Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:50:30.188Z] Removing intermediate container ef296440f56e [2022-05-23T13:50:30.188Z] ---> bce5302fae87 [2022-05-23T13:50:30.188Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:50:30.475Z] Removing intermediate container c9404e75fd94 [2022-05-23T13:50:30.475Z] ---> 534d8f36ad71 [2022-05-23T13:50:30.475Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:50:30.475Z] ---> Running in 860a589a6a64 [2022-05-23T13:50:30.475Z] ---> Running in 4b71b6338cb0 [2022-05-23T13:50:30.475Z] ---> Running in 5f46c056426e [2022-05-23T13:50:30.772Z] Removing intermediate container 614109e7e19a [2022-05-23T13:50:30.772Z] ---> 6e55fe942e22 [2022-05-23T13:50:30.772Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:50:30.772Z] Removing intermediate container 077a74eb359e [2022-05-23T13:50:30.772Z] ---> cd494a9020ef [2022-05-23T13:50:30.772Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-05-23T13:50:30.772Z] ---> Running in b22acb709719 [2022-05-23T13:50:30.772Z] ---> Running in 4c7ff085fddf [2022-05-23T13:50:33.412Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T13:50:33.787Z] go: downloading google.golang.org/api v0.70.0 [2022-05-23T13:50:33.787Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-23T13:50:33.787Z] go: downloading k8s.io/api v0.23.4 [2022-05-23T13:50:33.787Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-23T13:50:33.787Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-23T13:50:33.787Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-23T13:50:33.787Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-23T13:50:33.787Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-23T13:50:33.787Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-23T13:50:33.788Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-23T13:50:33.788Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-23T13:50:33.788Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-23T13:50:33.788Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-23T13:50:33.788Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-23T13:50:33.788Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-23T13:50:33.788Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-23T13:50:33.788Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-23T13:50:33.788Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-23T13:50:33.788Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-23T13:50:33.788Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-23T13:50:33.788Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-23T13:50:33.788Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-23T13:50:33.788Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-23T13:50:33.788Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-23T13:50:33.788Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-23T13:50:33.788Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-23T13:50:33.788Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-23T13:50:33.788Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-23T13:50:33.788Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-23T13:50:33.788Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-23T13:50:33.788Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-23T13:50:33.788Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-23T13:50:33.788Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-23T13:50:33.788Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-23T13:50:33.788Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-23T13:50:33.788Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-23T13:50:33.788Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-23T13:50:33.788Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-23T13:50:33.788Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-23T13:50:33.788Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-23T13:50:33.788Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-23T13:50:33.788Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-23T13:50:33.788Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-23T13:50:33.788Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-23T13:50:33.788Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-23T13:50:34.048Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-23T13:50:34.048Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-23T13:50:34.048Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-23T13:50:34.048Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-23T13:50:34.048Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-23T13:50:34.048Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-23T13:50:34.135Z] Removing intermediate container 860a589a6a64 [2022-05-23T13:50:34.135Z] ---> 53e3f01ca12a [2022-05-23T13:50:34.135Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-05-23T13:50:34.135Z] Removing intermediate container 5f46c056426e [2022-05-23T13:50:34.135Z] ---> 178e4dc22458 [2022-05-23T13:50:34.135Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-23T13:50:34.366Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-23T13:50:34.366Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-23T13:50:34.366Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-23T13:50:34.366Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-23T13:50:34.366Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-23T13:50:34.366Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-23T13:50:34.366Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-23T13:50:34.366Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-23T13:50:34.366Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-23T13:50:34.366Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-23T13:50:34.366Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-23T13:50:34.366Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-23T13:50:34.468Z] ---> Running in 43ac43c2c285 [2022-05-23T13:50:34.468Z] ---> Running in 98572836b4f5 [2022-05-23T13:50:34.626Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-23T13:50:34.626Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-23T13:50:34.626Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-23T13:50:34.626Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-23T13:50:34.626Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-23T13:50:34.626Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-23T13:50:34.626Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-23T13:50:34.626Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-23T13:50:34.627Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-23T13:50:34.627Z] go: downloading go.opencensus.io v0.23.0 [2022-05-23T13:50:34.627Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-23T13:50:34.627Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-23T13:50:34.627Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-23T13:50:34.627Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-23T13:50:34.627Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-23T13:50:34.627Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-23T13:50:34.842Z] Removing intermediate container 4c7ff085fddf [2022-05-23T13:50:34.842Z] ---> b3923d866cc7 [2022-05-23T13:50:34.842Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-23T13:50:34.842Z] ---> Running in ce253550f9f8 [2022-05-23T13:50:34.842Z] Removing intermediate container 4b71b6338cb0 [2022-05-23T13:50:34.842Z] ---> 00cd635e9dc8 [2022-05-23T13:50:34.842Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-05-23T13:50:34.886Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-23T13:50:34.886Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-23T13:50:34.886Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-23T13:50:34.886Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-23T13:50:34.886Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-23T13:50:34.886Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-23T13:50:34.886Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-23T13:50:34.886Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-23T13:50:34.886Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-23T13:50:34.886Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-23T13:50:34.886Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-23T13:50:34.886Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-23T13:50:34.886Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-23T13:50:34.886Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-23T13:50:34.886Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-23T13:50:34.886Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-23T13:50:34.886Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-23T13:50:34.886Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-23T13:50:34.886Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-23T13:50:35.145Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-23T13:50:35.146Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-23T13:50:35.146Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-23T13:50:35.146Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-23T13:50:35.146Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-23T13:50:35.146Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-23T13:50:35.146Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-23T13:50:35.146Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-23T13:50:35.146Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-23T13:50:35.146Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-23T13:50:35.151Z] ---> Running in 2d530a069309 [2022-05-23T13:50:35.408Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-23T13:50:35.408Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-23T13:50:35.408Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-23T13:50:35.578Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T13:50:35.746Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-23T13:50:36.005Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-23T13:50:36.005Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-23T13:50:36.265Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-23T13:50:36.525Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-23T13:50:36.525Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-23T13:50:36.525Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-23T13:50:36.525Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-23T13:50:36.525Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-23T13:50:36.525Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-23T13:50:36.525Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-23T13:50:36.651Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T13:50:36.785Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-23T13:50:36.785Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-23T13:50:36.785Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-23T13:50:36.785Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-23T13:50:36.785Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-23T13:50:36.785Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-23T13:50:37.264Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T13:50:37.264Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T13:50:37.264Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T13:50:37.433Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-23T13:50:37.433Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-23T13:50:37.433Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-23T13:50:37.433Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-23T13:50:37.433Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-23T13:50:37.433Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-23T13:50:37.433Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-23T13:50:37.433Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-23T13:50:37.433Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-23T13:50:37.433Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-23T13:50:37.433Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-23T13:50:37.433Z] go: downloading go.opencensus.io v0.23.0 [2022-05-23T13:50:37.433Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-23T13:50:37.433Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-23T13:50:37.433Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-23T13:50:37.539Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T13:50:37.696Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-23T13:50:37.697Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-23T13:50:37.697Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-23T13:50:37.697Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-23T13:50:37.697Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-23T13:50:37.697Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-23T13:50:37.697Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-23T13:50:37.697Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-23T13:50:37.697Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-23T13:50:37.697Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-23T13:50:37.697Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-23T13:50:37.958Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-23T13:50:37.958Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-23T13:50:37.958Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-23T13:50:37.958Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-23T13:50:37.958Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-23T13:50:37.958Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-23T13:50:37.958Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-23T13:50:37.958Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-23T13:50:37.958Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-23T13:50:37.958Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-23T13:50:38.161Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T13:50:38.162Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T13:50:38.162Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T13:50:38.450Z] OK: 220 MiB in 52 packages [2022-05-23T13:50:39.455Z] OK: 220 MiB in 52 packages [2022-05-23T13:50:39.455Z] OK: 220 MiB in 52 packages [2022-05-23T13:50:39.455Z] OK: 220 MiB in 52 packages [2022-05-23T13:50:39.738Z] v3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T13:50:39.738Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T13:50:39.738Z] OK: 15741 distinct packages available [2022-05-23T13:50:40.017Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T13:50:40.017Z] Removing intermediate container 98572836b4f5 [2022-05-23T13:50:40.017Z] ---> c1e464a8ac7c [2022-05-23T13:50:40.017Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-23T13:50:41.015Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T13:50:41.015Z] Removing intermediate container 43ac43c2c285 [2022-05-23T13:50:41.015Z] ---> 142ea1a1961f [2022-05-23T13:50:41.015Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-23T13:50:41.015Z] Removing intermediate container ce253550f9f8 [2022-05-23T13:50:41.015Z] ---> c21beb462ece [2022-05-23T13:50:41.015Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T13:50:41.015Z] Removing intermediate container 2d530a069309 [2022-05-23T13:50:41.015Z] ---> 9a7846c84d30 [2022-05-23T13:50:41.015Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T13:50:41.301Z] ---> bf02c4b732bb [2022-05-23T13:50:41.301Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:50:41.586Z] ---> Running in 8c4a4e07b358 [2022-05-23T13:50:41.860Z] OK: 220 MiB in 52 packages [2022-05-23T13:50:42.862Z] ---> f729c48d6427 [2022-05-23T13:50:42.862Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:50:42.862Z] ---> 9f0996bc7e78 [2022-05-23T13:50:42.862Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:50:42.862Z] ---> 8f841fc5a332 [2022-05-23T13:50:42.862Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:50:42.862Z] ---> Running in 0e892610f2a7 [2022-05-23T13:50:43.171Z] ---> Running in 641420aeaa0a [2022-05-23T13:50:43.171Z] ---> Running in 6ffdab949119 [2022-05-23T13:50:43.240Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-23T13:50:43.240Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-23T13:50:43.240Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-23T13:50:43.240Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-23T13:50:43.447Z] Removing intermediate container b22acb709719 [2022-05-23T13:50:43.447Z] ---> 09e51ee6d3b8 [2022-05-23T13:50:43.447Z] Step 5/20 : COPY go.mod vendor* ./ [2022-05-23T13:50:44.940Z] ---> 9c4d3c462a85 [2022-05-23T13:50:44.940Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:50:44.940Z] ---> Running in dc26c165d552 [2022-05-23T13:50:46.397Z] Removing intermediate container 8c4a4e07b358 [2022-05-23T13:50:46.397Z] ---> 67220b9ffef6 [2022-05-23T13:50:46.397Z] Step 8/25 : COPY . . [2022-05-23T13:50:48.402Z] Removing intermediate container 0e892610f2a7 [2022-05-23T13:50:48.402Z] ---> ceb344af9ee8 [2022-05-23T13:50:48.402Z] Step 8/26 : COPY . . [2022-05-23T13:50:49.861Z] Removing intermediate container 641420aeaa0a [2022-05-23T13:50:49.861Z] ---> 65a6731d2289 [2022-05-23T13:50:49.861Z] Step 8/23 : COPY . . [2022-05-23T13:50:49.861Z] Removing intermediate container 6ffdab949119 [2022-05-23T13:50:49.861Z] ---> a60e55628151 [2022-05-23T13:50:49.861Z] Step 8/23 : COPY . . [2022-05-23T13:50:49.861Z] Removing intermediate container dc26c165d552 [2022-05-23T13:50:49.861Z] ---> 0ce2b4d4566d [2022-05-23T13:50:49.861Z] Step 7/20 : COPY . . [2022-05-23T13:51:04.966Z] ---> be3ef3afe18d [2022-05-23T13:51:04.966Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-05-23T13:51:04.966Z] ---> 76c49215da9a [2022-05-23T13:51:04.966Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-05-23T13:51:04.966Z] ---> Running in 9ca7b2aa911c [2022-05-23T13:51:04.966Z] ---> Running in 3baeb72d2e78 [2022-05-23T13:51:05.183Z] Removing intermediate container bef21e0a7cd4 [2022-05-23T13:51:05.184Z] ---> f999495cfbac [2022-05-23T13:51:05.184Z] [2022-05-23T13:51:05.184Z] Step 13/26 : FROM alpine:3.15 [2022-05-23T13:51:05.184Z] ---> 0ac33e5f5afa [2022-05-23T13:51:05.184Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T13:51:05.184Z] ---> Using cache [2022-05-23T13:51:05.184Z] ---> 9e2947b4ec37 [2022-05-23T13:51:05.184Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:51:05.184Z] ---> Using cache [2022-05-23T13:51:05.184Z] ---> 94fa30c91be1 [2022-05-23T13:51:05.184Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-23T13:51:05.184Z] ---> Running in da8889b4cd12 [2022-05-23T13:51:05.443Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:51:05.956Z] ---> a0f6e27f5c59 [2022-05-23T13:51:05.956Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-05-23T13:51:05.956Z] ---> Running in 8851a18b83a0 [2022-05-23T13:51:06.231Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-05-23T13:51:06.380Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:51:06.640Z] v3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T13:51:06.640Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T13:51:06.640Z] OK: 15857 distinct packages available [2022-05-23T13:51:06.640Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:51:06.853Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-05-23T13:51:06.853Z] ---> 4b27ae11a1e5 [2022-05-23T13:51:06.853Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-23T13:51:07.135Z] ---> Running in c144e9cf748b [2022-05-23T13:51:07.577Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:51:07.837Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-05-23T13:51:07.837Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-05-23T13:51:07.837Z] (3/5) Installing libucontext (1.1-r0) [2022-05-23T13:51:07.837Z] (4/5) Installing gcompat (1.0.0-r4) [2022-05-23T13:51:08.095Z] (5/5) Installing openssl (1.1.1o-r0) [2022-05-23T13:51:08.095Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T13:51:08.095Z] OK: 6 MiB in 19 packages [2022-05-23T13:51:08.137Z] Removing intermediate container c144e9cf748b [2022-05-23T13:51:08.137Z] ---> 8057e7652f18 [2022-05-23T13:51:08.137Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-23T13:51:08.137Z] ---> a10d6d11a9c0 [2022-05-23T13:51:08.137Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-05-23T13:51:08.137Z] ---> Running in 019026724e86 [2022-05-23T13:51:08.138Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-05-23T13:51:08.418Z] ---> Running in 83a4da1f3257 [2022-05-23T13:51:09.476Z] Removing intermediate container da8889b4cd12 [2022-05-23T13:51:09.477Z] ---> c319e9167096 [2022-05-23T13:51:09.477Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-05-23T13:51:11.186Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-05-23T13:51:11.457Z] ---> e7110b000498 [2022-05-23T13:51:11.457Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-23T13:51:11.463Z] Removing intermediate container 019026724e86 [2022-05-23T13:51:11.463Z] ---> 690f04759153 [2022-05-23T13:51:11.463Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-23T13:51:11.463Z] ---> Running in fae315014f05 [2022-05-23T13:51:12.061Z] Removing intermediate container fae315014f05 [2022-05-23T13:51:12.061Z] ---> 71da894792a1 [2022-05-23T13:51:12.061Z] 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-23T13:51:12.336Z] ---> Running in 4451d90a3bc8 [2022-05-23T13:51:14.748Z] ---> 72e72249b86c [2022-05-23T13:51:14.748Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-05-23T13:51:14.748Z] ---> 6afb097eb0f9 [2022-05-23T13:51:14.748Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-05-23T13:51:14.981Z] spire-1.2.1/ [2022-05-23T13:51:14.982Z] spire-1.2.1/.data/ [2022-05-23T13:51:14.982Z] spire-1.2.1/.data/.file [2022-05-23T13:51:14.982Z] spire-1.2.1/.dockerignore [2022-05-23T13:51:14.982Z] spire-1.2.1/.gitattributes [2022-05-23T13:51:14.982Z] spire-1.2.1/.githooks/ [2022-05-23T13:51:14.982Z] spire-1.2.1/.githooks/pre-commit [2022-05-23T13:51:14.982Z] spire-1.2.1/.github/ [2022-05-23T13:51:14.982Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-23T13:51:14.982Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-23T13:51:14.982Z] spire-1.2.1/.github/dependabot.yml [2022-05-23T13:51:14.982Z] spire-1.2.1/.github/workflows/ [2022-05-23T13:51:14.982Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-23T13:51:14.982Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-23T13:51:14.982Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-23T13:51:14.982Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-23T13:51:14.982Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-23T13:51:14.982Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-23T13:51:14.982Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-23T13:51:14.982Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-23T13:51:14.982Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-23T13:51:14.982Z] spire-1.2.1/.gitignore [2022-05-23T13:51:14.982Z] spire-1.2.1/.go-version [2022-05-23T13:51:14.982Z] spire-1.2.1/.golangci.yml [2022-05-23T13:51:14.982Z] spire-1.2.1/ADOPTERS.md [2022-05-23T13:51:14.982Z] spire-1.2.1/CHANGELOG.md [2022-05-23T13:51:14.982Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-23T13:51:14.982Z] spire-1.2.1/CODEOWNERS [2022-05-23T13:51:14.982Z] spire-1.2.1/CONTRIBUTING.md [2022-05-23T13:51:14.982Z] spire-1.2.1/Dockerfile [2022-05-23T13:51:14.982Z] spire-1.2.1/Dockerfile.dev [2022-05-23T13:51:14.982Z] spire-1.2.1/Dockerfile.scratch [2022-05-23T13:51:14.982Z] spire-1.2.1/LICENSE [2022-05-23T13:51:14.982Z] spire-1.2.1/MAINTAINERS.md [2022-05-23T13:51:14.982Z] spire-1.2.1/Makefile [2022-05-23T13:51:14.982Z] spire-1.2.1/README.md [2022-05-23T13:51:14.982Z] spire-1.2.1/ROADMAP.md [2022-05-23T13:51:14.982Z] spire-1.2.1/SECURITY.md [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-23T13:51:14.982Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-23T13:51:14.982Z] spire-1.2.1/conf/ [2022-05-23T13:51:14.982Z] spire-1.2.1/conf/agent/ [2022-05-23T13:51:14.982Z] spire-1.2.1/conf/agent/agent.conf [2022-05-23T13:51:14.982Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-23T13:51:14.982Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-23T13:51:14.982Z] spire-1.2.1/conf/server/ [2022-05-23T13:51:14.982Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-23T13:51:14.982Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-23T13:51:14.982Z] spire-1.2.1/conf/server/server.conf [2022-05-23T13:51:14.982Z] spire-1.2.1/conf/server/server_full.conf [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/ [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/SPIRE101.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/auditlog.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/images/ [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/scaling_spire.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/spire_agent.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/spire_server.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/supported_integrations.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/telemetry.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/telemetry_config.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/upgrading.md [2022-05-23T13:51:14.982Z] spire-1.2.1/doc/using_spire.md [2022-05-23T13:51:14.982Z] spire-1.2.1/examples/ [2022-05-23T13:51:14.982Z] spire-1.2.1/examples/README.md [2022-05-23T13:51:14.982Z] spire-1.2.1/go.mod [2022-05-23T13:51:14.982Z] spire-1.2.1/go.sum [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/agent.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/client/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/common/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/config.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-23T13:51:14.982Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-23T13:51:14.983Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/svid/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/names.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/auth/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cli/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/health/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/health/config.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/health/context.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/health/health.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/idutil/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/log/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/log/log.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/log/options.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-23T13:51:15.259Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/profiling/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/selector/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-23T13:51:15.260Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-23T13:51:15.315Z] ---> acdaaa5cb84b [2022-05-23T13:51:15.315Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/uptime/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/util/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/util/task.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/version/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/version/version.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/x509util/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/api.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/health/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/id.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/status.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/bundle/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-23T13:51:15.536Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/ca/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/cache/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/catalog/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/config.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T13:51:15.537Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-23T13:51:15.813Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/registration/ [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/server.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/server_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/svid/ [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/ [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/private/ [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/private/server/ [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/private/server/journal/ [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/ [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/common/ [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/plugin/ [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-23T13:51:15.814Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-23T13:51:15.814Z] spire-1.2.1/release/ [2022-05-23T13:51:15.814Z] spire-1.2.1/release/spire-extras/ [2022-05-23T13:51:15.814Z] spire-1.2.1/release/spire-extras/README.md [2022-05-23T13:51:15.814Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-23T13:51:15.814Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-23T13:51:15.814Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-23T13:51:15.814Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-23T13:51:15.814Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-23T13:51:15.814Z] spire-1.2.1/release/spire/ [2022-05-23T13:51:15.814Z] spire-1.2.1/release/spire/README.md [2022-05-23T13:51:15.814Z] spire-1.2.1/release/spire/conf/ [2022-05-23T13:51:15.814Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-23T13:51:15.814Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-23T13:51:15.814Z] spire-1.2.1/release/spire/conf/server/ [2022-05-23T13:51:15.814Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-23T13:51:15.814Z] spire-1.2.1/script/ [2022-05-23T13:51:15.814Z] spire-1.2.1/script/build-artifact.sh [2022-05-23T13:51:15.814Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-23T13:51:15.814Z] spire-1.2.1/support/ [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/ [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-23T13:51:15.814Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-23T13:51:15.815Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-23T13:51:15.815Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-23T13:51:15.884Z] ---> c12267a55a15 [2022-05-23T13:51:15.884Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-23T13:51:16.091Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-23T13:51:16.091Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-23T13:51:16.091Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-23T13:51:16.091Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/clock/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/clock/clock.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-23T13:51:16.091Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/fixture.go [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/registration/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-23T13:51:16.092Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/README.md [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/common [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-23T13:51:16.092Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-23T13:51:16.093Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-23T13:51:16.143Z] ---> Running in 98da9b17e85f [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-23T13:51:16.372Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-23T13:51:16.373Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-23T13:51:16.374Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-23T13:51:16.374Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-23T13:51:16.374Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-23T13:51:16.374Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-23T13:51:16.374Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-23T13:51:16.374Z] spire-1.2.1/test/integration/test-one.sh [2022-05-23T13:51:16.374Z] spire-1.2.1/test/integration/test.sh [2022-05-23T13:51:16.374Z] spire-1.2.1/test/plugintest/ [2022-05-23T13:51:16.374Z] spire-1.2.1/test/plugintest/config.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/plugintest/load.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/plugintest/option.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/spiretest/ [2022-05-23T13:51:16.374Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/spiretest/dir.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/spiretest/logs.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/spiretest/suite.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/spiretest/x509.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/testca/ [2022-05-23T13:51:16.374Z] spire-1.2.1/test/testca/ca.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/testkey/ [2022-05-23T13:51:16.374Z] spire-1.2.1/test/testkey/generate.sh [2022-05-23T13:51:16.374Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/testkey/keys.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/testkey/new.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/tpmsimulator/ [2022-05-23T13:51:16.374Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/util/ [2022-05-23T13:51:16.374Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/util/cert_generation.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/util/io_redirection.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/util/race.go [2022-05-23T13:51:16.374Z] spire-1.2.1/test/util/util.go [2022-05-23T13:51:16.374Z] building spire from source... [2022-05-23T13:51:16.472Z] Removing intermediate container 98da9b17e85f [2022-05-23T13:51:16.472Z] ---> d46a730c2d66 [2022-05-23T13:51:16.472Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-23T13:51:16.472Z] ---> Running in c0cf524c2c0e [2022-05-23T13:51:16.770Z] Removing intermediate container c0cf524c2c0e [2022-05-23T13:51:16.770Z] ---> 6dbc39339c9d [2022-05-23T13:51:16.770Z] Step 24/26 : LABEL arch=x86_64 [2022-05-23T13:51:16.770Z] ---> Running in 36ffb50a26b7 [2022-05-23T13:51:16.976Z] Installing go1.17.7... [2022-05-23T13:51:17.046Z] Removing intermediate container 36ffb50a26b7 [2022-05-23T13:51:17.046Z] ---> 5079aa40be56 [2022-05-23T13:51:17.046Z] Step 25/26 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:51:17.317Z] ---> Running in 87aacb866682 [2022-05-23T13:51:17.658Z] Removing intermediate container 87aacb866682 [2022-05-23T13:51:17.658Z] ---> 8465ae0af902 [2022-05-23T13:51:17.658Z] Step 26/26 : LABEL version=2.2.1-dev.4 [2022-05-23T13:51:17.658Z] ---> Running in 5f8fd5265ab0 [2022-05-23T13:51:18.229Z] Removing intermediate container 5f8fd5265ab0 [2022-05-23T13:51:18.229Z] ---> 4a414e044468 [2022-05-23T13:51:18.229Z] [2022-05-23T13:51:18.229Z] Successfully built 4a414e044468 [2022-05-23T13:51:18.229Z] Successfully tagged security-spire-agent:latest [2022-05-23T13:51:39.202Z] Building bin/spire-server... [2022-05-23T13:51:39.475Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-23T13:51:39.475Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-23T13:51:39.475Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-23T13:51:40.077Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-23T13:51:40.077Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-23T13:51:43.482Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-23T13:51:43.757Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-23T13:51:44.034Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-23T13:51:44.312Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-23T13:51:44.587Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-23T13:51:45.191Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-23T13:51:45.191Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-23T13:51:45.191Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-23T13:51:45.793Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-23T13:51:45.793Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-23T13:51:45.793Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-23T13:51:45.793Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-23T13:51:45.793Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-23T13:51:46.070Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-23T13:51:47.065Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-23T13:51:47.065Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-23T13:51:47.065Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-23T13:51:48.054Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-23T13:51:48.335Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-23T13:52:15.196Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-23T13:52:15.196Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-23T13:52:15.196Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-23T13:52:15.196Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-23T13:52:15.196Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-23T13:52:15.196Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-23T13:52:15.197Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-23T13:52:15.197Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-23T13:52:15.197Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-23T13:52:15.197Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-23T13:52:15.197Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-23T13:52:15.197Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-23T13:52:15.197Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-23T13:52:15.197Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-23T13:52:15.197Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-23T13:52:15.197Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-23T13:52:15.197Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-23T13:52:15.197Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-23T13:52:15.197Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-23T13:52:15.197Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-23T13:52:15.197Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-23T13:52:15.197Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-23T13:52:15.197Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-23T13:52:15.197Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-23T13:52:15.197Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-23T13:52:15.806Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-23T13:52:16.082Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-23T13:52:16.364Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-23T13:52:16.364Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-23T13:52:16.970Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-23T13:52:17.959Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-23T13:52:19.948Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-23T13:52:25.377Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-23T13:52:25.377Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-23T13:52:25.377Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-23T13:52:25.377Z] go: downloading google.golang.org/api v0.70.0 [2022-05-23T13:52:25.377Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-23T13:52:39.673Z]  Building security-spire-agent ... done Building bin/spire-agent... [2022-05-23T13:52:39.673Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-23T13:52:39.673Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-23T13:52:39.673Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-23T13:52:39.673Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-23T13:52:39.673Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-23T13:52:39.673Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-23T13:52:39.673Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-23T13:52:39.673Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-23T13:52:39.673Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-23T13:52:39.673Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-23T13:52:39.673Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-23T13:52:39.673Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-23T13:52:39.674Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-23T13:52:39.674Z] Building bin/spire-agent... [2022-05-23T13:52:39.674Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-23T13:52:39.674Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-23T13:52:39.674Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-23T13:52:39.674Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-23T13:52:39.674Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-23T13:52:39.674Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-23T13:52:39.674Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-23T13:52:39.674Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-23T13:52:39.674Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-23T13:52:39.674Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-23T13:52:39.674Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-23T13:52:39.674Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-23T13:52:39.674Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-23T13:53:04.445Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-23T13:53:04.446Z] go: downloading k8s.io/api v0.23.4 [2022-05-23T13:53:04.446Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-23T13:53:04.446Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-23T13:53:17.249Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-23T13:53:17.249Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-23T13:53:17.249Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-23T13:53:17.249Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-23T13:53:19.237Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-23T13:53:20.223Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-23T13:53:20.825Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-23T13:53:21.810Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-23T13:53:23.796Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-23T13:53:24.072Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-23T13:53:24.073Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-23T13:53:25.517Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-23T13:53:25.517Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-23T13:53:25.793Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-23T13:53:26.068Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-23T13:53:26.345Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-23T13:53:26.621Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-23T13:53:26.621Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-23T13:53:26.899Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-23T13:53:28.339Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-23T13:53:28.616Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-23T13:53:28.891Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-23T13:53:28.891Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-23T13:53:29.168Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-23T13:53:29.168Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-23T13:53:30.155Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-23T13:53:35.576Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-23T13:53:35.576Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-23T13:53:35.576Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-23T13:53:35.576Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-23T13:53:35.576Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-23T13:53:35.576Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-23T13:53:35.851Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-23T13:53:35.905Z] Removing intermediate container 12ccc69a5663 [2022-05-23T13:53:35.905Z] ---> a5e799215917 [2022-05-23T13:53:35.905Z] [2022-05-23T13:53:35.905Z] Step 13/25 : FROM alpine:3.15 [2022-05-23T13:53:35.905Z] ---> 0ac33e5f5afa [2022-05-23T13:53:35.905Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T13:53:35.905Z] ---> Using cache [2022-05-23T13:53:35.905Z] ---> 9e2947b4ec37 [2022-05-23T13:53:35.905Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:53:35.905Z] ---> Using cache [2022-05-23T13:53:35.905Z] ---> 94fa30c91be1 [2022-05-23T13:53:35.905Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-23T13:53:35.905Z] ---> Using cache [2022-05-23T13:53:35.905Z] ---> c319e9167096 [2022-05-23T13:53:35.905Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-23T13:53:35.905Z] Removing intermediate container 33629dcdde67 [2022-05-23T13:53:35.905Z] ---> 588c3032fb47 [2022-05-23T13:53:35.905Z] [2022-05-23T13:53:35.905Z] Step 13/26 : FROM alpine:3.15 [2022-05-23T13:53:35.905Z] ---> 0ac33e5f5afa [2022-05-23T13:53:35.905Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T13:53:35.905Z] ---> Using cache [2022-05-23T13:53:35.905Z] ---> 9e2947b4ec37 [2022-05-23T13:53:35.905Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:53:35.905Z] ---> Using cache [2022-05-23T13:53:35.905Z] ---> 94fa30c91be1 [2022-05-23T13:53:35.905Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-05-23T13:53:35.905Z] ---> Running in 01be03831388 [2022-05-23T13:53:35.905Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:53:35.905Z] ---> d963f1f84754 [2022-05-23T13:53:35.905Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-05-23T13:53:35.905Z] ---> 25e634a1abd9 [2022-05-23T13:53:35.905Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-05-23T13:53:35.905Z] ---> f52494606e14 [2022-05-23T13:53:35.905Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-05-23T13:53:35.905Z] ---> 03d99dbe23ef [2022-05-23T13:53:35.905Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-23T13:53:35.905Z] ---> Running in c38bb7529979 [2022-05-23T13:53:35.905Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:53:35.905Z] Removing intermediate container c38bb7529979 [2022-05-23T13:53:35.905Z] ---> 59cc2f89eeb5 [2022-05-23T13:53:35.905Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-23T13:53:35.905Z] ---> Running in a1bf72e4201f [2022-05-23T13:53:35.905Z] Removing intermediate container a1bf72e4201f [2022-05-23T13:53:35.905Z] ---> 295a9cb5fa33 [2022-05-23T13:53:35.905Z] Step 23/25 : LABEL arch=x86_64 [2022-05-23T13:53:35.905Z] ---> Running in f85e32a0b47b [2022-05-23T13:53:35.905Z] Removing intermediate container f85e32a0b47b [2022-05-23T13:53:35.905Z] ---> 698cdcfe2871 [2022-05-23T13:53:35.905Z] Step 24/25 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:53:35.905Z] v3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T13:53:35.905Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T13:53:35.905Z] OK: 15857 distinct packages available [2022-05-23T13:53:35.905Z] ---> Running in 91641c230f5f [2022-05-23T13:53:35.905Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T13:53:36.127Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-23T13:53:36.182Z] Removing intermediate container 91641c230f5f [2022-05-23T13:53:36.182Z] ---> 84c69cac57b9 [2022-05-23T13:53:36.182Z] Step 25/25 : LABEL version=2.2.1-dev.4 [2022-05-23T13:53:36.182Z] ---> Running in 248fb2a36163 [2022-05-23T13:53:36.182Z] Removing intermediate container 248fb2a36163 [2022-05-23T13:53:36.182Z] ---> 84183ef9a006 [2022-05-23T13:53:36.182Z] [2022-05-23T13:53:36.182Z] Successfully built 84183ef9a006 [2022-05-23T13:53:36.442Z] Successfully tagged security-spire-server:latest [2022-05-23T13:53:37.011Z]  Building security-spire-server ... done fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T13:53:37.111Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-23T13:53:37.270Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-05-23T13:53:37.270Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-05-23T13:53:37.387Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-23T13:53:37.533Z] (3/4) Installing libucontext (1.1-r0) [2022-05-23T13:53:37.533Z] (4/4) Installing gcompat (1.0.0-r4) [2022-05-23T13:53:37.533Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T13:53:37.533Z] OK: 6 MiB in 18 packages [2022-05-23T13:53:37.662Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-23T13:53:37.938Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-23T13:53:38.102Z] Removing intermediate container 01be03831388 [2022-05-23T13:53:38.102Z] ---> 7a3ecbe0ce12 [2022-05-23T13:53:38.102Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-23T13:53:38.924Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-23T13:53:38.924Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-23T13:53:39.199Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-23T13:53:39.473Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-23T13:53:39.473Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-23T13:53:39.480Z] ---> 3566c36e04c8 [2022-05-23T13:53:39.480Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-05-23T13:53:39.480Z] ---> bc1480e90447 [2022-05-23T13:53:39.480Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-05-23T13:53:39.480Z] ---> Running in 59dfe61a9d86 [2022-05-23T13:53:39.740Z] Removing intermediate container 59dfe61a9d86 [2022-05-23T13:53:39.740Z] ---> a77cbc9a5954 [2022-05-23T13:53:39.740Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-05-23T13:53:39.740Z] ---> fdb8e7244cc9 [2022-05-23T13:53:39.740Z] Step 21/26 : WORKDIR / [2022-05-23T13:53:39.740Z] ---> Running in 744892382fbe [2022-05-23T13:53:39.750Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-23T13:53:39.750Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-23T13:53:39.750Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-23T13:53:40.000Z] Removing intermediate container 744892382fbe [2022-05-23T13:53:40.000Z] ---> cca895954531 [2022-05-23T13:53:40.000Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-23T13:53:40.000Z] ---> Running in 03853288d65c [2022-05-23T13:53:40.000Z] Removing intermediate container 03853288d65c [2022-05-23T13:53:40.000Z] ---> 574d6ccb3408 [2022-05-23T13:53:40.000Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-23T13:53:40.261Z] ---> Running in 3ad8f4c90bab [2022-05-23T13:53:40.261Z] Removing intermediate container 3ad8f4c90bab [2022-05-23T13:53:40.261Z] ---> 2bbad2847926 [2022-05-23T13:53:40.261Z] Step 24/26 : LABEL arch=x86_64 [2022-05-23T13:53:40.261Z] ---> Running in 9d3232a48cba [2022-05-23T13:53:40.261Z] Removing intermediate container 9d3232a48cba [2022-05-23T13:53:40.261Z] ---> 6e611b4d6b5a [2022-05-23T13:53:40.261Z] Step 25/26 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:53:40.521Z] ---> Running in 92b561fda194 [2022-05-23T13:53:40.521Z] Removing intermediate container 92b561fda194 [2022-05-23T13:53:40.521Z] ---> d0fe8ed0bfdd [2022-05-23T13:53:40.521Z] Step 26/26 : LABEL version=2.2.1-dev.4 [2022-05-23T13:53:40.521Z] ---> Running in 1f371fd0fa03 [2022-05-23T13:53:40.521Z] Removing intermediate container 1f371fd0fa03 [2022-05-23T13:53:40.521Z] ---> 73b682b8d5ea [2022-05-23T13:53:40.521Z] [2022-05-23T13:53:40.781Z] Successfully built 73b682b8d5ea [2022-05-23T13:53:40.781Z] Successfully tagged security-spire-config:latest [2022-05-23T13:53:40.788Z]  Building security-spire-config ... done  [Pipeline] } [2022-05-23T13:53:40.797Z] $ docker stop --time=1 c9de23583169caa6c95eb3c4b538b1f84d582e414aa6c8194084b6adfdeea7f9 [2022-05-23T13:53:41.190Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-23T13:53:41.190Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-23T13:53:41.466Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-23T13:53:41.466Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-23T13:53:41.742Z] go: downloading go.opencensus.io v0.23.0 [2022-05-23T13:53:42.100Z] $ docker rm -f c9de23583169caa6c95eb3c4b538b1f84d582e414aa6c8194084b6adfdeea7f9 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T13:53:42.448Z] + docker images [2022-05-23T13:53:42.448Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-23T13:53:42.448Z] security-spire-config latest 73b682b8d5ea 2 seconds ago 86.7MB [2022-05-23T13:53:42.448Z] security-spire-server latest 84183ef9a006 6 seconds ago 87.3MB [2022-05-23T13:53:42.448Z] a5e799215917 18 seconds ago 4.43GB [2022-05-23T13:53:42.448Z] 588c3032fb47 18 seconds ago 4.43GB [2022-05-23T13:53:42.448Z] security-spire-agent latest 4a414e044468 2 minutes ago 127MB [2022-05-23T13:53:42.448Z] f999495cfbac 2 minutes ago 4.43GB [2022-05-23T13:53:42.448Z] core-command latest 242f4764f78d 3 minutes ago 16.1MB [2022-05-23T13:53:42.448Z] security-proxy-setup latest 39ae35b8f7af 3 minutes ago 26.9MB [2022-05-23T13:53:42.448Z] security-spiffe-token-provider latest 66657fb1420e 3 minutes ago 28.8MB [2022-05-23T13:53:42.448Z] 3aae2bdbd979 3 minutes ago 1.49GB [2022-05-23T13:53:42.448Z] 5f887fc4b53c 3 minutes ago 1.5GB [2022-05-23T13:53:42.448Z] security-secretstore-setup latest 0c71cc8e474f 3 minutes ago 28.5MB [2022-05-23T13:53:42.448Z] 00b5fa4bc7d0 3 minutes ago 1.54GB [2022-05-23T13:53:42.448Z] core-metadata latest 69ec112ea36e 3 minutes ago 17MB [2022-05-23T13:53:42.448Z] support-notifications latest dfe992c23db7 4 minutes ago 26.9MB [2022-05-23T13:53:42.448Z] cc82f8e0de7b 4 minutes ago 1.5GB [2022-05-23T13:53:42.448Z] 5a64ebd49ec0 4 minutes ago 1.5GB [2022-05-23T13:53:42.448Z] 65aa29dcf754 4 minutes ago 1.55GB [2022-05-23T13:53:42.448Z] sys-mgmt-agent latest e6fb12d0cda0 4 minutes ago 299MB [2022-05-23T13:53:42.448Z] security-bootstrapper latest 35a2ca835f31 4 minutes ago 19.1MB [2022-05-23T13:53:42.448Z] core-data latest bd13fa226c6b 4 minutes ago 22.5MB [2022-05-23T13:53:42.448Z] support-scheduler latest f72a36ed06af 5 minutes ago 26.3MB [2022-05-23T13:53:42.448Z] 92c96252098e 5 minutes ago 1.49GB [2022-05-23T13:53:42.448Z] 82b8b0ba646a 5 minutes ago 1.55GB [2022-05-23T13:53:42.448Z] f4576146e4b9 5 minutes ago 1.52GB [2022-05-23T13:53:42.448Z] 1246d06515f8 5 minutes ago 1.5GB [2022-05-23T13:53:42.448Z] ci-base-image-x86_64 latest bb9441102559 8 minutes ago 895MB [2022-05-23T13:53:42.448Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine f018257e8ee9 4 weeks ago 562MB [2022-05-23T13:53:42.448Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver latest a97f223af7a3 4 weeks ago 254MB [2022-05-23T13:53:42.448Z] docker 20.10.14 7417809fdb73 6 weeks ago 218MB [2022-05-23T13:53:42.448Z] alpine 3.14 e04c818066af 6 weeks ago 5.59MB [2022-05-23T13:53:42.448Z] alpine 3.15 0ac33e5f5afa 6 weeks ago 5.57MB [2022-05-23T13:53:42.448Z] 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-23T13:53:42.558Z] provisioning config files... [2022-05-23T13:53:42.566Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/232@tmp/config2856289984635274868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T13:53:42.728Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-23T13:53:42.867Z] ---> docker-login.sh [2022-05-23T13:53:42.867Z] nexus3.edgexfoundry.org:10001 [2022-05-23T13:53:42.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T13:53:42.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T13:53:42.867Z] Configure a credential helper to remove this warning. See [2022-05-23T13:53:42.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T13:53:42.867Z] [2022-05-23T13:53:42.867Z] Login Succeeded [2022-05-23T13:53:42.867Z] nexus3.edgexfoundry.org:10002 [2022-05-23T13:53:42.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T13:53:43.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T13:53:43.128Z] Configure a credential helper to remove this warning. See [2022-05-23T13:53:43.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T13:53:43.128Z] [2022-05-23T13:53:43.128Z] Login Succeeded [2022-05-23T13:53:43.128Z] nexus3.edgexfoundry.org:10003 [2022-05-23T13:53:43.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T13:53:43.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T13:53:43.128Z] Configure a credential helper to remove this warning. See [2022-05-23T13:53:43.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T13:53:43.128Z] [2022-05-23T13:53:43.128Z] Login Succeeded [2022-05-23T13:53:43.128Z] nexus3.edgexfoundry.org:10004 [2022-05-23T13:53:43.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T13:53:43.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T13:53:43.389Z] Configure a credential helper to remove this warning. See [2022-05-23T13:53:43.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T13:53:43.389Z] [2022-05-23T13:53:43.389Z] Login Succeeded [2022-05-23T13:53:43.389Z] docker.io [2022-05-23T13:53:43.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T13:53:43.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T13:53:43.649Z] Configure a credential helper to remove this warning. See [2022-05-23T13:53:43.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T13:53:43.649Z] [2022-05-23T13:53:43.649Z] Login Succeeded [2022-05-23T13:53:43.649Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T13:53:43.657Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T13:53:43.688Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T13:53:43.716Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2022-05-23T13:53:43.716Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:53:43.716Z] latest [2022-05-23T13:53:43.716Z] 2.2.1-dev.4 [2022-05-23T13:53:43.716Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:53:43.716Z] main [2022-05-23T13:53:43.716Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:44.027Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:44.324Z] + docker push nexus3.edgexfoundry.org:10004/core-command:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:53:44.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-05-23T13:53:44.324Z] 7f1d79f25ef5: Preparing [2022-05-23T13:53:44.324Z] ce018a15d399: Preparing [2022-05-23T13:53:44.324Z] aceb7b659af0: Preparing [2022-05-23T13:53:44.324Z] dbc8bc6930c1: Preparing [2022-05-23T13:53:44.324Z] b541d28bf3b4: Preparing [2022-05-23T13:53:44.324Z] b541d28bf3b4: Layer already exists [2022-05-23T13:53:44.324Z] 7f1d79f25ef5: Pushed [2022-05-23T13:53:44.324Z] aceb7b659af0: Pushed [2022-05-23T13:53:44.324Z] dbc8bc6930c1: Pushed [2022-05-23T13:53:44.714Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-23T13:53:44.714Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-23T13:53:44.714Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-23T13:53:44.714Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-23T13:53:44.989Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-23T13:53:45.266Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-23T13:53:45.540Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-23T13:53:45.705Z] ce018a15d399: Pushed [2022-05-23T13:53:45.705Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:3d87dcb02b7c890538c7754f5697e7e270baa9a6c4bc7e0cf01acbc633d834d6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:46.010Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:46.140Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-23T13:53:46.303Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2022-05-23T13:53:46.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-05-23T13:53:46.303Z] 7f1d79f25ef5: Preparing [2022-05-23T13:53:46.303Z] ce018a15d399: Preparing [2022-05-23T13:53:46.303Z] aceb7b659af0: Preparing [2022-05-23T13:53:46.303Z] dbc8bc6930c1: Preparing [2022-05-23T13:53:46.303Z] b541d28bf3b4: Preparing [2022-05-23T13:53:46.303Z] ce018a15d399: Layer already exists [2022-05-23T13:53:46.303Z] b541d28bf3b4: Layer already exists [2022-05-23T13:53:46.303Z] 7f1d79f25ef5: Layer already exists [2022-05-23T13:53:46.303Z] dbc8bc6930c1: Layer already exists [2022-05-23T13:53:46.303Z] aceb7b659af0: Layer already exists [2022-05-23T13:53:46.303Z] latest: digest: sha256:3d87dcb02b7c890538c7754f5697e7e270baa9a6c4bc7e0cf01acbc633d834d6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:46.608Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:46.905Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.4 [2022-05-23T13:53:46.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-05-23T13:53:46.905Z] 7f1d79f25ef5: Preparing [2022-05-23T13:53:46.905Z] ce018a15d399: Preparing [2022-05-23T13:53:46.905Z] aceb7b659af0: Preparing [2022-05-23T13:53:46.905Z] dbc8bc6930c1: Preparing [2022-05-23T13:53:46.905Z] b541d28bf3b4: Preparing [2022-05-23T13:53:46.905Z] aceb7b659af0: Layer already exists [2022-05-23T13:53:46.905Z] b541d28bf3b4: Layer already exists [2022-05-23T13:53:46.905Z] dbc8bc6930c1: Layer already exists [2022-05-23T13:53:46.905Z] ce018a15d399: Layer already exists [2022-05-23T13:53:46.905Z] 7f1d79f25ef5: Layer already exists [2022-05-23T13:53:46.905Z] 2.2.1-dev.4: digest: sha256:3d87dcb02b7c890538c7754f5697e7e270baa9a6c4bc7e0cf01acbc633d834d6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:47.211Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:47.510Z] + docker push nexus3.edgexfoundry.org:10004/core-command:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:53:47.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-05-23T13:53:47.510Z] 7f1d79f25ef5: Preparing [2022-05-23T13:53:47.510Z] ce018a15d399: Preparing [2022-05-23T13:53:47.510Z] aceb7b659af0: Preparing [2022-05-23T13:53:47.510Z] dbc8bc6930c1: Preparing [2022-05-23T13:53:47.510Z] b541d28bf3b4: Preparing [2022-05-23T13:53:47.510Z] b541d28bf3b4: Layer already exists [2022-05-23T13:53:47.510Z] 7f1d79f25ef5: Layer already exists [2022-05-23T13:53:47.510Z] ce018a15d399: Layer already exists [2022-05-23T13:53:47.510Z] aceb7b659af0: Layer already exists [2022-05-23T13:53:47.510Z] dbc8bc6930c1: Layer already exists [2022-05-23T13:53:47.510Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:3d87dcb02b7c890538c7754f5697e7e270baa9a6c4bc7e0cf01acbc633d834d6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:47.820Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:48.134Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2022-05-23T13:53:48.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-05-23T13:53:48.134Z] 7f1d79f25ef5: Preparing [2022-05-23T13:53:48.134Z] ce018a15d399: Preparing [2022-05-23T13:53:48.134Z] aceb7b659af0: Preparing [2022-05-23T13:53:48.134Z] dbc8bc6930c1: Preparing [2022-05-23T13:53:48.134Z] b541d28bf3b4: Preparing [2022-05-23T13:53:48.134Z] 7f1d79f25ef5: Layer already exists [2022-05-23T13:53:48.134Z] ce018a15d399: Layer already exists [2022-05-23T13:53:48.134Z] dbc8bc6930c1: Layer already exists [2022-05-23T13:53:48.134Z] aceb7b659af0: Layer already exists [2022-05-23T13:53:48.134Z] b541d28bf3b4: Layer already exists [2022-05-23T13:53:48.134Z] main: digest: sha256:3d87dcb02b7c890538c7754f5697e7e270baa9a6c4bc7e0cf01acbc633d834d6 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T13:53:48.174Z] ===================================================== [Pipeline] echo [2022-05-23T13:53:48.183Z] taggedImages: [2022-05-23T13:53:48.183Z] - nexus3.edgexfoundry.org:10004/core-command:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:53:48.183Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2022-05-23T13:53:48.183Z] - nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.4 [2022-05-23T13:53:48.183Z] - nexus3.edgexfoundry.org:10004/core-command:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:53:48.183Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2022-05-23T13:53:48.200Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2022-05-23T13:53:48.200Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:53:48.200Z] latest [2022-05-23T13:53:48.200Z] 2.2.1-dev.4 [2022-05-23T13:53:48.200Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:53:48.200Z] main [2022-05-23T13:53:48.200Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:48.522Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:48.769Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-23T13:53:48.824Z] + docker push nexus3.edgexfoundry.org:10004/core-data:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:53:48.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-05-23T13:53:48.824Z] b8644e825845: Preparing [2022-05-23T13:53:48.824Z] af091a851398: Preparing [2022-05-23T13:53:48.824Z] aceb7b659af0: Preparing [2022-05-23T13:53:48.824Z] 95e508d0fb29: Preparing [2022-05-23T13:53:48.824Z] fbaad5b05033: Preparing [2022-05-23T13:53:48.824Z] b541d28bf3b4: Preparing [2022-05-23T13:53:48.824Z] aceb7b659af0: Layer already exists [2022-05-23T13:53:48.824Z] b541d28bf3b4: Layer already exists [2022-05-23T13:53:48.824Z] fbaad5b05033: Pushed [2022-05-23T13:53:48.824Z] b8644e825845: Pushed [2022-05-23T13:53:49.085Z] 95e508d0fb29: Pushed [2022-05-23T13:53:50.211Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-23T13:53:50.211Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-23T13:53:50.466Z] af091a851398: Pushed [2022-05-23T13:53:50.466Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:0aed55bbcf3d44151b3539aa33041de45886125c96c1bf09419273711a4942ec size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:50.766Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:50.813Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-23T13:53:50.813Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-23T13:53:51.066Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2022-05-23T13:53:51.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-05-23T13:53:51.066Z] b8644e825845: Preparing [2022-05-23T13:53:51.066Z] af091a851398: Preparing [2022-05-23T13:53:51.066Z] aceb7b659af0: Preparing [2022-05-23T13:53:51.066Z] 95e508d0fb29: Preparing [2022-05-23T13:53:51.066Z] fbaad5b05033: Preparing [2022-05-23T13:53:51.066Z] b541d28bf3b4: Preparing [2022-05-23T13:53:51.066Z] b541d28bf3b4: Waiting [2022-05-23T13:53:51.066Z] aceb7b659af0: Layer already exists [2022-05-23T13:53:51.066Z] af091a851398: Layer already exists [2022-05-23T13:53:51.066Z] b8644e825845: Layer already exists [2022-05-23T13:53:51.066Z] 95e508d0fb29: Layer already exists [2022-05-23T13:53:51.066Z] fbaad5b05033: Layer already exists [2022-05-23T13:53:51.066Z] b541d28bf3b4: Layer already exists [2022-05-23T13:53:51.066Z] latest: digest: sha256:0aed55bbcf3d44151b3539aa33041de45886125c96c1bf09419273711a4942ec size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:51.087Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-23T13:53:51.364Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:51.662Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.4 [2022-05-23T13:53:51.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-05-23T13:53:51.662Z] b8644e825845: Preparing [2022-05-23T13:53:51.662Z] af091a851398: Preparing [2022-05-23T13:53:51.662Z] aceb7b659af0: Preparing [2022-05-23T13:53:51.662Z] 95e508d0fb29: Preparing [2022-05-23T13:53:51.662Z] fbaad5b05033: Preparing [2022-05-23T13:53:51.662Z] b541d28bf3b4: Preparing [2022-05-23T13:53:51.662Z] b541d28bf3b4: Waiting [2022-05-23T13:53:51.662Z] 95e508d0fb29: Layer already exists [2022-05-23T13:53:51.662Z] aceb7b659af0: Layer already exists [2022-05-23T13:53:51.662Z] fbaad5b05033: Layer already exists [2022-05-23T13:53:51.662Z] af091a851398: Layer already exists [2022-05-23T13:53:51.662Z] b8644e825845: Layer already exists [2022-05-23T13:53:51.662Z] b541d28bf3b4: Layer already exists [2022-05-23T13:53:51.662Z] 2.2.1-dev.4: digest: sha256:0aed55bbcf3d44151b3539aa33041de45886125c96c1bf09419273711a4942ec size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:51.688Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-23T13:53:51.688Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-23T13:53:51.688Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-23T13:53:51.961Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-23T13:53:52.053Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:52.236Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-23T13:53:52.236Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-23T13:53:52.373Z] + docker push nexus3.edgexfoundry.org:10004/core-data:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:53:52.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-05-23T13:53:52.373Z] b8644e825845: Preparing [2022-05-23T13:53:52.373Z] af091a851398: Preparing [2022-05-23T13:53:52.373Z] aceb7b659af0: Preparing [2022-05-23T13:53:52.373Z] 95e508d0fb29: Preparing [2022-05-23T13:53:52.373Z] fbaad5b05033: Preparing [2022-05-23T13:53:52.373Z] b541d28bf3b4: Preparing [2022-05-23T13:53:52.373Z] 95e508d0fb29: Layer already exists [2022-05-23T13:53:52.373Z] fbaad5b05033: Layer already exists [2022-05-23T13:53:52.373Z] b8644e825845: Layer already exists [2022-05-23T13:53:52.373Z] aceb7b659af0: Layer already exists [2022-05-23T13:53:52.373Z] af091a851398: Layer already exists [2022-05-23T13:53:52.373Z] b541d28bf3b4: Layer already exists [2022-05-23T13:53:52.373Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:0aed55bbcf3d44151b3539aa33041de45886125c96c1bf09419273711a4942ec size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:52.516Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-23T13:53:52.671Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:52.968Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2022-05-23T13:53:52.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-05-23T13:53:52.968Z] b8644e825845: Preparing [2022-05-23T13:53:52.968Z] af091a851398: Preparing [2022-05-23T13:53:52.968Z] aceb7b659af0: Preparing [2022-05-23T13:53:52.968Z] 95e508d0fb29: Preparing [2022-05-23T13:53:52.968Z] fbaad5b05033: Preparing [2022-05-23T13:53:52.968Z] b541d28bf3b4: Preparing [2022-05-23T13:53:52.968Z] b541d28bf3b4: Waiting [2022-05-23T13:53:52.968Z] fbaad5b05033: Layer already exists [2022-05-23T13:53:52.968Z] aceb7b659af0: Layer already exists [2022-05-23T13:53:52.968Z] 95e508d0fb29: Layer already exists [2022-05-23T13:53:52.968Z] af091a851398: Layer already exists [2022-05-23T13:53:52.968Z] b8644e825845: Layer already exists [2022-05-23T13:53:52.968Z] b541d28bf3b4: Layer already exists [2022-05-23T13:53:52.968Z] main: digest: sha256:0aed55bbcf3d44151b3539aa33041de45886125c96c1bf09419273711a4942ec size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T13:53:53.008Z] ===================================================== [Pipeline] echo [2022-05-23T13:53:53.019Z] taggedImages: [2022-05-23T13:53:53.019Z] - nexus3.edgexfoundry.org:10004/core-data:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:53:53.019Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2022-05-23T13:53:53.019Z] - nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.4 [2022-05-23T13:53:53.019Z] - nexus3.edgexfoundry.org:10004/core-data:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:53:53.019Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2022-05-23T13:53:53.043Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2022-05-23T13:53:53.043Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:53:53.043Z] latest [2022-05-23T13:53:53.043Z] 2.2.1-dev.4 [2022-05-23T13:53:53.043Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:53:53.043Z] main [2022-05-23T13:53:53.043Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:53.367Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:53.663Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:53:53.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-05-23T13:53:53.663Z] 057eb9419c53: Preparing [2022-05-23T13:53:53.663Z] 7f26a1428469: Preparing [2022-05-23T13:53:53.663Z] aceb7b659af0: Preparing [2022-05-23T13:53:53.663Z] dbc8bc6930c1: Preparing [2022-05-23T13:53:53.663Z] b541d28bf3b4: Preparing [2022-05-23T13:53:53.663Z] b541d28bf3b4: Layer already exists [2022-05-23T13:53:53.663Z] dbc8bc6930c1: Layer already exists [2022-05-23T13:53:53.663Z] aceb7b659af0: Layer already exists [2022-05-23T13:53:53.663Z] 057eb9419c53: Pushed [2022-05-23T13:53:55.044Z] 7f26a1428469: Pushed [2022-05-23T13:53:55.044Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:cf16210e17d668d6f210215507bdd70cac6b399221c625e3659f9d6071c14164 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:55.344Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:55.639Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-05-23T13:53:55.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-05-23T13:53:55.639Z] 057eb9419c53: Preparing [2022-05-23T13:53:55.639Z] 7f26a1428469: Preparing [2022-05-23T13:53:55.639Z] aceb7b659af0: Preparing [2022-05-23T13:53:55.639Z] dbc8bc6930c1: Preparing [2022-05-23T13:53:55.639Z] b541d28bf3b4: Preparing [2022-05-23T13:53:55.639Z] b541d28bf3b4: Layer already exists [2022-05-23T13:53:55.639Z] 7f26a1428469: Layer already exists [2022-05-23T13:53:55.639Z] dbc8bc6930c1: Layer already exists [2022-05-23T13:53:55.639Z] aceb7b659af0: Layer already exists [2022-05-23T13:53:55.639Z] 057eb9419c53: Layer already exists [2022-05-23T13:53:55.639Z] latest: digest: sha256:cf16210e17d668d6f210215507bdd70cac6b399221c625e3659f9d6071c14164 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:55.938Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:56.233Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.4 [2022-05-23T13:53:56.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-05-23T13:53:56.233Z] 057eb9419c53: Preparing [2022-05-23T13:53:56.233Z] 7f26a1428469: Preparing [2022-05-23T13:53:56.233Z] aceb7b659af0: Preparing [2022-05-23T13:53:56.233Z] dbc8bc6930c1: Preparing [2022-05-23T13:53:56.233Z] b541d28bf3b4: Preparing [2022-05-23T13:53:56.233Z] 057eb9419c53: Layer already exists [2022-05-23T13:53:56.233Z] 7f26a1428469: Layer already exists [2022-05-23T13:53:56.233Z] b541d28bf3b4: Layer already exists [2022-05-23T13:53:56.233Z] dbc8bc6930c1: Layer already exists [2022-05-23T13:53:56.233Z] aceb7b659af0: Layer already exists [2022-05-23T13:53:56.233Z] 2.2.1-dev.4: digest: sha256:cf16210e17d668d6f210215507bdd70cac6b399221c625e3659f9d6071c14164 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:56.535Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:56.828Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:53:56.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-05-23T13:53:56.828Z] 057eb9419c53: Preparing [2022-05-23T13:53:56.828Z] 7f26a1428469: Preparing [2022-05-23T13:53:56.828Z] aceb7b659af0: Preparing [2022-05-23T13:53:56.828Z] dbc8bc6930c1: Preparing [2022-05-23T13:53:56.828Z] b541d28bf3b4: Preparing [2022-05-23T13:53:56.828Z] aceb7b659af0: Layer already exists [2022-05-23T13:53:56.828Z] 7f26a1428469: Layer already exists [2022-05-23T13:53:56.828Z] dbc8bc6930c1: Layer already exists [2022-05-23T13:53:56.828Z] b541d28bf3b4: Layer already exists [2022-05-23T13:53:56.828Z] 057eb9419c53: Layer already exists [2022-05-23T13:53:56.828Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:cf16210e17d668d6f210215507bdd70cac6b399221c625e3659f9d6071c14164 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:57.125Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:57.423Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2022-05-23T13:53:57.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-05-23T13:53:57.423Z] 057eb9419c53: Preparing [2022-05-23T13:53:57.423Z] 7f26a1428469: Preparing [2022-05-23T13:53:57.423Z] aceb7b659af0: Preparing [2022-05-23T13:53:57.423Z] dbc8bc6930c1: Preparing [2022-05-23T13:53:57.423Z] b541d28bf3b4: Preparing [2022-05-23T13:53:57.423Z] 7f26a1428469: Layer already exists [2022-05-23T13:53:57.423Z] 057eb9419c53: Layer already exists [2022-05-23T13:53:57.423Z] aceb7b659af0: Layer already exists [2022-05-23T13:53:57.423Z] b541d28bf3b4: Layer already exists [2022-05-23T13:53:57.423Z] dbc8bc6930c1: Layer already exists [2022-05-23T13:53:57.683Z] main: digest: sha256:cf16210e17d668d6f210215507bdd70cac6b399221c625e3659f9d6071c14164 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T13:53:57.728Z] ===================================================== [Pipeline] echo [2022-05-23T13:53:57.738Z] taggedImages: [2022-05-23T13:53:57.738Z] - nexus3.edgexfoundry.org:10004/core-metadata:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:53:57.738Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-05-23T13:53:57.738Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.4 [2022-05-23T13:53:57.738Z] - nexus3.edgexfoundry.org:10004/core-metadata:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:53:57.738Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2022-05-23T13:53:57.762Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2022-05-23T13:53:57.762Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:53:57.762Z] latest [2022-05-23T13:53:57.762Z] 2.2.1-dev.4 [2022-05-23T13:53:57.762Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:53:57.762Z] main [2022-05-23T13:53:57.762Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:58.077Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:53:58.378Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:53:58.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-05-23T13:53:58.378Z] 914743a86b87: Preparing [2022-05-23T13:53:58.378Z] 914743a86b87: Preparing [2022-05-23T13:53:58.378Z] 9df33724877d: Preparing [2022-05-23T13:53:58.378Z] 2152fffe9220: Preparing [2022-05-23T13:53:58.378Z] 55dbe8926f6b: Preparing [2022-05-23T13:53:58.378Z] 792a47088f0f: Preparing [2022-05-23T13:53:58.378Z] aceb7b659af0: Preparing [2022-05-23T13:53:58.378Z] 022306803bee: Preparing [2022-05-23T13:53:58.378Z] dc29a7a24c9c: Preparing [2022-05-23T13:53:58.378Z] 8b1b33f6e073: Preparing [2022-05-23T13:53:58.378Z] a8e85578459d: Preparing [2022-05-23T13:53:58.378Z] b541d28bf3b4: Preparing [2022-05-23T13:53:58.378Z] 022306803bee: Waiting [2022-05-23T13:53:58.378Z] dc29a7a24c9c: Waiting [2022-05-23T13:53:58.378Z] 8b1b33f6e073: Waiting [2022-05-23T13:53:58.378Z] b541d28bf3b4: Waiting [2022-05-23T13:53:58.378Z] aceb7b659af0: Waiting [2022-05-23T13:53:58.378Z] 914743a86b87: Pushed [2022-05-23T13:53:58.378Z] 2152fffe9220: Pushed [2022-05-23T13:53:58.379Z] 55dbe8926f6b: Pushed [2022-05-23T13:53:58.379Z] 9df33724877d: Pushed [2022-05-23T13:53:58.379Z] aceb7b659af0: Layer already exists [2022-05-23T13:53:58.638Z] 022306803bee: Pushed [2022-05-23T13:53:58.638Z] dc29a7a24c9c: Pushed [2022-05-23T13:53:58.638Z] a8e85578459d: Pushed [2022-05-23T13:53:58.638Z] 8b1b33f6e073: Pushed [2022-05-23T13:53:58.638Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:00.023Z] 792a47088f0f: Pushed [2022-05-23T13:54:00.023Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:988d22f61216c60039e45623aee4d11a80f488ef1230538932d4003e0f83dd8b size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:00.326Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:00.624Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-05-23T13:54:00.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-05-23T13:54:00.624Z] 914743a86b87: Preparing [2022-05-23T13:54:00.624Z] 914743a86b87: Preparing [2022-05-23T13:54:00.624Z] 9df33724877d: Preparing [2022-05-23T13:54:00.624Z] 2152fffe9220: Preparing [2022-05-23T13:54:00.624Z] 55dbe8926f6b: Preparing [2022-05-23T13:54:00.624Z] 792a47088f0f: Preparing [2022-05-23T13:54:00.624Z] aceb7b659af0: Preparing [2022-05-23T13:54:00.624Z] 022306803bee: Preparing [2022-05-23T13:54:00.624Z] dc29a7a24c9c: Preparing [2022-05-23T13:54:00.624Z] 8b1b33f6e073: Preparing [2022-05-23T13:54:00.624Z] a8e85578459d: Preparing [2022-05-23T13:54:00.624Z] b541d28bf3b4: Preparing [2022-05-23T13:54:00.624Z] 022306803bee: Waiting [2022-05-23T13:54:00.624Z] dc29a7a24c9c: Waiting [2022-05-23T13:54:00.624Z] a8e85578459d: Waiting [2022-05-23T13:54:00.624Z] 8b1b33f6e073: Waiting [2022-05-23T13:54:00.624Z] b541d28bf3b4: Waiting [2022-05-23T13:54:00.624Z] aceb7b659af0: Waiting [2022-05-23T13:54:00.624Z] 55dbe8926f6b: Layer already exists [2022-05-23T13:54:00.624Z] 2152fffe9220: Layer already exists [2022-05-23T13:54:00.624Z] 914743a86b87: Layer already exists [2022-05-23T13:54:00.624Z] 792a47088f0f: Layer already exists [2022-05-23T13:54:00.624Z] 9df33724877d: Layer already exists [2022-05-23T13:54:00.624Z] dc29a7a24c9c: Layer already exists [2022-05-23T13:54:00.624Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:00.624Z] 8b1b33f6e073: Layer already exists [2022-05-23T13:54:00.624Z] 022306803bee: Layer already exists [2022-05-23T13:54:00.624Z] a8e85578459d: Layer already exists [2022-05-23T13:54:00.624Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:00.624Z] latest: digest: sha256:988d22f61216c60039e45623aee4d11a80f488ef1230538932d4003e0f83dd8b size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:00.925Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:01.223Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.4 [2022-05-23T13:54:01.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-05-23T13:54:01.223Z] 914743a86b87: Preparing [2022-05-23T13:54:01.223Z] 914743a86b87: Preparing [2022-05-23T13:54:01.223Z] 9df33724877d: Preparing [2022-05-23T13:54:01.223Z] 2152fffe9220: Preparing [2022-05-23T13:54:01.223Z] 55dbe8926f6b: Preparing [2022-05-23T13:54:01.223Z] 792a47088f0f: Preparing [2022-05-23T13:54:01.223Z] aceb7b659af0: Preparing [2022-05-23T13:54:01.223Z] 022306803bee: Preparing [2022-05-23T13:54:01.223Z] dc29a7a24c9c: Preparing [2022-05-23T13:54:01.223Z] 8b1b33f6e073: Preparing [2022-05-23T13:54:01.223Z] a8e85578459d: Preparing [2022-05-23T13:54:01.223Z] b541d28bf3b4: Preparing [2022-05-23T13:54:01.223Z] aceb7b659af0: Waiting [2022-05-23T13:54:01.223Z] 022306803bee: Waiting [2022-05-23T13:54:01.223Z] dc29a7a24c9c: Waiting [2022-05-23T13:54:01.223Z] 8b1b33f6e073: Waiting [2022-05-23T13:54:01.223Z] a8e85578459d: Waiting [2022-05-23T13:54:01.223Z] b541d28bf3b4: Waiting [2022-05-23T13:54:01.223Z] 55dbe8926f6b: Layer already exists [2022-05-23T13:54:01.223Z] 9df33724877d: Layer already exists [2022-05-23T13:54:01.223Z] 792a47088f0f: Layer already exists [2022-05-23T13:54:01.223Z] 2152fffe9220: Layer already exists [2022-05-23T13:54:01.223Z] 914743a86b87: Layer already exists [2022-05-23T13:54:01.223Z] 022306803bee: Layer already exists [2022-05-23T13:54:01.223Z] 8b1b33f6e073: Layer already exists [2022-05-23T13:54:01.223Z] dc29a7a24c9c: Layer already exists [2022-05-23T13:54:01.223Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:01.223Z] a8e85578459d: Layer already exists [2022-05-23T13:54:01.223Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:01.223Z] 2.2.1-dev.4: digest: sha256:988d22f61216c60039e45623aee4d11a80f488ef1230538932d4003e0f83dd8b size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:01.518Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:01.812Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:01.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-05-23T13:54:01.812Z] 914743a86b87: Preparing [2022-05-23T13:54:01.812Z] 914743a86b87: Preparing [2022-05-23T13:54:01.812Z] 9df33724877d: Preparing [2022-05-23T13:54:01.812Z] 2152fffe9220: Preparing [2022-05-23T13:54:01.812Z] 55dbe8926f6b: Preparing [2022-05-23T13:54:01.812Z] 792a47088f0f: Preparing [2022-05-23T13:54:01.812Z] aceb7b659af0: Preparing [2022-05-23T13:54:01.812Z] 022306803bee: Preparing [2022-05-23T13:54:01.812Z] dc29a7a24c9c: Preparing [2022-05-23T13:54:01.812Z] 8b1b33f6e073: Preparing [2022-05-23T13:54:01.812Z] a8e85578459d: Preparing [2022-05-23T13:54:01.812Z] b541d28bf3b4: Preparing [2022-05-23T13:54:01.812Z] aceb7b659af0: Waiting [2022-05-23T13:54:01.812Z] 022306803bee: Waiting [2022-05-23T13:54:01.812Z] dc29a7a24c9c: Waiting [2022-05-23T13:54:01.812Z] b541d28bf3b4: Waiting [2022-05-23T13:54:01.812Z] 8b1b33f6e073: Waiting [2022-05-23T13:54:01.812Z] a8e85578459d: Waiting [2022-05-23T13:54:01.812Z] 2152fffe9220: Layer already exists [2022-05-23T13:54:01.812Z] 55dbe8926f6b: Layer already exists [2022-05-23T13:54:01.812Z] 9df33724877d: Layer already exists [2022-05-23T13:54:01.812Z] 914743a86b87: Layer already exists [2022-05-23T13:54:01.812Z] 792a47088f0f: Layer already exists [2022-05-23T13:54:01.812Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:01.812Z] dc29a7a24c9c: Layer already exists [2022-05-23T13:54:01.812Z] 8b1b33f6e073: Layer already exists [2022-05-23T13:54:01.812Z] 022306803bee: Layer already exists [2022-05-23T13:54:01.812Z] a8e85578459d: Layer already exists [2022-05-23T13:54:01.812Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:01.812Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:988d22f61216c60039e45623aee4d11a80f488ef1230538932d4003e0f83dd8b size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:02.114Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:02.410Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2022-05-23T13:54:02.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-05-23T13:54:02.410Z] 914743a86b87: Preparing [2022-05-23T13:54:02.410Z] 914743a86b87: Preparing [2022-05-23T13:54:02.410Z] 9df33724877d: Preparing [2022-05-23T13:54:02.410Z] 2152fffe9220: Preparing [2022-05-23T13:54:02.410Z] 55dbe8926f6b: Preparing [2022-05-23T13:54:02.410Z] 792a47088f0f: Preparing [2022-05-23T13:54:02.410Z] aceb7b659af0: Preparing [2022-05-23T13:54:02.410Z] 022306803bee: Preparing [2022-05-23T13:54:02.410Z] dc29a7a24c9c: Preparing [2022-05-23T13:54:02.410Z] 8b1b33f6e073: Preparing [2022-05-23T13:54:02.410Z] a8e85578459d: Preparing [2022-05-23T13:54:02.410Z] b541d28bf3b4: Preparing [2022-05-23T13:54:02.410Z] aceb7b659af0: Waiting [2022-05-23T13:54:02.410Z] 022306803bee: Waiting [2022-05-23T13:54:02.410Z] dc29a7a24c9c: Waiting [2022-05-23T13:54:02.410Z] 8b1b33f6e073: Waiting [2022-05-23T13:54:02.410Z] b541d28bf3b4: Waiting [2022-05-23T13:54:02.410Z] a8e85578459d: Waiting [2022-05-23T13:54:02.410Z] 2152fffe9220: Layer already exists [2022-05-23T13:54:02.410Z] 55dbe8926f6b: Layer already exists [2022-05-23T13:54:02.410Z] 9df33724877d: Layer already exists [2022-05-23T13:54:02.410Z] 792a47088f0f: Layer already exists [2022-05-23T13:54:02.410Z] 914743a86b87: Layer already exists [2022-05-23T13:54:02.410Z] 022306803bee: Layer already exists [2022-05-23T13:54:02.410Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:02.410Z] dc29a7a24c9c: Layer already exists [2022-05-23T13:54:02.410Z] 8b1b33f6e073: Layer already exists [2022-05-23T13:54:02.410Z] a8e85578459d: Layer already exists [2022-05-23T13:54:02.410Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:02.410Z] main: digest: sha256:988d22f61216c60039e45623aee4d11a80f488ef1230538932d4003e0f83dd8b size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T13:54:02.446Z] ===================================================== [Pipeline] echo [2022-05-23T13:54:02.455Z] taggedImages: [2022-05-23T13:54:02.455Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:02.455Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-05-23T13:54:02.455Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.4 [2022-05-23T13:54:02.455Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:02.455Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2022-05-23T13:54:02.475Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2022-05-23T13:54:02.475Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:02.475Z] latest [2022-05-23T13:54:02.475Z] 2.2.1-dev.4 [2022-05-23T13:54:02.475Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:02.475Z] main [2022-05-23T13:54:02.475Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:02.682Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-23T13:54:02.683Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-23T13:54:02.683Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-23T13:54:02.683Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-23T13:54:02.791Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:03.085Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:03.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-05-23T13:54:03.085Z] caccd8fd0e0e: Preparing [2022-05-23T13:54:03.085Z] ea832466c64f: Preparing [2022-05-23T13:54:03.085Z] aef83532421e: Preparing [2022-05-23T13:54:03.085Z] 50eb867fb4ff: Preparing [2022-05-23T13:54:03.085Z] fcedc389d1a3: Preparing [2022-05-23T13:54:03.085Z] 7569b710e051: Preparing [2022-05-23T13:54:03.085Z] 26de9b99cd97: Preparing [2022-05-23T13:54:03.085Z] b541d28bf3b4: Preparing [2022-05-23T13:54:03.085Z] 7569b710e051: Waiting [2022-05-23T13:54:03.085Z] 26de9b99cd97: Waiting [2022-05-23T13:54:03.085Z] b541d28bf3b4: Waiting [2022-05-23T13:54:03.085Z] fcedc389d1a3: Pushed [2022-05-23T13:54:03.085Z] caccd8fd0e0e: Pushed [2022-05-23T13:54:03.085Z] ea832466c64f: Pushed [2022-05-23T13:54:03.085Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:03.085Z] 7569b710e051: Pushed [2022-05-23T13:54:03.656Z] 26de9b99cd97: Pushed [2022-05-23T13:54:04.228Z] 50eb867fb4ff: Pushed [2022-05-23T13:54:04.228Z] aef83532421e: Pushed [2022-05-23T13:54:04.489Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:34c323cf1f21d5de32def7e94955fe9cbe26e470303888a91cf875b1455414cc size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:04.794Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:05.086Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-05-23T13:54:05.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-05-23T13:54:05.086Z] caccd8fd0e0e: Preparing [2022-05-23T13:54:05.086Z] ea832466c64f: Preparing [2022-05-23T13:54:05.086Z] aef83532421e: Preparing [2022-05-23T13:54:05.086Z] 50eb867fb4ff: Preparing [2022-05-23T13:54:05.086Z] fcedc389d1a3: Preparing [2022-05-23T13:54:05.086Z] 7569b710e051: Preparing [2022-05-23T13:54:05.086Z] 26de9b99cd97: Preparing [2022-05-23T13:54:05.086Z] b541d28bf3b4: Preparing [2022-05-23T13:54:05.086Z] 7569b710e051: Waiting [2022-05-23T13:54:05.086Z] b541d28bf3b4: Waiting [2022-05-23T13:54:05.086Z] 26de9b99cd97: Waiting [2022-05-23T13:54:05.086Z] caccd8fd0e0e: Layer already exists [2022-05-23T13:54:05.086Z] fcedc389d1a3: Layer already exists [2022-05-23T13:54:05.086Z] aef83532421e: Layer already exists [2022-05-23T13:54:05.086Z] ea832466c64f: Layer already exists [2022-05-23T13:54:05.086Z] 50eb867fb4ff: Layer already exists [2022-05-23T13:54:05.086Z] 7569b710e051: Layer already exists [2022-05-23T13:54:05.086Z] 26de9b99cd97: Layer already exists [2022-05-23T13:54:05.086Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:05.086Z] latest: digest: sha256:34c323cf1f21d5de32def7e94955fe9cbe26e470303888a91cf875b1455414cc size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:05.387Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:05.683Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.4 [2022-05-23T13:54:05.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-05-23T13:54:05.683Z] caccd8fd0e0e: Preparing [2022-05-23T13:54:05.683Z] ea832466c64f: Preparing [2022-05-23T13:54:05.683Z] aef83532421e: Preparing [2022-05-23T13:54:05.683Z] 50eb867fb4ff: Preparing [2022-05-23T13:54:05.683Z] fcedc389d1a3: Preparing [2022-05-23T13:54:05.683Z] 7569b710e051: Preparing [2022-05-23T13:54:05.683Z] 26de9b99cd97: Preparing [2022-05-23T13:54:05.683Z] b541d28bf3b4: Preparing [2022-05-23T13:54:05.683Z] 26de9b99cd97: Waiting [2022-05-23T13:54:05.683Z] 7569b710e051: Waiting [2022-05-23T13:54:05.683Z] b541d28bf3b4: Waiting [2022-05-23T13:54:05.683Z] aef83532421e: Layer already exists [2022-05-23T13:54:05.683Z] ea832466c64f: Layer already exists [2022-05-23T13:54:05.683Z] caccd8fd0e0e: Layer already exists [2022-05-23T13:54:05.683Z] fcedc389d1a3: Layer already exists [2022-05-23T13:54:05.683Z] 50eb867fb4ff: Layer already exists [2022-05-23T13:54:05.683Z] 7569b710e051: Layer already exists [2022-05-23T13:54:05.683Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:05.683Z] 26de9b99cd97: Layer already exists [2022-05-23T13:54:05.683Z] 2.2.1-dev.4: digest: sha256:34c323cf1f21d5de32def7e94955fe9cbe26e470303888a91cf875b1455414cc size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:05.982Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:06.276Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:06.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-05-23T13:54:06.276Z] caccd8fd0e0e: Preparing [2022-05-23T13:54:06.276Z] ea832466c64f: Preparing [2022-05-23T13:54:06.276Z] aef83532421e: Preparing [2022-05-23T13:54:06.276Z] 50eb867fb4ff: Preparing [2022-05-23T13:54:06.276Z] fcedc389d1a3: Preparing [2022-05-23T13:54:06.276Z] 7569b710e051: Preparing [2022-05-23T13:54:06.276Z] 26de9b99cd97: Preparing [2022-05-23T13:54:06.276Z] b541d28bf3b4: Preparing [2022-05-23T13:54:06.276Z] 26de9b99cd97: Waiting [2022-05-23T13:54:06.276Z] b541d28bf3b4: Waiting [2022-05-23T13:54:06.276Z] 7569b710e051: Waiting [2022-05-23T13:54:06.276Z] fcedc389d1a3: Layer already exists [2022-05-23T13:54:06.276Z] 50eb867fb4ff: Layer already exists [2022-05-23T13:54:06.276Z] aef83532421e: Layer already exists [2022-05-23T13:54:06.276Z] ea832466c64f: Layer already exists [2022-05-23T13:54:06.276Z] caccd8fd0e0e: Layer already exists [2022-05-23T13:54:06.276Z] 7569b710e051: Layer already exists [2022-05-23T13:54:06.276Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:06.276Z] 26de9b99cd97: Layer already exists [2022-05-23T13:54:06.276Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:34c323cf1f21d5de32def7e94955fe9cbe26e470303888a91cf875b1455414cc size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:06.579Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:06.874Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2022-05-23T13:54:06.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-05-23T13:54:06.874Z] caccd8fd0e0e: Preparing [2022-05-23T13:54:06.874Z] ea832466c64f: Preparing [2022-05-23T13:54:06.874Z] aef83532421e: Preparing [2022-05-23T13:54:06.874Z] 50eb867fb4ff: Preparing [2022-05-23T13:54:06.874Z] fcedc389d1a3: Preparing [2022-05-23T13:54:06.874Z] 7569b710e051: Preparing [2022-05-23T13:54:06.874Z] 26de9b99cd97: Preparing [2022-05-23T13:54:06.874Z] b541d28bf3b4: Preparing [2022-05-23T13:54:06.874Z] 7569b710e051: Waiting [2022-05-23T13:54:06.874Z] 26de9b99cd97: Waiting [2022-05-23T13:54:06.874Z] b541d28bf3b4: Waiting [2022-05-23T13:54:06.874Z] caccd8fd0e0e: Layer already exists [2022-05-23T13:54:06.874Z] 50eb867fb4ff: Layer already exists [2022-05-23T13:54:06.874Z] aef83532421e: Layer already exists [2022-05-23T13:54:06.874Z] fcedc389d1a3: Layer already exists [2022-05-23T13:54:06.874Z] ea832466c64f: Layer already exists [2022-05-23T13:54:06.874Z] 7569b710e051: Layer already exists [2022-05-23T13:54:06.874Z] 26de9b99cd97: Layer already exists [2022-05-23T13:54:06.874Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:06.874Z] main: digest: sha256:34c323cf1f21d5de32def7e94955fe9cbe26e470303888a91cf875b1455414cc size: 1990 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T13:54:06.911Z] ===================================================== [Pipeline] echo [2022-05-23T13:54:06.926Z] taggedImages: [2022-05-23T13:54:06.926Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:06.926Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-05-23T13:54:06.926Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.4 [2022-05-23T13:54:06.926Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:06.926Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2022-05-23T13:54:06.952Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2022-05-23T13:54:06.952Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:06.952Z] latest [2022-05-23T13:54:06.952Z] 2.2.1-dev.4 [2022-05-23T13:54:06.952Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:06.952Z] main [2022-05-23T13:54:06.952Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:07.267Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:07.554Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:07.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-05-23T13:54:07.554Z] c0140d1f3843: Preparing [2022-05-23T13:54:07.554Z] b823f19625d2: Preparing [2022-05-23T13:54:07.554Z] b1272443f39d: Preparing [2022-05-23T13:54:07.554Z] 2962f73bf3b4: Preparing [2022-05-23T13:54:07.554Z] 6832c0c7002d: Preparing [2022-05-23T13:54:07.554Z] 96bda08053d4: Preparing [2022-05-23T13:54:07.554Z] c7dff53b09b2: Preparing [2022-05-23T13:54:07.554Z] 2a73e87a20c9: Preparing [2022-05-23T13:54:07.554Z] 0c446fee155c: Preparing [2022-05-23T13:54:07.554Z] b541d28bf3b4: Preparing [2022-05-23T13:54:07.554Z] 96bda08053d4: Waiting [2022-05-23T13:54:07.554Z] c7dff53b09b2: Waiting [2022-05-23T13:54:07.554Z] 2a73e87a20c9: Waiting [2022-05-23T13:54:07.554Z] b541d28bf3b4: Waiting [2022-05-23T13:54:07.554Z] 0c446fee155c: Waiting [2022-05-23T13:54:07.554Z] b823f19625d2: Pushed [2022-05-23T13:54:07.554Z] 6832c0c7002d: Pushed [2022-05-23T13:54:07.554Z] c0140d1f3843: Pushed [2022-05-23T13:54:07.813Z] 96bda08053d4: Pushed [2022-05-23T13:54:07.813Z] 2a73e87a20c9: Pushed [2022-05-23T13:54:07.813Z] c7dff53b09b2: Pushed [2022-05-23T13:54:07.813Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:07.813Z] 0c446fee155c: Pushed [2022-05-23T13:54:08.808Z] 2962f73bf3b4: Pushed [2022-05-23T13:54:09.093Z] b1272443f39d: Pushed [2022-05-23T13:54:09.093Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:89b829e83929fe19ff744189b5ba84c5791fbd46c0769a93f474b90e8ad57477 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:09.402Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:09.692Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-05-23T13:54:09.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-05-23T13:54:09.692Z] c0140d1f3843: Preparing [2022-05-23T13:54:09.692Z] b823f19625d2: Preparing [2022-05-23T13:54:09.692Z] b1272443f39d: Preparing [2022-05-23T13:54:09.692Z] 2962f73bf3b4: Preparing [2022-05-23T13:54:09.692Z] 6832c0c7002d: Preparing [2022-05-23T13:54:09.692Z] 96bda08053d4: Preparing [2022-05-23T13:54:09.692Z] c7dff53b09b2: Preparing [2022-05-23T13:54:09.692Z] 2a73e87a20c9: Preparing [2022-05-23T13:54:09.692Z] 0c446fee155c: Preparing [2022-05-23T13:54:09.692Z] b541d28bf3b4: Preparing [2022-05-23T13:54:09.692Z] c7dff53b09b2: Waiting [2022-05-23T13:54:09.692Z] 2a73e87a20c9: Waiting [2022-05-23T13:54:09.692Z] 96bda08053d4: Waiting [2022-05-23T13:54:09.692Z] 0c446fee155c: Waiting [2022-05-23T13:54:09.692Z] b541d28bf3b4: Waiting [2022-05-23T13:54:09.692Z] b1272443f39d: Layer already exists [2022-05-23T13:54:09.692Z] 2962f73bf3b4: Layer already exists [2022-05-23T13:54:09.692Z] c0140d1f3843: Layer already exists [2022-05-23T13:54:09.692Z] 6832c0c7002d: Layer already exists [2022-05-23T13:54:09.693Z] b823f19625d2: Layer already exists [2022-05-23T13:54:09.693Z] c7dff53b09b2: Layer already exists [2022-05-23T13:54:09.693Z] 96bda08053d4: Layer already exists [2022-05-23T13:54:09.693Z] 0c446fee155c: Layer already exists [2022-05-23T13:54:09.693Z] 2a73e87a20c9: Layer already exists [2022-05-23T13:54:09.693Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:09.693Z] latest: digest: sha256:89b829e83929fe19ff744189b5ba84c5791fbd46c0769a93f474b90e8ad57477 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:09.995Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:10.292Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.4 [2022-05-23T13:54:10.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-05-23T13:54:10.292Z] c0140d1f3843: Preparing [2022-05-23T13:54:10.292Z] b823f19625d2: Preparing [2022-05-23T13:54:10.292Z] b1272443f39d: Preparing [2022-05-23T13:54:10.292Z] 2962f73bf3b4: Preparing [2022-05-23T13:54:10.292Z] 6832c0c7002d: Preparing [2022-05-23T13:54:10.292Z] 96bda08053d4: Preparing [2022-05-23T13:54:10.292Z] c7dff53b09b2: Preparing [2022-05-23T13:54:10.292Z] 2a73e87a20c9: Preparing [2022-05-23T13:54:10.292Z] 0c446fee155c: Preparing [2022-05-23T13:54:10.292Z] b541d28bf3b4: Preparing [2022-05-23T13:54:10.292Z] c7dff53b09b2: Waiting [2022-05-23T13:54:10.292Z] 2a73e87a20c9: Waiting [2022-05-23T13:54:10.292Z] 0c446fee155c: Waiting [2022-05-23T13:54:10.292Z] b541d28bf3b4: Waiting [2022-05-23T13:54:10.292Z] 6832c0c7002d: Layer already exists [2022-05-23T13:54:10.292Z] 2962f73bf3b4: Layer already exists [2022-05-23T13:54:10.292Z] b823f19625d2: Layer already exists [2022-05-23T13:54:10.292Z] c0140d1f3843: Layer already exists [2022-05-23T13:54:10.292Z] b1272443f39d: Layer already exists [2022-05-23T13:54:10.292Z] c7dff53b09b2: Layer already exists [2022-05-23T13:54:10.292Z] 2a73e87a20c9: Layer already exists [2022-05-23T13:54:10.292Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:10.292Z] 0c446fee155c: Layer already exists [2022-05-23T13:54:10.292Z] 96bda08053d4: Layer already exists [2022-05-23T13:54:10.292Z] 2.2.1-dev.4: digest: sha256:89b829e83929fe19ff744189b5ba84c5791fbd46c0769a93f474b90e8ad57477 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:10.602Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:10.899Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:10.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-05-23T13:54:10.899Z] c0140d1f3843: Preparing [2022-05-23T13:54:10.899Z] b823f19625d2: Preparing [2022-05-23T13:54:10.899Z] b1272443f39d: Preparing [2022-05-23T13:54:10.899Z] 2962f73bf3b4: Preparing [2022-05-23T13:54:10.899Z] 6832c0c7002d: Preparing [2022-05-23T13:54:10.899Z] 96bda08053d4: Preparing [2022-05-23T13:54:10.899Z] c7dff53b09b2: Preparing [2022-05-23T13:54:10.899Z] 2a73e87a20c9: Preparing [2022-05-23T13:54:10.899Z] 0c446fee155c: Preparing [2022-05-23T13:54:10.899Z] b541d28bf3b4: Preparing [2022-05-23T13:54:10.899Z] 2a73e87a20c9: Waiting [2022-05-23T13:54:10.899Z] 0c446fee155c: Waiting [2022-05-23T13:54:10.899Z] b541d28bf3b4: Waiting [2022-05-23T13:54:10.899Z] 96bda08053d4: Waiting [2022-05-23T13:54:10.899Z] c7dff53b09b2: Waiting [2022-05-23T13:54:10.899Z] b1272443f39d: Layer already exists [2022-05-23T13:54:10.899Z] 6832c0c7002d: Layer already exists [2022-05-23T13:54:10.899Z] b823f19625d2: Layer already exists [2022-05-23T13:54:10.899Z] c0140d1f3843: Layer already exists [2022-05-23T13:54:10.899Z] 2962f73bf3b4: Layer already exists [2022-05-23T13:54:10.899Z] c7dff53b09b2: Layer already exists [2022-05-23T13:54:10.899Z] 96bda08053d4: Layer already exists [2022-05-23T13:54:10.899Z] 2a73e87a20c9: Layer already exists [2022-05-23T13:54:10.899Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:10.899Z] 0c446fee155c: Layer already exists [2022-05-23T13:54:10.899Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:89b829e83929fe19ff744189b5ba84c5791fbd46c0769a93f474b90e8ad57477 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:11.196Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:11.490Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2022-05-23T13:54:11.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-05-23T13:54:11.491Z] c0140d1f3843: Preparing [2022-05-23T13:54:11.491Z] b823f19625d2: Preparing [2022-05-23T13:54:11.491Z] b1272443f39d: Preparing [2022-05-23T13:54:11.491Z] 2962f73bf3b4: Preparing [2022-05-23T13:54:11.491Z] 6832c0c7002d: Preparing [2022-05-23T13:54:11.491Z] 96bda08053d4: Preparing [2022-05-23T13:54:11.491Z] c7dff53b09b2: Preparing [2022-05-23T13:54:11.491Z] 2a73e87a20c9: Preparing [2022-05-23T13:54:11.491Z] 0c446fee155c: Preparing [2022-05-23T13:54:11.491Z] b541d28bf3b4: Preparing [2022-05-23T13:54:11.491Z] c7dff53b09b2: Waiting [2022-05-23T13:54:11.491Z] 2a73e87a20c9: Waiting [2022-05-23T13:54:11.491Z] 0c446fee155c: Waiting [2022-05-23T13:54:11.491Z] b541d28bf3b4: Waiting [2022-05-23T13:54:11.491Z] 96bda08053d4: Waiting [2022-05-23T13:54:11.491Z] c0140d1f3843: Layer already exists [2022-05-23T13:54:11.491Z] b823f19625d2: Layer already exists [2022-05-23T13:54:11.491Z] 6832c0c7002d: Layer already exists [2022-05-23T13:54:11.491Z] 2962f73bf3b4: Layer already exists [2022-05-23T13:54:11.491Z] b1272443f39d: Layer already exists [2022-05-23T13:54:11.491Z] 96bda08053d4: Layer already exists [2022-05-23T13:54:11.491Z] c7dff53b09b2: Layer already exists [2022-05-23T13:54:11.491Z] 2a73e87a20c9: Layer already exists [2022-05-23T13:54:11.491Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:11.491Z] 0c446fee155c: Layer already exists [2022-05-23T13:54:11.491Z] main: digest: sha256:89b829e83929fe19ff744189b5ba84c5791fbd46c0769a93f474b90e8ad57477 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T13:54:11.526Z] ===================================================== [Pipeline] echo [2022-05-23T13:54:11.533Z] taggedImages: [2022-05-23T13:54:11.533Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:11.533Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-05-23T13:54:11.533Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.4 [2022-05-23T13:54:11.533Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:11.533Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2022-05-23T13:54:11.553Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2022-05-23T13:54:11.553Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:11.553Z] latest [2022-05-23T13:54:11.553Z] 2.2.1-dev.4 [2022-05-23T13:54:11.553Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:11.553Z] main [2022-05-23T13:54:11.553Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:11.865Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:12.153Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:12.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-05-23T13:54:12.153Z] e2c007518f83: Preparing [2022-05-23T13:54:12.153Z] 4710c4155975: Preparing [2022-05-23T13:54:12.153Z] aceb7b659af0: Preparing [2022-05-23T13:54:12.153Z] eae9199d9264: Preparing [2022-05-23T13:54:12.153Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:12.153Z] 4fc242d58285: Preparing [2022-05-23T13:54:12.153Z] 4fc242d58285: Waiting [2022-05-23T13:54:12.153Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:12.153Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:12.153Z] e2c007518f83: Pushed [2022-05-23T13:54:12.153Z] dbde6eeb6ba8: Pushed [2022-05-23T13:54:12.723Z] eae9199d9264: Pushed [2022-05-23T13:54:14.104Z] 4710c4155975: Pushed [2022-05-23T13:54:14.365Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:4067f3cbd2689526c53d5d58fd33f0d16ddeca1b29ff10a669f38cc2b7817113 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:14.661Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:14.946Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-05-23T13:54:14.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-05-23T13:54:14.946Z] e2c007518f83: Preparing [2022-05-23T13:54:14.946Z] 4710c4155975: Preparing [2022-05-23T13:54:14.946Z] aceb7b659af0: Preparing [2022-05-23T13:54:14.946Z] eae9199d9264: Preparing [2022-05-23T13:54:14.946Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:14.946Z] 4fc242d58285: Preparing [2022-05-23T13:54:14.946Z] 4fc242d58285: Waiting [2022-05-23T13:54:14.946Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:14.946Z] 4710c4155975: Layer already exists [2022-05-23T13:54:14.946Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:14.946Z] eae9199d9264: Layer already exists [2022-05-23T13:54:14.946Z] e2c007518f83: Layer already exists [2022-05-23T13:54:14.946Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:14.946Z] latest: digest: sha256:4067f3cbd2689526c53d5d58fd33f0d16ddeca1b29ff10a669f38cc2b7817113 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:15.241Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:15.536Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.4 [2022-05-23T13:54:15.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-05-23T13:54:15.536Z] e2c007518f83: Preparing [2022-05-23T13:54:15.536Z] 4710c4155975: Preparing [2022-05-23T13:54:15.536Z] aceb7b659af0: Preparing [2022-05-23T13:54:15.536Z] eae9199d9264: Preparing [2022-05-23T13:54:15.536Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:15.536Z] 4fc242d58285: Preparing [2022-05-23T13:54:15.536Z] 4fc242d58285: Waiting [2022-05-23T13:54:15.536Z] eae9199d9264: Layer already exists [2022-05-23T13:54:15.536Z] 4710c4155975: Layer already exists [2022-05-23T13:54:15.536Z] e2c007518f83: Layer already exists [2022-05-23T13:54:15.536Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:15.536Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:15.536Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:15.536Z] 2.2.1-dev.4: digest: sha256:4067f3cbd2689526c53d5d58fd33f0d16ddeca1b29ff10a669f38cc2b7817113 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:15.834Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:16.131Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:16.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-05-23T13:54:16.131Z] e2c007518f83: Preparing [2022-05-23T13:54:16.131Z] 4710c4155975: Preparing [2022-05-23T13:54:16.131Z] aceb7b659af0: Preparing [2022-05-23T13:54:16.131Z] eae9199d9264: Preparing [2022-05-23T13:54:16.131Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:16.131Z] 4fc242d58285: Preparing [2022-05-23T13:54:16.131Z] 4fc242d58285: Waiting [2022-05-23T13:54:16.131Z] 4710c4155975: Layer already exists [2022-05-23T13:54:16.131Z] eae9199d9264: Layer already exists [2022-05-23T13:54:16.131Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:16.131Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:16.131Z] e2c007518f83: Layer already exists [2022-05-23T13:54:16.131Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:16.131Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:4067f3cbd2689526c53d5d58fd33f0d16ddeca1b29ff10a669f38cc2b7817113 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:16.434Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:16.727Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2022-05-23T13:54:16.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-05-23T13:54:16.727Z] e2c007518f83: Preparing [2022-05-23T13:54:16.727Z] 4710c4155975: Preparing [2022-05-23T13:54:16.727Z] aceb7b659af0: Preparing [2022-05-23T13:54:16.727Z] eae9199d9264: Preparing [2022-05-23T13:54:16.727Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:16.727Z] 4fc242d58285: Preparing [2022-05-23T13:54:16.727Z] 4fc242d58285: Waiting [2022-05-23T13:54:16.727Z] e2c007518f83: Layer already exists [2022-05-23T13:54:16.727Z] eae9199d9264: Layer already exists [2022-05-23T13:54:16.727Z] 4710c4155975: Layer already exists [2022-05-23T13:54:16.727Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:16.727Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:16.727Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:16.727Z] main: digest: sha256:4067f3cbd2689526c53d5d58fd33f0d16ddeca1b29ff10a669f38cc2b7817113 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T13:54:16.759Z] ===================================================== [Pipeline] echo [2022-05-23T13:54:16.767Z] taggedImages: [2022-05-23T13:54:16.767Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:16.767Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-05-23T13:54:16.767Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.4 [2022-05-23T13:54:16.767Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:16.767Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2022-05-23T13:54:16.782Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2022-05-23T13:54:16.782Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:16.782Z] latest [2022-05-23T13:54:16.782Z] 2.2.1-dev.4 [2022-05-23T13:54:16.782Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:16.782Z] main [2022-05-23T13:54:16.782Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:17.084Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:17.379Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:17.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-05-23T13:54:17.379Z] b597ca182b5d: Preparing [2022-05-23T13:54:17.379Z] 7fb67c48a887: Preparing [2022-05-23T13:54:17.379Z] c1d87cb21f6b: Preparing [2022-05-23T13:54:17.379Z] be68291f3038: Preparing [2022-05-23T13:54:17.379Z] c9a13a0be7ff: Preparing [2022-05-23T13:54:17.379Z] 4b29279997ba: Preparing [2022-05-23T13:54:17.379Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:17.379Z] 4fc242d58285: Preparing [2022-05-23T13:54:17.379Z] 4b29279997ba: Waiting [2022-05-23T13:54:17.379Z] dbde6eeb6ba8: Waiting [2022-05-23T13:54:17.379Z] 4fc242d58285: Waiting [2022-05-23T13:54:17.379Z] b597ca182b5d: Pushed [2022-05-23T13:54:17.379Z] 7fb67c48a887: Pushed [2022-05-23T13:54:17.379Z] c1d87cb21f6b: Pushed [2022-05-23T13:54:17.379Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:17.379Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:17.948Z] 4b29279997ba: Pushed [2022-05-23T13:54:21.240Z] c9a13a0be7ff: Pushed [2022-05-23T13:54:24.537Z] be68291f3038: Pushed [2022-05-23T13:54:24.537Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:07781032df81de2abcfb8d71b58305bccb210428d50c1eada1fda3dd6be2f401 size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:24.838Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:25.134Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-05-23T13:54:25.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-05-23T13:54:25.134Z] b597ca182b5d: Preparing [2022-05-23T13:54:25.134Z] 7fb67c48a887: Preparing [2022-05-23T13:54:25.134Z] c1d87cb21f6b: Preparing [2022-05-23T13:54:25.134Z] be68291f3038: Preparing [2022-05-23T13:54:25.134Z] c9a13a0be7ff: Preparing [2022-05-23T13:54:25.134Z] 4b29279997ba: Preparing [2022-05-23T13:54:25.134Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:25.134Z] 4fc242d58285: Preparing [2022-05-23T13:54:25.134Z] 4b29279997ba: Waiting [2022-05-23T13:54:25.134Z] dbde6eeb6ba8: Waiting [2022-05-23T13:54:25.134Z] 4fc242d58285: Waiting [2022-05-23T13:54:25.134Z] c9a13a0be7ff: Layer already exists [2022-05-23T13:54:25.134Z] be68291f3038: Layer already exists [2022-05-23T13:54:25.134Z] b597ca182b5d: Layer already exists [2022-05-23T13:54:25.134Z] c1d87cb21f6b: Layer already exists [2022-05-23T13:54:25.134Z] 7fb67c48a887: Layer already exists [2022-05-23T13:54:25.134Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:25.134Z] 4b29279997ba: Layer already exists [2022-05-23T13:54:25.134Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:25.134Z] latest: digest: sha256:07781032df81de2abcfb8d71b58305bccb210428d50c1eada1fda3dd6be2f401 size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:25.437Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:25.731Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.4 [2022-05-23T13:54:25.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-05-23T13:54:25.732Z] b597ca182b5d: Preparing [2022-05-23T13:54:25.732Z] 7fb67c48a887: Preparing [2022-05-23T13:54:25.732Z] c1d87cb21f6b: Preparing [2022-05-23T13:54:25.732Z] be68291f3038: Preparing [2022-05-23T13:54:25.732Z] c9a13a0be7ff: Preparing [2022-05-23T13:54:25.732Z] 4b29279997ba: Preparing [2022-05-23T13:54:25.732Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:25.732Z] 4fc242d58285: Preparing [2022-05-23T13:54:25.732Z] dbde6eeb6ba8: Waiting [2022-05-23T13:54:25.732Z] 4fc242d58285: Waiting [2022-05-23T13:54:25.732Z] 4b29279997ba: Waiting [2022-05-23T13:54:25.732Z] c9a13a0be7ff: Layer already exists [2022-05-23T13:54:25.732Z] be68291f3038: Layer already exists [2022-05-23T13:54:25.732Z] 7fb67c48a887: Layer already exists [2022-05-23T13:54:25.732Z] b597ca182b5d: Layer already exists [2022-05-23T13:54:25.732Z] c1d87cb21f6b: Layer already exists [2022-05-23T13:54:25.732Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:25.732Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:25.732Z] 4b29279997ba: Layer already exists [2022-05-23T13:54:25.732Z] 2.2.1-dev.4: digest: sha256:07781032df81de2abcfb8d71b58305bccb210428d50c1eada1fda3dd6be2f401 size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:26.037Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:26.333Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:26.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-05-23T13:54:26.333Z] b597ca182b5d: Preparing [2022-05-23T13:54:26.333Z] 7fb67c48a887: Preparing [2022-05-23T13:54:26.333Z] c1d87cb21f6b: Preparing [2022-05-23T13:54:26.333Z] be68291f3038: Preparing [2022-05-23T13:54:26.333Z] c9a13a0be7ff: Preparing [2022-05-23T13:54:26.333Z] 4b29279997ba: Preparing [2022-05-23T13:54:26.333Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:26.333Z] 4fc242d58285: Preparing [2022-05-23T13:54:26.333Z] 4b29279997ba: Waiting [2022-05-23T13:54:26.333Z] dbde6eeb6ba8: Waiting [2022-05-23T13:54:26.333Z] c9a13a0be7ff: Layer already exists [2022-05-23T13:54:26.333Z] c1d87cb21f6b: Layer already exists [2022-05-23T13:54:26.333Z] 7fb67c48a887: Layer already exists [2022-05-23T13:54:26.333Z] b597ca182b5d: Layer already exists [2022-05-23T13:54:26.333Z] be68291f3038: Layer already exists [2022-05-23T13:54:26.333Z] 4b29279997ba: Layer already exists [2022-05-23T13:54:26.333Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:26.333Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:26.333Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:07781032df81de2abcfb8d71b58305bccb210428d50c1eada1fda3dd6be2f401 size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:26.636Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:26.929Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2022-05-23T13:54:26.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-05-23T13:54:26.929Z] b597ca182b5d: Preparing [2022-05-23T13:54:26.929Z] 7fb67c48a887: Preparing [2022-05-23T13:54:26.929Z] c1d87cb21f6b: Preparing [2022-05-23T13:54:26.929Z] be68291f3038: Preparing [2022-05-23T13:54:26.929Z] c9a13a0be7ff: Preparing [2022-05-23T13:54:26.929Z] 4b29279997ba: Preparing [2022-05-23T13:54:26.929Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:26.929Z] 4fc242d58285: Preparing [2022-05-23T13:54:26.929Z] 4b29279997ba: Waiting [2022-05-23T13:54:26.929Z] dbde6eeb6ba8: Waiting [2022-05-23T13:54:26.929Z] 4fc242d58285: Waiting [2022-05-23T13:54:26.929Z] 7fb67c48a887: Layer already exists [2022-05-23T13:54:26.929Z] b597ca182b5d: Layer already exists [2022-05-23T13:54:26.929Z] c1d87cb21f6b: Layer already exists [2022-05-23T13:54:26.929Z] c9a13a0be7ff: Layer already exists [2022-05-23T13:54:26.929Z] be68291f3038: Layer already exists [2022-05-23T13:54:26.929Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:26.929Z] 4b29279997ba: Layer already exists [2022-05-23T13:54:26.929Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:26.929Z] main: digest: sha256:07781032df81de2abcfb8d71b58305bccb210428d50c1eada1fda3dd6be2f401 size: 1992 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T13:54:26.963Z] ===================================================== [Pipeline] echo [2022-05-23T13:54:26.973Z] taggedImages: [2022-05-23T13:54:26.973Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:26.973Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-05-23T13:54:26.973Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.4 [2022-05-23T13:54:26.973Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:26.973Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2022-05-23T13:54:26.990Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2022-05-23T13:54:26.991Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:26.991Z] latest [2022-05-23T13:54:26.991Z] 2.2.1-dev.4 [2022-05-23T13:54:26.991Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:26.991Z] main [2022-05-23T13:54:26.991Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:27.294Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:27.585Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:27.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-05-23T13:54:27.585Z] 90e8315d65a2: Preparing [2022-05-23T13:54:27.585Z] 5c1598db499e: Preparing [2022-05-23T13:54:27.585Z] e3c357d1165b: Preparing [2022-05-23T13:54:27.585Z] 4764be5ad0ec: Preparing [2022-05-23T13:54:27.585Z] 5b7245e5fed3: Preparing [2022-05-23T13:54:27.585Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:27.585Z] 4fc242d58285: Preparing [2022-05-23T13:54:27.585Z] dbde6eeb6ba8: Waiting [2022-05-23T13:54:27.585Z] 4fc242d58285: Waiting [2022-05-23T13:54:27.585Z] e3c357d1165b: Pushed [2022-05-23T13:54:27.585Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:27.585Z] 90e8315d65a2: Pushed [2022-05-23T13:54:27.585Z] 5c1598db499e: Pushed [2022-05-23T13:54:27.585Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:27.844Z] 5b7245e5fed3: Pushed [2022-05-23T13:54:34.422Z] 4764be5ad0ec: Pushed [2022-05-23T13:54:34.682Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:fc210d6265e005afc1e97c9763bbb0713ea558f4eb18983da74cef5413cfb73e size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:34.981Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:35.040Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-23T13:54:35.040Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-23T13:54:35.281Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-05-23T13:54:35.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-05-23T13:54:35.281Z] 90e8315d65a2: Preparing [2022-05-23T13:54:35.281Z] 5c1598db499e: Preparing [2022-05-23T13:54:35.281Z] e3c357d1165b: Preparing [2022-05-23T13:54:35.281Z] 4764be5ad0ec: Preparing [2022-05-23T13:54:35.281Z] 5b7245e5fed3: Preparing [2022-05-23T13:54:35.281Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:35.281Z] 4fc242d58285: Preparing [2022-05-23T13:54:35.281Z] dbde6eeb6ba8: Waiting [2022-05-23T13:54:35.281Z] 4fc242d58285: Waiting [2022-05-23T13:54:35.281Z] 4764be5ad0ec: Layer already exists [2022-05-23T13:54:35.281Z] e3c357d1165b: Layer already exists [2022-05-23T13:54:35.281Z] 90e8315d65a2: Layer already exists [2022-05-23T13:54:35.281Z] 5b7245e5fed3: Layer already exists [2022-05-23T13:54:35.281Z] 5c1598db499e: Layer already exists [2022-05-23T13:54:35.281Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:35.281Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:35.281Z] latest: digest: sha256:fc210d6265e005afc1e97c9763bbb0713ea558f4eb18983da74cef5413cfb73e size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:35.661Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:35.951Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.4 [2022-05-23T13:54:35.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-05-23T13:54:35.951Z] 90e8315d65a2: Preparing [2022-05-23T13:54:35.951Z] 5c1598db499e: Preparing [2022-05-23T13:54:35.951Z] e3c357d1165b: Preparing [2022-05-23T13:54:35.951Z] 4764be5ad0ec: Preparing [2022-05-23T13:54:35.951Z] 5b7245e5fed3: Preparing [2022-05-23T13:54:35.951Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:35.951Z] 4fc242d58285: Preparing [2022-05-23T13:54:35.951Z] dbde6eeb6ba8: Waiting [2022-05-23T13:54:35.951Z] e3c357d1165b: Layer already exists [2022-05-23T13:54:35.951Z] 5b7245e5fed3: Layer already exists [2022-05-23T13:54:35.951Z] 5c1598db499e: Layer already exists [2022-05-23T13:54:35.951Z] 90e8315d65a2: Layer already exists [2022-05-23T13:54:35.951Z] 4764be5ad0ec: Layer already exists [2022-05-23T13:54:35.951Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:35.951Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:35.951Z] 2.2.1-dev.4: digest: sha256:fc210d6265e005afc1e97c9763bbb0713ea558f4eb18983da74cef5413cfb73e size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:36.247Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:36.538Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:36.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-05-23T13:54:36.538Z] 90e8315d65a2: Preparing [2022-05-23T13:54:36.538Z] 5c1598db499e: Preparing [2022-05-23T13:54:36.538Z] e3c357d1165b: Preparing [2022-05-23T13:54:36.538Z] 4764be5ad0ec: Preparing [2022-05-23T13:54:36.538Z] 5b7245e5fed3: Preparing [2022-05-23T13:54:36.538Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:36.538Z] 4fc242d58285: Preparing [2022-05-23T13:54:36.538Z] dbde6eeb6ba8: Waiting [2022-05-23T13:54:36.538Z] 4fc242d58285: Waiting [2022-05-23T13:54:36.538Z] 5c1598db499e: Layer already exists [2022-05-23T13:54:36.538Z] e3c357d1165b: Layer already exists [2022-05-23T13:54:36.538Z] 5b7245e5fed3: Layer already exists [2022-05-23T13:54:36.538Z] 4764be5ad0ec: Layer already exists [2022-05-23T13:54:36.538Z] 90e8315d65a2: Layer already exists [2022-05-23T13:54:36.538Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:36.538Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:36.538Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:fc210d6265e005afc1e97c9763bbb0713ea558f4eb18983da74cef5413cfb73e size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:36.838Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:37.133Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2022-05-23T13:54:37.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-05-23T13:54:37.133Z] 90e8315d65a2: Preparing [2022-05-23T13:54:37.133Z] 5c1598db499e: Preparing [2022-05-23T13:54:37.133Z] e3c357d1165b: Preparing [2022-05-23T13:54:37.133Z] 4764be5ad0ec: Preparing [2022-05-23T13:54:37.133Z] 5b7245e5fed3: Preparing [2022-05-23T13:54:37.133Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:37.133Z] 4fc242d58285: Preparing [2022-05-23T13:54:37.133Z] dbde6eeb6ba8: Waiting [2022-05-23T13:54:37.133Z] 4fc242d58285: Waiting [2022-05-23T13:54:37.133Z] 90e8315d65a2: Layer already exists [2022-05-23T13:54:37.133Z] e3c357d1165b: Layer already exists [2022-05-23T13:54:37.133Z] 5b7245e5fed3: Layer already exists [2022-05-23T13:54:37.133Z] 5c1598db499e: Layer already exists [2022-05-23T13:54:37.133Z] 4764be5ad0ec: Layer already exists [2022-05-23T13:54:37.133Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:37.133Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:37.133Z] main: digest: sha256:fc210d6265e005afc1e97c9763bbb0713ea558f4eb18983da74cef5413cfb73e size: 1780 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T13:54:37.172Z] ===================================================== [Pipeline] echo [2022-05-23T13:54:37.181Z] taggedImages: [2022-05-23T13:54:37.181Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:37.181Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-05-23T13:54:37.181Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.4 [2022-05-23T13:54:37.181Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:37.181Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2022-05-23T13:54:37.201Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2022-05-23T13:54:37.201Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:37.201Z] latest [2022-05-23T13:54:37.201Z] 2.2.1-dev.4 [2022-05-23T13:54:37.201Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:37.201Z] main [2022-05-23T13:54:37.201Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:37.521Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:37.811Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:37.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-05-23T13:54:37.811Z] ebdc4758bfd5: Preparing [2022-05-23T13:54:37.811Z] 68e27361388e: Preparing [2022-05-23T13:54:37.811Z] 26d04f22f5b7: Preparing [2022-05-23T13:54:37.811Z] 7249a8cfec49: Preparing [2022-05-23T13:54:37.811Z] 4b29279997ba: Preparing [2022-05-23T13:54:37.811Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:37.811Z] 4fc242d58285: Preparing [2022-05-23T13:54:37.811Z] dbde6eeb6ba8: Waiting [2022-05-23T13:54:37.811Z] 4fc242d58285: Waiting [2022-05-23T13:54:37.811Z] 4b29279997ba: Layer already exists [2022-05-23T13:54:37.811Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:37.811Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:37.811Z] 26d04f22f5b7: Pushed [2022-05-23T13:54:37.811Z] ebdc4758bfd5: Pushed [2022-05-23T13:54:37.811Z] 68e27361388e: Pushed [2022-05-23T13:54:44.390Z] 7249a8cfec49: Pushed [2022-05-23T13:54:44.390Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:569bc22d5e698915552b1ba9d08776ed9b88a520802af8d85a1fde56d8f23265 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:44.692Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:44.985Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-05-23T13:54:44.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-05-23T13:54:44.985Z] ebdc4758bfd5: Preparing [2022-05-23T13:54:44.985Z] 68e27361388e: Preparing [2022-05-23T13:54:44.985Z] 26d04f22f5b7: Preparing [2022-05-23T13:54:44.985Z] 7249a8cfec49: Preparing [2022-05-23T13:54:44.985Z] 4b29279997ba: Preparing [2022-05-23T13:54:44.985Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:44.985Z] 4fc242d58285: Preparing [2022-05-23T13:54:44.985Z] dbde6eeb6ba8: Waiting [2022-05-23T13:54:44.985Z] 4fc242d58285: Waiting [2022-05-23T13:54:44.985Z] ebdc4758bfd5: Layer already exists [2022-05-23T13:54:44.985Z] 7249a8cfec49: Layer already exists [2022-05-23T13:54:44.985Z] 26d04f22f5b7: Layer already exists [2022-05-23T13:54:44.985Z] 4b29279997ba: Layer already exists [2022-05-23T13:54:44.985Z] 68e27361388e: Layer already exists [2022-05-23T13:54:44.985Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:44.985Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:44.985Z] latest: digest: sha256:569bc22d5e698915552b1ba9d08776ed9b88a520802af8d85a1fde56d8f23265 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:45.284Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:45.575Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.4 [2022-05-23T13:54:45.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-05-23T13:54:45.575Z] ebdc4758bfd5: Preparing [2022-05-23T13:54:45.575Z] 68e27361388e: Preparing [2022-05-23T13:54:45.575Z] 26d04f22f5b7: Preparing [2022-05-23T13:54:45.575Z] 7249a8cfec49: Preparing [2022-05-23T13:54:45.575Z] 4b29279997ba: Preparing [2022-05-23T13:54:45.575Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:45.575Z] 4fc242d58285: Preparing [2022-05-23T13:54:45.575Z] dbde6eeb6ba8: Waiting [2022-05-23T13:54:45.575Z] 4fc242d58285: Waiting [2022-05-23T13:54:45.575Z] 68e27361388e: Layer already exists [2022-05-23T13:54:45.575Z] ebdc4758bfd5: Layer already exists [2022-05-23T13:54:45.575Z] 7249a8cfec49: Layer already exists [2022-05-23T13:54:45.575Z] 26d04f22f5b7: Layer already exists [2022-05-23T13:54:45.575Z] 4b29279997ba: Layer already exists [2022-05-23T13:54:45.575Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:45.575Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:45.575Z] 2.2.1-dev.4: digest: sha256:569bc22d5e698915552b1ba9d08776ed9b88a520802af8d85a1fde56d8f23265 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:45.875Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:46.170Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:46.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-05-23T13:54:46.170Z] ebdc4758bfd5: Preparing [2022-05-23T13:54:46.170Z] 68e27361388e: Preparing [2022-05-23T13:54:46.170Z] 26d04f22f5b7: Preparing [2022-05-23T13:54:46.170Z] 7249a8cfec49: Preparing [2022-05-23T13:54:46.170Z] 4b29279997ba: Preparing [2022-05-23T13:54:46.170Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:46.170Z] 4fc242d58285: Preparing [2022-05-23T13:54:46.170Z] dbde6eeb6ba8: Waiting [2022-05-23T13:54:46.170Z] 4fc242d58285: Waiting [2022-05-23T13:54:46.170Z] 26d04f22f5b7: Layer already exists [2022-05-23T13:54:46.170Z] ebdc4758bfd5: Layer already exists [2022-05-23T13:54:46.170Z] 7249a8cfec49: Layer already exists [2022-05-23T13:54:46.170Z] 4b29279997ba: Layer already exists [2022-05-23T13:54:46.170Z] 68e27361388e: Layer already exists [2022-05-23T13:54:46.170Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:46.170Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:46.170Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:569bc22d5e698915552b1ba9d08776ed9b88a520802af8d85a1fde56d8f23265 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:46.470Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:46.761Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2022-05-23T13:54:46.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-05-23T13:54:46.761Z] ebdc4758bfd5: Preparing [2022-05-23T13:54:46.761Z] 68e27361388e: Preparing [2022-05-23T13:54:46.761Z] 26d04f22f5b7: Preparing [2022-05-23T13:54:46.761Z] 7249a8cfec49: Preparing [2022-05-23T13:54:46.761Z] 4b29279997ba: Preparing [2022-05-23T13:54:46.761Z] dbde6eeb6ba8: Preparing [2022-05-23T13:54:46.761Z] 4fc242d58285: Preparing [2022-05-23T13:54:46.761Z] dbde6eeb6ba8: Waiting [2022-05-23T13:54:46.761Z] 4fc242d58285: Waiting [2022-05-23T13:54:46.761Z] 7249a8cfec49: Layer already exists [2022-05-23T13:54:46.761Z] ebdc4758bfd5: Layer already exists [2022-05-23T13:54:46.761Z] 68e27361388e: Layer already exists [2022-05-23T13:54:46.761Z] 26d04f22f5b7: Layer already exists [2022-05-23T13:54:46.761Z] 4b29279997ba: Layer already exists [2022-05-23T13:54:46.761Z] dbde6eeb6ba8: Layer already exists [2022-05-23T13:54:46.761Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:46.761Z] main: digest: sha256:569bc22d5e698915552b1ba9d08776ed9b88a520802af8d85a1fde56d8f23265 size: 1780 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T13:54:46.803Z] ===================================================== [Pipeline] echo [2022-05-23T13:54:46.813Z] taggedImages: [2022-05-23T13:54:46.813Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:46.813Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-05-23T13:54:46.813Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.4 [2022-05-23T13:54:46.813Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:46.813Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2022-05-23T13:54:46.842Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2022-05-23T13:54:46.842Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:46.842Z] latest [2022-05-23T13:54:46.842Z] 2.2.1-dev.4 [2022-05-23T13:54:46.842Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:46.842Z] main [2022-05-23T13:54:46.842Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:47.154Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:47.443Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:47.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-05-23T13:54:47.443Z] 51d870f7047d: Preparing [2022-05-23T13:54:47.443Z] f226af2f428f: Preparing [2022-05-23T13:54:47.443Z] aceb7b659af0: Preparing [2022-05-23T13:54:47.443Z] 8254a7409012: Preparing [2022-05-23T13:54:47.443Z] b541d28bf3b4: Preparing [2022-05-23T13:54:47.443Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:47.444Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:47.444Z] 51d870f7047d: Pushed [2022-05-23T13:54:47.444Z] 8254a7409012: Pushed [2022-05-23T13:54:49.981Z] f226af2f428f: Pushed [2022-05-23T13:54:49.981Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:5088d4ef8cdb52c849de632c99123bbcc59dfe8d58f4edd868874ad6b1393fbd size: 1366 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:50.278Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:50.570Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-05-23T13:54:50.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-05-23T13:54:50.570Z] 51d870f7047d: Preparing [2022-05-23T13:54:50.570Z] f226af2f428f: Preparing [2022-05-23T13:54:50.570Z] aceb7b659af0: Preparing [2022-05-23T13:54:50.570Z] 8254a7409012: Preparing [2022-05-23T13:54:50.570Z] b541d28bf3b4: Preparing [2022-05-23T13:54:50.570Z] f226af2f428f: Layer already exists [2022-05-23T13:54:50.570Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:50.570Z] 8254a7409012: Layer already exists [2022-05-23T13:54:50.570Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:50.570Z] 51d870f7047d: Layer already exists [2022-05-23T13:54:50.570Z] latest: digest: sha256:5088d4ef8cdb52c849de632c99123bbcc59dfe8d58f4edd868874ad6b1393fbd size: 1366 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:50.866Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:51.160Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.4 [2022-05-23T13:54:51.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-05-23T13:54:51.160Z] 51d870f7047d: Preparing [2022-05-23T13:54:51.160Z] f226af2f428f: Preparing [2022-05-23T13:54:51.160Z] aceb7b659af0: Preparing [2022-05-23T13:54:51.160Z] 8254a7409012: Preparing [2022-05-23T13:54:51.160Z] b541d28bf3b4: Preparing [2022-05-23T13:54:51.160Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:51.160Z] f226af2f428f: Layer already exists [2022-05-23T13:54:51.160Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:51.160Z] 51d870f7047d: Layer already exists [2022-05-23T13:54:51.160Z] 8254a7409012: Layer already exists [2022-05-23T13:54:51.160Z] 2.2.1-dev.4: digest: sha256:5088d4ef8cdb52c849de632c99123bbcc59dfe8d58f4edd868874ad6b1393fbd size: 1366 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:51.460Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:51.754Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:51.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-05-23T13:54:51.755Z] 51d870f7047d: Preparing [2022-05-23T13:54:51.755Z] f226af2f428f: Preparing [2022-05-23T13:54:51.755Z] aceb7b659af0: Preparing [2022-05-23T13:54:51.755Z] 8254a7409012: Preparing [2022-05-23T13:54:51.755Z] b541d28bf3b4: Preparing [2022-05-23T13:54:51.755Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:51.755Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:51.755Z] f226af2f428f: Layer already exists [2022-05-23T13:54:51.755Z] 8254a7409012: Layer already exists [2022-05-23T13:54:51.755Z] 51d870f7047d: Layer already exists [2022-05-23T13:54:51.755Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:5088d4ef8cdb52c849de632c99123bbcc59dfe8d58f4edd868874ad6b1393fbd size: 1366 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:52.050Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:52.341Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2022-05-23T13:54:52.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-05-23T13:54:52.342Z] 51d870f7047d: Preparing [2022-05-23T13:54:52.342Z] f226af2f428f: Preparing [2022-05-23T13:54:52.342Z] aceb7b659af0: Preparing [2022-05-23T13:54:52.342Z] 8254a7409012: Preparing [2022-05-23T13:54:52.342Z] b541d28bf3b4: Preparing [2022-05-23T13:54:52.342Z] 51d870f7047d: Layer already exists [2022-05-23T13:54:52.342Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:52.342Z] 8254a7409012: Layer already exists [2022-05-23T13:54:52.342Z] f226af2f428f: Layer already exists [2022-05-23T13:54:52.342Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:52.342Z] main: digest: sha256:5088d4ef8cdb52c849de632c99123bbcc59dfe8d58f4edd868874ad6b1393fbd size: 1366 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T13:54:52.379Z] ===================================================== [Pipeline] echo [2022-05-23T13:54:52.389Z] taggedImages: [2022-05-23T13:54:52.389Z] - nexus3.edgexfoundry.org:10004/support-notifications:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:52.389Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-05-23T13:54:52.389Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.4 [2022-05-23T13:54:52.389Z] - nexus3.edgexfoundry.org:10004/support-notifications:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:52.389Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2022-05-23T13:54:52.410Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2022-05-23T13:54:52.410Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:52.410Z] latest [2022-05-23T13:54:52.410Z] 2.2.1-dev.4 [2022-05-23T13:54:52.410Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:52.410Z] main [2022-05-23T13:54:52.410Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:52.732Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:53.022Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:53.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-05-23T13:54:53.023Z] 0176fc7f6bb6: Preparing [2022-05-23T13:54:53.023Z] 27de59942a24: Preparing [2022-05-23T13:54:53.023Z] aceb7b659af0: Preparing [2022-05-23T13:54:53.023Z] dbc8bc6930c1: Preparing [2022-05-23T13:54:53.023Z] b541d28bf3b4: Preparing [2022-05-23T13:54:53.023Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:53.023Z] dbc8bc6930c1: Layer already exists [2022-05-23T13:54:53.023Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:53.023Z] 0176fc7f6bb6: Pushed [2022-05-23T13:54:55.558Z] 27de59942a24: Pushed [2022-05-23T13:54:55.558Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:fd58d8d6682ce9347a5e3dde4ad0de129b270ead0511be8e019a4bdd767aa847 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:55.858Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:56.150Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-05-23T13:54:56.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-05-23T13:54:56.150Z] 0176fc7f6bb6: Preparing [2022-05-23T13:54:56.150Z] 27de59942a24: Preparing [2022-05-23T13:54:56.150Z] aceb7b659af0: Preparing [2022-05-23T13:54:56.150Z] dbc8bc6930c1: Preparing [2022-05-23T13:54:56.150Z] b541d28bf3b4: Preparing [2022-05-23T13:54:56.150Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:56.150Z] dbc8bc6930c1: Layer already exists [2022-05-23T13:54:56.150Z] 0176fc7f6bb6: Layer already exists [2022-05-23T13:54:56.150Z] 27de59942a24: Layer already exists [2022-05-23T13:54:56.150Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:56.150Z] latest: digest: sha256:fd58d8d6682ce9347a5e3dde4ad0de129b270ead0511be8e019a4bdd767aa847 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:56.446Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:56.736Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.4 [2022-05-23T13:54:56.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-05-23T13:54:56.736Z] 0176fc7f6bb6: Preparing [2022-05-23T13:54:56.736Z] 27de59942a24: Preparing [2022-05-23T13:54:56.736Z] aceb7b659af0: Preparing [2022-05-23T13:54:56.736Z] dbc8bc6930c1: Preparing [2022-05-23T13:54:56.736Z] b541d28bf3b4: Preparing [2022-05-23T13:54:56.736Z] dbc8bc6930c1: Layer already exists [2022-05-23T13:54:56.736Z] 0176fc7f6bb6: Layer already exists [2022-05-23T13:54:56.736Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:56.736Z] 27de59942a24: Layer already exists [2022-05-23T13:54:56.736Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:56.736Z] 2.2.1-dev.4: digest: sha256:fd58d8d6682ce9347a5e3dde4ad0de129b270ead0511be8e019a4bdd767aa847 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:57.032Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:57.331Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:57.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-05-23T13:54:57.332Z] 0176fc7f6bb6: Preparing [2022-05-23T13:54:57.332Z] 27de59942a24: Preparing [2022-05-23T13:54:57.332Z] aceb7b659af0: Preparing [2022-05-23T13:54:57.332Z] dbc8bc6930c1: Preparing [2022-05-23T13:54:57.332Z] b541d28bf3b4: Preparing [2022-05-23T13:54:57.332Z] 0176fc7f6bb6: Layer already exists [2022-05-23T13:54:57.332Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:57.332Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:57.332Z] 27de59942a24: Layer already exists [2022-05-23T13:54:57.332Z] dbc8bc6930c1: Layer already exists [2022-05-23T13:54:57.332Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:fd58d8d6682ce9347a5e3dde4ad0de129b270ead0511be8e019a4bdd767aa847 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:57.627Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:57.918Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2022-05-23T13:54:57.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-05-23T13:54:57.918Z] 0176fc7f6bb6: Preparing [2022-05-23T13:54:57.918Z] 27de59942a24: Preparing [2022-05-23T13:54:57.918Z] aceb7b659af0: Preparing [2022-05-23T13:54:57.918Z] dbc8bc6930c1: Preparing [2022-05-23T13:54:57.918Z] b541d28bf3b4: Preparing [2022-05-23T13:54:57.918Z] aceb7b659af0: Layer already exists [2022-05-23T13:54:57.918Z] dbc8bc6930c1: Layer already exists [2022-05-23T13:54:57.918Z] b541d28bf3b4: Layer already exists [2022-05-23T13:54:57.918Z] 0176fc7f6bb6: Layer already exists [2022-05-23T13:54:57.918Z] 27de59942a24: Layer already exists [2022-05-23T13:54:57.918Z] main: digest: sha256:fd58d8d6682ce9347a5e3dde4ad0de129b270ead0511be8e019a4bdd767aa847 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T13:54:57.956Z] ===================================================== [Pipeline] echo [2022-05-23T13:54:57.964Z] taggedImages: [2022-05-23T13:54:57.964Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:57.964Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-05-23T13:54:57.964Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.4 [2022-05-23T13:54:57.964Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:57.964Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2022-05-23T13:54:57.981Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2022-05-23T13:54:57.981Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:57.981Z] latest [2022-05-23T13:54:57.981Z] 2.2.1-dev.4 [2022-05-23T13:54:57.981Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:54:57.981Z] main [2022-05-23T13:54:57.981Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:58.306Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:54:58.590Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:54:58.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-05-23T13:54:58.590Z] 7f4382a9f5c4: Preparing [2022-05-23T13:54:58.590Z] 2a0c59a58ded: Preparing [2022-05-23T13:54:58.590Z] 7f577d318092: Preparing [2022-05-23T13:54:58.590Z] 0e3141eb841d: Preparing [2022-05-23T13:54:58.590Z] 52f44be93a46: Preparing [2022-05-23T13:54:58.590Z] 10d82663b225: Preparing [2022-05-23T13:54:58.590Z] f7a7a140f1b3: Preparing [2022-05-23T13:54:58.590Z] 31e69d4774c9: Preparing [2022-05-23T13:54:58.590Z] 7750d494dfbd: Preparing [2022-05-23T13:54:58.590Z] 18708474c90b: Preparing [2022-05-23T13:54:58.590Z] 4fc242d58285: Preparing [2022-05-23T13:54:58.590Z] f7a7a140f1b3: Waiting [2022-05-23T13:54:58.590Z] 18708474c90b: Waiting [2022-05-23T13:54:58.590Z] 4fc242d58285: Waiting [2022-05-23T13:54:58.590Z] 31e69d4774c9: Waiting [2022-05-23T13:54:58.590Z] 7750d494dfbd: Waiting [2022-05-23T13:54:58.590Z] 10d82663b225: Waiting [2022-05-23T13:54:58.590Z] 52f44be93a46: Layer already exists [2022-05-23T13:54:58.590Z] 10d82663b225: Layer already exists [2022-05-23T13:54:58.590Z] f7a7a140f1b3: Layer already exists [2022-05-23T13:54:58.590Z] 31e69d4774c9: Layer already exists [2022-05-23T13:54:58.590Z] 2a0c59a58ded: Pushed [2022-05-23T13:54:58.590Z] 7750d494dfbd: Layer already exists [2022-05-23T13:54:58.590Z] 4fc242d58285: Layer already exists [2022-05-23T13:54:58.590Z] 18708474c90b: Layer already exists [2022-05-23T13:54:58.849Z] 7f4382a9f5c4: Pushed [2022-05-23T13:54:59.787Z] 7f577d318092: Pushed [2022-05-23T13:55:06.360Z] 0e3141eb841d: Pushed [2022-05-23T13:55:06.360Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:24e10d17acb41b10a0f26a3d58d672d163674b6bf0e98cedd7ed496689c80117 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:55:06.656Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:55:06.942Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-05-23T13:55:06.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-05-23T13:55:06.942Z] 7f4382a9f5c4: Preparing [2022-05-23T13:55:06.942Z] 2a0c59a58ded: Preparing [2022-05-23T13:55:06.942Z] 7f577d318092: Preparing [2022-05-23T13:55:06.942Z] 0e3141eb841d: Preparing [2022-05-23T13:55:06.942Z] 52f44be93a46: Preparing [2022-05-23T13:55:06.942Z] 10d82663b225: Preparing [2022-05-23T13:55:06.942Z] f7a7a140f1b3: Preparing [2022-05-23T13:55:06.942Z] 31e69d4774c9: Preparing [2022-05-23T13:55:06.942Z] 7750d494dfbd: Preparing [2022-05-23T13:55:06.942Z] 10d82663b225: Waiting [2022-05-23T13:55:06.942Z] f7a7a140f1b3: Waiting [2022-05-23T13:55:06.942Z] 31e69d4774c9: Waiting [2022-05-23T13:55:06.942Z] 7750d494dfbd: Waiting [2022-05-23T13:55:06.942Z] 18708474c90b: Preparing [2022-05-23T13:55:06.942Z] 4fc242d58285: Preparing [2022-05-23T13:55:06.942Z] 4fc242d58285: Waiting [2022-05-23T13:55:06.942Z] 18708474c90b: Waiting [2022-05-23T13:55:06.942Z] 7f577d318092: Layer already exists [2022-05-23T13:55:06.942Z] 7f4382a9f5c4: Layer already exists [2022-05-23T13:55:06.942Z] 0e3141eb841d: Layer already exists [2022-05-23T13:55:06.942Z] 2a0c59a58ded: Layer already exists [2022-05-23T13:55:06.942Z] 52f44be93a46: Layer already exists [2022-05-23T13:55:06.942Z] 10d82663b225: Layer already exists [2022-05-23T13:55:06.942Z] f7a7a140f1b3: Layer already exists [2022-05-23T13:55:06.942Z] 18708474c90b: Layer already exists [2022-05-23T13:55:06.942Z] 7750d494dfbd: Layer already exists [2022-05-23T13:55:06.942Z] 31e69d4774c9: Layer already exists [2022-05-23T13:55:06.942Z] 4fc242d58285: Layer already exists [2022-05-23T13:55:06.942Z] latest: digest: sha256:24e10d17acb41b10a0f26a3d58d672d163674b6bf0e98cedd7ed496689c80117 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:55:07.234Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:55:07.521Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.4 [2022-05-23T13:55:07.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-05-23T13:55:07.521Z] 7f4382a9f5c4: Preparing [2022-05-23T13:55:07.521Z] 2a0c59a58ded: Preparing [2022-05-23T13:55:07.521Z] 7f577d318092: Preparing [2022-05-23T13:55:07.521Z] 0e3141eb841d: Preparing [2022-05-23T13:55:07.521Z] 52f44be93a46: Preparing [2022-05-23T13:55:07.521Z] 10d82663b225: Preparing [2022-05-23T13:55:07.521Z] f7a7a140f1b3: Preparing [2022-05-23T13:55:07.521Z] 31e69d4774c9: Preparing [2022-05-23T13:55:07.521Z] 7750d494dfbd: Preparing [2022-05-23T13:55:07.521Z] 18708474c90b: Preparing [2022-05-23T13:55:07.521Z] 4fc242d58285: Preparing [2022-05-23T13:55:07.521Z] 10d82663b225: Waiting [2022-05-23T13:55:07.521Z] f7a7a140f1b3: Waiting [2022-05-23T13:55:07.521Z] 31e69d4774c9: Waiting [2022-05-23T13:55:07.521Z] 7750d494dfbd: Waiting [2022-05-23T13:55:07.521Z] 18708474c90b: Waiting [2022-05-23T13:55:07.521Z] 4fc242d58285: Waiting [2022-05-23T13:55:07.521Z] 0e3141eb841d: Layer already exists [2022-05-23T13:55:07.521Z] 2a0c59a58ded: Layer already exists [2022-05-23T13:55:07.521Z] 52f44be93a46: Layer already exists [2022-05-23T13:55:07.521Z] 7f4382a9f5c4: Layer already exists [2022-05-23T13:55:07.521Z] 7f577d318092: Layer already exists [2022-05-23T13:55:07.521Z] 10d82663b225: Layer already exists [2022-05-23T13:55:07.521Z] 18708474c90b: Layer already exists [2022-05-23T13:55:07.521Z] f7a7a140f1b3: Layer already exists [2022-05-23T13:55:07.521Z] 7750d494dfbd: Layer already exists [2022-05-23T13:55:07.521Z] 31e69d4774c9: Layer already exists [2022-05-23T13:55:07.521Z] 4fc242d58285: Layer already exists [2022-05-23T13:55:07.521Z] 2.2.1-dev.4: digest: sha256:24e10d17acb41b10a0f26a3d58d672d163674b6bf0e98cedd7ed496689c80117 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:55:07.810Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:55:08.097Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:55:08.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-05-23T13:55:08.098Z] 7f4382a9f5c4: Preparing [2022-05-23T13:55:08.098Z] 2a0c59a58ded: Preparing [2022-05-23T13:55:08.098Z] 7f577d318092: Preparing [2022-05-23T13:55:08.098Z] 0e3141eb841d: Preparing [2022-05-23T13:55:08.098Z] 52f44be93a46: Preparing [2022-05-23T13:55:08.098Z] 10d82663b225: Preparing [2022-05-23T13:55:08.098Z] f7a7a140f1b3: Preparing [2022-05-23T13:55:08.098Z] 31e69d4774c9: Preparing [2022-05-23T13:55:08.098Z] 7750d494dfbd: Preparing [2022-05-23T13:55:08.098Z] 18708474c90b: Preparing [2022-05-23T13:55:08.098Z] 4fc242d58285: Preparing [2022-05-23T13:55:08.098Z] 31e69d4774c9: Waiting [2022-05-23T13:55:08.098Z] 7750d494dfbd: Waiting [2022-05-23T13:55:08.098Z] 10d82663b225: Waiting [2022-05-23T13:55:08.098Z] f7a7a140f1b3: Waiting [2022-05-23T13:55:08.098Z] 18708474c90b: Waiting [2022-05-23T13:55:08.098Z] 4fc242d58285: Waiting [2022-05-23T13:55:08.098Z] 7f577d318092: Layer already exists [2022-05-23T13:55:08.098Z] 52f44be93a46: Layer already exists [2022-05-23T13:55:08.098Z] 7f4382a9f5c4: Layer already exists [2022-05-23T13:55:08.098Z] 0e3141eb841d: Layer already exists [2022-05-23T13:55:08.098Z] 2a0c59a58ded: Layer already exists [2022-05-23T13:55:08.098Z] 10d82663b225: Layer already exists [2022-05-23T13:55:08.098Z] 31e69d4774c9: Layer already exists [2022-05-23T13:55:08.098Z] f7a7a140f1b3: Layer already exists [2022-05-23T13:55:08.098Z] 18708474c90b: Layer already exists [2022-05-23T13:55:08.098Z] 7750d494dfbd: Layer already exists [2022-05-23T13:55:08.098Z] 4fc242d58285: Layer already exists [2022-05-23T13:55:08.098Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:24e10d17acb41b10a0f26a3d58d672d163674b6bf0e98cedd7ed496689c80117 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:55:08.392Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T13:55:08.686Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [2022-05-23T13:55:08.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-05-23T13:55:08.686Z] 7f4382a9f5c4: Preparing [2022-05-23T13:55:08.686Z] 2a0c59a58ded: Preparing [2022-05-23T13:55:08.686Z] 7f577d318092: Preparing [2022-05-23T13:55:08.686Z] 0e3141eb841d: Preparing [2022-05-23T13:55:08.686Z] 52f44be93a46: Preparing [2022-05-23T13:55:08.686Z] 10d82663b225: Preparing [2022-05-23T13:55:08.686Z] f7a7a140f1b3: Preparing [2022-05-23T13:55:08.686Z] 31e69d4774c9: Preparing [2022-05-23T13:55:08.686Z] 7750d494dfbd: Preparing [2022-05-23T13:55:08.686Z] 18708474c90b: Preparing [2022-05-23T13:55:08.686Z] 4fc242d58285: Preparing [2022-05-23T13:55:08.686Z] 10d82663b225: Waiting [2022-05-23T13:55:08.686Z] f7a7a140f1b3: Waiting [2022-05-23T13:55:08.686Z] 31e69d4774c9: Waiting [2022-05-23T13:55:08.686Z] 7750d494dfbd: Waiting [2022-05-23T13:55:08.686Z] 18708474c90b: Waiting [2022-05-23T13:55:08.686Z] 4fc242d58285: Waiting [2022-05-23T13:55:08.686Z] 2a0c59a58ded: Layer already exists [2022-05-23T13:55:08.686Z] 7f577d318092: Layer already exists [2022-05-23T13:55:08.686Z] 7f4382a9f5c4: Layer already exists [2022-05-23T13:55:08.686Z] 0e3141eb841d: Layer already exists [2022-05-23T13:55:08.686Z] 52f44be93a46: Layer already exists [2022-05-23T13:55:08.686Z] 10d82663b225: Layer already exists [2022-05-23T13:55:08.686Z] f7a7a140f1b3: Layer already exists [2022-05-23T13:55:08.686Z] 31e69d4774c9: Layer already exists [2022-05-23T13:55:08.686Z] 18708474c90b: Layer already exists [2022-05-23T13:55:08.686Z] 7750d494dfbd: Layer already exists [2022-05-23T13:55:08.686Z] 4fc242d58285: Layer already exists [2022-05-23T13:55:08.686Z] main: digest: sha256:24e10d17acb41b10a0f26a3d58d672d163674b6bf0e98cedd7ed496689c80117 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T13:55:08.722Z] ===================================================== [Pipeline] echo [2022-05-23T13:55:08.733Z] taggedImages: [2022-05-23T13:55:08.733Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:55:08.733Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-05-23T13:55:08.733Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.4 [2022-05-23T13:55:08.733Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T13:55:08.733Z] - 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-23T13:55:31.624Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-05-23T13:55:37.055Z] Removing intermediate container 8851a18b83a0 [2022-05-23T13:55:37.055Z] ---> 717146a7cdee [2022-05-23T13:55:37.055Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-05-23T13:55:37.055Z] ---> Running in 91de1229a793 [2022-05-23T13:55:39.056Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-05-23T13:55:45.805Z] Removing intermediate container 91de1229a793 [2022-05-23T13:55:45.805Z] ---> 245e31bc77e4 [2022-05-23T13:55:45.805Z] [2022-05-23T13:55:45.805Z] Step 11/23 : FROM docker:20.10.14 [2022-05-23T13:55:45.805Z] 20.10.14: Pulling from library/docker [2022-05-23T13:55:56.312Z] Removing intermediate container 9ca7b2aa911c [2022-05-23T13:55:56.590Z] ---> 7ac07bddb757 [2022-05-23T13:55:56.590Z] [2022-05-23T13:55:56.590Z] Step 10/25 : FROM alpine:3.14 [2022-05-23T13:55:56.590Z] 3.14: Pulling from library/alpine [2022-05-23T13:56:00.009Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-23T13:56:00.009Z] Status: Downloaded newer image for alpine:3.14 [2022-05-23T13:56:00.009Z] ---> ac73e934f311 [2022-05-23T13:56:00.009Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-05-23T13:56:00.294Z] ---> Running in 8c2328a65bf4 [2022-05-23T13:56:02.950Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-23T13:56:03.228Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-23T13:56:03.845Z] Removing intermediate container 3baeb72d2e78 [2022-05-23T13:56:03.845Z] ---> f9fd300c495f [2022-05-23T13:56:03.845Z] [2022-05-23T13:56:03.845Z] Step 10/23 : FROM alpine:3.14 [2022-05-23T13:56:03.845Z] ---> ac73e934f311 [2022-05-23T13:56:03.845Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-23T13:56:04.130Z] ---> Running in 3659f63e01da [2022-05-23T13:56:04.408Z] (1/3) Installing ca-certificates (20211220-r0) [2022-05-23T13:56:04.408Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-05-23T13:56:04.408Z] (3/3) Installing su-exec (0.2-r1) [2022-05-23T13:56:04.408Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T13:56:04.408Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T13:56:04.683Z] OK: 6 MiB in 17 packages [2022-05-23T13:56:06.677Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-23T13:56:07.294Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-23T13:56:07.595Z] Removing intermediate container 8c2328a65bf4 [2022-05-23T13:56:07.595Z] ---> b2b02c3ac34f [2022-05-23T13:56:07.595Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-23T13:56:07.878Z] ---> Running in 09ff0b92c54c [2022-05-23T13:56:08.158Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-05-23T13:56:08.158Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T13:56:08.158Z] OK: 5 MiB in 15 packages [2022-05-23T13:56:08.447Z] Removing intermediate container 09ff0b92c54c [2022-05-23T13:56:08.447Z] ---> 8ba00061384d [2022-05-23T13:56:08.447Z] Step 13/25 : WORKDIR / [2022-05-23T13:56:08.741Z] ---> Running in d65f0ca66555 [2022-05-23T13:56:10.178Z] Removing intermediate container 3659f63e01da [2022-05-23T13:56:10.178Z] ---> 78cfdd00ceb6 [2022-05-23T13:56:10.178Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-23T13:56:10.469Z] ---> Running in febba295d7e3 [2022-05-23T13:56:10.469Z] Removing intermediate container d65f0ca66555 [2022-05-23T13:56:10.469Z] ---> ec71d70b8735 [2022-05-23T13:56:10.469Z] 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-23T13:56:11.457Z] Removing intermediate container febba295d7e3 [2022-05-23T13:56:11.457Z] ---> 7407fbad1c5d [2022-05-23T13:56:11.457Z] Step 13/23 : ENV APP_PORT=59881 [2022-05-23T13:56:11.737Z] ---> Running in b5941a34a92d [2022-05-23T13:56:11.737Z] ---> d4c28ed600d6 [2022-05-23T13:56:11.737Z] 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-23T13:56:12.338Z] Removing intermediate container b5941a34a92d [2022-05-23T13:56:12.338Z] ---> c42718f4a708 [2022-05-23T13:56:12.338Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-23T13:56:12.617Z] ---> Running in 297eb7ade656 [2022-05-23T13:56:12.891Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-05-23T13:56:12.891Z] Status: Downloaded newer image for docker:20.10.14 [2022-05-23T13:56:12.891Z] ---> c346e9eafbab [2022-05-23T13:56:12.891Z] 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-23T13:56:13.167Z] ---> Running in 10839ec6aef9 [2022-05-23T13:56:13.442Z] ---> 264a163e99d1 [2022-05-23T13:56:13.442Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-05-23T13:56:13.723Z] Removing intermediate container 297eb7ade656 [2022-05-23T13:56:13.723Z] ---> 23c5427de668 [2022-05-23T13:56:13.723Z] Step 15/23 : WORKDIR / [2022-05-23T13:56:13.723Z] ---> Running in 699c71e3312d [2022-05-23T13:56:14.325Z] Removing intermediate container 10839ec6aef9 [2022-05-23T13:56:14.325Z] ---> c04f401c32fe [2022-05-23T13:56:14.325Z] 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-23T13:56:14.325Z] ---> Running in aa357ff10b45 [2022-05-23T13:56:14.931Z] Removing intermediate container 699c71e3312d [2022-05-23T13:56:14.931Z] ---> 9c81d140f0c9 [2022-05-23T13:56:14.932Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T13:56:15.928Z] ---> 7c98099ff2f9 [2022-05-23T13:56:15.928Z] 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-23T13:56:16.537Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T13:56:16.537Z] ---> 6daca570d050 [2022-05-23T13:56:16.537Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-05-23T13:56:17.145Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T13:56:17.145Z] ---> 7905b7e4f62c [2022-05-23T13:56:17.145Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-05-23T13:56:18.143Z] (1/43) Installing readline (8.1.1-r0) [2022-05-23T13:56:18.143Z] (2/43) Installing bash (5.1.16-r0) [2022-05-23T13:56:18.419Z] Executing bash-5.1.16-r0.post-install [2022-05-23T13:56:18.419Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-05-23T13:56:18.419Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-05-23T13:56:18.419Z] (5/43) Installing libcurl (7.80.0-r1) [2022-05-23T13:56:18.419Z] (6/43) Installing curl (7.80.0-r1) [2022-05-23T13:56:18.419Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-05-23T13:56:18.419Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-05-23T13:56:18.419Z] (9/43) Installing expat (2.4.7-r0) [2022-05-23T13:56:18.419Z] (10/43) Installing libffi (3.4.2-r1) [2022-05-23T13:56:18.419Z] (11/43) Installing gdbm (1.22-r0) [2022-05-23T13:56:18.696Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-05-23T13:56:18.696Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-05-23T13:56:18.696Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-05-23T13:56:18.696Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-05-23T13:56:18.696Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-05-23T13:56:18.696Z] (17/43) Installing python3 (3.9.7-r4) [2022-05-23T13:56:18.696Z] ---> f626ee8386e8 [2022-05-23T13:56:18.696Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-05-23T13:56:19.685Z] ---> 76c55230b11e [2022-05-23T13:56:19.685Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-05-23T13:56:20.306Z] ---> a77645e45c28 [2022-05-23T13:56:20.306Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-05-23T13:56:20.306Z] ---> Running in 989536812eae [2022-05-23T13:56:21.297Z] Removing intermediate container 989536812eae [2022-05-23T13:56:21.297Z] ---> db9f3358bd74 [2022-05-23T13:56:21.297Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T13:56:21.297Z] ---> Running in 7d1e86f59ef2 [2022-05-23T13:56:21.297Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-05-23T13:56:21.297Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-05-23T13:56:21.297Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-05-23T13:56:21.573Z] (21/43) Installing py3-idna (3.3-r0) [2022-05-23T13:56:21.573Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-05-23T13:56:21.573Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-05-23T13:56:21.573Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-05-23T13:56:21.573Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-05-23T13:56:21.573Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-05-23T13:56:21.851Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-05-23T13:56:21.851Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-05-23T13:56:21.851Z] ---> 0280d3826bfb [2022-05-23T13:56:21.851Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-05-23T13:56:21.851Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-05-23T13:56:21.851Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-05-23T13:56:21.851Z] (31/43) Installing py3-six (1.16.0-r0) [2022-05-23T13:56:21.851Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-05-23T13:56:21.851Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-05-23T13:56:21.851Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-05-23T13:56:22.126Z] (35/43) Installing py3-packaging (20.9-r1) [2022-05-23T13:56:22.126Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-05-23T13:56:22.126Z] Removing intermediate container 7d1e86f59ef2 [2022-05-23T13:56:22.126Z] ---> 29c547ca4df6 [2022-05-23T13:56:22.126Z] Step 21/23 : LABEL arch=arm64 [2022-05-23T13:56:22.126Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-05-23T13:56:22.126Z] (38/43) Installing py3-progress (1.6-r0) [2022-05-23T13:56:22.126Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-05-23T13:56:22.126Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-05-23T13:56:22.126Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-05-23T13:56:22.126Z] ---> Running in a87615650525 [2022-05-23T13:56:22.402Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-05-23T13:56:22.402Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-05-23T13:56:23.001Z] Removing intermediate container a87615650525 [2022-05-23T13:56:23.001Z] ---> 225bdd8d353d [2022-05-23T13:56:23.001Z] Step 22/23 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:56:23.001Z] ---> 290fe057ddb5 [2022-05-23T13:56:23.001Z] 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-23T13:56:23.280Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T13:56:23.280Z] OK: 82 MiB in 65 packages [2022-05-23T13:56:23.280Z] ---> Running in 76153b8fef10 [2022-05-23T13:56:23.280Z] ---> Running in f2693ab41ec7 [2022-05-23T13:56:24.286Z] Removing intermediate container f2693ab41ec7 [2022-05-23T13:56:24.286Z] ---> 49aa16cc801b [2022-05-23T13:56:24.286Z] Step 23/23 : LABEL version=2.2.1-dev.4 [2022-05-23T13:56:24.563Z] ---> Running in c5341b98beaa [2022-05-23T13:56:25.164Z] Removing intermediate container c5341b98beaa [2022-05-23T13:56:25.440Z] ---> 30357e36319f [2022-05-23T13:56:25.440Z] [2022-05-23T13:56:25.718Z] Successfully built 30357e36319f [2022-05-23T13:56:25.718Z] Successfully tagged core-metadata-arm64:latest [2022-05-23T13:56:25.718Z] Building security-spire-server [2022-05-23T13:56:26.715Z]  Building core-metadata ... done Removing intermediate container 76153b8fef10 [2022-05-23T13:56:26.715Z] ---> cde4caa79f61 [2022-05-23T13:56:26.715Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-05-23T13:56:26.988Z] ---> Running in cde184f7db80 [2022-05-23T13:56:27.584Z] Removing intermediate container cde184f7db80 [2022-05-23T13:56:27.584Z] ---> ce28efe99ab2 [2022-05-23T13:56:27.584Z] Step 23/25 : LABEL arch=arm64 [2022-05-23T13:56:27.584Z] ---> Running in f67a3fb42f3a [2022-05-23T13:56:28.185Z] Removing intermediate container f67a3fb42f3a [2022-05-23T13:56:28.185Z] ---> 4d7ba91756f6 [2022-05-23T13:56:28.185Z] Step 24/25 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:56:28.185Z] ---> Running in e27d65d368ae [2022-05-23T13:56:28.785Z] Removing intermediate container e27d65d368ae [2022-05-23T13:56:28.785Z] ---> e2216128c57e [2022-05-23T13:56:28.785Z] Step 25/25 : LABEL version=2.2.1-dev.4 [2022-05-23T13:56:28.785Z] Collecting docker-compose==1.23.2 [2022-05-23T13:56:29.058Z] ---> Running in 5d9159d47b4d [2022-05-23T13:56:29.058Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-05-23T13:56:29.332Z] Collecting texttable<0.10,>=0.9.0 [2022-05-23T13:56:29.332Z] Removing intermediate container 5d9159d47b4d [2022-05-23T13:56:29.332Z] ---> 569e79c62743 [2022-05-23T13:56:29.332Z] [2022-05-23T13:56:29.332Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-05-23T13:56:29.605Z] Successfully built 569e79c62743 [2022-05-23T13:56:29.605Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-05-23T13:56:29.605Z]  Building security-secretstore-setup ... done Building security-spire-config [2022-05-23T13:56:31.588Z] Collecting dockerpty<0.5,>=0.4.1 [2022-05-23T13:56:31.588Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-05-23T13:56:33.576Z] 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-23T13:56:34.564Z] Collecting PyYAML<4,>=3.10 [2022-05-23T13:56:34.564Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-05-23T13:56:38.884Z] Collecting cached-property<2,>=1.2.0 [2022-05-23T13:56:38.884Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-05-23T13:56:39.159Z] Collecting websocket-client<1.0,>=0.32.0 [2022-05-23T13:56:39.159Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-05-23T13:56:39.434Z] Collecting docopt<0.7,>=0.6.1 [2022-05-23T13:56:39.434Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-05-23T13:56:42.872Z] Collecting jsonschema<3,>=2.5.1 [2022-05-23T13:56:42.872Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-05-23T13:56:43.857Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-05-23T13:56:43.857Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-05-23T13:56:44.847Z] Collecting docker<4.0,>=3.6.0 [2022-05-23T13:56:44.847Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-05-23T13:56:45.835Z] Collecting docker-pycreds>=0.4.0 [2022-05-23T13:56:45.835Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-05-23T13:56:46.438Z] Collecting idna<2.8,>=2.5 [2022-05-23T13:56:46.438Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-05-23T13:56:46.712Z] 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-23T13:56:46.712Z] Collecting chardet<3.1.0,>=3.0.2 [2022-05-23T13:56:46.712Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-05-23T13:56:48.182Z] Collecting urllib3<1.25,>=1.21.1 [2022-05-23T13:56:48.182Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-05-23T13:56:48.457Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-05-23T13:56:48.457Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-05-23T13:56:48.457Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-05-23T13:56:48.457Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-05-23T13:56:49.925Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:56:49.925Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:56:49.925Z] ---> d13d6e8829a3 [2022-05-23T13:56:49.925Z] Step 3/25 : WORKDIR /edgex-go [2022-05-23T13:56:49.925Z] ---> Using cache [2022-05-23T13:56:49.925Z] ---> cd494a9020ef [2022-05-23T13:56:49.925Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:56:50.229Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-05-23T13:56:50.229Z] Attempting uninstall: urllib3 [2022-05-23T13:56:50.229Z] Found existing installation: urllib3 1.26.7 [2022-05-23T13:56:50.229Z] Uninstalling urllib3-1.26.7: [2022-05-23T13:56:50.229Z] Successfully uninstalled urllib3-1.26.7 [2022-05-23T13:56:50.509Z] ---> Running in 1b1c71f2dc4e [2022-05-23T13:56:51.488Z] Attempting uninstall: idna [2022-05-23T13:56:51.488Z] Found existing installation: idna 3.3 [2022-05-23T13:56:51.488Z] Uninstalling idna-3.3: [2022-05-23T13:56:51.763Z] Successfully uninstalled idna-3.3 [2022-05-23T13:56:54.413Z] Removing intermediate container 1b1c71f2dc4e [2022-05-23T13:56:54.413Z] ---> 103df063fbb9 [2022-05-23T13:56:54.413Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-05-23T13:56:54.413Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:56:54.413Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:56:54.413Z] ---> d13d6e8829a3 [2022-05-23T13:56:54.413Z] Step 3/26 : WORKDIR /edgex-go [2022-05-23T13:56:54.413Z] ---> Using cache [2022-05-23T13:56:54.413Z] ---> cd494a9020ef [2022-05-23T13:56:54.413Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:56:54.413Z] ---> Running in 161fa536e241 [2022-05-23T13:56:54.691Z] ---> Running in d5846fd855be [2022-05-23T13:56:55.678Z] Attempting uninstall: requests [2022-05-23T13:56:55.678Z] Found existing installation: requests 2.26.0 [2022-05-23T13:56:55.678Z] Uninstalling requests-2.26.0: [2022-05-23T13:56:55.954Z] Successfully uninstalled requests-2.26.0 [2022-05-23T13:56:56.563Z] Running setup.py install for texttable: started [2022-05-23T13:56:56.838Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T13:56:57.826Z] Removing intermediate container 161fa536e241 [2022-05-23T13:56:57.826Z] ---> ed9ba85d0dc1 [2022-05-23T13:56:57.826Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-05-23T13:56:57.826Z] ---> Running in 4a7d79f7b759 [2022-05-23T13:56:57.826Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T13:56:59.279Z] OK: 220 MiB in 52 packages [2022-05-23T13:56:59.575Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T13:56:59.849Z] Running setup.py install for texttable: finished with status 'done' [2022-05-23T13:56:59.849Z] Running setup.py install for PyYAML: started [2022-05-23T13:57:00.460Z] Removing intermediate container d5846fd855be [2022-05-23T13:57:00.460Z] ---> 37c3ea0e3f78 [2022-05-23T13:57:00.460Z] Step 6/25 : COPY go.mod vendor* ./ [2022-05-23T13:57:00.460Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T13:57:01.791Z] ---> f29464ca414a [2022-05-23T13:57:01.791Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:57:01.791Z] ---> Running in fc6848abc0c8 [2022-05-23T13:57:02.210Z] OK: 220 MiB in 52 packages [2022-05-23T13:57:04.414Z] Removing intermediate container 4a7d79f7b759 [2022-05-23T13:57:04.414Z] ---> 220b6cfe1f46 [2022-05-23T13:57:04.414Z] Step 6/26 : COPY go.mod vendor* ./ [2022-05-23T13:57:04.414Z] Running setup.py install for PyYAML: finished with status 'done' [2022-05-23T13:57:04.688Z] Running setup.py install for docopt: started [2022-05-23T13:57:05.288Z] ---> ab4a4070db1a [2022-05-23T13:57:05.288Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:57:05.288Z] ---> Running in 44ed17cbd15e [2022-05-23T13:57:07.951Z] Running setup.py install for docopt: finished with status 'done' [2022-05-23T13:57:07.951Z] Running setup.py install for dockerpty: started [2022-05-23T13:57:07.951Z] Removing intermediate container fc6848abc0c8 [2022-05-23T13:57:07.951Z] ---> b45dcdbd4b3d [2022-05-23T13:57:07.951Z] Step 8/25 : COPY . . [2022-05-23T13:57:11.347Z] Running setup.py install for dockerpty: finished with status 'done' [2022-05-23T13:57:11.948Z] Removing intermediate container 44ed17cbd15e [2022-05-23T13:57:11.948Z] ---> 15b3882209cc [2022-05-23T13:57:11.948Z] Step 8/26 : COPY . . [2022-05-23T13:57:13.389Z] 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-23T13:57:31.749Z] ---> 0ddf30b34eb0 [2022-05-23T13:57:31.749Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-05-23T13:57:31.749Z] ---> Running in c2e1ad666a88 [2022-05-23T13:57:32.345Z] Removing intermediate container c2e1ad666a88 [2022-05-23T13:57:32.345Z] ---> ab458e5fb13f [2022-05-23T13:57:32.345Z] Step 10/25 : RUN mkdir -p spire-build [2022-05-23T13:57:32.345Z] ---> Running in ee44d642f2d0 [2022-05-23T13:57:37.781Z] Removing intermediate container ee44d642f2d0 [2022-05-23T13:57:37.781Z] ---> f49f0a022a76 [2022-05-23T13:57:37.781Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-05-23T13:57:37.781Z] ---> Running in af44f4efd23d [2022-05-23T13:57:38.388Z] Removing intermediate container af44f4efd23d [2022-05-23T13:57:38.388Z] ---> 07392311e12e [2022-05-23T13:57:38.388Z] 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-23T13:57:38.682Z] ---> Running in 5da67f4003ce [2022-05-23T13:57:42.136Z] spire-1.2.1/ [2022-05-23T13:57:42.136Z] spire-1.2.1/.data/ [2022-05-23T13:57:42.136Z] spire-1.2.1/.data/.file [2022-05-23T13:57:42.136Z] spire-1.2.1/.dockerignore [2022-05-23T13:57:42.136Z] spire-1.2.1/.gitattributes [2022-05-23T13:57:42.136Z] spire-1.2.1/.githooks/ [2022-05-23T13:57:42.136Z] spire-1.2.1/.githooks/pre-commit [2022-05-23T13:57:42.136Z] spire-1.2.1/.github/ [2022-05-23T13:57:42.136Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-23T13:57:42.136Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-23T13:57:42.136Z] spire-1.2.1/.github/dependabot.yml [2022-05-23T13:57:42.136Z] spire-1.2.1/.github/workflows/ [2022-05-23T13:57:42.136Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-23T13:57:42.136Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-23T13:57:42.136Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-23T13:57:42.136Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-23T13:57:42.136Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-23T13:57:42.136Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-23T13:57:42.136Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-23T13:57:42.136Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-23T13:57:42.136Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-23T13:57:42.136Z] spire-1.2.1/.gitignore [2022-05-23T13:57:42.136Z] spire-1.2.1/.go-version [2022-05-23T13:57:42.136Z] spire-1.2.1/.golangci.yml [2022-05-23T13:57:42.136Z] spire-1.2.1/ADOPTERS.md [2022-05-23T13:57:42.136Z] spire-1.2.1/CHANGELOG.md [2022-05-23T13:57:42.136Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-23T13:57:42.136Z] spire-1.2.1/CODEOWNERS [2022-05-23T13:57:42.136Z] spire-1.2.1/CONTRIBUTING.md [2022-05-23T13:57:42.136Z] spire-1.2.1/Dockerfile [2022-05-23T13:57:42.136Z] spire-1.2.1/Dockerfile.dev [2022-05-23T13:57:42.136Z] spire-1.2.1/Dockerfile.scratch [2022-05-23T13:57:42.136Z] spire-1.2.1/LICENSE [2022-05-23T13:57:42.136Z] spire-1.2.1/MAINTAINERS.md [2022-05-23T13:57:42.136Z] spire-1.2.1/Makefile [2022-05-23T13:57:42.136Z] spire-1.2.1/README.md [2022-05-23T13:57:42.136Z] spire-1.2.1/ROADMAP.md [2022-05-23T13:57:42.136Z] spire-1.2.1/SECURITY.md [2022-05-23T13:57:42.136Z] spire-1.2.1/cmd/ [2022-05-23T13:57:42.136Z] spire-1.2.1/cmd/spire-agent/ [2022-05-23T13:57:42.136Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-23T13:57:42.136Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-23T13:57:42.136Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-23T13:57:42.136Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-23T13:57:42.137Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-23T13:57:42.137Z] spire-1.2.1/conf/ [2022-05-23T13:57:42.137Z] spire-1.2.1/conf/agent/ [2022-05-23T13:57:42.137Z] spire-1.2.1/conf/agent/agent.conf [2022-05-23T13:57:42.137Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-23T13:57:42.137Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-23T13:57:42.137Z] spire-1.2.1/conf/server/ [2022-05-23T13:57:42.137Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-23T13:57:42.137Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-23T13:57:42.137Z] spire-1.2.1/conf/server/server.conf [2022-05-23T13:57:42.137Z] spire-1.2.1/conf/server/server_full.conf [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/ [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/SPIRE101.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/auditlog.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/images/ [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/scaling_spire.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/spire_agent.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/spire_server.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/supported_integrations.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/telemetry.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/telemetry_config.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/upgrading.md [2022-05-23T13:57:42.137Z] spire-1.2.1/doc/using_spire.md [2022-05-23T13:57:42.137Z] spire-1.2.1/examples/ [2022-05-23T13:57:42.137Z] spire-1.2.1/examples/README.md [2022-05-23T13:57:42.137Z] spire-1.2.1/go.mod [2022-05-23T13:57:42.137Z] spire-1.2.1/go.sum [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/agent.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/client/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/common/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-23T13:57:42.137Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/config.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/svid/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/names.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/auth/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/catalog/ [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-23T13:57:42.138Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/catalog/context.goRemoving intermediate container aa357ff10b45 [2022-05-23T13:57:42.139Z] ---> 4cd95e6e249f [2022-05-23T13:57:42.139Z] Step 14/23 : ENV APP_PORT=58890 [2022-05-23T13:57:42.139Z] [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cli/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/health/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/health/config.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/health/context.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/health/health.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-23T13:57:42.139Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/idutil/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/log/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/log/log.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/log/options.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/profiling/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/selector/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-23T13:57:42.424Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/uptime/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/util/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/util/task.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/version/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/version/version.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/x509util/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/api.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/health/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/id.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/status.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/bundle/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/ca/ [2022-05-23T13:57:42.425Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/cache/ [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/catalog/ [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-23T13:57:42.701Z] spire-1.2.1/pkg/server/config.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ ---> Running in c51d27e36ae8 [2022-05-23T13:57:42.702Z] [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-23T13:57:42.702Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-23T13:57:42.703Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-23T13:57:42.981Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/registration/ [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/server.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/server_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/svid/ [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/ [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/private/ [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/private/server/ [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/private/server/journal/ [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/ [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/common/ [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/plugin/ [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-23T13:57:42.982Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-23T13:57:42.982Z] spire-1.2.1/release/ [2022-05-23T13:57:42.982Z] spire-1.2.1/release/spire-extras/ [2022-05-23T13:57:42.982Z] spire-1.2.1/release/spire-extras/README.md [2022-05-23T13:57:42.982Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-23T13:57:42.982Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-23T13:57:42.982Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-23T13:57:42.982Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-23T13:57:42.982Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-23T13:57:42.982Z] spire-1.2.1/release/spire/ [2022-05-23T13:57:42.982Z] spire-1.2.1/release/spire/README.md [2022-05-23T13:57:42.982Z] spire-1.2.1/release/spire/conf/ [2022-05-23T13:57:42.982Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-23T13:57:42.982Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-23T13:57:42.982Z] spire-1.2.1/release/spire/conf/server/ [2022-05-23T13:57:42.982Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-23T13:57:42.982Z] spire-1.2.1/script/ [2022-05-23T13:57:42.982Z] spire-1.2.1/script/build-artifact.sh [2022-05-23T13:57:42.982Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-23T13:57:42.982Z] spire-1.2.1/support/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-23T13:57:42.982Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-23T13:57:42.982Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-23T13:57:42.982Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-23T13:57:42.983Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-23T13:57:42.983Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/clock/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/clock/clock.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/ [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/fixture.go [2022-05-23T13:57:42.983Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/registration/ [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-23T13:57:43.258Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-23T13:57:43.258Z] spire-1.2.1/test/integration/ [2022-05-23T13:57:43.258Z] spire-1.2.1/test/integration/README.md [2022-05-23T13:57:43.258Z] spire-1.2.1/test/integration/common [2022-05-23T13:57:43.258Z] spire-1.2.1/test/integration/setup/ [2022-05-23T13:57:43.258Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-23T13:57:43.258Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-23T13:57:43.258Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-23T13:57:43.258Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-23T13:57:43.258Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-23T13:57:43.258Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-23T13:57:43.258Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-23T13:57:43.259Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-23T13:57:43.260Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestationRemoving intermediate container c51d27e36ae8 [2022-05-23T13:57:43.535Z] ---> 274f9bb08b65 [2022-05-23T13:57:43.535Z] Step 15/23 : EXPOSE $APP_PORT [2022-05-23T13:57:43.535Z] [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-23T13:57:43.535Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/test-one.sh [2022-05-23T13:57:43.536Z] spire-1.2.1/test/integration/test.sh [2022-05-23T13:57:43.536Z] spire-1.2.1/test/plugintest/ [2022-05-23T13:57:43.536Z] spire-1.2.1/test/plugintest/config.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/plugintest/load.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/plugintest/option.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/spiretest/ [2022-05-23T13:57:43.536Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/spiretest/assertions.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/spiretest/dir.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/spiretest/logs.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/spiretest/suite.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/spiretest/x509.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/testca/ [2022-05-23T13:57:43.536Z] spire-1.2.1/test/testca/ca.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/testkey/ [2022-05-23T13:57:43.536Z] spire-1.2.1/test/testkey/generate.sh [2022-05-23T13:57:43.536Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/testkey/keys.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/testkey/new.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/tpmsimulator/ [2022-05-23T13:57:43.536Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/util/ [2022-05-23T13:57:43.536Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/util/cert_generation.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/util/io_redirection.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/util/race.go [2022-05-23T13:57:43.536Z] spire-1.2.1/test/util/util.go [2022-05-23T13:57:43.536Z] building spire from source... [2022-05-23T13:57:43.536Z] ---> bbf5d32c8da9 [2022-05-23T13:57:43.536Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-05-23T13:57:43.825Z] ---> Running in a2d3b44d7980 [2022-05-23T13:57:43.825Z] ---> Running in a192944ae35b [2022-05-23T13:57:44.101Z] Removing intermediate container 83a4da1f3257 [2022-05-23T13:57:44.101Z] ---> e01c1fd4748d [2022-05-23T13:57:44.101Z] [2022-05-23T13:57:44.101Z] Step 9/20 : FROM alpine:3.15 [2022-05-23T13:57:44.101Z] Installing go1.17.7... [2022-05-23T13:57:44.375Z] 3.15: Pulling from library/alpine [2022-05-23T13:57:44.375Z] Removing intermediate container a2d3b44d7980 [2022-05-23T13:57:44.375Z] ---> 43de168336c5 [2022-05-23T13:57:44.375Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-05-23T13:57:44.375Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-23T13:57:44.375Z] Status: Downloaded newer image for alpine:3.15 [2022-05-23T13:57:44.375Z] ---> 3fb3c9af89a9 [2022-05-23T13:57:44.375Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T13:57:44.658Z] ---> Running in 38aa03cb3f34 [2022-05-23T13:57:44.658Z] Removing intermediate container a192944ae35b [2022-05-23T13:57:44.658Z] ---> bd92e8d83673 [2022-05-23T13:57:44.658Z] Step 10/26 : RUN mkdir -p spire-build [2022-05-23T13:57:44.937Z] ---> Running in 578ca57d9919 [2022-05-23T13:57:45.939Z] Removing intermediate container 38aa03cb3f34 [2022-05-23T13:57:45.939Z] ---> d520864a8a08 [2022-05-23T13:57:45.939Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:57:45.939Z] ---> Running in 140e296f507d [2022-05-23T13:57:47.929Z] ---> 0b7abf383362 [2022-05-23T13:57:47.929Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-05-23T13:57:48.936Z] Removing intermediate container 578ca57d9919 [2022-05-23T13:57:48.936Z] ---> c716bf3ac7f5 [2022-05-23T13:57:48.936Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-05-23T13:57:48.936Z] ---> Running in d8e68770d5ae [2022-05-23T13:57:49.940Z] ---> 141c57820938 [2022-05-23T13:57:49.940Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-05-23T13:57:49.940Z] Removing intermediate container 140e296f507d [2022-05-23T13:57:49.940Z] ---> 5ae880f4b4fe [2022-05-23T13:57:49.940Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-05-23T13:57:49.940Z] Removing intermediate container d8e68770d5ae [2022-05-23T13:57:49.940Z] ---> 866628330840 [2022-05-23T13:57:50.227Z] 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-23T13:57:50.227Z] ---> Running in 7e17a88a5950 [2022-05-23T13:57:50.227Z] ---> Running in ac153891ed89 [2022-05-23T13:57:52.228Z] ---> 1c56351dd14e [2022-05-23T13:57:52.228Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-05-23T13:57:52.228Z] ---> Running in b443cf4fbac3 [2022-05-23T13:57:52.829Z] Removing intermediate container b443cf4fbac3 [2022-05-23T13:57:52.829Z] ---> 600afb023f7a [2022-05-23T13:57:52.829Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T13:57:53.109Z] ---> Running in b1c30a2f8edd [2022-05-23T13:57:53.384Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T13:57:53.661Z] Removing intermediate container b1c30a2f8edd [2022-05-23T13:57:53.661Z] ---> 96d78dcc7853 [2022-05-23T13:57:53.661Z] Step 21/23 : LABEL arch=arm64 [2022-05-23T13:57:53.661Z] ---> Running in 46644ed64c36 [2022-05-23T13:57:54.264Z] spire-1.2.1/ [2022-05-23T13:57:54.264Z] spire-1.2.1/.data/ [2022-05-23T13:57:54.264Z] spire-1.2.1/.data/.file [2022-05-23T13:57:54.264Z] spire-1.2.1/.dockerignore [2022-05-23T13:57:54.264Z] spire-1.2.1/.gitattributes [2022-05-23T13:57:54.264Z] spire-1.2.1/.githooks/ [2022-05-23T13:57:54.264Z] spire-1.2.1/.githooks/pre-commit [2022-05-23T13:57:54.264Z] spire-1.2.1/.github/ [2022-05-23T13:57:54.264Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-05-23T13:57:54.264Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-05-23T13:57:54.264Z] spire-1.2.1/.github/dependabot.yml [2022-05-23T13:57:54.264Z] spire-1.2.1/.github/workflows/ [2022-05-23T13:57:54.264Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-05-23T13:57:54.264Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-05-23T13:57:54.264Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-05-23T13:57:54.264Z] spire-1.2.1/.github/workflows/scripts/ [2022-05-23T13:57:54.264Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-05-23T13:57:54.264Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-05-23T13:57:54.264Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-05-23T13:57:54.264Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-05-23T13:57:54.264Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-05-23T13:57:54.264Z] spire-1.2.1/.gitignore [2022-05-23T13:57:54.264Z] spire-1.2.1/.go-version [2022-05-23T13:57:54.264Z] spire-1.2.1/.golangci.yml [2022-05-23T13:57:54.264Z] spire-1.2.1/ADOPTERS.md [2022-05-23T13:57:54.264Z] spire-1.2.1/CHANGELOG.md [2022-05-23T13:57:54.264Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-05-23T13:57:54.264Z] spire-1.2.1/CODEOWNERS [2022-05-23T13:57:54.264Z] spire-1.2.1/CONTRIBUTING.md [2022-05-23T13:57:54.264Z] spire-1.2.1/Dockerfile [2022-05-23T13:57:54.264Z] spire-1.2.1/Dockerfile.dev [2022-05-23T13:57:54.264Z] spire-1.2.1/Dockerfile.scratch [2022-05-23T13:57:54.264Z] spire-1.2.1/LICENSE [2022-05-23T13:57:54.264Z] spire-1.2.1/MAINTAINERS.md [2022-05-23T13:57:54.264Z] spire-1.2.1/Makefile [2022-05-23T13:57:54.264Z] spire-1.2.1/README.md [2022-05-23T13:57:54.264Z] spire-1.2.1/ROADMAP.md [2022-05-23T13:57:54.264Z] spire-1.2.1/SECURITY.md [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-agent/main.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-05-23T13:57:54.264Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.goRemoving intermediate container 46644ed64c36 [2022-05-23T13:57:54.264Z] ---> 035f1edb5092 [2022-05-23T13:57:54.264Z] Step 22/23 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:57:54.546Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T13:57:54.546Z] [2022-05-23T13:57:54.546Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-05-23T13:57:54.546Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-05-23T13:57:54.546Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-05-23T13:57:54.546Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-05-23T13:57:54.546Z] spire-1.2.1/cmd/spire-server/main.go [2022-05-23T13:57:54.546Z] spire-1.2.1/cmd/spire-server/util/ [2022-05-23T13:57:54.546Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-05-23T13:57:54.546Z] spire-1.2.1/conf/ [2022-05-23T13:57:54.546Z] spire-1.2.1/conf/agent/ [2022-05-23T13:57:54.546Z] spire-1.2.1/conf/agent/agent.conf [2022-05-23T13:57:54.546Z] spire-1.2.1/conf/agent/agent_full.conf [2022-05-23T13:57:54.546Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-05-23T13:57:54.546Z] spire-1.2.1/conf/server/ [2022-05-23T13:57:54.546Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-05-23T13:57:54.546Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-05-23T13:57:54.546Z] spire-1.2.1/conf/server/server.conf [2022-05-23T13:57:54.546Z] spire-1.2.1/conf/server/server_full.conf [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/ [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/SPIRE101.md [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/auditlog.md [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/changelog_guidelines.md [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/cure53-report.pdf [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/images/ [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/images/SPIRE101.png [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/images/SPIRE_server.png ---> Running in 79be5f811558 [2022-05-23T13:57:54.546Z] [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/images/cache_mgr.png [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/images/federated_spire.png [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/images/ha_mode.png [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/images/nested_spire.png [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/images/oidc_federation.png [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/images/spire_logo.png [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-05-23T13:57:54.546Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/scaling_spire.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/spire_agent.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/spire_server.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/supported_integrations.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/telemetry.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/telemetry_config.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/upgrading.md [2022-05-23T13:57:54.547Z] spire-1.2.1/doc/using_spire.md [2022-05-23T13:57:54.547Z] spire-1.2.1/examples/ [2022-05-23T13:57:54.547Z] spire-1.2.1/examples/README.md [2022-05-23T13:57:54.547Z] spire-1.2.1/go.mod [2022-05-23T13:57:54.547Z] spire-1.2.1/go.sum [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/ [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/ [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/agent.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/ [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/config.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/debug/ [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/health/ [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/attestor/ [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/catalog/ [2022-05-23T13:57:54.547Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/client/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/client/client.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/client/dial.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/client/update.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/client/util.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/common/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/config.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/config.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-05-23T13:57:54.829Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/svid/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/svid/store/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/metrics.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/middleware/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/names.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/auth/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/bundleutil/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/config.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/context.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/external.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/host.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cli/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cli/env.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cli/flags.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cli/umask.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-05-23T13:57:54.830Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.goRemoving intermediate container 79be5f811558 [2022-05-23T13:57:55.109Z] ---> 4029963a975c [2022-05-23T13:57:55.109Z] Step 23/23 : LABEL version=2.2.1-dev.4 [2022-05-23T13:57:55.109Z] [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/diskutil/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/errorutil/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/health/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/health/config.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/health/context.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/health/context_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/health/health.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/health/health_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/health/logger.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/hostservice/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/idutil/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/idutil/require.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/jwtutil/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/log/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/log/log.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/log/log_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/log/options.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/nodeutil/ [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-05-23T13:57:55.109Z] spire-1.2.1/pkg/common/peertracker/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/log.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/profiling/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/protoutil/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/rotationutil/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/selector/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/selector/selector.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/selector/selector_test.go ---> Running in e324d429981c [2022-05-23T13:57:55.110Z] [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/selector/set.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-05-23T13:57:55.110Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/uptime/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/util/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/util/certs.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/util/csr.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/util/hash.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/util/selectors.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/util/signals.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/util/sort.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/util/task.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/util/task_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/util/testdata/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/version/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/version/version.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/x509svid/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/x509util/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/agent.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/agent/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/api.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/audit/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/bundle.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/bundle/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/debug/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/entry.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/entry/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/health/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/id.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/id_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/limits/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/middleware/ [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-05-23T13:57:55.385Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/selector.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/status.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/status_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/svid/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/authpolicy/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/bundle/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/bundle/client/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/ca/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/ca/ca.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/ca/journal.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/ca/manager.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/ca/templates.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/ca/validation.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/cache/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/catalog/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/config.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/hostservice/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-05-23T13:57:55.386Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/ [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-05-23T13:57:55.662Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.goRemoving intermediate container e324d429981c [2022-05-23T13:57:55.663Z] ---> fdb77ddaa196 [2022-05-23T13:57:55.663Z] [2022-05-23T13:57:55.663Z] [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-05-23T13:57:55.663Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/registration/ [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/registration/manager.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/scanentries.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/server.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/server_test.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/svid/ [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/svid/observer.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-05-23T13:57:55.664Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/ [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/private/ [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/private/server/ [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/private/server/journal/ [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/ [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/common/ [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/common/common.proto [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/common/plugin/ [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/plugin/ [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-05-23T13:57:55.664Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-05-23T13:57:55.664Z] spire-1.2.1/release/ [2022-05-23T13:57:55.664Z] spire-1.2.1/release/spire-extras/ [2022-05-23T13:57:55.664Z] spire-1.2.1/release/spire-extras/README.md [2022-05-23T13:57:55.664Z] spire-1.2.1/release/spire-extras/conf/ [2022-05-23T13:57:55.664Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-05-23T13:57:55.664Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-05-23T13:57:55.664Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-05-23T13:57:55.664Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-05-23T13:57:55.664Z] spire-1.2.1/release/spire/ [2022-05-23T13:57:55.664Z] spire-1.2.1/release/spire/README.md [2022-05-23T13:57:55.664Z] spire-1.2.1/release/spire/conf/ [2022-05-23T13:57:55.664Z] spire-1.2.1/release/spire/conf/agent/ [2022-05-23T13:57:55.664Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-05-23T13:57:55.664Z] spire-1.2.1/release/spire/conf/server/ [2022-05-23T13:57:55.664Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-05-23T13:57:55.664Z] spire-1.2.1/script/ [2022-05-23T13:57:55.664Z] spire-1.2.1/script/build-artifact.sh [2022-05-23T13:57:55.664Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-05-23T13:57:55.664Z] spire-1.2.1/support/ [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/ [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-05-23T13:57:55.664Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-05-23T13:57:55.944Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-05-23T13:57:55.944Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-05-23T13:57:55.944Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/clock/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/clock/clock.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-05-23T13:57:55.944Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/fixture.go [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/registration/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/registration/entries.json [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/registration/good.json [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-05-23T13:57:55.945Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/README.md [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/common [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/itclient/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variantsSuccessfully built fdb77ddaa196 [2022-05-23T13:57:55.945Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-05-23T13:57:55.945Z]  Building sys-mgmt-agent ... done  [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.confBuilding support-scheduler [2022-05-23T13:57:55.945Z] [2022-05-23T13:57:55.945Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-05-23T13:57:55.946Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-05-23T13:57:56.221Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/join-token/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/rotation/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/self-test/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.mdv3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T13:57:56.222Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T13:57:56.222Z] [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/test-one.sh [2022-05-23T13:57:56.222Z] spire-1.2.1/test/integration/test.sh [2022-05-23T13:57:56.222Z] spire-1.2.1/test/plugintest/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/plugintest/config.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/plugintest/load.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/plugintest/option.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/spiretest/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/spiretest/apiserver.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/spiretest/assertions.goOK: 15734 distinct packages available [2022-05-23T13:57:56.222Z] [2022-05-23T13:57:56.222Z] spire-1.2.1/test/spiretest/dir.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/spiretest/logs.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/spiretest/socketapi.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/spiretest/suite.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/spiretest/x509.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/testca/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/testca/ca.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/testkey/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/testkey/generate.sh [2022-05-23T13:57:56.222Z] spire-1.2.1/test/testkey/genkeys.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/testkey/keys.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/testkey/new.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/tpmsimulator/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/util/ [2022-05-23T13:57:56.222Z] spire-1.2.1/test/util/cert_fixtures.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/util/cert_generation.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/util/io_redirection.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/util/race.go [2022-05-23T13:57:56.222Z] spire-1.2.1/test/util/util.go [2022-05-23T13:57:56.222Z] building spire from source... [2022-05-23T13:57:56.497Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T13:57:56.773Z] Installing go1.17.7... [2022-05-23T13:57:57.765Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T13:57:59.207Z] (1/9) Installing ca-certificates (20211220-r0) [2022-05-23T13:57:59.207Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-05-23T13:57:59.492Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-05-23T13:57:59.492Z] (4/9) Installing libcurl (7.80.0-r1) [2022-05-23T13:57:59.768Z] (5/9) Installing curl (7.80.0-r1) [2022-05-23T13:57:59.768Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-05-23T13:57:59.768Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-05-23T13:58:00.043Z] (8/9) Installing libucontext (1.1-r0) [2022-05-23T13:58:00.043Z] (9/9) Installing gcompat (1.0.0-r4) [2022-05-23T13:58:00.043Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T13:58:00.043Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T13:58:00.649Z] OK: 8 MiB in 23 packages [2022-05-23T13:58:04.087Z] Removing intermediate container 7e17a88a5950 [2022-05-23T13:58:04.087Z] ---> d1c11688ff45 [2022-05-23T13:58:04.087Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T13:58:05.549Z] ---> d245b9d9c4b0 [2022-05-23T13:58:05.549Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-05-23T13:58:09.898Z] ---> 40c1a2939dfe [2022-05-23T13:58:09.898Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-05-23T13:58:10.514Z] ---> 3c864e1ef54c [2022-05-23T13:58:10.514Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-05-23T13:58:10.794Z] ---> Running in 2f2f257e47ba [2022-05-23T13:58:11.419Z] Removing intermediate container 2f2f257e47ba [2022-05-23T13:58:11.419Z] ---> 51c2c6984a2e [2022-05-23T13:58:11.419Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T13:58:11.419Z] ---> Running in 487086c28165 [2022-05-23T13:58:12.422Z] Removing intermediate container 487086c28165 [2022-05-23T13:58:12.422Z] ---> 69aaa41e4a1e [2022-05-23T13:58:12.422Z] Step 18/20 : LABEL arch=arm64 [2022-05-23T13:58:13.039Z] ---> Running in 88a8246b67a2 [2022-05-23T13:58:13.039Z] Building bin/spire-server... [2022-05-23T13:58:13.039Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:58:13.039Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:58:13.039Z] ---> d13d6e8829a3 [2022-05-23T13:58:13.039Z] Step 3/22 : WORKDIR /edgex-go [2022-05-23T13:58:13.039Z] ---> Using cache [2022-05-23T13:58:13.039Z] ---> cd494a9020ef [2022-05-23T13:58:13.039Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:58:13.039Z] ---> Using cache [2022-05-23T13:58:13.039Z] ---> ed9ba85d0dc1 [2022-05-23T13:58:13.039Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-23T13:58:13.039Z] ---> Running in fe14981539da [2022-05-23T13:58:13.039Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-23T13:58:13.324Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-23T13:58:13.324Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-23T13:58:13.621Z] Removing intermediate container 88a8246b67a2 [2022-05-23T13:58:13.621Z] ---> 45cff586ea32 [2022-05-23T13:58:13.621Z] Step 19/20 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T13:58:13.621Z] ---> Running in d07a5a188633 [2022-05-23T13:58:13.910Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-23T13:58:14.518Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-23T13:58:14.518Z] Removing intermediate container d07a5a188633 [2022-05-23T13:58:14.518Z] ---> 5c154f0392c1 [2022-05-23T13:58:14.518Z] Step 20/20 : LABEL version=2.2.1-dev.4 [2022-05-23T13:58:14.803Z] ---> Running in 7cb3e4359ce9 [2022-05-23T13:58:15.412Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T13:58:15.412Z] Removing intermediate container 7cb3e4359ce9 [2022-05-23T13:58:15.412Z] ---> f0792238d391 [2022-05-23T13:58:15.412Z] [2022-05-23T13:58:15.689Z] Successfully built f0792238d391 [2022-05-23T13:58:15.689Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-05-23T13:58:15.689Z] Building support-notifications [2022-05-23T13:58:16.303Z]  Building security-spiffe-token-provider ... done fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T13:58:17.775Z] OK: 220 MiB in 52 packages [2022-05-23T13:58:17.775Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-23T13:58:18.382Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-23T13:58:18.989Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-23T13:58:19.267Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-23T13:58:19.267Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-23T13:58:19.545Z] Removing intermediate container fe14981539da [2022-05-23T13:58:19.545Z] ---> 36bcc89495f3 [2022-05-23T13:58:19.545Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-23T13:58:20.160Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-23T13:58:20.160Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-23T13:58:20.160Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-23T13:58:20.437Z]  ---> e2c9c5e7b86e [2022-05-23T13:58:20.437Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:58:20.437Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-23T13:58:20.720Z]  ---> Running in c53388fe5b43 [2022-05-23T13:58:21.004Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-23T13:58:21.004Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-23T13:58:21.004Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-23T13:58:22.591Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-23T13:58:22.591Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-23T13:58:22.918Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-23T13:58:23.244Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-23T13:58:23.538Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-23T13:58:23.538Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-23T13:58:25.546Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-23T13:58:27.001Z] Removing intermediate container c53388fe5b43 [2022-05-23T13:58:27.001Z] ---> c4573b3b03a7 [2022-05-23T13:58:27.001Z] Step 8/22 : COPY . . [2022-05-23T13:58:27.603Z] Building bin/spire-server... [2022-05-23T13:58:27.603Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-05-23T13:58:27.603Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-05-23T13:58:27.603Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-05-23T13:58:28.204Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-05-23T13:58:28.204Z] go: downloading google.golang.org/grpc v1.44.0 [2022-05-23T13:58:29.648Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-05-23T13:58:30.252Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-05-23T13:58:31.247Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-05-23T13:58:31.528Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-05-23T13:58:32.134Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-05-23T13:58:34.124Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T13:58:34.124Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-23T13:58:34.124Z] ---> d13d6e8829a3 [2022-05-23T13:58:34.124Z] Step 3/22 : WORKDIR /edgex-go [2022-05-23T13:58:34.124Z] ---> Using cache [2022-05-23T13:58:34.124Z] ---> cd494a9020ef [2022-05-23T13:58:34.124Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T13:58:34.124Z] ---> Using cache [2022-05-23T13:58:34.124Z] ---> ed9ba85d0dc1 [2022-05-23T13:58:34.124Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-05-23T13:58:34.124Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-05-23T13:58:34.124Z] go: downloading github.com/fatih/color v1.13.0 [2022-05-23T13:58:34.404Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-05-23T13:58:34.681Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-05-23T13:58:34.681Z]  ---> Running in d922d7d38239 [2022-05-23T13:58:34.681Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-23T13:58:34.681Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-05-23T13:58:34.681Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-05-23T13:58:35.670Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-05-23T13:58:35.670Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-05-23T13:58:35.670Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-05-23T13:58:35.950Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-05-23T13:58:35.950Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-05-23T13:58:36.936Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-05-23T13:58:36.936Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-05-23T13:58:36.936Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T13:58:37.937Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T13:58:39.396Z] OK: 220 MiB in 52 packages [2022-05-23T13:58:41.401Z] Removing intermediate container d922d7d38239 [2022-05-23T13:58:41.401Z] ---> 063378660dfd [2022-05-23T13:58:41.401Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-23T13:58:42.841Z] ---> bd7d3a45b746 [2022-05-23T13:58:42.841Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T13:58:43.117Z] ---> Running in f2a30dd1b4fa [2022-05-23T13:58:44.560Z] ---> e8e68edfeb29 [2022-05-23T13:58:44.560Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-05-23T13:58:44.560Z] ---> Running in 66b658626b25 [2022-05-23T13:58:46.554Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-05-23T13:58:49.180Z] Removing intermediate container f2a30dd1b4fa [2022-05-23T13:58:49.180Z] ---> c9e5bf9a4dd7 [2022-05-23T13:58:49.180Z] Step 8/22 : COPY . . [2022-05-23T13:58:50.633Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-05-23T13:58:50.633Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-23T13:58:50.909Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-23T13:58:50.909Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-23T13:58:50.909Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-23T13:58:51.196Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-23T13:58:51.471Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-23T13:58:51.472Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-23T13:58:51.747Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-23T13:58:52.024Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-23T13:58:52.024Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-23T13:58:52.024Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-23T13:58:52.300Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-23T13:58:52.300Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-23T13:58:52.577Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-23T13:58:52.577Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-23T13:58:52.851Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-05-23T13:58:52.851Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-05-23T13:58:52.851Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-23T13:58:53.130Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-05-23T13:58:53.130Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-05-23T13:58:53.130Z] go: downloading github.com/google/uuid v1.1.2 [2022-05-23T13:58:53.404Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-05-23T13:58:53.680Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-05-23T13:58:53.680Z] go: downloading github.com/oklog/run v1.0.0 [2022-05-23T13:58:53.680Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-23T13:58:53.956Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-05-23T13:58:53.956Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-05-23T13:58:53.956Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-05-23T13:58:53.956Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-23T13:58:54.232Z] go: downloading github.com/prometheus/common v0.32.1 [2022-05-23T13:58:54.232Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-23T13:58:54.232Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-23T13:58:54.232Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-05-23T13:58:54.232Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-05-23T13:58:54.507Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-05-23T13:58:54.507Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-23T13:58:55.107Z] go: downloading go.uber.org/atomic v1.9.0 [2022-05-23T13:58:55.107Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-23T13:58:55.383Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-23T13:58:55.987Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-05-23T13:58:56.265Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-05-23T13:58:56.265Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-23T13:58:56.265Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-23T13:58:56.265Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-05-23T13:58:56.265Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-23T13:58:56.265Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-23T13:58:56.545Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-23T13:58:56.545Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-05-23T13:58:56.545Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-05-23T13:58:56.545Z] go: downloading google.golang.org/api v0.70.0 [2022-05-23T13:58:56.545Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-05-23T13:58:56.823Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-05-23T13:58:57.104Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-05-23T13:58:57.383Z] go: downloading github.com/lib/pq v1.10.4 [2022-05-23T13:58:57.383Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-05-23T13:58:57.663Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-23T13:58:57.943Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-23T13:58:59.950Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-23T13:59:01.943Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-23T13:59:01.943Z]  ---> 0589329608dd [2022-05-23T13:59:01.943Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-05-23T13:59:02.218Z] ---> Running in 33c89868e404 [2022-05-23T13:59:04.215Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-05-23T13:59:12.500Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-23T13:59:12.500Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-23T13:59:12.500Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-23T13:59:12.500Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-23T13:59:12.776Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-05-23T13:59:34.961Z] go: downloading google.golang.org/api v0.70.0 [2022-05-23T13:59:34.961Z] go: downloading k8s.io/api v0.23.4 [2022-05-23T13:59:34.961Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-23T13:59:34.961Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-05-23T13:59:34.961Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-05-23T13:59:34.961Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-05-23T13:59:34.961Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-05-23T13:59:41.687Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-05-23T13:59:41.687Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-05-23T13:59:41.687Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-05-23T13:59:41.687Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-23T13:59:41.687Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-23T13:59:41.687Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-23T13:59:41.962Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-23T13:59:41.962Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-23T13:59:41.962Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-23T13:59:43.404Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-23T13:59:45.389Z] go: downloading k8s.io/client-go v0.23.4 [2022-05-23T13:59:45.984Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-05-23T13:59:46.260Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-05-23T13:59:54.601Z] go: downloading k8s.io/api v0.23.4 [2022-05-23T14:00:02.900Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-23T14:00:04.340Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-23T14:00:05.783Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-23T14:00:06.770Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-23T14:00:06.770Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-23T14:00:07.047Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-05-23T14:00:07.325Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-23T14:00:08.314Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-05-23T14:00:08.314Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-05-23T14:00:08.594Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-23T14:00:09.027Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-23T14:00:09.303Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-23T14:00:09.578Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-23T14:00:09.854Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-23T14:00:09.854Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-23T14:00:10.130Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-23T14:00:10.735Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-23T14:00:12.188Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-23T14:00:12.463Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-23T14:00:12.739Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-23T14:00:13.013Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-23T14:00:13.291Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-23T14:00:13.291Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-23T14:00:13.566Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-23T14:00:13.566Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-23T14:00:13.566Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-23T14:00:13.842Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-23T14:00:13.842Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-23T14:00:14.832Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-23T14:00:14.832Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-23T14:00:14.832Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-05-23T14:00:15.107Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-23T14:00:15.107Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-05-23T14:00:15.107Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-05-23T14:00:15.384Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-05-23T14:00:15.985Z] go: downloading cloud.google.com/go v0.100.2 [2022-05-23T14:00:17.428Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-05-23T14:00:19.407Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-05-23T14:00:20.005Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-05-23T14:00:20.607Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-23T14:00:20.607Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-23T14:00:20.882Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-23T14:00:21.482Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-23T14:00:21.758Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-05-23T14:00:21.758Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-23T14:00:22.034Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-05-23T14:00:22.310Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-23T14:00:22.310Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-23T14:00:22.310Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-05-23T14:00:22.916Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-23T14:00:23.192Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-23T14:00:23.192Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-23T14:00:23.192Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-23T14:00:23.192Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-23T14:00:23.192Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-05-23T14:00:23.470Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-05-23T14:00:23.746Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-05-23T14:00:24.022Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-05-23T14:00:24.298Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-05-23T14:00:24.298Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-05-23T14:00:24.298Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-23T14:00:24.576Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-05-23T14:00:24.576Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-23T14:00:24.576Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-05-23T14:00:24.576Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-23T14:00:24.853Z] go: downloading go.opencensus.io v0.23.0 [2022-05-23T14:00:25.130Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-05-23T14:00:25.130Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-05-23T14:00:25.729Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-23T14:00:26.005Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-05-23T14:00:26.005Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-05-23T14:00:26.603Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-05-23T14:00:27.579Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-23T14:00:27.854Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-23T14:00:27.854Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-23T14:00:28.131Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-23T14:00:28.131Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-23T14:00:28.403Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-23T14:00:28.678Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-23T14:00:28.678Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-23T14:00:29.279Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-23T14:00:31.915Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-05-23T14:00:31.915Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-23T14:00:31.915Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-05-23T14:00:32.191Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-05-23T14:00:32.191Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-05-23T14:00:32.466Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-05-23T14:00:32.467Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-05-23T14:00:32.467Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-05-23T14:00:33.908Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-05-23T14:00:33.908Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-05-23T14:00:34.185Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-23T14:00:34.185Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-23T14:00:34.185Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-05-23T14:00:34.460Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-05-23T14:00:34.460Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-05-23T14:00:34.734Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-23T14:00:34.734Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-23T14:00:35.011Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-23T14:00:35.612Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-05-23T14:00:35.612Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-23T14:00:35.889Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-23T14:00:35.889Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-23T14:00:35.889Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-05-23T14:00:36.167Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-23T14:00:36.444Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-23T14:00:36.444Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-23T14:00:36.444Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-05-23T14:00:36.721Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-05-23T14:00:36.721Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-23T14:00:36.721Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-05-23T14:00:36.721Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-05-23T14:00:36.997Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-05-23T14:00:36.997Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-05-23T14:00:36.997Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-05-23T14:00:38.444Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-05-23T14:00:38.444Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-05-23T14:00:39.053Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-05-23T14:00:39.053Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-05-23T14:00:39.053Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-05-23T14:00:41.051Z] go: downloading go.opencensus.io v0.23.0 [2022-05-23T14:00:42.039Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-05-23T14:00:42.039Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-05-23T14:00:42.315Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-05-23T14:00:42.604Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-05-23T14:00:42.879Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-05-23T14:00:43.152Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-05-23T14:00:43.427Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-05-23T14:00:44.025Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-05-23T14:00:46.656Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-05-23T14:00:46.932Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-23T14:00:46.932Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-23T14:00:47.207Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-23T14:00:47.207Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-23T14:00:48.650Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-05-23T14:00:48.650Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-05-23T14:00:48.928Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-05-23T14:00:49.205Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-05-23T14:00:49.205Z] go: downloading go.uber.org/zap v1.21.0 [2022-05-23T14:00:50.191Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-05-23T14:00:50.191Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-05-23T14:00:50.191Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-05-23T14:00:50.467Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-05-23T14:00:50.467Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-05-23T14:00:50.467Z] go: downloading github.com/golang/snappy v0.0.4 [2022-05-23T14:00:50.744Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-05-23T14:01:03.258Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-05-23T14:01:03.258Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-05-23T14:01:03.258Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-05-23T14:01:03.258Z] go: downloading go.uber.org/multierr v1.6.0 [2022-05-23T14:01:18.379Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-23T14:01:18.379Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-23T14:01:28.607Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-05-23T14:01:28.607Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-05-23T14:06:35.836Z] Removing intermediate container 66b658626b25 [2022-05-23T14:06:35.836Z] ---> 8deeeac671db [2022-05-23T14:06:35.836Z] [2022-05-23T14:06:35.836Z] Step 10/22 : FROM alpine:3.14 [2022-05-23T14:06:35.836Z] ---> ac73e934f311 [2022-05-23T14:06:35.836Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-05-23T14:06:35.836Z] ---> Using cache [2022-05-23T14:06:35.836Z] ---> 78cfdd00ceb6 [2022-05-23T14:06:35.836Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-23T14:06:35.836Z] ---> Using cache [2022-05-23T14:06:35.836Z] ---> 7407fbad1c5d [2022-05-23T14:06:35.836Z] Step 13/22 : ENV APP_PORT=59861 [2022-05-23T14:06:35.836Z] ---> Running in f981d27eefcd [2022-05-23T14:06:35.836Z] Removing intermediate container f981d27eefcd [2022-05-23T14:06:35.836Z] ---> 98a8c82f44cb [2022-05-23T14:06:35.836Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-23T14:06:35.836Z] ---> Running in 5857dacd033f [2022-05-23T14:06:35.836Z] Removing intermediate container 5857dacd033f [2022-05-23T14:06:35.836Z] ---> 1ec2b2cf872c [2022-05-23T14:06:35.836Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T14:06:35.836Z] ---> 8001f6e7ba0a [2022-05-23T14:06:35.836Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-05-23T14:06:35.836Z] ---> c7fa9b5dbcb9 [2022-05-23T14:06:35.836Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-05-23T14:06:35.836Z] ---> 8d80f08583a0 [2022-05-23T14:06:35.836Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-05-23T14:06:35.836Z] ---> Running in fd5ee7669fd3 [2022-05-23T14:06:35.836Z] Removing intermediate container fd5ee7669fd3 [2022-05-23T14:06:35.836Z] ---> 0e1ddba42fdc [2022-05-23T14:06:35.836Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T14:06:35.836Z] ---> Running in 0bb039d8c757 [2022-05-23T14:06:35.836Z] Removing intermediate container 0bb039d8c757 [2022-05-23T14:06:35.836Z] ---> fb3e73f5496b [2022-05-23T14:06:35.836Z] Step 20/22 : LABEL arch=arm64 [2022-05-23T14:06:35.836Z] ---> Running in 3a0bbbff86c4 [2022-05-23T14:06:35.836Z] Removing intermediate container 3a0bbbff86c4 [2022-05-23T14:06:35.836Z] ---> 913e4acb918b [2022-05-23T14:06:35.836Z] Step 21/22 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:06:35.836Z] ---> Running in fee134f29534 [2022-05-23T14:06:35.836Z] Removing intermediate container fee134f29534 [2022-05-23T14:06:35.836Z] ---> d9af53d7a9bc [2022-05-23T14:06:35.836Z] Step 22/22 : LABEL version=2.2.1-dev.4 [2022-05-23T14:06:35.836Z] ---> Running in f46d5a554600 [2022-05-23T14:06:35.836Z] Removing intermediate container f46d5a554600 [2022-05-23T14:06:35.836Z] ---> cc45e57bc890 [2022-05-23T14:06:35.836Z] [2022-05-23T14:06:35.836Z] Successfully built cc45e57bc890 [2022-05-23T14:06:35.836Z] Successfully tagged support-scheduler-arm64:latest [2022-05-23T14:06:35.836Z]  Building support-scheduler ... done Building core-data [2022-05-23T14:06:46.035Z] Removing intermediate container 33c89868e404 [2022-05-23T14:06:46.035Z] ---> dfcb1d19bb40 [2022-05-23T14:06:46.035Z] [2022-05-23T14:06:46.035Z] Step 10/22 : FROM alpine:3.14 [2022-05-23T14:06:46.035Z] ---> ac73e934f311 [2022-05-23T14:06:46.035Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-05-23T14:06:46.035Z] ---> Running in 60450e980925 [2022-05-23T14:06:48.711Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-23T14:06:49.002Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-23T14:06:51.032Z] (1/2) Installing ca-certificates (20211220-r0) [2022-05-23T14:06:51.309Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-05-23T14:06:51.310Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T14:06:51.310Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T14:06:52.306Z] OK: 6 MiB in 16 packages [2022-05-23T14:06:55.945Z] Removing intermediate container 60450e980925 [2022-05-23T14:06:55.945Z] ---> e52bc457e398 [2022-05-23T14:06:55.945Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-23T14:06:55.945Z] ---> Running in 55978341a36a [2022-05-23T14:06:56.959Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T14:06:56.959Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T14:06:56.959Z] ---> d13d6e8829a3 [2022-05-23T14:06:56.959Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T14:06:56.959Z] ---> Using cache [2022-05-23T14:06:56.959Z] ---> cd494a9020ef [2022-05-23T14:06:56.959Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T14:06:56.959Z] ---> Using cache [2022-05-23T14:06:56.959Z] ---> ed9ba85d0dc1 [2022-05-23T14:06:56.959Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-05-23T14:06:56.959Z] ---> Running in 6bfb13cf8ee8 [2022-05-23T14:06:56.959Z] Removing intermediate container 55978341a36a [2022-05-23T14:06:56.959Z] ---> e2317c4658f6 [2022-05-23T14:06:56.959Z] Step 13/22 : ENV APP_PORT=59860 [2022-05-23T14:06:57.237Z] ---> Running in 6d9e32ba570e [2022-05-23T14:06:57.859Z] Removing intermediate container 6d9e32ba570e [2022-05-23T14:06:57.859Z] ---> 419e13f7563a [2022-05-23T14:06:57.859Z] Step 14/22 : EXPOSE $APP_PORT [2022-05-23T14:06:58.158Z] ---> Running in ac826f642d7f [2022-05-23T14:06:58.773Z] Removing intermediate container ac826f642d7f [2022-05-23T14:06:58.773Z] ---> 0a1eb0fe5aea [2022-05-23T14:06:58.773Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T14:06:59.771Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T14:07:00.052Z] ---> 9d09e51f0672 [2022-05-23T14:07:00.052Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-05-23T14:07:01.049Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T14:07:02.519Z] OK: 220 MiB in 52 packages [2022-05-23T14:07:02.812Z] ---> 441928e46d84 [2022-05-23T14:07:02.812Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-05-23T14:07:04.284Z] Removing intermediate container 6bfb13cf8ee8 [2022-05-23T14:07:04.284Z] ---> d3211eacda87 [2022-05-23T14:07:04.284Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T14:07:04.566Z] ---> 18072f211589 [2022-05-23T14:07:04.566Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-05-23T14:07:04.849Z] ---> Running in 42e8efeaaffa [2022-05-23T14:07:05.463Z] Removing intermediate container 42e8efeaaffa [2022-05-23T14:07:05.463Z] ---> 7feca00eb26c [2022-05-23T14:07:05.463Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T14:07:05.755Z] ---> 205297620338 [2022-05-23T14:07:05.755Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T14:07:05.755Z] ---> Running in ada418eb180a [2022-05-23T14:07:06.035Z] ---> Running in 31ee07ef5810 [2022-05-23T14:07:07.036Z] Removing intermediate container ada418eb180a [2022-05-23T14:07:07.036Z] ---> 249f31e89c3a [2022-05-23T14:07:07.036Z] Step 20/22 : LABEL arch=arm64 [2022-05-23T14:07:07.036Z] ---> Running in 02a45cfa782d [2022-05-23T14:07:08.041Z] Removing intermediate container 02a45cfa782d [2022-05-23T14:07:08.041Z] ---> d33ef498ae38 [2022-05-23T14:07:08.041Z] Step 21/22 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:07:08.041Z] ---> Running in 1238fc4d172f [2022-05-23T14:07:08.655Z] Removing intermediate container 1238fc4d172f [2022-05-23T14:07:08.655Z] ---> fc066428b9f4 [2022-05-23T14:07:08.655Z] Step 22/22 : LABEL version=2.2.1-dev.4 [2022-05-23T14:07:08.655Z] ---> Running in bd95ad5f7ed4 [2022-05-23T14:07:09.254Z] Removing intermediate container bd95ad5f7ed4 [2022-05-23T14:07:09.254Z] ---> 7b02e1d68b6b [2022-05-23T14:07:09.254Z] [2022-05-23T14:07:09.529Z] Successfully built 7b02e1d68b6b [2022-05-23T14:07:09.529Z] Successfully tagged support-notifications-arm64:latest [2022-05-23T14:07:09.529Z]  Building support-notifications ... done Building security-bootstrapper [2022-05-23T14:07:13.837Z] Removing intermediate container 31ee07ef5810 [2022-05-23T14:07:13.837Z] ---> 02bf34faed4a [2022-05-23T14:07:13.837Z] Step 8/23 : COPY . . [2022-05-23T14:07:28.983Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T14:07:28.983Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-05-23T14:07:28.983Z] ---> d13d6e8829a3 [2022-05-23T14:07:28.983Z] Step 3/31 : WORKDIR /edgex-go [2022-05-23T14:07:28.983Z] ---> Using cache [2022-05-23T14:07:28.983Z] ---> cd494a9020ef [2022-05-23T14:07:28.983Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T14:07:28.983Z] ---> Using cache [2022-05-23T14:07:28.983Z] ---> ed9ba85d0dc1 [2022-05-23T14:07:28.983Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-05-23T14:07:28.983Z] ---> Using cache [2022-05-23T14:07:28.983Z] ---> 36bcc89495f3 [2022-05-23T14:07:28.983Z] Step 6/31 : COPY go.mod vendor* ./ [2022-05-23T14:07:28.983Z] ---> Using cache [2022-05-23T14:07:28.983Z] ---> e2c9c5e7b86e [2022-05-23T14:07:28.983Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T14:07:28.983Z] ---> Using cache [2022-05-23T14:07:28.983Z] ---> c4573b3b03a7 [2022-05-23T14:07:28.983Z] Step 8/31 : COPY . . [2022-05-23T14:07:28.983Z] ---> Using cache [2022-05-23T14:07:28.983Z] ---> e8e68edfeb29 [2022-05-23T14:07:28.983Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-05-23T14:07:28.983Z] ---> Running in e6e25ce70d5a [2022-05-23T14:07:29.974Z] ---> ce0c26a5709f [2022-05-23T14:07:29.974Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-05-23T14:07:29.974Z] ---> Running in b083e27e2ee7 [2022-05-23T14:07:31.435Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-05-23T14:07:32.037Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-05-23T14:12:54.281Z] Removing intermediate container e6e25ce70d5a [2022-05-23T14:12:54.281Z] ---> edea20684d80 [2022-05-23T14:12:54.281Z] [2022-05-23T14:12:54.281Z] Step 10/31 : FROM alpine:3.14 [2022-05-23T14:12:54.281Z] ---> ac73e934f311 [2022-05-23T14:12:54.281Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-05-23T14:12:54.281Z] ---> Running in 6cfc8961ea1e [2022-05-23T14:12:54.281Z] Removing intermediate container 6cfc8961ea1e [2022-05-23T14:12:54.281Z] ---> 98bdf0e5cf80 [2022-05-23T14:12:54.281Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-05-23T14:12:54.281Z] ---> Running in c0e74ffd5ab4 [2022-05-23T14:12:54.281Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-23T14:12:54.281Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-23T14:12:54.281Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-05-23T14:12:54.281Z] (2/2) Installing su-exec (0.2-r1) [2022-05-23T14:12:54.281Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T14:12:54.281Z] OK: 6 MiB in 16 packages [2022-05-23T14:12:54.281Z] Removing intermediate container c0e74ffd5ab4 [2022-05-23T14:12:54.281Z] ---> e3e967fa71e2 [2022-05-23T14:12:54.281Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-05-23T14:12:54.281Z] ---> Running in 3663ce27991f [2022-05-23T14:12:54.281Z] Removing intermediate container 3663ce27991f [2022-05-23T14:12:54.281Z] ---> da05d5ec572c [2022-05-23T14:12:54.281Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-05-23T14:12:54.281Z] ---> Running in 39ef766a9fe3 [2022-05-23T14:12:54.281Z] Removing intermediate container 39ef766a9fe3 [2022-05-23T14:12:54.281Z] ---> c11970d5748b [2022-05-23T14:12:54.281Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-05-23T14:12:54.281Z] ---> Running in 560cbc5f4cf9 [2022-05-23T14:12:54.561Z] Removing intermediate container 560cbc5f4cf9 [2022-05-23T14:12:54.562Z] ---> 6d8938ed80a8 [2022-05-23T14:12:54.562Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-05-23T14:12:54.562Z] ---> Running in 766fcbcc7e5d [2022-05-23T14:12:55.166Z] Removing intermediate container 766fcbcc7e5d [2022-05-23T14:12:55.166Z] ---> 00349de7d436 [2022-05-23T14:12:55.166Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-05-23T14:12:56.159Z] ---> 9d5c47fcaef6 [2022-05-23T14:12:56.159Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-05-23T14:12:56.159Z] ---> Running in 1d84088e5fe8 [2022-05-23T14:12:58.832Z] Removing intermediate container 1d84088e5fe8 [2022-05-23T14:12:58.832Z] ---> d0ed9970abd2 [2022-05-23T14:12:58.832Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T14:12:59.834Z] ---> 726dccdb4c4e [2022-05-23T14:12:59.834Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-05-23T14:13:01.823Z] ---> 507e5b1b4005 [2022-05-23T14:13:01.823Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-05-23T14:13:02.812Z] ---> 09cc95f0e3d1 [2022-05-23T14:13:02.812Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-05-23T14:13:03.410Z] ---> 2c1d0f06b058 [2022-05-23T14:13:03.410Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-05-23T14:13:04.857Z] ---> 11b386039745 [2022-05-23T14:13:04.857Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-05-23T14:13:04.857Z] ---> Running in 5cc185352290 [2022-05-23T14:13:05.467Z] Removing intermediate container 5cc185352290 [2022-05-23T14:13:05.467Z] ---> bab7aedc2188 [2022-05-23T14:13:05.467Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-05-23T14:13:06.467Z] ---> df1f6be7f06b [2022-05-23T14:13:06.467Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-05-23T14:13:06.467Z] ---> Running in 065ec4b02e7d [2022-05-23T14:13:09.896Z] Removing intermediate container 065ec4b02e7d [2022-05-23T14:13:09.896Z] ---> b095d6f595d1 [2022-05-23T14:13:09.896Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-05-23T14:13:09.896Z] ---> Running in 92b318fa8b86 [2022-05-23T14:13:10.500Z] Removing intermediate container 92b318fa8b86 [2022-05-23T14:13:10.500Z] ---> 84b10d71437d [2022-05-23T14:13:10.500Z] Step 28/31 : CMD ["gate"] [2022-05-23T14:13:10.779Z] ---> Running in 34e8b50681da [2022-05-23T14:13:11.384Z] Removing intermediate container 34e8b50681da [2022-05-23T14:13:11.384Z] ---> d1a513bc4946 [2022-05-23T14:13:11.384Z] Step 29/31 : LABEL arch=arm64 [2022-05-23T14:13:11.661Z] ---> Running in c467621d1046 [2022-05-23T14:13:12.274Z] Removing intermediate container c467621d1046 [2022-05-23T14:13:12.274Z] ---> a11c69d829c9 [2022-05-23T14:13:12.274Z] Step 30/31 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:13:12.551Z] ---> Running in e9d68838abd3 [2022-05-23T14:13:13.158Z] Removing intermediate container e9d68838abd3 [2022-05-23T14:13:13.158Z] ---> 90c01c465c8d [2022-05-23T14:13:13.158Z] Step 31/31 : LABEL version=2.2.1-dev.4 [2022-05-23T14:13:13.433Z] ---> Running in ad33cf4dbb84 [2022-05-23T14:13:14.429Z] Removing intermediate container ad33cf4dbb84 [2022-05-23T14:13:14.429Z] ---> f7167725c0e4 [2022-05-23T14:13:14.429Z] [2022-05-23T14:13:14.429Z] Successfully built f7167725c0e4 [2022-05-23T14:13:14.429Z] Successfully tagged security-bootstrapper-arm64:latest [2022-05-23T14:13:14.429Z] Building security-proxy-setup [2022-05-23T14:13:36.701Z]  Building security-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T14:13:36.701Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-05-23T14:13:36.701Z] ---> d13d6e8829a3 [2022-05-23T14:13:36.701Z] Step 3/22 : WORKDIR /edgex-go [2022-05-23T14:13:36.701Z] ---> Using cache [2022-05-23T14:13:36.701Z] ---> cd494a9020ef [2022-05-23T14:13:36.701Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T14:13:36.701Z] ---> Using cache [2022-05-23T14:13:36.701Z] ---> ed9ba85d0dc1 [2022-05-23T14:13:36.701Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-05-23T14:13:36.701Z] ---> Using cache [2022-05-23T14:13:36.701Z] ---> 36bcc89495f3 [2022-05-23T14:13:36.701Z] Step 6/22 : COPY go.mod vendor* ./ [2022-05-23T14:13:36.701Z] ---> Using cache [2022-05-23T14:13:36.701Z] ---> e2c9c5e7b86e [2022-05-23T14:13:36.701Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T14:13:36.701Z] ---> Using cache [2022-05-23T14:13:36.701Z] ---> c4573b3b03a7 [2022-05-23T14:13:36.701Z] Step 8/22 : COPY . . [2022-05-23T14:13:36.701Z] ---> Using cache [2022-05-23T14:13:36.701Z] ---> e8e68edfeb29 [2022-05-23T14:13:36.701Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-05-23T14:13:36.701Z] ---> Running in 0fd47beeb989 [2022-05-23T14:13:37.310Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-05-23T14:13:59.572Z] Removing intermediate container b083e27e2ee7 [2022-05-23T14:13:59.572Z] ---> 5522faa09d12 [2022-05-23T14:13:59.572Z] [2022-05-23T14:13:59.572Z] Step 10/23 : FROM alpine:3.14 [2022-05-23T14:13:59.572Z] ---> ac73e934f311 [2022-05-23T14:13:59.572Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-05-23T14:13:59.572Z] ---> Running in 10ec085e1c77 [2022-05-23T14:13:59.572Z] Removing intermediate container 10ec085e1c77 [2022-05-23T14:13:59.572Z] ---> f8a4c5377f29 [2022-05-23T14:13:59.572Z] Step 12/23 : ENV APP_PORT=59880 [2022-05-23T14:13:59.572Z] ---> Running in b2d1461b9932 [2022-05-23T14:13:59.572Z] Removing intermediate container b2d1461b9932 [2022-05-23T14:13:59.572Z] ---> 2a01bddc3ad7 [2022-05-23T14:13:59.572Z] Step 13/23 : EXPOSE $APP_PORT [2022-05-23T14:13:59.572Z] ---> Running in 314e222ebf05 [2022-05-23T14:13:59.572Z] Removing intermediate container 314e222ebf05 [2022-05-23T14:13:59.572Z] ---> e0f65b0a8077 [2022-05-23T14:13:59.572Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T14:13:59.572Z] ---> Running in 66c220a2dc0b [2022-05-23T14:14:01.581Z] Removing intermediate container 66c220a2dc0b [2022-05-23T14:14:01.581Z] ---> 10ae21e49f57 [2022-05-23T14:14:01.581Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-23T14:14:01.581Z] ---> Running in 4dfbc7dc3772 [2022-05-23T14:14:03.589Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-23T14:14:04.581Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-23T14:14:05.577Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-23T14:14:05.858Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-23T14:14:05.858Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-23T14:14:05.858Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-23T14:14:06.137Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-23T14:14:06.137Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-23T14:14:06.419Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T14:14:06.419Z] OK: 8 MiB in 20 packages [2022-05-23T14:14:07.881Z] Removing intermediate container 4dfbc7dc3772 [2022-05-23T14:14:07.881Z] ---> 316fe11281a7 [2022-05-23T14:14:07.881Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T14:14:08.880Z] ---> 0fe35b1b5547 [2022-05-23T14:14:08.880Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-05-23T14:14:10.343Z] ---> 3f8db49424e3 [2022-05-23T14:14:10.343Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-05-23T14:14:11.350Z] ---> 30b7df7caa40 [2022-05-23T14:14:11.350Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-05-23T14:14:11.631Z] ---> Running in ad4803b5cb63 [2022-05-23T14:14:12.246Z] Removing intermediate container ad4803b5cb63 [2022-05-23T14:14:12.246Z] ---> 4c5173fbabf9 [2022-05-23T14:14:12.246Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T14:14:12.246Z] ---> Running in 091b52dd276f [2022-05-23T14:14:12.849Z] Removing intermediate container 091b52dd276f [2022-05-23T14:14:12.849Z] ---> 63c1545bd1da [2022-05-23T14:14:12.849Z] Step 21/23 : LABEL arch=arm64 [2022-05-23T14:14:12.849Z] ---> Running in fe9719aa7dbc [2022-05-23T14:14:13.451Z] Removing intermediate container fe9719aa7dbc [2022-05-23T14:14:13.451Z] ---> 2be18ccbace9 [2022-05-23T14:14:13.451Z] Step 22/23 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:14:13.451Z] ---> Running in 8039bf396e45 [2022-05-23T14:14:14.056Z] Removing intermediate container 8039bf396e45 [2022-05-23T14:14:14.056Z] ---> 53976d034044 [2022-05-23T14:14:14.056Z] Step 23/23 : LABEL version=2.2.1-dev.4 [2022-05-23T14:14:14.056Z] ---> Running in cd3f11dde3c9 [2022-05-23T14:14:14.656Z] Removing intermediate container cd3f11dde3c9 [2022-05-23T14:14:14.656Z] ---> cabae53e6ffd [2022-05-23T14:14:14.656Z] [2022-05-23T14:14:15.256Z] Successfully built cabae53e6ffd [2022-05-23T14:14:15.256Z] Successfully tagged core-data-arm64:latest [2022-05-23T14:14:15.256Z]  Building core-data ... done Building core-command [2022-05-23T14:14:30.366Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-05-23T14:14:30.366Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-05-23T14:14:30.366Z] ---> d13d6e8829a3 [2022-05-23T14:14:30.642Z] Step 3/23 : WORKDIR /edgex-go [2022-05-23T14:14:30.642Z] ---> Using cache [2022-05-23T14:14:30.642Z] ---> cd494a9020ef [2022-05-23T14:14:30.642Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T14:14:30.642Z] ---> Using cache [2022-05-23T14:14:30.642Z] ---> ed9ba85d0dc1 [2022-05-23T14:14:30.642Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-05-23T14:14:30.642Z] ---> Using cache [2022-05-23T14:14:30.642Z] ---> 36bcc89495f3 [2022-05-23T14:14:30.642Z] Step 6/23 : COPY go.mod vendor* ./ [2022-05-23T14:14:30.642Z] ---> Using cache [2022-05-23T14:14:30.642Z] ---> e2c9c5e7b86e [2022-05-23T14:14:30.642Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T14:14:30.642Z] ---> Using cache [2022-05-23T14:14:30.642Z] ---> c4573b3b03a7 [2022-05-23T14:14:30.642Z] Step 8/23 : COPY . . [2022-05-23T14:14:30.642Z] ---> Using cache [2022-05-23T14:14:30.642Z] ---> e8e68edfeb29 [2022-05-23T14:14:30.642Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-05-23T14:14:31.251Z] ---> Running in 48aceddd330f [2022-05-23T14:14:33.242Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-05-23T14:18:40.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.4" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-05-23T14:18:48.719Z] Removing intermediate container 0fd47beeb989 [2022-05-23T14:18:48.719Z] ---> 850020e638b2 [2022-05-23T14:18:48.719Z] [2022-05-23T14:18:48.719Z] Step 10/22 : FROM alpine:3.14 [2022-05-23T14:18:48.719Z] ---> ac73e934f311 [2022-05-23T14:18:48.719Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-05-23T14:18:48.719Z] ---> Running in 1a5f3f8338e7 [2022-05-23T14:18:50.179Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-23T14:18:50.786Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-23T14:18:51.777Z] (1/6) Installing ca-certificates (20211220-r0) [2022-05-23T14:18:51.777Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-05-23T14:18:51.777Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-05-23T14:18:51.777Z] (4/6) Installing libcurl (7.79.1-r1) [2022-05-23T14:18:52.055Z] (5/6) Installing curl (7.79.1-r1) [2022-05-23T14:18:52.055Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-05-23T14:18:52.055Z] Executing busybox-1.33.1-r7.trigger [2022-05-23T14:18:52.055Z] Executing ca-certificates-20211220-r0.trigger [2022-05-23T14:18:52.331Z] OK: 8 MiB in 20 packages [2022-05-23T14:18:54.338Z] Removing intermediate container 1a5f3f8338e7 [2022-05-23T14:18:54.338Z] ---> 9b27e5951ee5 [2022-05-23T14:18:54.338Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-05-23T14:18:54.716Z] ---> Running in 60dbe958c840 [2022-05-23T14:18:55.343Z] Removing intermediate container 60dbe958c840 [2022-05-23T14:18:55.343Z] ---> 6b16920a40d2 [2022-05-23T14:18:55.343Z] Step 13/22 : WORKDIR /edgex [2022-05-23T14:18:55.343Z] ---> Running in d11bd12d3592 [2022-05-23T14:18:55.989Z] Removing intermediate container d11bd12d3592 [2022-05-23T14:18:55.989Z] ---> 44ce3f13fdef [2022-05-23T14:18:55.989Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-05-23T14:18:57.013Z] ---> ad6b2341510c [2022-05-23T14:18:57.013Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-05-23T14:18:58.541Z] ---> 155cbbc2c4da [2022-05-23T14:18:58.541Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-05-23T14:18:59.998Z] ---> d4e0a8d23ae6 [2022-05-23T14:18:59.998Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-05-23T14:19:00.997Z] ---> cad8aaf09dc0 [2022-05-23T14:19:00.997Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-05-23T14:19:00.997Z] ---> Running in 68c4c7d2e8af [2022-05-23T14:19:04.426Z] Removing intermediate container 68c4c7d2e8af [2022-05-23T14:19:04.426Z] ---> 0d11cf00eda2 [2022-05-23T14:19:04.426Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-05-23T14:19:04.426Z] ---> Running in f52d884f1432 [2022-05-23T14:19:04.708Z] Removing intermediate container f52d884f1432 [2022-05-23T14:19:04.708Z] ---> ffecf79be3c4 [2022-05-23T14:19:04.708Z] Step 20/22 : LABEL arch=arm64 [2022-05-23T14:19:04.987Z] ---> Running in 5d5efa6b89c5 [2022-05-23T14:19:05.599Z] Removing intermediate container 5d5efa6b89c5 [2022-05-23T14:19:05.599Z] ---> 3ad08d9607de [2022-05-23T14:19:05.599Z] Step 21/22 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:19:05.599Z] ---> Running in 917b42efbf5c [2022-05-23T14:19:06.212Z] Removing intermediate container 917b42efbf5c [2022-05-23T14:19:06.212Z] ---> a620c120af4e [2022-05-23T14:19:06.212Z] Step 22/22 : LABEL version=2.2.1-dev.4 [2022-05-23T14:19:06.494Z] ---> Running in 86ddf485518d [2022-05-23T14:19:06.773Z] Removing intermediate container 86ddf485518d [2022-05-23T14:19:06.773Z] ---> f4fcc9d32402 [2022-05-23T14:19:06.773Z] [2022-05-23T14:19:07.054Z] Successfully built f4fcc9d32402 [2022-05-23T14:19:07.054Z] Successfully tagged security-proxy-setup-arm64:latest [2022-05-23T14:19:29.420Z]  Building security-proxy-setup ... done Removing intermediate container 48aceddd330f [2022-05-23T14:19:29.421Z] ---> a746ccd134fa [2022-05-23T14:19:29.421Z] [2022-05-23T14:19:29.421Z] Step 10/23 : FROM alpine:3.14 [2022-05-23T14:19:29.421Z] ---> ac73e934f311 [2022-05-23T14:19:29.421Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-05-23T14:19:29.421Z] ---> Using cache [2022-05-23T14:19:29.421Z] ---> 78cfdd00ceb6 [2022-05-23T14:19:29.421Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-05-23T14:19:29.421Z] ---> Using cache [2022-05-23T14:19:29.421Z] ---> 7407fbad1c5d [2022-05-23T14:19:29.421Z] Step 13/23 : ENV APP_PORT=59882 [2022-05-23T14:19:29.421Z] ---> Running in 2ba80a1f4918 [2022-05-23T14:19:29.421Z] Removing intermediate container 2ba80a1f4918 [2022-05-23T14:19:29.421Z] ---> 59b99ab6aa50 [2022-05-23T14:19:29.421Z] Step 14/23 : EXPOSE $APP_PORT [2022-05-23T14:19:29.421Z] ---> Running in 0c2878b83852 [2022-05-23T14:19:29.421Z] Removing intermediate container 0c2878b83852 [2022-05-23T14:19:29.421Z] ---> 700398a23169 [2022-05-23T14:19:29.421Z] Step 15/23 : WORKDIR / [2022-05-23T14:19:29.421Z] ---> Running in bc52ef571bf9 [2022-05-23T14:19:29.421Z] Removing intermediate container bc52ef571bf9 [2022-05-23T14:19:29.421Z] ---> d4fa4ca92ef8 [2022-05-23T14:19:29.421Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-05-23T14:19:30.047Z] ---> e53b96c29730 [2022-05-23T14:19:30.047Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-05-23T14:19:31.506Z] ---> 667bfff56ec8 [2022-05-23T14:19:31.506Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-05-23T14:19:32.502Z] ---> 54909831c74a [2022-05-23T14:19:32.502Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-05-23T14:19:32.502Z] ---> Running in 1f5180a352f2 [2022-05-23T14:19:32.801Z] Removing intermediate container 1f5180a352f2 [2022-05-23T14:19:32.801Z] ---> 171bbe63d036 [2022-05-23T14:19:32.801Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-23T14:19:33.078Z] ---> Running in 95c68dbc45ae [2022-05-23T14:19:33.684Z] Removing intermediate container 95c68dbc45ae [2022-05-23T14:19:33.684Z] ---> 8c0936c54d39 [2022-05-23T14:19:33.684Z] Step 21/23 : LABEL arch=arm64 [2022-05-23T14:19:33.684Z] ---> Running in 84040af7eb23 [2022-05-23T14:19:33.980Z] Removing intermediate container 84040af7eb23 [2022-05-23T14:19:33.980Z] ---> 702ddf755ad3 [2022-05-23T14:19:33.980Z] Step 22/23 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:19:34.264Z] ---> Running in 1bb9c22156c1 [2022-05-23T14:19:34.557Z] Removing intermediate container 1bb9c22156c1 [2022-05-23T14:19:34.557Z] ---> f1ef5dd304ab [2022-05-23T14:19:34.557Z] Step 23/23 : LABEL version=2.2.1-dev.4 [2022-05-23T14:19:34.836Z] ---> Running in 73e6b24fc544 [2022-05-23T14:19:35.444Z] Removing intermediate container 73e6b24fc544 [2022-05-23T14:19:35.444Z] ---> 47bfff80f32d [2022-05-23T14:19:35.444Z] [2022-05-23T14:19:35.723Z] Successfully built 47bfff80f32d [2022-05-23T14:19:35.723Z] Successfully tagged core-command-arm64:latest [2022-05-23T14:31:44.567Z]  Building core-command ... done Building bin/spire-agent... [2022-05-23T14:31:44.567Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-23T14:31:44.567Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-23T14:31:44.567Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-23T14:31:44.567Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-23T14:31:44.567Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-23T14:31:44.567Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-23T14:31:44.567Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-23T14:31:44.567Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-23T14:31:44.567Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-23T14:31:44.567Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-23T14:31:44.567Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-23T14:31:44.567Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-23T14:31:44.567Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-23T14:36:37.191Z] Building bin/spire-agent... [2022-05-23T14:36:37.191Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-23T14:36:37.191Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-23T14:36:37.191Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-23T14:36:37.191Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-23T14:36:37.191Z] Building bin/spire-agent... [2022-05-23T14:36:38.651Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-05-23T14:36:38.651Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-23T14:36:38.926Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-05-23T14:36:40.368Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-23T14:36:40.368Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-23T14:36:40.972Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-23T14:36:40.972Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-23T14:36:40.972Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-23T14:36:40.972Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-23T14:36:40.972Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-23T14:36:41.251Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-23T14:36:42.690Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-05-23T14:36:42.690Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-05-23T14:36:43.291Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-05-23T14:36:44.279Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-05-23T14:36:44.279Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-05-23T14:36:44.888Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-05-23T14:36:44.888Z] go: downloading github.com/docker/go-units v0.4.0 [2022-05-23T14:36:44.888Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-05-23T14:36:44.888Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-05-23T14:36:45.168Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-05-23T14:36:45.168Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-05-23T14:36:48.580Z] Removing intermediate container 4451d90a3bc8 [2022-05-23T14:36:48.580Z] ---> d45f3dc45961 [2022-05-23T14:36:48.580Z] [2022-05-23T14:36:48.580Z] Step 13/26 : FROM alpine:3.15 [2022-05-23T14:36:48.580Z] ---> 3fb3c9af89a9 [2022-05-23T14:36:48.580Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T14:36:48.580Z] ---> Using cache [2022-05-23T14:36:48.580Z] ---> d520864a8a08 [2022-05-23T14:36:48.580Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T14:36:48.580Z] ---> Using cache [2022-05-23T14:36:48.580Z] ---> 5ae880f4b4fe [2022-05-23T14:36:48.580Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-23T14:36:50.567Z] ---> Running in c0de67454dec [2022-05-23T14:36:52.564Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T14:36:53.177Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T14:36:54.627Z] v3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T14:36:54.627Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T14:36:54.627Z] OK: 15734 distinct packages available [2022-05-23T14:36:54.905Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T14:36:55.906Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T14:36:57.006Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-05-23T14:36:58.641Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-05-23T14:36:58.641Z] (3/5) Installing libucontext (1.1-r0) [2022-05-23T14:36:58.641Z] (4/5) Installing gcompat (1.0.0-r4) [2022-05-23T14:36:59.321Z] (5/5) Installing openssl (1.1.1o-r0) [2022-05-23T14:37:02.002Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T14:37:02.002Z] OK: 6 MiB in 19 packages [2022-05-23T14:37:03.461Z] Removing intermediate container c0de67454dec [2022-05-23T14:37:03.461Z] ---> 3af3f7c00e9b [2022-05-23T14:37:03.461Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-05-23T14:37:07.824Z] ---> 8b0dff480de9 [2022-05-23T14:37:07.824Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-23T14:37:13.291Z] ---> 04090bf097e6 [2022-05-23T14:37:13.291Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-05-23T14:37:13.574Z] ---> 5f301fa8a595 [2022-05-23T14:37:13.575Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-05-23T14:37:14.587Z] ---> 6f3cffcb2f34 [2022-05-23T14:37:14.587Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-05-23T14:37:15.596Z] ---> 882678782ebc [2022-05-23T14:37:15.596Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-23T14:37:15.596Z] ---> Running in 1afe1c938f70 [2022-05-23T14:37:16.207Z] Removing intermediate container 1afe1c938f70 [2022-05-23T14:37:16.207Z] ---> 4cc79e551658 [2022-05-23T14:37:16.207Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-23T14:37:16.501Z] ---> Running in fa825cd5394f [2022-05-23T14:37:17.117Z] Removing intermediate container fa825cd5394f [2022-05-23T14:37:17.117Z] ---> 4b05d0cc9aa3 [2022-05-23T14:37:17.117Z] Step 24/26 : LABEL arch=arm64 [2022-05-23T14:37:17.117Z] ---> Running in 49762d28b8e6 [2022-05-23T14:37:17.744Z] Removing intermediate container 49762d28b8e6 [2022-05-23T14:37:17.744Z] ---> 8c0518990c44 [2022-05-23T14:37:17.744Z] Step 25/26 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:37:17.744Z] ---> Running in 55ed9865d1da [2022-05-23T14:37:18.367Z] Removing intermediate container 55ed9865d1da [2022-05-23T14:37:18.367Z] ---> aebf5326ce6b [2022-05-23T14:37:18.367Z] Step 26/26 : LABEL version=2.2.1-dev.4 [2022-05-23T14:37:18.646Z] ---> Running in d280638bb297 [2022-05-23T14:37:19.259Z] Removing intermediate container d280638bb297 [2022-05-23T14:37:19.259Z] ---> 8670ecaf3931 [2022-05-23T14:37:19.259Z] [2022-05-23T14:37:19.259Z] Successfully built 8670ecaf3931 [2022-05-23T14:37:19.259Z] Successfully tagged security-spire-agent-arm64:latest [2022-05-23T14:41:56.769Z]  Building security-spire-agent ... done Removing intermediate container ac153891ed89 [2022-05-23T14:41:56.769Z] ---> 13e5da1d0275 [2022-05-23T14:41:56.769Z] [2022-05-23T14:41:56.769Z] Step 13/26 : FROM alpine:3.15 [2022-05-23T14:41:56.769Z] ---> 3fb3c9af89a9 [2022-05-23T14:41:56.769Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T14:41:56.769Z] ---> Using cache [2022-05-23T14:41:56.769Z] ---> d520864a8a08 [2022-05-23T14:41:56.769Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T14:41:56.769Z] ---> Using cache [2022-05-23T14:41:56.769Z] ---> 5ae880f4b4fe [2022-05-23T14:41:56.769Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-05-23T14:41:56.769Z] Removing intermediate container 5da67f4003ce [2022-05-23T14:41:56.769Z] ---> a7fb1f85391d [2022-05-23T14:41:56.769Z] [2022-05-23T14:41:56.769Z] Step 13/25 : FROM alpine:3.15 [2022-05-23T14:41:56.769Z] ---> 3fb3c9af89a9 [2022-05-23T14:41:56.769Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-05-23T14:41:56.769Z] ---> Using cache [2022-05-23T14:41:56.769Z] ---> d520864a8a08 [2022-05-23T14:41:56.769Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T14:41:56.769Z] ---> Using cache [2022-05-23T14:41:56.769Z] ---> 5ae880f4b4fe [2022-05-23T14:41:56.769Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-05-23T14:41:56.769Z] ---> Using cache [2022-05-23T14:41:56.769Z] ---> 3af3f7c00e9b [2022-05-23T14:41:56.769Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-23T14:41:56.769Z] ---> Running in 7327403bdb6a [2022-05-23T14:41:56.769Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T14:41:56.769Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T14:41:56.769Z] v3.15.4-159-g555cb2ef19 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-05-23T14:41:56.769Z] v3.15.4-162-gef5e0c6f96 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-05-23T14:41:56.769Z] OK: 15734 distinct packages available [2022-05-23T14:41:56.769Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T14:41:56.769Z] ---> 21de44f69df1 [2022-05-23T14:41:56.769Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-05-23T14:41:56.769Z] ---> ff3e5e95aa14 [2022-05-23T14:41:56.769Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-05-23T14:41:56.769Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T14:41:56.769Z] ---> c2da1e37dea9 [2022-05-23T14:41:56.770Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-05-23T14:41:56.770Z] ---> b771e7c815ce [2022-05-23T14:41:56.770Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-23T14:41:56.770Z] ---> Running in 14a5f9e6324f [2022-05-23T14:41:56.770Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-05-23T14:41:56.770Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-05-23T14:41:56.770Z] (3/4) Installing libucontext (1.1-r0) [2022-05-23T14:41:56.770Z] (4/4) Installing gcompat (1.0.0-r4) [2022-05-23T14:41:56.770Z] Removing intermediate container 14a5f9e6324f [2022-05-23T14:41:56.770Z] ---> 23477313caa7 [2022-05-23T14:41:56.770Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-23T14:41:56.770Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T14:41:56.770Z] OK: 6 MiB in 18 packages [2022-05-23T14:41:56.770Z] ---> Running in 4471cf6359c2 [2022-05-23T14:41:56.770Z] Removing intermediate container 4471cf6359c2 [2022-05-23T14:41:56.770Z] ---> 426f51d4a0cd [2022-05-23T14:41:56.770Z] Step 23/25 : LABEL arch=arm64 [2022-05-23T14:41:56.770Z] ---> Running in 2f112b7bc069 [2022-05-23T14:41:56.770Z] Removing intermediate container 7327403bdb6a [2022-05-23T14:41:56.770Z] ---> e6aefcd0ce1c [2022-05-23T14:41:56.770Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-05-23T14:41:56.770Z] Removing intermediate container 2f112b7bc069 [2022-05-23T14:41:56.770Z] ---> bd095e2fd5b6 [2022-05-23T14:41:56.770Z] Step 24/25 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:41:56.770Z] ---> Running in 685a1dc0f9a8 [2022-05-23T14:41:56.770Z] Removing intermediate container 685a1dc0f9a8 [2022-05-23T14:41:56.770Z] ---> 998a03a01f15 [2022-05-23T14:41:56.770Z] Step 25/25 : LABEL version=2.2.1-dev.4 [2022-05-23T14:41:56.770Z] ---> Running in d36cb529e16f [2022-05-23T14:41:56.770Z] Removing intermediate container d36cb529e16f [2022-05-23T14:41:56.770Z] ---> 0214a3500987 [2022-05-23T14:41:56.770Z] [2022-05-23T14:41:56.770Z] Successfully built 0214a3500987 [2022-05-23T14:41:56.770Z] Successfully tagged security-spire-server-arm64:latest [2022-05-23T14:41:56.770Z]  Building security-spire-server ... done  ---> 10d65d7aaaa8 [2022-05-23T14:41:56.770Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-05-23T14:41:56.770Z] ---> a388841dc4ad [2022-05-23T14:41:56.770Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-05-23T14:41:56.770Z] ---> Running in 44afa49f7709 [2022-05-23T14:41:56.770Z] Removing intermediate container 44afa49f7709 [2022-05-23T14:41:56.770Z] ---> a6fd2ff5fecf [2022-05-23T14:41:56.770Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-05-23T14:41:56.770Z] ---> 4eb5721596e2 [2022-05-23T14:41:56.770Z] Step 21/26 : WORKDIR / [2022-05-23T14:41:57.048Z] ---> Running in aa1f6733072b [2022-05-23T14:41:57.322Z] Removing intermediate container aa1f6733072b [2022-05-23T14:41:57.322Z] ---> 04f3c1ed95f9 [2022-05-23T14:41:57.322Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-05-23T14:41:57.322Z] ---> Running in 2fd05342e448 [2022-05-23T14:41:57.597Z] Removing intermediate container 2fd05342e448 [2022-05-23T14:41:57.597Z] ---> 6262f432426c [2022-05-23T14:41:57.597Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-05-23T14:41:57.871Z] ---> Running in 8811ec759139 [2022-05-23T14:41:58.145Z] Removing intermediate container 8811ec759139 [2022-05-23T14:41:58.145Z] ---> 9c2976b2eca9 [2022-05-23T14:41:58.145Z] Step 24/26 : LABEL arch=arm64 [2022-05-23T14:41:58.145Z] ---> Running in 8fc55fc2e22e [2022-05-23T14:41:58.417Z] Removing intermediate container 8fc55fc2e22e [2022-05-23T14:41:58.417Z] ---> 347dd8fead8a [2022-05-23T14:41:58.417Z] Step 25/26 : LABEL git_sha=a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:41:58.417Z] ---> Running in 586ec5963984 [2022-05-23T14:41:58.691Z] Removing intermediate container 586ec5963984 [2022-05-23T14:41:58.691Z] ---> c88875de204d [2022-05-23T14:41:58.691Z] Step 26/26 : LABEL version=2.2.1-dev.4 [2022-05-23T14:41:58.965Z] ---> Running in 577851e21c0a [2022-05-23T14:41:59.241Z] Removing intermediate container 577851e21c0a [2022-05-23T14:41:59.241Z] ---> 4b57bbf8741c [2022-05-23T14:41:59.241Z] [2022-05-23T14:41:59.515Z] Successfully built 4b57bbf8741c [2022-05-23T14:41:59.515Z] Successfully tagged security-spire-config-arm64:latest [2022-05-23T14:41:59.805Z]  Building security-spire-config ... done  [Pipeline] } [2022-05-23T14:41:59.795Z] $ docker stop --time=1 3a8e9398c1bdb49ee31b585f727210312ff5e6b8860e3531b671dc546514c30f [2022-05-23T14:42:01.516Z] $ docker rm -f 3a8e9398c1bdb49ee31b585f727210312ff5e6b8860e3531b671dc546514c30f [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T14:42:02.076Z] + docker images [2022-05-23T14:42:02.665Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-05-23T14:42:02.665Z] security-spire-config-arm64 latest 4b57bbf8741c 4 seconds ago 85.6MB [2022-05-23T14:42:02.665Z] security-spire-server-arm64 latest 0214a3500987 10 seconds ago 86.3MB [2022-05-23T14:42:02.665Z] a7fb1f85391d 35 seconds ago 3.98GB [2022-05-23T14:42:02.665Z] 13e5da1d0275 37 seconds ago 3.98GB [2022-05-23T14:42:02.665Z] security-spire-agent-arm64 latest 8670ecaf3931 4 minutes ago 126MB [2022-05-23T14:42:02.665Z] d45f3dc45961 5 minutes ago 3.98GB [2022-05-23T14:42:02.665Z] core-command-arm64 latest 47bfff80f32d 22 minutes ago 15.5MB [2022-05-23T14:42:02.665Z] a746ccd134fa 22 minutes ago 1.15GB [2022-05-23T14:42:02.665Z] security-proxy-setup-arm64 latest f4fcc9d32402 22 minutes ago 26.1MB [2022-05-23T14:42:02.665Z] 850020e638b2 23 minutes ago 1.16GB [2022-05-23T14:42:02.665Z] core-data-arm64 latest cabae53e6ffd 27 minutes ago 21.6MB [2022-05-23T14:42:02.665Z] 5522faa09d12 28 minutes ago 1.18GB [2022-05-23T14:42:02.665Z] security-bootstrapper-arm64 latest f7167725c0e4 28 minutes ago 18.3MB [2022-05-23T14:42:02.665Z] edea20684d80 29 minutes ago 1.15GB [2022-05-23T14:42:02.665Z] support-notifications-arm64 latest 7b02e1d68b6b 34 minutes ago 25.8MB [2022-05-23T14:42:02.665Z] dfcb1d19bb40 35 minutes ago 1.21GB [2022-05-23T14:42:02.665Z] support-scheduler-arm64 latest cc45e57bc890 35 minutes ago 25.2MB [2022-05-23T14:42:02.665Z] 8deeeac671db 35 minutes ago 1.21GB [2022-05-23T14:42:02.665Z] security-spiffe-token-provider-arm64 latest f0792238d391 43 minutes ago 27.9MB [2022-05-23T14:42:02.665Z] sys-mgmt-agent-arm64 latest fdb77ddaa196 44 minutes ago 282MB [2022-05-23T14:42:02.665Z] e01c1fd4748d 44 minutes ago 1.2GB [2022-05-23T14:42:02.665Z] security-secretstore-setup-arm64 latest 569e79c62743 45 minutes ago 27.5MB [2022-05-23T14:42:02.665Z] core-metadata-arm64 latest 30357e36319f 45 minutes ago 16.3MB [2022-05-23T14:42:02.665Z] f9fd300c495f 46 minutes ago 1.15GB [2022-05-23T14:42:02.666Z] 7ac07bddb757 46 minutes ago 1.16GB [2022-05-23T14:42:02.666Z] 245e31bc77e4 46 minutes ago 1.15GB [2022-05-23T14:42:02.666Z] ci-base-image-arm64 latest d13d6e8829a3 53 minutes ago 885MB [2022-05-23T14:42:02.666Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 725f1c02e7f9 4 weeks ago 551MB [2022-05-23T14:42:02.666Z] docker 20.10.14 c346e9eafbab 6 weeks ago 202MB [2022-05-23T14:42:02.666Z] alpine 3.14 ac73e934f311 6 weeks ago 5.34MB [2022-05-23T14:42:02.666Z] alpine 3.15 3fb3c9af89a9 6 weeks ago 5.32MB [2022-05-23T14:42:02.666Z] 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-23T14:42:02.791Z] provisioning config files... [2022-05-23T14:42:02.810Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/232@tmp/config2383371750396007789tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T14:42:03.154Z] ---> docker-login.sh [2022-05-23T14:42:03.154Z] nexus3.edgexfoundry.org:10001 [2022-05-23T14:42:03.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T14:42:03.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T14:42:03.425Z] Configure a credential helper to remove this warning. See [2022-05-23T14:42:03.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T14:42:03.425Z] [2022-05-23T14:42:03.425Z] Login Succeeded [2022-05-23T14:42:03.425Z] nexus3.edgexfoundry.org:10002 [2022-05-23T14:42:04.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T14:42:04.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T14:42:04.015Z] Configure a credential helper to remove this warning. See [2022-05-23T14:42:04.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T14:42:04.015Z] [2022-05-23T14:42:04.015Z] Login Succeeded [2022-05-23T14:42:04.015Z] nexus3.edgexfoundry.org:10003 [2022-05-23T14:42:04.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T14:42:04.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T14:42:04.556Z] Configure a credential helper to remove this warning. See [2022-05-23T14:42:04.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T14:42:04.556Z] [2022-05-23T14:42:04.556Z] Login Succeeded [2022-05-23T14:42:04.556Z] nexus3.edgexfoundry.org:10004 [2022-05-23T14:42:04.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T14:42:05.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T14:42:05.102Z] Configure a credential helper to remove this warning. See [2022-05-23T14:42:05.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T14:42:05.102Z] [2022-05-23T14:42:05.102Z] Login Succeeded [2022-05-23T14:42:05.102Z] docker.io [2022-05-23T14:42:05.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T14:42:05.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T14:42:05.643Z] Configure a credential helper to remove this warning. See [2022-05-23T14:42:05.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T14:42:05.643Z] [2022-05-23T14:42:05.643Z] Login Succeeded [2022-05-23T14:42:05.914Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T14:42:05.930Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T14:42:05.961Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T14:42:05.987Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2022-05-23T14:42:05.987Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:05.987Z] latest [2022-05-23T14:42:05.987Z] 2.2.1-dev.4 [2022-05-23T14:42:05.987Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:05.987Z] main [2022-05-23T14:42:05.987Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:06.352Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:06.912Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:06.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-05-23T14:42:06.912Z] c0c21595453f: Preparing [2022-05-23T14:42:06.912Z] 73eaa1327553: Preparing [2022-05-23T14:42:06.912Z] 67558a0416f6: Preparing [2022-05-23T14:42:06.912Z] 2c8c61ded6fa: Preparing [2022-05-23T14:42:06.912Z] f73e7dbfee58: Preparing [2022-05-23T14:42:07.182Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:07.182Z] c0c21595453f: Pushed [2022-05-23T14:42:07.182Z] 2c8c61ded6fa: Pushed [2022-05-23T14:42:07.182Z] 67558a0416f6: Pushed [2022-05-23T14:42:09.798Z] 73eaa1327553: Pushed [2022-05-23T14:42:10.069Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:af01883adbe062023c33a4d9172e17bd2d9501d450718991fa7c089adb377d15 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:10.422Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:10.766Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-05-23T14:42:10.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-05-23T14:42:10.766Z] c0c21595453f: Preparing [2022-05-23T14:42:10.766Z] 73eaa1327553: Preparing [2022-05-23T14:42:10.766Z] 67558a0416f6: Preparing [2022-05-23T14:42:10.766Z] 2c8c61ded6fa: Preparing [2022-05-23T14:42:10.766Z] f73e7dbfee58: Preparing [2022-05-23T14:42:10.766Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:10.766Z] c0c21595453f: Layer already exists [2022-05-23T14:42:10.766Z] 2c8c61ded6fa: Layer already exists [2022-05-23T14:42:10.766Z] 73eaa1327553: Layer already exists [2022-05-23T14:42:10.766Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:11.038Z] latest: digest: sha256:af01883adbe062023c33a4d9172e17bd2d9501d450718991fa7c089adb377d15 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:11.386Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:11.731Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.4 [2022-05-23T14:42:11.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-05-23T14:42:11.731Z] c0c21595453f: Preparing [2022-05-23T14:42:11.731Z] 73eaa1327553: Preparing [2022-05-23T14:42:11.731Z] 67558a0416f6: Preparing [2022-05-23T14:42:11.731Z] 2c8c61ded6fa: Preparing [2022-05-23T14:42:11.731Z] f73e7dbfee58: Preparing [2022-05-23T14:42:11.731Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:11.731Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:12.001Z] 73eaa1327553: Layer already exists [2022-05-23T14:42:12.001Z] c0c21595453f: Layer already exists [2022-05-23T14:42:12.001Z] 2c8c61ded6fa: Layer already exists [2022-05-23T14:42:12.001Z] 2.2.1-dev.4: digest: sha256:af01883adbe062023c33a4d9172e17bd2d9501d450718991fa7c089adb377d15 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:12.376Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:13.932Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:13.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-05-23T14:42:13.932Z] c0c21595453f: Preparing [2022-05-23T14:42:13.932Z] 73eaa1327553: Preparing [2022-05-23T14:42:13.932Z] 67558a0416f6: Preparing [2022-05-23T14:42:13.932Z] 2c8c61ded6fa: Preparing [2022-05-23T14:42:13.932Z] f73e7dbfee58: Preparing [2022-05-23T14:42:13.932Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:13.932Z] 73eaa1327553: Layer already exists [2022-05-23T14:42:13.932Z] c0c21595453f: Layer already exists [2022-05-23T14:42:13.932Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:13.932Z] 2c8c61ded6fa: Layer already exists [2022-05-23T14:42:14.960Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:af01883adbe062023c33a4d9172e17bd2d9501d450718991fa7c089adb377d15 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:15.314Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:15.663Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2022-05-23T14:42:15.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-05-23T14:42:15.663Z] c0c21595453f: Preparing [2022-05-23T14:42:15.663Z] 73eaa1327553: Preparing [2022-05-23T14:42:15.663Z] 67558a0416f6: Preparing [2022-05-23T14:42:15.663Z] 2c8c61ded6fa: Preparing [2022-05-23T14:42:15.663Z] f73e7dbfee58: Preparing [2022-05-23T14:42:15.663Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:15.663Z] c0c21595453f: Layer already exists [2022-05-23T14:42:15.663Z] 2c8c61ded6fa: Layer already exists [2022-05-23T14:42:15.663Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:15.663Z] 73eaa1327553: Layer already exists [2022-05-23T14:42:15.952Z] main: digest: sha256:af01883adbe062023c33a4d9172e17bd2d9501d450718991fa7c089adb377d15 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T14:42:16.000Z] ===================================================== [Pipeline] echo [2022-05-23T14:42:16.011Z] taggedImages: [2022-05-23T14:42:16.011Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:16.011Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-05-23T14:42:16.011Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.4 [2022-05-23T14:42:16.011Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:16.011Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2022-05-23T14:42:16.035Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2022-05-23T14:42:16.035Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:16.035Z] latest [2022-05-23T14:42:16.035Z] 2.2.1-dev.4 [2022-05-23T14:42:16.035Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:16.035Z] main [2022-05-23T14:42:16.035Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:16.393Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:16.735Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:16.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-05-23T14:42:16.735Z] 057edb867eb3: Preparing [2022-05-23T14:42:16.735Z] 6f4fd0138cba: Preparing [2022-05-23T14:42:16.735Z] 67558a0416f6: Preparing [2022-05-23T14:42:16.735Z] 1be3b64ab050: Preparing [2022-05-23T14:42:16.735Z] 6920dd6c2959: Preparing [2022-05-23T14:42:16.735Z] f73e7dbfee58: Preparing [2022-05-23T14:42:16.735Z] f73e7dbfee58: Waiting [2022-05-23T14:42:17.008Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:17.008Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:17.008Z] 6920dd6c2959: Pushed [2022-05-23T14:42:17.008Z] 057edb867eb3: Pushed [2022-05-23T14:42:17.988Z] 1be3b64ab050: Pushed [2022-05-23T14:42:20.606Z] 6f4fd0138cba: Pushed [2022-05-23T14:42:20.878Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:e438643c4c5857c7b2046f1efea847d4cd619126785ad7c8010974a2151decdc size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:21.269Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:21.647Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-05-23T14:42:21.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-05-23T14:42:21.647Z] 057edb867eb3: Preparing [2022-05-23T14:42:21.647Z] 6f4fd0138cba: Preparing [2022-05-23T14:42:21.647Z] 67558a0416f6: Preparing [2022-05-23T14:42:21.647Z] 1be3b64ab050: Preparing [2022-05-23T14:42:21.647Z] 6920dd6c2959: Preparing [2022-05-23T14:42:21.647Z] f73e7dbfee58: Preparing [2022-05-23T14:42:21.647Z] f73e7dbfee58: Waiting [2022-05-23T14:42:21.925Z] 057edb867eb3: Layer already exists [2022-05-23T14:42:21.925Z] 6f4fd0138cba: Layer already exists [2022-05-23T14:42:21.925Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:21.925Z] 6920dd6c2959: Layer already exists [2022-05-23T14:42:21.925Z] 1be3b64ab050: Layer already exists [2022-05-23T14:42:21.925Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:21.925Z] latest: digest: sha256:e438643c4c5857c7b2046f1efea847d4cd619126785ad7c8010974a2151decdc size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:22.282Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:22.629Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.4 [2022-05-23T14:42:22.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-05-23T14:42:22.629Z] 057edb867eb3: Preparing [2022-05-23T14:42:22.629Z] 6f4fd0138cba: Preparing [2022-05-23T14:42:22.629Z] 67558a0416f6: Preparing [2022-05-23T14:42:22.629Z] 1be3b64ab050: Preparing [2022-05-23T14:42:22.629Z] 6920dd6c2959: Preparing [2022-05-23T14:42:22.629Z] f73e7dbfee58: Preparing [2022-05-23T14:42:22.629Z] f73e7dbfee58: Waiting [2022-05-23T14:42:22.629Z] 6920dd6c2959: Layer already exists [2022-05-23T14:42:22.901Z] 6f4fd0138cba: Layer already exists [2022-05-23T14:42:22.901Z] 057edb867eb3: Layer already exists [2022-05-23T14:42:22.901Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:22.901Z] 1be3b64ab050: Layer already exists [2022-05-23T14:42:22.901Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:22.901Z] 2.2.1-dev.4: digest: sha256:e438643c4c5857c7b2046f1efea847d4cd619126785ad7c8010974a2151decdc size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:23.250Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:23.591Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:23.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-05-23T14:42:23.591Z] 057edb867eb3: Preparing [2022-05-23T14:42:23.591Z] 6f4fd0138cba: Preparing [2022-05-23T14:42:23.591Z] 67558a0416f6: Preparing [2022-05-23T14:42:23.591Z] 1be3b64ab050: Preparing [2022-05-23T14:42:23.591Z] 6920dd6c2959: Preparing [2022-05-23T14:42:23.591Z] f73e7dbfee58: Preparing [2022-05-23T14:42:23.591Z] f73e7dbfee58: Waiting [2022-05-23T14:42:23.591Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:23.591Z] 1be3b64ab050: Layer already exists [2022-05-23T14:42:23.591Z] 6f4fd0138cba: Layer already exists [2022-05-23T14:42:23.591Z] 6920dd6c2959: Layer already exists [2022-05-23T14:42:23.591Z] 057edb867eb3: Layer already exists [2022-05-23T14:42:23.591Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:23.863Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:e438643c4c5857c7b2046f1efea847d4cd619126785ad7c8010974a2151decdc size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:24.213Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:24.558Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2022-05-23T14:42:24.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-05-23T14:42:24.558Z] 057edb867eb3: Preparing [2022-05-23T14:42:24.558Z] 6f4fd0138cba: Preparing [2022-05-23T14:42:24.558Z] 67558a0416f6: Preparing [2022-05-23T14:42:24.558Z] 1be3b64ab050: Preparing [2022-05-23T14:42:24.558Z] 6920dd6c2959: Preparing [2022-05-23T14:42:24.558Z] f73e7dbfee58: Preparing [2022-05-23T14:42:24.558Z] f73e7dbfee58: Waiting [2022-05-23T14:42:24.831Z] 6f4fd0138cba: Layer already exists [2022-05-23T14:42:24.831Z] 057edb867eb3: Layer already exists [2022-05-23T14:42:24.831Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:24.831Z] 6920dd6c2959: Layer already exists [2022-05-23T14:42:24.831Z] 1be3b64ab050: Layer already exists [2022-05-23T14:42:24.831Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:24.831Z] main: digest: sha256:e438643c4c5857c7b2046f1efea847d4cd619126785ad7c8010974a2151decdc size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T14:42:24.887Z] ===================================================== [Pipeline] echo [2022-05-23T14:42:24.897Z] taggedImages: [2022-05-23T14:42:24.897Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:24.897Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-05-23T14:42:24.897Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.4 [2022-05-23T14:42:24.897Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:24.897Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2022-05-23T14:42:24.922Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2022-05-23T14:42:24.922Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:24.922Z] latest [2022-05-23T14:42:24.922Z] 2.2.1-dev.4 [2022-05-23T14:42:24.922Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:24.922Z] main [2022-05-23T14:42:24.922Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:25.282Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:25.631Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:25.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-05-23T14:42:25.631Z] 0447d48bf7a3: Preparing [2022-05-23T14:42:25.631Z] 19542d9e6a22: Preparing [2022-05-23T14:42:25.631Z] 67558a0416f6: Preparing [2022-05-23T14:42:25.631Z] 2c8c61ded6fa: Preparing [2022-05-23T14:42:25.631Z] f73e7dbfee58: Preparing [2022-05-23T14:42:25.906Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:25.906Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:25.906Z] 2c8c61ded6fa: Layer already exists [2022-05-23T14:42:25.906Z] 0447d48bf7a3: Pushed [2022-05-23T14:42:29.286Z] 19542d9e6a22: Pushed [2022-05-23T14:42:29.286Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:11aed9f9a0c766eccf4c0f947a61ae32d733aa54b52a6d134c01c7ad547b45b2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:29.638Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:29.982Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-05-23T14:42:29.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-05-23T14:42:29.982Z] 0447d48bf7a3: Preparing [2022-05-23T14:42:29.982Z] 19542d9e6a22: Preparing [2022-05-23T14:42:29.982Z] 67558a0416f6: Preparing [2022-05-23T14:42:29.982Z] 2c8c61ded6fa: Preparing [2022-05-23T14:42:29.982Z] f73e7dbfee58: Preparing [2022-05-23T14:42:29.982Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:29.982Z] 2c8c61ded6fa: Layer already exists [2022-05-23T14:42:29.982Z] 19542d9e6a22: Layer already exists [2022-05-23T14:42:29.982Z] 0447d48bf7a3: Layer already exists [2022-05-23T14:42:29.982Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:30.254Z] latest: digest: sha256:11aed9f9a0c766eccf4c0f947a61ae32d733aa54b52a6d134c01c7ad547b45b2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:30.609Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:30.958Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.4 [2022-05-23T14:42:30.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-05-23T14:42:30.958Z] 0447d48bf7a3: Preparing [2022-05-23T14:42:30.958Z] 19542d9e6a22: Preparing [2022-05-23T14:42:30.958Z] 67558a0416f6: Preparing [2022-05-23T14:42:30.958Z] 2c8c61ded6fa: Preparing [2022-05-23T14:42:30.958Z] f73e7dbfee58: Preparing [2022-05-23T14:42:31.229Z] 2c8c61ded6fa: Layer already exists [2022-05-23T14:42:31.229Z] 19542d9e6a22: Layer already exists [2022-05-23T14:42:31.229Z] 0447d48bf7a3: Layer already exists [2022-05-23T14:42:31.229Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:31.229Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:31.229Z] 2.2.1-dev.4: digest: sha256:11aed9f9a0c766eccf4c0f947a61ae32d733aa54b52a6d134c01c7ad547b45b2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:31.825Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:33.588Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:33.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-05-23T14:42:33.588Z] 0447d48bf7a3: Preparing [2022-05-23T14:42:33.588Z] 19542d9e6a22: Preparing [2022-05-23T14:42:33.588Z] 67558a0416f6: Preparing [2022-05-23T14:42:33.588Z] 2c8c61ded6fa: Preparing [2022-05-23T14:42:33.588Z] f73e7dbfee58: Preparing [2022-05-23T14:42:33.588Z] 2c8c61ded6fa: Layer already exists [2022-05-23T14:42:33.588Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:33.588Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:33.588Z] 0447d48bf7a3: Layer already exists [2022-05-23T14:42:33.588Z] 19542d9e6a22: Layer already exists [2022-05-23T14:42:34.417Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:11aed9f9a0c766eccf4c0f947a61ae32d733aa54b52a6d134c01c7ad547b45b2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:35.266Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:35.613Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2022-05-23T14:42:35.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-05-23T14:42:35.614Z] 0447d48bf7a3: Preparing [2022-05-23T14:42:35.614Z] 19542d9e6a22: Preparing [2022-05-23T14:42:35.614Z] 67558a0416f6: Preparing [2022-05-23T14:42:35.614Z] 2c8c61ded6fa: Preparing [2022-05-23T14:42:35.614Z] f73e7dbfee58: Preparing [2022-05-23T14:42:35.614Z] 2c8c61ded6fa: Layer already exists [2022-05-23T14:42:35.614Z] 19542d9e6a22: Layer already exists [2022-05-23T14:42:35.614Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:35.614Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:35.614Z] 0447d48bf7a3: Layer already exists [2022-05-23T14:42:35.886Z] main: digest: sha256:11aed9f9a0c766eccf4c0f947a61ae32d733aa54b52a6d134c01c7ad547b45b2 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T14:42:35.946Z] ===================================================== [Pipeline] echo [2022-05-23T14:42:35.958Z] taggedImages: [2022-05-23T14:42:35.958Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:35.958Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-05-23T14:42:35.958Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.4 [2022-05-23T14:42:35.958Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:35.958Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2022-05-23T14:42:35.976Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2022-05-23T14:42:35.976Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:35.976Z] latest [2022-05-23T14:42:35.976Z] 2.2.1-dev.4 [2022-05-23T14:42:35.976Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:35.976Z] main [2022-05-23T14:42:35.976Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:36.350Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:36.713Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:36.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-05-23T14:42:36.714Z] 7e38a21ea78e: Preparing [2022-05-23T14:42:36.714Z] 7e38a21ea78e: Preparing [2022-05-23T14:42:36.714Z] a458639b5f0e: Preparing [2022-05-23T14:42:36.714Z] 2bd06a088f55: Preparing [2022-05-23T14:42:36.714Z] df9eac19ae9f: Preparing [2022-05-23T14:42:36.714Z] a436036a0b40: Preparing [2022-05-23T14:42:36.714Z] 67558a0416f6: Preparing [2022-05-23T14:42:36.714Z] 8e4fc2205f4d: Preparing [2022-05-23T14:42:36.714Z] 4f6117dca7a1: Preparing [2022-05-23T14:42:36.714Z] 9f065a3f8ddb: Preparing [2022-05-23T14:42:36.714Z] b4f6c0d8002b: Preparing [2022-05-23T14:42:36.714Z] f73e7dbfee58: Preparing [2022-05-23T14:42:36.714Z] 67558a0416f6: Waiting [2022-05-23T14:42:36.714Z] 4f6117dca7a1: Waiting [2022-05-23T14:42:36.714Z] 9f065a3f8ddb: Waiting [2022-05-23T14:42:36.714Z] b4f6c0d8002b: Waiting [2022-05-23T14:42:36.714Z] f73e7dbfee58: Waiting [2022-05-23T14:42:36.714Z] 8e4fc2205f4d: Waiting [2022-05-23T14:42:36.990Z] df9eac19ae9f: Pushed [2022-05-23T14:42:36.990Z] 2bd06a088f55: Pushed [2022-05-23T14:42:36.990Z] 7e38a21ea78e: Pushed [2022-05-23T14:42:36.990Z] a458639b5f0e: Pushed [2022-05-23T14:42:36.990Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:37.263Z] 8e4fc2205f4d: Pushed [2022-05-23T14:42:37.263Z] 4f6117dca7a1: Pushed [2022-05-23T14:42:37.263Z] 9f065a3f8ddb: Pushed [2022-05-23T14:42:37.263Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:37.263Z] b4f6c0d8002b: Pushed [2022-05-23T14:42:40.645Z] a436036a0b40: Pushed [2022-05-23T14:42:40.645Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:c7d0133324f16a56010d67e7e77650bd5c52ae5d5817a5fa070443e95571a9ae size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:41.274Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:41.620Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-05-23T14:42:41.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-05-23T14:42:41.620Z] 7e38a21ea78e: Preparing [2022-05-23T14:42:41.620Z] 7e38a21ea78e: Preparing [2022-05-23T14:42:41.620Z] a458639b5f0e: Preparing [2022-05-23T14:42:41.620Z] 2bd06a088f55: Preparing [2022-05-23T14:42:41.620Z] df9eac19ae9f: Preparing [2022-05-23T14:42:41.620Z] a436036a0b40: Preparing [2022-05-23T14:42:41.620Z] 67558a0416f6: Preparing [2022-05-23T14:42:41.620Z] 8e4fc2205f4d: Preparing [2022-05-23T14:42:41.620Z] 4f6117dca7a1: Preparing [2022-05-23T14:42:41.620Z] 9f065a3f8ddb: Preparing [2022-05-23T14:42:41.620Z] b4f6c0d8002b: Preparing [2022-05-23T14:42:41.620Z] f73e7dbfee58: Preparing [2022-05-23T14:42:41.620Z] 67558a0416f6: Waiting [2022-05-23T14:42:41.620Z] 8e4fc2205f4d: Waiting [2022-05-23T14:42:41.620Z] 4f6117dca7a1: Waiting [2022-05-23T14:42:41.620Z] 9f065a3f8ddb: Waiting [2022-05-23T14:42:41.620Z] f73e7dbfee58: Waiting [2022-05-23T14:42:41.620Z] b4f6c0d8002b: Waiting [2022-05-23T14:42:41.620Z] 7e38a21ea78e: Layer already exists [2022-05-23T14:42:41.620Z] df9eac19ae9f: Layer already exists [2022-05-23T14:42:41.620Z] a436036a0b40: Layer already exists [2022-05-23T14:42:41.620Z] 2bd06a088f55: Layer already exists [2022-05-23T14:42:41.620Z] a458639b5f0e: Layer already exists [2022-05-23T14:42:41.891Z] b4f6c0d8002b: Layer already exists [2022-05-23T14:42:41.891Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:41.891Z] 9f065a3f8ddb: Layer already exists [2022-05-23T14:42:41.891Z] 4f6117dca7a1: Layer already exists [2022-05-23T14:42:41.891Z] 8e4fc2205f4d: Layer already exists [2022-05-23T14:42:41.891Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:41.891Z] latest: digest: sha256:c7d0133324f16a56010d67e7e77650bd5c52ae5d5817a5fa070443e95571a9ae size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:42.239Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:42.581Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.4 [2022-05-23T14:42:42.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-05-23T14:42:42.581Z] 7e38a21ea78e: Preparing [2022-05-23T14:42:42.581Z] 7e38a21ea78e: Preparing [2022-05-23T14:42:42.581Z] a458639b5f0e: Preparing [2022-05-23T14:42:42.581Z] 2bd06a088f55: Preparing [2022-05-23T14:42:42.581Z] df9eac19ae9f: Preparing [2022-05-23T14:42:42.581Z] a436036a0b40: Preparing [2022-05-23T14:42:42.581Z] 67558a0416f6: Preparing [2022-05-23T14:42:42.581Z] 8e4fc2205f4d: Preparing [2022-05-23T14:42:42.581Z] 4f6117dca7a1: Preparing [2022-05-23T14:42:42.581Z] 9f065a3f8ddb: Preparing [2022-05-23T14:42:42.581Z] b4f6c0d8002b: Preparing [2022-05-23T14:42:42.581Z] f73e7dbfee58: Preparing [2022-05-23T14:42:42.581Z] 4f6117dca7a1: Waiting [2022-05-23T14:42:42.581Z] 9f065a3f8ddb: Waiting [2022-05-23T14:42:42.581Z] b4f6c0d8002b: Waiting [2022-05-23T14:42:42.581Z] f73e7dbfee58: Waiting [2022-05-23T14:42:42.581Z] 67558a0416f6: Waiting [2022-05-23T14:42:42.581Z] 8e4fc2205f4d: Waiting [2022-05-23T14:42:42.581Z] a458639b5f0e: Layer already exists [2022-05-23T14:42:42.581Z] 2bd06a088f55: Layer already exists [2022-05-23T14:42:42.581Z] a436036a0b40: Layer already exists [2022-05-23T14:42:42.851Z] 7e38a21ea78e: Layer already exists [2022-05-23T14:42:42.851Z] df9eac19ae9f: Layer already exists [2022-05-23T14:42:42.851Z] 8e4fc2205f4d: Layer already exists [2022-05-23T14:42:42.851Z] 4f6117dca7a1: Layer already exists [2022-05-23T14:42:42.851Z] b4f6c0d8002b: Layer already exists [2022-05-23T14:42:42.851Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:42.851Z] 9f065a3f8ddb: Layer already exists [2022-05-23T14:42:42.851Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:42.851Z] 2.2.1-dev.4: digest: sha256:c7d0133324f16a56010d67e7e77650bd5c52ae5d5817a5fa070443e95571a9ae size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:43.193Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:43.596Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:43.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-05-23T14:42:43.596Z] 7e38a21ea78e: Preparing [2022-05-23T14:42:43.596Z] 7e38a21ea78e: Preparing [2022-05-23T14:42:43.596Z] a458639b5f0e: Preparing [2022-05-23T14:42:43.596Z] 2bd06a088f55: Preparing [2022-05-23T14:42:43.597Z] df9eac19ae9f: Preparing [2022-05-23T14:42:43.597Z] a436036a0b40: Preparing [2022-05-23T14:42:43.597Z] 67558a0416f6: Preparing [2022-05-23T14:42:43.597Z] 8e4fc2205f4d: Preparing [2022-05-23T14:42:43.597Z] 4f6117dca7a1: Preparing [2022-05-23T14:42:43.597Z] 9f065a3f8ddb: Preparing [2022-05-23T14:42:43.597Z] b4f6c0d8002b: Preparing [2022-05-23T14:42:43.597Z] f73e7dbfee58: Preparing [2022-05-23T14:42:43.597Z] 9f065a3f8ddb: Waiting [2022-05-23T14:42:43.597Z] 67558a0416f6: Waiting [2022-05-23T14:42:43.597Z] 8e4fc2205f4d: Waiting [2022-05-23T14:42:43.597Z] 4f6117dca7a1: Waiting [2022-05-23T14:42:43.597Z] b4f6c0d8002b: Waiting [2022-05-23T14:42:43.597Z] f73e7dbfee58: Waiting [2022-05-23T14:42:43.879Z] df9eac19ae9f: Layer already exists [2022-05-23T14:42:43.879Z] a436036a0b40: Layer already exists [2022-05-23T14:42:43.879Z] 2bd06a088f55: Layer already exists [2022-05-23T14:42:43.879Z] a458639b5f0e: Layer already exists [2022-05-23T14:42:43.879Z] 7e38a21ea78e: Layer already exists [2022-05-23T14:42:43.879Z] 4f6117dca7a1: Layer already exists [2022-05-23T14:42:43.879Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:43.879Z] 8e4fc2205f4d: Layer already exists [2022-05-23T14:42:43.879Z] 9f065a3f8ddb: Layer already exists [2022-05-23T14:42:43.879Z] b4f6c0d8002b: Layer already exists [2022-05-23T14:42:43.879Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:43.879Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:c7d0133324f16a56010d67e7e77650bd5c52ae5d5817a5fa070443e95571a9ae size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:44.258Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:44.609Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2022-05-23T14:42:44.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-05-23T14:42:44.610Z] 7e38a21ea78e: Preparing [2022-05-23T14:42:44.610Z] 7e38a21ea78e: Preparing [2022-05-23T14:42:44.610Z] a458639b5f0e: Preparing [2022-05-23T14:42:44.610Z] 2bd06a088f55: Preparing [2022-05-23T14:42:44.610Z] df9eac19ae9f: Preparing [2022-05-23T14:42:44.610Z] a436036a0b40: Preparing [2022-05-23T14:42:44.610Z] 67558a0416f6: Preparing [2022-05-23T14:42:44.610Z] 8e4fc2205f4d: Preparing [2022-05-23T14:42:44.610Z] 4f6117dca7a1: Preparing [2022-05-23T14:42:44.610Z] 9f065a3f8ddb: Preparing [2022-05-23T14:42:44.610Z] b4f6c0d8002b: Preparing [2022-05-23T14:42:44.610Z] f73e7dbfee58: Preparing [2022-05-23T14:42:44.610Z] 4f6117dca7a1: Waiting [2022-05-23T14:42:44.610Z] 9f065a3f8ddb: Waiting [2022-05-23T14:42:44.610Z] b4f6c0d8002b: Waiting [2022-05-23T14:42:44.610Z] f73e7dbfee58: Waiting [2022-05-23T14:42:44.610Z] 8e4fc2205f4d: Waiting [2022-05-23T14:42:44.610Z] 67558a0416f6: Waiting [2022-05-23T14:42:44.908Z] a436036a0b40: Layer already exists [2022-05-23T14:42:44.908Z] 7e38a21ea78e: Layer already exists [2022-05-23T14:42:44.908Z] df9eac19ae9f: Layer already exists [2022-05-23T14:42:44.908Z] 2bd06a088f55: Layer already exists [2022-05-23T14:42:44.908Z] a458639b5f0e: Layer already exists [2022-05-23T14:42:44.908Z] 8e4fc2205f4d: Layer already exists [2022-05-23T14:42:44.908Z] 67558a0416f6: Layer already exists [2022-05-23T14:42:44.908Z] 9f065a3f8ddb: Layer already exists [2022-05-23T14:42:44.908Z] b4f6c0d8002b: Layer already exists [2022-05-23T14:42:44.908Z] 4f6117dca7a1: Layer already exists [2022-05-23T14:42:44.908Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:44.908Z] main: digest: sha256:c7d0133324f16a56010d67e7e77650bd5c52ae5d5817a5fa070443e95571a9ae size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T14:42:44.954Z] ===================================================== [Pipeline] echo [2022-05-23T14:42:44.963Z] taggedImages: [2022-05-23T14:42:44.963Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:44.963Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-05-23T14:42:44.963Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.4 [2022-05-23T14:42:44.963Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:44.963Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2022-05-23T14:42:44.980Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2022-05-23T14:42:44.980Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:44.980Z] latest [2022-05-23T14:42:44.980Z] 2.2.1-dev.4 [2022-05-23T14:42:44.980Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:44.980Z] main [2022-05-23T14:42:44.980Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:45.328Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:45.925Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:45.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-05-23T14:42:45.925Z] 5605e9a945a4: Preparing [2022-05-23T14:42:45.925Z] d00fc0ef5a6e: Preparing [2022-05-23T14:42:45.925Z] 3920018ec903: Preparing [2022-05-23T14:42:45.925Z] ab5bb2582098: Preparing [2022-05-23T14:42:45.925Z] fdad6fb38145: Preparing [2022-05-23T14:42:45.925Z] 3c060754eae1: Preparing [2022-05-23T14:42:45.925Z] 7a0b69dceeeb: Preparing [2022-05-23T14:42:45.925Z] f73e7dbfee58: Preparing [2022-05-23T14:42:45.925Z] 7a0b69dceeeb: Waiting [2022-05-23T14:42:45.925Z] f73e7dbfee58: Waiting [2022-05-23T14:42:45.925Z] 3c060754eae1: Waiting [2022-05-23T14:42:46.203Z] fdad6fb38145: Pushed [2022-05-23T14:42:46.203Z] d00fc0ef5a6e: Pushed [2022-05-23T14:42:46.203Z] 5605e9a945a4: Pushed [2022-05-23T14:42:46.203Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:46.478Z] 3c060754eae1: Pushed [2022-05-23T14:42:47.073Z] 7a0b69dceeeb: Pushed [2022-05-23T14:42:49.045Z] 3920018ec903: Pushed [2022-05-23T14:42:49.045Z] ab5bb2582098: Pushed [2022-05-23T14:42:49.045Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:2bd4a8ec82183062f04a471ba7411569708f4128c3f9572dfb408bab036c4fb9 size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:49.396Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:49.741Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-05-23T14:42:49.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-05-23T14:42:49.741Z] 5605e9a945a4: Preparing [2022-05-23T14:42:49.741Z] d00fc0ef5a6e: Preparing [2022-05-23T14:42:49.741Z] 3920018ec903: Preparing [2022-05-23T14:42:49.741Z] ab5bb2582098: Preparing [2022-05-23T14:42:49.741Z] fdad6fb38145: Preparing [2022-05-23T14:42:49.741Z] 3c060754eae1: Preparing [2022-05-23T14:42:49.741Z] 7a0b69dceeeb: Preparing [2022-05-23T14:42:49.741Z] f73e7dbfee58: Preparing [2022-05-23T14:42:49.741Z] 3c060754eae1: Waiting [2022-05-23T14:42:49.741Z] 7a0b69dceeeb: Waiting [2022-05-23T14:42:49.741Z] f73e7dbfee58: Waiting [2022-05-23T14:42:49.741Z] 3920018ec903: Layer already exists [2022-05-23T14:42:49.741Z] fdad6fb38145: Layer already exists [2022-05-23T14:42:49.741Z] 5605e9a945a4: Layer already exists [2022-05-23T14:42:49.741Z] d00fc0ef5a6e: Layer already exists [2022-05-23T14:42:49.741Z] ab5bb2582098: Layer already exists [2022-05-23T14:42:50.018Z] 3c060754eae1: Layer already exists [2022-05-23T14:42:50.018Z] 7a0b69dceeeb: Layer already exists [2022-05-23T14:42:50.018Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:50.018Z] latest: digest: sha256:2bd4a8ec82183062f04a471ba7411569708f4128c3f9572dfb408bab036c4fb9 size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:50.364Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:50.712Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.4 [2022-05-23T14:42:50.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-05-23T14:42:50.712Z] 5605e9a945a4: Preparing [2022-05-23T14:42:50.712Z] d00fc0ef5a6e: Preparing [2022-05-23T14:42:50.712Z] 3920018ec903: Preparing [2022-05-23T14:42:50.712Z] ab5bb2582098: Preparing [2022-05-23T14:42:50.712Z] fdad6fb38145: Preparing [2022-05-23T14:42:50.712Z] 3c060754eae1: Preparing [2022-05-23T14:42:50.712Z] 7a0b69dceeeb: Preparing [2022-05-23T14:42:50.712Z] f73e7dbfee58: Preparing [2022-05-23T14:42:50.712Z] 3c060754eae1: Waiting [2022-05-23T14:42:50.712Z] 7a0b69dceeeb: Waiting [2022-05-23T14:42:50.712Z] f73e7dbfee58: Waiting [2022-05-23T14:42:50.712Z] d00fc0ef5a6e: Layer already exists [2022-05-23T14:42:50.712Z] fdad6fb38145: Layer already exists [2022-05-23T14:42:50.712Z] 5605e9a945a4: Layer already exists [2022-05-23T14:42:50.712Z] 3920018ec903: Layer already exists [2022-05-23T14:42:50.712Z] ab5bb2582098: Layer already exists [2022-05-23T14:42:50.985Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:50.985Z] 7a0b69dceeeb: Layer already exists [2022-05-23T14:42:50.985Z] 3c060754eae1: Layer already exists [2022-05-23T14:42:50.985Z] 2.2.1-dev.4: digest: sha256:2bd4a8ec82183062f04a471ba7411569708f4128c3f9572dfb408bab036c4fb9 size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:51.341Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:51.692Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:51.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-05-23T14:42:51.692Z] 5605e9a945a4: Preparing [2022-05-23T14:42:51.692Z] d00fc0ef5a6e: Preparing [2022-05-23T14:42:51.692Z] 3920018ec903: Preparing [2022-05-23T14:42:51.692Z] ab5bb2582098: Preparing [2022-05-23T14:42:51.692Z] fdad6fb38145: Preparing [2022-05-23T14:42:51.692Z] 3c060754eae1: Preparing [2022-05-23T14:42:51.692Z] 7a0b69dceeeb: Preparing [2022-05-23T14:42:51.692Z] f73e7dbfee58: Preparing [2022-05-23T14:42:51.692Z] 3c060754eae1: Waiting [2022-05-23T14:42:51.692Z] 7a0b69dceeeb: Waiting [2022-05-23T14:42:51.692Z] f73e7dbfee58: Waiting [2022-05-23T14:42:51.969Z] ab5bb2582098: Layer already exists [2022-05-23T14:42:51.969Z] 5605e9a945a4: Layer already exists [2022-05-23T14:42:51.969Z] d00fc0ef5a6e: Layer already exists [2022-05-23T14:42:51.969Z] fdad6fb38145: Layer already exists [2022-05-23T14:42:51.969Z] 3920018ec903: Layer already exists [2022-05-23T14:42:51.969Z] 3c060754eae1: Layer already exists [2022-05-23T14:42:51.969Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:51.969Z] 7a0b69dceeeb: Layer already exists [2022-05-23T14:42:51.969Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:2bd4a8ec82183062f04a471ba7411569708f4128c3f9572dfb408bab036c4fb9 size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:52.326Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:52.677Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2022-05-23T14:42:52.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-05-23T14:42:52.677Z] 5605e9a945a4: Preparing [2022-05-23T14:42:52.677Z] d00fc0ef5a6e: Preparing [2022-05-23T14:42:52.677Z] 3920018ec903: Preparing [2022-05-23T14:42:52.677Z] ab5bb2582098: Preparing [2022-05-23T14:42:52.677Z] fdad6fb38145: Preparing [2022-05-23T14:42:52.677Z] 3c060754eae1: Preparing [2022-05-23T14:42:52.677Z] 7a0b69dceeeb: Preparing [2022-05-23T14:42:52.677Z] f73e7dbfee58: Preparing [2022-05-23T14:42:52.677Z] 7a0b69dceeeb: Waiting [2022-05-23T14:42:52.677Z] f73e7dbfee58: Waiting [2022-05-23T14:42:52.677Z] 3c060754eae1: Waiting [2022-05-23T14:42:52.677Z] 5605e9a945a4: Layer already exists [2022-05-23T14:42:52.677Z] d00fc0ef5a6e: Layer already exists [2022-05-23T14:42:52.677Z] 3920018ec903: Layer already exists [2022-05-23T14:42:52.677Z] fdad6fb38145: Layer already exists [2022-05-23T14:42:52.677Z] ab5bb2582098: Layer already exists [2022-05-23T14:42:52.951Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:52.951Z] 3c060754eae1: Layer already exists [2022-05-23T14:42:52.951Z] 7a0b69dceeeb: Layer already exists [2022-05-23T14:42:52.951Z] main: digest: sha256:2bd4a8ec82183062f04a471ba7411569708f4128c3f9572dfb408bab036c4fb9 size: 1990 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T14:42:52.998Z] ===================================================== [Pipeline] echo [2022-05-23T14:42:53.009Z] taggedImages: [2022-05-23T14:42:53.009Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:53.009Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-05-23T14:42:53.009Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.4 [2022-05-23T14:42:53.009Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:53.009Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2022-05-23T14:42:53.031Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2022-05-23T14:42:53.031Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:53.031Z] latest [2022-05-23T14:42:53.031Z] 2.2.1-dev.4 [2022-05-23T14:42:53.031Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:53.031Z] main [2022-05-23T14:42:53.031Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:53.396Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:53.742Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:42:53.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-05-23T14:42:53.742Z] e907b5895140: Preparing [2022-05-23T14:42:53.742Z] 1a362dfb7f3f: Preparing [2022-05-23T14:42:53.742Z] 71107cfdfd8d: Preparing [2022-05-23T14:42:53.742Z] fd92b78764b8: Preparing [2022-05-23T14:42:53.742Z] 7fc81c671dc3: Preparing [2022-05-23T14:42:53.742Z] cebd69099a69: Preparing [2022-05-23T14:42:53.742Z] 217e0ec5ef7a: Preparing [2022-05-23T14:42:53.742Z] ba102435866d: Preparing [2022-05-23T14:42:53.742Z] 01d0320c4b28: Preparing [2022-05-23T14:42:53.742Z] f73e7dbfee58: Preparing [2022-05-23T14:42:53.742Z] cebd69099a69: Waiting [2022-05-23T14:42:53.742Z] 217e0ec5ef7a: Waiting [2022-05-23T14:42:53.742Z] ba102435866d: Waiting [2022-05-23T14:42:53.742Z] 01d0320c4b28: Waiting [2022-05-23T14:42:53.742Z] f73e7dbfee58: Waiting [2022-05-23T14:42:54.015Z] 7fc81c671dc3: Pushed [2022-05-23T14:42:54.015Z] e907b5895140: Pushed [2022-05-23T14:42:54.015Z] 1a362dfb7f3f: Pushed [2022-05-23T14:42:54.290Z] cebd69099a69: Pushed [2022-05-23T14:42:54.290Z] 217e0ec5ef7a: Pushed [2022-05-23T14:42:54.290Z] ba102435866d: Pushed [2022-05-23T14:42:54.569Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:54.841Z] 01d0320c4b28: Pushed [2022-05-23T14:42:56.813Z] fd92b78764b8: Pushed [2022-05-23T14:42:57.083Z] 71107cfdfd8d: Pushed [2022-05-23T14:42:57.354Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:a0293b61730df635c90f562c7d0db208901497833c6edf5a0e2442fdc9a20605 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:57.701Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:58.049Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-05-23T14:42:58.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-05-23T14:42:58.049Z] e907b5895140: Preparing [2022-05-23T14:42:58.049Z] 1a362dfb7f3f: Preparing [2022-05-23T14:42:58.049Z] 71107cfdfd8d: Preparing [2022-05-23T14:42:58.049Z] fd92b78764b8: Preparing [2022-05-23T14:42:58.049Z] 7fc81c671dc3: Preparing [2022-05-23T14:42:58.049Z] cebd69099a69: Preparing [2022-05-23T14:42:58.049Z] 217e0ec5ef7a: Preparing [2022-05-23T14:42:58.049Z] ba102435866d: Preparing [2022-05-23T14:42:58.049Z] 01d0320c4b28: Preparing [2022-05-23T14:42:58.049Z] f73e7dbfee58: Preparing [2022-05-23T14:42:58.049Z] cebd69099a69: Waiting [2022-05-23T14:42:58.049Z] 217e0ec5ef7a: Waiting [2022-05-23T14:42:58.049Z] ba102435866d: Waiting [2022-05-23T14:42:58.049Z] 01d0320c4b28: Waiting [2022-05-23T14:42:58.049Z] f73e7dbfee58: Waiting [2022-05-23T14:42:58.049Z] 1a362dfb7f3f: Layer already exists [2022-05-23T14:42:58.049Z] 71107cfdfd8d: Layer already exists [2022-05-23T14:42:58.049Z] 7fc81c671dc3: Layer already exists [2022-05-23T14:42:58.049Z] fd92b78764b8: Layer already exists [2022-05-23T14:42:58.049Z] e907b5895140: Layer already exists [2022-05-23T14:42:58.328Z] ba102435866d: Layer already exists [2022-05-23T14:42:58.328Z] cebd69099a69: Layer already exists [2022-05-23T14:42:58.328Z] 217e0ec5ef7a: Layer already exists [2022-05-23T14:42:58.328Z] 01d0320c4b28: Layer already exists [2022-05-23T14:42:58.328Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:58.328Z] latest: digest: sha256:a0293b61730df635c90f562c7d0db208901497833c6edf5a0e2442fdc9a20605 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:58.675Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:59.013Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.4 [2022-05-23T14:42:59.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-05-23T14:42:59.014Z] e907b5895140: Preparing [2022-05-23T14:42:59.014Z] 1a362dfb7f3f: Preparing [2022-05-23T14:42:59.014Z] 71107cfdfd8d: Preparing [2022-05-23T14:42:59.014Z] fd92b78764b8: Preparing [2022-05-23T14:42:59.014Z] 7fc81c671dc3: Preparing [2022-05-23T14:42:59.014Z] cebd69099a69: Preparing [2022-05-23T14:42:59.014Z] 217e0ec5ef7a: Preparing [2022-05-23T14:42:59.014Z] ba102435866d: Preparing [2022-05-23T14:42:59.014Z] 01d0320c4b28: Preparing [2022-05-23T14:42:59.014Z] f73e7dbfee58: Preparing [2022-05-23T14:42:59.014Z] ba102435866d: Waiting [2022-05-23T14:42:59.014Z] 01d0320c4b28: Waiting [2022-05-23T14:42:59.014Z] f73e7dbfee58: Waiting [2022-05-23T14:42:59.014Z] cebd69099a69: Waiting [2022-05-23T14:42:59.014Z] 217e0ec5ef7a: Waiting [2022-05-23T14:42:59.014Z] fd92b78764b8: Layer already exists [2022-05-23T14:42:59.014Z] 1a362dfb7f3f: Layer already exists [2022-05-23T14:42:59.014Z] e907b5895140: Layer already exists [2022-05-23T14:42:59.014Z] 71107cfdfd8d: Layer already exists [2022-05-23T14:42:59.285Z] 7fc81c671dc3: Layer already exists [2022-05-23T14:42:59.285Z] f73e7dbfee58: Layer already exists [2022-05-23T14:42:59.285Z] cebd69099a69: Layer already exists [2022-05-23T14:42:59.285Z] 01d0320c4b28: Layer already exists [2022-05-23T14:42:59.285Z] 217e0ec5ef7a: Layer already exists [2022-05-23T14:42:59.285Z] ba102435866d: Layer already exists [2022-05-23T14:42:59.285Z] 2.2.1-dev.4: digest: sha256:a0293b61730df635c90f562c7d0db208901497833c6edf5a0e2442fdc9a20605 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:59.632Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:42:59.974Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:42:59.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-05-23T14:42:59.974Z] e907b5895140: Preparing [2022-05-23T14:42:59.974Z] 1a362dfb7f3f: Preparing [2022-05-23T14:42:59.974Z] 71107cfdfd8d: Preparing [2022-05-23T14:42:59.974Z] fd92b78764b8: Preparing [2022-05-23T14:42:59.974Z] 7fc81c671dc3: Preparing [2022-05-23T14:42:59.974Z] cebd69099a69: Preparing [2022-05-23T14:42:59.974Z] 217e0ec5ef7a: Preparing [2022-05-23T14:42:59.974Z] ba102435866d: Preparing [2022-05-23T14:42:59.974Z] 01d0320c4b28: Preparing [2022-05-23T14:42:59.974Z] f73e7dbfee58: Preparing [2022-05-23T14:42:59.974Z] 217e0ec5ef7a: Waiting [2022-05-23T14:42:59.974Z] ba102435866d: Waiting [2022-05-23T14:42:59.974Z] 01d0320c4b28: Waiting [2022-05-23T14:42:59.974Z] f73e7dbfee58: Waiting [2022-05-23T14:42:59.974Z] cebd69099a69: Waiting [2022-05-23T14:43:00.250Z] e907b5895140: Layer already exists [2022-05-23T14:43:00.250Z] 7fc81c671dc3: Layer already exists [2022-05-23T14:43:00.250Z] 71107cfdfd8d: Layer already exists [2022-05-23T14:43:00.250Z] fd92b78764b8: Layer already exists [2022-05-23T14:43:00.250Z] 1a362dfb7f3f: Layer already exists [2022-05-23T14:43:00.250Z] ba102435866d: Layer already exists [2022-05-23T14:43:00.250Z] 217e0ec5ef7a: Layer already exists [2022-05-23T14:43:00.250Z] cebd69099a69: Layer already exists [2022-05-23T14:43:00.250Z] f73e7dbfee58: Layer already exists [2022-05-23T14:43:00.250Z] 01d0320c4b28: Layer already exists [2022-05-23T14:43:00.250Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:a0293b61730df635c90f562c7d0db208901497833c6edf5a0e2442fdc9a20605 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:00.810Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:01.150Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2022-05-23T14:43:01.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-05-23T14:43:01.150Z] e907b5895140: Preparing [2022-05-23T14:43:01.150Z] 1a362dfb7f3f: Preparing [2022-05-23T14:43:01.150Z] 71107cfdfd8d: Preparing [2022-05-23T14:43:01.150Z] fd92b78764b8: Preparing [2022-05-23T14:43:01.150Z] 7fc81c671dc3: Preparing [2022-05-23T14:43:01.150Z] cebd69099a69: Preparing [2022-05-23T14:43:01.150Z] 217e0ec5ef7a: Preparing [2022-05-23T14:43:01.150Z] ba102435866d: Preparing [2022-05-23T14:43:01.150Z] 01d0320c4b28: Preparing [2022-05-23T14:43:01.150Z] f73e7dbfee58: Preparing [2022-05-23T14:43:01.150Z] ba102435866d: Waiting [2022-05-23T14:43:01.150Z] 01d0320c4b28: Waiting [2022-05-23T14:43:01.150Z] f73e7dbfee58: Waiting [2022-05-23T14:43:01.150Z] 217e0ec5ef7a: Waiting [2022-05-23T14:43:01.150Z] cebd69099a69: Waiting [2022-05-23T14:43:01.422Z] 1a362dfb7f3f: Layer already exists [2022-05-23T14:43:01.422Z] 7fc81c671dc3: Layer already exists [2022-05-23T14:43:01.422Z] e907b5895140: Layer already exists [2022-05-23T14:43:01.422Z] 71107cfdfd8d: Layer already exists [2022-05-23T14:43:01.422Z] fd92b78764b8: Layer already exists [2022-05-23T14:43:01.422Z] ba102435866d: Layer already exists [2022-05-23T14:43:01.422Z] cebd69099a69: Layer already exists [2022-05-23T14:43:01.422Z] f73e7dbfee58: Layer already exists [2022-05-23T14:43:01.422Z] 01d0320c4b28: Layer already exists [2022-05-23T14:43:01.422Z] 217e0ec5ef7a: Layer already exists [2022-05-23T14:43:01.422Z] main: digest: sha256:a0293b61730df635c90f562c7d0db208901497833c6edf5a0e2442fdc9a20605 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T14:43:01.468Z] ===================================================== [Pipeline] echo [2022-05-23T14:43:01.476Z] taggedImages: [2022-05-23T14:43:01.476Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:43:01.476Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-05-23T14:43:01.476Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.4 [2022-05-23T14:43:01.476Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:43:01.476Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2022-05-23T14:43:01.498Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2022-05-23T14:43:01.498Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:43:01.498Z] latest [2022-05-23T14:43:01.498Z] 2.2.1-dev.4 [2022-05-23T14:43:01.498Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:43:01.498Z] main [2022-05-23T14:43:01.498Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:01.885Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:02.583Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:43:02.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-05-23T14:43:02.583Z] abc410aea626: Preparing [2022-05-23T14:43:02.583Z] bb2f7fca9e8a: Preparing [2022-05-23T14:43:02.583Z] 67558a0416f6: Preparing [2022-05-23T14:43:02.583Z] 07fddcaf1271: Preparing [2022-05-23T14:43:02.583Z] bd403d11748a: Preparing [2022-05-23T14:43:02.583Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:02.583Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:02.583Z] 67558a0416f6: Layer already exists [2022-05-23T14:43:02.854Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:02.854Z] bd403d11748a: Pushed [2022-05-23T14:43:02.854Z] abc410aea626: Pushed [2022-05-23T14:43:04.278Z] 07fddcaf1271: Pushed [2022-05-23T14:43:07.650Z] bb2f7fca9e8a: Pushed [2022-05-23T14:43:07.650Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:4df81962aa91caf3be8fb25ba832cbe59ce532bcd2c03d14fc0d2e570baae294 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:07.999Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:08.347Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-05-23T14:43:08.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-05-23T14:43:08.347Z] abc410aea626: Preparing [2022-05-23T14:43:08.347Z] bb2f7fca9e8a: Preparing [2022-05-23T14:43:08.347Z] 67558a0416f6: Preparing [2022-05-23T14:43:08.347Z] 07fddcaf1271: Preparing [2022-05-23T14:43:08.347Z] bd403d11748a: Preparing [2022-05-23T14:43:08.347Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:08.347Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:08.347Z] bd403d11748a: Layer already exists [2022-05-23T14:43:08.347Z] 07fddcaf1271: Layer already exists [2022-05-23T14:43:08.347Z] bb2f7fca9e8a: Layer already exists [2022-05-23T14:43:08.347Z] abc410aea626: Layer already exists [2022-05-23T14:43:08.347Z] 67558a0416f6: Layer already exists [2022-05-23T14:43:08.347Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:08.620Z] latest: digest: sha256:4df81962aa91caf3be8fb25ba832cbe59ce532bcd2c03d14fc0d2e570baae294 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:08.971Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:09.312Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.4 [2022-05-23T14:43:09.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-05-23T14:43:09.312Z] abc410aea626: Preparing [2022-05-23T14:43:09.312Z] bb2f7fca9e8a: Preparing [2022-05-23T14:43:09.312Z] 67558a0416f6: Preparing [2022-05-23T14:43:09.312Z] 07fddcaf1271: Preparing [2022-05-23T14:43:09.312Z] bd403d11748a: Preparing [2022-05-23T14:43:09.312Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:09.312Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:09.589Z] 07fddcaf1271: Layer already exists [2022-05-23T14:43:09.589Z] bb2f7fca9e8a: Layer already exists [2022-05-23T14:43:09.589Z] abc410aea626: Layer already exists [2022-05-23T14:43:09.589Z] bd403d11748a: Layer already exists [2022-05-23T14:43:09.589Z] 67558a0416f6: Layer already exists [2022-05-23T14:43:09.589Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:09.589Z] 2.2.1-dev.4: digest: sha256:4df81962aa91caf3be8fb25ba832cbe59ce532bcd2c03d14fc0d2e570baae294 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:10.017Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:10.372Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:43:10.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-05-23T14:43:10.372Z] abc410aea626: Preparing [2022-05-23T14:43:10.372Z] bb2f7fca9e8a: Preparing [2022-05-23T14:43:10.372Z] 67558a0416f6: Preparing [2022-05-23T14:43:10.372Z] 07fddcaf1271: Preparing [2022-05-23T14:43:10.372Z] bd403d11748a: Preparing [2022-05-23T14:43:10.372Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:10.372Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:10.372Z] bb2f7fca9e8a: Layer already exists [2022-05-23T14:43:10.372Z] 67558a0416f6: Layer already exists [2022-05-23T14:43:10.644Z] abc410aea626: Layer already exists [2022-05-23T14:43:10.644Z] bd403d11748a: Layer already exists [2022-05-23T14:43:10.644Z] 07fddcaf1271: Layer already exists [2022-05-23T14:43:10.644Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:10.644Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:4df81962aa91caf3be8fb25ba832cbe59ce532bcd2c03d14fc0d2e570baae294 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:10.991Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:11.331Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2022-05-23T14:43:11.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-05-23T14:43:11.331Z] abc410aea626: Preparing [2022-05-23T14:43:11.331Z] bb2f7fca9e8a: Preparing [2022-05-23T14:43:11.331Z] 67558a0416f6: Preparing [2022-05-23T14:43:11.331Z] 07fddcaf1271: Preparing [2022-05-23T14:43:11.331Z] bd403d11748a: Preparing [2022-05-23T14:43:11.331Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:11.331Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:11.332Z] bd403d11748a: Layer already exists [2022-05-23T14:43:11.332Z] bb2f7fca9e8a: Layer already exists [2022-05-23T14:43:11.332Z] 67558a0416f6: Layer already exists [2022-05-23T14:43:11.332Z] 07fddcaf1271: Layer already exists [2022-05-23T14:43:11.332Z] abc410aea626: Layer already exists [2022-05-23T14:43:11.332Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:11.605Z] main: digest: sha256:4df81962aa91caf3be8fb25ba832cbe59ce532bcd2c03d14fc0d2e570baae294 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T14:43:11.652Z] ===================================================== [Pipeline] echo [2022-05-23T14:43:11.660Z] taggedImages: [2022-05-23T14:43:11.660Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:43:11.660Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-05-23T14:43:11.660Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.4 [2022-05-23T14:43:11.660Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:43:11.660Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2022-05-23T14:43:11.679Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2022-05-23T14:43:11.680Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:43:11.680Z] latest [2022-05-23T14:43:11.680Z] 2.2.1-dev.4 [2022-05-23T14:43:11.680Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:43:11.680Z] main [2022-05-23T14:43:11.680Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:12.038Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:12.397Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:43:12.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-05-23T14:43:12.397Z] be065c07092b: Preparing [2022-05-23T14:43:12.397Z] 0dcfd4b9be35: Preparing [2022-05-23T14:43:12.397Z] 2b8242028f6c: Preparing [2022-05-23T14:43:12.397Z] a4463bdf837d: Preparing [2022-05-23T14:43:12.397Z] cc3a56c31a86: Preparing [2022-05-23T14:43:12.397Z] cb396169f8cb: Preparing [2022-05-23T14:43:12.397Z] bd403d11748a: Preparing [2022-05-23T14:43:12.397Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:12.397Z] cb396169f8cb: Waiting [2022-05-23T14:43:12.397Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:12.674Z] be065c07092b: Pushed [2022-05-23T14:43:12.674Z] 2b8242028f6c: Pushed [2022-05-23T14:43:12.674Z] 0dcfd4b9be35: Pushed [2022-05-23T14:43:12.674Z] bd403d11748a: Layer already exists [2022-05-23T14:43:12.674Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:13.750Z] cb396169f8cb: Pushed [2022-05-23T14:43:22.026Z] cc3a56c31a86: Pushed [2022-05-23T14:43:30.299Z] a4463bdf837d: Pushed [2022-05-23T14:43:30.572Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:5a95a128e31aa504dcb68a45bbca8edc386540f038d3b4bf93c5683af4f767c3 size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:30.924Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:31.274Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-05-23T14:43:31.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-05-23T14:43:31.274Z] be065c07092b: Preparing [2022-05-23T14:43:31.274Z] 0dcfd4b9be35: Preparing [2022-05-23T14:43:31.274Z] 2b8242028f6c: Preparing [2022-05-23T14:43:31.274Z] a4463bdf837d: Preparing [2022-05-23T14:43:31.274Z] cc3a56c31a86: Preparing [2022-05-23T14:43:31.274Z] cb396169f8cb: Preparing [2022-05-23T14:43:31.274Z] bd403d11748a: Preparing [2022-05-23T14:43:31.274Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:31.274Z] cb396169f8cb: Waiting [2022-05-23T14:43:31.274Z] bd403d11748a: Waiting [2022-05-23T14:43:31.274Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:31.274Z] 0dcfd4b9be35: Layer already exists [2022-05-23T14:43:31.274Z] 2b8242028f6c: Layer already exists [2022-05-23T14:43:31.545Z] a4463bdf837d: Layer already exists [2022-05-23T14:43:31.545Z] be065c07092b: Layer already exists [2022-05-23T14:43:31.545Z] cc3a56c31a86: Layer already exists [2022-05-23T14:43:31.545Z] bd403d11748a: Layer already exists [2022-05-23T14:43:31.545Z] cb396169f8cb: Layer already exists [2022-05-23T14:43:31.545Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:31.545Z] latest: digest: sha256:5a95a128e31aa504dcb68a45bbca8edc386540f038d3b4bf93c5683af4f767c3 size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:31.893Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:32.236Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.4 [2022-05-23T14:43:32.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-05-23T14:43:32.236Z] be065c07092b: Preparing [2022-05-23T14:43:32.236Z] 0dcfd4b9be35: Preparing [2022-05-23T14:43:32.236Z] 2b8242028f6c: Preparing [2022-05-23T14:43:32.236Z] a4463bdf837d: Preparing [2022-05-23T14:43:32.236Z] cc3a56c31a86: Preparing [2022-05-23T14:43:32.236Z] cb396169f8cb: Preparing [2022-05-23T14:43:32.236Z] bd403d11748a: Preparing [2022-05-23T14:43:32.236Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:32.236Z] cb396169f8cb: Waiting [2022-05-23T14:43:32.236Z] bd403d11748a: Waiting [2022-05-23T14:43:32.236Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:32.236Z] cc3a56c31a86: Layer already exists [2022-05-23T14:43:32.510Z] a4463bdf837d: Layer already exists [2022-05-23T14:43:32.510Z] 2b8242028f6c: Layer already exists [2022-05-23T14:43:32.510Z] 0dcfd4b9be35: Layer already exists [2022-05-23T14:43:32.510Z] be065c07092b: Layer already exists [2022-05-23T14:43:32.510Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:32.510Z] cb396169f8cb: Layer already exists [2022-05-23T14:43:32.510Z] bd403d11748a: Layer already exists [2022-05-23T14:43:32.510Z] 2.2.1-dev.4: digest: sha256:5a95a128e31aa504dcb68a45bbca8edc386540f038d3b4bf93c5683af4f767c3 size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:32.860Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:33.205Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:43:33.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-05-23T14:43:33.205Z] be065c07092b: Preparing [2022-05-23T14:43:33.205Z] 0dcfd4b9be35: Preparing [2022-05-23T14:43:33.205Z] 2b8242028f6c: Preparing [2022-05-23T14:43:33.205Z] a4463bdf837d: Preparing [2022-05-23T14:43:33.205Z] cc3a56c31a86: Preparing [2022-05-23T14:43:33.205Z] cb396169f8cb: Preparing [2022-05-23T14:43:33.205Z] bd403d11748a: Preparing [2022-05-23T14:43:33.205Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:33.205Z] cb396169f8cb: Waiting [2022-05-23T14:43:33.205Z] bd403d11748a: Waiting [2022-05-23T14:43:33.205Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:33.478Z] cc3a56c31a86: Layer already exists [2022-05-23T14:43:33.478Z] be065c07092b: Layer already exists [2022-05-23T14:43:33.478Z] 0dcfd4b9be35: Layer already exists [2022-05-23T14:43:33.478Z] 2b8242028f6c: Layer already exists [2022-05-23T14:43:33.478Z] a4463bdf837d: Layer already exists [2022-05-23T14:43:33.478Z] cb396169f8cb: Layer already exists [2022-05-23T14:43:33.478Z] bd403d11748a: Layer already exists [2022-05-23T14:43:33.478Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:33.478Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:5a95a128e31aa504dcb68a45bbca8edc386540f038d3b4bf93c5683af4f767c3 size: 1992 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:33.830Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:34.173Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2022-05-23T14:43:34.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-05-23T14:43:34.173Z] be065c07092b: Preparing [2022-05-23T14:43:34.173Z] 0dcfd4b9be35: Preparing [2022-05-23T14:43:34.173Z] 2b8242028f6c: Preparing [2022-05-23T14:43:34.173Z] a4463bdf837d: Preparing [2022-05-23T14:43:34.173Z] cc3a56c31a86: Preparing [2022-05-23T14:43:34.173Z] cb396169f8cb: Preparing [2022-05-23T14:43:34.173Z] bd403d11748a: Preparing [2022-05-23T14:43:34.173Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:34.173Z] cb396169f8cb: Waiting [2022-05-23T14:43:34.173Z] bd403d11748a: Waiting [2022-05-23T14:43:34.173Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:34.448Z] cc3a56c31a86: Layer already exists [2022-05-23T14:43:34.448Z] 0dcfd4b9be35: Layer already exists [2022-05-23T14:43:34.448Z] a4463bdf837d: Layer already exists [2022-05-23T14:43:34.448Z] be065c07092b: Layer already exists [2022-05-23T14:43:34.448Z] 2b8242028f6c: Layer already exists [2022-05-23T14:43:34.448Z] cb396169f8cb: Layer already exists [2022-05-23T14:43:34.448Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:34.448Z] bd403d11748a: Layer already exists [2022-05-23T14:43:34.448Z] main: digest: sha256:5a95a128e31aa504dcb68a45bbca8edc386540f038d3b4bf93c5683af4f767c3 size: 1992 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T14:43:34.504Z] ===================================================== [Pipeline] echo [2022-05-23T14:43:34.515Z] taggedImages: [2022-05-23T14:43:34.515Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:43:34.515Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-05-23T14:43:34.515Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.4 [2022-05-23T14:43:34.515Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:43:34.515Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2022-05-23T14:43:34.535Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2022-05-23T14:43:34.535Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:43:34.535Z] latest [2022-05-23T14:43:34.535Z] 2.2.1-dev.4 [2022-05-23T14:43:34.535Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:43:34.535Z] main [2022-05-23T14:43:34.535Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:34.883Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:35.228Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:43:35.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-05-23T14:43:35.228Z] d0c3983ce86a: Preparing [2022-05-23T14:43:35.228Z] 0bcb0a2639a1: Preparing [2022-05-23T14:43:35.228Z] b011d433de73: Preparing [2022-05-23T14:43:35.228Z] 55310cd7860b: Preparing [2022-05-23T14:43:35.228Z] 0b1f5dc3681f: Preparing [2022-05-23T14:43:35.228Z] bd403d11748a: Preparing [2022-05-23T14:43:35.228Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:35.228Z] bd403d11748a: Waiting [2022-05-23T14:43:35.228Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:35.509Z] b011d433de73: Pushed [2022-05-23T14:43:35.509Z] 0bcb0a2639a1: Pushed [2022-05-23T14:43:35.509Z] d0c3983ce86a: Pushed [2022-05-23T14:43:35.509Z] bd403d11748a: Layer already exists [2022-05-23T14:43:35.509Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:36.105Z] 0b1f5dc3681f: Pushed [2022-05-23T14:43:54.392Z] 55310cd7860b: Pushed [2022-05-23T14:43:54.392Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:8e91545d4e72b03f605b483b27f4a9edae50319e72f0485a25f41fb97ecf0899 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:54.744Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:55.085Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-05-23T14:43:55.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-05-23T14:43:55.085Z] d0c3983ce86a: Preparing [2022-05-23T14:43:55.085Z] 0bcb0a2639a1: Preparing [2022-05-23T14:43:55.085Z] b011d433de73: Preparing [2022-05-23T14:43:55.085Z] 55310cd7860b: Preparing [2022-05-23T14:43:55.085Z] 0b1f5dc3681f: Preparing [2022-05-23T14:43:55.085Z] bd403d11748a: Preparing [2022-05-23T14:43:55.085Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:55.085Z] bd403d11748a: Waiting [2022-05-23T14:43:55.085Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:55.358Z] 55310cd7860b: Layer already exists [2022-05-23T14:43:55.358Z] b011d433de73: Layer already exists [2022-05-23T14:43:55.358Z] 0b1f5dc3681f: Layer already exists [2022-05-23T14:43:55.358Z] 0bcb0a2639a1: Layer already exists [2022-05-23T14:43:55.358Z] d0c3983ce86a: Layer already exists [2022-05-23T14:43:55.358Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:55.358Z] bd403d11748a: Layer already exists [2022-05-23T14:43:55.358Z] latest: digest: sha256:8e91545d4e72b03f605b483b27f4a9edae50319e72f0485a25f41fb97ecf0899 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:55.707Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:56.053Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.4 [2022-05-23T14:43:56.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-05-23T14:43:56.053Z] d0c3983ce86a: Preparing [2022-05-23T14:43:56.053Z] 0bcb0a2639a1: Preparing [2022-05-23T14:43:56.053Z] b011d433de73: Preparing [2022-05-23T14:43:56.053Z] 55310cd7860b: Preparing [2022-05-23T14:43:56.053Z] 0b1f5dc3681f: Preparing [2022-05-23T14:43:56.053Z] bd403d11748a: Preparing [2022-05-23T14:43:56.053Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:56.053Z] bd403d11748a: Waiting [2022-05-23T14:43:56.053Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:56.325Z] 0bcb0a2639a1: Layer already exists [2022-05-23T14:43:56.325Z] 55310cd7860b: Layer already exists [2022-05-23T14:43:56.325Z] 0b1f5dc3681f: Layer already exists [2022-05-23T14:43:56.325Z] d0c3983ce86a: Layer already exists [2022-05-23T14:43:56.325Z] b011d433de73: Layer already exists [2022-05-23T14:43:56.325Z] bd403d11748a: Layer already exists [2022-05-23T14:43:56.325Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:56.325Z] 2.2.1-dev.4: digest: sha256:8e91545d4e72b03f605b483b27f4a9edae50319e72f0485a25f41fb97ecf0899 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:56.681Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:57.030Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:43:57.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-05-23T14:43:57.030Z] d0c3983ce86a: Preparing [2022-05-23T14:43:57.030Z] 0bcb0a2639a1: Preparing [2022-05-23T14:43:57.030Z] b011d433de73: Preparing [2022-05-23T14:43:57.030Z] 55310cd7860b: Preparing [2022-05-23T14:43:57.030Z] 0b1f5dc3681f: Preparing [2022-05-23T14:43:57.030Z] bd403d11748a: Preparing [2022-05-23T14:43:57.030Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:57.030Z] bd403d11748a: Waiting [2022-05-23T14:43:57.030Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:57.303Z] 55310cd7860b: Layer already exists [2022-05-23T14:43:57.303Z] b011d433de73: Layer already exists [2022-05-23T14:43:57.303Z] d0c3983ce86a: Layer already exists [2022-05-23T14:43:57.303Z] 0bcb0a2639a1: Layer already exists [2022-05-23T14:43:57.303Z] 0b1f5dc3681f: Layer already exists [2022-05-23T14:43:57.303Z] bd403d11748a: Layer already exists [2022-05-23T14:43:57.303Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:57.303Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:8e91545d4e72b03f605b483b27f4a9edae50319e72f0485a25f41fb97ecf0899 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:57.656Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:58.005Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2022-05-23T14:43:58.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-05-23T14:43:58.005Z] d0c3983ce86a: Preparing [2022-05-23T14:43:58.005Z] 0bcb0a2639a1: Preparing [2022-05-23T14:43:58.005Z] b011d433de73: Preparing [2022-05-23T14:43:58.005Z] 55310cd7860b: Preparing [2022-05-23T14:43:58.005Z] 0b1f5dc3681f: Preparing [2022-05-23T14:43:58.005Z] bd403d11748a: Preparing [2022-05-23T14:43:58.005Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:58.005Z] bd403d11748a: Waiting [2022-05-23T14:43:58.005Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:58.280Z] 0bcb0a2639a1: Layer already exists [2022-05-23T14:43:58.280Z] d0c3983ce86a: Layer already exists [2022-05-23T14:43:58.280Z] b011d433de73: Layer already exists [2022-05-23T14:43:58.280Z] 0b1f5dc3681f: Layer already exists [2022-05-23T14:43:58.280Z] 55310cd7860b: Layer already exists [2022-05-23T14:43:58.280Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:58.280Z] bd403d11748a: Layer already exists [2022-05-23T14:43:58.280Z] main: digest: sha256:8e91545d4e72b03f605b483b27f4a9edae50319e72f0485a25f41fb97ecf0899 size: 1780 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T14:43:58.335Z] ===================================================== [Pipeline] echo [2022-05-23T14:43:58.344Z] taggedImages: [2022-05-23T14:43:58.344Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:43:58.344Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-05-23T14:43:58.344Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.4 [2022-05-23T14:43:58.344Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:43:58.344Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2022-05-23T14:43:58.368Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2022-05-23T14:43:58.368Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:43:58.368Z] latest [2022-05-23T14:43:58.368Z] 2.2.1-dev.4 [2022-05-23T14:43:58.368Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:43:58.368Z] main [2022-05-23T14:43:58.368Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:58.745Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:43:59.090Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:43:59.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-05-23T14:43:59.090Z] 33e2397020a5: Preparing [2022-05-23T14:43:59.090Z] b0752d0659ee: Preparing [2022-05-23T14:43:59.090Z] 57f7fb7dc6b9: Preparing [2022-05-23T14:43:59.090Z] 9f543f52247a: Preparing [2022-05-23T14:43:59.090Z] cb396169f8cb: Preparing [2022-05-23T14:43:59.090Z] bd403d11748a: Preparing [2022-05-23T14:43:59.090Z] 4f4ce317c6bb: Preparing [2022-05-23T14:43:59.090Z] bd403d11748a: Waiting [2022-05-23T14:43:59.090Z] 4f4ce317c6bb: Waiting [2022-05-23T14:43:59.364Z] cb396169f8cb: Layer already exists [2022-05-23T14:43:59.364Z] bd403d11748a: Layer already exists [2022-05-23T14:43:59.364Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:43:59.364Z] 33e2397020a5: Pushed [2022-05-23T14:43:59.364Z] b0752d0659ee: Pushed [2022-05-23T14:43:59.364Z] 57f7fb7dc6b9: Pushed [2022-05-23T14:44:17.657Z] 9f543f52247a: Pushed [2022-05-23T14:44:17.657Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:b234e1d512aaa7410795eaa8a038486e6885ad597a8dd12e26fa1614fcba5933 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:18.046Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:18.417Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-05-23T14:44:18.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-05-23T14:44:18.417Z] 33e2397020a5: Preparing [2022-05-23T14:44:18.417Z] b0752d0659ee: Preparing [2022-05-23T14:44:18.417Z] 57f7fb7dc6b9: Preparing [2022-05-23T14:44:18.417Z] 9f543f52247a: Preparing [2022-05-23T14:44:18.417Z] cb396169f8cb: Preparing [2022-05-23T14:44:18.417Z] bd403d11748a: Preparing [2022-05-23T14:44:18.417Z] 4f4ce317c6bb: Preparing [2022-05-23T14:44:18.417Z] bd403d11748a: Waiting [2022-05-23T14:44:18.417Z] 4f4ce317c6bb: Waiting [2022-05-23T14:44:18.699Z] 9f543f52247a: Layer already exists [2022-05-23T14:44:18.699Z] 33e2397020a5: Layer already exists [2022-05-23T14:44:18.699Z] cb396169f8cb: Layer already exists [2022-05-23T14:44:18.699Z] b0752d0659ee: Layer already exists [2022-05-23T14:44:18.699Z] 57f7fb7dc6b9: Layer already exists [2022-05-23T14:44:18.699Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:44:18.699Z] bd403d11748a: Layer already exists [2022-05-23T14:44:18.699Z] latest: digest: sha256:b234e1d512aaa7410795eaa8a038486e6885ad597a8dd12e26fa1614fcba5933 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:19.063Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:19.415Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.4 [2022-05-23T14:44:19.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-05-23T14:44:19.415Z] 33e2397020a5: Preparing [2022-05-23T14:44:19.415Z] b0752d0659ee: Preparing [2022-05-23T14:44:19.415Z] 57f7fb7dc6b9: Preparing [2022-05-23T14:44:19.415Z] 9f543f52247a: Preparing [2022-05-23T14:44:19.415Z] cb396169f8cb: Preparing [2022-05-23T14:44:19.415Z] bd403d11748a: Preparing [2022-05-23T14:44:19.415Z] 4f4ce317c6bb: Preparing [2022-05-23T14:44:19.415Z] bd403d11748a: Waiting [2022-05-23T14:44:19.415Z] 4f4ce317c6bb: Waiting [2022-05-23T14:44:19.690Z] 9f543f52247a: Layer already exists [2022-05-23T14:44:19.690Z] b0752d0659ee: Layer already exists [2022-05-23T14:44:19.690Z] 57f7fb7dc6b9: Layer already exists [2022-05-23T14:44:19.690Z] 33e2397020a5: Layer already exists [2022-05-23T14:44:19.690Z] cb396169f8cb: Layer already exists [2022-05-23T14:44:19.690Z] bd403d11748a: Layer already exists [2022-05-23T14:44:19.690Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:44:19.690Z] 2.2.1-dev.4: digest: sha256:b234e1d512aaa7410795eaa8a038486e6885ad597a8dd12e26fa1614fcba5933 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:20.043Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:20.388Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:44:20.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-05-23T14:44:20.388Z] 33e2397020a5: Preparing [2022-05-23T14:44:20.388Z] b0752d0659ee: Preparing [2022-05-23T14:44:20.388Z] 57f7fb7dc6b9: Preparing [2022-05-23T14:44:20.388Z] 9f543f52247a: Preparing [2022-05-23T14:44:20.388Z] cb396169f8cb: Preparing [2022-05-23T14:44:20.388Z] bd403d11748a: Preparing [2022-05-23T14:44:20.388Z] 4f4ce317c6bb: Preparing [2022-05-23T14:44:20.388Z] bd403d11748a: Waiting [2022-05-23T14:44:20.388Z] 4f4ce317c6bb: Waiting [2022-05-23T14:44:20.663Z] 57f7fb7dc6b9: Layer already exists [2022-05-23T14:44:20.663Z] 9f543f52247a: Layer already exists [2022-05-23T14:44:20.663Z] 33e2397020a5: Layer already exists [2022-05-23T14:44:20.663Z] cb396169f8cb: Layer already exists [2022-05-23T14:44:20.663Z] b0752d0659ee: Layer already exists [2022-05-23T14:44:20.663Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:44:20.663Z] bd403d11748a: Layer already exists [2022-05-23T14:44:20.663Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:b234e1d512aaa7410795eaa8a038486e6885ad597a8dd12e26fa1614fcba5933 size: 1780 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:21.020Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:21.366Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2022-05-23T14:44:21.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-05-23T14:44:21.366Z] 33e2397020a5: Preparing [2022-05-23T14:44:21.366Z] b0752d0659ee: Preparing [2022-05-23T14:44:21.366Z] 57f7fb7dc6b9: Preparing [2022-05-23T14:44:21.366Z] 9f543f52247a: Preparing [2022-05-23T14:44:21.366Z] cb396169f8cb: Preparing [2022-05-23T14:44:21.366Z] bd403d11748a: Preparing [2022-05-23T14:44:21.366Z] 4f4ce317c6bb: Preparing [2022-05-23T14:44:21.366Z] 4f4ce317c6bb: Waiting [2022-05-23T14:44:21.366Z] 33e2397020a5: Layer already exists [2022-05-23T14:44:21.366Z] 57f7fb7dc6b9: Layer already exists [2022-05-23T14:44:21.366Z] 9f543f52247a: Layer already exists [2022-05-23T14:44:21.366Z] b0752d0659ee: Layer already exists [2022-05-23T14:44:21.366Z] cb396169f8cb: Layer already exists [2022-05-23T14:44:21.640Z] bd403d11748a: Layer already exists [2022-05-23T14:44:21.640Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:44:21.640Z] main: digest: sha256:b234e1d512aaa7410795eaa8a038486e6885ad597a8dd12e26fa1614fcba5933 size: 1780 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T14:44:21.689Z] ===================================================== [Pipeline] echo [2022-05-23T14:44:21.699Z] taggedImages: [2022-05-23T14:44:21.699Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:44:21.699Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-05-23T14:44:21.699Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.4 [2022-05-23T14:44:21.699Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:44:21.699Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2022-05-23T14:44:21.722Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2022-05-23T14:44:21.723Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:44:21.723Z] latest [2022-05-23T14:44:21.723Z] 2.2.1-dev.4 [2022-05-23T14:44:21.723Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:44:21.723Z] main [2022-05-23T14:44:21.723Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:22.088Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:22.442Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:44:22.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-05-23T14:44:22.443Z] b23598ab8176: Preparing [2022-05-23T14:44:22.443Z] 9987496de09e: Preparing [2022-05-23T14:44:22.443Z] 67558a0416f6: Preparing [2022-05-23T14:44:22.443Z] 37b418f90df5: Preparing [2022-05-23T14:44:22.443Z] f73e7dbfee58: Preparing [2022-05-23T14:44:22.714Z] f73e7dbfee58: Layer already exists [2022-05-23T14:44:22.714Z] 67558a0416f6: Layer already exists [2022-05-23T14:44:22.714Z] b23598ab8176: Pushed [2022-05-23T14:44:22.987Z] 37b418f90df5: Pushed [2022-05-23T14:44:28.380Z] 9987496de09e: Pushed [2022-05-23T14:44:28.380Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:1083675248f90e7d504bf290f34a855003fa57005ebbe8a94179f65be01fdfed size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:28.731Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:29.074Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-05-23T14:44:29.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-05-23T14:44:29.074Z] b23598ab8176: Preparing [2022-05-23T14:44:29.074Z] 9987496de09e: Preparing [2022-05-23T14:44:29.074Z] 67558a0416f6: Preparing [2022-05-23T14:44:29.074Z] 37b418f90df5: Preparing [2022-05-23T14:44:29.074Z] f73e7dbfee58: Preparing [2022-05-23T14:44:29.074Z] 9987496de09e: Layer already exists [2022-05-23T14:44:29.074Z] 37b418f90df5: Layer already exists [2022-05-23T14:44:29.074Z] f73e7dbfee58: Layer already exists [2022-05-23T14:44:29.074Z] b23598ab8176: Layer already exists [2022-05-23T14:44:29.074Z] 67558a0416f6: Layer already exists [2022-05-23T14:44:29.347Z] latest: digest: sha256:1083675248f90e7d504bf290f34a855003fa57005ebbe8a94179f65be01fdfed size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:29.700Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:30.048Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.4 [2022-05-23T14:44:30.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-05-23T14:44:30.048Z] b23598ab8176: Preparing [2022-05-23T14:44:30.048Z] 9987496de09e: Preparing [2022-05-23T14:44:30.048Z] 67558a0416f6: Preparing [2022-05-23T14:44:30.048Z] 37b418f90df5: Preparing [2022-05-23T14:44:30.048Z] f73e7dbfee58: Preparing [2022-05-23T14:44:30.048Z] f73e7dbfee58: Layer already exists [2022-05-23T14:44:30.048Z] 67558a0416f6: Layer already exists [2022-05-23T14:44:30.048Z] 9987496de09e: Layer already exists [2022-05-23T14:44:30.048Z] 37b418f90df5: Layer already exists [2022-05-23T14:44:30.048Z] b23598ab8176: Layer already exists [2022-05-23T14:44:30.321Z] 2.2.1-dev.4: digest: sha256:1083675248f90e7d504bf290f34a855003fa57005ebbe8a94179f65be01fdfed size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:30.674Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:31.028Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:44:31.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-05-23T14:44:31.028Z] b23598ab8176: Preparing [2022-05-23T14:44:31.028Z] 9987496de09e: Preparing [2022-05-23T14:44:31.028Z] 67558a0416f6: Preparing [2022-05-23T14:44:31.028Z] 37b418f90df5: Preparing [2022-05-23T14:44:31.028Z] f73e7dbfee58: Preparing [2022-05-23T14:44:31.301Z] b23598ab8176: Layer already exists [2022-05-23T14:44:31.301Z] 37b418f90df5: Layer already exists [2022-05-23T14:44:31.301Z] f73e7dbfee58: Layer already exists [2022-05-23T14:44:31.301Z] 67558a0416f6: Layer already exists [2022-05-23T14:44:31.301Z] 9987496de09e: Layer already exists [2022-05-23T14:44:31.301Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:1083675248f90e7d504bf290f34a855003fa57005ebbe8a94179f65be01fdfed size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:31.657Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:32.011Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2022-05-23T14:44:32.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-05-23T14:44:32.011Z] b23598ab8176: Preparing [2022-05-23T14:44:32.011Z] 9987496de09e: Preparing [2022-05-23T14:44:32.011Z] 67558a0416f6: Preparing [2022-05-23T14:44:32.011Z] 37b418f90df5: Preparing [2022-05-23T14:44:32.011Z] f73e7dbfee58: Preparing [2022-05-23T14:44:32.287Z] 37b418f90df5: Layer already exists [2022-05-23T14:44:32.287Z] f73e7dbfee58: Layer already exists [2022-05-23T14:44:32.287Z] 67558a0416f6: Layer already exists [2022-05-23T14:44:32.287Z] b23598ab8176: Layer already exists [2022-05-23T14:44:32.287Z] 9987496de09e: Layer already exists [2022-05-23T14:44:32.287Z] main: digest: sha256:1083675248f90e7d504bf290f34a855003fa57005ebbe8a94179f65be01fdfed size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T14:44:32.339Z] ===================================================== [Pipeline] echo [2022-05-23T14:44:32.349Z] taggedImages: [2022-05-23T14:44:32.349Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:44:32.349Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-05-23T14:44:32.349Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.4 [2022-05-23T14:44:32.349Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:44:32.349Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2022-05-23T14:44:32.371Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2022-05-23T14:44:32.371Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:44:32.371Z] latest [2022-05-23T14:44:32.371Z] 2.2.1-dev.4 [2022-05-23T14:44:32.371Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:44:32.371Z] main [2022-05-23T14:44:32.371Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:32.739Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:33.082Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:44:33.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-05-23T14:44:33.082Z] b1d2bda36076: Preparing [2022-05-23T14:44:33.082Z] 302c0f83208e: Preparing [2022-05-23T14:44:33.082Z] 67558a0416f6: Preparing [2022-05-23T14:44:33.082Z] 2c8c61ded6fa: Preparing [2022-05-23T14:44:33.082Z] f73e7dbfee58: Preparing [2022-05-23T14:44:33.358Z] 2c8c61ded6fa: Layer already exists [2022-05-23T14:44:33.358Z] f73e7dbfee58: Layer already exists [2022-05-23T14:44:33.358Z] 67558a0416f6: Layer already exists [2022-05-23T14:44:33.358Z] b1d2bda36076: Pushed [2022-05-23T14:44:38.781Z] 302c0f83208e: Pushed [2022-05-23T14:44:38.781Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:d2d5b2da0aeeb4fab1c2cd7b7c9a7c7facfa063336da2d0f136b1a6110d4d365 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:39.131Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:39.480Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-05-23T14:44:39.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-05-23T14:44:39.480Z] b1d2bda36076: Preparing [2022-05-23T14:44:39.480Z] 302c0f83208e: Preparing [2022-05-23T14:44:39.480Z] 67558a0416f6: Preparing [2022-05-23T14:44:39.480Z] 2c8c61ded6fa: Preparing [2022-05-23T14:44:39.480Z] f73e7dbfee58: Preparing [2022-05-23T14:44:39.480Z] 2c8c61ded6fa: Layer already exists [2022-05-23T14:44:39.754Z] 302c0f83208e: Layer already exists [2022-05-23T14:44:39.754Z] 67558a0416f6: Layer already exists [2022-05-23T14:44:39.754Z] b1d2bda36076: Layer already exists [2022-05-23T14:44:39.754Z] f73e7dbfee58: Layer already exists [2022-05-23T14:44:39.754Z] latest: digest: sha256:d2d5b2da0aeeb4fab1c2cd7b7c9a7c7facfa063336da2d0f136b1a6110d4d365 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:40.111Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:40.457Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.4 [2022-05-23T14:44:40.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-05-23T14:44:40.457Z] b1d2bda36076: Preparing [2022-05-23T14:44:40.457Z] 302c0f83208e: Preparing [2022-05-23T14:44:40.457Z] 67558a0416f6: Preparing [2022-05-23T14:44:40.457Z] 2c8c61ded6fa: Preparing [2022-05-23T14:44:40.457Z] f73e7dbfee58: Preparing [2022-05-23T14:44:40.731Z] 2c8c61ded6fa: Layer already exists [2022-05-23T14:44:40.731Z] 67558a0416f6: Layer already exists [2022-05-23T14:44:40.731Z] f73e7dbfee58: Layer already exists [2022-05-23T14:44:40.731Z] 302c0f83208e: Layer already exists [2022-05-23T14:44:40.731Z] b1d2bda36076: Layer already exists [2022-05-23T14:44:40.731Z] 2.2.1-dev.4: digest: sha256:d2d5b2da0aeeb4fab1c2cd7b7c9a7c7facfa063336da2d0f136b1a6110d4d365 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:41.087Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:41.442Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:44:41.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-05-23T14:44:41.443Z] b1d2bda36076: Preparing [2022-05-23T14:44:41.443Z] 302c0f83208e: Preparing [2022-05-23T14:44:41.443Z] 67558a0416f6: Preparing [2022-05-23T14:44:41.443Z] 2c8c61ded6fa: Preparing [2022-05-23T14:44:41.443Z] f73e7dbfee58: Preparing [2022-05-23T14:44:41.734Z] 67558a0416f6: Layer already exists [2022-05-23T14:44:41.734Z] 2c8c61ded6fa: Layer already exists [2022-05-23T14:44:41.734Z] 302c0f83208e: Layer already exists [2022-05-23T14:44:41.734Z] f73e7dbfee58: Layer already exists [2022-05-23T14:44:41.734Z] b1d2bda36076: Layer already exists [2022-05-23T14:44:42.549Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:d2d5b2da0aeeb4fab1c2cd7b7c9a7c7facfa063336da2d0f136b1a6110d4d365 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:42.898Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:43.241Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2022-05-23T14:44:43.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-05-23T14:44:43.242Z] b1d2bda36076: Preparing [2022-05-23T14:44:43.242Z] 302c0f83208e: Preparing [2022-05-23T14:44:43.242Z] 67558a0416f6: Preparing [2022-05-23T14:44:43.242Z] 2c8c61ded6fa: Preparing [2022-05-23T14:44:43.242Z] f73e7dbfee58: Preparing [2022-05-23T14:44:43.242Z] f73e7dbfee58: Layer already exists [2022-05-23T14:44:43.242Z] 302c0f83208e: Layer already exists [2022-05-23T14:44:43.242Z] b1d2bda36076: Layer already exists [2022-05-23T14:44:43.242Z] 2c8c61ded6fa: Layer already exists [2022-05-23T14:44:43.242Z] 67558a0416f6: Layer already exists [2022-05-23T14:44:43.513Z] main: digest: sha256:d2d5b2da0aeeb4fab1c2cd7b7c9a7c7facfa063336da2d0f136b1a6110d4d365 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T14:44:43.558Z] ===================================================== [Pipeline] echo [2022-05-23T14:44:43.569Z] taggedImages: [2022-05-23T14:44:43.569Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:44:43.569Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-05-23T14:44:43.569Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.4 [2022-05-23T14:44:43.569Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:44:43.569Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2022-05-23T14:44:43.585Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2022-05-23T14:44:43.585Z] a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:44:43.585Z] latest [2022-05-23T14:44:43.585Z] 2.2.1-dev.4 [2022-05-23T14:44:43.585Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:44:43.585Z] main [2022-05-23T14:44:43.585Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:43.937Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:44:44.283Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:44:44.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-05-23T14:44:44.284Z] 2e265b6232fa: Preparing [2022-05-23T14:44:44.284Z] cca0a89d9a72: Preparing [2022-05-23T14:44:44.284Z] 0a94e7f0c823: Preparing [2022-05-23T14:44:44.284Z] 415549a7b881: Preparing [2022-05-23T14:44:44.284Z] f0e5a4d6c014: Preparing [2022-05-23T14:44:44.284Z] 3b19d27f08f7: Preparing [2022-05-23T14:44:44.284Z] 73bb99a6e169: Preparing [2022-05-23T14:44:44.284Z] ec06c3102977: Preparing [2022-05-23T14:44:44.284Z] 6a3c62e080c7: Preparing [2022-05-23T14:44:44.284Z] 340cb19ca677: Preparing [2022-05-23T14:44:44.284Z] 4f4ce317c6bb: Preparing [2022-05-23T14:44:44.284Z] ec06c3102977: Waiting [2022-05-23T14:44:44.284Z] 6a3c62e080c7: Waiting [2022-05-23T14:44:44.284Z] 340cb19ca677: Waiting [2022-05-23T14:44:44.284Z] 4f4ce317c6bb: Waiting [2022-05-23T14:44:44.284Z] 3b19d27f08f7: Waiting [2022-05-23T14:44:44.284Z] 73bb99a6e169: Waiting [2022-05-23T14:44:44.560Z] f0e5a4d6c014: Layer already exists [2022-05-23T14:44:44.560Z] 3b19d27f08f7: Layer already exists [2022-05-23T14:44:44.560Z] 73bb99a6e169: Layer already exists [2022-05-23T14:44:44.560Z] cca0a89d9a72: Pushed [2022-05-23T14:44:44.560Z] ec06c3102977: Layer already exists [2022-05-23T14:44:44.560Z] 6a3c62e080c7: Layer already exists [2022-05-23T14:44:44.560Z] 340cb19ca677: Layer already exists [2022-05-23T14:44:44.833Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:44:45.425Z] 2e265b6232fa: Pushed [2022-05-23T14:44:47.398Z] 0a94e7f0c823: Pushed [2022-05-23T14:45:05.696Z] 415549a7b881: Pushed [2022-05-23T14:45:05.696Z] a09756d4c706e8bde2f3d310e93d6c44bb943633: digest: sha256:f4beae2639595d2b27901b5fd7c91f020dea317e5248993d89284065c8d2d445 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:45:06.043Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:45:06.384Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-05-23T14:45:06.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-05-23T14:45:06.384Z] 2e265b6232fa: Preparing [2022-05-23T14:45:06.384Z] cca0a89d9a72: Preparing [2022-05-23T14:45:06.384Z] 0a94e7f0c823: Preparing [2022-05-23T14:45:06.384Z] 415549a7b881: Preparing [2022-05-23T14:45:06.384Z] f0e5a4d6c014: Preparing [2022-05-23T14:45:06.384Z] 3b19d27f08f7: Preparing [2022-05-23T14:45:06.384Z] 73bb99a6e169: Preparing [2022-05-23T14:45:06.384Z] ec06c3102977: Preparing [2022-05-23T14:45:06.384Z] 6a3c62e080c7: Preparing [2022-05-23T14:45:06.384Z] 340cb19ca677: Preparing [2022-05-23T14:45:06.384Z] 4f4ce317c6bb: Preparing [2022-05-23T14:45:06.384Z] 3b19d27f08f7: Waiting [2022-05-23T14:45:06.384Z] 73bb99a6e169: Waiting [2022-05-23T14:45:06.384Z] ec06c3102977: Waiting [2022-05-23T14:45:06.384Z] 340cb19ca677: Waiting [2022-05-23T14:45:06.384Z] 6a3c62e080c7: Waiting [2022-05-23T14:45:06.384Z] 4f4ce317c6bb: Waiting [2022-05-23T14:45:06.384Z] f0e5a4d6c014: Layer already exists [2022-05-23T14:45:06.384Z] 415549a7b881: Layer already exists [2022-05-23T14:45:06.384Z] cca0a89d9a72: Layer already exists [2022-05-23T14:45:06.656Z] 0a94e7f0c823: Layer already exists [2022-05-23T14:45:06.656Z] 2e265b6232fa: Layer already exists [2022-05-23T14:45:06.656Z] 73bb99a6e169: Layer already exists [2022-05-23T14:45:06.656Z] ec06c3102977: Layer already exists [2022-05-23T14:45:06.656Z] 340cb19ca677: Layer already exists [2022-05-23T14:45:06.656Z] 3b19d27f08f7: Layer already exists [2022-05-23T14:45:06.656Z] 6a3c62e080c7: Layer already exists [2022-05-23T14:45:06.656Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:45:06.656Z] latest: digest: sha256:f4beae2639595d2b27901b5fd7c91f020dea317e5248993d89284065c8d2d445 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:45:07.006Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:45:07.355Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.4 [2022-05-23T14:45:07.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-05-23T14:45:07.355Z] 2e265b6232fa: Preparing [2022-05-23T14:45:07.355Z] cca0a89d9a72: Preparing [2022-05-23T14:45:07.355Z] 0a94e7f0c823: Preparing [2022-05-23T14:45:07.355Z] 415549a7b881: Preparing [2022-05-23T14:45:07.355Z] f0e5a4d6c014: Preparing [2022-05-23T14:45:07.355Z] 3b19d27f08f7: Preparing [2022-05-23T14:45:07.355Z] 73bb99a6e169: Preparing [2022-05-23T14:45:07.355Z] ec06c3102977: Preparing [2022-05-23T14:45:07.355Z] 6a3c62e080c7: Preparing [2022-05-23T14:45:07.355Z] 340cb19ca677: Preparing [2022-05-23T14:45:07.355Z] 4f4ce317c6bb: Preparing [2022-05-23T14:45:07.355Z] 73bb99a6e169: Waiting [2022-05-23T14:45:07.355Z] ec06c3102977: Waiting [2022-05-23T14:45:07.355Z] 6a3c62e080c7: Waiting [2022-05-23T14:45:07.355Z] 340cb19ca677: Waiting [2022-05-23T14:45:07.355Z] 4f4ce317c6bb: Waiting [2022-05-23T14:45:07.355Z] 3b19d27f08f7: Waiting [2022-05-23T14:45:07.628Z] 2e265b6232fa: Layer already exists [2022-05-23T14:45:07.628Z] 0a94e7f0c823: Layer already exists [2022-05-23T14:45:07.628Z] f0e5a4d6c014: Layer already exists [2022-05-23T14:45:07.628Z] cca0a89d9a72: Layer already exists [2022-05-23T14:45:07.628Z] 415549a7b881: Layer already exists [2022-05-23T14:45:07.628Z] ec06c3102977: Layer already exists [2022-05-23T14:45:07.628Z] 73bb99a6e169: Layer already exists [2022-05-23T14:45:07.628Z] 6a3c62e080c7: Layer already exists [2022-05-23T14:45:07.628Z] 3b19d27f08f7: Layer already exists [2022-05-23T14:45:07.628Z] 340cb19ca677: Layer already exists [2022-05-23T14:45:07.628Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:45:07.628Z] 2.2.1-dev.4: digest: sha256:f4beae2639595d2b27901b5fd7c91f020dea317e5248993d89284065c8d2d445 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:45:07.979Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:45:08.316Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:45:08.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-05-23T14:45:08.316Z] 2e265b6232fa: Preparing [2022-05-23T14:45:08.316Z] cca0a89d9a72: Preparing [2022-05-23T14:45:08.316Z] 0a94e7f0c823: Preparing [2022-05-23T14:45:08.316Z] 415549a7b881: Preparing [2022-05-23T14:45:08.316Z] f0e5a4d6c014: Preparing [2022-05-23T14:45:08.316Z] 3b19d27f08f7: Preparing [2022-05-23T14:45:08.316Z] 73bb99a6e169: Preparing [2022-05-23T14:45:08.316Z] ec06c3102977: Preparing [2022-05-23T14:45:08.316Z] 6a3c62e080c7: Preparing [2022-05-23T14:45:08.316Z] 340cb19ca677: Preparing [2022-05-23T14:45:08.316Z] 4f4ce317c6bb: Preparing [2022-05-23T14:45:08.317Z] 3b19d27f08f7: Waiting [2022-05-23T14:45:08.317Z] 73bb99a6e169: Waiting [2022-05-23T14:45:08.317Z] ec06c3102977: Waiting [2022-05-23T14:45:08.317Z] 6a3c62e080c7: Waiting [2022-05-23T14:45:08.317Z] 340cb19ca677: Waiting [2022-05-23T14:45:08.317Z] 4f4ce317c6bb: Waiting [2022-05-23T14:45:08.317Z] f0e5a4d6c014: Layer already exists [2022-05-23T14:45:08.317Z] 415549a7b881: Layer already exists [2022-05-23T14:45:08.317Z] 0a94e7f0c823: Layer already exists [2022-05-23T14:45:08.317Z] 2e265b6232fa: Layer already exists [2022-05-23T14:45:08.317Z] cca0a89d9a72: Layer already exists [2022-05-23T14:45:08.589Z] 3b19d27f08f7: Layer already exists [2022-05-23T14:45:08.589Z] 6a3c62e080c7: Layer already exists [2022-05-23T14:45:08.589Z] 340cb19ca677: Layer already exists [2022-05-23T14:45:08.589Z] ec06c3102977: Layer already exists [2022-05-23T14:45:08.589Z] 73bb99a6e169: Layer already exists [2022-05-23T14:45:08.589Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:45:08.589Z] a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4: digest: sha256:f4beae2639595d2b27901b5fd7c91f020dea317e5248993d89284065c8d2d445 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:45:08.939Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:45:09.278Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2022-05-23T14:45:09.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-05-23T14:45:09.278Z] 2e265b6232fa: Preparing [2022-05-23T14:45:09.278Z] cca0a89d9a72: Preparing [2022-05-23T14:45:09.278Z] 0a94e7f0c823: Preparing [2022-05-23T14:45:09.278Z] 415549a7b881: Preparing [2022-05-23T14:45:09.278Z] f0e5a4d6c014: Preparing [2022-05-23T14:45:09.278Z] 3b19d27f08f7: Preparing [2022-05-23T14:45:09.278Z] 73bb99a6e169: Preparing [2022-05-23T14:45:09.278Z] ec06c3102977: Preparing [2022-05-23T14:45:09.278Z] 6a3c62e080c7: Preparing [2022-05-23T14:45:09.278Z] 340cb19ca677: Preparing [2022-05-23T14:45:09.278Z] 4f4ce317c6bb: Preparing [2022-05-23T14:45:09.278Z] 3b19d27f08f7: Waiting [2022-05-23T14:45:09.278Z] 73bb99a6e169: Waiting [2022-05-23T14:45:09.278Z] 340cb19ca677: Waiting [2022-05-23T14:45:09.278Z] 6a3c62e080c7: Waiting [2022-05-23T14:45:09.278Z] ec06c3102977: Waiting [2022-05-23T14:45:09.278Z] 4f4ce317c6bb: Waiting [2022-05-23T14:45:09.278Z] 2e265b6232fa: Layer already exists [2022-05-23T14:45:09.278Z] 0a94e7f0c823: Layer already exists [2022-05-23T14:45:09.278Z] 415549a7b881: Layer already exists [2022-05-23T14:45:09.278Z] cca0a89d9a72: Layer already exists [2022-05-23T14:45:09.278Z] f0e5a4d6c014: Layer already exists [2022-05-23T14:45:09.550Z] 3b19d27f08f7: Layer already exists [2022-05-23T14:45:09.550Z] 6a3c62e080c7: Layer already exists [2022-05-23T14:45:09.550Z] 73bb99a6e169: Layer already exists [2022-05-23T14:45:09.550Z] ec06c3102977: Layer already exists [2022-05-23T14:45:09.550Z] 340cb19ca677: Layer already exists [2022-05-23T14:45:09.550Z] 4f4ce317c6bb: Layer already exists [2022-05-23T14:45:09.550Z] main: digest: sha256:f4beae2639595d2b27901b5fd7c91f020dea317e5248993d89284065c8d2d445 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T14:45:09.601Z] ===================================================== [Pipeline] echo [2022-05-23T14:45:09.611Z] taggedImages: [2022-05-23T14:45:09.611Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633 [2022-05-23T14:45:09.611Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-05-23T14:45:09.611Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.4 [2022-05-23T14:45:09.611Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:a09756d4c706e8bde2f3d310e93d6c44bb943633-2.2.1-dev.4 [2022-05-23T14:45:09.611Z] - 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-23T14:45:09.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-23T14:45:09.979Z] [2022-05-23T14:45:09.979Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:45:10.326Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-23T14:45:10.602Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-23T14:45:10.602Z] 8998bd30e6a1: Pulling fs layer [2022-05-23T14:45:10.602Z] 04944245beec: Pulling fs layer [2022-05-23T14:45:10.602Z] 699f458cf7ca: Pulling fs layer [2022-05-23T14:45:10.602Z] 765212b225bb: Pulling fs layer [2022-05-23T14:45:10.602Z] f23df028b6ca: Pulling fs layer [2022-05-23T14:45:10.602Z] d65c8cfc05b1: Pulling fs layer [2022-05-23T14:45:10.602Z] 2437ff75d9bd: Pulling fs layer [2022-05-23T14:45:10.602Z] 765212b225bb: Waiting [2022-05-23T14:45:10.602Z] f23df028b6ca: Waiting [2022-05-23T14:45:10.602Z] d65c8cfc05b1: Waiting [2022-05-23T14:45:10.602Z] 2437ff75d9bd: Waiting [2022-05-23T14:45:10.602Z] 04944245beec: Verifying Checksum [2022-05-23T14:45:10.602Z] 04944245beec: Download complete [2022-05-23T14:45:10.602Z] 765212b225bb: Verifying Checksum [2022-05-23T14:45:10.602Z] 765212b225bb: Download complete [2022-05-23T14:45:10.875Z] f23df028b6ca: Download complete [2022-05-23T14:45:10.875Z] d65c8cfc05b1: Verifying Checksum [2022-05-23T14:45:10.875Z] d65c8cfc05b1: Download complete [2022-05-23T14:45:10.875Z] 699f458cf7ca: Verifying Checksum [2022-05-23T14:45:10.875Z] 699f458cf7ca: Download complete [2022-05-23T14:45:11.504Z] 8998bd30e6a1: Verifying Checksum [2022-05-23T14:45:11.504Z] 8998bd30e6a1: Download complete [2022-05-23T14:45:14.425Z] 2437ff75d9bd: Download complete [2022-05-23T14:45:16.777Z] 8998bd30e6a1: Pull complete [2022-05-23T14:45:17.053Z] 04944245beec: Pull complete [2022-05-23T14:45:18.913Z] 699f458cf7ca: Pull complete [2022-05-23T14:45:18.913Z] 765212b225bb: Pull complete [2022-05-23T14:45:20.010Z] f23df028b6ca: Pull complete [2022-05-23T14:45:20.010Z] d65c8cfc05b1: Pull complete [2022-05-23T14:45:38.657Z] 2437ff75d9bd: Pull complete [2022-05-23T14:45:38.657Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-23T14:45:38.657Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-23T14:45:38.657Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-23T14:45:38.900Z] prd-ubuntu20.04-docker-arm64-4c-16g-64372 does not seem to be running inside a container [2022-05-23T14:45:39.089Z] $ 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/232 -v /w/workspace/edgex-go/232:/w/workspace/edgex-go/232:rw,z -v /w/workspace/edgex-go/232@tmp:/w/workspace/edgex-go/232@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-23T14:45:40.584Z] $ docker top c0dd81f95c8e8006182ef47e3d64b65e3b4c3969ba1cfe1a32c5361e42f72ef3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T14:45:41.677Z] ---> job-cost.sh [2022-05-23T14:45:41.677Z] lf-activate-venv: SKIPPING [2022-05-23T14:45:41.677Z] INFO: No Stack... [2022-05-23T14:45:42.321Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-23T14:45:43.170Z] INFO: Archiving Costs [Pipeline] sh [2022-05-23T14:45:43.848Z] + cat /w/workspace/edgex-go/232/archives/cost.csv [2022-05-23T14:45:43.848Z] + cut -d, -f6 [Pipeline] lock [2022-05-23T14:45:43.883Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-232-stack-cost] [2022-05-23T14:45:43.894Z] Resource [jenkins-edgexfoundry-edgex-go-main-232-stack-cost] did not exist. Created. [2022-05-23T14:45:43.894Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-232-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-23T14:45:44.572Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-23T14:45:45.377Z] Stashed 1 file(s) [Pipeline] } [2022-05-23T14:45:45.385Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-232-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-23T14:45:45.390Z] $ docker stop --time=1 c0dd81f95c8e8006182ef47e3d64b65e3b4c3969ba1cfe1a32c5361e42f72ef3 [2022-05-23T14:45:46.989Z] $ docker rm -f c0dd81f95c8e8006182ef47e3d64b65e3b4c3969ba1cfe1a32c5361e42f72ef3 [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-23T14:45:47.680Z] provisioning config files... [2022-05-23T14:45:47.729Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/232@tmp/config4960611772857607998tmp [Pipeline] { [Pipeline] sh [2022-05-23T14:45:48.048Z] + set +x [2022-05-23T14:45:48.048Z] + curl -s https://codecov.io/bash [2022-05-23T14:45:48.048Z] + bash -s -- [2022-05-23T14:45:48.048Z] [2022-05-23T14:45:48.048Z] _____ _ [2022-05-23T14:45:48.048Z] / ____| | | [2022-05-23T14:45:48.048Z] | | ___ __| | ___ ___ _____ __ [2022-05-23T14:45:48.048Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-23T14:45:48.048Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-23T14:45:48.048Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-23T14:45:48.048Z] Bash-1.0.6 [2022-05-23T14:45:48.048Z] [2022-05-23T14:45:48.048Z] [2022-05-23T14:45:48.048Z] ==> git version 2.25.1 found [2022-05-23T14:45:48.048Z] ==> 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-23T14:45:48.048Z] Release-Date: 2020-01-08 [2022-05-23T14:45:48.048Z] 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-23T14:45:48.048Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-23T14:45:48.048Z] ==> Jenkins CI detected. [2022-05-23T14:45:48.048Z] current dir:  /w/workspace/edgex-go/232 [2022-05-23T14:45:48.048Z] project root: . [2022-05-23T14:45:48.048Z] --> token set from env [2022-05-23T14:45:48.048Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-23T14:45:48.048Z] ==> Running gcov in . (disable via -X gcov) [2022-05-23T14:45:48.048Z] ==> Python coveragepy not found [2022-05-23T14:45:48.048Z] ==> Searching for coverage reports in: [2022-05-23T14:45:48.048Z] + . [2022-05-23T14:45:48.048Z] -> Found 1 reports [2022-05-23T14:45:48.048Z] ==> Detecting git/mercurial file structure [2022-05-23T14:45:48.309Z] ==> Reading reports [2022-05-23T14:45:48.309Z] + ./coverage.out bytes=435134 [2022-05-23T14:45:48.309Z] ==> Appending adjustments [2022-05-23T14:45:48.309Z] https://docs.codecov.io/docs/fixing-reports [2022-05-23T14:45:49.249Z] + Found adjustments [2022-05-23T14:45:49.249Z] ==> Gzipping contents [2022-05-23T14:45:49.249Z] 60K /tmp/codecov.tj1iY9.gz [2022-05-23T14:45:49.249Z] ==> Uploading reports [2022-05-23T14:45:49.249Z] url: https://codecov.io [2022-05-23T14:45:49.249Z] query: branch=main&commit=a09756d4c706e8bde2f3d310e93d6c44bb943633&build=232&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F232%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-05-23T14:45:49.249Z] -> Pinging Codecov [2022-05-23T14:45:49.249Z] 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=a09756d4c706e8bde2f3d310e93d6c44bb943633&build=232&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F232%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-05-23T14:45:49.508Z] -> Uploading to [2022-05-23T14:45:49.509Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-23/00271124DB129430A58F1EEE437C3FCB/a09756d4c706e8bde2f3d310e93d6c44bb943633/72c8a604-50da-4f99-b62a-08b9d3d58a6d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220523%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220523T144549Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5051225049020adc222f86b2362e4ad47f24664dd50ee53f7ff3fad2b9164d55 [2022-05-23T14:45:49.509Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T14:45:49.509Z] Dload Upload Total Spent Left Speed [2022-05-23T14:45:49.767Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59842 0 0 100 59842 0 262k --:--:-- --:--:-- --:--:-- 262k [2022-05-23T14:45:49.767Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a09756d4c706e8bde2f3d310e93d6c44bb943633 [Pipeline] } [2022-05-23T14:45:49.775Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2022-05-23T14:45:50.097Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-05-23T14:45:50.110Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:45:50.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-23T14:45:50.412Z] [2022-05-23T14:45:50.412Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:45:50.720Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-23T14:45:50.720Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-05-23T14:45:50.720Z] 188c0c94c7c5: Pulling fs layer [2022-05-23T14:45:50.720Z] 0ef7d3d256c8: Pulling fs layer [2022-05-23T14:45:50.720Z] de9db76c5a1d: Pulling fs layer [2022-05-23T14:45:50.720Z] 0eba1c9be4d2: Pulling fs layer [2022-05-23T14:45:50.720Z] 0d57e429df01: Pulling fs layer [2022-05-23T14:45:50.720Z] 4e4be7b47b0d: Pulling fs layer [2022-05-23T14:45:50.720Z] e1f770b5df2f: Pulling fs layer [2022-05-23T14:45:50.720Z] 85a0685a4137: Pulling fs layer [2022-05-23T14:45:50.720Z] 4e4be7b47b0d: Waiting [2022-05-23T14:45:50.720Z] 0eba1c9be4d2: Waiting [2022-05-23T14:45:50.720Z] 0d57e429df01: Waiting [2022-05-23T14:45:50.720Z] 85a0685a4137: Waiting [2022-05-23T14:45:50.720Z] de9db76c5a1d: Verifying Checksum [2022-05-23T14:45:50.720Z] de9db76c5a1d: Download complete [2022-05-23T14:45:50.720Z] 0ef7d3d256c8: Verifying Checksum [2022-05-23T14:45:50.720Z] 0ef7d3d256c8: Download complete [2022-05-23T14:45:50.720Z] 0d57e429df01: Verifying Checksum [2022-05-23T14:45:50.720Z] 0d57e429df01: Download complete [2022-05-23T14:45:50.720Z] 4e4be7b47b0d: Verifying Checksum [2022-05-23T14:45:50.720Z] 4e4be7b47b0d: Download complete [2022-05-23T14:45:50.720Z] 188c0c94c7c5: Verifying Checksum [2022-05-23T14:45:50.720Z] 188c0c94c7c5: Download complete [2022-05-23T14:45:50.988Z] 188c0c94c7c5: Pull complete [2022-05-23T14:45:50.988Z] e1f770b5df2f: Verifying Checksum [2022-05-23T14:45:50.988Z] e1f770b5df2f: Download complete [2022-05-23T14:45:50.988Z] 0ef7d3d256c8: Pull complete [2022-05-23T14:45:50.988Z] de9db76c5a1d: Pull complete [2022-05-23T14:45:51.572Z] 0eba1c9be4d2: Verifying Checksum [2022-05-23T14:45:51.572Z] 0eba1c9be4d2: Download complete [2022-05-23T14:45:51.572Z] 85a0685a4137: Verifying Checksum [2022-05-23T14:45:51.572Z] 85a0685a4137: Download complete [2022-05-23T14:45:54.867Z] 0eba1c9be4d2: Pull complete [2022-05-23T14:45:54.867Z] 0d57e429df01: Pull complete [2022-05-23T14:45:54.867Z] 4e4be7b47b0d: Pull complete [2022-05-23T14:45:55.125Z] e1f770b5df2f: Pull complete [2022-05-23T14:45:58.415Z] 85a0685a4137: Pull complete [2022-05-23T14:45:58.416Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-05-23T14:45:58.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-23T14:45:58.416Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-05-23T14:45:58.481Z] prd-ubuntu20.04-docker-8c-8g-64371 does not seem to be running inside a container [2022-05-23T14:45:58.514Z] $ 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/232 -v /w/workspace/edgex-go/232:/w/workspace/edgex-go/232:rw,z -v /w/workspace/edgex-go/232@tmp:/w/workspace/edgex-go/232@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-23T14:46:01.577Z] $ docker top 80cd32ec1bcce29c09b3cb1319525c2682ba9004ffc41a2beb60cd10c30c3e60 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-05-23T14:46:01.710Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-05-23T14:46:03.493Z] + set -o pipefail [2022-05-23T14:46:03.493Z] + snyk monitor '--org=edgex-jenkins' [2022-05-23T14:47:03.639Z] [2022-05-23T14:47:03.639Z] Monitoring /w/workspace/edgex-go/232 (github.com/edgexfoundry/edgex-go)... [2022-05-23T14:47:03.639Z] [2022-05-23T14:47:03.639Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/07bc119d-7099-4002-8d68-40fa07c3a45d [2022-05-23T14:47:03.639Z] [2022-05-23T14:47:03.639Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-05-23T14:47:03.639Z] [2022-05-23T14:47:03.639Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-05-23T14:47:03.639Z] [2022-05-23T14:47:03.639Z] [Pipeline] } [2022-05-23T14:47:03.648Z] $ docker stop --time=1 80cd32ec1bcce29c09b3cb1319525c2682ba9004ffc41a2beb60cd10c30c3e60 [2022-05-23T14:47:05.318Z] $ docker rm -f 80cd32ec1bcce29c09b3cb1319525c2682ba9004ffc41a2beb60cd10c30c3e60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2022-05-23T14:47:05.742Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T14:47:05.756Z] provisioning config files... [2022-05-23T14:47:05.765Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/232@tmp/config4167512256816534585tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T14:47:06.070Z] --> edgex-publish-swagger.sh [2022-05-23T14:47:06.070Z] === Publish openapi/v2 API === [2022-05-23T14:47:06.070Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2022-05-23T14:47:06.070Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/232/openapi/v2/core-command.yaml] [2022-05-23T14:47:06.070Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T14:47:06.070Z] Dload Upload Total Spent Left Speed [2022-05-23T14:47:07.013Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 36933 --:--:-- --:--:-- --:--:-- 36893 100 33831 0 0 100 33831 0 36933 --:--:-- --:--:-- --:--:-- 36893 [2022-05-23T14:47:07.013Z] [2022-05-23T14:47:07.013Z] [2022-05-23T14:47:07.013Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/232/openapi/v2/core-data.yaml] [2022-05-23T14:47:07.013Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T14:47:07.013Z] Dload Upload Total Spent Left Speed [2022-05-23T14:47:07.959Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 82208 --:--:-- --:--:-- --:--:-- 82208 [2022-05-23T14:47:07.959Z] [2022-05-23T14:47:07.959Z] [2022-05-23T14:47:07.959Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/232/openapi/v2/core-metadata.yaml] [2022-05-23T14:47:07.959Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T14:47:07.959Z] Dload Upload Total Spent Left Speed [2022-05-23T14:47:08.531Z] 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 162k --:--:-- --:--:-- --:--:-- 161k [2022-05-23T14:47:08.531Z] [2022-05-23T14:47:08.531Z] [2022-05-23T14:47:08.531Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/232/openapi/v2/support-notifications.yaml] [2022-05-23T14:47:08.793Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T14:47:08.793Z] Dload Upload Total Spent Left Speed [2022-05-23T14:47:09.741Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 431k --:--:-- --:--:-- --:--:-- 429k 100 89318 0 0 100 89318 0 77735 0:00:01 0:00:01 --:--:-- 77735 [2022-05-23T14:47:09.741Z] [2022-05-23T14:47:09.741Z] [2022-05-23T14:47:09.741Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/232/openapi/v2/support-scheduler.yaml] [2022-05-23T14:47:09.741Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T14:47:09.741Z] Dload Upload Total Spent Left Speed [2022-05-23T14:47:10.684Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 47946 --:--:-- --:--:-- --:--:-- 47888 [2022-05-23T14:47:10.684Z] [2022-05-23T14:47:10.684Z] [2022-05-23T14:47:10.684Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/232/openapi/v2/system-agent.yaml] [2022-05-23T14:47:10.684Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T14:47:10.684Z] Dload Upload Total Spent Left Speed [2022-05-23T14:47:11.514Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 99460 --:--:-- --:--:-- --:--:-- 98970 100 20091 0 0 100 20091 0 23280 --:--:-- --:--:-- --:--:-- 23253 [2022-05-23T14:47:11.514Z] [2022-05-23T14:47:11.514Z] [Pipeline] } [2022-05-23T14:47:11.523Z] 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-23T14:47:11.950Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T14:47:11.950Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:47:12.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T14:47:12.250Z] . [Pipeline] withDockerContainer [2022-05-23T14:47:12.321Z] prd-ubuntu20.04-docker-8c-8g-64371 does not seem to be running inside a container [2022-05-23T14:47:12.357Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/232 -v /w/workspace/edgex-go/232:/w/workspace/edgex-go/232:rw,z -v /w/workspace/edgex-go/232@tmp:/w/workspace/edgex-go/232@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-23T14:47:12.798Z] $ docker top 04cc2d942a1b48d71102fb3dd9e5426a319f59e58aa2cf37d1bbcf64f49bcc7f -eo pid,comm [2022-05-23T14:47:12.860Z] 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-23T14:47:12.860Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T14:47:12.898Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T14:47:12.898Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T14:47:13.016Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T14:47:13.014Z] $ docker exec 04cc2d942a1b48d71102fb3dd9e5426a319f59e58aa2cf37d1bbcf64f49bcc7f ssh-agent [2022-05-23T14:47:13.134Z] SSH_AUTH_SOCK=/tmp/ssh-OxJVtoxiBaQJ/agent.32 [2022-05-23T14:47:13.134Z] SSH_AGENT_PID=38 [2022-05-23T14:47:13.140Z] Running ssh-add (command line suppressed) [2022-05-23T14:47:13.246Z] Identity added: /w/workspace/edgex-go/232@tmp/private_key_8508296255495035773.key (/w/workspace/edgex-go/232@tmp/private_key_8508296255495035773.key) [2022-05-23T14:47:13.265Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T14:47:13.559Z] + git semver tag [2022-05-23T14:47:13.820Z] 2022-05-23 14:47:13,718 [run_tag] DEBUG tag force:False [2022-05-23T14:47:13.820Z] 2022-05-23 14:47:13,718 [check_head_tag] DEBUG check head tag [2022-05-23T14:47:13.820Z] 2022-05-23 14:47:13,721 [execute] INFO git cat-file --batch-check [2022-05-23T14:47:13.820Z] 2022-05-23 14:47:13,721 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/232, universal_newlines=False, shell=None, istream=) [2022-05-23T14:47:13.820Z] 2022-05-23 14:47:13,724 [execute] INFO git cat-file --batch [2022-05-23T14:47:13.820Z] 2022-05-23 14:47:13,725 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/232, universal_newlines=False, shell=None, istream=) [2022-05-23T14:47:13.820Z] 2022-05-23 14:47:13,773 [read_version] DEBUG read version from /w/workspace/edgex-go/232/.semver/main [2022-05-23T14:47:13.820Z] 2022-05-23 14:47:13,773 [execute] INFO git tag -a v2.2.1-dev.4 -m v2.2.1-dev.4 [2022-05-23T14:47:13.820Z] 2022-05-23 14:47:13,773 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.4', '-m', 'v2.2.1-dev.4'], cwd=/w/workspace/edgex-go/232, universal_newlines=False, shell=None, istream=None) [2022-05-23T14:47:13.820Z] 2022-05-23 14:47:13,776 [read_version] DEBUG read version from /w/workspace/edgex-go/232/.semver/main [2022-05-23T14:47:13.820Z] 2.2.1-dev.4 [Pipeline] } [2022-05-23T14:47:13.826Z] $ docker exec --env ******** --env ******** 04cc2d942a1b48d71102fb3dd9e5426a319f59e58aa2cf37d1bbcf64f49bcc7f ssh-agent -k [2022-05-23T14:47:13.936Z] unset SSH_AUTH_SOCK; [2022-05-23T14:47:13.936Z] unset SSH_AGENT_PID; [2022-05-23T14:47:13.936Z] echo Agent pid 38 killed; [2022-05-23T14:47:13.950Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T14:47:14.260Z] + git semver [Pipeline] } [2022-05-23T14:47:14.532Z] $ docker stop --time=1 04cc2d942a1b48d71102fb3dd9e5426a319f59e58aa2cf37d1bbcf64f49bcc7f [2022-05-23T14:47:15.874Z] $ docker rm -f 04cc2d942a1b48d71102fb3dd9e5426a319f59e58aa2cf37d1bbcf64f49bcc7f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:47:16.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-23T14:47:16.266Z] [2022-05-23T14:47:16.266Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:47:16.571Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-23T14:47:16.571Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-05-23T14:47:16.571Z] ab5ef0e58194: Pulling fs layer [2022-05-23T14:47:16.571Z] 9712f1f96733: Pulling fs layer [2022-05-23T14:47:16.571Z] 63f879dbbcfc: Pulling fs layer [2022-05-23T14:47:16.571Z] 0d9ebad4ef96: Pulling fs layer [2022-05-23T14:47:16.571Z] e9a5061849ea: Pulling fs layer [2022-05-23T14:47:16.571Z] d747dcd14b5f: Pulling fs layer [2022-05-23T14:47:16.571Z] 2de7ff778b66: Pulling fs layer [2022-05-23T14:47:16.571Z] e9a5061849ea: Waiting [2022-05-23T14:47:16.571Z] 2de7ff778b66: Waiting [2022-05-23T14:47:16.571Z] d747dcd14b5f: Waiting [2022-05-23T14:47:16.571Z] 0d9ebad4ef96: Waiting [2022-05-23T14:47:16.571Z] 9712f1f96733: Verifying Checksum [2022-05-23T14:47:16.571Z] 9712f1f96733: Download complete [2022-05-23T14:47:16.832Z] 63f879dbbcfc: Verifying Checksum [2022-05-23T14:47:16.832Z] 63f879dbbcfc: Download complete [2022-05-23T14:47:17.094Z] e9a5061849ea: Verifying Checksum [2022-05-23T14:47:17.094Z] e9a5061849ea: Download complete [2022-05-23T14:47:17.094Z] d747dcd14b5f: Verifying Checksum [2022-05-23T14:47:17.094Z] d747dcd14b5f: Download complete [2022-05-23T14:47:17.094Z] 0d9ebad4ef96: Verifying Checksum [2022-05-23T14:47:17.094Z] 0d9ebad4ef96: Download complete [2022-05-23T14:47:17.094Z] ab5ef0e58194: Verifying Checksum [2022-05-23T14:47:17.094Z] ab5ef0e58194: Download complete [2022-05-23T14:47:17.353Z] 2de7ff778b66: Verifying Checksum [2022-05-23T14:47:19.891Z] ab5ef0e58194: Pull complete [2022-05-23T14:47:19.891Z] 9712f1f96733: Pull complete [2022-05-23T14:47:20.829Z] 63f879dbbcfc: Pull complete [2022-05-23T14:47:24.124Z] 0d9ebad4ef96: Pull complete [2022-05-23T14:47:24.694Z] e9a5061849ea: Pull complete [2022-05-23T14:47:24.694Z] d747dcd14b5f: Pull complete [2022-05-23T14:47:25.711Z] 2de7ff778b66: Pull complete [2022-05-23T14:47:25.711Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-05-23T14:47:25.711Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-23T14:47:25.711Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-05-23T14:47:25.782Z] prd-ubuntu20.04-docker-8c-8g-64371 does not seem to be running inside a container [2022-05-23T14:47:25.809Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/232 -v /w/workspace/edgex-go/232:/w/workspace/edgex-go/232:rw,z -v /w/workspace/edgex-go/232@tmp:/w/workspace/edgex-go/232@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-23T14:47:28.456Z] $ docker top bc21c1bb01ea7c3adfaaaf67436afe9dea021f9259df545e04aed8d6f9bffc2f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-05-23T14:47:28.541Z] provisioning config files... [2022-05-23T14:47:28.548Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/232@tmp/config3930909843151321682tmp [2022-05-23T14:47:28.559Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/232@tmp/config7142007129712389142tmp [2022-05-23T14:47:28.570Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/232@tmp/config4180038913850511933tmp [Pipeline] { [Pipeline] echo [2022-05-23T14:47:28.586Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T14:47:28.870Z] ---> sigul-configuration.sh [2022-05-23T14:47:28.870Z] gpg: directory `/root/.gnupg' created [2022-05-23T14:47:28.870Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-05-23T14:47:28.870Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-05-23T14:47:28.870Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-05-23T14:47:28.870Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-05-23T14:47:28.870Z] gpg: CAST5 encrypted data [2022-05-23T14:47:28.870Z] gpg: encrypted with 1 passphrase [2022-05-23T14:47:28.870Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-05-23T14:47:29.163Z] + mkdir /home/jenkins [2022-05-23T14:47:29.163Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-05-23T14:47:29.453Z] + 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-23T14:47:29.463Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T14:47:29.791Z] ---> sigul-install.sh [2022-05-23T14:47:29.791Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-05-23T14:47:30.084Z] + git tag --list [2022-05-23T14:47:30.084Z] 0.6.0 [2022-05-23T14:47:30.084Z] 0.6.1 [2022-05-23T14:47:30.084Z] 0.7.0 [2022-05-23T14:47:30.084Z] 0.7.1 [2022-05-23T14:47:30.084Z] v1.0.0 [2022-05-23T14:47:30.084Z] v1.0.1 [2022-05-23T14:47:30.084Z] v1.1.0 [2022-05-23T14:47:30.084Z] v1.2.0 [2022-05-23T14:47:30.084Z] v1.2.1 [2022-05-23T14:47:30.084Z] v1.3.0 [2022-05-23T14:47:30.084Z] v1.3.1 [2022-05-23T14:47:30.084Z] v2.0.0 [2022-05-23T14:47:30.084Z] v2.0.1-dev.1 [2022-05-23T14:47:30.084Z] v2.0.1-dev.10 [2022-05-23T14:47:30.084Z] v2.0.1-dev.11 [2022-05-23T14:47:30.084Z] v2.0.1-dev.12 [2022-05-23T14:47:30.084Z] v2.0.1-dev.13 [2022-05-23T14:47:30.084Z] v2.0.1-dev.14 [2022-05-23T14:47:30.084Z] v2.0.1-dev.15 [2022-05-23T14:47:30.084Z] v2.0.1-dev.16 [2022-05-23T14:47:30.084Z] v2.0.1-dev.17 [2022-05-23T14:47:30.084Z] v2.0.1-dev.18 [2022-05-23T14:47:30.084Z] v2.0.1-dev.19 [2022-05-23T14:47:30.084Z] v2.0.1-dev.2 [2022-05-23T14:47:30.084Z] v2.0.1-dev.20 [2022-05-23T14:47:30.084Z] v2.0.1-dev.21 [2022-05-23T14:47:30.084Z] v2.0.1-dev.22 [2022-05-23T14:47:30.084Z] v2.0.1-dev.23 [2022-05-23T14:47:30.084Z] v2.0.1-dev.24 [2022-05-23T14:47:30.084Z] v2.0.1-dev.25 [2022-05-23T14:47:30.084Z] v2.0.1-dev.26 [2022-05-23T14:47:30.084Z] v2.0.1-dev.27 [2022-05-23T14:47:30.084Z] v2.0.1-dev.28 [2022-05-23T14:47:30.084Z] v2.0.1-dev.29 [2022-05-23T14:47:30.084Z] v2.0.1-dev.3 [2022-05-23T14:47:30.084Z] v2.0.1-dev.30 [2022-05-23T14:47:30.084Z] v2.0.1-dev.31 [2022-05-23T14:47:30.084Z] v2.0.1-dev.32 [2022-05-23T14:47:30.084Z] v2.0.1-dev.33 [2022-05-23T14:47:30.084Z] v2.0.1-dev.34 [2022-05-23T14:47:30.084Z] v2.0.1-dev.35 [2022-05-23T14:47:30.084Z] v2.0.1-dev.36 [2022-05-23T14:47:30.084Z] v2.0.1-dev.37 [2022-05-23T14:47:30.084Z] v2.0.1-dev.38 [2022-05-23T14:47:30.084Z] v2.0.1-dev.39 [2022-05-23T14:47:30.084Z] v2.0.1-dev.4 [2022-05-23T14:47:30.084Z] v2.0.1-dev.40 [2022-05-23T14:47:30.084Z] v2.0.1-dev.41 [2022-05-23T14:47:30.084Z] v2.0.1-dev.42 [2022-05-23T14:47:30.084Z] v2.0.1-dev.43 [2022-05-23T14:47:30.084Z] v2.0.1-dev.44 [2022-05-23T14:47:30.084Z] v2.0.1-dev.45 [2022-05-23T14:47:30.084Z] v2.0.1-dev.46 [2022-05-23T14:47:30.084Z] v2.0.1-dev.47 [2022-05-23T14:47:30.084Z] v2.0.1-dev.48 [2022-05-23T14:47:30.084Z] v2.0.1-dev.49 [2022-05-23T14:47:30.084Z] v2.0.1-dev.5 [2022-05-23T14:47:30.084Z] v2.0.1-dev.50 [2022-05-23T14:47:30.084Z] v2.0.1-dev.51 [2022-05-23T14:47:30.084Z] v2.0.1-dev.52 [2022-05-23T14:47:30.084Z] v2.0.1-dev.53 [2022-05-23T14:47:30.084Z] v2.0.1-dev.54 [2022-05-23T14:47:30.084Z] v2.0.1-dev.55 [2022-05-23T14:47:30.084Z] v2.0.1-dev.56 [2022-05-23T14:47:30.084Z] v2.0.1-dev.57 [2022-05-23T14:47:30.084Z] v2.0.1-dev.58 [2022-05-23T14:47:30.084Z] v2.0.1-dev.59 [2022-05-23T14:47:30.084Z] v2.0.1-dev.6 [2022-05-23T14:47:30.084Z] v2.0.1-dev.60 [2022-05-23T14:47:30.084Z] v2.0.1-dev.61 [2022-05-23T14:47:30.084Z] v2.0.1-dev.62 [2022-05-23T14:47:30.084Z] v2.0.1-dev.63 [2022-05-23T14:47:30.084Z] v2.0.1-dev.64 [2022-05-23T14:47:30.084Z] v2.0.1-dev.65 [2022-05-23T14:47:30.084Z] v2.0.1-dev.66 [2022-05-23T14:47:30.084Z] v2.0.1-dev.67 [2022-05-23T14:47:30.084Z] v2.0.1-dev.68 [2022-05-23T14:47:30.084Z] v2.0.1-dev.69 [2022-05-23T14:47:30.084Z] v2.0.1-dev.7 [2022-05-23T14:47:30.084Z] v2.0.1-dev.70 [2022-05-23T14:47:30.084Z] v2.0.1-dev.71 [2022-05-23T14:47:30.084Z] v2.0.1-dev.72 [2022-05-23T14:47:30.084Z] v2.0.1-dev.73 [2022-05-23T14:47:30.084Z] v2.0.1-dev.74 [2022-05-23T14:47:30.084Z] v2.0.1-dev.75 [2022-05-23T14:47:30.084Z] v2.0.1-dev.76 [2022-05-23T14:47:30.084Z] v2.0.1-dev.77 [2022-05-23T14:47:30.084Z] v2.0.1-dev.78 [2022-05-23T14:47:30.084Z] v2.0.1-dev.79 [2022-05-23T14:47:30.084Z] v2.0.1-dev.8 [2022-05-23T14:47:30.084Z] v2.0.1-dev.80 [2022-05-23T14:47:30.084Z] v2.0.1-dev.81 [2022-05-23T14:47:30.084Z] v2.0.1-dev.82 [2022-05-23T14:47:30.084Z] v2.0.1-dev.83 [2022-05-23T14:47:30.084Z] v2.0.1-dev.84 [2022-05-23T14:47:30.084Z] v2.0.1-dev.85 [2022-05-23T14:47:30.084Z] v2.0.1-dev.86 [2022-05-23T14:47:30.084Z] v2.0.1-dev.87 [2022-05-23T14:47:30.084Z] v2.0.1-dev.88 [2022-05-23T14:47:30.084Z] v2.0.1-dev.89 [2022-05-23T14:47:30.084Z] v2.0.1-dev.9 [2022-05-23T14:47:30.084Z] v2.0.1-dev.90 [2022-05-23T14:47:30.084Z] v2.0.1-dev.91 [2022-05-23T14:47:30.084Z] v2.0.1-dev.92 [2022-05-23T14:47:30.084Z] v2.0.1-dev.93 [2022-05-23T14:47:30.084Z] v2.0.1-dev.94 [2022-05-23T14:47:30.084Z] v2.0.1-dev.95 [2022-05-23T14:47:30.084Z] v2.0.1-dev.96 [2022-05-23T14:47:30.084Z] v2.0.1-dev.97 [2022-05-23T14:47:30.084Z] v2.0.1-dev.98 [2022-05-23T14:47:30.084Z] v2.0.1-dev.99 [2022-05-23T14:47:30.084Z] v2.1.0 [2022-05-23T14:47:30.084Z] v2.2.0 [2022-05-23T14:47:30.084Z] v2.2.0-dev.1 [2022-05-23T14:47:30.084Z] v2.2.0-dev.10 [2022-05-23T14:47:30.084Z] v2.2.0-dev.11 [2022-05-23T14:47:30.084Z] v2.2.0-dev.12 [2022-05-23T14:47:30.084Z] v2.2.0-dev.13 [2022-05-23T14:47:30.084Z] v2.2.0-dev.14 [2022-05-23T14:47:30.084Z] v2.2.0-dev.15 [2022-05-23T14:47:30.084Z] v2.2.0-dev.16 [2022-05-23T14:47:30.084Z] v2.2.0-dev.17 [2022-05-23T14:47:30.084Z] v2.2.0-dev.18 [2022-05-23T14:47:30.084Z] v2.2.0-dev.19 [2022-05-23T14:47:30.084Z] v2.2.0-dev.2 [2022-05-23T14:47:30.084Z] v2.2.0-dev.20 [2022-05-23T14:47:30.084Z] v2.2.0-dev.21 [2022-05-23T14:47:30.084Z] v2.2.0-dev.22 [2022-05-23T14:47:30.084Z] v2.2.0-dev.23 [2022-05-23T14:47:30.084Z] v2.2.0-dev.24 [2022-05-23T14:47:30.084Z] v2.2.0-dev.25 [2022-05-23T14:47:30.084Z] v2.2.0-dev.26 [2022-05-23T14:47:30.084Z] v2.2.0-dev.27 [2022-05-23T14:47:30.084Z] v2.2.0-dev.28 [2022-05-23T14:47:30.084Z] v2.2.0-dev.29 [2022-05-23T14:47:30.084Z] v2.2.0-dev.3 [2022-05-23T14:47:30.084Z] v2.2.0-dev.30 [2022-05-23T14:47:30.084Z] v2.2.0-dev.31 [2022-05-23T14:47:30.084Z] v2.2.0-dev.32 [2022-05-23T14:47:30.084Z] v2.2.0-dev.33 [2022-05-23T14:47:30.084Z] v2.2.0-dev.34 [2022-05-23T14:47:30.084Z] v2.2.0-dev.35 [2022-05-23T14:47:30.084Z] v2.2.0-dev.36 [2022-05-23T14:47:30.084Z] v2.2.0-dev.37 [2022-05-23T14:47:30.084Z] v2.2.0-dev.38 [2022-05-23T14:47:30.084Z] v2.2.0-dev.39 [2022-05-23T14:47:30.084Z] v2.2.0-dev.4 [2022-05-23T14:47:30.084Z] v2.2.0-dev.40 [2022-05-23T14:47:30.084Z] v2.2.0-dev.41 [2022-05-23T14:47:30.084Z] v2.2.0-dev.42 [2022-05-23T14:47:30.084Z] v2.2.0-dev.43 [2022-05-23T14:47:30.084Z] v2.2.0-dev.44 [2022-05-23T14:47:30.084Z] v2.2.0-dev.45 [2022-05-23T14:47:30.084Z] v2.2.0-dev.46 [2022-05-23T14:47:30.084Z] v2.2.0-dev.47 [2022-05-23T14:47:30.084Z] v2.2.0-dev.48 [2022-05-23T14:47:30.084Z] v2.2.0-dev.49 [2022-05-23T14:47:30.084Z] v2.2.0-dev.5 [2022-05-23T14:47:30.084Z] v2.2.0-dev.50 [2022-05-23T14:47:30.084Z] v2.2.0-dev.51 [2022-05-23T14:47:30.084Z] v2.2.0-dev.52 [2022-05-23T14:47:30.084Z] v2.2.0-dev.53 [2022-05-23T14:47:30.084Z] v2.2.0-dev.54 [2022-05-23T14:47:30.084Z] v2.2.0-dev.55 [2022-05-23T14:47:30.084Z] v2.2.0-dev.56 [2022-05-23T14:47:30.084Z] v2.2.0-dev.57 [2022-05-23T14:47:30.084Z] v2.2.0-dev.58 [2022-05-23T14:47:30.084Z] v2.2.0-dev.59 [2022-05-23T14:47:30.084Z] v2.2.0-dev.6 [2022-05-23T14:47:30.084Z] v2.2.0-dev.60 [2022-05-23T14:47:30.084Z] v2.2.0-dev.61 [2022-05-23T14:47:30.084Z] v2.2.0-dev.62 [2022-05-23T14:47:30.084Z] v2.2.0-dev.63 [2022-05-23T14:47:30.084Z] v2.2.0-dev.64 [2022-05-23T14:47:30.084Z] v2.2.0-dev.65 [2022-05-23T14:47:30.084Z] v2.2.0-dev.66 [2022-05-23T14:47:30.084Z] v2.2.0-dev.67 [2022-05-23T14:47:30.084Z] v2.2.0-dev.68 [2022-05-23T14:47:30.084Z] v2.2.0-dev.69 [2022-05-23T14:47:30.084Z] v2.2.0-dev.7 [2022-05-23T14:47:30.084Z] v2.2.0-dev.70 [2022-05-23T14:47:30.084Z] v2.2.0-dev.71 [2022-05-23T14:47:30.084Z] v2.2.0-dev.72 [2022-05-23T14:47:30.084Z] v2.2.0-dev.73 [2022-05-23T14:47:30.084Z] v2.2.0-dev.74 [2022-05-23T14:47:30.084Z] v2.2.0-dev.75 [2022-05-23T14:47:30.084Z] v2.2.0-dev.76 [2022-05-23T14:47:30.084Z] v2.2.0-dev.77 [2022-05-23T14:47:30.084Z] v2.2.0-dev.78 [2022-05-23T14:47:30.084Z] v2.2.0-dev.79 [2022-05-23T14:47:30.084Z] v2.2.0-dev.8 [2022-05-23T14:47:30.084Z] v2.2.0-dev.80 [2022-05-23T14:47:30.084Z] v2.2.0-dev.81 [2022-05-23T14:47:30.084Z] v2.2.0-dev.82 [2022-05-23T14:47:30.084Z] v2.2.0-dev.83 [2022-05-23T14:47:30.084Z] v2.2.0-dev.84 [2022-05-23T14:47:30.084Z] v2.2.0-dev.85 [2022-05-23T14:47:30.085Z] v2.2.0-dev.86 [2022-05-23T14:47:30.085Z] v2.2.0-dev.87 [2022-05-23T14:47:30.085Z] v2.2.0-dev.88 [2022-05-23T14:47:30.085Z] v2.2.0-dev.89 [2022-05-23T14:47:30.085Z] v2.2.0-dev.9 [2022-05-23T14:47:30.085Z] v2.2.0-dev.90 [2022-05-23T14:47:30.085Z] v2.2.0-dev.91 [2022-05-23T14:47:30.085Z] v2.2.0-dev.92 [2022-05-23T14:47:30.085Z] v2.2.0-dev.93 [2022-05-23T14:47:30.085Z] v2.2.0-dev.94 [2022-05-23T14:47:30.085Z] v2.2.0-dev.95 [2022-05-23T14:47:30.085Z] v2.2.0-dev.96 [2022-05-23T14:47:30.085Z] v2.2.1-dev.1 [2022-05-23T14:47:30.085Z] v2.2.1-dev.2 [2022-05-23T14:47:30.085Z] v2.2.1-dev.3 [2022-05-23T14:47:30.085Z] v2.2.1-dev.4 [Pipeline] sh [2022-05-23T14:47:30.375Z] + lftools sign git-tag v2.2.1-dev.4 [2022-05-23T14:47:30.946Z] Signing Git tag with Sigul... [2022-05-23T14:47:30.946Z] Signing v2.2.1-dev.4 [Pipeline] echo [2022-05-23T14:47:31.903Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T14:47:32.192Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-05-23T14:47:32.200Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-05-23T14:47:32.219Z] $ docker stop --time=1 bc21c1bb01ea7c3adfaaaf67436afe9dea021f9259df545e04aed8d6f9bffc2f [2022-05-23T14:47:33.527Z] $ docker rm -f bc21c1bb01ea7c3adfaaaf67436afe9dea021f9259df545e04aed8d6f9bffc2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-05-23T14:47:33.941Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T14:47:33.941Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:47:34.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T14:47:34.233Z] . [Pipeline] withDockerContainer [2022-05-23T14:47:34.304Z] prd-ubuntu20.04-docker-8c-8g-64371 does not seem to be running inside a container [2022-05-23T14:47:34.338Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/232 -v /w/workspace/edgex-go/232:/w/workspace/edgex-go/232:rw,z -v /w/workspace/edgex-go/232@tmp:/w/workspace/edgex-go/232@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-23T14:47:34.739Z] $ docker top 918b7581dddc62a2cfb90d6653e4951c0348ddcf6aff46b4ce6deb1a42a88cdb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T14:47:34.844Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T14:47:34.844Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T14:47:34.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T14:47:34.959Z] $ docker exec 918b7581dddc62a2cfb90d6653e4951c0348ddcf6aff46b4ce6deb1a42a88cdb ssh-agent [2022-05-23T14:47:35.085Z] SSH_AUTH_SOCK=/tmp/ssh-wqCxwnmPgknc/agent.32 [2022-05-23T14:47:35.085Z] SSH_AGENT_PID=39 [2022-05-23T14:47:35.091Z] Running ssh-add (command line suppressed) [2022-05-23T14:47:35.201Z] Identity added: /w/workspace/edgex-go/232@tmp/private_key_6435444453657105530.key (/w/workspace/edgex-go/232@tmp/private_key_6435444453657105530.key) [2022-05-23T14:47:35.219Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T14:47:35.508Z] + git semver bump pre [2022-05-23T14:47:35.769Z] 2022-05-23 14:47:35,685 [read_version] DEBUG read version from /w/workspace/edgex-go/232/.semver/main [2022-05-23T14:47:35.769Z] 2022-05-23 14:47:35,686 [bump_version] DEBUG bumping version:2.2.1-dev.4 on axis:pre with prefix:dev [2022-05-23T14:47:35.769Z] 2022-05-23 14:47:35,686 [bump_version] DEBUG bumped version:2.2.1-dev.5 [2022-05-23T14:47:35.769Z] 2022-05-23 14:47:35,686 [write_version] DEBUG write version:2.2.1-dev.5 to path:/w/workspace/edgex-go/232/.semver/main with force:True [2022-05-23T14:47:35.769Z] 2022-05-23 14:47:35,686 [read_version] DEBUG read version from /w/workspace/edgex-go/232/.semver/main [2022-05-23T14:47:35.769Z] 2022-05-23 14:47:35,686 [write_file] DEBUG write to file:/w/workspace/edgex-go/232/.semver/main [2022-05-23T14:47:35.769Z] 2022-05-23 14:47:35,688 [execute] INFO git cat-file --batch-check [2022-05-23T14:47:35.769Z] 2022-05-23 14:47:35,688 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/232/.semver, universal_newlines=False, shell=None, istream=) [2022-05-23T14:47:35.769Z] 2022-05-23 14:47:35,693 [execute] INFO git cat-file --batch [2022-05-23T14:47:35.769Z] 2022-05-23 14:47:35,693 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/232/.semver, universal_newlines=False, shell=None, istream=) [2022-05-23T14:47:35.769Z] 2022-05-23 14:47:35,698 [read_version] DEBUG read version from /w/workspace/edgex-go/232/.semver/main [2022-05-23T14:47:35.769Z] 2.2.1-dev.5 [Pipeline] } [2022-05-23T14:47:35.779Z] $ docker exec --env ******** --env ******** 918b7581dddc62a2cfb90d6653e4951c0348ddcf6aff46b4ce6deb1a42a88cdb ssh-agent -k [2022-05-23T14:47:35.887Z] unset SSH_AUTH_SOCK; [2022-05-23T14:47:35.887Z] unset SSH_AGENT_PID; [2022-05-23T14:47:35.888Z] echo Agent pid 39 killed; [2022-05-23T14:47:35.905Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T14:47:36.213Z] + git semver [Pipeline] } [2022-05-23T14:47:36.482Z] $ docker stop --time=1 918b7581dddc62a2cfb90d6653e4951c0348ddcf6aff46b4ce6deb1a42a88cdb [2022-05-23T14:47:37.853Z] $ docker rm -f 918b7581dddc62a2cfb90d6653e4951c0348ddcf6aff46b4ce6deb1a42a88cdb [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T14:47:38.229Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T14:47:38.229Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:47:38.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T14:47:38.521Z] . [Pipeline] withDockerContainer [2022-05-23T14:47:38.584Z] prd-ubuntu20.04-docker-8c-8g-64371 does not seem to be running inside a container [2022-05-23T14:47:38.615Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/232 -v /w/workspace/edgex-go/232:/w/workspace/edgex-go/232:rw,z -v /w/workspace/edgex-go/232@tmp:/w/workspace/edgex-go/232@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-23T14:47:39.010Z] $ docker top 06b6f80e4f546de1ef6be3f76aa671cba95a432b6d7ac6c5a527442ffdadd48c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T14:47:39.111Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T14:47:39.112Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T14:47:39.245Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T14:47:39.244Z] $ docker exec 06b6f80e4f546de1ef6be3f76aa671cba95a432b6d7ac6c5a527442ffdadd48c ssh-agent [2022-05-23T14:47:39.383Z] SSH_AUTH_SOCK=/tmp/ssh-QBa67xgerxkH/agent.33 [2022-05-23T14:47:39.383Z] SSH_AGENT_PID=39 [2022-05-23T14:47:39.435Z] Running ssh-add (command line suppressed) [2022-05-23T14:47:39.535Z] Identity added: /w/workspace/edgex-go/232@tmp/private_key_1090745683752342691.key (/w/workspace/edgex-go/232@tmp/private_key_1090745683752342691.key) [2022-05-23T14:47:39.555Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T14:47:39.839Z] + git semver push [2022-05-23T14:47:40.099Z] 2022-05-23 14:47:40,031 [run_push] DEBUG push [2022-05-23T14:47:40.099Z] 2022-05-23 14:47:40,031 [execute] INFO git push origin semver [2022-05-23T14:47:40.099Z] 2022-05-23 14:47:40,032 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/232/.semver, universal_newlines=False, shell=None, istream=None) [2022-05-23T14:47:41.038Z] 2022-05-23 14:47:40,972 [run_push] DEBUG push all version tags [2022-05-23T14:47:41.038Z] 2022-05-23 14:47:40,973 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-05-23T14:47:41.038Z] 2022-05-23 14:47:40,973 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/232, universal_newlines=False, shell=None, istream=None) [2022-05-23T14:47:41.976Z] 2022-05-23 14:47:41,692 [read_version] DEBUG read version from /w/workspace/edgex-go/232/.semver/main [2022-05-23T14:47:41.976Z] 2.2.1-dev.5 [Pipeline] } [2022-05-23T14:47:41.983Z] $ docker exec --env ******** --env ******** 06b6f80e4f546de1ef6be3f76aa671cba95a432b6d7ac6c5a527442ffdadd48c ssh-agent -k [2022-05-23T14:47:42.084Z] unset SSH_AUTH_SOCK; [2022-05-23T14:47:42.084Z] unset SSH_AGENT_PID; [2022-05-23T14:47:42.084Z] echo Agent pid 39 killed; [2022-05-23T14:47:42.099Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T14:47:42.413Z] + git semver [Pipeline] } [2022-05-23T14:47:42.684Z] $ docker stop --time=1 06b6f80e4f546de1ef6be3f76aa671cba95a432b6d7ac6c5a527442ffdadd48c [2022-05-23T14:47:44.066Z] $ docker rm -f 06b6f80e4f546de1ef6be3f76aa671cba95a432b6d7ac6c5a527442ffdadd48c [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-23T14:47:44.671Z] + [ -d /w/workspace/edgex-go/232/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-05-23T14:47:44.966Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T14:47:45.833Z] ---> package-listing.sh [2022-05-23T14:47:45.833Z] ++ facter osfamily [2022-05-23T14:47:45.833Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-23T14:47:46.094Z] + OS_FAMILY=debian [2022-05-23T14:47:46.094Z] + workspace=/w/workspace/edgex-go/232 [2022-05-23T14:47:46.094Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-23T14:47:46.094Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-23T14:47:46.094Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-23T14:47:46.094Z] + PACKAGES=/tmp/packages_start.txt [2022-05-23T14:47:46.094Z] + '[' /w/workspace/edgex-go/232 ']' [2022-05-23T14:47:46.094Z] + PACKAGES=/tmp/packages_end.txt [2022-05-23T14:47:46.094Z] + case "${OS_FAMILY}" in [2022-05-23T14:47:46.094Z] + dpkg -l [2022-05-23T14:47:46.094Z] + grep '^ii' [2022-05-23T14:47:46.094Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-23T14:47:46.094Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-23T14:47:46.094Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-23T14:47:46.094Z] + '[' /w/workspace/edgex-go/232 ']' [2022-05-23T14:47:46.094Z] + mkdir -p /w/workspace/edgex-go/232/archives/ [2022-05-23T14:47:46.094Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/232/archives/ [Pipeline] echo [2022-05-23T14:47:46.107Z] 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/232/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-23T14:47:46.386Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:47:46.946Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-23T14:47:46.946Z] [2022-05-23T14:47:46.946Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T14:47:47.245Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-23T14:47:47.246Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-23T14:47:47.246Z] 5eb5b503b376: Pulling fs layer [2022-05-23T14:47:47.246Z] 5c69ac0246d0: Pulling fs layer [2022-05-23T14:47:47.246Z] ec43610c2a17: Pulling fs layer [2022-05-23T14:47:47.246Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-23T14:47:47.246Z] 33b1e0a273af: Pulling fs layer [2022-05-23T14:47:47.246Z] 5d3b04190fa2: Pulling fs layer [2022-05-23T14:47:47.246Z] 2f39f015ded8: Pulling fs layer [2022-05-23T14:47:47.246Z] 3a2ae6a8a46f: Waiting [2022-05-23T14:47:47.246Z] 33b1e0a273af: Waiting [2022-05-23T14:47:47.246Z] 5d3b04190fa2: Waiting [2022-05-23T14:47:47.246Z] 2f39f015ded8: Waiting [2022-05-23T14:47:47.246Z] 5c69ac0246d0: Download complete [2022-05-23T14:47:47.246Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-23T14:47:47.246Z] 3a2ae6a8a46f: Download complete [2022-05-23T14:47:47.246Z] ec43610c2a17: Verifying Checksum [2022-05-23T14:47:47.246Z] ec43610c2a17: Download complete [2022-05-23T14:47:47.246Z] 5d3b04190fa2: Verifying Checksum [2022-05-23T14:47:47.246Z] 5d3b04190fa2: Download complete [2022-05-23T14:47:47.246Z] 33b1e0a273af: Verifying Checksum [2022-05-23T14:47:47.246Z] 33b1e0a273af: Download complete [2022-05-23T14:47:47.505Z] 5eb5b503b376: Verifying Checksum [2022-05-23T14:47:47.505Z] 5eb5b503b376: Download complete [2022-05-23T14:47:48.074Z] 2f39f015ded8: Verifying Checksum [2022-05-23T14:47:48.074Z] 2f39f015ded8: Download complete [2022-05-23T14:47:48.643Z] 5eb5b503b376: Pull complete [2022-05-23T14:47:48.903Z] 5c69ac0246d0: Pull complete [2022-05-23T14:47:49.162Z] ec43610c2a17: Pull complete [2022-05-23T14:47:49.422Z] 3a2ae6a8a46f: Pull complete [2022-05-23T14:47:49.682Z] 33b1e0a273af: Pull complete [2022-05-23T14:47:49.682Z] 5d3b04190fa2: Pull complete [2022-05-23T14:47:53.887Z] 2f39f015ded8: Pull complete [2022-05-23T14:47:53.887Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-23T14:47:53.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-23T14:47:53.888Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-23T14:47:54.255Z] prd-ubuntu20.04-docker-8c-8g-64371 does not seem to be running inside a container [2022-05-23T14:47:55.160Z] $ 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/232/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/232 -v /w/workspace/edgex-go/232:/w/workspace/edgex-go/232:rw,z -v /w/workspace/edgex-go/232@tmp:/w/workspace/edgex-go/232@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-23T14:47:57.264Z] $ docker top 382a7bf7a1ba9409c3272d4d0e9386a896f8645e1c9890a2472d5876f76f3b21 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T14:47:57.628Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-23T14:47:57.916Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-23T14:47:58.203Z] + ls /var/log/sa-host [2022-05-23T14:47:58.203Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T14:47:58.415Z] provisioning config files... [2022-05-23T14:47:58.424Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/232@tmp/config2476905410157477878tmp [Pipeline] { [Pipeline] echo [2022-05-23T14:47:58.436Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T14:47:58.718Z] ---> create-netrc.sh [Pipeline] } [2022-05-23T14:47:58.725Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-23T14:47:59.057Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-23T14:47:59.067Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T14:47:59.354Z] ---> sudo-logs.sh [2022-05-23T14:47:59.354Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-23T14:47:59.380Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T14:47:59.666Z] ---> job-cost.sh [2022-05-23T14:47:59.666Z] lf-activate-venv: SKIPPING [2022-05-23T14:47:59.666Z] DEBUG: total: 0.2199999988079071 [2022-05-23T14:47:59.666Z] INFO: Retrieving Stack Cost... [2022-05-23T14:48:00.236Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-23T14:48:00.496Z] INFO: Archiving Costs [Pipeline] echo [2022-05-23T14:48:00.511Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T14:48:00.795Z] ---> logs-deploy.sh [2022-05-23T14:48:00.795Z] lf-activate-venv: SKIPPING [2022-05-23T14:48:00.795Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/232 [2022-05-23T14:48:00.795Z] INFO: archiving workspace using pattern(s): [2022-05-23T14:48:01.734Z] Archives upload complete. [2022-05-23T14:48:01.734Z] INFO: archiving logs to Nexus