Sep 01 05:22:45.590 INFO checking embedrs-bytes-0.4.6 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 05:22:45.590 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 05:22:45.590 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 05:22:45.747 INFO blam! 3dd93b8460aab8dec029097b164b02f1fc802a734dc37d5170e8c484d295bcdf Sep 01 05:22:45.748 INFO running `"docker" "start" "-a" "3dd93b8460aab8dec029097b164b02f1fc802a734dc37d5170e8c484d295bcdf"` Sep 01 05:22:46.486 INFO kablam! Checking embedrs-bytes v0.4.6 (file:///source) Sep 01 05:22:48.560 INFO kablam! error[E0463]: can't find crate for `bytes` Sep 01 05:22:48.561 INFO kablam! --> benches/bytes.rs:3:1 Sep 01 05:22:48.561 INFO kablam! | Sep 01 05:22:48.561 INFO kablam! 3 | extern crate bytes; Sep 01 05:22:48.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 05:22:48.561 INFO kablam! Sep 01 05:22:48.561 INFO kablam! error: aborting due to previous error Sep 01 05:22:48.561 INFO kablam! Sep 01 05:22:48.561 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 05:22:48.571 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:48.571 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:22:48.579 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 01 05:22:48.579 INFO kablam! --> tests/test_buf_mut.rs:3:1 Sep 01 05:22:48.579 INFO kablam! | Sep 01 05:22:48.579 INFO kablam! 3 | extern crate iovec; Sep 01 05:22:48.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 05:22:48.579 INFO kablam! Sep 01 05:22:48.580 INFO kablam! error: aborting due to previous error Sep 01 05:22:48.580 INFO kablam! Sep 01 05:22:48.580 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 05:22:48.585 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:48.585 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:22:48.615 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 01 05:22:48.616 INFO kablam! --> tests/test_chain.rs:2:1 Sep 01 05:22:48.616 INFO kablam! | Sep 01 05:22:48.616 INFO kablam! 2 | extern crate iovec; Sep 01 05:22:48.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 05:22:48.616 INFO kablam! Sep 01 05:22:48.616 INFO kablam! error: aborting due to previous error Sep 01 05:22:48.616 INFO kablam! Sep 01 05:22:48.616 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 05:22:48.621 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:48.621 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:22:49.037 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 01 05:22:49.037 INFO kablam! --> tests/test_iter.rs:3:35 Sep 01 05:22:49.037 INFO kablam! | Sep 01 05:22:49.037 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 01 05:22:49.037 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 01 05:22:49.038 INFO kablam! Sep 01 05:22:49.118 INFO kablam! warning: unused import: `Buf` Sep 01 05:22:49.118 INFO kablam! --> tests/test_iter.rs:3:21 Sep 01 05:22:49.118 INFO kablam! | Sep 01 05:22:49.118 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 01 05:22:49.118 INFO kablam! | ^^^ Sep 01 05:22:49.118 INFO kablam! | Sep 01 05:22:49.119 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 05:22:49.119 INFO kablam! Sep 01 05:22:49.120 INFO kablam! warning: unused import: `IntoBuf` Sep 01 05:22:49.120 INFO kablam! --> tests/test_iter.rs:3:26 Sep 01 05:22:49.120 INFO kablam! | Sep 01 05:22:49.120 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 01 05:22:49.120 INFO kablam! | ^^^^^^^ Sep 01 05:22:49.120 INFO kablam! Sep 01 05:22:49.122 INFO kablam! error: aborting due to previous error Sep 01 05:22:49.122 INFO kablam! Sep 01 05:22:49.123 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 05:22:49.132 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:49.132 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:22:49.230 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 01 05:22:49.230 INFO kablam! --> tests/test_buf.rs:3:1 Sep 01 05:22:49.230 INFO kablam! | Sep 01 05:22:49.230 INFO kablam! 3 | extern crate iovec; Sep 01 05:22:49.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 05:22:49.231 INFO kablam! Sep 01 05:22:49.232 INFO kablam! error: aborting due to previous error Sep 01 05:22:49.232 INFO kablam! Sep 01 05:22:49.233 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 05:22:49.239 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:49.240 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:22:49.259 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 01 05:22:49.259 INFO kablam! --> tests/test_bytes.rs:3:21 Sep 01 05:22:49.259 INFO kablam! | Sep 01 05:22:49.259 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 01 05:22:49.259 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 01 05:22:49.259 INFO kablam! Sep 01 05:22:49.259 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::BytesMut` Sep 01 05:22:49.259 INFO kablam! --> tests/test_bytes.rs:3:28 Sep 01 05:22:49.260 INFO kablam! | Sep 01 05:22:49.260 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 01 05:22:49.260 INFO kablam! | ^^^^^^^^ no `BytesMut` in the root Sep 01 05:22:49.260 INFO kablam! Sep 01 05:22:49.310 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 01 05:22:49.310 INFO kablam! --> tests/test_debug.rs:3:5 Sep 01 05:22:49.310 INFO kablam! | Sep 01 05:22:49.310 INFO kablam! 3 | use embedrs_bytes::Bytes; Sep 01 05:22:49.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `Bytes` in the root Sep 01 05:22:49.310 INFO kablam! Sep 01 05:22:49.386 INFO kablam! error: aborting due to previous error Sep 01 05:22:49.386 INFO kablam! Sep 01 05:22:49.386 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 05:22:49.394 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:49.395 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:22:49.404 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 01 05:22:49.404 INFO kablam! --> tests/test_from_buf.rs:3:26 Sep 01 05:22:49.405 INFO kablam! | Sep 01 05:22:49.405 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 01 05:22:49.405 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 01 05:22:49.405 INFO kablam! Sep 01 05:22:49.405 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::BytesMut` Sep 01 05:22:49.405 INFO kablam! --> tests/test_from_buf.rs:3:33 Sep 01 05:22:49.405 INFO kablam! | Sep 01 05:22:49.405 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 01 05:22:49.405 INFO kablam! | ^^^^^^^^ no `BytesMut` in the root Sep 01 05:22:49.405 INFO kablam! Sep 01 05:22:49.407 INFO kablam! warning: unused import: `Buf` Sep 01 05:22:49.407 INFO kablam! --> tests/test_from_buf.rs:3:21 Sep 01 05:22:49.407 INFO kablam! | Sep 01 05:22:49.407 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 01 05:22:49.407 INFO kablam! | ^^^ Sep 01 05:22:49.407 INFO kablam! | Sep 01 05:22:49.407 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 05:22:49.407 INFO kablam! Sep 01 05:22:49.467 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 05:22:49.467 INFO kablam! --> tests/test_from_buf.rs:11:43 Sep 01 05:22:49.467 INFO kablam! | Sep 01 05:22:49.467 INFO kablam! 11 | let buf: Vec = Cursor::new(SHORT).collect(); Sep 01 05:22:49.468 INFO kablam! | ^^^^^^^ Sep 01 05:22:49.468 INFO kablam! | Sep 01 05:22:49.468 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 05:22:49.468 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 05:22:49.468 INFO kablam! Sep 01 05:22:49.511 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 05:22:49.511 INFO kablam! --> tests/test_from_buf.rs:14:42 Sep 01 05:22:49.511 INFO kablam! | Sep 01 05:22:49.511 INFO kablam! 14 | let buf: Vec = Cursor::new(LONG).collect(); Sep 01 05:22:49.511 INFO kablam! | ^^^^^^^ Sep 01 05:22:49.511 INFO kablam! | Sep 01 05:22:49.511 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 05:22:49.511 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 05:22:49.511 INFO kablam! Sep 01 05:22:49.517 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 05:22:49.517 INFO kablam! --> tests/test_from_buf.rs:20:41 Sep 01 05:22:49.517 INFO kablam! | Sep 01 05:22:49.517 INFO kablam! 20 | let buf: Bytes = Cursor::new(SHORT).collect(); Sep 01 05:22:49.517 INFO kablam! | ^^^^^^^ Sep 01 05:22:49.517 INFO kablam! | Sep 01 05:22:49.517 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 05:22:49.518 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 05:22:49.518 INFO kablam! Sep 01 05:22:49.522 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 05:22:49.522 INFO kablam! --> tests/test_from_buf.rs:23:40 Sep 01 05:22:49.522 INFO kablam! | Sep 01 05:22:49.522 INFO kablam! 23 | let buf: Bytes = Cursor::new(LONG).collect(); Sep 01 05:22:49.522 INFO kablam! | ^^^^^^^ Sep 01 05:22:49.523 INFO kablam! | Sep 01 05:22:49.523 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 05:22:49.523 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 05:22:49.523 INFO kablam! Sep 01 05:22:49.527 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 05:22:49.527 INFO kablam! --> tests/test_from_buf.rs:29:44 Sep 01 05:22:49.527 INFO kablam! | Sep 01 05:22:49.527 INFO kablam! 29 | let buf: BytesMut = Cursor::new(SHORT).collect(); Sep 01 05:22:49.527 INFO kablam! | ^^^^^^^ Sep 01 05:22:49.527 INFO kablam! | Sep 01 05:22:49.527 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 05:22:49.527 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 05:22:49.527 INFO kablam! Sep 01 05:22:49.530 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 05:22:49.530 INFO kablam! --> tests/test_from_buf.rs:32:43 Sep 01 05:22:49.530 INFO kablam! | Sep 01 05:22:49.531 INFO kablam! 32 | let buf: BytesMut = Cursor::new(LONG).collect(); Sep 01 05:22:49.531 INFO kablam! | ^^^^^^^ Sep 01 05:22:49.531 INFO kablam! | Sep 01 05:22:49.531 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 05:22:49.531 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 05:22:49.531 INFO kablam! Sep 01 05:22:49.537 INFO kablam! error: aborting due to 8 previous errors Sep 01 05:22:49.537 INFO kablam! Sep 01 05:22:49.537 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 05:22:49.537 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 05:22:49.549 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:49.549 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:22:49.995 INFO kablam! warning: unused import: `BufMut` Sep 01 05:22:49.995 INFO kablam! --> tests/test_bytes.rs:3:38 Sep 01 05:22:49.995 INFO kablam! | Sep 01 05:22:49.995 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 01 05:22:49.995 INFO kablam! | ^^^^^^ Sep 01 05:22:49.995 INFO kablam! | Sep 01 05:22:49.995 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 05:22:49.995 INFO kablam! Sep 01 05:22:49.995 INFO kablam! warning: unused import: `std::fmt::Write` Sep 01 05:22:49.995 INFO kablam! --> tests/test_bytes.rs:56:9 Sep 01 05:22:49.995 INFO kablam! | Sep 01 05:22:49.995 INFO kablam! 56 | use std::fmt::Write; Sep 01 05:22:49.995 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 05:22:49.995 INFO kablam! Sep 01 05:22:50.004 INFO kablam! error: aborting due to 2 previous errors Sep 01 05:22:50.004 INFO kablam! Sep 01 05:22:50.004 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 05:22:50.013 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:50.014 INFO kablam! Sep 01 05:22:50.014 INFO kablam! To learn more, run the command again with --verbose. Sep 01 05:22:50.015 INFO kablam! su: No module specific data is present Sep 01 05:22:50.519 INFO running `"docker" "rm" "-f" "3dd93b8460aab8dec029097b164b02f1fc802a734dc37d5170e8c484d295bcdf"` Sep 01 05:22:50.683 INFO blam! 3dd93b8460aab8dec029097b164b02f1fc802a734dc37d5170e8c484d295bcdf