Sep 01 21:49:23.903 INFO checking embedrs-bytes-0.4.6 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 21:49:23.903 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 21:49:23.903 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-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:24.126 INFO blam! 775f6610821a3e3ebd5a8ebc0fb8ca80c47d2831a72ffa3fc52d562c56716974 Sep 01 21:49:24.129 INFO running `"docker" "start" "-a" "775f6610821a3e3ebd5a8ebc0fb8ca80c47d2831a72ffa3fc52d562c56716974"` Sep 01 21:49:24.908 INFO kablam! Checking embedrs-bytes v0.4.6 (file:///source) Sep 01 21:49:27.690 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 01 21:49:27.691 INFO kablam! --> tests/test_chain.rs:2:1 Sep 01 21:49:27.691 INFO kablam! | Sep 01 21:49:27.691 INFO kablam! 2 | extern crate iovec; Sep 01 21:49:27.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 21:49:27.691 INFO kablam! Sep 01 21:49:27.691 INFO kablam! error: aborting due to previous error Sep 01 21:49:27.691 INFO kablam! Sep 01 21:49:27.691 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 21:49:27.698 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 21:49:27.698 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:49:27.822 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 01 21:49:27.822 INFO kablam! --> tests/test_bytes.rs:3:21 Sep 01 21:49:27.822 INFO kablam! | Sep 01 21:49:27.822 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 01 21:49:27.822 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 01 21:49:27.822 INFO kablam! Sep 01 21:49:27.822 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::BytesMut` Sep 01 21:49:27.822 INFO kablam! --> tests/test_bytes.rs:3:28 Sep 01 21:49:27.822 INFO kablam! | Sep 01 21:49:27.822 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 01 21:49:27.822 INFO kablam! | ^^^^^^^^ no `BytesMut` in the root Sep 01 21:49:27.822 INFO kablam! Sep 01 21:49:28.002 INFO kablam! error[E0463]: can't find crate for `bytes` Sep 01 21:49:28.002 INFO kablam! --> benches/bytes.rs:3:1 Sep 01 21:49:28.002 INFO kablam! | Sep 01 21:49:28.002 INFO kablam! 3 | extern crate bytes; Sep 01 21:49:28.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 21:49:28.016 INFO kablam! Sep 01 21:49:28.017 INFO kablam! error: aborting due to previous error Sep 01 21:49:28.017 INFO kablam! Sep 01 21:49:28.017 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 21:49:28.023 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 21:49:28.023 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 01 21:49:28.023 INFO kablam! --> tests/test_iter.rs:3:35 Sep 01 21:49:28.023 INFO kablam! | Sep 01 21:49:28.023 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 01 21:49:28.023 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 01 21:49:28.023 INFO kablam! Sep 01 21:49:28.024 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:49:28.160 INFO kablam! warning: unused import: `Buf` Sep 01 21:49:28.160 INFO kablam! --> tests/test_iter.rs:3:21 Sep 01 21:49:28.160 INFO kablam! | Sep 01 21:49:28.160 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 01 21:49:28.160 INFO kablam! | ^^^ Sep 01 21:49:28.160 INFO kablam! | Sep 01 21:49:28.160 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 21:49:28.160 INFO kablam! Sep 01 21:49:28.160 INFO kablam! warning: unused import: `IntoBuf` Sep 01 21:49:28.160 INFO kablam! --> tests/test_iter.rs:3:26 Sep 01 21:49:28.160 INFO kablam! | Sep 01 21:49:28.160 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 01 21:49:28.160 INFO kablam! | ^^^^^^^ Sep 01 21:49:28.160 INFO kablam! Sep 01 21:49:28.182 INFO kablam! error: aborting due to previous error Sep 01 21:49:28.182 INFO kablam! Sep 01 21:49:28.182 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 21:49:28.205 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 21:49:28.205 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:49:28.389 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 01 21:49:28.389 INFO kablam! --> tests/test_buf.rs:3:1 Sep 01 21:49:28.389 INFO kablam! | Sep 01 21:49:28.389 INFO kablam! 3 | extern crate iovec; Sep 01 21:49:28.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 01 21:49:28.389 INFO kablam! Sep 01 21:49:28.390 INFO kablam! error: aborting due to previous error Sep 01 21:49:28.390 INFO kablam! Sep 01 21:49:28.390 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 01 21:49:28.395 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 21:49:28.395 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:49:28.573 INFO kablam! error[E0599]: no method named `take` found for type `std::io::Cursor<&[u8; 11]>` in the current scope Sep 01 21:49:28.573 INFO kablam! --> tests/test_take.rs:10:43 Sep 01 21:49:28.573 INFO kablam! | Sep 01 21:49:28.573 INFO kablam! 10 | let buf = Cursor::new(b"hello world").take(100); Sep 01 21:49:28.573 INFO kablam! | ^^^^ Sep 01 21:49:28.573 INFO kablam! | Sep 01 21:49:28.573 INFO kablam! = note: the method `take` exists but the following trait bounds were not satisfied: Sep 01 21:49:28.573 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : embedrs_bytes::Buf` Sep 01 21:49:28.573 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : std::iter::Iterator` Sep 01 21:49:28.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 21:49:28.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 21:49:28.573 INFO kablam! | Sep 01 21:49:28.574 INFO kablam! 3 | use std::io::Read; Sep 01 21:49:28.574 INFO kablam! | Sep 01 21:49:28.574 INFO kablam! Sep 01 21:49:28.585 INFO kablam! error: aborting due to previous error Sep 01 21:49:28.585 INFO kablam! Sep 01 21:49:28.585 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 21:49:28.593 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 21:49:28.594 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:49:28.709 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 01 21:49:28.709 INFO kablam! --> tests/test_from_buf.rs:3:26 Sep 01 21:49:28.709 INFO kablam! | Sep 01 21:49:28.709 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 01 21:49:28.709 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 01 21:49:28.709 INFO kablam! Sep 01 21:49:28.709 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::BytesMut` Sep 01 21:49:28.709 INFO kablam! --> tests/test_from_buf.rs:3:33 Sep 01 21:49:28.709 INFO kablam! | Sep 01 21:49:28.709 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 01 21:49:28.710 INFO kablam! | ^^^^^^^^ no `BytesMut` in the root Sep 01 21:49:28.710 INFO kablam! Sep 01 21:49:28.712 INFO kablam! warning: unused import: `Buf` Sep 01 21:49:28.712 INFO kablam! --> tests/test_from_buf.rs:3:21 Sep 01 21:49:28.712 INFO kablam! | Sep 01 21:49:28.712 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 01 21:49:28.712 INFO kablam! | ^^^ Sep 01 21:49:28.713 INFO kablam! | Sep 01 21:49:28.713 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 21:49:28.713 INFO kablam! Sep 01 21:49:28.842 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 21:49:28.842 INFO kablam! --> tests/test_from_buf.rs:11:43 Sep 01 21:49:28.842 INFO kablam! | Sep 01 21:49:28.842 INFO kablam! 11 | let buf: Vec = Cursor::new(SHORT).collect(); Sep 01 21:49:28.842 INFO kablam! | ^^^^^^^ Sep 01 21:49:28.843 INFO kablam! | Sep 01 21:49:28.843 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 21:49:28.843 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 21:49:28.844 INFO kablam! Sep 01 21:49:28.865 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 01 21:49:28.865 INFO kablam! --> tests/test_debug.rs:3:5 Sep 01 21:49:28.865 INFO kablam! | Sep 01 21:49:28.865 INFO kablam! 3 | use embedrs_bytes::Bytes; Sep 01 21:49:28.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `Bytes` in the root Sep 01 21:49:28.865 INFO kablam! Sep 01 21:49:28.884 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 21:49:28.884 INFO kablam! --> tests/test_from_buf.rs:14:42 Sep 01 21:49:28.884 INFO kablam! | Sep 01 21:49:28.884 INFO kablam! 14 | let buf: Vec = Cursor::new(LONG).collect(); Sep 01 21:49:28.884 INFO kablam! | ^^^^^^^ Sep 01 21:49:28.885 INFO kablam! | Sep 01 21:49:28.885 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 21:49:28.885 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 21:49:28.885 INFO kablam! Sep 01 21:49:28.897 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 21:49:28.897 INFO kablam! --> tests/test_from_buf.rs:20:41 Sep 01 21:49:28.897 INFO kablam! | Sep 01 21:49:28.897 INFO kablam! 20 | let buf: Bytes = Cursor::new(SHORT).collect(); Sep 01 21:49:28.897 INFO kablam! | ^^^^^^^ Sep 01 21:49:28.900 INFO kablam! | Sep 01 21:49:28.900 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 21:49:28.901 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 21:49:28.901 INFO kablam! Sep 01 21:49:28.904 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 21:49:28.904 INFO kablam! --> tests/test_from_buf.rs:23:40 Sep 01 21:49:28.905 INFO kablam! | Sep 01 21:49:28.905 INFO kablam! 23 | let buf: Bytes = Cursor::new(LONG).collect(); Sep 01 21:49:28.905 INFO kablam! | ^^^^^^^ Sep 01 21:49:28.909 INFO kablam! | Sep 01 21:49:28.910 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 21:49:28.910 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 21:49:28.910 INFO kablam! Sep 01 21:49:28.914 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 21:49:28.914 INFO kablam! --> tests/test_from_buf.rs:29:44 Sep 01 21:49:28.914 INFO kablam! | Sep 01 21:49:28.914 INFO kablam! 29 | let buf: BytesMut = Cursor::new(SHORT).collect(); Sep 01 21:49:28.914 INFO kablam! | ^^^^^^^ Sep 01 21:49:28.917 INFO kablam! | Sep 01 21:49:28.917 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 21:49:28.917 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 21:49:28.918 INFO kablam! Sep 01 21:49:28.921 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 01 21:49:28.921 INFO kablam! --> tests/test_from_buf.rs:32:43 Sep 01 21:49:28.921 INFO kablam! | Sep 01 21:49:28.921 INFO kablam! 32 | let buf: BytesMut = Cursor::new(LONG).collect(); Sep 01 21:49:28.921 INFO kablam! | ^^^^^^^ Sep 01 21:49:28.922 INFO kablam! | Sep 01 21:49:28.922 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 01 21:49:28.922 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 01 21:49:28.922 INFO kablam! Sep 01 21:49:28.931 INFO kablam! error: aborting due to 8 previous errors Sep 01 21:49:28.931 INFO kablam! Sep 01 21:49:28.932 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 21:49:28.932 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 21:49:28.933 INFO kablam! error: aborting due to previous error Sep 01 21:49:28.933 INFO kablam! Sep 01 21:49:28.933 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 21:49:28.942 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 21:49:28.942 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:49:28.948 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 21:49:28.949 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:49:29.076 INFO kablam! warning: unused import: `BufMut` Sep 01 21:49:29.076 INFO kablam! --> tests/test_bytes.rs:3:38 Sep 01 21:49:29.076 INFO kablam! | Sep 01 21:49:29.076 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 01 21:49:29.076 INFO kablam! | ^^^^^^ Sep 01 21:49:29.076 INFO kablam! | Sep 01 21:49:29.076 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 21:49:29.076 INFO kablam! Sep 01 21:49:29.080 INFO kablam! warning: unused import: `std::fmt::Write` Sep 01 21:49:29.080 INFO kablam! --> tests/test_bytes.rs:56:9 Sep 01 21:49:29.080 INFO kablam! | Sep 01 21:49:29.080 INFO kablam! 56 | use std::fmt::Write; Sep 01 21:49:29.080 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 21:49:29.080 INFO kablam! Sep 01 21:49:29.090 INFO kablam! error: aborting due to 2 previous errors Sep 01 21:49:29.090 INFO kablam! Sep 01 21:49:29.090 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 21:49:29.106 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 01 21:49:29.106 INFO kablam! Sep 01 21:49:29.106 INFO kablam! To learn more, run the command again with --verbose. Sep 01 21:49:29.107 INFO kablam! su: No module specific data is present Sep 01 21:49:29.706 INFO running `"docker" "rm" "-f" "775f6610821a3e3ebd5a8ebc0fb8ca80c47d2831a72ffa3fc52d562c56716974"` Sep 01 21:49:29.857 INFO blam! 775f6610821a3e3ebd5a8ebc0fb8ca80c47d2831a72ffa3fc52d562c56716974