aws / aws/amazon-q-developer-cli
After updating to 2.5.1 MCP servers are disabled
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 439
- PR merge metrics
- No merged PRs in 30d
Description
### Checks
- [x] I have searched [github.com/aws/amazon-q-developer-cli/issues](https://github.com/aws/amazon-q-developer-cli/issues?q=) and there are no duplicates of my issue
- [x] I have run `q doctor` in the affected terminal session
- [x] I have run `q restart` and replicated the issue again
### Operating system
Linux 6.6.87.2-microsoft-standard-WSL2 - Ubuntu 24.04.4 LTS
### Expected behaviour
MCP servers should be enabled and reachable upon login
### Actual behaviour
MCP Servers were disabled and not reachable on login
### Steps to reproduce
Update to Kiro-CLI 5.2.1 and connect to the agent
### Environment
```yaml
[q-details]
version = "2.5.1"
hash = "f8525c88fe5af180a0384de573ed1a9d358f2f17"
date = "2026-05-30T00:04:00.741885Z (3d ago)"
variant = "minimal"
[system-info]
chip = "13th Gen Intel(R) Core(TM) i7-1365U"
total-cores = 6
memory = "15.47 GB"
[system-info.os.linux]
kernel_version = "6.6.87.2-microsoft-standard-WSL2"
id = "ubuntu"
name = "Ubuntu"
pretty_name = "Ubuntu 24.04.4 LTS"
version_id = "24.04"
version = "24.04.4 LTS (Noble Numbat)"
[environment]
cwd = "/home/USER/kirocli"
cli-path = "/home/USER/kirocli"
os = "Linux"
shell-path = "/usr/bin/bash"
shell-version = "5.2.21"
install-method = "unknown"
in-wsl = true
$ rocky mcp list -vvv
2026-06-02T12:08:21.927158Z DEBUG chat_cli::cli: 918: Command being ran command=["/home/$USER/.local/bin/kiro-cli-chat", "mcp", "list", "-vvv"]
2026-06-02T12:08:21.933527Z DEBUG aws_sdk_ssooidc::endpoint_lib: 12: loading default partitions
2026-06-02T12:08:21.933764Z DEBUG chat_cli::auth::social: 109: no social secret found in the database
2026-06-02T12:08:21.933805Z DEBUG aws_runtime::fs_util: 31: loaded home directory src="HOME"
2026-06-02T12:08:21.933831Z DEBUG load_config_file{file=Default(Config)}: aws_runtime::env_config::source: 173: performing home directory substitution home="/home/$USER" path="~/.aws/config"
2026-06-02T12:08:21.933852Z DEBUG load_config_file{file=Default(Config)}: aws_runtime::env_config::source: 103: home directory expanded before="~/.aws/config" after="/home/$USER/.aws/config"
2026-06-02T12:08:21.933867Z DEBUG load_config_file{file=Default(Config)}: aws_runtime::env_config::source: 113: config file not found path=~/.aws/config
2026-06-02T12:08:21.933869Z DEBUG load_config_file{file=Default(Config)}: aws_runtime::env_config::source: 150: config file loaded path=Some("/home/$USER/.aws/config") size=0
2026-06-02T12:08:21.933886Z DEBUG load_config_file{file=Default(Credentials)}: aws_runtime::env_config::source: 173: performing home directory substitution home="/home/$USER" path="~/.aws/credentials"
2026-06-02T12:08:21.933889Z DEBUG load_config_file{file=Default(Credentials)}: aws_runtime::env_config::source: 103: home directory expanded before="~/.aws/credentials" after="/home/$USER/.aws/credentials"
2026-06-02T12:08:21.933893Z DEBUG load_config_file{file=Default(Credentials)}: aws_runtime::env_config::source: 113: config file not found path=~/.aws/credentials
2026-06-02T12:08:21.933894Z DEBUG load_config_file{file=Default(Credentials)}: aws_runtime::env_config::source: 150: config file loaded path=Some("/home/$USER/.aws/credentials") size=0
2026-06-02T12:08:21.934256Z DEBUG chat_cli::auth::social: 109: no social secret found in the database
2026-06-02T12:08:21.934282Z DEBUG aws_runtime::fs_util: 31: loaded home directory src="HOME"
2026-06-02T12:08:21.934287Z DEBUG load_config_file{file=Default(Config)}: aws_runtime::env_config::source: 173: performing home directory substitution home="/home/$USER" path="~/.aws/config"
2026-06-02T12:08:21.934290Z DEBUG load_config_file{file=Default(Config)}: aws_runtime::env_config::source: 103: home directory expanded before="~/.aws/config" after="/home/$USER/.aws/config"
2026-06-02T12:08:21.934295Z DEBUG load_config_file{file=Default(Config)}: aws_runtime::env_config::source: 113: config file not found path=~/.aws/config
2026-06-02T12:08:21.934298Z DEBUG load_config_file{file=Default(Config)}: aws_runtime::env_config::source: 150: config file loaded path=Some("/home/$USER/.aws/config") size=0
2026-06-02T12:08:21.934305Z DEBUG load_config_file{file=Default(Credentials)}: aws_runtime::env_config::source: 173: performing home directory substitution home="/home/$USER" path="~/.aws/credentials"
2026-06-02T12:08:21.934306Z DEBUG load_config_file{file=Default(Credentials)}: aws_runtime::env_config::source: 103: home directory expanded before="~/.aws/credentials" after="/home/$USER/.aws/credentials"
2026-06-02T12:08:21.934309Z DEBUG load_config_file{file=Default(Credentials)}: aws_runtime::env_config::source: 113: config file not found path=~/.aws/credentials
2026-06-02T12:08:21.934310Z DEBUG load_config_file{file=Default(Credentials)}: aws_runtime::env_config::source: 150: config file loaded path=Some("/home/$USER/.aws/credentials") size=0
2026-06-02T12:08:21.934542Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:apply_configuration: aws_smithy_runtime::client::orchestrator: 203: timeout settings for this operation: TimeoutConfig { connect_timeout: Set(600s), read_timeout: Set(600s), operation_timeout: Set(600s), operation_attempt_timeout: Set(600s) }
2026-06-02T12:08:21.934584Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime_api::client::interceptors::context: 263: entering 'serialization' phase
2026-06-02T12:08:21.934609Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime_api::client::interceptors::context: 275: entering 'before transmit' phase
2026-06-02T12:08:21.934621Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: 268: retry strategy has OKed initial request
2026-06-02T12:08:21.934628Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: 309: beginning attempt #1
2026-06-02T12:08:21.934640Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime::client::identity::cache::lazy: 261: identity cache partition created partition_count=1
2026-06-02T12:08:21.935961Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}:lazy_load_identity: aws_smithy_runtime::client::identity::cache::lazy: 408: identity cache miss occurred; added new identity (took 1.308338ms) new_expiration=2026-06-02T12:56:59.599058Z valid_for=2917.663098393s partition=IdentityCachePartition(4)
2026-06-02T12:08:21.935984Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime::client::identity::cache::lazy: 423: loaded identity
2026-06-02T12:08:21.935991Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: 88: resolving endpoint endpoint_params=EndpointResolverParams { inner: TypeErasedBox[!Clone]:Params { endpoint: None, region: "us-east-1" }, property: {TypeId(0xf288baf95b807d447fc5ae51f24351d6): TypeErasedBox[!Clone]:Identity { data: Token { token: "** redacted **" }, expiration: Some(SystemTime { tv_sec: 1780405019, tv_nsec: 599058843 }) }} }
2026-06-02T12:08:21.936042Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: 104: will apply endpoint Endpoint { url: "https://management.us-east-1.kiro.dev", headers: {}, properties: {} } endpoint_prefix=None
2026-06-02T12:08:21.936114Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime_api::client::interceptors::context: 296: entering 'transmit' phase
2026-06-02T12:08:21.936120Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime::client::http::body::minimum_throughput: 381: applying minimum upload throughput check future options=MinimumThroughputBodyOptions { minimum_throughput: Throughput { bytes_read: 1, per_time_elapsed: 1s }, grace_period: 5s, check_window: 1s }
2026-06-02T12:08:21.936177Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: reqwest::connect: 929: starting new connection 'Some("management.us-east-1.kiro.dev")'
2026-06-02T12:08:21.953943Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: hyper_util::client::legacy::connect::http: 767: connecting to 3.210.165.7:443
2026-06-02T12:08:21.979914Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: hyper_util::client::legacy::connect::http: 770: connected to 3.210.165.7:443
2026-06-02T12:08:21.979968Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: rustls::client::hs: 1126: No cached session for DnsName("management.us-east-1.kiro.dev")
2026-06-02T12:08:21.979975Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: rustls::client::hs: 105: Not resuming any session
2026-06-02T12:08:22.032610Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: rustls::client::hs: 790: Using ciphersuite TLS13_AES_128_GCM_SHA256
2026-06-02T12:08:22.032660Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: rustls::client::tls13: 162: Not resuming
2026-06-02T12:08:22.032737Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: rustls::client::tls13: 499: TLS1.3 encrypted extensions: ServerExtensions { unknown_extensions: {10}, .. }
2026-06-02T12:08:22.032759Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: rustls::client::hs: 619: ALPN protocol is None
2026-06-02T12:08:22.032928Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime::client::orchestrator: 398: encountered orchestrator error; halting
2026-06-02T12:08:22.033004Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::client_rate_limiter: 192: client rate limiter state has been updated fill_rate=0.5 max_capacity=1.0 current_capacity=0.0 measured_tx_rate=0.9
2026-06-02T12:08:22.033022Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::strategy::standard: 278: attempt #1 failed with RetryIndicated(RetryableError { kind: TransientError, retry_after: None }); retrying after 808.951626ms
2026-06-02T12:08:22.033039Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: 302: delaying for 808.951626ms
2026-06-02T12:08:22.843129Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: 309: beginning attempt #2
2026-06-02T12:08:22.843191Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: aws_smithy_runtime::client::identity::cache::lazy: 365: loaded identity from cache buffer_time=10s cached_expiration=Some(SystemTime { tv_sec: 1780405019, tv_nsec: 599058843 }) now=SystemTime { tv_sec: 1780402102, tv_nsec: 843184744 }
2026-06-02T12:08:22.843205Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: 88: resolving endpoint endpoint_params=EndpointResolverParams { inner: TypeErasedBox[!Clone]:Params { endpoint: None, region: "us-east-1" }, property: {TypeId(0xf288baf95b807d447fc5ae51f24351d6): TypeErasedBox[!Clone]:Identity { data: Token { token: "** redacted **" }, expiration: Some(SystemTime { tv_sec: 1780405019, tv_nsec: 599058843 }) }} }
2026-06-02T12:08:22.843215Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: 104: will apply endpoint Endpoint { url: "https://management.us-east-1.kiro.dev", headers: {}, properties: {} } endpoint_prefix=None
2026-06-02T12:08:22.843279Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: aws_smithy_runtime_api::client::interceptors::context: 296: entering 'transmit' phase
2026-06-02T12:08:22.843284Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: aws_smithy_runtime::client::http::body::minimum_throughput: 381: applying minimum upload throughput check future options=MinimumThroughputBodyOptions { minimum_throughput: Throughput { bytes_read: 1, per_time_elapsed: 1s }, grace_period: 5s, check_window: 1s }
2026-06-02T12:08:22.843335Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: reqwest::connect: 929: starting new connection 'Some("management.us-east-1.kiro.dev")'
2026-06-02T12:08:22.860170Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: hyper_util::client::legacy::connect::http: 767: connecting to 52.202.221.104:443
2026-06-02T12:08:22.885524Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: hyper_util::client::legacy::connect::http: 770: connected to 52.202.221.104:443
2026-06-02T12:08:22.885599Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: rustls::client::hs: 1126: No cached session for DnsName("management.us-east-1.kiro.dev")
2026-06-02T12:08:22.885609Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: rustls::client::hs: 105: Not resuming any session
2026-06-02T12:08:22.918230Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: rustls::client::hs: 790: Using ciphersuite TLS13_AES_128_GCM_SHA256
2026-06-02T12:08:22.918263Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: rustls::client::tls13: 162: Not resuming
2026-06-02T12:08:22.918324Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: rustls::client::tls13: 499: TLS1.3 encrypted extensions: ServerExtensions { unknown_extensions: {10}, .. }
2026-06-02T12:08:22.918339Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: rustls::client::hs: 619: ALPN protocol is None
2026-06-02T12:08:22.918508Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: aws_smithy_runtime::client::orchestrator: 398: encountered orchestrator error; halting
2026-06-02T12:08:22.918636Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::client_rate_limiter: 177: refilling client rate limiter tokens fill_amount=0.4428149461746216 self.current_capacity=0.4428149461746216 self.max_capacity=1.0
2026-06-02T12:08:22.918649Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::client_rate_limiter: 192: client rate limiter state has been updated fill_rate=0.5 max_capacity=1.0 current_capacity=0.4428149461746216 measured_tx_rate=1.78
2026-06-02T12:08:22.918658Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::strategy::standard: 278: attempt #2 failed with RetryIndicated(RetryableError { kind: TransientError, retry_after: None }); retrying after 1.009745194s
2026-06-02T12:08:22.918680Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: 302: delaying for 1.009745194s
2026-06-02T12:08:23.929676Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: 309: beginning attempt #3
2026-06-02T12:08:23.929729Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: aws_smithy_runtime::client::identity::cache::lazy: 365: loaded identity from cache buffer_time=10s cached_expiration=Some(SystemTime { tv_sec: 1780405019, tv_nsec: 599058843 }) now=SystemTime { tv_sec: 1780402103, tv_nsec: 929726031 }
2026-06-02T12:08:23.929742Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: 88: resolving endpoint endpoint_params=EndpointResolverParams { inner: TypeErasedBox[!Clone]:Params { endpoint: None, region: "us-east-1" }, property: {TypeId(0xf288baf95b807d447fc5ae51f24351d6): TypeErasedBox[!Clone]:Identity { data: Token { token: "** redacted **" }, expiration: Some(SystemTime { tv_sec: 1780405019, tv_nsec: 599058843 }) }} }
2026-06-02T12:08:23.929751Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: 104: will apply endpoint Endpoint { url: "https://management.us-east-1.kiro.dev", headers: {}, properties: {} } endpoint_prefix=None
2026-06-02T12:08:23.929805Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: aws_smithy_runtime_api::client::interceptors::context: 296: entering 'transmit' phase
2026-06-02T12:08:23.929819Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: aws_smithy_runtime::client::http::body::minimum_throughput: 381: applying minimum upload throughput check future options=MinimumThroughputBodyOptions { minimum_throughput: Throughput { bytes_read: 1, per_time_elapsed: 1s }, grace_period: 5s, check_window: 1s }
2026-06-02T12:08:23.929863Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: reqwest::connect: 929: starting new connection 'Some("management.us-east-1.kiro.dev")'
2026-06-02T12:08:23.946114Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: hyper_util::client::legacy::connect::http: 767: connecting to 3.210.165.7:443
2026-06-02T12:08:23.971587Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: hyper_util::client::legacy::connect::http: 770: connected to 3.210.165.7:443
2026-06-02T12:08:23.971639Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: rustls::client::hs: 1126: No cached session for DnsName("management.us-east-1.kiro.dev")
2026-06-02T12:08:23.971644Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: rustls::client::hs: 105: Not resuming any session
2026-06-02T12:08:24.004145Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: rustls::client::hs: 790: Using ciphersuite TLS13_AES_128_GCM_SHA256
2026-06-02T12:08:24.004179Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: rustls::client::tls13: 162: Not resuming
2026-06-02T12:08:24.004226Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: rustls::client::tls13: 499: TLS1.3 encrypted extensions: ServerExtensions { unknown_extensions: {10}, .. }
2026-06-02T12:08:24.004239Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: rustls::client::hs: 619: ALPN protocol is None
2026-06-02T12:08:24.004328Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: aws_smithy_runtime::client::orchestrator: 398: encountered orchestrator error; halting
2026-06-02T12:08:24.004371Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::client_rate_limiter: 177: refilling client rate limiter tokens fill_amount=0.5428688526153564 self.current_capacity=0.985683798789978 self.max_capacity=1.0
2026-06-02T12:08:24.004386Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::client_rate_limiter: 192: client rate limiter state has been updated fill_rate=1.7786666666666666 max_capacity=1.7786666666666666 current_capacity=0.985683798789978 measured_tx_rate=0.8893333333333333
2026-06-02T12:08:24.004392Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::strategy::standard: 249: not retrying because we are out of attempts attempts=3 max_attempts=3
2026-06-02T12:08:24.004395Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=2951038 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: 336: a retry is either unnecessary or not possible, exiting attempt loop
2026-06-02T12:08:24.004648Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:apply_configuration: aws_smithy_runtime::client::orchestrator: 203: timeout settings for this operation: TimeoutConfig { connect_timeout: Set(600s), read_timeout: Set(600s), operation_timeout: Set(600s), operation_attempt_timeout: Set(600s) }
2026-06-02T12:08:24.004674Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime_api::client::interceptors::context: 263: entering 'serialization' phase
2026-06-02T12:08:24.004690Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime_api::client::interceptors::context: 275: entering 'before transmit' phase
2026-06-02T12:08:24.004701Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: 268: retry strategy has OKed initial request
2026-06-02T12:08:24.004714Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: 309: beginning attempt #1
2026-06-02T12:08:24.004725Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime::client::identity::cache::lazy: 365: loaded identity from cache buffer_time=10s cached_expiration=Some(SystemTime { tv_sec: 1780405019, tv_nsec: 599058843 }) now=SystemTime { tv_sec: 1780402104, tv_nsec: 4723382 }
2026-06-02T12:08:24.004733Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: 88: resolving endpoint endpoint_params=EndpointResolverParams { inner: TypeErasedBox[!Clone]:Params { endpoint: None, region: "us-east-1" }, property: {TypeId(0xf288baf95b807d447fc5ae51f24351d6): TypeErasedBox[!Clone]:Identity { data: Token { token: "** redacted **" }, expiration: Some(SystemTime { tv_sec: 1780405019, tv_nsec: 599058843 }) }} }
2026-06-02T12:08:24.004742Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: 104: will apply endpoint Endpoint { url: "https://management.us-east-1.kiro.dev", headers: {}, properties: {} } endpoint_prefix=None
2026-06-02T12:08:24.004812Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime_api::client::interceptors::context: 296: entering 'transmit' phase
2026-06-02T12:08:24.004827Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime::client::http::body::minimum_throughput: 381: applying minimum upload throughput check future options=MinimumThroughputBodyOptions { minimum_throughput: Throughput { bytes_read: 1, per_time_elapsed: 1s }, grace_period: 5s, check_window: 1s }
2026-06-02T12:08:24.004882Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: reqwest::connect: 929: starting new connection 'Some("management.us-east-1.kiro.dev")'
2026-06-02T12:08:24.021691Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: hyper_util::client::legacy::connect::http: 767: connecting to 52.202.221.104:443
2026-06-02T12:08:24.047110Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: hyper_util::client::legacy::connect::http: 770: connected to 52.202.221.104:443
2026-06-02T12:08:24.047184Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: rustls::client::hs: 1126: No cached session for DnsName("management.us-east-1.kiro.dev")
2026-06-02T12:08:24.047195Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: rustls::client::hs: 105: Not resuming any session
2026-06-02T12:08:24.079517Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: rustls::client::hs: 790: Using ciphersuite TLS13_AES_128_GCM_SHA256
2026-06-02T12:08:24.079550Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: rustls::client::tls13: 162: Not resuming
2026-06-02T12:08:24.079596Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: rustls::client::tls13: 499: TLS1.3 encrypted extensions: ServerExtensions { unknown_extensions: {10}, .. }
2026-06-02T12:08:24.079599Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: rustls::client::hs: 619: ALPN protocol is None
2026-06-02T12:08:24.079695Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime::client::orchestrator: 398: encountered orchestrator error; halting
2026-06-02T12:08:24.079741Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::client_rate_limiter: 177: refilling client rate limiter tokens fill_amount=0.13405866114298504 self.current_capacity=1.119742459932963 self.max_capacity=1.7786666666666666
2026-06-02T12:08:24.079747Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::client_rate_limiter: 192: client rate limiter state has been updated fill_rate=1.7786666666666666 max_capacity=1.7786666666666666 current_capacity=1.119742459932963 measured_tx_rate=0.8893333333333333
2026-06-02T12:08:24.079751Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::strategy::standard: 278: attempt #1 failed with RetryIndicated(RetryableError { kind: TransientError, retry_after: None }); retrying after 182.018619ms
2026-06-02T12:08:24.079761Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: 302: delaying for 182.018619ms
2026-06-02T12:08:24.263041Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: 309: beginning attempt #2
2026-06-02T12:08:24.263091Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: aws_smithy_runtime::client::identity::cache::lazy: 365: loaded identity from cache buffer_time=10s cached_expiration=Some(SystemTime { tv_sec: 1780405019, tv_nsec: 599058843 }) now=SystemTime { tv_sec: 1780402104, tv_nsec: 263087661 }
2026-06-02T12:08:24.263106Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: 88: resolving endpoint endpoint_params=EndpointResolverParams { inner: TypeErasedBox[!Clone]:Params { endpoint: None, region: "us-east-1" }, property: {TypeId(0xf288baf95b807d447fc5ae51f24351d6): TypeErasedBox[!Clone]:Identity { data: Token { token: "** redacted **" }, expiration: Some(SystemTime { tv_sec: 1780405019, tv_nsec: 599058843 }) }} }
2026-06-02T12:08:24.263115Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: 104: will apply endpoint Endpoint { url: "https://management.us-east-1.kiro.dev", headers: {}, properties: {} } endpoint_prefix=None
2026-06-02T12:08:24.263170Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: aws_smithy_runtime_api::client::interceptors::context: 296: entering 'transmit' phase
2026-06-02T12:08:24.263186Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: aws_smithy_runtime::client::http::body::minimum_throughput: 381: applying minimum upload throughput check future options=MinimumThroughputBodyOptions { minimum_throughput: Throughput { bytes_read: 1, per_time_elapsed: 1s }, grace_period: 5s, check_window: 1s }
2026-06-02T12:08:24.263233Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: reqwest::connect: 929: starting new connection 'Some("management.us-east-1.kiro.dev")'
2026-06-02T12:08:24.284207Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: hyper_util::client::legacy::connect::http: 767: connecting to 3.210.165.7:443
2026-06-02T12:08:24.309936Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: hyper_util::client::legacy::connect::http: 770: connected to 3.210.165.7:443
2026-06-02T12:08:24.309985Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: rustls::client::hs: 1126: No cached session for DnsName("management.us-east-1.kiro.dev")
2026-06-02T12:08:24.309992Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: rustls::client::hs: 105: Not resuming any session
2026-06-02T12:08:24.344058Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: rustls::client::hs: 790: Using ciphersuite TLS13_AES_128_GCM_SHA256
2026-06-02T12:08:24.344151Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: rustls::client::tls13: 162: Not resuming
2026-06-02T12:08:24.344282Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: rustls::client::tls13: 499: TLS1.3 encrypted extensions: ServerExtensions { unknown_extensions: {10}, .. }
2026-06-02T12:08:24.344296Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: rustls::client::hs: 619: ALPN protocol is None
2026-06-02T12:08:24.344640Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=2}: aws_smithy_runtime::client::orchestrator: 398: encountered orchestrator error; halting
2026-06-02T12:08:24.344863Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::client_rate_limiter: 177: refilling client rate limiter tokens fill_amount=0.4713812026977539 self.current_capacity=1.591123662630717 self.max_capacity=1.7786666666666666
2026-06-02T12:08:24.344881Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::client_rate_limiter: 192: client rate limiter state has been updated fill_rate=1.7786666666666666 max_capacity=1.7786666666666666 current_capacity=1.591123662630717 measured_tx_rate=0.8893333333333333
2026-06-02T12:08:24.344895Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::strategy::standard: 278: attempt #2 failed with RetryIndicated(RetryableError { kind: TransientError, retry_after: None }); retrying after 935.479629ms
2026-06-02T12:08:24.344916Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: 302: delaying for 935.479629ms
2026-06-02T12:08:25.281079Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: 309: beginning attempt #3
2026-06-02T12:08:25.281263Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: aws_smithy_runtime::client::identity::cache::lazy: 365: loaded identity from cache buffer_time=10s cached_expiration=Some(SystemTime { tv_sec: 1780405019, tv_nsec: 599058843 }) now=SystemTime { tv_sec: 1780402105, tv_nsec: 281253412 }
2026-06-02T12:08:25.281300Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: 88: resolving endpoint endpoint_params=EndpointResolverParams { inner: TypeErasedBox[!Clone]:Params { endpoint: None, region: "us-east-1" }, property: {TypeId(0xf288baf95b807d447fc5ae51f24351d6): TypeErasedBox[!Clone]:Identity { data: Token { token: "** redacted **" }, expiration: Some(SystemTime { tv_sec: 1780405019, tv_nsec: 599058843 }) }} }
2026-06-02T12:08:25.281327Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: 104: will apply endpoint Endpoint { url: "https://management.us-east-1.kiro.dev", headers: {}, properties: {} } endpoint_prefix=None
2026-06-02T12:08:25.281584Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: aws_smithy_runtime_api::client::interceptors::context: 296: entering 'transmit' phase
2026-06-02T12:08:25.281655Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: aws_smithy_runtime::client::http::body::minimum_throughput: 381: applying minimum upload throughput check future options=MinimumThroughputBodyOptions { minimum_throughput: Throughput { bytes_read: 1, per_time_elapsed: 1s }, grace_period: 5s, check_window: 1s }
2026-06-02T12:08:25.281777Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: reqwest::connect: 929: starting new connection 'Some("management.us-east-1.kiro.dev")'
2026-06-02T12:08:25.299960Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: hyper_util::client::legacy::connect::http: 767: connecting to 52.202.221.104:443
2026-06-02T12:08:25.325417Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: hyper_util::client::legacy::connect::http: 770: connected to 52.202.221.104:443
2026-06-02T12:08:25.325478Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: rustls::client::hs: 1126: No cached session for DnsName("management.us-east-1.kiro.dev")
2026-06-02T12:08:25.325488Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: rustls::client::hs: 105: Not resuming any session
2026-06-02T12:08:25.359613Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: rustls::client::hs: 790: Using ciphersuite TLS13_AES_128_GCM_SHA256
2026-06-02T12:08:25.359743Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: rustls::client::tls13: 162: Not resuming
2026-06-02T12:08:25.359926Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: rustls::client::tls13: 499: TLS1.3 encrypted extensions: ServerExtensions { unknown_extensions: {10}, .. }
2026-06-02T12:08:25.359945Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: rustls::client::hs: 619: ALPN protocol is None
2026-06-02T12:08:25.360258Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op:try_attempt{attempt=3}: aws_smithy_runtime::client::orchestrator: 398: encountered orchestrator error; halting
2026-06-02T12:08:25.360416Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::client_rate_limiter: 177: refilling client rate limiter tokens fill_amount=1.8065041325887043 self.current_capacity=1.7786666666666666 self.max_capacity=1.7786666666666666
2026-06-02T12:08:25.360437Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::client_rate_limiter: 192: client rate limiter state has been updated fill_rate=5.155733333333334 max_capacity=5.155733333333334 current_capacity=1.7786666666666666 measured_tx_rate=2.577866666666667
2026-06-02T12:08:25.360449Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::strategy::standard: 249: not retrying because we are out of attempts attempts=3 max_attempts=3
2026-06-02T12:08:25.360459Z DEBUG CodeWhispererRuntime.GetProfile{rpc.service="CodeWhispererRuntime" rpc.method="GetProfile" sdk_invocation_id=5688145 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: 336: a retry is either unnecessary or not possible, exiting attempt loop
2026-06-02T12:08:25.360533Z WARN chat_cli::cli::mcp: 760: Failed to check MCP configuration, defaulting to disabled err=GetProfileError(DispatchFailure(DispatchFailure { source: ConnectorError { kind: Io, source: CallError { kind: Io, message: "an i/o error occurred", source: Some(reqwest::Error { kind: Request, url: "https://management.us-east-1.kiro.dev/", source: hyper_util::client::legacy::Error(Connect, Custom { kind: Other, error: Custom { kind: InvalidData, error: InvalidCertificate(UnknownIssuer) } }) }) }, connection: Unknown } }))
38;5;11m
⚠️ WARNING: Failed to retrieve MCP settings; MCP functionality disabled.
Try running `kiro-cli login` to re-authenticate, or `kiro-cli profile` to select a profile.
2026-06-02T12:08:25.373049Z DEBUG chat_cli::util::paths: 212: Checking migration paths for workspace kiro_subpath=agents amazonq_subpath=cli-agents: kiro=/home/$USER/kirocli/.kiro, amazonq=/home/$USER/kirocli/.amazonq
2026-06-02T12:08:25.373088Z DEBUG chat_cli::util::paths: 222: Path existence check for workspace kiro_subpath=agents amazonq_subpath=cli-agents: kiro_exists=false, amazonq_exists=false
2026-06-02T12:08:25.373093Z DEBUG chat_cli::util::paths: 249: No existing configs found, defaulting to .kiro workspace at: /home/$USER/kirocli/.kiro
2026-06-02T12:08:25.373096Z DEBUG chat_cli::util::paths: 258: Resolved workspace kiro_subpath=agents amazonq_subpath=cli-agents path: /home/$USER/kirocli/.kiro/agents
2026-06-02T12:08:25.373101Z DEBUG chat_cli::util::paths: 212: Checking migration paths for global kiro_subpath=agents amazonq_subpath=cli-agents: kiro=/home/$USER/.kiro, amazonq=/home/$USER/.aws/amazonq
2026-06-02T12:08:25.373107Z DEBUG chat_cli::util::paths: 222: Path existence check for global kiro_subpath=agents amazonq_subpath=cli-agents: kiro_exists=true, amazonq_exists=false
2026-06-02T12:08:25.373111Z INFO chat_cli::util::paths: 229: Using .kiro global configuration at: /home/$USER/.kiro
2026-06-02T12:08:25.373113Z DEBUG chat_cli::util::paths: 258: Resolved global kiro_subpath=agents amazonq_subpath=cli-agents path: /home/$USER/.kiro/agents
2026-06-02T12:08:25.373285Z DEBUG chat_cli::util::paths: 212: Checking migration paths for global kiro_subpath=agents amazonq_subpath=cli-agents: kiro=/home/$USER/.kiro, amazonq=/home/$USER/.aws/amazonq
2026-06-02T12:08:25.373363Z DEBUG chat_cli::util::paths: 222: Path existence check for global kiro_subpath=agents amazonq_subpath=cli-agents: kiro_exists=true, amazonq_exists=false
2026-06-02T12:08:25.373371Z INFO chat_cli::util::paths: 229: Using .kiro global configuration at: /home/$USER/.kiro
2026-06-02T12:08:25.373374Z DEBUG chat_cli::util::paths: 258: Resolved global kiro_subpath=agents amazonq_subpath=cli-agents path: /home/$USER/.kiro/agents
2026-06-02T12:08:25.374965Z DEBUG chat_cli::util::paths: 212: Checking migration paths for global kiro_subpath=agents amazonq_subpath=cli-agents: kiro=/home/$USER/.kiro, amazonq=/home/$USER/.aws/amazonq
2026-06-02T12:08:25.375006Z DEBUG chat_cli::util::paths: 222: Path existence check for global kiro_subpath=agents amazonq_subpath=cli-agents: kiro_exists=true, amazonq_exists=false
2026-06-02T12:08:25.375010Z INFO chat_cli::util::paths: 229: Using .kiro global configuration at: /home/$USER/.kiro
2026-06-02T12:08:25.375012Z DEBUG chat_cli::util::paths: 258: Resolved global kiro_subpath=agents amazonq_subpath=cli-agents path: /home/$USER/.kiro/agents
2026-06-02T12:08:25.375016Z DEBUG chat_cli::util::paths: 212: Checking migration paths for workspace kiro_subpath=agents amazonq_subpath=cli-agents: kiro=/home/$USER/kirocli/.kiro, amazonq=/home/$USER/kirocli/.amazonq
2026-06-02T12:08:25.375020Z DEBUG chat_cli::util::paths: 222: Path existence check for workspace kiro_subpath=agents amazonq_subpath=cli-agents: kiro_exists=false, amazonq_exists=false
2026-06-02T12:08:25.375022Z DEBUG chat_cli::util::paths: 249: No existing configs found, defaulting to .kiro workspace at: /home/$USER/kirocli/.kiro
2026-06-02T12:08:25.375023Z DEBUG chat_cli::util::paths: 258: Resolved workspace kiro_subpath=agents amazonq_subpath=cli-agents path: /home/$USER/kirocli/.kiro/agents
2026-06-02T12:08:25.375041Z DEBUG chat_cli::util::paths: 212: Checking migration paths for global kiro_subpath=agents amazonq_subpath=cli-agents: kiro=/home/$USER/.kiro, amazonq=/home/$USER/.aws/amazonq
2026-06-02T12:08:25.375045Z DEBUG chat_cli::util::paths: 222: Path existence check for global kiro_subpath=agents amazonq_subpath=cli-agents: kiro_exists=true, amazonq_exists=false
2026-06-02T12:08:25.375046Z INFO chat_cli::util::paths: 229: Using .kiro global configuration at: /home/$USER/.kiro
2026-06-02T12:08:25.375047Z DEBUG chat_cli::util::paths: 258: Resolved global kiro_subpath=agents amazonq_subpath=cli-agents path: /home/$USER/.kiro/agents
2026-06-02T12:08:25.413142Z DEBUG chat_cli::util::paths: 212: Checking migration paths for global kiro_subpath=agents amazonq_subpath=cli-agents: kiro=/home/$USER/.kiro, amazonq=/home/$USER/.aws/amazonq
2026-06-02T12:08:25.413184Z DEBUG chat_cli::util::paths: 222: Path existence check for global kiro_subpath=agents amazonq_subpath=cli-agents: kiro_exists=true, amazonq_exists=false
🤖 default2026-06-02T12:08:25.413188Z INFO chat_cli::util::paths: 229: Using .kiro global configuration at: /home/$USER/.kiro
:
2026-06-02T12:08:25.413189Z DEBUG chat_cli::util::paths: 258: Resolved global kiro_subpath=agents amazonq_subpath=cli-agents path: /home/$USER/.kiro/agents
kiro_default
(empty)
📄 workspace:
kiro_help
(empty)
kiro_planner
(empty)
🌍 global:
Rocky
(empty)
```
Contributor guide
Assessment
This issue has not been assessed yet.