Sep 06 07:33:08.258 INFO checking embedrs-bytes-0.4.6 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 07:33:08.258 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 07:33:08.258 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 07:33:08.432 INFO blam! 9f4252d1e48fff1f34eb2ee69b18e9c627e8707814dc9a23bd70764a38eccb43 Sep 06 07:33:08.434 INFO running `"docker" "start" "-a" "9f4252d1e48fff1f34eb2ee69b18e9c627e8707814dc9a23bd70764a38eccb43"` Sep 06 07:33:09.540 INFO kablam! usermod: no changes Sep 06 07:33:09.646 INFO kablam! Checking embedrs-bytes v0.4.6 (file:///source) Sep 06 07:33:11.264 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 06 07:33:11.264 INFO kablam! --> tests/test_buf.rs:3:1 Sep 06 07:33:11.264 INFO kablam! | Sep 06 07:33:11.264 INFO kablam! 3 | extern crate iovec; Sep 06 07:33:11.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 06 07:33:11.270 INFO kablam! Sep 06 07:33:11.270 INFO kablam! error: aborting due to previous error Sep 06 07:33:11.270 INFO kablam! Sep 06 07:33:11.270 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 06 07:33:11.278 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 06 07:33:11.278 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:33:11.356 INFO kablam! error[E0463]: can't find crate for `bytes` Sep 06 07:33:11.356 INFO kablam! --> benches/bytes.rs:3:1 Sep 06 07:33:11.356 INFO kablam! | Sep 06 07:33:11.356 INFO kablam! 3 | extern crate bytes; Sep 06 07:33:11.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 06 07:33:11.356 INFO kablam! Sep 06 07:33:11.358 INFO kablam! error: aborting due to previous error Sep 06 07:33:11.358 INFO kablam! Sep 06 07:33:11.358 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 06 07:33:11.369 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 06 07:33:11.369 INFO kablam! --> tests/test_buf_mut.rs:3:1 Sep 06 07:33:11.369 INFO kablam! | Sep 06 07:33:11.369 INFO kablam! 3 | extern crate iovec; Sep 06 07:33:11.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 06 07:33:11.369 INFO kablam! Sep 06 07:33:11.369 INFO kablam! error: aborting due to previous error Sep 06 07:33:11.369 INFO kablam! Sep 06 07:33:11.369 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 06 07:33:11.383 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 06 07:33:11.383 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:33:11.383 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 06 07:33:11.383 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:33:11.979 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 06 07:33:11.979 INFO kablam! --> tests/test_from_buf.rs:3:26 Sep 06 07:33:11.979 INFO kablam! | Sep 06 07:33:11.979 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 06 07:33:11.979 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 06 07:33:11.979 INFO kablam! Sep 06 07:33:11.979 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::BytesMut` Sep 06 07:33:11.979 INFO kablam! --> tests/test_from_buf.rs:3:33 Sep 06 07:33:11.979 INFO kablam! | Sep 06 07:33:11.979 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 06 07:33:11.979 INFO kablam! | ^^^^^^^^ no `BytesMut` in the root Sep 06 07:33:11.979 INFO kablam! Sep 06 07:33:11.979 INFO kablam! warning: unused import: `Buf` Sep 06 07:33:11.979 INFO kablam! --> tests/test_from_buf.rs:3:21 Sep 06 07:33:11.979 INFO kablam! | Sep 06 07:33:11.979 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 06 07:33:11.979 INFO kablam! | ^^^ Sep 06 07:33:11.979 INFO kablam! | Sep 06 07:33:11.979 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 07:33:11.979 INFO kablam! Sep 06 07:33:11.982 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 06 07:33:11.982 INFO kablam! --> tests/test_iter.rs:3:35 Sep 06 07:33:11.982 INFO kablam! | Sep 06 07:33:11.982 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 06 07:33:11.982 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 06 07:33:11.982 INFO kablam! Sep 06 07:33:12.026 INFO kablam! warning: unused import: `Buf` Sep 06 07:33:12.026 INFO kablam! --> tests/test_iter.rs:3:21 Sep 06 07:33:12.026 INFO kablam! | Sep 06 07:33:12.026 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 06 07:33:12.026 INFO kablam! | ^^^ Sep 06 07:33:12.026 INFO kablam! | Sep 06 07:33:12.026 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 07:33:12.026 INFO kablam! Sep 06 07:33:12.026 INFO kablam! warning: unused import: `IntoBuf` Sep 06 07:33:12.026 INFO kablam! --> tests/test_iter.rs:3:26 Sep 06 07:33:12.026 INFO kablam! | Sep 06 07:33:12.026 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 06 07:33:12.026 INFO kablam! | ^^^^^^^ Sep 06 07:33:12.026 INFO kablam! Sep 06 07:33:12.038 INFO kablam! error: aborting due to previous error Sep 06 07:33:12.038 INFO kablam! Sep 06 07:33:12.038 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 06 07:33:12.038 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 06 07:33:12.038 INFO kablam! --> tests/test_from_buf.rs:11:43 Sep 06 07:33:12.038 INFO kablam! | Sep 06 07:33:12.038 INFO kablam! 11 | let buf: Vec = Cursor::new(SHORT).collect(); Sep 06 07:33:12.038 INFO kablam! | ^^^^^^^ Sep 06 07:33:12.038 INFO kablam! | Sep 06 07:33:12.038 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 06 07:33:12.038 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 06 07:33:12.038 INFO kablam! Sep 06 07:33:12.054 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 06 07:33:12.054 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:33:12.062 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 06 07:33:12.062 INFO kablam! --> tests/test_from_buf.rs:14:42 Sep 06 07:33:12.062 INFO kablam! | Sep 06 07:33:12.062 INFO kablam! 14 | let buf: Vec = Cursor::new(LONG).collect(); Sep 06 07:33:12.062 INFO kablam! | ^^^^^^^ Sep 06 07:33:12.062 INFO kablam! | Sep 06 07:33:12.062 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 06 07:33:12.062 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 06 07:33:12.062 INFO kablam! Sep 06 07:33:12.062 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 06 07:33:12.062 INFO kablam! --> tests/test_from_buf.rs:20:41 Sep 06 07:33:12.062 INFO kablam! | Sep 06 07:33:12.062 INFO kablam! 20 | let buf: Bytes = Cursor::new(SHORT).collect(); Sep 06 07:33:12.062 INFO kablam! | ^^^^^^^ Sep 06 07:33:12.062 INFO kablam! | Sep 06 07:33:12.062 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 06 07:33:12.062 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 06 07:33:12.062 INFO kablam! Sep 06 07:33:12.062 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 06 07:33:12.062 INFO kablam! --> tests/test_from_buf.rs:23:40 Sep 06 07:33:12.062 INFO kablam! | Sep 06 07:33:12.062 INFO kablam! 23 | let buf: Bytes = Cursor::new(LONG).collect(); Sep 06 07:33:12.062 INFO kablam! | ^^^^^^^ Sep 06 07:33:12.062 INFO kablam! | Sep 06 07:33:12.062 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 06 07:33:12.062 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 06 07:33:12.062 INFO kablam! Sep 06 07:33:12.062 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 06 07:33:12.063 INFO kablam! --> tests/test_from_buf.rs:29:44 Sep 06 07:33:12.063 INFO kablam! | Sep 06 07:33:12.063 INFO kablam! 29 | let buf: BytesMut = Cursor::new(SHORT).collect(); Sep 06 07:33:12.063 INFO kablam! | ^^^^^^^ Sep 06 07:33:12.063 INFO kablam! | Sep 06 07:33:12.063 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 06 07:33:12.063 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 06 07:33:12.063 INFO kablam! Sep 06 07:33:12.063 INFO kablam! error[E0599]: no method named `take` found for type `std::io::Cursor<&[u8; 11]>` in the current scope Sep 06 07:33:12.063 INFO kablam! --> tests/test_take.rs:10:43 Sep 06 07:33:12.063 INFO kablam! | Sep 06 07:33:12.063 INFO kablam! 10 | let buf = Cursor::new(b"hello world").take(100); Sep 06 07:33:12.063 INFO kablam! | ^^^^ Sep 06 07:33:12.063 INFO kablam! | Sep 06 07:33:12.063 INFO kablam! = note: the method `take` exists but the following trait bounds were not satisfied: Sep 06 07:33:12.063 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : embedrs_bytes::Buf` Sep 06 07:33:12.063 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : std::iter::Iterator` Sep 06 07:33:12.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 07:33:12.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 07:33:12.063 INFO kablam! | Sep 06 07:33:12.063 INFO kablam! 3 | use std::io::Read; Sep 06 07:33:12.063 INFO kablam! | Sep 06 07:33:12.063 INFO kablam! Sep 06 07:33:12.063 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 06 07:33:12.063 INFO kablam! --> tests/test_from_buf.rs:32:43 Sep 06 07:33:12.063 INFO kablam! | Sep 06 07:33:12.063 INFO kablam! 32 | let buf: BytesMut = Cursor::new(LONG).collect(); Sep 06 07:33:12.063 INFO kablam! | ^^^^^^^ Sep 06 07:33:12.063 INFO kablam! | Sep 06 07:33:12.063 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 06 07:33:12.063 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 06 07:33:12.063 INFO kablam! Sep 06 07:33:12.072 INFO kablam! error: aborting due to 8 previous errors Sep 06 07:33:12.072 INFO kablam! Sep 06 07:33:12.072 INFO kablam! Some errors occurred: E0432, E0599. Sep 06 07:33:12.072 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 06 07:33:12.072 INFO kablam! error: aborting due to previous error Sep 06 07:33:12.072 INFO kablam! Sep 06 07:33:12.072 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 06 07:33:12.078 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 06 07:33:12.078 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:33:12.082 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 06 07:33:12.082 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:33:12.090 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 06 07:33:12.090 INFO kablam! --> tests/test_bytes.rs:3:21 Sep 06 07:33:12.090 INFO kablam! | Sep 06 07:33:12.090 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 06 07:33:12.090 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 06 07:33:12.090 INFO kablam! Sep 06 07:33:12.090 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::BytesMut` Sep 06 07:33:12.090 INFO kablam! --> tests/test_bytes.rs:3:28 Sep 06 07:33:12.090 INFO kablam! | Sep 06 07:33:12.090 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 06 07:33:12.090 INFO kablam! | ^^^^^^^^ no `BytesMut` in the root Sep 06 07:33:12.090 INFO kablam! Sep 06 07:33:12.418 INFO kablam! warning: unused import: `BufMut` Sep 06 07:33:12.418 INFO kablam! --> tests/test_bytes.rs:3:38 Sep 06 07:33:12.418 INFO kablam! | Sep 06 07:33:12.418 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 06 07:33:12.418 INFO kablam! | ^^^^^^ Sep 06 07:33:12.418 INFO kablam! | Sep 06 07:33:12.418 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 07:33:12.418 INFO kablam! Sep 06 07:33:12.418 INFO kablam! warning: unused import: `std::fmt::Write` Sep 06 07:33:12.418 INFO kablam! --> tests/test_bytes.rs:56:9 Sep 06 07:33:12.418 INFO kablam! | Sep 06 07:33:12.418 INFO kablam! 56 | use std::fmt::Write; Sep 06 07:33:12.418 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 07:33:12.418 INFO kablam! Sep 06 07:33:12.426 INFO kablam! error: aborting due to 2 previous errors Sep 06 07:33:12.426 INFO kablam! Sep 06 07:33:12.426 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 06 07:33:12.442 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 06 07:33:12.442 INFO kablam! Sep 06 07:33:12.442 INFO kablam! To learn more, run the command again with --verbose. Sep 06 07:33:12.446 INFO kablam! su: No module specific data is present Sep 06 07:33:13.286 INFO running `"docker" "rm" "-f" "9f4252d1e48fff1f34eb2ee69b18e9c627e8707814dc9a23bd70764a38eccb43"` Sep 06 07:33:13.393 INFO blam! 9f4252d1e48fff1f34eb2ee69b18e9c627e8707814dc9a23bd70764a38eccb43