Sep 21 10:55:16.384 INFO checking embedrs-bytes-0.4.6 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:55:16.384 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:55:16.384 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:55:16.593 INFO blam! 4e7be19fd2c24be4268925e0e1c3e6e35ea9553efd986085e285025f4dfa5269 Sep 21 10:55:16.596 INFO running `"docker" "start" "-a" "4e7be19fd2c24be4268925e0e1c3e6e35ea9553efd986085e285025f4dfa5269"` Sep 21 10:55:18.062 INFO kablam! usermod: no changes Sep 21 10:55:18.152 INFO kablam! Checking embedrs-bytes v0.4.6 (/source) Sep 21 10:55:20.667 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 21 10:55:20.667 INFO kablam! --> tests/test_buf.rs:3:1 Sep 21 10:55:20.667 INFO kablam! | Sep 21 10:55:20.667 INFO kablam! 3 | extern crate iovec; Sep 21 10:55:20.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 10:55:20.667 INFO kablam! Sep 21 10:55:20.667 INFO kablam! error: aborting due to previous error Sep 21 10:55:20.667 INFO kablam! Sep 21 10:55:20.667 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 10:55:20.674 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 21 10:55:20.674 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:55:20.750 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 21 10:55:20.750 INFO kablam! --> tests/test_chain.rs:2:1 Sep 21 10:55:20.750 INFO kablam! | Sep 21 10:55:20.750 INFO kablam! 2 | extern crate iovec; Sep 21 10:55:20.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 10:55:20.750 INFO kablam! Sep 21 10:55:20.750 INFO kablam! error: aborting due to previous error Sep 21 10:55:20.750 INFO kablam! Sep 21 10:55:20.750 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 10:55:20.786 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 21 10:55:20.786 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:55:21.074 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 21 10:55:21.074 INFO kablam! --> tests/test_buf_mut.rs:3:1 Sep 21 10:55:21.074 INFO kablam! | Sep 21 10:55:21.074 INFO kablam! 3 | extern crate iovec; Sep 21 10:55:21.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 10:55:21.074 INFO kablam! Sep 21 10:55:21.074 INFO kablam! error: aborting due to previous error Sep 21 10:55:21.074 INFO kablam! Sep 21 10:55:21.074 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 10:55:21.086 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 21 10:55:21.086 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:55:21.289 INFO kablam! error[E0432]: unresolved imports `embedrs_bytes::Bytes`, `embedrs_bytes::BytesMut` Sep 21 10:55:21.289 INFO kablam! --> tests/test_bytes.rs:3:21 Sep 21 10:55:21.289 INFO kablam! | Sep 21 10:55:21.289 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 21 10:55:21.289 INFO kablam! | ^^^^^ ^^^^^^^^ no `BytesMut` in the root Sep 21 10:55:21.289 INFO kablam! | | Sep 21 10:55:21.289 INFO kablam! | no `Bytes` in the root Sep 21 10:55:21.289 INFO kablam! Sep 21 10:55:21.294 INFO kablam! error[E0599]: no method named `take` found for type `std::io::Cursor<&[u8; 11]>` in the current scope Sep 21 10:55:21.294 INFO kablam! --> tests/test_take.rs:10:43 Sep 21 10:55:21.294 INFO kablam! | Sep 21 10:55:21.294 INFO kablam! 10 | let buf = Cursor::new(b"hello world").take(100); Sep 21 10:55:21.294 INFO kablam! | ^^^^ Sep 21 10:55:21.294 INFO kablam! | Sep 21 10:55:21.294 INFO kablam! = note: the method `take` exists but the following trait bounds were not satisfied: Sep 21 10:55:21.294 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : embedrs_bytes::Buf` Sep 21 10:55:21.294 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : std::iter::Iterator` Sep 21 10:55:21.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:55:21.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:55:21.294 INFO kablam! | Sep 21 10:55:21.294 INFO kablam! 3 | use std::io::Read; Sep 21 10:55:21.294 INFO kablam! | Sep 21 10:55:21.294 INFO kablam! Sep 21 10:55:21.306 INFO kablam! error: aborting due to previous error Sep 21 10:55:21.306 INFO kablam! Sep 21 10:55:21.306 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 21 10:55:21.321 INFO kablam! error[E0432]: unresolved imports `embedrs_bytes::Bytes`, `embedrs_bytes::BytesMut` Sep 21 10:55:21.321 INFO kablam! --> tests/test_from_buf.rs:3:26 Sep 21 10:55:21.321 INFO kablam! | Sep 21 10:55:21.321 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 21 10:55:21.321 INFO kablam! | ^^^^^ ^^^^^^^^ no `BytesMut` in the root Sep 21 10:55:21.321 INFO kablam! | | Sep 21 10:55:21.321 INFO kablam! | no `Bytes` in the root Sep 21 10:55:21.326 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 21 10:55:21.326 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:55:21.326 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 21 10:55:21.326 INFO kablam! --> tests/test_iter.rs:3:35 Sep 21 10:55:21.326 INFO kablam! | Sep 21 10:55:21.326 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 21 10:55:21.326 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 21 10:55:21.326 INFO kablam! Sep 21 10:55:21.326 INFO kablam! Sep 21 10:55:21.334 INFO kablam! warning: unused import: `Buf` Sep 21 10:55:21.334 INFO kablam! --> tests/test_from_buf.rs:3:21 Sep 21 10:55:21.334 INFO kablam! | Sep 21 10:55:21.334 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 21 10:55:21.334 INFO kablam! | ^^^ Sep 21 10:55:21.342 INFO kablam! | Sep 21 10:55:21.342 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:55:21.342 INFO kablam! Sep 21 10:55:21.409 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 21 10:55:21.409 INFO kablam! --> tests/test_from_buf.rs:11:43 Sep 21 10:55:21.409 INFO kablam! | Sep 21 10:55:21.409 INFO kablam! 11 | let buf: Vec = Cursor::new(SHORT).collect(); Sep 21 10:55:21.409 INFO kablam! | ^^^^^^^ Sep 21 10:55:21.409 INFO kablam! | Sep 21 10:55:21.409 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 21 10:55:21.409 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 21 10:55:21.409 INFO kablam! Sep 21 10:55:21.430 INFO kablam! warning: unused import: `Buf` Sep 21 10:55:21.430 INFO kablam! --> tests/test_iter.rs:3:21 Sep 21 10:55:21.430 INFO kablam! | Sep 21 10:55:21.430 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 21 10:55:21.430 INFO kablam! | ^^^ Sep 21 10:55:21.431 INFO kablam! | Sep 21 10:55:21.431 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:55:21.431 INFO kablam! Sep 21 10:55:21.431 INFO kablam! warning: unused import: `IntoBuf` Sep 21 10:55:21.431 INFO kablam! --> tests/test_iter.rs:3:26 Sep 21 10:55:21.431 INFO kablam! | Sep 21 10:55:21.431 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 21 10:55:21.431 INFO kablam! | ^^^^^^^ Sep 21 10:55:21.431 INFO kablam! Sep 21 10:55:21.431 INFO kablam! error: aborting due to previous error Sep 21 10:55:21.432 INFO kablam! Sep 21 10:55:21.432 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 21 10:55:21.439 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 21 10:55:21.440 INFO kablam! --> tests/test_from_buf.rs:14:42 Sep 21 10:55:21.440 INFO kablam! | Sep 21 10:55:21.440 INFO kablam! 14 | let buf: Vec = Cursor::new(LONG).collect(); Sep 21 10:55:21.440 INFO kablam! | ^^^^^^^ Sep 21 10:55:21.440 INFO kablam! | Sep 21 10:55:21.446 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 21 10:55:21.446 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 21 10:55:21.446 INFO kablam! Sep 21 10:55:21.446 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 21 10:55:21.446 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:55:21.449 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 21 10:55:21.449 INFO kablam! --> tests/test_from_buf.rs:20:41 Sep 21 10:55:21.449 INFO kablam! | Sep 21 10:55:21.450 INFO kablam! 20 | let buf: Bytes = Cursor::new(SHORT).collect(); Sep 21 10:55:21.450 INFO kablam! | ^^^^^^^ Sep 21 10:55:21.450 INFO kablam! | Sep 21 10:55:21.451 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 21 10:55:21.451 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 21 10:55:21.451 INFO kablam! Sep 21 10:55:21.451 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 21 10:55:21.451 INFO kablam! --> tests/test_from_buf.rs:23:40 Sep 21 10:55:21.451 INFO kablam! | Sep 21 10:55:21.451 INFO kablam! 23 | let buf: Bytes = Cursor::new(LONG).collect(); Sep 21 10:55:21.451 INFO kablam! | ^^^^^^^ Sep 21 10:55:21.452 INFO kablam! | Sep 21 10:55:21.452 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 21 10:55:21.453 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 21 10:55:21.453 INFO kablam! Sep 21 10:55:21.462 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 21 10:55:21.462 INFO kablam! --> tests/test_from_buf.rs:29:44 Sep 21 10:55:21.462 INFO kablam! | Sep 21 10:55:21.463 INFO kablam! 29 | let buf: BytesMut = Cursor::new(SHORT).collect(); Sep 21 10:55:21.463 INFO kablam! | ^^^^^^^ Sep 21 10:55:21.463 INFO kablam! | Sep 21 10:55:21.464 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 21 10:55:21.464 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 21 10:55:21.464 INFO kablam! Sep 21 10:55:21.466 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 21 10:55:21.467 INFO kablam! --> tests/test_from_buf.rs:32:43 Sep 21 10:55:21.467 INFO kablam! | Sep 21 10:55:21.467 INFO kablam! 32 | let buf: BytesMut = Cursor::new(LONG).collect(); Sep 21 10:55:21.468 INFO kablam! | ^^^^^^^ Sep 21 10:55:21.468 INFO kablam! | Sep 21 10:55:21.469 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 21 10:55:21.469 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 21 10:55:21.469 INFO kablam! Sep 21 10:55:21.475 INFO kablam! error: aborting due to 7 previous errors Sep 21 10:55:21.475 INFO kablam! Sep 21 10:55:21.475 INFO kablam! Some errors occurred: E0432, E0599. Sep 21 10:55:21.476 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 21 10:55:21.490 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 21 10:55:21.490 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:55:21.746 INFO kablam! warning: unused import: `BufMut` Sep 21 10:55:21.746 INFO kablam! --> tests/test_bytes.rs:3:38 Sep 21 10:55:21.746 INFO kablam! | Sep 21 10:55:21.746 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 21 10:55:21.746 INFO kablam! | ^^^^^^ Sep 21 10:55:21.747 INFO kablam! | Sep 21 10:55:21.747 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:55:21.747 INFO kablam! Sep 21 10:55:21.747 INFO kablam! warning: unused import: `std::fmt::Write` Sep 21 10:55:21.747 INFO kablam! --> tests/test_bytes.rs:56:9 Sep 21 10:55:21.747 INFO kablam! | Sep 21 10:55:21.747 INFO kablam! 56 | use std::fmt::Write; Sep 21 10:55:21.747 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 10:55:21.747 INFO kablam! Sep 21 10:55:21.755 INFO kablam! error: aborting due to previous error Sep 21 10:55:21.755 INFO kablam! Sep 21 10:55:21.755 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 21 10:55:21.765 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 21 10:55:21.765 INFO kablam! Sep 21 10:55:21.765 INFO kablam! To learn more, run the command again with --verbose. Sep 21 10:55:21.767 INFO kablam! su: No module specific data is present Sep 21 10:55:22.648 INFO running `"docker" "rm" "-f" "4e7be19fd2c24be4268925e0e1c3e6e35ea9553efd986085e285025f4dfa5269"` Sep 21 10:55:22.757 INFO blam! 4e7be19fd2c24be4268925e0e1c3e6e35ea9553efd986085e285025f4dfa5269