[INFO] fetching crate rads 0.1.0... [INFO] testing rads-0.1.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate rads 0.1.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate rads 0.1.0 [INFO] finished tweaking crates.io crate rads 0.1.0 [INFO] tweaked toml for crates.io crate rads 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rads 0.1.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] [stderr] Adding rand v0.3.23 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a05db42b3cd5cf0c0b25f70424f291c69d782a060c376ab80302c9921b72ab8a [INFO] running `Command { std: "docker" "start" "-a" "a05db42b3cd5cf0c0b25f70424f291c69d782a060c376ab80302c9921b72ab8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a05db42b3cd5cf0c0b25f70424f291c69d782a060c376ab80302c9921b72ab8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a05db42b3cd5cf0c0b25f70424f291c69d782a060c376ab80302c9921b72ab8a", kill_on_drop: false }` [INFO] [stdout] a05db42b3cd5cf0c0b25f70424f291c69d782a060c376ab80302c9921b72ab8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a644b53805d74270e2430e41335b114b733bb480ca88c88d54498832346624ec [INFO] running `Command { std: "docker" "start" "-a" "a644b53805d74270e2430e41335b114b733bb480ca88c88d54498832346624ec", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling rads v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/order/linked_list.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | /// Ensure this atom exists in this LinkedList [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/order/ofm.rs:261:13 [INFO] [stdout] | [INFO] [stdout] 261 | (offset .. offset + width) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 261 - (offset .. offset + width) [INFO] [stdout] 261 + offset .. offset + width [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `T: Indexable` is not satisfied [INFO] [stdout] --> src/order/ofm.rs:195:5 [INFO] [stdout] | [INFO] [stdout] 195 | fn index(&self, i: Index) -> &T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Indexable` is not implemented for `T` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Ofm` [INFO] [stdout] --> src/order/ofm.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 50 | pub struct Ofm { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `Ofm` [INFO] [stdout] help: consider restricting type parameter `T` with trait `Indexable` [INFO] [stdout] | [INFO] [stdout] 193 | impl std::ops::Index for Ofm { [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `T: Indexable` is not satisfied [INFO] [stdout] --> src/order/ofm.rs:193:36 [INFO] [stdout] | [INFO] [stdout] 193 | impl std::ops::Index for Ofm { [INFO] [stdout] | ^^^^^^ the trait `Indexable` is not implemented for `T` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Ofm` [INFO] [stdout] --> src/order/ofm.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 50 | pub struct Ofm { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `Ofm` [INFO] [stdout] help: consider restricting type parameter `T` with trait `Indexable` [INFO] [stdout] | [INFO] [stdout] 193 | impl std::ops::Index for Ofm { [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `T: Indexable` is not satisfied [INFO] [stdout] --> src/order/ofm.rs:223:5 [INFO] [stdout] | [INFO] [stdout] 223 | fn into_iter(self) -> Self::IntoIter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Indexable` is not implemented for `T` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Ofm` [INFO] [stdout] --> src/order/ofm.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 50 | pub struct Ofm { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `Ofm` [INFO] [stdout] help: consider further restricting type parameter `T` with trait `Indexable` [INFO] [stdout] | [INFO] [stdout] 220 | impl<'a, T: 'a + order::ofm::Indexable> std::iter::IntoIterator for &'a Ofm { [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `T: Indexable` is not satisfied [INFO] [stdout] --> src/order/ofm.rs:220:45 [INFO] [stdout] | [INFO] [stdout] 220 | impl<'a, T: 'a> std::iter::IntoIterator for &'a Ofm { [INFO] [stdout] | ^^^^^^^^^^ the trait `Indexable` is not implemented for `T` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Ofm` [INFO] [stdout] --> src/order/ofm.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 50 | pub struct Ofm { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `Ofm` [INFO] [stdout] help: consider further restricting type parameter `T` with trait `Indexable` [INFO] [stdout] | [INFO] [stdout] 220 | impl<'a, T: 'a + order::ofm::Indexable> std::iter::IntoIterator for &'a Ofm { [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `T: Indexable` is not satisfied [INFO] [stdout] --> src/order/ofm.rs:195:15 [INFO] [stdout] | [INFO] [stdout] 195 | fn index(&self, i: Index) -> &T { [INFO] [stdout] | ^^^^ the trait `Indexable` is not implemented for `T` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Ofm` [INFO] [stdout] --> src/order/ofm.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 50 | pub struct Ofm { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `Ofm` [INFO] [stdout] help: consider restricting type parameter `T` with trait `Indexable` [INFO] [stdout] | [INFO] [stdout] 193 | impl std::ops::Index for Ofm { [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `T: Indexable` is not satisfied [INFO] [stdout] --> src/order/ofm.rs:223:18 [INFO] [stdout] | [INFO] [stdout] 223 | fn into_iter(self) -> Self::IntoIter { [INFO] [stdout] | ^^^^ the trait `Indexable` is not implemented for `T` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Ofm` [INFO] [stdout] --> src/order/ofm.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 50 | pub struct Ofm { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `Ofm` [INFO] [stdout] help: consider further restricting type parameter `T` with trait `Indexable` [INFO] [stdout] | [INFO] [stdout] 220 | impl<'a, T: 'a + order::ofm::Indexable> std::iter::IntoIterator for &'a Ofm { [INFO] [stdout] | +++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rads` (lib) due to 6 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "a644b53805d74270e2430e41335b114b733bb480ca88c88d54498832346624ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a644b53805d74270e2430e41335b114b733bb480ca88c88d54498832346624ec", kill_on_drop: false }` [INFO] [stdout] a644b53805d74270e2430e41335b114b733bb480ca88c88d54498832346624ec