Sep 04 12:30:36.869 INFO checking lexer-0.1.15 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 12:30:36.869 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 12:30:36.869 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:30:37.053 INFO blam! 2a74d4e831b8a7d8da14e50cd3f6f5b5737fc1af117d03ccd30aa97fd7e99017 Sep 04 12:30:37.056 INFO running `"docker" "start" "-a" "2a74d4e831b8a7d8da14e50cd3f6f5b5737fc1af117d03ccd30aa97fd7e99017"` Sep 04 12:30:37.694 INFO kablam! Checking peek-nth v0.1.0 Sep 04 12:30:38.367 INFO kablam! Checking lexer v0.1.15 (file:///source) Sep 04 12:30:38.942 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 04 12:30:38.942 INFO kablam! --> src/readers.rs:1:12 Sep 04 12:30:38.942 INFO kablam! | Sep 04 12:30:38.942 INFO kablam! 1 | use alloc::arc::Arc; Sep 04 12:30:38.942 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 04 12:30:38.942 INFO kablam! Sep 04 12:30:38.942 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 04 12:30:38.942 INFO kablam! --> src/readers_builder.rs:1:12 Sep 04 12:30:38.942 INFO kablam! | Sep 04 12:30:38.942 INFO kablam! 1 | use alloc::arc::Arc; Sep 04 12:30:38.942 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 04 12:30:38.942 INFO kablam! Sep 04 12:30:38.958 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 04 12:30:38.958 INFO kablam! --> src/readers.rs:1:12 Sep 04 12:30:38.959 INFO kablam! | Sep 04 12:30:38.959 INFO kablam! 1 | use alloc::arc::Arc; Sep 04 12:30:38.959 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 04 12:30:38.959 INFO kablam! Sep 04 12:30:38.959 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 04 12:30:38.959 INFO kablam! --> src/readers_builder.rs:1:12 Sep 04 12:30:38.959 INFO kablam! | Sep 04 12:30:38.959 INFO kablam! 1 | use alloc::arc::Arc; Sep 04 12:30:38.959 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 04 12:30:38.959 INFO kablam! Sep 04 12:30:39.126 INFO kablam! error[E0392]: parameter `T` is never used Sep 04 12:30:39.126 INFO kablam! --> src/readers.rs:9:20 Sep 04 12:30:39.126 INFO kablam! | Sep 04 12:30:39.126 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 04 12:30:39.126 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.126 INFO kablam! | Sep 04 12:30:39.126 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.126 INFO kablam! Sep 04 12:30:39.126 INFO kablam! error[E0392]: parameter `E` is never used Sep 04 12:30:39.126 INFO kablam! --> src/readers.rs:9:23 Sep 04 12:30:39.126 INFO kablam! | Sep 04 12:30:39.126 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 04 12:30:39.126 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.127 INFO kablam! | Sep 04 12:30:39.127 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.127 INFO kablam! Sep 04 12:30:39.128 INFO kablam! error[E0392]: parameter `T` is never used Sep 04 12:30:39.128 INFO kablam! --> src/readers.rs:110:28 Sep 04 12:30:39.128 INFO kablam! | Sep 04 12:30:39.128 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 04 12:30:39.128 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.128 INFO kablam! | Sep 04 12:30:39.128 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.128 INFO kablam! Sep 04 12:30:39.128 INFO kablam! error[E0392]: parameter `E` is never used Sep 04 12:30:39.128 INFO kablam! --> src/readers.rs:110:31 Sep 04 12:30:39.128 INFO kablam! | Sep 04 12:30:39.128 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 04 12:30:39.128 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.128 INFO kablam! | Sep 04 12:30:39.128 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.128 INFO kablam! Sep 04 12:30:39.128 INFO kablam! error[E0392]: parameter `T` is never used Sep 04 12:30:39.128 INFO kablam! --> src/readers_builder.rs:6:27 Sep 04 12:30:39.128 INFO kablam! | Sep 04 12:30:39.128 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 04 12:30:39.128 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.128 INFO kablam! | Sep 04 12:30:39.128 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.128 INFO kablam! Sep 04 12:30:39.128 INFO kablam! error[E0392]: parameter `E` is never used Sep 04 12:30:39.129 INFO kablam! --> src/readers_builder.rs:6:30 Sep 04 12:30:39.129 INFO kablam! | Sep 04 12:30:39.129 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 04 12:30:39.129 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.129 INFO kablam! | Sep 04 12:30:39.129 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.129 INFO kablam! Sep 04 12:30:39.130 INFO kablam! error[E0392]: parameter `T` is never used Sep 04 12:30:39.130 INFO kablam! --> src/readers_lexer.rs:5:29 Sep 04 12:30:39.130 INFO kablam! | Sep 04 12:30:39.130 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 04 12:30:39.130 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.130 INFO kablam! | Sep 04 12:30:39.130 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.130 INFO kablam! Sep 04 12:30:39.130 INFO kablam! error[E0392]: parameter `E` is never used Sep 04 12:30:39.130 INFO kablam! --> src/readers_lexer.rs:5:32 Sep 04 12:30:39.130 INFO kablam! | Sep 04 12:30:39.130 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 04 12:30:39.130 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.130 INFO kablam! | Sep 04 12:30:39.130 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.130 INFO kablam! Sep 04 12:30:39.134 INFO kablam! error[E0392]: parameter `T` is never used Sep 04 12:30:39.134 INFO kablam! --> src/readers.rs:9:20 Sep 04 12:30:39.134 INFO kablam! | Sep 04 12:30:39.134 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 04 12:30:39.134 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.134 INFO kablam! | Sep 04 12:30:39.134 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.134 INFO kablam! Sep 04 12:30:39.134 INFO kablam! error[E0392]: parameter `E` is never used Sep 04 12:30:39.134 INFO kablam! --> src/readers.rs:9:23 Sep 04 12:30:39.134 INFO kablam! | Sep 04 12:30:39.134 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 04 12:30:39.134 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.134 INFO kablam! | Sep 04 12:30:39.134 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.134 INFO kablam! Sep 04 12:30:39.136 INFO kablam! error[E0392]: parameter `T` is never used Sep 04 12:30:39.136 INFO kablam! --> src/readers.rs:110:28 Sep 04 12:30:39.136 INFO kablam! | Sep 04 12:30:39.136 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 04 12:30:39.136 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.136 INFO kablam! | Sep 04 12:30:39.136 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.136 INFO kablam! Sep 04 12:30:39.136 INFO kablam! error[E0392]: parameter `E` is never used Sep 04 12:30:39.136 INFO kablam! --> src/readers.rs:110:31 Sep 04 12:30:39.136 INFO kablam! | Sep 04 12:30:39.136 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 04 12:30:39.136 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.136 INFO kablam! | Sep 04 12:30:39.136 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.136 INFO kablam! Sep 04 12:30:39.137 INFO kablam! error[E0392]: parameter `T` is never used Sep 04 12:30:39.137 INFO kablam! --> src/readers_builder.rs:6:27 Sep 04 12:30:39.137 INFO kablam! | Sep 04 12:30:39.137 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 04 12:30:39.137 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.137 INFO kablam! | Sep 04 12:30:39.137 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.137 INFO kablam! Sep 04 12:30:39.137 INFO kablam! error[E0392]: parameter `E` is never used Sep 04 12:30:39.137 INFO kablam! --> src/readers_builder.rs:6:30 Sep 04 12:30:39.137 INFO kablam! | Sep 04 12:30:39.137 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 04 12:30:39.137 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.137 INFO kablam! | Sep 04 12:30:39.137 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.137 INFO kablam! Sep 04 12:30:39.138 INFO kablam! error[E0392]: parameter `T` is never used Sep 04 12:30:39.138 INFO kablam! --> src/readers_lexer.rs:5:29 Sep 04 12:30:39.138 INFO kablam! | Sep 04 12:30:39.138 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 04 12:30:39.138 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.138 INFO kablam! | Sep 04 12:30:39.138 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.138 INFO kablam! Sep 04 12:30:39.138 INFO kablam! error[E0392]: parameter `E` is never used Sep 04 12:30:39.138 INFO kablam! --> src/readers_lexer.rs:5:32 Sep 04 12:30:39.138 INFO kablam! | Sep 04 12:30:39.138 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 04 12:30:39.138 INFO kablam! | ^ unused type parameter Sep 04 12:30:39.138 INFO kablam! | Sep 04 12:30:39.138 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 04 12:30:39.138 INFO kablam! Sep 04 12:30:39.193 INFO kablam! error: aborting due to 10 previous errors Sep 04 12:30:39.193 INFO kablam! Sep 04 12:30:39.193 INFO kablam! Some errors occurred: E0392, E0432. Sep 04 12:30:39.193 INFO kablam! For more information about an error, try `rustc --explain E0392`. Sep 04 12:30:39.200 INFO kablam! error: Could not compile `lexer`. Sep 04 12:30:39.200 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 12:30:39.210 INFO kablam! error: aborting due to 10 previous errors Sep 04 12:30:39.211 INFO kablam! Sep 04 12:30:39.211 INFO kablam! Some errors occurred: E0392, E0432. Sep 04 12:30:39.211 INFO kablam! For more information about an error, try `rustc --explain E0392`. Sep 04 12:30:39.218 INFO kablam! error: Could not compile `lexer`. Sep 04 12:30:39.218 INFO kablam! Sep 04 12:30:39.218 INFO kablam! To learn more, run the command again with --verbose. Sep 04 12:30:39.220 INFO kablam! su: No module specific data is present Sep 04 12:30:39.702 INFO running `"docker" "rm" "-f" "2a74d4e831b8a7d8da14e50cd3f6f5b5737fc1af117d03ccd30aa97fd7e99017"` Sep 04 12:30:39.825 INFO blam! 2a74d4e831b8a7d8da14e50cd3f6f5b5737fc1af117d03ccd30aa97fd7e99017