[INFO] cloning repository https://github.com/paranoidnas/system
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/paranoidnas/system" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparanoidnas%2Fsystem", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparanoidnas%2Fsystem'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 85353b44666efefc60ebb51446b2614faf17b2a6
[INFO] checking paranoidnas/system against try#66388cc165a6c4ac98c074dc9f0281ff23528c55 for pr-150727
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparanoidnas%2Fsystem" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config
[INFO] started tweaking git repo https://github.com/paranoidnas/system
[INFO] finished tweaking git repo https://github.com/paranoidnas/system
[INFO] tweaked toml for git repo https://github.com/paranoidnas/system written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/paranoidnas/system on toolchain 66388cc165a6c4ac98c074dc9f0281ff23528c55
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/paranoidnas/system already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5187d169878890f28b989c70051205d0d2de86f58f4e6f92aba53ced1028ed52
[INFO] running `Command { std: "docker" "start" "-a" "5187d169878890f28b989c70051205d0d2de86f58f4e6f92aba53ced1028ed52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5187d169878890f28b989c70051205d0d2de86f58f4e6f92aba53ced1028ed52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5187d169878890f28b989c70051205d0d2de86f58f4e6f92aba53ced1028ed52", kill_on_drop: false }`
[INFO] [stdout] 5187d169878890f28b989c70051205d0d2de86f58f4e6f92aba53ced1028ed52
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3d9056430766404ee5fa2fdfacd7cda494b2f908f2d237427fb044f634644b0f
[INFO] running `Command { std: "docker" "start" "-a" "3d9056430766404ee5fa2fdfacd7cda494b2f908f2d237427fb044f634644b0f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.34
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]     Checking once_cell v1.9.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]     Checking pin-project-lite v0.2.7
[INFO] [stderr]     Checking lock_api v0.4.5
[INFO] [stderr]    Compiling futures-core v0.3.19
[INFO] [stderr]    Compiling serde_derive v1.0.132
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling serde v1.0.132
[INFO] [stderr]    Compiling futures-channel v0.3.19
[INFO] [stderr]     Checking futures-sink v0.3.19
[INFO] [stderr]    Compiling futures-task v0.3.19
[INFO] [stderr]    Compiling futures-util v0.3.19
[INFO] [stderr]     Checking http v0.2.5
[INFO] [stderr]     Checking slab v0.4.5
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]     Checking futures-io v0.3.19
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling pkg-config v0.3.24
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking tracing-core v0.1.21
[INFO] [stderr]    Compiling openssl-sys v0.9.72
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]     Checking tracing v0.1.29
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking socket2 v0.4.2
[INFO] [stderr]    Compiling backtrace v0.3.63
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking object v0.27.1
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking http-body v0.4.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.15
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking openssl-probe v0.1.4
[INFO] [stderr]    Compiling anyhow v1.0.51
[INFO] [stderr]    Compiling serde_json v1.0.73
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]     Checking arc-swap v1.5.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking generic-array v0.14.4
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking nom v4.1.1
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking strum v0.20.0
[INFO] [stderr]     Checking slog-scope v4.4.0
[INFO] [stderr]     Checking tinyvec v1.5.1
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking generic-array v0.12.4
[INFO] [stderr]     Checking mnt v0.3.1
[INFO] [stderr]     Checking nix v0.19.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking thread_local v1.1.3
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]     Checking tempfile v3.2.0
[INFO] [stderr]     Checking cpufeatures v0.2.1
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking unicode-bidi v0.3.7
[INFO] [stderr]     Checking sha-1 v0.9.8
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]     Checking slog-atomic v3.1.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling async-trait v0.1.52
[INFO] [stderr]    Compiling nix v0.17.0
[INFO] [stderr]     Checking crypto-mac v0.7.0
[INFO] [stderr]     Checking buf_redux v0.8.4
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking headers-core v0.2.0
[INFO] [stderr]     Checking twoway v0.1.8
[INFO] [stderr]    Compiling slog-async v2.7.0
[INFO] [stderr]     Checking unicode-width v0.1.9
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking sha2 v0.8.2
[INFO] [stderr]     Checking multipart v0.18.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.1
[INFO] [stderr]     Checking error-chain v0.10.0
[INFO] [stderr]     Checking headers v0.3.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking hmac v0.7.1
[INFO] [stderr]     Checking predicates-core v1.0.2
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking signal-hook v0.1.17
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]     Checking float-cmp v0.8.0
[INFO] [stderr]     Checking termtree v0.2.3
[INFO] [stderr]    Compiling paste v1.0.6
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]     Checking predicates v1.0.8
[INFO] [stderr]     Checking predicates-tree v1.0.4
[INFO] [stderr]     Checking crossterm v0.19.0
[INFO] [stderr]     Checking console v0.15.0
[INFO] [stderr]     Checking textwrap v0.12.1
[INFO] [stderr]     Checking os_type v2.4.0
[INFO] [stderr]     Checking os_str_bytes v2.4.0
[INFO] [stderr]     Checking zeroize v1.4.3
[INFO] [stderr]     Checking fragile v1.0.0
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking downcast v0.10.0
[INFO] [stderr]    Compiling indoc v1.0.3
[INFO] [stderr]     Checking dialoguer v0.9.0
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.19
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling strum_macros v0.20.1
[INFO] [stderr]    Compiling mockall_double v0.2.1
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking tokio v1.15.0
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]    Compiling xactor-derive v0.7.1 (https://github.com/wpbrown/xactor?branch=tokio10#3dbf2ca1)
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking tungstenite v0.14.0
[INFO] [stderr]     Checking pin-project v1.0.8
[INFO] [stderr]    Compiling clap_derive v3.0.0-beta.2 (https://github.com/clap-rs/clap?rev=022f18278e67cccff53b73fd96ed45abcda028c3#022f1827)
[INFO] [stderr]    Compiling mockall_derive v0.9.1
[INFO] [stderr]     Checking comfy-table v1.6.0
[INFO] [stderr]    Compiling serial_test_derive v0.5.1
[INFO] [stderr]     Checking serial_test v0.5.1
[INFO] [stderr]     Checking clap v3.0.0-beta.2 (https://github.com/clap-rs/clap?rev=022f18278e67cccff53b73fd96ed45abcda028c3#022f1827)
[INFO] [stderr]     Checking mockall v0.9.1
[INFO] [stderr]     Checking tokio-util v0.6.9
[INFO] [stderr]     Checking tokio-io-timeout v1.1.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking tokio-stream v0.1.8
[INFO] [stderr]     Checking futures-executor v0.3.19
[INFO] [stderr]     Checking tokio-tungstenite v0.15.0
[INFO] [stderr]     Checking futures v0.3.19
[INFO] [stderr]     Checking xactor v0.7.9 (https://github.com/wpbrown/xactor?branch=tokio10#3dbf2ca1)
[INFO] [stderr]     Checking h2 v0.3.9
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking envy v0.4.2
[INFO] [stderr]     Checking humantime-serde v1.0.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.0
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking libsystemd v0.2.1
[INFO] [stderr]     Checking cron v0.7.0
[INFO] [stderr]     Checking slog-term v2.8.0
[INFO] [stderr]     Checking human-panic v1.0.3
[INFO] [stderr]     Checking hyper v0.14.16
[INFO] [stderr]     Checking hyper-timeout v0.4.1
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking hyperlocal v0.8.0
[INFO] [stderr]     Checking warp v0.3.2
[INFO] [stderr]     Checking libblkcapt v0.1.0 (/opt/rustwide/workdir/libblkcapt)
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (1951) panicked at /rustc-dev/66388cc165a6c4ac98c074dc9f0281ff23528c55/compiler/rustc_ast/src/attr/mod.rs:302:36:
[INFO] [stderr] attribute is missing tokens: Attribute { kind: Normal(NormalAttr { item: AttrItem { unsafety: Default, path: Path { span: libblkcapt/src/sys/btrfs.rs:563:5: 563:12 (#1296), segments: [PathSegment { ident: <test_trace>#1296, id: NodeId(4294967040), args: None }], tokens: None }, args: Unparsed(Empty), tokens: None }, tokens: None }), id: AttrId(737), style: Outer, span: libblkcapt/src/sys/btrfs.rs:563:5: 563:12 (#1296) }
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x7a951e02bfa3 - <<std[7d609349af90bec6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[75ca2badb63c4514]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x7a951e60fb48 - core[75ca2badb63c4514]::fmt::write
[INFO] [stderr]    2:     0x7a951e042226 - <std[7d609349af90bec6]::sys::stdio::unix::Stderr as std[7d609349af90bec6]::io::Write>::write_fmt
[INFO] [stderr]    3:     0x7a951e001b98 - std[7d609349af90bec6]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x7a951e01f833 - std[7d609349af90bec6]::panicking::default_hook
[INFO] [stderr]    5:     0x7a951d00236a - std[7d609349af90bec6]::panicking::update_hook::<alloc[d7482eb0f1d19161]::boxed::Box<rustc_driver_impl[3f9d6dd912ac34bd]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x7a951e01fb12 - std[7d609349af90bec6]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x7a951e001c58 - std[7d609349af90bec6]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x7a951dff89a9 - std[7d609349af90bec6]::sys::backtrace::__rust_end_short_backtrace::<std[7d609349af90bec6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x7a951e00372d - __rustc[69841a6cbc58d81d]::rust_begin_unwind
[INFO] [stderr]   10:     0x7a951ac38f9c - core[75ca2badb63c4514]::panicking::panic_fmt
[INFO] [stderr]   11:     0x7a951f3e0110 - <rustc_ast[333fca09df5738a4]::ast::Attribute>::token_trees
[INFO] [stderr]   12:     0x7a951fc1c314 - <rustc_expand[a01ffc1bf52c2613]::expand::MacroExpander>::fully_expand_fragment
[INFO] [stderr]   13:     0x7a951fbe65d2 - <rustc_expand[a01ffc1bf52c2613]::expand::MacroExpander>::expand_crate
[INFO] [stderr]   14:     0x7a951ecf0af3 - rustc_interface[903e43df8d6bd657]::passes::configure_and_expand
[INFO] [stderr]   15:     0x7a951f807658 - rustc_interface[903e43df8d6bd657]::passes::resolver_for_lowering_raw
[INFO] [stderr]   16:     0x7a951f8073cd - rustc_query_impl[8c5349e00d64015e]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[8c5349e00d64015e]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2}::{closure#0}, rustc_middle[2342951a64deba5]::query::erase::Erased<[u8; 16usize]>>
[INFO] [stderr]   17:     0x7a951f8073a7 - <rustc_query_impl[8c5349e00d64015e]::query_impl::resolver_for_lowering_raw::dynamic_query::{closure#2} as core[75ca2badb63c4514]::ops::function::FnOnce<(rustc_middle[2342951a64deba5]::ty::context::TyCtxt, ())>>::call_once
[INFO] [stderr]   18:     0x7a951f7ecb5f - rustc_query_system[d45be4fb383a0235]::query::plumbing::try_execute_query::<rustc_query_impl[8c5349e00d64015e]::DynamicConfig<rustc_query_system[d45be4fb383a0235]::query::caches::SingleCache<rustc_middle[2342951a64deba5]::query::erase::Erased<[u8; 16usize]>>, false, false, false>, rustc_query_impl[8c5349e00d64015e]::plumbing::QueryCtxt, false>
[INFO] [stderr]   19:     0x7a951f7ec6bc - rustc_query_impl[8c5349e00d64015e]::query_impl::resolver_for_lowering_raw::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   20:     0x7a951f97127b - <rustc_interface[903e43df8d6bd657]::passes::create_and_enter_global_ctxt<core[75ca2badb63c4514]::option::Option<rustc_interface[903e43df8d6bd657]::queries::Linker>, rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[75ca2badb63c4514]::ops::function::FnOnce<(&rustc_session[1e6875ba352dc1ba]::session::Session, rustc_middle[2342951a64deba5]::ty::context::CurrentGcx, alloc[d7482eb0f1d19161]::sync::Arc<rustc_data_structures[c82a87ce5cdbfc92]::jobserver::Proxy>, &std[7d609349af90bec6]::sync::once_lock::OnceLock<rustc_middle[2342951a64deba5]::ty::context::GlobalCtxt>, &rustc_data_structures[c82a87ce5cdbfc92]::sync::worker_local::WorkerLocal<rustc_middle[2342951a64deba5]::arena::Arena>, &rustc_data_structures[c82a87ce5cdbfc92]::sync::worker_local::WorkerLocal<rustc_hir[cc727ec2ba6ebdb5]::Arena>, rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0}
[INFO] [stderr]   21:     0x7a951f85ac98 - rustc_interface[903e43df8d6bd657]::interface::run_compiler::<(), rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   22:     0x7a951f6eac4e - std[7d609349af90bec6]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[903e43df8d6bd657]::util::run_in_thread_with_globals<rustc_interface[903e43df8d6bd657]::util::run_in_thread_pool_with_globals<rustc_interface[903e43df8d6bd657]::interface::run_compiler<(), rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   23:     0x7a951f6eaa20 - <std[7d609349af90bec6]::thread::lifecycle::spawn_unchecked<rustc_interface[903e43df8d6bd657]::util::run_in_thread_with_globals<rustc_interface[903e43df8d6bd657]::util::run_in_thread_pool_with_globals<rustc_interface[903e43df8d6bd657]::interface::run_compiler<(), rustc_driver_impl[3f9d6dd912ac34bd]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[75ca2badb63c4514]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   24:     0x7a951f6ed138 - <std[7d609349af90bec6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   25:     0x7a951928aaa4 - <unknown>
[INFO] [stderr]   26:     0x7a9519317a64 - clone
[INFO] [stderr]   27:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug.
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2026-01-09T20_44_44-1948.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.94.0-nightly (66388cc16 2026-01-08) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: -C embed-bitcode=no -C debuginfo=2
[INFO] [stderr] 
[INFO] [stderr] note: some of the compiler flags provided by cargo are hidden
[INFO] [stderr] 
[INFO] [stderr] query stack during panic:
[INFO] [stderr] #0 [resolver_for_lowering_raw] getting the resolver for lowering
[INFO] [stderr] end of query stack
[INFO] [stderr] error: could not compile `libblkcapt` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/66388cc165a6c4ac98c074dc9f0281ff23528c55/bin/rustc --crate-name libblkcapt --edition=2018 libblkcapt/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cff1c1bf71c46253 -C extra-filename=-3b4b5a76d4867f4c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-88733dbea6e44ae3.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-0445533ab55344ff.rmeta --extern cron=/opt/rustwide/target/debug/deps/libcron-cbec5beb73ed28c8.rmeta --extern derivative=/opt/rustwide/target/debug/deps/libderivative-c2ddaa7c70c08b5d.so --extern envy=/opt/rustwide/target/debug/deps/libenvy-23dce0c8ca6c4091.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-3d41177e9fdc32a9.rmeta --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-fbd4799d9ab0676e.rmeta --extern humantime_serde=/opt/rustwide/target/debug/deps/libhumantime_serde-10246b0bf40c53d3.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-446e89d9f04e7f6d.rmeta --extern hyper_timeout=/opt/rustwide/target/debug/deps/libhyper_timeout-e481d29d1ec77c90.rmeta --extern hyper_tls=/opt/rustwide/target/debug/deps/libhyper_tls-be66dd812856a465.rmeta --extern hyperlocal=/opt/rustwide/target/debug/deps/libhyperlocal-57cb35cd902afcdc.rmeta --extern indoc=/opt/rustwide/target/debug/deps/libindoc-57c5642d20966c85.so --extern mnt=/opt/rustwide/target/debug/deps/libmnt-a308cdc032d12764.rmeta --extern mockall=/opt/rustwide/target/debug/deps/libmockall-eb26e0d9afd8668e.rmeta --extern mockall_double=/opt/rustwide/target/debug/deps/libmockall_double-fc20c7eb4a3ae009.so --extern nix=/opt/rustwide/target/debug/deps/libnix-cf7c63a1d5eb66f6.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-ffffa2b0427422fc.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-643a5b54b4f4f1b6.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-66b2042a68a00501.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-99eb33d71291631b.rmeta --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-196d991da86248de.rmeta --extern slog=/opt/rustwide/target/debug/deps/libslog-f0d23a65b67b87ca.rmeta --extern slog_scope=/opt/rustwide/target/debug/deps/libslog_scope-f0a43b42c52b6464.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-82947344f126fbe9.rmeta --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-3cecf1de98b11236.so --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-733e3007b1e67e6f.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-0f588337a9ed6a8b.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-e808ad621debff39.rmeta --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: field `parent` is never read
[INFO] [stdout]    --> libblkcapt/src/core/restic.rs:373:5
[INFO] [stdout]     |
[INFO] [stdout] 369 | struct SnapshotsOutputRecord {
[INFO] [stdout]     |        --------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 373 |     parent: Option<ResticId>,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into_drop_set` is never used
[INFO] [stdout]   --> libblkcapt/src/core/retention.rs:69:8
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl<'a, T: Snapshot> RetentionEvaluation<'a, T> {
[INFO] [stdout]    | ------------------------------------------------ method in this implementation
[INFO] [stdout] 69 |     fn into_drop_set(self) -> HashSet<DateTime<Utc>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> libblkcapt/src/model/mod.rs:119:21
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn datasets(&self) -> impl Iterator<Item = EntityPath2<BtrfsDatasetEntity, BtrfsPoolEntity>> {
[INFO] [stdout]     |                     ^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn datasets(&self) -> impl Iterator<Item = EntityPath2<'_, BtrfsDatasetEntity, BtrfsPoolEntity>> {
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> libblkcapt/src/model/mod.rs:129:20
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn dataset(&self, id: EntityId) -> Option<EntityPath2<BtrfsDatasetEntity, BtrfsPoolEntity>> {
[INFO] [stdout]     |                    ^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn dataset(&self, id: EntityId) -> Option<EntityPath2<'_, BtrfsDatasetEntity, BtrfsPoolEntity>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> libblkcapt/src/model/mod.rs:133:23
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn containers(&self) -> impl Iterator<Item = EntityPath2<BtrfsContainerEntity, BtrfsPoolEntity>> {
[INFO] [stdout]     |                       ^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn containers(&self) -> impl Iterator<Item = EntityPath2<'_, BtrfsContainerEntity, BtrfsPoolEntity>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> libblkcapt/src/model/mod.rs:143:22
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn container(&self, id: EntityId) -> Option<EntityPath2<BtrfsContainerEntity, BtrfsPoolEntity>> {
[INFO] [stdout]     |                      ^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn container(&self, id: EntityId) -> Option<EntityPath2<'_, BtrfsContainerEntity, BtrfsPoolEntity>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> libblkcapt/src/model/mod.rs:147:26
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn any_container(&self, id: EntityId) -> Option<AnyContainer> {
[INFO] [stdout]     |                          ^^^^^                          ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn any_container(&self, id: EntityId) -> Option<AnyContainer<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3d9056430766404ee5fa2fdfacd7cda494b2f908f2d237427fb044f634644b0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d9056430766404ee5fa2fdfacd7cda494b2f908f2d237427fb044f634644b0f", kill_on_drop: false }`
[INFO] [stdout] 3d9056430766404ee5fa2fdfacd7cda494b2f908f2d237427fb044f634644b0f
