[INFO] cloning repository https://github.com/haxonittech/lightway [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/haxonittech/lightway" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhaxonittech%2Flightway", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhaxonittech%2Flightway'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2b5d0f87ef33427c6aef1503f6654e4d2c4331ff [INFO] checking haxonittech/lightway against try#ce3348c21531b911ca5aadbbbe7ad63a1bc4c382 for pr-149596 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhaxonittech%2Flightway" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/haxonittech/lightway [INFO] finished tweaking git repo https://github.com/haxonittech/lightway [INFO] tweaked toml for git repo https://github.com/haxonittech/lightway written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/haxonittech/lightway on toolchain ce3348c21531b911ca5aadbbbe7ad63a1bc4c382 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/haxonittech/lightway 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" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5b2f006afbfe37d52712450105b394837147e84f8c2ef9e0c25a559dbfa9f8e0 [INFO] running `Command { std: "docker" "start" "-a" "5b2f006afbfe37d52712450105b394837147e84f8c2ef9e0c25a559dbfa9f8e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b2f006afbfe37d52712450105b394837147e84f8c2ef9e0c25a559dbfa9f8e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b2f006afbfe37d52712450105b394837147e84f8c2ef9e0c25a559dbfa9f8e0", kill_on_drop: false }` [INFO] [stdout] 5b2f006afbfe37d52712450105b394837147e84f8c2ef9e0c25a559dbfa9f8e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+ce3348c21531b911ca5aadbbbe7ad63a1bc4c382" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 13a47860fc9b075e53ef774a4f4fb21177f33fc7118548c517f52b9d64791a85 [INFO] running `Command { std: "docker" "start" "-a" "13a47860fc9b075e53ef774a4f4fb21177f33fc7118548c517f52b9d64791a85", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.102 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling unicode-ident v1.0.20 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling find-msvc-tools v0.1.4 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling cc v1.2.41 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Checking hashbrown v0.16.0 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Checking indexmap v2.12.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling bindgen v0.72.1 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling generic-array v0.14.9 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking gimli v0.32.3 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling autotools v0.2.7 [INFO] [stderr] Compiling build-target v0.8.0 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Checking addr2line v0.25.1 [INFO] [stderr] Checking no-std-net v0.6.0 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Checking pnet_base v0.35.0 [INFO] [stderr] Checking petgraph v0.6.5 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking pnet_macros_support v0.35.0 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking metrics v0.24.2 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling pnet_macros v0.35.0 [INFO] [stderr] Checking backtrace v0.3.76 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Checking pnet_packet v0.35.0 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling num_enum_derive v0.7.5 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Checking thiserror v2.0.17 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Checking num_enum v0.7.5 [INFO] [stderr] Checking netlink-packet-utils v0.5.2 [INFO] [stderr] Compiling delegate v0.12.0 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking lru v0.16.2 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Checking socket2 v0.6.1 [INFO] [stderr] Checking mio v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Checking more-asserts v0.3.1 [INFO] [stderr] Compiling derive-deftly-macros v0.14.6 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Checking tokio v1.48.0 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Checking netlink-packet-core v0.7.0 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Checking anstyle v1.0.13 [INFO] [stderr] Checking is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking netlink-packet-route v0.24.0 [INFO] [stderr] Compiling strum v0.27.2 [INFO] [stderr] Compiling derive_builder_core_fork_arti v0.11.2 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Checking netlink-sys v0.8.7 [INFO] [stderr] Checking clap_lex v0.7.6 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Checking clap_builder v4.5.50 [INFO] [stderr] Checking piper v0.2.4 [INFO] [stderr] Compiling derive_builder_macro_fork_arti v0.11.2 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] [INFO] [stderr] thread 'rustc' (1573) panicked at compiler/rustc_resolve/src/diagnostics.rs:152:21: [INFO] [stderr] internal error: entered unreachable code [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7d14542695a3 - <::print::DisplayBacktrace as core[6cc6cda5bf5843b4]::fmt::Display>::fmt [INFO] [stderr] 1: 0x7d14548115c8 - core[6cc6cda5bf5843b4]::fmt::write [INFO] [stderr] 2: 0x7d145427fdc6 - ::write_fmt [INFO] [stderr] 3: 0x7d145423fc78 - std[c732280b882879e8]::panicking::default_hook::{closure#0} [INFO] [stderr] 4: 0x7d145425d3d3 - std[c732280b882879e8]::panicking::default_hook [INFO] [stderr] 5: 0x7d14532c96c7 - std[c732280b882879e8]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 6: 0x7d145425d6b2 - std[c732280b882879e8]::panicking::panic_with_hook [INFO] [stderr] 7: 0x7d145423fd6a - std[c732280b882879e8]::panicking::panic_handler::{closure#0} [INFO] [stderr] 8: 0x7d1454236df9 - std[c732280b882879e8]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stderr] 9: 0x7d14542418ed - __rustc[ad855206e1ddae17]::rust_begin_unwind [INFO] [stderr] 10: 0x7d14514d99bc - core[6cc6cda5bf5843b4]::panicking::panic_fmt [INFO] [stderr] 11: 0x7d1450d4b672 - core[6cc6cda5bf5843b4]::panicking::panic [INFO] [stderr] 12: 0x7d1454c776f7 - ::resolve_crate::{closure#0} [INFO] [stderr] 13: 0x7d1454c6c94d - ::resolve_crate [INFO] [stderr] 14: 0x7d14552527f9 - rustc_interface[38d2190d34e76883]::passes::configure_and_expand [INFO] [stderr] 15: 0x7d145599aad5 - rustc_interface[38d2190d34e76883]::passes::resolver_for_lowering_raw [INFO] [stderr] 16: 0x7d145599a84d - rustc_query_impl[3f3083a1a4911fcd]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 17: 0x7d145599a835 - >::call_once [INFO] [stderr] 18: 0x7d145597b3df - rustc_query_system[2635c3e4e2458d32]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[3f3083a1a4911fcd]::plumbing::QueryCtxt, false> [INFO] [stderr] 19: 0x7d145597af40 - rustc_query_impl[3f3083a1a4911fcd]::query_impl::resolver_for_lowering_raw::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 20: 0x7d1455b5d0b7 - , rustc_driver_impl[3efbdfab4995ad57]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[6cc6cda5bf5843b4]::ops::function::FnOnce<(&rustc_session[da1d0116b82b93d2]::session::Session, rustc_middle[123d76d9fcba17a4]::ty::context::CurrentGcx, alloc[d96334610b4d9ed3]::sync::Arc, &std[c732280b882879e8]::sync::once_lock::OnceLock, &rustc_data_structures[d9cbbe64485074d7]::sync::worker_local::WorkerLocal, &rustc_data_structures[d9cbbe64485074d7]::sync::worker_local::WorkerLocal, rustc_driver_impl[3efbdfab4995ad57]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0} [INFO] [stderr] 21: 0x7d14559c0545 - rustc_interface[38d2190d34e76883]::interface::run_compiler::<(), rustc_driver_impl[3efbdfab4995ad57]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 22: 0x7d145590d78a - std[c732280b882879e8]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 23: 0x7d145590d55d - ::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[6cc6cda5bf5843b4]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 24: 0x7d1455912c2d - ::new::thread_start [INFO] [stderr] 25: 0x7d144f68aaa4 - [INFO] [stderr] 26: 0x7d144f717a64 - clone [INFO] [stderr] 27: 0x0 - [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/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.6/rustc-ice-2025-12-03T19_20_27-1571.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.93.0-nightly (ce3348c21 2025-12-03) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type proc-macro -C prefer-dynamic -C embed-bitcode=no [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 `derive-deftly-macros` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/ce3348c21531b911ca5aadbbbe7ad63a1bc4c382/bin/rustc --crate-name derive_deftly_macros --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/derive-deftly-macros-0.14.6/macros.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="case"' --cfg 'feature="expect"' --cfg 'feature="heck"' --cfg 'feature="meta-as-expr"' --cfg 'feature="meta-as-items"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("beta", "case", "expect", "heck", "meta-as-expr", "meta-as-items", "sha3"))' -C metadata=675c31173d467c8c -C extra-filename=-5c11dfaa3ab7a9d5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern heck=/opt/rustwide/target/debug/deps/libheck-8e1f98ffb0a497ae.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-edda05063a69fefc.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-5f334880f0ffd10c.rlib --extern proc_macro_crate=/opt/rustwide/target/debug/deps/libproc_macro_crate-4a97c1d57d73a177.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e979001712f78718.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-7fe1c71c7cde9ed4.rlib --extern sha3=/opt/rustwide/target/debug/deps/libsha3-db0869b90380e153.rlib --extern strum=/opt/rustwide/target/debug/deps/libstrum-9c83b7c2f102374b.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-0b2e5f1f7900d84f.rlib --extern void=/opt/rustwide/target/debug/deps/libvoid-8d0555451deff58a.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid --check-cfg 'cfg(derive_deftly_dprint)' --check-cfg 'cfg(feature, values("bizarre"))'` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "13a47860fc9b075e53ef774a4f4fb21177f33fc7118548c517f52b9d64791a85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13a47860fc9b075e53ef774a4f4fb21177f33fc7118548c517f52b9d64791a85", kill_on_drop: false }` [INFO] [stdout] 13a47860fc9b075e53ef774a4f4fb21177f33fc7118548c517f52b9d64791a85