Sep 01 21:49:26.149 INFO checking embedrs-bytes-0.4.6 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 21:49:26.149 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 21:49:26.149 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:49:26.440 INFO blam! 9e8a5614a19d8b60b42beea354f90a86e07e8ee0af98d1ac474ef2d8fcd4dbd5 Sep 01 21:49:26.441 INFO running `"docker" "start" "-a" "9e8a5614a19d8b60b42beea354f90a86e07e8ee0af98d1ac474ef2d8fcd4dbd5"` Sep 01 21:49:27.367 INFO kablam! Checking embedrs-bytes v0.4.6 (file:///source) Sep 01 21:49:30.332 INFO kablam! error[E0463]: can't find crate for `bytes` Sep 01 21:49:30.332 INFO kablam! --> benches/bytes.rs:3:1 Sep 01 21:49:30.332 INFO kablam! | Sep 01 21:49:30.332 INFO kablam! 3 | extern crate bytes; Sep 01 21:49:30.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 21:49:30.332 INFO kablam! Sep 01 21:49:30.341 INFO kablam! error: aborting due to previous error Sep 01 21:49:30.341 INFO kablam! Sep 01 21:49:30.341 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 21:49:30.350 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 21:49:30.350 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:49:30.545 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 01 21:49:30.545 INFO kablam! --> tests/test_buf_mut.rs:3:1 Sep 01 21:49:30.545 INFO kablam! | Sep 01 21:49:30.545 INFO kablam! 3 | extern crate iovec; Sep 01 21:49:30.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 21:49:30.546 INFO kablam! Sep 01 21:49:30.546 INFO kablam! error: aborting due to previous error Sep 01 21:49:30.546 INFO kablam! Sep 01 21:49:30.546 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 21:49:30.552 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 21:49:30.553 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:49:30.690 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 01 21:49:30.690 INFO kablam! --> tests/test_chain.rs:2:1 Sep 01 21:49:30.690 INFO kablam! | Sep 01 21:49:30.691 INFO kablam! 2 | extern crate iovec; Sep 01 21:49:30.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 21:49:30.691 INFO kablam! Sep 01 21:49:30.691 INFO kablam! error: aborting due to previous error Sep 01 21:49:30.691 INFO kablam! Sep 01 21:49:30.691 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 21:49:30.702 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 21:49:30.704 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:49:30.785 INFO kablam! error[E0599]: no method named `take` found for type `std::io::Cursor<&[u8; 11]>` in the current scope Sep 01 21:49:30.785 INFO kablam! --> tests/test_take.rs:10:43 Sep 01 21:49:30.785 INFO kablam! | Sep 01 21:49:30.785 INFO kablam! 10 | let buf = Cursor::new(b"hello world").take(100); Sep 01 21:49:30.785 INFO kablam! | ^^^^ Sep 01 21:49:30.792 INFO kablam! | Sep 01 21:49:30.792 INFO kablam! = note: the method `take` exists but the following trait bounds were not satisfied: Sep 01 21:49:30.792 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : embedrs_bytes::Buf` Sep 01 21:49:30.792 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : std::iter::Iterator` Sep 01 21:49:30.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 21:49:30.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 21:49:30.792 INFO kablam! | Sep 01 21:49:30.793 INFO kablam! 3 | use std::io::Read; Sep 01 21:49:30.793 INFO kablam! | Sep 01 21:49:30.793 INFO kablam! Sep 01 21:49:30.826 INFO kablam! error: aborting due to previous error Sep 01 21:49:30.826 INFO kablam! Sep 01 21:49:30.826 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 21:49:30.862 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 21:49:30.863 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:49:30.891 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 01 21:49:30.891 INFO kablam! --> tests/test_buf.rs:3:1 Sep 01 21:49:30.891 INFO kablam! | Sep 01 21:49:30.891 INFO kablam! 3 | extern crate iovec; Sep 01 21:49:30.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 21:49:30.891 INFO kablam! Sep 01 21:49:30.892 INFO kablam! error: aborting due to previous error Sep 01 21:49:30.892 INFO kablam! Sep 01 21:49:30.892 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 21:49:30.899 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 21:49:30.899 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:49:30.978 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 01 21:49:30.978 INFO kablam! --> tests/test_debug.rs:3:5 Sep 01 21:49:30.978 INFO kablam! | Sep 01 21:49:30.978 INFO kablam! 3 | use embedrs_bytes::Bytes; Sep 01 21:49:30.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `Bytes` in the root Sep 01 21:49:30.978 INFO kablam! Sep 01 21:49:31.048 INFO kablam! error: aborting due to previous error Sep 01 21:49:31.049 INFO kablam! Sep 01 21:49:31.049 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 21:49:31.060 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 21:49:31.060 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:49:31.356 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 01 21:49:31.356 INFO kablam! --> tests/test_from_buf.rs:3:26 Sep 01 21:49:31.356 INFO kablam! | Sep 01 21:49:31.356 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 01 21:49:31.356 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 01 21:49:31.356 INFO kablam! Sep 01 21:49:31.356 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::BytesMut` Sep 01 21:49:31.356 INFO kablam! --> tests/test_from_buf.rs:3:33 Sep 01 21:49:31.356 INFO kablam! | Sep 01 21:49:31.356 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 01 21:49:31.356 INFO kablam! | ^^^^^^^^ no `BytesMut` in the root Sep 01 21:49:31.356 INFO kablam! Sep 01 21:49:31.359 INFO kablam! warning: unused import: `Buf` Sep 01 21:49:31.359 INFO kablam! --> tests/test_from_buf.rs:3:21 Sep 01 21:49:31.359 INFO kablam! | Sep 01 21:49:31.359 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 01 21:49:31.359 INFO kablam! | ^^^ Sep 01 21:49:31.359 INFO kablam! | Sep 01 21:49:31.359 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 21:49:31.359 INFO kablam! Sep 01 21:49:31.454 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 21:49:31.454 INFO kablam! --> tests/test_from_buf.rs:11:43 Sep 01 21:49:31.454 INFO kablam! | Sep 01 21:49:31.454 INFO kablam! 11 | let buf: Vec = Cursor::new(SHORT).collect(); Sep 01 21:49:31.454 INFO kablam! | ^^^^^^^ Sep 01 21:49:31.454 INFO kablam! | Sep 01 21:49:31.454 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 21:49:31.454 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 21:49:31.454 INFO kablam! Sep 01 21:49:31.494 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 21:49:31.494 INFO kablam! --> tests/test_from_buf.rs:14:42 Sep 01 21:49:31.494 INFO kablam! | Sep 01 21:49:31.495 INFO kablam! 14 | let buf: Vec = Cursor::new(LONG).collect(); Sep 01 21:49:31.495 INFO kablam! | ^^^^^^^ Sep 01 21:49:31.495 INFO kablam! | Sep 01 21:49:31.495 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 21:49:31.495 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 21:49:31.495 INFO kablam! Sep 01 21:49:31.498 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 21:49:31.498 INFO kablam! --> tests/test_from_buf.rs:20:41 Sep 01 21:49:31.498 INFO kablam! | Sep 01 21:49:31.499 INFO kablam! 20 | let buf: Bytes = Cursor::new(SHORT).collect(); Sep 01 21:49:31.499 INFO kablam! | ^^^^^^^ Sep 01 21:49:31.499 INFO kablam! | Sep 01 21:49:31.499 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 21:49:31.499 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 21:49:31.499 INFO kablam! Sep 01 21:49:31.502 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 21:49:31.502 INFO kablam! --> tests/test_from_buf.rs:23:40 Sep 01 21:49:31.502 INFO kablam! | Sep 01 21:49:31.502 INFO kablam! 23 | let buf: Bytes = Cursor::new(LONG).collect(); Sep 01 21:49:31.502 INFO kablam! | ^^^^^^^ Sep 01 21:49:31.502 INFO kablam! | Sep 01 21:49:31.502 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 21:49:31.502 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 21:49:31.502 INFO kablam! Sep 01 21:49:31.506 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 21:49:31.506 INFO kablam! --> tests/test_from_buf.rs:29:44 Sep 01 21:49:31.506 INFO kablam! | Sep 01 21:49:31.506 INFO kablam! 29 | let buf: BytesMut = Cursor::new(SHORT).collect(); Sep 01 21:49:31.506 INFO kablam! | ^^^^^^^ Sep 01 21:49:31.506 INFO kablam! | Sep 01 21:49:31.506 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 21:49:31.506 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 21:49:31.506 INFO kablam! Sep 01 21:49:31.509 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 21:49:31.509 INFO kablam! --> tests/test_from_buf.rs:32:43 Sep 01 21:49:31.509 INFO kablam! | Sep 01 21:49:31.509 INFO kablam! 32 | let buf: BytesMut = Cursor::new(LONG).collect(); Sep 01 21:49:31.509 INFO kablam! | ^^^^^^^ Sep 01 21:49:31.509 INFO kablam! | Sep 01 21:49:31.509 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 21:49:31.509 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 21:49:31.509 INFO kablam! Sep 01 21:49:31.516 INFO kablam! error: aborting due to 8 previous errors Sep 01 21:49:31.516 INFO kablam! Sep 01 21:49:31.516 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 21:49:31.516 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 21:49:31.526 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 21:49:31.526 INFO kablam! Sep 01 21:49:31.526 INFO kablam! To learn more, run the command again with --verbose. Sep 01 21:49:31.528 INFO kablam! su: No module specific data is present Sep 01 21:49:32.210 INFO running `"docker" "rm" "-f" "9e8a5614a19d8b60b42beea354f90a86e07e8ee0af98d1ac474ef2d8fcd4dbd5"` Sep 01 21:49:32.295 INFO blam! 9e8a5614a19d8b60b42beea354f90a86e07e8ee0af98d1ac474ef2d8fcd4dbd5