Sep 04 21:37:25.407 INFO checking embedrs-bytes-0.4.6 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 21:37:25.407 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 21:37:25.407 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 21:37:25.666 INFO blam! deaca2aa8b5cf3754c6366dae32690846da61dca87b51230010547b55cb434e1 Sep 04 21:37:25.668 INFO running `"docker" "start" "-a" "deaca2aa8b5cf3754c6366dae32690846da61dca87b51230010547b55cb434e1"` Sep 04 21:37:26.564 INFO kablam! Checking embedrs-bytes v0.4.6 (file:///source) Sep 04 21:37:29.624 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 04 21:37:29.624 INFO kablam! --> tests/test_buf.rs:3:1 Sep 04 21:37:29.624 INFO kablam! | Sep 04 21:37:29.624 INFO kablam! 3 | extern crate iovec; Sep 04 21:37:29.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 21:37:29.624 INFO kablam! Sep 04 21:37:29.624 INFO kablam! error: aborting due to previous error Sep 04 21:37:29.624 INFO kablam! Sep 04 21:37:29.624 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 21:37:29.630 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 04 21:37:29.631 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:37:30.301 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 04 21:37:30.301 INFO kablam! --> tests/test_chain.rs:2:1 Sep 04 21:37:30.301 INFO kablam! | Sep 04 21:37:30.301 INFO kablam! 2 | extern crate iovec; Sep 04 21:37:30.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 21:37:30.301 INFO kablam! Sep 04 21:37:30.308 INFO kablam! error: aborting due to previous error Sep 04 21:37:30.309 INFO kablam! Sep 04 21:37:30.309 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 21:37:30.319 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 04 21:37:30.320 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:37:30.384 INFO kablam! error[E0463]: can't find crate for `bytes` Sep 04 21:37:30.384 INFO kablam! --> benches/bytes.rs:3:1 Sep 04 21:37:30.384 INFO kablam! | Sep 04 21:37:30.384 INFO kablam! 3 | extern crate bytes; Sep 04 21:37:30.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 21:37:30.384 INFO kablam! Sep 04 21:37:30.384 INFO kablam! error: aborting due to previous error Sep 04 21:37:30.384 INFO kablam! Sep 04 21:37:30.385 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 21:37:30.401 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 04 21:37:30.402 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:37:30.546 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 04 21:37:30.546 INFO kablam! --> tests/test_iter.rs:3:35 Sep 04 21:37:30.546 INFO kablam! | Sep 04 21:37:30.546 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 04 21:37:30.546 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 04 21:37:30.546 INFO kablam! Sep 04 21:37:30.608 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 04 21:37:30.608 INFO kablam! --> tests/test_debug.rs:3:5 Sep 04 21:37:30.609 INFO kablam! | Sep 04 21:37:30.609 INFO kablam! 3 | use embedrs_bytes::Bytes; Sep 04 21:37:30.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `Bytes` in the root Sep 04 21:37:30.614 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 04 21:37:30.615 INFO kablam! --> tests/test_from_buf.rs:3:26 Sep 04 21:37:30.615 INFO kablam! | Sep 04 21:37:30.615 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 04 21:37:30.615 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 04 21:37:30.615 INFO kablam! Sep 04 21:37:30.615 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::BytesMut` Sep 04 21:37:30.615 INFO kablam! --> tests/test_from_buf.rs:3:33 Sep 04 21:37:30.615 INFO kablam! | Sep 04 21:37:30.615 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 04 21:37:30.615 INFO kablam! | ^^^^^^^^ no `BytesMut` in the root Sep 04 21:37:30.615 INFO kablam! Sep 04 21:37:30.617 INFO kablam! warning: unused import: `Buf` Sep 04 21:37:30.617 INFO kablam! --> tests/test_from_buf.rs:3:21 Sep 04 21:37:30.617 INFO kablam! | Sep 04 21:37:30.617 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 04 21:37:30.617 INFO kablam! | ^^^ Sep 04 21:37:30.617 INFO kablam! | Sep 04 21:37:30.617 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:37:30.617 INFO kablam! Sep 04 21:37:30.628 INFO kablam! Sep 04 21:37:30.633 INFO kablam! warning: unused import: `Buf` Sep 04 21:37:30.633 INFO kablam! --> tests/test_iter.rs:3:21 Sep 04 21:37:30.633 INFO kablam! | Sep 04 21:37:30.633 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 04 21:37:30.633 INFO kablam! | ^^^ Sep 04 21:37:30.634 INFO kablam! | Sep 04 21:37:30.634 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:37:30.634 INFO kablam! Sep 04 21:37:30.635 INFO kablam! warning: unused import: `IntoBuf` Sep 04 21:37:30.635 INFO kablam! --> tests/test_iter.rs:3:26 Sep 04 21:37:30.635 INFO kablam! | Sep 04 21:37:30.635 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 04 21:37:30.635 INFO kablam! | ^^^^^^^ Sep 04 21:37:30.635 INFO kablam! Sep 04 21:37:30.637 INFO kablam! error: aborting due to previous error Sep 04 21:37:30.637 INFO kablam! Sep 04 21:37:30.638 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 21:37:30.664 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 04 21:37:30.664 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:37:30.766 INFO kablam! error: aborting due to previous error Sep 04 21:37:30.766 INFO kablam! Sep 04 21:37:30.766 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 21:37:30.782 INFO kablam! error[E0599]: no method named `take` found for type `std::io::Cursor<&[u8; 11]>` in the current scope Sep 04 21:37:30.782 INFO kablam! --> tests/test_take.rs:10:43 Sep 04 21:37:30.782 INFO kablam! | Sep 04 21:37:30.782 INFO kablam! 10 | let buf = Cursor::new(b"hello world").take(100); Sep 04 21:37:30.782 INFO kablam! | ^^^^ Sep 04 21:37:30.782 INFO kablam! | Sep 04 21:37:30.782 INFO kablam! = note: the method `take` exists but the following trait bounds were not satisfied: Sep 04 21:37:30.782 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : embedrs_bytes::Buf` Sep 04 21:37:30.782 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : std::iter::Iterator` Sep 04 21:37:30.782 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 21:37:30.782 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 21:37:30.782 INFO kablam! | Sep 04 21:37:30.782 INFO kablam! 3 | use std::io::Read; Sep 04 21:37:30.783 INFO kablam! | Sep 04 21:37:30.783 INFO kablam! Sep 04 21:37:30.792 INFO kablam! error: aborting due to previous error Sep 04 21:37:30.792 INFO kablam! Sep 04 21:37:30.792 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 21:37:30.793 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 04 21:37:30.793 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:37:30.795 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 04 21:37:30.795 INFO kablam! --> tests/test_from_buf.rs:11:43 Sep 04 21:37:30.795 INFO kablam! | Sep 04 21:37:30.795 INFO kablam! 11 | let buf: Vec = Cursor::new(SHORT).collect(); Sep 04 21:37:30.795 INFO kablam! | ^^^^^^^ Sep 04 21:37:30.795 INFO kablam! | Sep 04 21:37:30.795 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 04 21:37:30.795 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 04 21:37:30.795 INFO kablam! Sep 04 21:37:30.800 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 04 21:37:30.800 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:37:30.835 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 04 21:37:30.835 INFO kablam! --> tests/test_from_buf.rs:14:42 Sep 04 21:37:30.836 INFO kablam! | Sep 04 21:37:30.836 INFO kablam! 14 | let buf: Vec = Cursor::new(LONG).collect(); Sep 04 21:37:30.836 INFO kablam! | ^^^^^^^ Sep 04 21:37:30.836 INFO kablam! | Sep 04 21:37:30.836 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 04 21:37:30.836 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 04 21:37:30.836 INFO kablam! Sep 04 21:37:30.839 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 04 21:37:30.839 INFO kablam! --> tests/test_from_buf.rs:20:41 Sep 04 21:37:30.839 INFO kablam! | Sep 04 21:37:30.839 INFO kablam! 20 | let buf: Bytes = Cursor::new(SHORT).collect(); Sep 04 21:37:30.839 INFO kablam! | ^^^^^^^ Sep 04 21:37:30.839 INFO kablam! | Sep 04 21:37:30.839 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 04 21:37:30.839 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 04 21:37:30.839 INFO kablam! Sep 04 21:37:30.842 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 04 21:37:30.842 INFO kablam! --> tests/test_from_buf.rs:23:40 Sep 04 21:37:30.842 INFO kablam! | Sep 04 21:37:30.842 INFO kablam! 23 | let buf: Bytes = Cursor::new(LONG).collect(); Sep 04 21:37:30.842 INFO kablam! | ^^^^^^^ Sep 04 21:37:30.842 INFO kablam! | Sep 04 21:37:30.842 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 04 21:37:30.842 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 04 21:37:30.842 INFO kablam! Sep 04 21:37:30.846 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 04 21:37:30.846 INFO kablam! --> tests/test_from_buf.rs:29:44 Sep 04 21:37:30.846 INFO kablam! | Sep 04 21:37:30.846 INFO kablam! 29 | let buf: BytesMut = Cursor::new(SHORT).collect(); Sep 04 21:37:30.846 INFO kablam! | ^^^^^^^ Sep 04 21:37:30.846 INFO kablam! | Sep 04 21:37:30.846 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 04 21:37:30.846 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 04 21:37:30.846 INFO kablam! Sep 04 21:37:30.848 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 04 21:37:30.848 INFO kablam! --> tests/test_from_buf.rs:32:43 Sep 04 21:37:30.848 INFO kablam! | Sep 04 21:37:30.848 INFO kablam! 32 | let buf: BytesMut = Cursor::new(LONG).collect(); Sep 04 21:37:30.849 INFO kablam! | ^^^^^^^ Sep 04 21:37:30.849 INFO kablam! | Sep 04 21:37:30.849 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 04 21:37:30.849 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 04 21:37:30.849 INFO kablam! Sep 04 21:37:30.854 INFO kablam! error: aborting due to 8 previous errors Sep 04 21:37:30.854 INFO kablam! Sep 04 21:37:30.854 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 21:37:30.854 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 21:37:30.864 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 04 21:37:30.864 INFO kablam! Sep 04 21:37:30.864 INFO kablam! To learn more, run the command again with --verbose. Sep 04 21:37:30.866 INFO kablam! su: No module specific data is present Sep 04 21:37:31.550 INFO running `"docker" "rm" "-f" "deaca2aa8b5cf3754c6366dae32690846da61dca87b51230010547b55cb434e1"` Sep 04 21:37:31.682 INFO blam! deaca2aa8b5cf3754c6366dae32690846da61dca87b51230010547b55cb434e1