[INFO] fetching crate rads 0.1.0...
[INFO] testing rads-0.1.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate rads 0.1.0 into /workspace/builds/worker-5-tc1/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-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rads 0.1.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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" "+1.90.0" "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] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4e47499d5d6983be4e11f53078edb5ac518a4dcee4692243d3161ecfdb3d19b5
[INFO] running `Command { std: "docker" "start" "-a" "4e47499d5d6983be4e11f53078edb5ac518a4dcee4692243d3161ecfdb3d19b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e47499d5d6983be4e11f53078edb5ac518a4dcee4692243d3161ecfdb3d19b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e47499d5d6983be4e11f53078edb5ac518a4dcee4692243d3161ecfdb3d19b5", kill_on_drop: false }`
[INFO] [stdout] 4e47499d5d6983be4e11f53078edb5ac518a4dcee4692243d3161ecfdb3d19b5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d5058d6793ba8a6d95ade5308ce5d183cda4ca87d4cae7e4fc7fd6eb2221d059
[INFO] running `Command { std: "docker" "start" "-a" "d5058d6793ba8a6d95ade5308ce5d183cda4ca87d4cae7e4fc7fd6eb2221d059", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling rads v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(test)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(specialization)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[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 <https://github.com/rust-lang/rust/issues/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)]` 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)]` 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<T: Indexable> {
[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<T: order::ofm::Indexable> std::ops::Index<Index> for Ofm<T> {
[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<T> std::ops::Index<Index> for Ofm<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<T: Indexable> {
[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<T: order::ofm::Indexable> std::ops::Index<Index> for Ofm<T> {
[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<T: Indexable> {
[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<T> {
[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<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<T: Indexable> {
[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<T> {
[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<T: Indexable> {
[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<T: order::ofm::Indexable> std::ops::Index<Index> for Ofm<T> {
[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<T: Indexable> {
[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<T> {
[INFO] [stdout]     |                +++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0554.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rads` (lib) due to 8 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d5058d6793ba8a6d95ade5308ce5d183cda4ca87d4cae7e4fc7fd6eb2221d059", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5058d6793ba8a6d95ade5308ce5d183cda4ca87d4cae7e4fc7fd6eb2221d059", kill_on_drop: false }`
[INFO] [stdout] d5058d6793ba8a6d95ade5308ce5d183cda4ca87d4cae7e4fc7fd6eb2221d059
