Sep 06 04:37:29.467 INFO checking lexer-0.1.15 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 04:37:29.467 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 04:37:29.468 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 04:37:29.607 INFO blam! e4e4f52f7c8ec119dd76a2eb405d32aec8d89188d9600fbd0ca9155884e3bb52 Sep 06 04:37:29.609 INFO running `"docker" "start" "-a" "e4e4f52f7c8ec119dd76a2eb405d32aec8d89188d9600fbd0ca9155884e3bb52"` Sep 06 04:37:30.191 INFO kablam! usermod: no changes Sep 06 04:37:30.248 INFO kablam! Checking peek-nth v0.1.0 Sep 06 04:37:30.526 INFO kablam! Checking lexer v0.1.15 (file:///source) Sep 06 04:37:30.954 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 06 04:37:30.954 INFO kablam! --> src/readers.rs:1:12 Sep 06 04:37:30.954 INFO kablam! | Sep 06 04:37:30.954 INFO kablam! 1 | use alloc::arc::Arc; Sep 06 04:37:30.954 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 06 04:37:30.954 INFO kablam! Sep 06 04:37:30.954 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 06 04:37:30.954 INFO kablam! --> src/readers_builder.rs:1:12 Sep 06 04:37:30.954 INFO kablam! | Sep 06 04:37:30.954 INFO kablam! 1 | use alloc::arc::Arc; Sep 06 04:37:30.954 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 06 04:37:30.954 INFO kablam! Sep 06 04:37:31.026 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 06 04:37:31.026 INFO kablam! --> src/readers.rs:1:12 Sep 06 04:37:31.026 INFO kablam! | Sep 06 04:37:31.026 INFO kablam! 1 | use alloc::arc::Arc; Sep 06 04:37:31.026 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 06 04:37:31.031 INFO kablam! Sep 06 04:37:31.031 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 06 04:37:31.031 INFO kablam! --> src/readers_builder.rs:1:12 Sep 06 04:37:31.031 INFO kablam! | Sep 06 04:37:31.031 INFO kablam! 1 | use alloc::arc::Arc; Sep 06 04:37:31.031 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 06 04:37:31.031 INFO kablam! Sep 06 04:37:31.058 INFO kablam! error[E0392]: parameter `T` is never used Sep 06 04:37:31.058 INFO kablam! --> src/readers.rs:9:20 Sep 06 04:37:31.058 INFO kablam! | Sep 06 04:37:31.058 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 06 04:37:31.058 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.058 INFO kablam! | Sep 06 04:37:31.058 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.058 INFO kablam! Sep 06 04:37:31.058 INFO kablam! error[E0392]: parameter `E` is never used Sep 06 04:37:31.058 INFO kablam! --> src/readers.rs:9:23 Sep 06 04:37:31.058 INFO kablam! | Sep 06 04:37:31.058 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 06 04:37:31.058 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.058 INFO kablam! | Sep 06 04:37:31.058 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.058 INFO kablam! Sep 06 04:37:31.058 INFO kablam! error[E0392]: parameter `T` is never used Sep 06 04:37:31.058 INFO kablam! --> src/readers.rs:110:28 Sep 06 04:37:31.058 INFO kablam! | Sep 06 04:37:31.058 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 06 04:37:31.058 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.058 INFO kablam! | Sep 06 04:37:31.058 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.058 INFO kablam! Sep 06 04:37:31.058 INFO kablam! error[E0392]: parameter `E` is never used Sep 06 04:37:31.058 INFO kablam! --> src/readers.rs:110:31 Sep 06 04:37:31.058 INFO kablam! | Sep 06 04:37:31.058 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 06 04:37:31.058 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.058 INFO kablam! | Sep 06 04:37:31.058 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.058 INFO kablam! Sep 06 04:37:31.077 INFO kablam! error[E0392]: parameter `T` is never used Sep 06 04:37:31.077 INFO kablam! --> src/readers_builder.rs:6:27 Sep 06 04:37:31.077 INFO kablam! | Sep 06 04:37:31.077 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 06 04:37:31.077 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.077 INFO kablam! | Sep 06 04:37:31.077 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.077 INFO kablam! Sep 06 04:37:31.077 INFO kablam! error[E0392]: parameter `E` is never used Sep 06 04:37:31.077 INFO kablam! --> src/readers_builder.rs:6:30 Sep 06 04:37:31.077 INFO kablam! | Sep 06 04:37:31.077 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 06 04:37:31.077 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.077 INFO kablam! | Sep 06 04:37:31.077 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.077 INFO kablam! Sep 06 04:37:31.077 INFO kablam! error[E0392]: parameter `T` is never used Sep 06 04:37:31.077 INFO kablam! --> src/readers_lexer.rs:5:29 Sep 06 04:37:31.077 INFO kablam! | Sep 06 04:37:31.077 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 06 04:37:31.077 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.077 INFO kablam! | Sep 06 04:37:31.077 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.077 INFO kablam! Sep 06 04:37:31.077 INFO kablam! error[E0392]: parameter `E` is never used Sep 06 04:37:31.077 INFO kablam! --> src/readers_lexer.rs:5:32 Sep 06 04:37:31.077 INFO kablam! | Sep 06 04:37:31.077 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 06 04:37:31.077 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.077 INFO kablam! | Sep 06 04:37:31.077 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.077 INFO kablam! Sep 06 04:37:31.118 INFO kablam! error: aborting due to 10 previous errors Sep 06 04:37:31.118 INFO kablam! Sep 06 04:37:31.118 INFO kablam! Some errors occurred: E0392, E0432. Sep 06 04:37:31.118 INFO kablam! For more information about an error, try `rustc --explain E0392`. Sep 06 04:37:31.130 INFO kablam! error: Could not compile `lexer`. Sep 06 04:37:31.130 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 04:37:31.182 INFO kablam! error[E0392]: parameter `T` is never used Sep 06 04:37:31.182 INFO kablam! --> src/readers.rs:9:20 Sep 06 04:37:31.182 INFO kablam! | Sep 06 04:37:31.182 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 06 04:37:31.182 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.182 INFO kablam! | Sep 06 04:37:31.182 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.182 INFO kablam! Sep 06 04:37:31.182 INFO kablam! error[E0392]: parameter `E` is never used Sep 06 04:37:31.182 INFO kablam! --> src/readers.rs:9:23 Sep 06 04:37:31.182 INFO kablam! | Sep 06 04:37:31.182 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 06 04:37:31.182 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.182 INFO kablam! | Sep 06 04:37:31.182 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.182 INFO kablam! Sep 06 04:37:31.182 INFO kablam! error[E0392]: parameter `T` is never used Sep 06 04:37:31.182 INFO kablam! --> src/readers.rs:110:28 Sep 06 04:37:31.182 INFO kablam! | Sep 06 04:37:31.182 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 06 04:37:31.182 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.182 INFO kablam! | Sep 06 04:37:31.182 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.182 INFO kablam! Sep 06 04:37:31.182 INFO kablam! error[E0392]: parameter `E` is never used Sep 06 04:37:31.182 INFO kablam! --> src/readers.rs:110:31 Sep 06 04:37:31.182 INFO kablam! | Sep 06 04:37:31.182 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 06 04:37:31.182 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.182 INFO kablam! | Sep 06 04:37:31.182 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.182 INFO kablam! Sep 06 04:37:31.183 INFO kablam! error[E0392]: parameter `T` is never used Sep 06 04:37:31.183 INFO kablam! --> src/readers_builder.rs:6:27 Sep 06 04:37:31.183 INFO kablam! | Sep 06 04:37:31.183 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 06 04:37:31.183 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.183 INFO kablam! | Sep 06 04:37:31.183 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.183 INFO kablam! Sep 06 04:37:31.183 INFO kablam! error[E0392]: parameter `E` is never used Sep 06 04:37:31.183 INFO kablam! --> src/readers_builder.rs:6:30 Sep 06 04:37:31.183 INFO kablam! | Sep 06 04:37:31.183 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 06 04:37:31.183 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.183 INFO kablam! | Sep 06 04:37:31.183 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.183 INFO kablam! Sep 06 04:37:31.190 INFO kablam! error[E0392]: parameter `T` is never used Sep 06 04:37:31.190 INFO kablam! --> src/readers_lexer.rs:5:29 Sep 06 04:37:31.190 INFO kablam! | Sep 06 04:37:31.190 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 06 04:37:31.190 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.190 INFO kablam! | Sep 06 04:37:31.190 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.190 INFO kablam! Sep 06 04:37:31.190 INFO kablam! error[E0392]: parameter `E` is never used Sep 06 04:37:31.190 INFO kablam! --> src/readers_lexer.rs:5:32 Sep 06 04:37:31.190 INFO kablam! | Sep 06 04:37:31.190 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 06 04:37:31.190 INFO kablam! | ^ unused type parameter Sep 06 04:37:31.190 INFO kablam! | Sep 06 04:37:31.190 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 06 04:37:31.190 INFO kablam! Sep 06 04:37:31.226 INFO kablam! error: aborting due to 10 previous errors Sep 06 04:37:31.226 INFO kablam! Sep 06 04:37:31.226 INFO kablam! Some errors occurred: E0392, E0432. Sep 06 04:37:31.226 INFO kablam! For more information about an error, try `rustc --explain E0392`. Sep 06 04:37:31.236 INFO kablam! error: Could not compile `lexer`. Sep 06 04:37:31.236 INFO kablam! Sep 06 04:37:31.236 INFO kablam! To learn more, run the command again with --verbose. Sep 06 04:37:31.236 INFO kablam! su: No module specific data is present Sep 06 04:37:32.440 INFO running `"docker" "rm" "-f" "e4e4f52f7c8ec119dd76a2eb405d32aec8d89188d9600fbd0ca9155884e3bb52"` Sep 06 04:37:32.547 INFO blam! e4e4f52f7c8ec119dd76a2eb405d32aec8d89188d9600fbd0ca9155884e3bb52