Sep 20 04:03:18.537 INFO checking embedrs-bytes-0.4.6 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 04:03:18.537 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 04:03:18.537 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:03:18.743 INFO blam! a044146c545c2518d63fac1276b3af0a6c63d9be1492512d799d58c17fcb23cc Sep 20 04:03:18.746 INFO running `"docker" "start" "-a" "a044146c545c2518d63fac1276b3af0a6c63d9be1492512d799d58c17fcb23cc"` Sep 20 04:03:19.674 INFO kablam! usermod: no changes Sep 20 04:03:19.765 INFO kablam! Checking embedrs-bytes v0.4.6 (/source) Sep 20 04:03:20.998 INFO kablam! error[E0432]: unresolved imports `embedrs_bytes::Bytes`, `embedrs_bytes::BytesMut` Sep 20 04:03:20.998 INFO kablam! --> tests/test_bytes.rs:3:21 Sep 20 04:03:20.998 INFO kablam! | Sep 20 04:03:20.998 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 20 04:03:20.998 INFO kablam! | ^^^^^ ^^^^^^^^ no `BytesMut` in the root Sep 20 04:03:20.998 INFO kablam! | | Sep 20 04:03:20.998 INFO kablam! | no `Bytes` in the root Sep 20 04:03:20.998 INFO kablam! Sep 20 04:03:21.167 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 20 04:03:21.167 INFO kablam! --> tests/test_buf_mut.rs:3:1 Sep 20 04:03:21.167 INFO kablam! | Sep 20 04:03:21.167 INFO kablam! 3 | extern crate iovec; Sep 20 04:03:21.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 20 04:03:21.190 INFO kablam! Sep 20 04:03:21.190 INFO kablam! error: aborting due to previous error Sep 20 04:03:21.190 INFO kablam! Sep 20 04:03:21.190 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 20 04:03:21.193 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 20 04:03:21.193 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:03:21.237 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 20 04:03:21.237 INFO kablam! --> tests/test_chain.rs:2:1 Sep 20 04:03:21.237 INFO kablam! | Sep 20 04:03:21.237 INFO kablam! 2 | extern crate iovec; Sep 20 04:03:21.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 20 04:03:21.237 INFO kablam! Sep 20 04:03:21.238 INFO kablam! error: aborting due to previous error Sep 20 04:03:21.238 INFO kablam! Sep 20 04:03:21.238 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 20 04:03:21.254 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 20 04:03:21.254 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:03:21.262 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 20 04:03:21.262 INFO kablam! --> tests/test_debug.rs:3:5 Sep 20 04:03:21.262 INFO kablam! | Sep 20 04:03:21.262 INFO kablam! 3 | use embedrs_bytes::Bytes; Sep 20 04:03:21.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `Bytes` in the root Sep 20 04:03:21.262 INFO kablam! Sep 20 04:03:21.310 INFO kablam! error: aborting due to previous error Sep 20 04:03:21.310 INFO kablam! Sep 20 04:03:21.310 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 20 04:03:21.317 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 20 04:03:21.317 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:03:21.422 INFO kablam! error[E0599]: no method named `take` found for type `std::io::Cursor<&[u8; 11]>` in the current scope Sep 20 04:03:21.422 INFO kablam! --> tests/test_take.rs:10:43 Sep 20 04:03:21.422 INFO kablam! | Sep 20 04:03:21.422 INFO kablam! 10 | let buf = Cursor::new(b"hello world").take(100); Sep 20 04:03:21.422 INFO kablam! | ^^^^ Sep 20 04:03:21.422 INFO kablam! | Sep 20 04:03:21.422 INFO kablam! = note: the method `take` exists but the following trait bounds were not satisfied: Sep 20 04:03:21.422 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : embedrs_bytes::Buf` Sep 20 04:03:21.422 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : std::iter::Iterator` Sep 20 04:03:21.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 04:03:21.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 04:03:21.422 INFO kablam! | Sep 20 04:03:21.422 INFO kablam! 3 | use std::io::Read; Sep 20 04:03:21.422 INFO kablam! | Sep 20 04:03:21.422 INFO kablam! Sep 20 04:03:21.426 INFO kablam! error: aborting due to previous error Sep 20 04:03:21.426 INFO kablam! Sep 20 04:03:21.426 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 20 04:03:21.431 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 20 04:03:21.431 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:03:21.463 INFO kablam! error[E0432]: unresolved imports `embedrs_bytes::Bytes`, `embedrs_bytes::BytesMut` Sep 20 04:03:21.463 INFO kablam! --> tests/test_from_buf.rs:3:26 Sep 20 04:03:21.463 INFO kablam! | Sep 20 04:03:21.463 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 20 04:03:21.463 INFO kablam! | ^^^^^ ^^^^^^^^ no `BytesMut` in the root Sep 20 04:03:21.463 INFO kablam! | | Sep 20 04:03:21.463 INFO kablam! | no `Bytes` in the root Sep 20 04:03:21.463 INFO kablam! Sep 20 04:03:21.463 INFO kablam! warning: unused import: `Buf` Sep 20 04:03:21.463 INFO kablam! --> tests/test_from_buf.rs:3:21 Sep 20 04:03:21.463 INFO kablam! | Sep 20 04:03:21.463 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 20 04:03:21.463 INFO kablam! | ^^^ Sep 20 04:03:21.463 INFO kablam! | Sep 20 04:03:21.463 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:03:21.464 INFO kablam! Sep 20 04:03:21.510 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 20 04:03:21.510 INFO kablam! --> tests/test_iter.rs:3:35 Sep 20 04:03:21.510 INFO kablam! | Sep 20 04:03:21.510 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 20 04:03:21.510 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 20 04:03:21.510 INFO kablam! Sep 20 04:03:21.534 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 20 04:03:21.534 INFO kablam! --> tests/test_from_buf.rs:11:43 Sep 20 04:03:21.534 INFO kablam! | Sep 20 04:03:21.534 INFO kablam! 11 | let buf: Vec = Cursor::new(SHORT).collect(); Sep 20 04:03:21.534 INFO kablam! | ^^^^^^^ Sep 20 04:03:21.534 INFO kablam! | Sep 20 04:03:21.534 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 20 04:03:21.534 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 20 04:03:21.534 INFO kablam! Sep 20 04:03:21.557 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 20 04:03:21.557 INFO kablam! --> tests/test_from_buf.rs:14:42 Sep 20 04:03:21.557 INFO kablam! | Sep 20 04:03:21.557 INFO kablam! 14 | let buf: Vec = Cursor::new(LONG).collect(); Sep 20 04:03:21.557 INFO kablam! | ^^^^^^^ Sep 20 04:03:21.557 INFO kablam! | Sep 20 04:03:21.557 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 20 04:03:21.557 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 20 04:03:21.557 INFO kablam! Sep 20 04:03:21.562 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 20 04:03:21.562 INFO kablam! --> tests/test_from_buf.rs:20:41 Sep 20 04:03:21.562 INFO kablam! | Sep 20 04:03:21.562 INFO kablam! 20 | let buf: Bytes = Cursor::new(SHORT).collect(); Sep 20 04:03:21.562 INFO kablam! | ^^^^^^^ Sep 20 04:03:21.562 INFO kablam! | Sep 20 04:03:21.562 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 20 04:03:21.562 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 20 04:03:21.562 INFO kablam! Sep 20 04:03:21.562 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 20 04:03:21.562 INFO kablam! --> tests/test_from_buf.rs:23:40 Sep 20 04:03:21.562 INFO kablam! | Sep 20 04:03:21.562 INFO kablam! 23 | let buf: Bytes = Cursor::new(LONG).collect(); Sep 20 04:03:21.562 INFO kablam! | ^^^^^^^ Sep 20 04:03:21.562 INFO kablam! | Sep 20 04:03:21.562 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 20 04:03:21.562 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 20 04:03:21.562 INFO kablam! Sep 20 04:03:21.563 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 20 04:03:21.563 INFO kablam! --> tests/test_from_buf.rs:29:44 Sep 20 04:03:21.563 INFO kablam! | Sep 20 04:03:21.563 INFO kablam! 29 | let buf: BytesMut = Cursor::new(SHORT).collect(); Sep 20 04:03:21.563 INFO kablam! | ^^^^^^^ Sep 20 04:03:21.563 INFO kablam! | Sep 20 04:03:21.563 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 20 04:03:21.563 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 20 04:03:21.563 INFO kablam! Sep 20 04:03:21.564 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 20 04:03:21.564 INFO kablam! --> tests/test_from_buf.rs:32:43 Sep 20 04:03:21.564 INFO kablam! | Sep 20 04:03:21.564 INFO kablam! 32 | let buf: BytesMut = Cursor::new(LONG).collect(); Sep 20 04:03:21.565 INFO kablam! | ^^^^^^^ Sep 20 04:03:21.565 INFO kablam! | Sep 20 04:03:21.565 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 20 04:03:21.565 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 20 04:03:21.565 INFO kablam! Sep 20 04:03:21.567 INFO kablam! warning: unused import: `Buf` Sep 20 04:03:21.567 INFO kablam! --> tests/test_iter.rs:3:21 Sep 20 04:03:21.567 INFO kablam! | Sep 20 04:03:21.567 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 20 04:03:21.567 INFO kablam! | ^^^ Sep 20 04:03:21.567 INFO kablam! | Sep 20 04:03:21.567 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:03:21.567 INFO kablam! Sep 20 04:03:21.568 INFO kablam! warning: unused import: `IntoBuf` Sep 20 04:03:21.568 INFO kablam! --> tests/test_iter.rs:3:26 Sep 20 04:03:21.568 INFO kablam! | Sep 20 04:03:21.568 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 20 04:03:21.568 INFO kablam! | ^^^^^^^ Sep 20 04:03:21.569 INFO kablam! Sep 20 04:03:21.569 INFO kablam! error: aborting due to previous error Sep 20 04:03:21.569 INFO kablam! Sep 20 04:03:21.574 INFO kablam! error: aborting due to 7 previous errors Sep 20 04:03:21.574 INFO kablam! Sep 20 04:03:21.574 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 04:03:21.574 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 04:03:21.574 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 20 04:03:21.578 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 20 04:03:21.581 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:03:21.582 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 20 04:03:21.582 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:03:21.592 INFO kablam! warning: unused import: `BufMut` Sep 20 04:03:21.592 INFO kablam! --> tests/test_bytes.rs:3:38 Sep 20 04:03:21.592 INFO kablam! | Sep 20 04:03:21.592 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 20 04:03:21.592 INFO kablam! | ^^^^^^ Sep 20 04:03:21.592 INFO kablam! | Sep 20 04:03:21.592 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:03:21.592 INFO kablam! Sep 20 04:03:21.592 INFO kablam! warning: unused import: `std::fmt::Write` Sep 20 04:03:21.592 INFO kablam! --> tests/test_bytes.rs:56:9 Sep 20 04:03:21.592 INFO kablam! | Sep 20 04:03:21.592 INFO kablam! 56 | use std::fmt::Write; Sep 20 04:03:21.592 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 04:03:21.593 INFO kablam! Sep 20 04:03:21.601 INFO kablam! error: aborting due to previous error Sep 20 04:03:21.601 INFO kablam! Sep 20 04:03:21.601 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 20 04:03:21.610 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 20 04:03:21.610 INFO kablam! Sep 20 04:03:21.610 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:03:21.612 INFO kablam! su: No module specific data is present Sep 20 04:03:22.373 INFO running `"docker" "rm" "-f" "a044146c545c2518d63fac1276b3af0a6c63d9be1492512d799d58c17fcb23cc"` Sep 20 04:03:22.486 INFO blam! a044146c545c2518d63fac1276b3af0a6c63d9be1492512d799d58c17fcb23cc