[INFO] crate rads 0.1.0 is already in cache
[INFO] checking rads-0.1.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate rads 0.1.0 into /workspace/builds/worker-4/source
[INFO] validating manifest of crates.io crate rads 0.1.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[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-4/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 2c25238b28bd92bfa4bd66d03b29a91903f7145ea4ace8bcdcdb599001d80d84
[INFO] running `"docker" "start" "-a" "2c25238b28bd92bfa4bd66d03b29a91903f7145ea4ace8bcdcdb599001d80d84"`
[INFO] [stderr]     Checking rads v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]   --> src/order/linked_list.rs:98:9
[INFO] [stderr]    |
[INFO] [stderr] 98 |         /// Ensure this atom exists in this LinkedList
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stderr]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]    --> src/order/ofm.rs:261:13
[INFO] [stderr]     |
[INFO] [stderr] 261 |             (offset .. offset + width)
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]   --> src/order/linked_list.rs:98:9
[INFO] [stderr]    |
[INFO] [stderr] 98 |         /// Ensure this atom exists in this LinkedList
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stderr]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]    --> src/order/ofm.rs:261:13
[INFO] [stderr]     |
[INFO] [stderr] 261 |             (offset .. offset + width)
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0275]: overflow evaluating the requirement `T: order::ofm::Indexable`
[INFO] [stderr]    --> src/order/ofm.rs:193:9
[INFO] [stderr]     |
[INFO] [stderr] 50  | pub struct Ofm<T: Indexable> {
[INFO] [stderr]     | ---------------------------- required by `order::ofm::Ofm`
[INFO] [stderr] ...
[INFO] [stderr] 193 | impl<T> std::ops::Index<Index> for Ofm<T> {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0275]: overflow evaluating the requirement `T: order::ofm::Indexable`
[INFO] [stderr]    --> src/order/ofm.rs:220:17
[INFO] [stderr]     |
[INFO] [stderr] 50  | pub struct Ofm<T: Indexable> {
[INFO] [stderr]     | ---------------------------- required by `order::ofm::Ofm`
[INFO] [stderr] ...
[INFO] [stderr] 220 | impl<'a, T: 'a> std::iter::IntoIterator for &'a Ofm<T> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0275]: overflow evaluating the requirement `T: order::ofm::Indexable`
[INFO] [stderr]    --> src/order/ofm.rs:195:14
[INFO] [stderr]     |
[INFO] [stderr] 50  | pub struct Ofm<T: Indexable> {
[INFO] [stderr]     | ---------------------------- required by `order::ofm::Ofm`
[INFO] [stderr] ...
[INFO] [stderr] 195 |     fn index(&self, i: Index) -> &T {
[INFO] [stderr]     |              ^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0275]: overflow evaluating the requirement `T: order::ofm::Indexable`
[INFO] [stderr]    --> src/order/ofm.rs:223:18
[INFO] [stderr]     |
[INFO] [stderr] 50  | pub struct Ofm<T: Indexable> {
[INFO] [stderr]     | ---------------------------- required by `order::ofm::Ofm`
[INFO] [stderr] ...
[INFO] [stderr] 223 |     fn into_iter(self) -> Self::IntoIter {
[INFO] [stderr]     |                  ^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0275`.
[INFO] [stderr] error[E0275]: overflow evaluating the requirement `T: order::ofm::Indexable`
[INFO] [stderr]    --> src/order/ofm.rs:193:9
[INFO] [stderr]     |
[INFO] [stderr] 50  | pub struct Ofm<T: Indexable> {
[INFO] [stderr]     | ---------------------------- required by `order::ofm::Ofm`
[INFO] [stderr] ...
[INFO] [stderr] 193 | impl<T> std::ops::Index<Index> for Ofm<T> {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `rads`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0275]: overflow evaluating the requirement `T: order::ofm::Indexable`
[INFO] [stderr]    --> src/order/ofm.rs:220:17
[INFO] [stderr]     |
[INFO] [stderr] 50  | pub struct Ofm<T: Indexable> {
[INFO] [stderr]     | ---------------------------- required by `order::ofm::Ofm`
[INFO] [stderr] ...
[INFO] [stderr] 220 | impl<'a, T: 'a> std::iter::IntoIterator for &'a Ofm<T> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0275]: overflow evaluating the requirement `T: order::ofm::Indexable`
[INFO] [stderr]    --> src/order/ofm.rs:195:14
[INFO] [stderr]     |
[INFO] [stderr] 50  | pub struct Ofm<T: Indexable> {
[INFO] [stderr]     | ---------------------------- required by `order::ofm::Ofm`
[INFO] [stderr] ...
[INFO] [stderr] 195 |     fn index(&self, i: Index) -> &T {
[INFO] [stderr]     |              ^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0275]: overflow evaluating the requirement `T: order::ofm::Indexable`
[INFO] [stderr]    --> src/order/ofm.rs:223:18
[INFO] [stderr]     |
[INFO] [stderr] 50  | pub struct Ofm<T: Indexable> {
[INFO] [stderr]     | ---------------------------- required by `order::ofm::Ofm`
[INFO] [stderr] ...
[INFO] [stderr] 223 |     fn into_iter(self) -> Self::IntoIter {
[INFO] [stderr]     |                  ^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0275`.
[INFO] [stderr] error: could not compile `rads`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "2c25238b28bd92bfa4bd66d03b29a91903f7145ea4ace8bcdcdb599001d80d84"`
[INFO] running `"docker" "rm" "-f" "2c25238b28bd92bfa4bd66d03b29a91903f7145ea4ace8bcdcdb599001d80d84"`
[INFO] [stdout] 2c25238b28bd92bfa4bd66d03b29a91903f7145ea4ace8bcdcdb599001d80d84
