Aug 11 15:29:13.665 INFO checking embedrs-bytes-0.4.6 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 15:29:13.665 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 15:29:13.665 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 15:29:13.666 INFO running `"docker" "create" "-v" "/tmp/crater.byqa8og89sKl:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-0/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 15:29:13.910 INFO blam! 6c30fe4dab5ef8219408250a6b992df0c8ed6e931fa9ba35492c1e9b9e9b7ebe Aug 11 15:29:13.913 INFO running `"docker" "start" "-a" "6c30fe4dab5ef8219408250a6b992df0c8ed6e931fa9ba35492c1e9b9e9b7ebe"` Aug 11 15:29:14.911 INFO kablam! Checking embedrs-bytes v0.4.6 (file:///source) Aug 11 15:29:16.944 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Aug 11 15:29:16.944 INFO kablam! --> tests/test_from_buf.rs:3:26 Aug 11 15:29:16.944 INFO kablam! | Aug 11 15:29:16.944 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Aug 11 15:29:16.945 INFO kablam! | ^^^^^ no `Bytes` in the root Aug 11 15:29:16.945 INFO kablam! Aug 11 15:29:16.945 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::BytesMut` Aug 11 15:29:16.945 INFO kablam! --> tests/test_from_buf.rs:3:33 Aug 11 15:29:16.945 INFO kablam! | Aug 11 15:29:16.945 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Aug 11 15:29:16.945 INFO kablam! | ^^^^^^^^ no `BytesMut` in the root Aug 11 15:29:16.945 INFO kablam! Aug 11 15:29:16.950 INFO kablam! warning: unused import: `Buf` Aug 11 15:29:16.950 INFO kablam! --> tests/test_from_buf.rs:3:21 Aug 11 15:29:16.951 INFO kablam! | Aug 11 15:29:16.951 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Aug 11 15:29:16.951 INFO kablam! | ^^^ Aug 11 15:29:16.953 INFO kablam! | Aug 11 15:29:16.953 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 11 15:29:16.953 INFO kablam! Aug 11 15:29:17.279 INFO kablam! error[E0463]: can't find crate for `bytes` Aug 11 15:29:17.279 INFO kablam! --> benches/bytes.rs:3:1 Aug 11 15:29:17.279 INFO kablam! | Aug 11 15:29:17.279 INFO kablam! 3 | extern crate bytes; Aug 11 15:29:17.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Aug 11 15:29:17.280 INFO kablam! Aug 11 15:29:17.301 INFO kablam! error: aborting due to previous error Aug 11 15:29:17.301 INFO kablam! Aug 11 15:29:17.301 INFO kablam! For more information about this error, try `rustc --explain E0463`. Aug 11 15:29:17.331 INFO kablam! error: Could not compile `embedrs-bytes`. Aug 11 15:29:17.332 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 15:29:17.353 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Aug 11 15:29:17.353 INFO kablam! --> tests/test_from_buf.rs:11:43 Aug 11 15:29:17.353 INFO kablam! | Aug 11 15:29:17.353 INFO kablam! 11 | let buf: Vec = Cursor::new(SHORT).collect(); Aug 11 15:29:17.353 INFO kablam! | ^^^^^^^ Aug 11 15:29:17.354 INFO kablam! | Aug 11 15:29:17.354 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Aug 11 15:29:17.354 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Aug 11 15:29:17.355 INFO kablam! Aug 11 15:29:17.508 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Aug 11 15:29:17.508 INFO kablam! --> tests/test_from_buf.rs:14:42 Aug 11 15:29:17.508 INFO kablam! | Aug 11 15:29:17.508 INFO kablam! 14 | let buf: Vec = Cursor::new(LONG).collect(); Aug 11 15:29:17.508 INFO kablam! | ^^^^^^^ Aug 11 15:29:17.520 INFO kablam! | Aug 11 15:29:17.521 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Aug 11 15:29:17.521 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Aug 11 15:29:17.522 INFO kablam! Aug 11 15:29:17.535 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Aug 11 15:29:17.535 INFO kablam! --> tests/test_from_buf.rs:20:41 Aug 11 15:29:17.535 INFO kablam! | Aug 11 15:29:17.535 INFO kablam! 20 | let buf: Bytes = Cursor::new(SHORT).collect(); Aug 11 15:29:17.535 INFO kablam! | ^^^^^^^ Aug 11 15:29:17.536 INFO kablam! | Aug 11 15:29:17.536 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Aug 11 15:29:17.536 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Aug 11 15:29:17.537 INFO kablam! Aug 11 15:29:17.542 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Aug 11 15:29:17.542 INFO kablam! --> tests/test_debug.rs:3:5 Aug 11 15:29:17.542 INFO kablam! | Aug 11 15:29:17.542 INFO kablam! 3 | use embedrs_bytes::Bytes; Aug 11 15:29:17.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `Bytes` in the root Aug 11 15:29:17.542 INFO kablam! Aug 11 15:29:17.579 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Aug 11 15:29:17.579 INFO kablam! --> tests/test_from_buf.rs:23:40 Aug 11 15:29:17.579 INFO kablam! | Aug 11 15:29:17.579 INFO kablam! 23 | let buf: Bytes = Cursor::new(LONG).collect(); Aug 11 15:29:17.579 INFO kablam! | ^^^^^^^ Aug 11 15:29:17.604 INFO kablam! | Aug 11 15:29:17.604 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Aug 11 15:29:17.604 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Aug 11 15:29:17.604 INFO kablam! Aug 11 15:29:17.617 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Aug 11 15:29:17.618 INFO kablam! --> tests/test_from_buf.rs:29:44 Aug 11 15:29:17.618 INFO kablam! | Aug 11 15:29:17.618 INFO kablam! 29 | let buf: BytesMut = Cursor::new(SHORT).collect(); Aug 11 15:29:17.618 INFO kablam! | ^^^^^^^ Aug 11 15:29:17.618 INFO kablam! | Aug 11 15:29:17.620 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Aug 11 15:29:17.620 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Aug 11 15:29:17.620 INFO kablam! Aug 11 15:29:17.623 INFO kablam! error[E0463]: can't find crate for `iovec` Aug 11 15:29:17.623 INFO kablam! --> tests/test_buf.rs:3:1 Aug 11 15:29:17.623 INFO kablam! | Aug 11 15:29:17.623 INFO kablam! 3 | extern crate iovec; Aug 11 15:29:17.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Aug 11 15:29:17.623 INFO kablam! Aug 11 15:29:17.623 INFO kablam! error: aborting due to previous error Aug 11 15:29:17.623 INFO kablam! Aug 11 15:29:17.624 INFO kablam! For more information about this error, try `rustc --explain E0463`. Aug 11 15:29:17.630 INFO kablam! error: Could not compile `embedrs-bytes`. Aug 11 15:29:17.630 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 15:29:17.646 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Aug 11 15:29:17.646 INFO kablam! --> tests/test_from_buf.rs:32:43 Aug 11 15:29:17.646 INFO kablam! | Aug 11 15:29:17.646 INFO kablam! 32 | let buf: BytesMut = Cursor::new(LONG).collect(); Aug 11 15:29:17.646 INFO kablam! | ^^^^^^^ Aug 11 15:29:17.646 INFO kablam! | Aug 11 15:29:17.646 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Aug 11 15:29:17.646 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Aug 11 15:29:17.646 INFO kablam! Aug 11 15:29:17.653 INFO kablam! error: aborting due to 8 previous errors Aug 11 15:29:17.653 INFO kablam! Aug 11 15:29:17.653 INFO kablam! Some errors occurred: E0432, E0599. Aug 11 15:29:17.653 INFO kablam! For more information about an error, try `rustc --explain E0432`. Aug 11 15:29:17.676 INFO kablam! error: Could not compile `embedrs-bytes`. Aug 11 15:29:17.676 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 15:29:17.731 INFO kablam! error: aborting due to previous error Aug 11 15:29:17.731 INFO kablam! Aug 11 15:29:17.731 INFO kablam! For more information about this error, try `rustc --explain E0432`. Aug 11 15:29:17.740 INFO kablam! error: Could not compile `embedrs-bytes`. Aug 11 15:29:17.740 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 15:29:17.870 INFO kablam! error[E0463]: can't find crate for `iovec` Aug 11 15:29:17.870 INFO kablam! --> tests/test_buf_mut.rs:3:1 Aug 11 15:29:17.870 INFO kablam! | Aug 11 15:29:17.870 INFO kablam! 3 | extern crate iovec; Aug 11 15:29:17.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Aug 11 15:29:17.870 INFO kablam! Aug 11 15:29:17.871 INFO kablam! error: aborting due to previous error Aug 11 15:29:17.871 INFO kablam! Aug 11 15:29:17.871 INFO kablam! For more information about this error, try `rustc --explain E0463`. Aug 11 15:29:17.878 INFO kablam! error: Could not compile `embedrs-bytes`. Aug 11 15:29:17.878 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 15:29:18.032 INFO kablam! error[E0463]: can't find crate for `iovec` Aug 11 15:29:18.032 INFO kablam! --> tests/test_chain.rs:2:1 Aug 11 15:29:18.032 INFO kablam! | Aug 11 15:29:18.032 INFO kablam! 2 | extern crate iovec; Aug 11 15:29:18.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Aug 11 15:29:18.032 INFO kablam! Aug 11 15:29:18.032 INFO kablam! error: aborting due to previous error Aug 11 15:29:18.032 INFO kablam! Aug 11 15:29:18.032 INFO kablam! For more information about this error, try `rustc --explain E0463`. Aug 11 15:29:18.038 INFO kablam! error: Could not compile `embedrs-bytes`. Aug 11 15:29:18.038 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 15:29:18.085 INFO kablam! error[E0599]: no method named `take` found for type `std::io::Cursor<&[u8; 11]>` in the current scope Aug 11 15:29:18.085 INFO kablam! --> tests/test_take.rs:10:43 Aug 11 15:29:18.085 INFO kablam! | Aug 11 15:29:18.085 INFO kablam! 10 | let buf = Cursor::new(b"hello world").take(100); Aug 11 15:29:18.085 INFO kablam! | ^^^^ Aug 11 15:29:18.085 INFO kablam! | Aug 11 15:29:18.085 INFO kablam! = note: the method `take` exists but the following trait bounds were not satisfied: Aug 11 15:29:18.085 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : embedrs_bytes::Buf` Aug 11 15:29:18.085 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : std::iter::Iterator` Aug 11 15:29:18.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 15:29:18.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 15:29:18.085 INFO kablam! | Aug 11 15:29:18.085 INFO kablam! 3 | use std::io::Read; Aug 11 15:29:18.085 INFO kablam! | Aug 11 15:29:18.085 INFO kablam! Aug 11 15:29:18.095 INFO kablam! error: aborting due to previous error Aug 11 15:29:18.095 INFO kablam! Aug 11 15:29:18.095 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 11 15:29:18.105 INFO kablam! error: Could not compile `embedrs-bytes`. Aug 11 15:29:18.105 INFO kablam! Aug 11 15:29:18.105 INFO kablam! To learn more, run the command again with --verbose. Aug 11 15:29:18.107 INFO kablam! su: No module specific data is present Aug 11 15:29:18.768 INFO running `"docker" "rm" "-f" "6c30fe4dab5ef8219408250a6b992df0c8ed6e931fa9ba35492c1e9b9e9b7ebe"` Aug 11 15:29:18.906 INFO blam! 6c30fe4dab5ef8219408250a6b992df0c8ed6e931fa9ba35492c1e9b9e9b7ebe