Sep 21 10:55:17.219 INFO checking embedrs-bytes-0.4.6 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 10:55:17.219 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 10:55:17.219 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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:17.427 INFO blam! 51ecce0ff5be276e43dd040bf1c33ba73a0cbeb104920b0bf3d03457995eac37 Sep 21 10:55:17.430 INFO running `"docker" "start" "-a" "51ecce0ff5be276e43dd040bf1c33ba73a0cbeb104920b0bf3d03457995eac37"` Sep 21 10:55:18.496 INFO kablam! usermod: no changes Sep 21 10:55:18.606 INFO kablam! Checking embedrs-bytes v0.4.6 (/source) Sep 21 10:55:20.776 INFO kablam! error[E0463]: can't find crate for `bytes` Sep 21 10:55:20.776 INFO kablam! --> benches/bytes.rs:3:1 Sep 21 10:55:20.776 INFO kablam! | Sep 21 10:55:20.776 INFO kablam! 3 | extern crate bytes; Sep 21 10:55:20.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 10:55:20.776 INFO kablam! Sep 21 10:55:20.781 INFO kablam! error: aborting due to previous error Sep 21 10:55:20.781 INFO kablam! Sep 21 10:55:20.781 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 10:55:20.782 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 21 10:55:20.782 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:55:21.242 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 21 10:55:21.242 INFO kablam! --> tests/test_chain.rs:2:1 Sep 21 10:55:21.242 INFO kablam! | Sep 21 10:55:21.242 INFO kablam! 2 | extern crate iovec; Sep 21 10:55:21.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 10:55:21.278 INFO kablam! Sep 21 10:55:21.278 INFO kablam! error: aborting due to previous error Sep 21 10:55:21.278 INFO kablam! Sep 21 10:55:21.278 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 10:55:21.289 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 21 10:55:21.289 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:55:21.358 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 21 10:55:21.358 INFO kablam! --> tests/test_buf.rs:3:1 Sep 21 10:55:21.358 INFO kablam! | Sep 21 10:55:21.358 INFO kablam! 3 | extern crate iovec; Sep 21 10:55:21.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 10:55:21.358 INFO kablam! Sep 21 10:55:21.358 INFO kablam! error: aborting due to previous error Sep 21 10:55:21.358 INFO kablam! Sep 21 10:55:21.358 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 10:55:21.366 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 21 10:55:21.366 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:55:21.562 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 21 10:55:21.562 INFO kablam! --> tests/test_buf_mut.rs:3:1 Sep 21 10:55:21.562 INFO kablam! | Sep 21 10:55:21.562 INFO kablam! 3 | extern crate iovec; Sep 21 10:55:21.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 21 10:55:21.562 INFO kablam! Sep 21 10:55:21.562 INFO kablam! error: aborting due to previous error Sep 21 10:55:21.562 INFO kablam! Sep 21 10:55:21.562 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 21 10:55:21.570 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 21 10:55:21.570 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:55:21.692 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 21 10:55:21.692 INFO kablam! --> tests/test_iter.rs:3:35 Sep 21 10:55:21.692 INFO kablam! | Sep 21 10:55:21.692 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 21 10:55:21.693 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 21 10:55:21.707 INFO kablam! Sep 21 10:55:21.772 INFO kablam! warning: unused import: `Buf` Sep 21 10:55:21.772 INFO kablam! --> tests/test_iter.rs:3:21 Sep 21 10:55:21.773 INFO kablam! | Sep 21 10:55:21.773 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 21 10:55:21.773 INFO kablam! | ^^^ Sep 21 10:55:21.773 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 21 10:55:21.773 INFO kablam! --> tests/test_debug.rs:3:5 Sep 21 10:55:21.773 INFO kablam! | Sep 21 10:55:21.773 INFO kablam! 3 | use embedrs_bytes::Bytes; Sep 21 10:55:21.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `Bytes` in the root Sep 21 10:55:21.774 INFO kablam! Sep 21 10:55:21.774 INFO kablam! | Sep 21 10:55:21.774 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:55:21.775 INFO kablam! Sep 21 10:55:21.775 INFO kablam! warning: unused import: `IntoBuf` Sep 21 10:55:21.775 INFO kablam! --> tests/test_iter.rs:3:26 Sep 21 10:55:21.775 INFO kablam! | Sep 21 10:55:21.775 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 21 10:55:21.775 INFO kablam! | ^^^^^^^ Sep 21 10:55:21.775 INFO kablam! Sep 21 10:55:21.776 INFO kablam! error: aborting due to previous error Sep 21 10:55:21.777 INFO kablam! Sep 21 10:55:21.777 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 21 10:55:21.784 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 21 10:55:21.784 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:55:21.815 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.815 INFO kablam! --> tests/test_take.rs:10:43 Sep 21 10:55:21.815 INFO kablam! | Sep 21 10:55:21.815 INFO kablam! 10 | let buf = Cursor::new(b"hello world").take(100); Sep 21 10:55:21.816 INFO kablam! | ^^^^ Sep 21 10:55:21.816 INFO kablam! | Sep 21 10:55:21.816 INFO kablam! = note: the method `take` exists but the following trait bounds were not satisfied: Sep 21 10:55:21.816 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : embedrs_bytes::Buf` Sep 21 10:55:21.816 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : std::iter::Iterator` Sep 21 10:55:21.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 10:55:21.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 10:55:21.817 INFO kablam! | Sep 21 10:55:21.817 INFO kablam! 3 | use std::io::Read; Sep 21 10:55:21.817 INFO kablam! | Sep 21 10:55:21.817 INFO kablam! Sep 21 10:55:21.824 INFO kablam! error: aborting due to previous error Sep 21 10:55:21.824 INFO kablam! Sep 21 10:55:21.825 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 21 10:55:21.833 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 21 10:55:21.833 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:55:21.850 INFO kablam! error[E0432]: unresolved imports `embedrs_bytes::Bytes`, `embedrs_bytes::BytesMut` Sep 21 10:55:21.850 INFO kablam! --> tests/test_bytes.rs:3:21 Sep 21 10:55:21.850 INFO kablam! | Sep 21 10:55:21.850 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 21 10:55:21.851 INFO kablam! | ^^^^^ ^^^^^^^^ no `BytesMut` in the root Sep 21 10:55:21.851 INFO kablam! | | Sep 21 10:55:21.851 INFO kablam! | no `Bytes` in the root Sep 21 10:55:21.851 INFO kablam! Sep 21 10:55:21.851 INFO kablam! error: aborting due to previous error Sep 21 10:55:21.851 INFO kablam! Sep 21 10:55:21.851 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 21 10:55:21.867 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 21 10:55:21.867 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:55:22.242 INFO kablam! warning: unused import: `BufMut` Sep 21 10:55:22.242 INFO kablam! --> tests/test_bytes.rs:3:38 Sep 21 10:55:22.242 INFO kablam! | Sep 21 10:55:22.243 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 21 10:55:22.243 INFO kablam! | ^^^^^^ Sep 21 10:55:22.243 INFO kablam! | Sep 21 10:55:22.243 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:55:22.243 INFO kablam! Sep 21 10:55:22.243 INFO kablam! warning: unused import: `std::fmt::Write` Sep 21 10:55:22.243 INFO kablam! --> tests/test_bytes.rs:56:9 Sep 21 10:55:22.243 INFO kablam! | Sep 21 10:55:22.243 INFO kablam! 56 | use std::fmt::Write; Sep 21 10:55:22.244 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 10:55:22.244 INFO kablam! Sep 21 10:55:22.251 INFO kablam! error: aborting due to previous error Sep 21 10:55:22.251 INFO kablam! Sep 21 10:55:22.251 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 21 10:55:22.261 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 21 10:55:22.261 INFO kablam! Sep 21 10:55:22.261 INFO kablam! To learn more, run the command again with --verbose. Sep 21 10:55:22.270 INFO kablam! su: No module specific data is present Sep 21 10:55:23.210 INFO running `"docker" "rm" "-f" "51ecce0ff5be276e43dd040bf1c33ba73a0cbeb104920b0bf3d03457995eac37"` Sep 21 10:55:23.328 INFO blam! 51ecce0ff5be276e43dd040bf1c33ba73a0cbeb104920b0bf3d03457995eac37