Sep 18 01:14:05.981 INFO checking embedrs-bytes-0.4.6 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 01:14:05.981 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 01:14:05.982 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 01:14:06.420 INFO blam! 7feccd73838e5814bff07a35a10615d23407bc439d2f09c71ee450d2c5709530 Sep 18 01:14:06.423 INFO running `"docker" "start" "-a" "7feccd73838e5814bff07a35a10615d23407bc439d2f09c71ee450d2c5709530"` Sep 18 01:14:07.794 INFO kablam! usermod: no changes Sep 18 01:14:07.866 INFO kablam! Checking embedrs-bytes v0.4.6 (/source) Sep 18 01:14:09.155 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 18 01:14:09.155 INFO kablam! --> tests/test_buf.rs:3:1 Sep 18 01:14:09.155 INFO kablam! | Sep 18 01:14:09.155 INFO kablam! 3 | extern crate iovec; Sep 18 01:14:09.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 18 01:14:09.155 INFO kablam! Sep 18 01:14:09.155 INFO kablam! error: aborting due to previous error Sep 18 01:14:09.155 INFO kablam! Sep 18 01:14:09.155 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 18 01:14:09.157 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 18 01:14:09.157 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:14:09.287 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 18 01:14:09.287 INFO kablam! --> tests/test_buf_mut.rs:3:1 Sep 18 01:14:09.287 INFO kablam! | Sep 18 01:14:09.287 INFO kablam! 3 | extern crate iovec; Sep 18 01:14:09.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 18 01:14:09.287 INFO kablam! Sep 18 01:14:09.287 INFO kablam! error: aborting due to previous error Sep 18 01:14:09.287 INFO kablam! Sep 18 01:14:09.287 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 18 01:14:09.290 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 18 01:14:09.290 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:14:09.306 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 18 01:14:09.306 INFO kablam! --> tests/test_iter.rs:3:35 Sep 18 01:14:09.306 INFO kablam! | Sep 18 01:14:09.306 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 18 01:14:09.306 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 18 01:14:09.306 INFO kablam! Sep 18 01:14:09.307 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 18 01:14:09.307 INFO kablam! --> tests/test_chain.rs:2:1 Sep 18 01:14:09.307 INFO kablam! | Sep 18 01:14:09.307 INFO kablam! 2 | extern crate iovec; Sep 18 01:14:09.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 18 01:14:09.307 INFO kablam! Sep 18 01:14:09.307 INFO kablam! error: aborting due to previous error Sep 18 01:14:09.307 INFO kablam! Sep 18 01:14:09.307 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 18 01:14:09.307 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 18 01:14:09.307 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:14:09.327 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 18 01:14:09.327 INFO kablam! --> tests/test_debug.rs:3:5 Sep 18 01:14:09.327 INFO kablam! | Sep 18 01:14:09.327 INFO kablam! 3 | use embedrs_bytes::Bytes; Sep 18 01:14:09.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `Bytes` in the root Sep 18 01:14:09.327 INFO kablam! Sep 18 01:14:09.343 INFO kablam! warning: unused import: `Buf` Sep 18 01:14:09.343 INFO kablam! --> tests/test_iter.rs:3:21 Sep 18 01:14:09.343 INFO kablam! | Sep 18 01:14:09.343 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 18 01:14:09.343 INFO kablam! | ^^^ Sep 18 01:14:09.343 INFO kablam! | Sep 18 01:14:09.343 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 01:14:09.343 INFO kablam! Sep 18 01:14:09.343 INFO kablam! warning: unused import: `IntoBuf` Sep 18 01:14:09.343 INFO kablam! --> tests/test_iter.rs:3:26 Sep 18 01:14:09.343 INFO kablam! | Sep 18 01:14:09.343 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 18 01:14:09.343 INFO kablam! | ^^^^^^^ Sep 18 01:14:09.343 INFO kablam! Sep 18 01:14:09.347 INFO kablam! error: aborting due to previous error Sep 18 01:14:09.347 INFO kablam! Sep 18 01:14:09.347 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 18 01:14:09.352 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 18 01:14:09.352 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:14:09.361 INFO kablam! error: aborting due to previous error Sep 18 01:14:09.361 INFO kablam! Sep 18 01:14:09.361 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 18 01:14:09.372 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 18 01:14:09.372 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:14:09.563 INFO kablam! error[E0432]: unresolved imports `embedrs_bytes::Bytes`, `embedrs_bytes::BytesMut` Sep 18 01:14:09.563 INFO kablam! --> tests/test_from_buf.rs:3:26 Sep 18 01:14:09.563 INFO kablam! | Sep 18 01:14:09.563 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 18 01:14:09.563 INFO kablam! | ^^^^^ ^^^^^^^^ no `BytesMut` in the root Sep 18 01:14:09.563 INFO kablam! | | Sep 18 01:14:09.563 INFO kablam! | no `Bytes` in the root Sep 18 01:14:09.563 INFO kablam! Sep 18 01:14:09.566 INFO kablam! warning: unused import: `Buf` Sep 18 01:14:09.566 INFO kablam! --> tests/test_from_buf.rs:3:21 Sep 18 01:14:09.566 INFO kablam! | Sep 18 01:14:09.566 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 18 01:14:09.566 INFO kablam! | ^^^ Sep 18 01:14:09.566 INFO kablam! | Sep 18 01:14:09.566 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 01:14:09.566 INFO kablam! Sep 18 01:14:09.599 INFO kablam! error[E0432]: unresolved imports `embedrs_bytes::Bytes`, `embedrs_bytes::BytesMut` Sep 18 01:14:09.599 INFO kablam! --> tests/test_bytes.rs:3:21 Sep 18 01:14:09.599 INFO kablam! | Sep 18 01:14:09.599 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 18 01:14:09.599 INFO kablam! | ^^^^^ ^^^^^^^^ no `BytesMut` in the root Sep 18 01:14:09.599 INFO kablam! | | Sep 18 01:14:09.599 INFO kablam! | no `Bytes` in the root Sep 18 01:14:09.599 INFO kablam! Sep 18 01:14:09.631 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 18 01:14:09.631 INFO kablam! --> tests/test_from_buf.rs:11:43 Sep 18 01:14:09.631 INFO kablam! | Sep 18 01:14:09.631 INFO kablam! 11 | let buf: Vec = Cursor::new(SHORT).collect(); Sep 18 01:14:09.631 INFO kablam! | ^^^^^^^ Sep 18 01:14:09.631 INFO kablam! | Sep 18 01:14:09.631 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 18 01:14:09.631 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 18 01:14:09.631 INFO kablam! Sep 18 01:14:09.651 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 18 01:14:09.651 INFO kablam! --> tests/test_from_buf.rs:14:42 Sep 18 01:14:09.651 INFO kablam! | Sep 18 01:14:09.651 INFO kablam! 14 | let buf: Vec = Cursor::new(LONG).collect(); Sep 18 01:14:09.651 INFO kablam! | ^^^^^^^ Sep 18 01:14:09.651 INFO kablam! | Sep 18 01:14:09.651 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 18 01:14:09.651 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 18 01:14:09.651 INFO kablam! Sep 18 01:14:09.651 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 18 01:14:09.651 INFO kablam! --> tests/test_from_buf.rs:20:41 Sep 18 01:14:09.651 INFO kablam! | Sep 18 01:14:09.651 INFO kablam! 20 | let buf: Bytes = Cursor::new(SHORT).collect(); Sep 18 01:14:09.651 INFO kablam! | ^^^^^^^ Sep 18 01:14:09.651 INFO kablam! | Sep 18 01:14:09.652 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 18 01:14:09.652 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 18 01:14:09.652 INFO kablam! Sep 18 01:14:09.655 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 18 01:14:09.655 INFO kablam! --> tests/test_from_buf.rs:23:40 Sep 18 01:14:09.655 INFO kablam! | Sep 18 01:14:09.655 INFO kablam! 23 | let buf: Bytes = Cursor::new(LONG).collect(); Sep 18 01:14:09.655 INFO kablam! | ^^^^^^^ Sep 18 01:14:09.655 INFO kablam! | Sep 18 01:14:09.655 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 18 01:14:09.655 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 18 01:14:09.655 INFO kablam! Sep 18 01:14:09.657 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 18 01:14:09.657 INFO kablam! --> tests/test_from_buf.rs:29:44 Sep 18 01:14:09.657 INFO kablam! | Sep 18 01:14:09.657 INFO kablam! 29 | let buf: BytesMut = Cursor::new(SHORT).collect(); Sep 18 01:14:09.657 INFO kablam! | ^^^^^^^ Sep 18 01:14:09.657 INFO kablam! | Sep 18 01:14:09.657 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 18 01:14:09.657 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 18 01:14:09.657 INFO kablam! Sep 18 01:14:09.658 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 18 01:14:09.658 INFO kablam! --> tests/test_from_buf.rs:32:43 Sep 18 01:14:09.658 INFO kablam! | Sep 18 01:14:09.658 INFO kablam! 32 | let buf: BytesMut = Cursor::new(LONG).collect(); Sep 18 01:14:09.658 INFO kablam! | ^^^^^^^ Sep 18 01:14:09.658 INFO kablam! | Sep 18 01:14:09.658 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 18 01:14:09.658 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 18 01:14:09.658 INFO kablam! Sep 18 01:14:09.662 INFO kablam! error: aborting due to 7 previous errors Sep 18 01:14:09.662 INFO kablam! Sep 18 01:14:09.662 INFO kablam! Some errors occurred: E0432, E0599. Sep 18 01:14:09.662 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 18 01:14:09.671 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 18 01:14:09.671 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 01:14:09.955 INFO kablam! warning: unused import: `BufMut` Sep 18 01:14:09.955 INFO kablam! --> tests/test_bytes.rs:3:38 Sep 18 01:14:09.955 INFO kablam! | Sep 18 01:14:09.955 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 18 01:14:09.955 INFO kablam! | ^^^^^^ Sep 18 01:14:09.955 INFO kablam! | Sep 18 01:14:09.955 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 01:14:09.955 INFO kablam! Sep 18 01:14:09.955 INFO kablam! warning: unused import: `std::fmt::Write` Sep 18 01:14:09.955 INFO kablam! --> tests/test_bytes.rs:56:9 Sep 18 01:14:09.955 INFO kablam! | Sep 18 01:14:09.955 INFO kablam! 56 | use std::fmt::Write; Sep 18 01:14:09.955 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 18 01:14:09.955 INFO kablam! Sep 18 01:14:09.962 INFO kablam! error: aborting due to previous error Sep 18 01:14:09.962 INFO kablam! Sep 18 01:14:09.962 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 18 01:14:09.971 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 18 01:14:09.971 INFO kablam! Sep 18 01:14:09.971 INFO kablam! To learn more, run the command again with --verbose. Sep 18 01:14:09.972 INFO kablam! su: No module specific data is present Sep 18 01:14:10.529 INFO running `"docker" "rm" "-f" "7feccd73838e5814bff07a35a10615d23407bc439d2f09c71ee450d2c5709530"` Sep 18 01:14:10.640 INFO blam! 7feccd73838e5814bff07a35a10615d23407bc439d2f09c71ee450d2c5709530