Sep 21 07:50:29.859 INFO checking lexer-0.1.15 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 07:50:29.859 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 07:50:29.859 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:50:30.092 INFO blam! 7ebd571377fa06910a22d2b8a65e25baa48c3366283958737e2c9c34e13a66a5 Sep 21 07:50:30.094 INFO running `"docker" "start" "-a" "7ebd571377fa06910a22d2b8a65e25baa48c3366283958737e2c9c34e13a66a5"` Sep 21 07:50:30.874 INFO kablam! usermod: no changes Sep 21 07:50:30.942 INFO kablam! Checking peek-nth v0.1.0 Sep 21 07:50:31.213 INFO kablam! Checking lexer v0.1.15 (/source) Sep 21 07:50:31.565 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 21 07:50:31.565 INFO kablam! --> src/readers.rs:1:12 Sep 21 07:50:31.565 INFO kablam! | Sep 21 07:50:31.565 INFO kablam! 1 | use alloc::arc::Arc; Sep 21 07:50:31.565 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 21 07:50:31.565 INFO kablam! Sep 21 07:50:31.565 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 21 07:50:31.566 INFO kablam! --> src/readers_builder.rs:1:12 Sep 21 07:50:31.566 INFO kablam! | Sep 21 07:50:31.566 INFO kablam! 1 | use alloc::arc::Arc; Sep 21 07:50:31.566 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 21 07:50:31.566 INFO kablam! Sep 21 07:50:31.648 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 21 07:50:31.648 INFO kablam! --> src/readers.rs:1:12 Sep 21 07:50:31.648 INFO kablam! | Sep 21 07:50:31.648 INFO kablam! 1 | use alloc::arc::Arc; Sep 21 07:50:31.648 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 21 07:50:31.648 INFO kablam! Sep 21 07:50:31.648 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 21 07:50:31.648 INFO kablam! --> src/readers_builder.rs:1:12 Sep 21 07:50:31.648 INFO kablam! | Sep 21 07:50:31.648 INFO kablam! 1 | use alloc::arc::Arc; Sep 21 07:50:31.648 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 21 07:50:31.648 INFO kablam! Sep 21 07:50:31.650 INFO kablam! error[E0392]: parameter `T` is never used Sep 21 07:50:31.650 INFO kablam! --> src/readers.rs:9:20 Sep 21 07:50:31.650 INFO kablam! | Sep 21 07:50:31.650 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 21 07:50:31.650 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.650 INFO kablam! | Sep 21 07:50:31.650 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.650 INFO kablam! Sep 21 07:50:31.650 INFO kablam! error[E0392]: parameter `E` is never used Sep 21 07:50:31.650 INFO kablam! --> src/readers.rs:9:23 Sep 21 07:50:31.651 INFO kablam! | Sep 21 07:50:31.651 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 21 07:50:31.651 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.651 INFO kablam! | Sep 21 07:50:31.651 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.651 INFO kablam! Sep 21 07:50:31.651 INFO kablam! error[E0392]: parameter `T` is never used Sep 21 07:50:31.651 INFO kablam! --> src/readers.rs:110:28 Sep 21 07:50:31.651 INFO kablam! | Sep 21 07:50:31.651 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 21 07:50:31.651 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.651 INFO kablam! | Sep 21 07:50:31.651 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.651 INFO kablam! Sep 21 07:50:31.651 INFO kablam! error[E0392]: parameter `E` is never used Sep 21 07:50:31.651 INFO kablam! --> src/readers.rs:110:31 Sep 21 07:50:31.651 INFO kablam! | Sep 21 07:50:31.651 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 21 07:50:31.651 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.651 INFO kablam! | Sep 21 07:50:31.651 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.651 INFO kablam! Sep 21 07:50:31.652 INFO kablam! error[E0392]: parameter `T` is never used Sep 21 07:50:31.652 INFO kablam! --> src/readers_builder.rs:6:27 Sep 21 07:50:31.652 INFO kablam! | Sep 21 07:50:31.652 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 21 07:50:31.652 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.652 INFO kablam! | Sep 21 07:50:31.652 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.652 INFO kablam! Sep 21 07:50:31.652 INFO kablam! error[E0392]: parameter `E` is never used Sep 21 07:50:31.652 INFO kablam! --> src/readers_builder.rs:6:30 Sep 21 07:50:31.652 INFO kablam! | Sep 21 07:50:31.652 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 21 07:50:31.652 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.652 INFO kablam! | Sep 21 07:50:31.652 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.652 INFO kablam! Sep 21 07:50:31.652 INFO kablam! error[E0392]: parameter `T` is never used Sep 21 07:50:31.652 INFO kablam! --> src/readers_lexer.rs:5:29 Sep 21 07:50:31.652 INFO kablam! | Sep 21 07:50:31.652 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 21 07:50:31.653 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.653 INFO kablam! | Sep 21 07:50:31.653 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.653 INFO kablam! Sep 21 07:50:31.653 INFO kablam! error[E0392]: parameter `E` is never used Sep 21 07:50:31.653 INFO kablam! --> src/readers_lexer.rs:5:32 Sep 21 07:50:31.653 INFO kablam! | Sep 21 07:50:31.653 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 21 07:50:31.653 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.653 INFO kablam! | Sep 21 07:50:31.653 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.653 INFO kablam! Sep 21 07:50:31.686 INFO kablam! error: aborting due to 10 previous errors Sep 21 07:50:31.686 INFO kablam! Sep 21 07:50:31.686 INFO kablam! Some errors occurred: E0392, E0432. Sep 21 07:50:31.686 INFO kablam! For more information about an error, try `rustc --explain E0392`. Sep 21 07:50:31.692 INFO kablam! error: Could not compile `lexer`. Sep 21 07:50:31.692 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 07:50:31.749 INFO kablam! error[E0392]: parameter `T` is never used Sep 21 07:50:31.749 INFO kablam! --> src/readers.rs:9:20 Sep 21 07:50:31.749 INFO kablam! | Sep 21 07:50:31.749 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 21 07:50:31.749 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.749 INFO kablam! | Sep 21 07:50:31.749 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.749 INFO kablam! Sep 21 07:50:31.749 INFO kablam! error[E0392]: parameter `E` is never used Sep 21 07:50:31.749 INFO kablam! --> src/readers.rs:9:23 Sep 21 07:50:31.749 INFO kablam! | Sep 21 07:50:31.749 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 21 07:50:31.749 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.749 INFO kablam! | Sep 21 07:50:31.749 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.749 INFO kablam! Sep 21 07:50:31.750 INFO kablam! error[E0392]: parameter `T` is never used Sep 21 07:50:31.750 INFO kablam! --> src/readers.rs:110:28 Sep 21 07:50:31.750 INFO kablam! | Sep 21 07:50:31.750 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 21 07:50:31.750 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.750 INFO kablam! | Sep 21 07:50:31.750 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.750 INFO kablam! Sep 21 07:50:31.750 INFO kablam! error[E0392]: parameter `E` is never used Sep 21 07:50:31.750 INFO kablam! --> src/readers.rs:110:31 Sep 21 07:50:31.750 INFO kablam! | Sep 21 07:50:31.750 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 21 07:50:31.750 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.750 INFO kablam! | Sep 21 07:50:31.750 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.750 INFO kablam! Sep 21 07:50:31.751 INFO kablam! error[E0392]: parameter `T` is never used Sep 21 07:50:31.751 INFO kablam! --> src/readers_builder.rs:6:27 Sep 21 07:50:31.751 INFO kablam! | Sep 21 07:50:31.751 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 21 07:50:31.751 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.751 INFO kablam! | Sep 21 07:50:31.751 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.751 INFO kablam! Sep 21 07:50:31.751 INFO kablam! error[E0392]: parameter `E` is never used Sep 21 07:50:31.751 INFO kablam! --> src/readers_builder.rs:6:30 Sep 21 07:50:31.751 INFO kablam! | Sep 21 07:50:31.751 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 21 07:50:31.751 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.751 INFO kablam! | Sep 21 07:50:31.751 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.751 INFO kablam! Sep 21 07:50:31.752 INFO kablam! error[E0392]: parameter `T` is never used Sep 21 07:50:31.752 INFO kablam! --> src/readers_lexer.rs:5:29 Sep 21 07:50:31.752 INFO kablam! | Sep 21 07:50:31.752 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 21 07:50:31.752 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.752 INFO kablam! | Sep 21 07:50:31.752 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.752 INFO kablam! Sep 21 07:50:31.752 INFO kablam! error[E0392]: parameter `E` is never used Sep 21 07:50:31.752 INFO kablam! --> src/readers_lexer.rs:5:32 Sep 21 07:50:31.752 INFO kablam! | Sep 21 07:50:31.752 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 21 07:50:31.752 INFO kablam! | ^ unused type parameter Sep 21 07:50:31.752 INFO kablam! | Sep 21 07:50:31.752 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 21 07:50:31.752 INFO kablam! Sep 21 07:50:31.791 INFO kablam! error: aborting due to 10 previous errors Sep 21 07:50:31.791 INFO kablam! Sep 21 07:50:31.791 INFO kablam! Some errors occurred: E0392, E0432. Sep 21 07:50:31.791 INFO kablam! For more information about an error, try `rustc --explain E0392`. Sep 21 07:50:31.799 INFO kablam! error: Could not compile `lexer`. Sep 21 07:50:31.800 INFO kablam! Sep 21 07:50:31.800 INFO kablam! To learn more, run the command again with --verbose. Sep 21 07:50:31.801 INFO kablam! su: No module specific data is present Sep 21 07:50:32.312 INFO running `"docker" "rm" "-f" "7ebd571377fa06910a22d2b8a65e25baa48c3366283958737e2c9c34e13a66a5"` Sep 21 07:50:32.406 INFO blam! 7ebd571377fa06910a22d2b8a65e25baa48c3366283958737e2c9c34e13a66a5