Sep 10 19:40:16.157 INFO checking embedrs-bytes-0.4.6 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 19:40:16.158 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 19:40:16.158 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 19:40:16.293 INFO blam! b7cff68ac5c32ecdeb00eaa91796148a1facbed424c3fc464f55f2837dc65472 Sep 10 19:40:16.294 INFO running `"docker" "start" "-a" "b7cff68ac5c32ecdeb00eaa91796148a1facbed424c3fc464f55f2837dc65472"` Sep 10 19:40:16.949 INFO kablam! usermod: no changes Sep 10 19:40:16.981 INFO kablam! Checking embedrs-bytes v0.4.6 (file:///source) Sep 10 19:40:17.938 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 10 19:40:17.938 INFO kablam! --> tests/test_buf_mut.rs:3:1 Sep 10 19:40:17.938 INFO kablam! | Sep 10 19:40:17.938 INFO kablam! 3 | extern crate iovec; Sep 10 19:40:17.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 10 19:40:17.938 INFO kablam! Sep 10 19:40:17.938 INFO kablam! error: aborting due to previous error Sep 10 19:40:17.938 INFO kablam! Sep 10 19:40:17.938 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 10 19:40:17.953 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 10 19:40:17.953 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 19:40:18.006 INFO kablam! error[E0463]: can't find crate for `bytes` Sep 10 19:40:18.006 INFO kablam! --> benches/bytes.rs:3:1 Sep 10 19:40:18.006 INFO kablam! | Sep 10 19:40:18.006 INFO kablam! 3 | extern crate bytes; Sep 10 19:40:18.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 10 19:40:18.006 INFO kablam! Sep 10 19:40:18.006 INFO kablam! error: aborting due to previous error Sep 10 19:40:18.006 INFO kablam! Sep 10 19:40:18.006 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 10 19:40:18.027 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 10 19:40:18.027 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 19:40:18.106 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 10 19:40:18.106 INFO kablam! --> tests/test_bytes.rs:3:21 Sep 10 19:40:18.106 INFO kablam! | Sep 10 19:40:18.106 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 10 19:40:18.106 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 10 19:40:18.106 INFO kablam! Sep 10 19:40:18.106 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::BytesMut` Sep 10 19:40:18.106 INFO kablam! --> tests/test_bytes.rs:3:28 Sep 10 19:40:18.106 INFO kablam! | Sep 10 19:40:18.106 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 10 19:40:18.106 INFO kablam! | ^^^^^^^^ no `BytesMut` in the root Sep 10 19:40:18.106 INFO kablam! Sep 10 19:40:18.358 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 10 19:40:18.358 INFO kablam! --> tests/test_iter.rs:3:35 Sep 10 19:40:18.358 INFO kablam! | Sep 10 19:40:18.358 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 10 19:40:18.358 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 10 19:40:18.358 INFO kablam! Sep 10 19:40:18.410 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 10 19:40:18.410 INFO kablam! --> tests/test_chain.rs:2:1 Sep 10 19:40:18.410 INFO kablam! | Sep 10 19:40:18.410 INFO kablam! 2 | extern crate iovec; Sep 10 19:40:18.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 10 19:40:18.410 INFO kablam! Sep 10 19:40:18.418 INFO kablam! error: aborting due to previous error Sep 10 19:40:18.418 INFO kablam! Sep 10 19:40:18.418 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 10 19:40:18.418 INFO kablam! warning: unused import: `Buf` Sep 10 19:40:18.418 INFO kablam! --> tests/test_iter.rs:3:21 Sep 10 19:40:18.418 INFO kablam! | Sep 10 19:40:18.418 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 10 19:40:18.418 INFO kablam! | ^^^ Sep 10 19:40:18.418 INFO kablam! | Sep 10 19:40:18.418 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 19:40:18.418 INFO kablam! Sep 10 19:40:18.418 INFO kablam! warning: unused import: `IntoBuf` Sep 10 19:40:18.418 INFO kablam! --> tests/test_iter.rs:3:26 Sep 10 19:40:18.418 INFO kablam! | Sep 10 19:40:18.418 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 10 19:40:18.418 INFO kablam! | ^^^^^^^ Sep 10 19:40:18.418 INFO kablam! Sep 10 19:40:18.418 INFO kablam! error: aborting due to previous error Sep 10 19:40:18.418 INFO kablam! Sep 10 19:40:18.418 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 10 19:40:18.431 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 10 19:40:18.431 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 19:40:18.431 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 10 19:40:18.431 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 19:40:18.488 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 10 19:40:18.488 INFO kablam! --> tests/test_debug.rs:3:5 Sep 10 19:40:18.488 INFO kablam! | Sep 10 19:40:18.488 INFO kablam! 3 | use embedrs_bytes::Bytes; Sep 10 19:40:18.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `Bytes` in the root Sep 10 19:40:18.488 INFO kablam! Sep 10 19:40:18.546 INFO kablam! error: aborting due to previous error Sep 10 19:40:18.546 INFO kablam! Sep 10 19:40:18.546 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 10 19:40:18.554 INFO kablam! error[E0599]: no method named `take` found for type `std::io::Cursor<&[u8; 11]>` in the current scope Sep 10 19:40:18.554 INFO kablam! --> tests/test_take.rs:10:43 Sep 10 19:40:18.554 INFO kablam! | Sep 10 19:40:18.554 INFO kablam! 10 | let buf = Cursor::new(b"hello world").take(100); Sep 10 19:40:18.555 INFO kablam! | ^^^^ Sep 10 19:40:18.555 INFO kablam! | Sep 10 19:40:18.555 INFO kablam! = note: the method `take` exists but the following trait bounds were not satisfied: Sep 10 19:40:18.555 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : embedrs_bytes::Buf` Sep 10 19:40:18.555 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : std::iter::Iterator` Sep 10 19:40:18.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 19:40:18.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 19:40:18.555 INFO kablam! | Sep 10 19:40:18.555 INFO kablam! 3 | use std::io::Read; Sep 10 19:40:18.555 INFO kablam! | Sep 10 19:40:18.555 INFO kablam! Sep 10 19:40:18.562 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 10 19:40:18.562 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 19:40:18.562 INFO kablam! error: aborting due to previous error Sep 10 19:40:18.562 INFO kablam! Sep 10 19:40:18.562 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 10 19:40:18.573 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 10 19:40:18.573 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 19:40:18.746 INFO kablam! warning: unused import: `BufMut` Sep 10 19:40:18.746 INFO kablam! --> tests/test_bytes.rs:3:38 Sep 10 19:40:18.746 INFO kablam! | Sep 10 19:40:18.746 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 10 19:40:18.746 INFO kablam! | ^^^^^^ Sep 10 19:40:18.746 INFO kablam! | Sep 10 19:40:18.746 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 19:40:18.746 INFO kablam! Sep 10 19:40:18.746 INFO kablam! warning: unused import: `std::fmt::Write` Sep 10 19:40:18.746 INFO kablam! --> tests/test_bytes.rs:56:9 Sep 10 19:40:18.746 INFO kablam! | Sep 10 19:40:18.746 INFO kablam! 56 | use std::fmt::Write; Sep 10 19:40:18.746 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 10 19:40:18.746 INFO kablam! Sep 10 19:40:18.753 INFO kablam! error: aborting due to 2 previous errors Sep 10 19:40:18.753 INFO kablam! Sep 10 19:40:18.753 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 10 19:40:18.762 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 10 19:40:18.762 INFO kablam! Sep 10 19:40:18.762 INFO kablam! To learn more, run the command again with --verbose. Sep 10 19:40:18.763 INFO kablam! su: No module specific data is present Sep 10 19:40:19.411 INFO running `"docker" "rm" "-f" "b7cff68ac5c32ecdeb00eaa91796148a1facbed424c3fc464f55f2837dc65472"` Sep 10 19:40:19.479 INFO blam! b7cff68ac5c32ecdeb00eaa91796148a1facbed424c3fc464f55f2837dc65472