Sep 20 04:03:21.038 INFO checking embedrs-bytes-0.4.6 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 04:03:21.038 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 04:03:21.038 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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:21.266 INFO blam! 1afd8e0446b2be719bc8d6da55882e9782055b29ba28eaac43f3e8c53936a834 Sep 20 04:03:21.268 INFO running `"docker" "start" "-a" "1afd8e0446b2be719bc8d6da55882e9782055b29ba28eaac43f3e8c53936a834"` Sep 20 04:03:22.194 INFO kablam! usermod: no changes Sep 20 04:03:22.247 INFO kablam! Checking embedrs-bytes v0.4.6 (/source) Sep 20 04:03:23.454 INFO kablam! error[E0463]: can't find crate for `bytes` Sep 20 04:03:23.454 INFO kablam! --> benches/bytes.rs:3:1 Sep 20 04:03:23.454 INFO kablam! | Sep 20 04:03:23.454 INFO kablam! 3 | extern crate bytes; Sep 20 04:03:23.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 20 04:03:23.454 INFO kablam! Sep 20 04:03:23.454 INFO kablam! error: aborting due to previous error Sep 20 04:03:23.454 INFO kablam! Sep 20 04:03:23.454 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 20 04:03:23.454 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 20 04:03:23.454 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:03:23.594 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 20 04:03:23.594 INFO kablam! --> tests/test_debug.rs:3:5 Sep 20 04:03:23.594 INFO kablam! | Sep 20 04:03:23.594 INFO kablam! 3 | use embedrs_bytes::Bytes; Sep 20 04:03:23.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `Bytes` in the root Sep 20 04:03:23.610 INFO kablam! Sep 20 04:03:23.618 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 20 04:03:23.618 INFO kablam! --> tests/test_chain.rs:2:1 Sep 20 04:03:23.618 INFO kablam! | Sep 20 04:03:23.618 INFO kablam! 2 | extern crate iovec; Sep 20 04:03:23.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 20 04:03:23.618 INFO kablam! Sep 20 04:03:23.618 INFO kablam! error: aborting due to previous error Sep 20 04:03:23.618 INFO kablam! Sep 20 04:03:23.618 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 20 04:03:23.622 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 20 04:03:23.622 INFO kablam! --> tests/test_iter.rs:3:35 Sep 20 04:03:23.622 INFO kablam! | Sep 20 04:03:23.622 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 20 04:03:23.622 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 20 04:03:23.622 INFO kablam! Sep 20 04:03:23.622 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 20 04:03:23.622 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:03:23.654 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 20 04:03:23.654 INFO kablam! --> tests/test_buf.rs:3:1 Sep 20 04:03:23.654 INFO kablam! | Sep 20 04:03:23.654 INFO kablam! 3 | extern crate iovec; Sep 20 04:03:23.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 20 04:03:23.655 INFO kablam! Sep 20 04:03:23.655 INFO kablam! error: aborting due to previous error Sep 20 04:03:23.655 INFO kablam! Sep 20 04:03:23.655 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 20 04:03:23.666 INFO kablam! error[E0432]: unresolved imports `embedrs_bytes::Bytes`, `embedrs_bytes::BytesMut` Sep 20 04:03:23.666 INFO kablam! --> tests/test_bytes.rs:3:21 Sep 20 04:03:23.666 INFO kablam! | Sep 20 04:03:23.666 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 20 04:03:23.666 INFO kablam! | ^^^^^ ^^^^^^^^ no `BytesMut` in the root Sep 20 04:03:23.666 INFO kablam! | | Sep 20 04:03:23.666 INFO kablam! | no `Bytes` in the root Sep 20 04:03:23.666 INFO kablam! Sep 20 04:03:23.674 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 20 04:03:23.674 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:03:23.678 INFO kablam! error: aborting due to previous error Sep 20 04:03:23.678 INFO kablam! Sep 20 04:03:23.678 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 20 04:03:23.678 INFO kablam! error[E0599]: no method named `take` found for type `std::io::Cursor<&[u8; 11]>` in the current scope Sep 20 04:03:23.678 INFO kablam! --> tests/test_take.rs:10:43 Sep 20 04:03:23.678 INFO kablam! | Sep 20 04:03:23.678 INFO kablam! 10 | let buf = Cursor::new(b"hello world").take(100); Sep 20 04:03:23.678 INFO kablam! | ^^^^ Sep 20 04:03:23.678 INFO kablam! | Sep 20 04:03:23.678 INFO kablam! = note: the method `take` exists but the following trait bounds were not satisfied: Sep 20 04:03:23.678 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : embedrs_bytes::Buf` Sep 20 04:03:23.678 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : std::iter::Iterator` Sep 20 04:03:23.678 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 04:03:23.678 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 04:03:23.678 INFO kablam! | Sep 20 04:03:23.678 INFO kablam! 3 | use std::io::Read; Sep 20 04:03:23.678 INFO kablam! | Sep 20 04:03:23.678 INFO kablam! Sep 20 04:03:23.686 INFO kablam! error: aborting due to previous error Sep 20 04:03:23.686 INFO kablam! Sep 20 04:03:23.686 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 20 04:03:23.686 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 20 04:03:23.686 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:03:23.691 INFO kablam! error[E0432]: unresolved imports `embedrs_bytes::Bytes`, `embedrs_bytes::BytesMut` Sep 20 04:03:23.691 INFO kablam! --> tests/test_from_buf.rs:3:26 Sep 20 04:03:23.692 INFO kablam! | Sep 20 04:03:23.692 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 20 04:03:23.692 INFO kablam! | ^^^^^ ^^^^^^^^ no `BytesMut` in the root Sep 20 04:03:23.692 INFO kablam! | | Sep 20 04:03:23.692 INFO kablam! | no `Bytes` in the root Sep 20 04:03:23.692 INFO kablam! Sep 20 04:03:23.692 INFO kablam! warning: unused import: `Buf` Sep 20 04:03:23.692 INFO kablam! --> tests/test_from_buf.rs:3:21 Sep 20 04:03:23.692 INFO kablam! | Sep 20 04:03:23.692 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 20 04:03:23.692 INFO kablam! | ^^^ Sep 20 04:03:23.692 INFO kablam! | Sep 20 04:03:23.692 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:03:23.692 INFO kablam! Sep 20 04:03:23.692 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 20 04:03:23.692 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:03:23.702 INFO kablam! warning: unused import: `Buf` Sep 20 04:03:23.702 INFO kablam! --> tests/test_iter.rs:3:21 Sep 20 04:03:23.702 INFO kablam! | Sep 20 04:03:23.702 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 20 04:03:23.702 INFO kablam! | ^^^ Sep 20 04:03:23.702 INFO kablam! | Sep 20 04:03:23.702 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:03:23.702 INFO kablam! Sep 20 04:03:23.702 INFO kablam! warning: unused import: `IntoBuf` Sep 20 04:03:23.702 INFO kablam! --> tests/test_iter.rs:3:26 Sep 20 04:03:23.702 INFO kablam! | Sep 20 04:03:23.702 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 20 04:03:23.702 INFO kablam! | ^^^^^^^ Sep 20 04:03:23.702 INFO kablam! Sep 20 04:03:23.706 INFO kablam! error: aborting due to previous error Sep 20 04:03:23.706 INFO kablam! Sep 20 04:03:23.706 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 20 04:03:23.713 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 20 04:03:23.713 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:03:23.778 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 20 04:03:23.778 INFO kablam! --> tests/test_from_buf.rs:11:43 Sep 20 04:03:23.778 INFO kablam! | Sep 20 04:03:23.778 INFO kablam! 11 | let buf: Vec = Cursor::new(SHORT).collect(); Sep 20 04:03:23.778 INFO kablam! | ^^^^^^^ Sep 20 04:03:23.778 INFO kablam! | Sep 20 04:03:23.778 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 20 04:03:23.778 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 20 04:03:23.778 INFO kablam! Sep 20 04:03:23.802 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 20 04:03:23.802 INFO kablam! --> tests/test_from_buf.rs:14:42 Sep 20 04:03:23.802 INFO kablam! | Sep 20 04:03:23.802 INFO kablam! 14 | let buf: Vec = Cursor::new(LONG).collect(); Sep 20 04:03:23.802 INFO kablam! | ^^^^^^^ Sep 20 04:03:23.802 INFO kablam! | Sep 20 04:03:23.802 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 20 04:03:23.802 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 20 04:03:23.802 INFO kablam! Sep 20 04:03:23.802 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 20 04:03:23.802 INFO kablam! --> tests/test_from_buf.rs:20:41 Sep 20 04:03:23.802 INFO kablam! | Sep 20 04:03:23.802 INFO kablam! 20 | let buf: Bytes = Cursor::new(SHORT).collect(); Sep 20 04:03:23.802 INFO kablam! | ^^^^^^^ Sep 20 04:03:23.802 INFO kablam! | Sep 20 04:03:23.802 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 20 04:03:23.802 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 20 04:03:23.802 INFO kablam! Sep 20 04:03:23.806 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 20 04:03:23.806 INFO kablam! --> tests/test_from_buf.rs:23:40 Sep 20 04:03:23.806 INFO kablam! | Sep 20 04:03:23.806 INFO kablam! 23 | let buf: Bytes = Cursor::new(LONG).collect(); Sep 20 04:03:23.806 INFO kablam! | ^^^^^^^ Sep 20 04:03:23.806 INFO kablam! | Sep 20 04:03:23.806 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 20 04:03:23.806 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 20 04:03:23.806 INFO kablam! Sep 20 04:03:23.806 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 20 04:03:23.806 INFO kablam! --> tests/test_from_buf.rs:29:44 Sep 20 04:03:23.806 INFO kablam! | Sep 20 04:03:23.806 INFO kablam! 29 | let buf: BytesMut = Cursor::new(SHORT).collect(); Sep 20 04:03:23.806 INFO kablam! | ^^^^^^^ Sep 20 04:03:23.806 INFO kablam! | Sep 20 04:03:23.806 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 20 04:03:23.806 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 20 04:03:23.806 INFO kablam! Sep 20 04:03:23.806 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 20 04:03:23.806 INFO kablam! --> tests/test_from_buf.rs:32:43 Sep 20 04:03:23.806 INFO kablam! | Sep 20 04:03:23.806 INFO kablam! 32 | let buf: BytesMut = Cursor::new(LONG).collect(); Sep 20 04:03:23.806 INFO kablam! | ^^^^^^^ Sep 20 04:03:23.806 INFO kablam! | Sep 20 04:03:23.806 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 20 04:03:23.806 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 20 04:03:23.806 INFO kablam! Sep 20 04:03:23.814 INFO kablam! error: aborting due to 7 previous errors Sep 20 04:03:23.814 INFO kablam! Sep 20 04:03:23.814 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 04:03:23.814 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 04:03:23.827 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 20 04:03:23.827 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:03:24.040 INFO kablam! warning: unused import: `BufMut` Sep 20 04:03:24.040 INFO kablam! --> tests/test_bytes.rs:3:38 Sep 20 04:03:24.040 INFO kablam! | Sep 20 04:03:24.040 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 20 04:03:24.040 INFO kablam! | ^^^^^^ Sep 20 04:03:24.040 INFO kablam! | Sep 20 04:03:24.040 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:03:24.040 INFO kablam! Sep 20 04:03:24.040 INFO kablam! warning: unused import: `std::fmt::Write` Sep 20 04:03:24.040 INFO kablam! --> tests/test_bytes.rs:56:9 Sep 20 04:03:24.040 INFO kablam! | Sep 20 04:03:24.040 INFO kablam! 56 | use std::fmt::Write; Sep 20 04:03:24.040 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 04:03:24.040 INFO kablam! Sep 20 04:03:24.046 INFO kablam! error: aborting due to previous error Sep 20 04:03:24.046 INFO kablam! Sep 20 04:03:24.046 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 20 04:03:24.056 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 20 04:03:24.056 INFO kablam! Sep 20 04:03:24.056 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:03:24.056 INFO kablam! su: No module specific data is present Sep 20 04:03:24.719 INFO running `"docker" "rm" "-f" "1afd8e0446b2be719bc8d6da55882e9782055b29ba28eaac43f3e8c53936a834"` Sep 20 04:03:24.774 INFO blam! 1afd8e0446b2be719bc8d6da55882e9782055b29ba28eaac43f3e8c53936a834