Sep 19 23:09:21.457 INFO checking lexer-0.1.15 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 23:09:21.457 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 23:09:21.457 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:09:21.666 INFO blam! a1bc60fcb2fdefa84f1dc32931a56fcfbf678a909893e56bf2f1c0ede70a29b3 Sep 19 23:09:21.668 INFO running `"docker" "start" "-a" "a1bc60fcb2fdefa84f1dc32931a56fcfbf678a909893e56bf2f1c0ede70a29b3"` Sep 19 23:09:22.414 INFO kablam! usermod: no changes Sep 19 23:09:22.526 INFO kablam! Checking peek-nth v0.1.0 Sep 19 23:09:22.789 INFO kablam! Checking lexer v0.1.15 (/source) Sep 19 23:09:23.219 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 19 23:09:23.219 INFO kablam! --> src/readers.rs:1:12 Sep 19 23:09:23.219 INFO kablam! | Sep 19 23:09:23.219 INFO kablam! 1 | use alloc::arc::Arc; Sep 19 23:09:23.219 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 19 23:09:23.219 INFO kablam! Sep 19 23:09:23.219 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 19 23:09:23.219 INFO kablam! --> src/readers_builder.rs:1:12 Sep 19 23:09:23.219 INFO kablam! | Sep 19 23:09:23.219 INFO kablam! 1 | use alloc::arc::Arc; Sep 19 23:09:23.219 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 19 23:09:23.219 INFO kablam! Sep 19 23:09:23.235 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 19 23:09:23.236 INFO kablam! --> src/readers.rs:1:12 Sep 19 23:09:23.236 INFO kablam! | Sep 19 23:09:23.236 INFO kablam! 1 | use alloc::arc::Arc; Sep 19 23:09:23.236 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 19 23:09:23.236 INFO kablam! Sep 19 23:09:23.236 INFO kablam! error[E0432]: unresolved import `alloc::arc` Sep 19 23:09:23.236 INFO kablam! --> src/readers_builder.rs:1:12 Sep 19 23:09:23.236 INFO kablam! | Sep 19 23:09:23.236 INFO kablam! 1 | use alloc::arc::Arc; Sep 19 23:09:23.236 INFO kablam! | ^^^ Could not find `arc` in `alloc` Sep 19 23:09:23.236 INFO kablam! Sep 19 23:09:23.331 INFO kablam! error[E0392]: parameter `T` is never used Sep 19 23:09:23.331 INFO kablam! --> src/readers.rs:9:20 Sep 19 23:09:23.332 INFO kablam! | Sep 19 23:09:23.332 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 19 23:09:23.332 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.332 INFO kablam! | Sep 19 23:09:23.332 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.332 INFO kablam! Sep 19 23:09:23.332 INFO kablam! error[E0392]: parameter `E` is never used Sep 19 23:09:23.332 INFO kablam! --> src/readers.rs:9:23 Sep 19 23:09:23.332 INFO kablam! | Sep 19 23:09:23.332 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 19 23:09:23.332 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.332 INFO kablam! | Sep 19 23:09:23.332 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.332 INFO kablam! Sep 19 23:09:23.332 INFO kablam! error[E0392]: parameter `T` is never used Sep 19 23:09:23.332 INFO kablam! --> src/readers.rs:110:28 Sep 19 23:09:23.332 INFO kablam! | Sep 19 23:09:23.332 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 19 23:09:23.332 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.332 INFO kablam! | Sep 19 23:09:23.332 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.332 INFO kablam! Sep 19 23:09:23.332 INFO kablam! error[E0392]: parameter `E` is never used Sep 19 23:09:23.333 INFO kablam! --> src/readers.rs:110:31 Sep 19 23:09:23.333 INFO kablam! | Sep 19 23:09:23.333 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 19 23:09:23.333 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.333 INFO kablam! | Sep 19 23:09:23.333 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.333 INFO kablam! Sep 19 23:09:23.333 INFO kablam! error[E0392]: parameter `T` is never used Sep 19 23:09:23.333 INFO kablam! --> src/readers_builder.rs:6:27 Sep 19 23:09:23.333 INFO kablam! | Sep 19 23:09:23.333 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 19 23:09:23.333 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.333 INFO kablam! | Sep 19 23:09:23.333 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.333 INFO kablam! Sep 19 23:09:23.333 INFO kablam! error[E0392]: parameter `E` is never used Sep 19 23:09:23.333 INFO kablam! --> src/readers_builder.rs:6:30 Sep 19 23:09:23.333 INFO kablam! | Sep 19 23:09:23.333 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 19 23:09:23.333 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.333 INFO kablam! | Sep 19 23:09:23.333 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.333 INFO kablam! Sep 19 23:09:23.333 INFO kablam! error[E0392]: parameter `T` is never used Sep 19 23:09:23.333 INFO kablam! --> src/readers_lexer.rs:5:29 Sep 19 23:09:23.333 INFO kablam! | Sep 19 23:09:23.334 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 19 23:09:23.334 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.334 INFO kablam! | Sep 19 23:09:23.334 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.334 INFO kablam! Sep 19 23:09:23.334 INFO kablam! error[E0392]: parameter `E` is never used Sep 19 23:09:23.334 INFO kablam! --> src/readers_lexer.rs:5:32 Sep 19 23:09:23.334 INFO kablam! | Sep 19 23:09:23.334 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 19 23:09:23.334 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.334 INFO kablam! | Sep 19 23:09:23.334 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.334 INFO kablam! Sep 19 23:09:23.357 INFO kablam! error[E0392]: parameter `T` is never used Sep 19 23:09:23.357 INFO kablam! --> src/readers.rs:9:20 Sep 19 23:09:23.357 INFO kablam! | Sep 19 23:09:23.357 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 19 23:09:23.357 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.357 INFO kablam! | Sep 19 23:09:23.357 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.357 INFO kablam! Sep 19 23:09:23.357 INFO kablam! error[E0392]: parameter `E` is never used Sep 19 23:09:23.357 INFO kablam! --> src/readers.rs:9:23 Sep 19 23:09:23.357 INFO kablam! | Sep 19 23:09:23.357 INFO kablam! 9 | pub struct Readers(Vec>>); Sep 19 23:09:23.357 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.357 INFO kablam! | Sep 19 23:09:23.357 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.357 INFO kablam! Sep 19 23:09:23.358 INFO kablam! error[E0392]: parameter `T` is never used Sep 19 23:09:23.358 INFO kablam! --> src/readers.rs:110:28 Sep 19 23:09:23.358 INFO kablam! | Sep 19 23:09:23.359 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 19 23:09:23.359 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.359 INFO kablam! | Sep 19 23:09:23.359 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.359 INFO kablam! Sep 19 23:09:23.359 INFO kablam! error[E0392]: parameter `E` is never used Sep 19 23:09:23.359 INFO kablam! --> src/readers.rs:110:31 Sep 19 23:09:23.359 INFO kablam! | Sep 19 23:09:23.359 INFO kablam! 110 | pub struct ReadersIter<'a, T, E> Sep 19 23:09:23.359 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.359 INFO kablam! | Sep 19 23:09:23.359 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.359 INFO kablam! Sep 19 23:09:23.359 INFO kablam! error[E0392]: parameter `T` is never used Sep 19 23:09:23.359 INFO kablam! --> src/readers_builder.rs:6:27 Sep 19 23:09:23.359 INFO kablam! | Sep 19 23:09:23.359 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 19 23:09:23.359 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.359 INFO kablam! | Sep 19 23:09:23.359 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.359 INFO kablam! Sep 19 23:09:23.359 INFO kablam! error[E0392]: parameter `E` is never used Sep 19 23:09:23.359 INFO kablam! --> src/readers_builder.rs:6:30 Sep 19 23:09:23.359 INFO kablam! | Sep 19 23:09:23.359 INFO kablam! 6 | pub struct ReadersBuilder(pub(crate) Vec>>); Sep 19 23:09:23.359 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.359 INFO kablam! | Sep 19 23:09:23.359 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.359 INFO kablam! Sep 19 23:09:23.360 INFO kablam! error[E0392]: parameter `T` is never used Sep 19 23:09:23.360 INFO kablam! --> src/readers_lexer.rs:5:29 Sep 19 23:09:23.360 INFO kablam! | Sep 19 23:09:23.360 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 19 23:09:23.360 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.360 INFO kablam! | Sep 19 23:09:23.360 INFO kablam! = help: consider removing `T` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.360 INFO kablam! Sep 19 23:09:23.360 INFO kablam! error[E0392]: parameter `E` is never used Sep 19 23:09:23.361 INFO kablam! --> src/readers_lexer.rs:5:32 Sep 19 23:09:23.361 INFO kablam! | Sep 19 23:09:23.361 INFO kablam! 5 | pub struct ReadersLexer<'a, T, E, I> Sep 19 23:09:23.361 INFO kablam! | ^ unused type parameter Sep 19 23:09:23.361 INFO kablam! | Sep 19 23:09:23.361 INFO kablam! = help: consider removing `E` or using a marker such as `core::marker::PhantomData` Sep 19 23:09:23.361 INFO kablam! Sep 19 23:09:23.381 INFO kablam! error: aborting due to 10 previous errors Sep 19 23:09:23.381 INFO kablam! Sep 19 23:09:23.381 INFO kablam! Some errors occurred: E0392, E0432. Sep 19 23:09:23.381 INFO kablam! For more information about an error, try `rustc --explain E0392`. Sep 19 23:09:23.388 INFO kablam! error: Could not compile `lexer`. Sep 19 23:09:23.388 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:09:23.411 INFO kablam! error: aborting due to 10 previous errors Sep 19 23:09:23.411 INFO kablam! Sep 19 23:09:23.411 INFO kablam! Some errors occurred: E0392, E0432. Sep 19 23:09:23.411 INFO kablam! For more information about an error, try `rustc --explain E0392`. Sep 19 23:09:23.421 INFO kablam! error: Could not compile `lexer`. Sep 19 23:09:23.421 INFO kablam! Sep 19 23:09:23.421 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:09:23.423 INFO kablam! su: No module specific data is present Sep 19 23:09:23.814 INFO running `"docker" "rm" "-f" "a1bc60fcb2fdefa84f1dc32931a56fcfbf678a909893e56bf2f1c0ede70a29b3"` Sep 19 23:09:23.940 INFO blam! a1bc60fcb2fdefa84f1dc32931a56fcfbf678a909893e56bf2f1c0ede70a29b3