[INFO] fetching crate mycelium-bitfield 0.1.5...
[INFO] testing mycelium-bitfield-0.1.5 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate mycelium-bitfield 0.1.5 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate mycelium-bitfield 0.1.5
[INFO] finished tweaking crates.io crate mycelium-bitfield 0.1.5
[INFO] tweaked toml for crates.io crate mycelium-bitfield 0.1.5 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mycelium-bitfield 0.1.5 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 37 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ac03bc8fbe29a3d3ec6203b7987d48e14be565c0b2c55d2ed85bdc510659ad2d
[INFO] running `Command { std: "docker" "start" "-a" "ac03bc8fbe29a3d3ec6203b7987d48e14be565c0b2c55d2ed85bdc510659ad2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ac03bc8fbe29a3d3ec6203b7987d48e14be565c0b2c55d2ed85bdc510659ad2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac03bc8fbe29a3d3ec6203b7987d48e14be565c0b2c55d2ed85bdc510659ad2d", kill_on_drop: false }`
[INFO] [stdout] ac03bc8fbe29a3d3ec6203b7987d48e14be565c0b2c55d2ed85bdc510659ad2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf4848ae66880cef64da58e31dd83a164cd8dfd71fcc33da310df3553248373b
[INFO] running `Command { std: "docker" "start" "-a" "bf4848ae66880cef64da58e31dd83a164cd8dfd71fcc33da310df3553248373b", kill_on_drop: false }`
[INFO] [stderr]    Compiling mycelium-bitfield v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `trace_macros`
[INFO] [stdout]  --> src/lib.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![cfg_attr(trace_macros, feature(trace_macros))]
[INFO] [stdout]   |             ^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(trace_macros)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(trace_macros)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trace_macros`
[INFO] [stdout]   --> src/lib.rs:33:25
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[cfg(any(test, docsrs, trace_macros))]
[INFO] [stdout]    |                         ^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(trace_macros)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(trace_macros)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `loom`
[INFO] [stdout]     --> src/pack.rs:1081:21
[INFO] [stdout]      |
[INFO] [stdout] 1081 | #[cfg(all(test, not(loom)))]
[INFO] [stdout]      |                     ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
[INFO] running `Command { std: "docker" "inspect" "bf4848ae66880cef64da58e31dd83a164cd8dfd71fcc33da310df3553248373b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf4848ae66880cef64da58e31dd83a164cd8dfd71fcc33da310df3553248373b", kill_on_drop: false }`
[INFO] [stdout] bf4848ae66880cef64da58e31dd83a164cd8dfd71fcc33da310df3553248373b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b82d1ce07b9ff3f1d79b10a670e1bb129362fb35aea7e9e6a8b38774c42503c
[INFO] running `Command { std: "docker" "start" "-a" "4b82d1ce07b9ff3f1d79b10a670e1bb129362fb35aea7e9e6a8b38774c42503c", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stdout] warning: unexpected `cfg` condition name: `trace_macros`
[INFO] [stdout]  --> src/lib.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![cfg_attr(trace_macros, feature(trace_macros))]
[INFO] [stdout]   |             ^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(trace_macros)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(trace_macros)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trace_macros`
[INFO] [stdout]   --> src/lib.rs:33:25
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[cfg(any(test, docsrs, trace_macros))]
[INFO] [stdout]    |                         ^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(trace_macros)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(trace_macros)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `loom`
[INFO] [stdout]     --> src/pack.rs:1081:21
[INFO] [stdout]      |
[INFO] [stdout] 1081 | #[cfg(all(test, not(loom)))]
[INFO] [stdout]      |                     ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling proptest v1.9.0
[INFO] [stderr]    Compiling mycelium-bitfield v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `trace_macros`
[INFO] [stdout]  --> src/lib.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![cfg_attr(trace_macros, feature(trace_macros))]
[INFO] [stdout]   |             ^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(trace_macros)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(trace_macros)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trace_macros`
[INFO] [stdout]   --> src/lib.rs:33:25
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[cfg(any(test, docsrs, trace_macros))]
[INFO] [stdout]    |                         ^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(trace_macros)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(trace_macros)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `loom`
[INFO] [stdout]     --> src/pack.rs:1081:21
[INFO] [stdout]      |
[INFO] [stdout] 1081 | #[cfg(all(test, not(loom)))]
[INFO] [stdout]      |                     ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trace_macros`
[INFO] [stdout]  --> src/example.rs:2:7
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[cfg(trace_macros)]
[INFO] [stdout]   |       ^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(trace_macros)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(trace_macros)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `trace_macros`
[INFO] [stdout]  --> src/example.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(trace_macros)]
[INFO] [stdout]   |       ^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(trace_macros)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(trace_macros)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/bitfield.rs:399:9
[INFO] [stdout]     |
[INFO] [stdout] 399 |           #[automatically_derived]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 848 | /     bitfield! {
[INFO] [stdout] 849 | |         #[allow(dead_code)]
[INFO] [stdout] 850 | |         struct TestBitfield<u32> {
[INFO] [stdout] 851 | |             const HELLO = 4;
[INFO] [stdout] ...   |
[INFO] [stdout] 859 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/bitfield.rs:399:9
[INFO] [stdout]     |
[INFO] [stdout] 399 |           #[automatically_derived]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 861 | /     bitfield! {
[INFO] [stdout] 862 | |         /// This is only here to ensure it compiles...
[INFO] [stdout] 863 | |         #[allow(dead_code)]
[INFO] [stdout] 864 | |         struct TestBitfieldHuge<u128> {
[INFO] [stdout] ...   |
[INFO] [stdout] 874 | |     }
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]     = note: this warning originates in the macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks
[INFO] [stdout]    --> src/bitfield.rs:399:9
[INFO] [stdout]     |
[INFO] [stdout] 399 |           #[automatically_derived]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/example/example_bitfield.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / bitfield! {
[INFO] [stdout]   7 | |     /// An example bitfield type.
[INFO] [stdout]   8 | |     ///
[INFO] [stdout]   9 | |     /// This type was generated by the following [`bitfield!`]
[INFO] [stdout] ...   |
[INFO] [stdout]  51 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stdout]     = note: this warning originates in the macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.88s
[INFO] running `Command { std: "docker" "inspect" "4b82d1ce07b9ff3f1d79b10a670e1bb129362fb35aea7e9e6a8b38774c42503c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b82d1ce07b9ff3f1d79b10a670e1bb129362fb35aea7e9e6a8b38774c42503c", kill_on_drop: false }`
[INFO] [stdout] 4b82d1ce07b9ff3f1d79b10a670e1bb129362fb35aea7e9e6a8b38774c42503c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1931d5e13b57a94d384067d35ebab6547d4fe63295c60b1c26060a5078c6b91d
[INFO] running `Command { std: "docker" "start" "-a" "1931d5e13b57a94d384067d35ebab6547d4fe63295c60b1c26060a5078c6b91d", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `trace_macros`
[INFO] [stderr]  --> src/lib.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | #![cfg_attr(trace_macros, feature(trace_macros))]
[INFO] [stderr]   |             ^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using a Cargo feature instead
[INFO] [stderr]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]            [lints.rust]
[INFO] [stderr]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(trace_macros)'] }
[INFO] [stderr]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(trace_macros)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `trace_macros`
[INFO] [stderr]   --> src/lib.rs:33:25
[INFO] [stderr]    |
[INFO] [stderr] 33 | #[cfg(any(test, docsrs, trace_macros))]
[INFO] [stderr]    |                         ^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(trace_macros)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(trace_macros)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `loom`
[INFO] [stderr]     --> src/pack.rs:1081:21
[INFO] [stderr]      |
[INFO] [stderr] 1081 | #[cfg(all(test, not(loom)))]
[INFO] [stderr]      |                     ^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]      = help: consider using a Cargo feature instead
[INFO] [stderr]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]               [lints.rust]
[INFO] [stderr]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `mycelium-bitfield` (lib) generated 3 warnings
[INFO] [stderr] warning: unexpected `cfg` condition name: `trace_macros`
[INFO] [stderr]  --> src/example.rs:2:7
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[cfg(trace_macros)]
[INFO] [stderr]   |       ^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using a Cargo feature instead
[INFO] [stderr]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]            [lints.rust]
[INFO] [stderr]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(trace_macros)'] }
[INFO] [stderr]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(trace_macros)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `trace_macros`
[INFO] [stderr]  --> src/example.rs:5:7
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[cfg(trace_macros)]
[INFO] [stderr]   |       ^^^^^^^^^^^^ help: there is a config with a similar name: `proc_macro`
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using a Cargo feature instead
[INFO] [stderr]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]            [lints.rust]
[INFO] [stderr]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(trace_macros)'] }
[INFO] [stderr]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(trace_macros)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks
[INFO] [stderr]    --> src/bitfield.rs:399:9
[INFO] [stderr]     |
[INFO] [stderr] 399 |           #[automatically_derived]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 848 | /     bitfield! {
[INFO] [stderr] 849 | |         #[allow(dead_code)]
[INFO] [stderr] 850 | |         struct TestBitfield<u32> {
[INFO] [stderr] 851 | |             const HELLO = 4;
[INFO] [stderr] ...   |
[INFO] [stderr] 859 | |     }
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stderr]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks
[INFO] [stderr]    --> src/bitfield.rs:399:9
[INFO] [stderr]     |
[INFO] [stderr] 399 |           #[automatically_derived]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 861 | /     bitfield! {
[INFO] [stderr] 862 | |         /// This is only here to ensure it compiles...
[INFO] [stderr] 863 | |         #[allow(dead_code)]
[INFO] [stderr] 864 | |         struct TestBitfieldHuge<u128> {
[INFO] [stderr] ...   |
[INFO] [stderr] 874 | |     }
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stderr]     = note: this warning originates in the macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks
[INFO] [stderr]    --> src/bitfield.rs:399:9
[INFO] [stderr]     |
[INFO] [stderr] 399 |           #[automatically_derived]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/example/example_bitfield.rs:6:1
[INFO] [stderr]     |
[INFO] [stderr]   6 | / bitfield! {
[INFO] [stderr]   7 | |     /// An example bitfield type.
[INFO] [stderr]   8 | |     ///
[INFO] [stderr]   9 | |     /// This type was generated by the following [`bitfield!`]
[INFO] [stderr] ...   |
[INFO] [stderr]  51 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[automatically_derived]` can only be applied to trait impl blocks
[INFO] [stderr]     = note: this warning originates in the macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `mycelium-bitfield` (lib test) generated 8 warnings (3 duplicates) (run `cargo fix --lib -p mycelium-bitfield --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mycelium_bitfield-4aef440e171dd651)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test bitfield::tests::macro_bitfield_valid ... ok
[INFO] [stdout] test from_bits::tests::enum_invalid ... ok
[INFO] [stdout] test from_bits::tests::enum_min_variant ... ok
[INFO] [stdout] test from_bits::tests::enum_needed_bits ... ok
[INFO] [stdout] test from_bits::tests::enum_roundtrips ... ok
[INFO] [stdout] test from_bits::tests::enum_max_variant ... ok
[INFO] [stdout] test bitfield::tests::test_bitfield_format ... ok
[INFO] [stdout] test pack::tests::pack_from_src_range_128 ... ok
[INFO] [stdout] test pack::tests::pack_methods_32 ... ok
[INFO] [stdout] test pack::tests::pack_methods_64 ... ok
[INFO] [stdout] test pack::tests::pack_unpack_8 ... ok
[INFO] [stdout] test pack::tests::pack_from_src_range_64 ... ok
[INFO] [stdout] test pack::tests::pack_unpack_32 ... ok
[INFO] [stdout] test pack::tests::pack_unpack_16 ... ok
[INFO] [stdout] test pack::tests::pack_from_src_range_16 ... ok
[INFO] [stdout] test pack::tests::pack_methods_8 ... ok
[INFO] [stdout] test pack::tests::pack_unpack_64 ... ok
[INFO] [stdout] test pack::tests::pair_least_sig_arbitrary_128 ... ok
[INFO] [stdout] test pack::tests::pair_least_sig_zeroed_8 ... ok
[INFO] [stdout] test pack::tests::pack_methods_16 ... ok
[INFO] [stdout] test pack::tests::pack_from_src_range_8 ... ok
[INFO] [stdout] test pack::tests::pair_least_sig_arbitrary_64 ... ok
[INFO] [stdout] test pack::tests::pair_least_sig_arbitrary_16 ... ok
[INFO] [stdout] test pack::tests::pack_methods_128 ... ok
[INFO] [stdout] test pack::tests::pair_least_sig_zeroed_64 ... ok
[INFO] [stdout] test pack::tests::pair_least_sig_arbitrary_8 ... ok
[INFO] [stdout] test pack::tests::pair_least_sig_zeroed_128 ... ok
[INFO] [stdout] test pack::tests::pair_least_sig_zeroed_16 ... ok
[INFO] [stdout] test pack::tests::pair_least_sig_zeroed_32 ... ok
[INFO] [stdout] test pack::tests::pack_unpack_128 ... ok
[INFO] [stdout] test pack::tests::pack_from_src_range_32 ... ok
[INFO] [stdout] test pack::tests::pair_least_sig_arbitrary_32 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests mycelium_bitfield
[INFO] [stdout] 
[INFO] [stdout] running 39 tests
[INFO] [stdout] test src/pack.rs - pack::Pack128<T,F>::set_all (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack128<T,F>::set_all_in (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack128<T,F>::unset_all (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack128<T,F>::unset_all_in (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack16<T,F>::set_all (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack16<T,F>::set_all_in (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack16<T,F>::unset_all (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack16<T,F>::unset_all_in (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack32<T,F>::set_all (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack32<T,F>::set_all_in (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack32<T,F>::unset_all (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack32<T,F>::unset_all_in (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack64<T,F>::set_all (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack64<T,F>::set_all_in (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack64<T,F>::unset_all (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack64<T,F>::unset_all_in (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack8<T,F>::set_all (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack8<T,F>::set_all_in (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack8<T,F>::unset_all (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::Pack8<T,F>::unset_all_in (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::PackUsize<T,F>::set_all (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::PackUsize<T,F>::set_all_in (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::PackUsize<T,F>::unset_all (line 1075) ... ignored
[INFO] [stdout] test src/pack.rs - pack::PackUsize<T,F>::unset_all_in (line 1075) ... ignored
[INFO] [stdout] test src/from_bits.rs - from_bits::enum_from_bits (line 103) - compile fail ... ok
[INFO] [stdout] test src/pack.rs - pack (line 113) ... ok
[INFO] [stdout] test src/bitfield.rs - bitfield::bitfield (line 238) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - (line 132) ... ok
[INFO] [stdout] test src/pack.rs - pack (line 77) ... ok
[INFO] [stdout] test src/pack.rs - pack (line 58) ... ok
[INFO] [stdout] test src/pack.rs - pack (line 23) ... ok
[INFO] [stdout] test src/pack.rs - pack (line 39) ... ok
[INFO] [stdout] test src/bitfield.rs - bitfield::bitfield (line 99) ... ok
[INFO] [stdout] test src/bitfield.rs - bitfield::bitfield (line 274) ... ok
[INFO] [stdout] test src/from_bits.rs - from_bits::enum_from_bits (line 72) ... ok
[INFO] [stdout] test src/pack.rs - pack (line 96) ... ok
[INFO] [stdout] test src/bitfield.rs - bitfield::bitfield (line 145) ... ok
[INFO] [stdout] test src/lib.rs - (line 227) ... ok
[INFO] [stdout] test src/lib.rs - (line 168) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 24 ignored; 0 measured; 0 filtered out; finished in 1.27s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1931d5e13b57a94d384067d35ebab6547d4fe63295c60b1c26060a5078c6b91d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1931d5e13b57a94d384067d35ebab6547d4fe63295c60b1c26060a5078c6b91d", kill_on_drop: false }`
[INFO] [stdout] 1931d5e13b57a94d384067d35ebab6547d4fe63295c60b1c26060a5078c6b91d
