[INFO] cloning repository https://github.com/QpxDesign/fang_rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/QpxDesign/fang_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQpxDesign%2Ffang_rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQpxDesign%2Ffang_rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a431b434d4b45758f138418fe58f8f084f6cf42d
[INFO] checking QpxDesign/fang_rs against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQpxDesign%2Ffang_rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/QpxDesign/fang_rs
[INFO] finished tweaking git repo https://github.com/QpxDesign/fang_rs
[INFO] tweaked toml for git repo https://github.com/QpxDesign/fang_rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/QpxDesign/fang_rs on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/QpxDesign/fang_rs 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `fang_rs` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../fang_rs
[INFO] [stderr]    |                                                  ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `fang-rs`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:37:8
[INFO] [stderr]    |
[INFO] [stderr] 37 - name = "fang_rs"
[INFO] [stderr] 37 + name = "fang-rs"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `fang-rs`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:38:19
[INFO] [stderr]    |
[INFO] [stderr] 38 ~ version = "0.1.0"
[INFO] [stderr] 39 + [[bin]]
[INFO] [stderr] 40 + name = "fang-rs"
[INFO] [stderr] 41 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `fang_rs` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cdecb741c24024384b1c27ec3803e12d53ad1a95d7bcda39939567d5fd97650e
[INFO] running `Command { std: "docker" "start" "cdecb741c24024384b1c27ec3803e12d53ad1a95d7bcda39939567d5fd97650e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cdecb741c24024384b1c27ec3803e12d53ad1a95d7bcda39939567d5fd97650e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cdecb741c24024384b1c27ec3803e12d53ad1a95d7bcda39939567d5fd97650e" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cdecb741c24024384b1c27ec3803e12d53ad1a95d7bcda39939567d5fd97650e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cdecb741c24024384b1c27ec3803e12d53ad1a95d7bcda39939567d5fd97650e" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `fang_rs` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../fang_rs
[INFO] [stderr]    |                          ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `fang-rs`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:37:8
[INFO] [stderr]    |
[INFO] [stderr] 37 - name = "fang_rs"
[INFO] [stderr] 37 + name = "fang-rs"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `fang-rs`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:38:19
[INFO] [stderr]    |
[INFO] [stderr] 38 ~ version = "0.1.0"
[INFO] [stderr] 39 + [[bin]]
[INFO] [stderr] 40 + name = "fang-rs"
[INFO] [stderr] 41 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `fang_rs` (manifest) generated 1 warning
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking slab v0.4.10
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling tinyvec v1.9.0
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking num-traits v0.2.19
[INFO] [stderr]    Compiling whoami v1.6.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking base64ct v1.8.0
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]     Checking radium v0.3.0
[INFO] [stderr]     Checking num-modular v0.6.1
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking cookie-rs v0.4.1
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking num-order v1.2.0
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking pest v2.8.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling pest_meta v2.8.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling pest_generator v2.8.1
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking axum-cookie v0.2.3
[INFO] [stderr]    Compiling pest_derive v2.8.1
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.17
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking bitvec v0.17.4
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stdout] error[E0038]: the trait `order::BitOrder` is not dyn compatible
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-0.17.4/src/lib.rs:124:2
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub type Cursor = crate::order::BitOrder;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ `order::BitOrder` is not dyn compatible
[INFO] [stdout]     |
[INFO] [stdout] note: for a trait to be dyn compatible it needs to allow building a vtable
[INFO] [stdout]       for more information, visit <https://doc.rust-lang.org/reference/items/traits.html#dyn-compatibility>
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-0.17.4/src/order.rs:45:8
[INFO] [stdout]     |
[INFO] [stdout]  43 | pub trait BitOrder {
[INFO] [stdout]     |           -------- this trait is not dyn compatible...
[INFO] [stdout]  44 |     /// Name of the ordering type, for use in text display.
[INFO] [stdout]  45 |     const TYPENAME: &'static str;
[INFO] [stdout]     |           ^^^^^^^^ ...because it contains associated const `TYPENAME`
[INFO] [stdout] ...
[INFO] [stdout]  99 |     fn at<T>(place: BitIdx<T>) -> BitPos<T>
[INFO] [stdout]     |        ^^ ...because associated function `at` has no `self` parameter
[INFO] [stdout] ...
[INFO] [stdout] 141 |     fn mask<T>(place: BitIdx<T>) -> BitMask<T>
[INFO] [stdout]     |        ^^^^ ...because associated function `mask` has no `self` parameter
[INFO] [stdout]     = help: consider moving `TYPENAME` to another trait
[INFO] [stdout]     = help: the following types implement `order::BitOrder`:
[INFO] [stdout]               order::Msb0
[INFO] [stdout]               order::Lsb0
[INFO] [stdout]             consider defining an enum where each variant holds one of these types,
[INFO] [stdout]             implementing `order::BitOrder` for this new enum and using it instead
[INFO] [stdout]     = note: `order::BitOrder` may be implemented in other crates; if you want to support your users passing their own types here, you can't refer to a specific type
[INFO] [stdout] help: consider turning `mask` into a method by giving it a `&self` argument, so that it is accessible through the trait object's vtable
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-0.17.4/src/order.rs:141:13
[INFO] [stdout]     |
[INFO] [stdout] 141 |     fn mask<T>(&self, place: BitIdx<T>) -> BitMask<T>
[INFO] [stdout]     |                ++++++
[INFO] [stdout] help: alternatively, consider constraining `mask` so it is explicitly marked as not applying to trait objects
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-0.17.4/src/order.rs:142:19
[INFO] [stdout]     |
[INFO] [stdout] 142 |     where T: BitStore, Self: Sized {
[INFO] [stdout]     |                      +++++++++++++
[INFO] [stdout] help: consider turning `at` into a method by giving it a `&self` argument, so that it is accessible through the trait object's vtable
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-0.17.4/src/order.rs:99:11
[INFO] [stdout]     |
[INFO] [stdout]  99 |     fn at<T>(&self, place: BitIdx<T>) -> BitPos<T>
[INFO] [stdout]     |              ++++++
[INFO] [stdout] help: alternatively, consider constraining `at` so it is explicitly marked as not applying to trait objects
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-0.17.4/src/order.rs:100:19
[INFO] [stdout]     |
[INFO] [stdout] 100 |     where T: BitStore, Self: Sized;
[INFO] [stdout]     |                      +++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stdout] For more information about this error, try `rustc --explain E0038`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bitvec` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cdecb741c24024384b1c27ec3803e12d53ad1a95d7bcda39939567d5fd97650e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cdecb741c24024384b1c27ec3803e12d53ad1a95d7bcda39939567d5fd97650e", kill_on_drop: false }`
[INFO] [stdout] cdecb741c24024384b1c27ec3803e12d53ad1a95d7bcda39939567d5fd97650e
