Sep 20 01:37:37.228 INFO checking immut_list-0.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 01:37:37.228 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 01:37:37.228 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:37:37.435 INFO blam! 5d6f1db374ec4a471ef70a7bde8ad81ac9a163ed3c468538655cbfefb823661a Sep 20 01:37:37.437 INFO running `"docker" "start" "-a" "5d6f1db374ec4a471ef70a7bde8ad81ac9a163ed3c468538655cbfefb823661a"` Sep 20 01:37:38.219 INFO kablam! usermod: no changes Sep 20 01:37:38.239 INFO kablam! Checking data_structure_traits v0.1.12 Sep 20 01:37:38.303 INFO kablam! error[E0432]: unresolved import `alloc::vec_deque` Sep 20 01:37:38.303 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/data_structure_traits-0.1.12/src/collections/vec_deque.rs:2:12 Sep 20 01:37:38.303 INFO kablam! | Sep 20 01:37:38.303 INFO kablam! 2 | use alloc::vec_deque::VecDeque; Sep 20 01:37:38.303 INFO kablam! | ^^^^^^^^^ Could not find `vec_deque` in `alloc` Sep 20 01:37:38.303 INFO kablam! Sep 20 01:37:38.316 INFO kablam! error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates Sep 20 01:37:38.316 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/data_structure_traits-0.1.12/src/collections/vec_deque.rs:8:6 Sep 20 01:37:38.317 INFO kablam! | Sep 20 01:37:38.317 INFO kablam! 8 | impl Collection for VecDeque { Sep 20 01:37:38.317 INFO kablam! | ^ unconstrained type parameter Sep 20 01:37:38.317 INFO kablam! Sep 20 01:37:38.317 INFO kablam! error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates Sep 20 01:37:38.317 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/data_structure_traits-0.1.12/src/collections/vec_deque.rs:15:6 Sep 20 01:37:38.317 INFO kablam! | Sep 20 01:37:38.317 INFO kablam! 15 | impl CollectionMut for VecDeque { Sep 20 01:37:38.317 INFO kablam! | ^ unconstrained type parameter Sep 20 01:37:38.317 INFO kablam! Sep 20 01:37:38.317 INFO kablam! error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates Sep 20 01:37:38.317 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/data_structure_traits-0.1.12/src/collections/vec_deque.rs:99:6 Sep 20 01:37:38.317 INFO kablam! | Sep 20 01:37:38.317 INFO kablam! 99 | impl Remove for VecDeque { Sep 20 01:37:38.317 INFO kablam! | ^ unconstrained type parameter Sep 20 01:37:38.317 INFO kablam! Sep 20 01:37:38.317 INFO kablam! error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates Sep 20 01:37:38.317 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/data_structure_traits-0.1.12/src/collections/vec_deque.rs:146:6 Sep 20 01:37:38.317 INFO kablam! | Sep 20 01:37:38.317 INFO kablam! 146 | impl Get for VecDeque { Sep 20 01:37:38.317 INFO kablam! | ^ unconstrained type parameter Sep 20 01:37:38.317 INFO kablam! Sep 20 01:37:38.317 INFO kablam! error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates Sep 20 01:37:38.317 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/data_structure_traits-0.1.12/src/collections/vec_deque.rs:154:6 Sep 20 01:37:38.317 INFO kablam! | Sep 20 01:37:38.317 INFO kablam! 154 | impl GetMut for VecDeque { Sep 20 01:37:38.317 INFO kablam! | ^ unconstrained type parameter Sep 20 01:37:38.317 INFO kablam! Sep 20 01:37:38.317 INFO kablam! error: aborting due to 6 previous errors Sep 20 01:37:38.317 INFO kablam! Sep 20 01:37:38.317 INFO kablam! Some errors occurred: E0207, E0432. Sep 20 01:37:38.317 INFO kablam! For more information about an error, try `rustc --explain E0207`. Sep 20 01:37:38.323 INFO kablam! error: Could not compile `data_structure_traits`. Sep 20 01:37:38.323 INFO kablam! Sep 20 01:37:38.323 INFO kablam! To learn more, run the command again with --verbose. Sep 20 01:37:38.324 INFO kablam! su: No module specific data is present Sep 20 01:37:39.307 INFO running `"docker" "rm" "-f" "5d6f1db374ec4a471ef70a7bde8ad81ac9a163ed3c468538655cbfefb823661a"` Sep 20 01:37:39.367 INFO blam! 5d6f1db374ec4a471ef70a7bde8ad81ac9a163ed3c468538655cbfefb823661a