oxidecomputer / oxidecomputer/omicron
test failed in CI: test_cannot_finalize_attached_disk
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
This test failed on a CI run on main:
https://github.com/oxidecomputer/omicron/runs/44857236017
Log showing the specific test failure:
https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS
Excerpt from the log showing the failure:
8049 | 2025-06-26T15:27:21.327Z | FAIL [ 155.487s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
-- | -- | --
8050 | 2025-06-26T15:27:21.327Z | stdout ───
8051 | 2025-06-26T15:27:21.327Z |
8052 | 2025-06-26T15:27:21.327Z | running 1 test
8053 | 2025-06-26T15:27:21.327Z | sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: System }, version: Some(RouterVersion { router_id: f63ae62f-a8dd-407c-9385-867064cf1fd0, version: 3 }), routes: {ResolvedVpcRoute { dest: V6(Ipv6Net { addr: fde8:1d20:de98::, width: 64 }), target: VpcSubnet(V6(Ipv6Net { addr: fde8:1d20:de98::, width: 64 })) }, ResolvedVpcRoute { dest: V6(Ipv6Net { addr: ::, width: 0 }), target: InternetGateway(Instance(b570da77-a81e-410b-ad30-3b2832b8d93c)) }, ResolvedVpcRoute { dest: V4(Ipv4Net { addr: 172.30.0.0, width: 22 }), target: VpcSubnet(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, ResolvedVpcRoute { dest: V4(Ipv4Net { addr: 0.0.0.0, width: 0 }), target: InternetGateway(Instance(b570da77-a81e-410b-ad30-3b2832b8d93c)) }} }
8054 | 2025-06-26T15:27:21.328Z | sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
8055 | 2025-06-26T15:27:21.328Z | sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
8056 | 2025-06-26T15:27:21.328Z | sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
8057 | 2025-06-26T15:27:21.328Z | test integration_tests::pantry::test_cannot_finalize_attached_disk has been running for over 60 seconds
8058 | 2025-06-26T15:27:21.328Z | sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
8059 | 2025-06-26T15:27:21.328Z | sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
8060 | 2025-06-26T15:27:21.328Z | sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
8061 | 2025-06-26T15:27:21.328Z | sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
8062 | 2025-06-26T15:27:21.328Z | test integration_tests::pantry::test_cannot_finalize_attached_disk ... FAILED
8063 | 2025-06-26T15:27:21.328Z |
8064 | 2025-06-26T15:27:21.328Z | failures:
8065 | 2025-06-26T15:27:21.328Z |
8066 | 2025-06-26T15:27:21.328Z | failures:
8067 | 2025-06-26T15:27:21.328Z | integration_tests::pantry::test_cannot_finalize_attached_disk
8068 | 2025-06-26T15:27:21.328Z |
8069 | 2025-06-26T15:27:21.328Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 444 filtered out; finished in 155.42s
8070 | 2025-06-26T15:27:21.328Z |
8071 | 2025-06-26T15:27:21.328Z | stderr ───
8072 | 2025-06-26T15:27:21.328Z | log file: /var/tmp/omicron_tmp/test_all-bf97ac1b07a4f136-test_cannot_finalize_attached_disk.186303.0.log
8073 | 2025-06-26T15:27:21.328Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-bf97ac1b07a4f136-test_cannot_finalize_attached_disk.186303.0.log"
8074 | 2025-06-26T15:27:21.328Z | DB URL: postgresql://root@[::1]:41583/omicron?sslmode=disable
8075 | 2025-06-26T15:27:21.328Z | DB address: [::1]:41583
8076 | 2025-06-26T15:27:21.328Z | log file: /var/tmp/omicron_tmp/test_all-bf97ac1b07a4f136-test_cannot_finalize_attached_disk.186303.2.log
8077 | 2025-06-26T15:27:21.328Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-bf97ac1b07a4f136-test_cannot_finalize_attached_disk.186303.2.log"
8078 | 2025-06-26T15:27:21.328Z |
8079 | 2025-06-26T15:27:21.328Z | thread 'integration_tests::pantry::test_cannot_finalize_attached_disk' panicked at nexus/tests/integration_tests/instances.rs:6913:19:
8080 | 2025-06-26T15:27:21.328Z | instance 4577e786-6c97-4453-b152-178cd385d599 did not transition to Stopped after 120s: timed out after 120.192182684s
8081 | 2025-06-26T15:27:21.328Z | stack backtrace:
8082 | 2025-06-26T15:27:21.328Z | 0: __rustc::rust_begin_unwind
8083 | 2025-06-26T15:27:21.328Z | at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/panicking.rs:697:5
8084 | 2025-06-26T15:27:21.328Z | 1: core::panicking::panic_fmt
8085 | 2025-06-26T15:27:21.328Z | at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/panicking.rs:75:14
8086 | 2025-06-26T15:27:21.328Z | 2: {async_fn#0}
8087 | 2025-06-26T15:27:21.328Z | at ./tests/integration_tests/instances.rs:6913:19
8088 | 2025-06-26T15:27:21.328Z | 3: {async_fn#0}
8089 | 2025-06-26T15:27:21.328Z | at ./tests/integration_tests/instances.rs:6864:6
8090 | 2025-06-26T15:27:21.328Z | 4: {async_fn#0}
8091 | 2025-06-26T15:27:21.328Z | at ./tests/integration_tests/pantry.rs:162:75
8092 | 2025-06-26T15:27:21.329Z | 5: {async_fn#0}
8093 | 2025-06-26T15:27:21.329Z | at ./tests/integration_tests/pantry.rs:845:74
8094 | 2025-06-26T15:27:21.329Z | 6: {async_block#0}
8095 | 2025-06-26T15:27:21.329Z | at ./tests/integration_tests/pantry.rs:823:1
8096 | 2025-06-26T15:27:21.329Z | 7: poll<&mut dyn core::future::future::Future<Output=()>>
8097 | 2025-06-26T15:27:21.329Z | at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/future/future.rs:124:9
8098 | 2025-06-26T15:27:21.329Z | 8: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
8099 | 2025-06-26T15:27:21.329Z | at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/future/future.rs:124:9
8100 | 2025-06-26T15:27:21.329Z | 9: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
8101 | 2025-06-26T15:27:21.329Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:54
8102 | 2025-06-26T15:27:21.329Z | 10: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
8103 | 2025-06-26T15:27:21.329Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:167:5
8104 | 2025-06-26T15:27:21.329Z | 11: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
8105 | 2025-06-26T15:27:21.329Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:133:5
8106 | 2025-06-26T15:27:21.329Z | 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
8107 | 2025-06-26T15:27:21.329Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:25
8108 | 2025-06-26T15:27:21.329Z | 13: tokio::runtime::scheduler::current_thread::Context::enter
8109 | 2025-06-26T15:27:21.329Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:432:19
8110 | 2025-06-26T15:27:21.329Z | 14: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
8111 | 2025-06-26T15:27:21.329Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:732:36
8112 | 2025-06-26T15:27:21.329Z | 15: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
8113 | 2025-06-26T15:27:21.329Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:68
8114 | 2025-06-26T15:27:21.329Z | 16: tokio::runtime::context::scoped::Scoped<T>::set
8115 | 2025-06-26T15:27:21.329Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/scoped.rs:40:9
8116 | 2025-06-26T15:27:21.329Z | 17: tokio::runtime::context::set_scheduler::{{closure}}
8117 | 2025-06-26T15:27:21.329Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:26
8118 | 2025-06-26T15:27:21.329Z | 18: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)>
8119 | 2025-06-26T15:27:21.329Z | at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/thread/local.rs:311:12
8120 | 2025-06-26T15:27:21.329Z | 19: std::thread::local::LocalKey<T>::with
8121 | 2025-06-26T15:27:21.329Z | at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/thread/local.rs:275:15
8122 | 2025-06-26T15:27:21.329Z | 20: tokio::runtime::context::set_scheduler
8123 | 2025-06-26T15:27:21.329Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:9
8124 | 2025-06-26T15:27:21.329Z | 21: tokio::runtime::scheduler::current_thread::CoreGuard::enter
8125 | 2025-06-26T15:27:21.329Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:27
8126 | 2025-06-26T15:27:21.333Z | 22: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
8127 | 2025-06-26T15:27:21.333Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:720:19
8128 | 2025-06-26T15:27:21.333Z | 23: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
8129 | 2025-06-26T15:27:21.333Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:200:28
8130 | 2025-06-26T15:27:21.333Z | 24: tokio::runtime::context::runtime::enter_runtime
8131 | 2025-06-26T15:27:21.334Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/runtime.rs:65:16
8132 | 2025-06-26T15:27:21.334Z | 25: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
8133 | 2025-06-26T15:27:21.334Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:188:9
8134 | 2025-06-26T15:27:21.334Z | 26: tokio::runtime::runtime::Runtime::block_on_inner
8135 | 2025-06-26T15:27:21.334Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:356:47
8136 | 2025-06-26T15:27:21.334Z | 27: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
8137 | 2025-06-26T15:27:21.334Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:330:13
8138 | 2025-06-26T15:27:21.334Z | 28: test_cannot_finalize_attached_disk
8139 | 2025-06-26T15:27:21.334Z | at ./tests/integration_tests/pantry.rs:823:1
8140 | 2025-06-26T15:27:21.334Z | 29: test_all::integration_tests::pantry::test_cannot_finalize_attached_disk::{{closure}}
8141 | 2025-06-26T15:27:21.334Z | at ./tests/integration_tests/pantry.rs:826:2
8142 | 2025-06-26T15:27:21.334Z | 30: core::ops::function::FnOnce::call_once
8143 | 2025-06-26T15:27:21.334Z | at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/ops/function.rs:250:5
8144 | 2025-06-26T15:27:21.334Z | 31: core::ops::function::FnOnce::call_once
8145 | 2025-06-26T15:27:21.334Z | at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/ops/function.rs:250:5
[8049](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8049) 2025-06-26T15:27:21.327Z FAIL [ 155.487s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
[8050](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8050) 2025-06-26T15:27:21.327Z stdout ───
[8051](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8051) 2025-06-26T15:27:21.327Z
[8052](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8052) 2025-06-26T15:27:21.327Z running 1 test
[8053](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8053) 2025-06-26T15:27:21.327Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: System }, version: Some(RouterVersion { router_id: f63ae62f-a8dd-407c-9385-867064cf1fd0, version: 3 }), routes: {ResolvedVpcRoute { dest: V6(Ipv6Net { addr: fde8:1d20:de98::, width: 64 }), target: VpcSubnet(V6(Ipv6Net { addr: fde8:1d20:de98::, width: 64 })) }, ResolvedVpcRoute { dest: V6(Ipv6Net { addr: ::, width: 0 }), target: InternetGateway(Instance(b570da77-a81e-410b-ad30-3b2832b8d93c)) }, ResolvedVpcRoute { dest: V4(Ipv4Net { addr: 172.30.0.0, width: 22 }), target: VpcSubnet(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, ResolvedVpcRoute { dest: V4(Ipv4Net { addr: 0.0.0.0, width: 0 }), target: InternetGateway(Instance(b570da77-a81e-410b-ad30-3b2832b8d93c)) }} }
[8054](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8054) 2025-06-26T15:27:21.328Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
[8055](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8055) 2025-06-26T15:27:21.328Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
[8056](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8056) 2025-06-26T15:27:21.328Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
[8057](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8057) 2025-06-26T15:27:21.328Z test integration_tests::pantry::test_cannot_finalize_attached_disk has been running for over 60 seconds
[8058](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8058) 2025-06-26T15:27:21.328Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
[8059](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8059) 2025-06-26T15:27:21.328Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
[8060](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8060) 2025-06-26T15:27:21.328Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
[8061](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8061) 2025-06-26T15:27:21.328Z sled b6d65341-167c-41df-9b5c-41cded99c229 successfully installed routes ResolvedVpcRouteSet { id: RouterId { vni: Vni(11503957), kind: Custom(V4(Ipv4Net { addr: 172.30.0.0, width: 22 })) }, version: None, routes: {} }
[8062](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8062) 2025-06-26T15:27:21.328Z test integration_tests::pantry::test_cannot_finalize_attached_disk ... FAILED
[8063](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8063) 2025-06-26T15:27:21.328Z
[8064](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8064) 2025-06-26T15:27:21.328Z failures:
[8065](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8065) 2025-06-26T15:27:21.328Z
[8066](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8066) 2025-06-26T15:27:21.328Z failures:
[8067](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8067) 2025-06-26T15:27:21.328Z integration_tests::pantry::test_cannot_finalize_attached_disk
[8068](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8068) 2025-06-26T15:27:21.328Z
[8069](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8069) 2025-06-26T15:27:21.328Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 444 filtered out; finished in 155.42s
[8070](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8070) 2025-06-26T15:27:21.328Z
[8071](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8071) 2025-06-26T15:27:21.328Z stderr ───
[8072](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8072) 2025-06-26T15:27:21.328Z log file: /var/tmp/omicron_tmp/test_all-bf97ac1b07a4f136-test_cannot_finalize_attached_disk.186303.0.log
[8073](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8073) 2025-06-26T15:27:21.328Z note: configured to log to "/var/tmp/omicron_tmp/test_all-bf97ac1b07a4f136-test_cannot_finalize_attached_disk.186303.0.log"
[8074](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8074) 2025-06-26T15:27:21.328Z DB URL: postgresql://root@[::1]:41583/omicron?sslmode=disable
[8075](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8075) 2025-06-26T15:27:21.328Z DB address: [::1]:41583
[8076](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8076) 2025-06-26T15:27:21.328Z log file: /var/tmp/omicron_tmp/test_all-bf97ac1b07a4f136-test_cannot_finalize_attached_disk.186303.2.log
[8077](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8077) 2025-06-26T15:27:21.328Z note: configured to log to "/var/tmp/omicron_tmp/test_all-bf97ac1b07a4f136-test_cannot_finalize_attached_disk.186303.2.log"
[8078](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8078) 2025-06-26T15:27:21.328Z
[8079](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8079) 2025-06-26T15:27:21.328Z thread 'integration_tests::pantry::test_cannot_finalize_attached_disk' panicked at nexus/tests/integration_tests/instances.rs:6913:19:
[8080](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8080) 2025-06-26T15:27:21.328Z instance 4577e786-6c97-4453-b152-178cd385d599 did not transition to Stopped after 120s: timed out after 120.192182684s
[8081](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8081) 2025-06-26T15:27:21.328Z stack backtrace:
[8082](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8082) 2025-06-26T15:27:21.328Z 0: __rustc::rust_begin_unwind
[8083](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8083) 2025-06-26T15:27:21.328Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/panicking.rs:697:5
[8084](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8084) 2025-06-26T15:27:21.328Z 1: core::panicking::panic_fmt
[8085](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8085) 2025-06-26T15:27:21.328Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/panicking.rs:75:14
[8086](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8086) 2025-06-26T15:27:21.328Z 2: {async_fn#0}
[8087](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8087) 2025-06-26T15:27:21.328Z at ./tests/integration_tests/instances.rs:6913:19
[8088](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8088) 2025-06-26T15:27:21.328Z 3: {async_fn#0}
[8089](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8089) 2025-06-26T15:27:21.328Z at ./tests/integration_tests/instances.rs:6864:6
[8090](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8090) 2025-06-26T15:27:21.328Z 4: {async_fn#0}
[8091](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8091) 2025-06-26T15:27:21.328Z at ./tests/integration_tests/pantry.rs:162:75
[8092](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8092) 2025-06-26T15:27:21.329Z 5: {async_fn#0}
[8093](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8093) 2025-06-26T15:27:21.329Z at ./tests/integration_tests/pantry.rs:845:74
[8094](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8094) 2025-06-26T15:27:21.329Z 6: {async_block#0}
[8095](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8095) 2025-06-26T15:27:21.329Z at ./tests/integration_tests/pantry.rs:823:1
[8096](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8096) 2025-06-26T15:27:21.329Z 7: poll<&mut dyn core::future::future::Future<Output=()>>
[8097](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8097) 2025-06-26T15:27:21.329Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/future/future.rs:124:9
[8098](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8098) 2025-06-26T15:27:21.329Z 8: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
[8099](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8099) 2025-06-26T15:27:21.329Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/future/future.rs:124:9
[8100](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8100) 2025-06-26T15:27:21.329Z 9: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
[8101](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8101) 2025-06-26T15:27:21.329Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:54
[8102](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8102) 2025-06-26T15:27:21.329Z 10: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
[8103](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8103) 2025-06-26T15:27:21.329Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:167:5
[8104](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8104) 2025-06-26T15:27:21.329Z 11: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>>
[8105](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8105) 2025-06-26T15:27:21.329Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:133:5
[8106](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8106) 2025-06-26T15:27:21.329Z 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
[8107](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8107) 2025-06-26T15:27:21.329Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:25
[8108](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8108) 2025-06-26T15:27:21.329Z 13: tokio::runtime::scheduler::current_thread::Context::enter
[8109](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8109) 2025-06-26T15:27:21.329Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[8110](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8110) 2025-06-26T15:27:21.329Z 14: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>
[8111](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8111) 2025-06-26T15:27:21.329Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:732:36
[8112](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8112) 2025-06-26T15:27:21.329Z 15: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
[8113](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8113) 2025-06-26T15:27:21.329Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:68
[8114](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8114) 2025-06-26T15:27:21.329Z 16: tokio::runtime::context::scoped::Scoped<T>::set
[8115](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8115) 2025-06-26T15:27:21.329Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/scoped.rs:40:9
[8116](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8116) 2025-06-26T15:27:21.329Z 17: tokio::runtime::context::set_scheduler::{{closure}}
[8117](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8117) 2025-06-26T15:27:21.329Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:26
[8118](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8118) 2025-06-26T15:27:21.329Z 18: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)>
[8119](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8119) 2025-06-26T15:27:21.329Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/thread/local.rs:311:12
[8120](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8120) 2025-06-26T15:27:21.329Z 19: std::thread::local::LocalKey<T>::with
[8121](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8121) 2025-06-26T15:27:21.329Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/thread/local.rs:275:15
[8122](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8122) 2025-06-26T15:27:21.329Z 20: tokio::runtime::context::set_scheduler
[8123](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8123) 2025-06-26T15:27:21.329Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:9
[8124](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8124) 2025-06-26T15:27:21.329Z 21: tokio::runtime::scheduler::current_thread::CoreGuard::enter
[8125](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8125) 2025-06-26T15:27:21.329Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:27
[8126](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8126) 2025-06-26T15:27:21.333Z 22: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
[8127](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8127) 2025-06-26T15:27:21.333Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:720:19
[8128](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8128) 2025-06-26T15:27:21.333Z 23: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
[8129](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8129) 2025-06-26T15:27:21.333Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:200:28
[8130](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8130) 2025-06-26T15:27:21.333Z 24: tokio::runtime::context::runtime::enter_runtime
[8131](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8131) 2025-06-26T15:27:21.334Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/runtime.rs:65:16
[8132](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8132) 2025-06-26T15:27:21.334Z 25: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
[8133](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8133) 2025-06-26T15:27:21.334Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[8134](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8134) 2025-06-26T15:27:21.334Z 26: tokio::runtime::runtime::Runtime::block_on_inner
[8135](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8135) 2025-06-26T15:27:21.334Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:356:47
[8136](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8136) 2025-06-26T15:27:21.334Z 27: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>
[8137](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8137) 2025-06-26T15:27:21.334Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:330:13
[8138](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8138) 2025-06-26T15:27:21.334Z 28: test_cannot_finalize_attached_disk
[8139](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8139) 2025-06-26T15:27:21.334Z at ./tests/integration_tests/pantry.rs:823:1
[8140](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8140) 2025-06-26T15:27:21.334Z 29: test_all::integration_tests::pantry::test_cannot_finalize_attached_disk::{{closure}}
[8141](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8141) 2025-06-26T15:27:21.334Z at ./tests/integration_tests/pantry.rs:826:2
[8142](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8142) 2025-06-26T15:27:21.334Z 30: core::ops::function::FnOnce::call_once
[8143](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8143) 2025-06-26T15:27:21.334Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/ops/function.rs:250:5
[8144](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8144) 2025-06-26T15:27:21.334Z 31: core::ops::function::FnOnce::call_once
[8145](https://buildomat.eng.oxide.computer/wg/0/details/01JYPB00MM7CT7G3T66AMPP8QM/LlTEYmt0drXfPMKvAQQCKCe446ar7OMSGyxaYGqMEbDlbVM2/01JYPB0DCGEXGFQDQCSGQE2ECS#S8145) 2025-06-26T15:27:21.334Z at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/ops/function.rs:250:5
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with nexus/tests/integration_tests/instances.rs at line 6913 and the calling test in integration_tests/pantry.rs at lines 162, 823, and 845. Compare the failing CI log with the test flow and investigate why the instance does not reach Stopped within 120 seconds. Done means test_cannot_finalize_attached_disk completes reliably without timing out in CI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100