Sep 17 22:09:37.257 INFO checking lexer-0.1.15 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 22:09:37.257 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 22:09:37.257 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 22:09:37.454 INFO blam! 7f348b17b9288682eabc13d6a666665292cc554ec89fec4e16d534df555b05c7 Sep 17 22:09:37.456 INFO running `"docker" "start" "-a" "7f348b17b9288682eabc13d6a666665292cc554ec89fec4e16d534df555b05c7"` Sep 17 22:09:38.505 INFO kablam! usermod: no changes Sep 17 22:09:38.578 INFO kablam! Compiling serde v1.0.79 Sep 17 22:09:38.579 INFO kablam! Checking peek-nth v0.1.0 Sep 17 22:09:47.181 INFO kablam! Checking lexer v0.1.15 (/source) Sep 17 22:09:47.558 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 17 22:09:47.559 INFO kablam! --> src/readers.rs:1:12 Sep 17 22:09:47.559 INFO kablam! | Sep 17 22:09:47.559 INFO kablam! 1 | use alloc::arc::Arc; Sep 17 22:09:47.559 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 17 22:09:47.559 INFO kablam! Sep 17 22:09:47.559 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 17 22:09:47.559 INFO kablam! --> src/readers_builder.rs:1:12 Sep 17 22:09:47.559 INFO kablam! | Sep 17 22:09:47.559 INFO kablam! 1 | use alloc::arc::Arc; Sep 17 22:09:47.559 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 17 22:09:47.559 INFO kablam! Sep 17 22:09:47.590 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 17 22:09:47.591 INFO kablam! --> src/readers.rs:1:12 Sep 17 22:09:47.591 INFO kablam! | Sep 17 22:09:47.591 INFO kablam! 1 | use alloc::arc::Arc; Sep 17 22:09:47.591 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 17 22:09:47.591 INFO kablam! Sep 17 22:09:47.591 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 17 22:09:47.591 INFO kablam! --> src/readers_builder.rs:1:12 Sep 17 22:09:47.591 INFO kablam! | Sep 17 22:09:47.591 INFO kablam! 1 | use alloc::arc::Arc; Sep 17 22:09:47.591 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 17 22:09:47.591 INFO kablam! Sep 17 22:09:47.674 INFO kablam! error[E0392]: parameter `T` is never used Sep 17 22:09:47.675 INFO kablam! --> src/readers.rs:9:20 Sep 17 22:09:47.675 INFO kablam! | Sep 17 22:09:47.675 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 17 22:09:47.675 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.675 INFO kablam! | Sep 17 22:09:47.675 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.675 INFO kablam! Sep 17 22:09:47.675 INFO kablam! error[E0392]: parameter `E` is never used Sep 17 22:09:47.675 INFO kablam! --> src/readers.rs:9:23 Sep 17 22:09:47.675 INFO kablam! | Sep 17 22:09:47.675 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 17 22:09:47.675 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.675 INFO kablam! | Sep 17 22:09:47.675 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.675 INFO kablam! Sep 17 22:09:47.675 INFO kablam! error[E0392]: parameter `T` is never used Sep 17 22:09:47.675 INFO kablam! --> src/readers.rs:110:28 Sep 17 22:09:47.675 INFO kablam! | Sep 17 22:09:47.675 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 17 22:09:47.675 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.675 INFO kablam! | Sep 17 22:09:47.675 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.675 INFO kablam! Sep 17 22:09:47.675 INFO kablam! error[E0392]: parameter `E` is never used Sep 17 22:09:47.675 INFO kablam! --> src/readers.rs:110:31 Sep 17 22:09:47.675 INFO kablam! | Sep 17 22:09:47.675 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 17 22:09:47.675 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.675 INFO kablam! | Sep 17 22:09:47.675 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.675 INFO kablam! Sep 17 22:09:47.682 INFO kablam! error[E0392]: parameter `T` is never used Sep 17 22:09:47.683 INFO kablam! --> src/readers_builder.rs:6:27 Sep 17 22:09:47.683 INFO kablam! | Sep 17 22:09:47.683 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 17 22:09:47.683 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.683 INFO kablam! | Sep 17 22:09:47.683 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.683 INFO kablam! Sep 17 22:09:47.683 INFO kablam! error[E0392]: parameter `E` is never used Sep 17 22:09:47.683 INFO kablam! --> src/readers_builder.rs:6:30 Sep 17 22:09:47.683 INFO kablam! | Sep 17 22:09:47.683 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 17 22:09:47.683 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.683 INFO kablam! | Sep 17 22:09:47.683 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.683 INFO kablam! Sep 17 22:09:47.683 INFO kablam! error[E0392]: parameter `T` is never used Sep 17 22:09:47.683 INFO kablam! --> src/readers_lexer.rs:5:29 Sep 17 22:09:47.683 INFO kablam! | Sep 17 22:09:47.683 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 17 22:09:47.683 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.683 INFO kablam! | Sep 17 22:09:47.683 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.683 INFO kablam! Sep 17 22:09:47.683 INFO kablam! error[E0392]: parameter `E` is never used Sep 17 22:09:47.683 INFO kablam! --> src/readers_lexer.rs:5:32 Sep 17 22:09:47.683 INFO kablam! | Sep 17 22:09:47.683 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 17 22:09:47.683 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.683 INFO kablam! | Sep 17 22:09:47.683 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.683 INFO kablam! Sep 17 22:09:47.710 INFO kablam! error[E0392]: parameter `T` is never used Sep 17 22:09:47.711 INFO kablam! --> src/readers.rs:9:20 Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 17 22:09:47.711 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.711 INFO kablam! Sep 17 22:09:47.711 INFO kablam! error[E0392]: parameter `E` is never used Sep 17 22:09:47.711 INFO kablam! --> src/readers.rs:9:23 Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 17 22:09:47.711 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.711 INFO kablam! Sep 17 22:09:47.711 INFO kablam! error[E0392]: parameter `T` is never used Sep 17 22:09:47.711 INFO kablam! --> src/readers.rs:110:28 Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 17 22:09:47.711 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.711 INFO kablam! Sep 17 22:09:47.711 INFO kablam! error[E0392]: parameter `E` is never used Sep 17 22:09:47.711 INFO kablam! --> src/readers.rs:110:31 Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 17 22:09:47.711 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.711 INFO kablam! Sep 17 22:09:47.711 INFO kablam! error[E0392]: parameter `T` is never used Sep 17 22:09:47.711 INFO kablam! --> src/readers_builder.rs:6:27 Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 17 22:09:47.711 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.711 INFO kablam! Sep 17 22:09:47.711 INFO kablam! error[E0392]: parameter `E` is never used Sep 17 22:09:47.711 INFO kablam! --> src/readers_builder.rs:6:30 Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 17 22:09:47.711 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.711 INFO kablam! Sep 17 22:09:47.711 INFO kablam! error[E0392]: parameter `T` is never used Sep 17 22:09:47.711 INFO kablam! --> src/readers_lexer.rs:5:29 Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 17 22:09:47.711 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.711 INFO kablam! Sep 17 22:09:47.711 INFO kablam! error[E0392]: parameter `E` is never used Sep 17 22:09:47.711 INFO kablam! --> src/readers_lexer.rs:5:32 Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 17 22:09:47.711 INFO kablam! | ^ unused type parameter Sep 17 22:09:47.711 INFO kablam! | Sep 17 22:09:47.711 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 17 22:09:47.711 INFO kablam! Sep 17 22:09:47.735 INFO kablam! error: aborting due to 10 previous errors Sep 17 22:09:47.735 INFO kablam! Sep 17 22:09:47.735 INFO kablam! Some errors occurred: E0392, E0432. Sep 17 22:09:47.735 INFO kablam! For more information about an error, try `rustc --explain E0392`. Sep 17 22:09:47.735 INFO kablam! error: Could not compile `lexer`. Sep 17 22:09:47.735 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 22:09:47.751 INFO kablam! error: aborting due to 10 previous errors Sep 17 22:09:47.751 INFO kablam! Sep 17 22:09:47.751 INFO kablam! Some errors occurred: E0392, E0432. Sep 17 22:09:47.751 INFO kablam! For more information about an error, try `rustc --explain E0392`. Sep 17 22:09:47.761 INFO kablam! error: Could not compile `lexer`. Sep 17 22:09:47.761 INFO kablam! Sep 17 22:09:47.761 INFO kablam! To learn more, run the command again with --verbose. Sep 17 22:09:47.763 INFO kablam! su: No module specific data is present Sep 17 22:09:48.323 INFO running `"docker" "rm" "-f" "7f348b17b9288682eabc13d6a666665292cc554ec89fec4e16d534df555b05c7"` Sep 17 22:09:48.476 INFO blam! 7f348b17b9288682eabc13d6a666665292cc554ec89fec4e16d534df555b05c7