Sep 01 05:22:47.510 INFO checking embedrs-bytes-0.4.6 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 05:22:47.511 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 05:22:47.511 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 05:22:47.702 INFO blam! 7494ac56062b53197ed1029ae8eb88e8f5534ce5eb5870b4563862a0a2fd9c02 Sep 01 05:22:47.704 INFO running `"docker" "start" "-a" "7494ac56062b53197ed1029ae8eb88e8f5534ce5eb5870b4563862a0a2fd9c02"` Sep 01 05:22:48.562 INFO kablam! Checking embedrs-bytes v0.4.6 (file:///source) Sep 01 05:22:50.868 INFO kablam! error[E0463]: can't find crate for `bytes` Sep 01 05:22:50.868 INFO kablam! --> benches/bytes.rs:3:1 Sep 01 05:22:50.868 INFO kablam! | Sep 01 05:22:50.868 INFO kablam! 3 | extern crate bytes; Sep 01 05:22:50.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 05:22:50.868 INFO kablam! Sep 01 05:22:50.869 INFO kablam! error: aborting due to previous error Sep 01 05:22:50.869 INFO kablam! Sep 01 05:22:50.869 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 05:22:50.876 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:50.877 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:22:50.918 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 01 05:22:50.918 INFO kablam! --> tests/test_buf_mut.rs:3:1 Sep 01 05:22:50.918 INFO kablam! | Sep 01 05:22:50.918 INFO kablam! 3 | extern crate iovec; Sep 01 05:22:50.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 05:22:50.918 INFO kablam! Sep 01 05:22:50.918 INFO kablam! error: aborting due to previous error Sep 01 05:22:50.919 INFO kablam! Sep 01 05:22:50.919 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 05:22:50.924 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:50.924 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:22:51.033 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 01 05:22:51.033 INFO kablam! --> tests/test_buf.rs:3:1 Sep 01 05:22:51.033 INFO kablam! | Sep 01 05:22:51.033 INFO kablam! 3 | extern crate iovec; Sep 01 05:22:51.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 05:22:51.033 INFO kablam! Sep 01 05:22:51.034 INFO kablam! error: aborting due to previous error Sep 01 05:22:51.034 INFO kablam! Sep 01 05:22:51.034 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 05:22:51.039 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:51.040 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:22:51.372 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 01 05:22:51.372 INFO kablam! --> tests/test_iter.rs:3:35 Sep 01 05:22:51.372 INFO kablam! | Sep 01 05:22:51.372 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 01 05:22:51.372 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 01 05:22:51.372 INFO kablam! Sep 01 05:22:51.437 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 01 05:22:51.437 INFO kablam! --> tests/test_bytes.rs:3:21 Sep 01 05:22:51.437 INFO kablam! | Sep 01 05:22:51.437 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 01 05:22:51.437 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 01 05:22:51.438 INFO kablam! Sep 01 05:22:51.439 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::BytesMut` Sep 01 05:22:51.439 INFO kablam! --> tests/test_bytes.rs:3:28 Sep 01 05:22:51.439 INFO kablam! | Sep 01 05:22:51.439 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 01 05:22:51.439 INFO kablam! | ^^^^^^^^ no `BytesMut` in the root Sep 01 05:22:51.439 INFO kablam! Sep 01 05:22:51.459 INFO kablam! warning: unused import: `Buf` Sep 01 05:22:51.459 INFO kablam! --> tests/test_iter.rs:3:21 Sep 01 05:22:51.459 INFO kablam! | Sep 01 05:22:51.459 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 01 05:22:51.459 INFO kablam! | ^^^ Sep 01 05:22:51.459 INFO kablam! | Sep 01 05:22:51.459 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 05:22:51.459 INFO kablam! Sep 01 05:22:51.460 INFO kablam! warning: unused import: `IntoBuf` Sep 01 05:22:51.460 INFO kablam! --> tests/test_iter.rs:3:26 Sep 01 05:22:51.460 INFO kablam! | Sep 01 05:22:51.460 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 01 05:22:51.460 INFO kablam! | ^^^^^^^ Sep 01 05:22:51.460 INFO kablam! Sep 01 05:22:51.461 INFO kablam! error: aborting due to previous error Sep 01 05:22:51.461 INFO kablam! Sep 01 05:22:51.461 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 05:22:51.468 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:51.468 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:22:51.476 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 01 05:22:51.476 INFO kablam! --> tests/test_chain.rs:2:1 Sep 01 05:22:51.476 INFO kablam! | Sep 01 05:22:51.476 INFO kablam! 2 | extern crate iovec; Sep 01 05:22:51.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 05:22:51.476 INFO kablam! Sep 01 05:22:51.477 INFO kablam! error: aborting due to previous error Sep 01 05:22:51.477 INFO kablam! Sep 01 05:22:51.477 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 05:22:51.484 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:51.484 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:22:51.546 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 01 05:22:51.546 INFO kablam! --> tests/test_debug.rs:3:5 Sep 01 05:22:51.547 INFO kablam! | Sep 01 05:22:51.547 INFO kablam! 3 | use embedrs_bytes::Bytes; Sep 01 05:22:51.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `Bytes` in the root Sep 01 05:22:51.547 INFO kablam! Sep 01 05:22:51.627 INFO kablam! error: aborting due to previous error Sep 01 05:22:51.627 INFO kablam! Sep 01 05:22:51.627 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 05:22:51.635 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:51.635 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:22:51.644 INFO kablam! error[E0599]: no method named `take` found for type `std::io::Cursor<&[u8; 11]>` in the current scope Sep 01 05:22:51.644 INFO kablam! --> tests/test_take.rs:10:43 Sep 01 05:22:51.644 INFO kablam! | Sep 01 05:22:51.644 INFO kablam! 10 | let buf = Cursor::new(b"hello world").take(100); Sep 01 05:22:51.644 INFO kablam! | ^^^^ Sep 01 05:22:51.644 INFO kablam! | Sep 01 05:22:51.644 INFO kablam! = note: the method `take` exists but the following trait bounds were not satisfied: Sep 01 05:22:51.644 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : embedrs_bytes::Buf` Sep 01 05:22:51.644 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : std::iter::Iterator` Sep 01 05:22:51.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 05:22:51.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 05:22:51.644 INFO kablam! | Sep 01 05:22:51.644 INFO kablam! 3 | use std::io::Read; Sep 01 05:22:51.644 INFO kablam! | Sep 01 05:22:51.644 INFO kablam! Sep 01 05:22:51.652 INFO kablam! error: aborting due to previous error Sep 01 05:22:51.652 INFO kablam! Sep 01 05:22:51.652 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 05:22:51.658 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:51.658 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:22:51.929 INFO kablam! warning: unused import: `BufMut` Sep 01 05:22:51.929 INFO kablam! --> tests/test_bytes.rs:3:38 Sep 01 05:22:51.929 INFO kablam! | Sep 01 05:22:51.929 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 01 05:22:51.929 INFO kablam! | ^^^^^^ Sep 01 05:22:51.929 INFO kablam! | Sep 01 05:22:51.929 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 05:22:51.929 INFO kablam! Sep 01 05:22:51.929 INFO kablam! warning: unused import: `std::fmt::Write` Sep 01 05:22:51.929 INFO kablam! --> tests/test_bytes.rs:56:9 Sep 01 05:22:51.929 INFO kablam! | Sep 01 05:22:51.929 INFO kablam! 56 | use std::fmt::Write; Sep 01 05:22:51.929 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 05:22:51.929 INFO kablam! Sep 01 05:22:51.935 INFO kablam! error: aborting due to 2 previous errors Sep 01 05:22:51.935 INFO kablam! Sep 01 05:22:51.936 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 05:22:51.944 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 05:22:51.944 INFO kablam! Sep 01 05:22:51.944 INFO kablam! To learn more, run the command again with --verbose. Sep 01 05:22:51.945 INFO kablam! su: No module specific data is present Sep 01 05:22:52.367 INFO running `"docker" "rm" "-f" "7494ac56062b53197ed1029ae8eb88e8f5534ce5eb5870b4563862a0a2fd9c02"` Sep 01 05:22:52.491 INFO blam! 7494ac56062b53197ed1029ae8eb88e8f5534ce5eb5870b4563862a0a2fd9c02