Sep 14 17:06:50.181 INFO checking embedrs-bytes-0.4.6 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 17:06:50.181 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 17:06:50.181 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 17:06:50.620 INFO blam! 6f33eef955c481d84dcf05a821a5d45de9746f5dd239f1113abec49b8ef5bba7 Sep 14 17:06:50.622 INFO running `"docker" "start" "-a" "6f33eef955c481d84dcf05a821a5d45de9746f5dd239f1113abec49b8ef5bba7"` Sep 14 17:06:52.119 INFO kablam! usermod: no changes Sep 14 17:06:52.263 INFO kablam! Checking embedrs-bytes v0.4.6 (file:///source) Sep 14 17:06:53.793 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 14 17:06:53.793 INFO kablam! --> tests/test_buf.rs:3:1 Sep 14 17:06:53.793 INFO kablam! | Sep 14 17:06:53.793 INFO kablam! 3 | extern crate iovec; Sep 14 17:06:53.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 14 17:06:53.793 INFO kablam! Sep 14 17:06:53.805 INFO kablam! error: aborting due to previous error Sep 14 17:06:53.805 INFO kablam! Sep 14 17:06:53.805 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 14 17:06:53.827 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 14 17:06:53.827 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 17:06:53.846 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 14 17:06:53.846 INFO kablam! --> tests/test_buf_mut.rs:3:1 Sep 14 17:06:53.846 INFO kablam! | Sep 14 17:06:53.846 INFO kablam! 3 | extern crate iovec; Sep 14 17:06:53.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 14 17:06:53.858 INFO kablam! Sep 14 17:06:53.861 INFO kablam! error: aborting due to previous error Sep 14 17:06:53.861 INFO kablam! Sep 14 17:06:53.861 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 14 17:06:53.861 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 14 17:06:53.861 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 17:06:53.933 INFO kablam! error[E0463]: can't find crate for `bytes` Sep 14 17:06:53.933 INFO kablam! --> benches/bytes.rs:3:1 Sep 14 17:06:53.933 INFO kablam! | Sep 14 17:06:53.933 INFO kablam! 3 | extern crate bytes; Sep 14 17:06:53.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 14 17:06:53.935 INFO kablam! Sep 14 17:06:53.935 INFO kablam! error: aborting due to previous error Sep 14 17:06:53.935 INFO kablam! Sep 14 17:06:53.935 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 14 17:06:53.943 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 14 17:06:53.943 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 17:06:54.015 INFO kablam! error[E0432]: unresolved imports `embedrs_bytes::Bytes`, `embedrs_bytes::BytesMut` Sep 14 17:06:54.015 INFO kablam! --> tests/test_bytes.rs:3:21 Sep 14 17:06:54.015 INFO kablam! | Sep 14 17:06:54.015 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 14 17:06:54.015 INFO kablam! | ^^^^^ ^^^^^^^^ no `BytesMut` in the root Sep 14 17:06:54.015 INFO kablam! | | Sep 14 17:06:54.015 INFO kablam! | no `Bytes` in the root Sep 14 17:06:54.015 INFO kablam! Sep 14 17:06:54.038 INFO kablam! error[E0432]: unresolved imports `embedrs_bytes::Bytes`, `embedrs_bytes::BytesMut` Sep 14 17:06:54.038 INFO kablam! --> tests/test_from_buf.rs:3:26 Sep 14 17:06:54.038 INFO kablam! | Sep 14 17:06:54.038 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 14 17:06:54.038 INFO kablam! | ^^^^^ ^^^^^^^^ no `BytesMut` in the root Sep 14 17:06:54.038 INFO kablam! | | Sep 14 17:06:54.038 INFO kablam! | no `Bytes` in the root Sep 14 17:06:54.038 INFO kablam! Sep 14 17:06:54.051 INFO kablam! warning: unused import: `Buf` Sep 14 17:06:54.051 INFO kablam! --> tests/test_from_buf.rs:3:21 Sep 14 17:06:54.051 INFO kablam! | Sep 14 17:06:54.051 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 14 17:06:54.051 INFO kablam! | ^^^ Sep 14 17:06:54.051 INFO kablam! | Sep 14 17:06:54.051 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 17:06:54.051 INFO kablam! Sep 14 17:06:54.075 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 14 17:06:54.075 INFO kablam! --> tests/test_iter.rs:3:35 Sep 14 17:06:54.075 INFO kablam! | Sep 14 17:06:54.075 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 14 17:06:54.075 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 14 17:06:54.075 INFO kablam! Sep 14 17:06:54.106 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 14 17:06:54.106 INFO kablam! --> tests/test_from_buf.rs:11:43 Sep 14 17:06:54.107 INFO kablam! | Sep 14 17:06:54.107 INFO kablam! 11 | let buf: Vec = Cursor::new(SHORT).collect(); Sep 14 17:06:54.107 INFO kablam! | ^^^^^^^ Sep 14 17:06:54.107 INFO kablam! | Sep 14 17:06:54.107 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 14 17:06:54.107 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 14 17:06:54.107 INFO kablam! Sep 14 17:06:54.113 INFO kablam! warning: unused import: `Buf` Sep 14 17:06:54.113 INFO kablam! --> tests/test_iter.rs:3:21 Sep 14 17:06:54.113 INFO kablam! | Sep 14 17:06:54.113 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 14 17:06:54.113 INFO kablam! | ^^^ Sep 14 17:06:54.113 INFO kablam! | Sep 14 17:06:54.113 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 17:06:54.113 INFO kablam! Sep 14 17:06:54.113 INFO kablam! warning: unused import: `IntoBuf` Sep 14 17:06:54.113 INFO kablam! --> tests/test_iter.rs:3:26 Sep 14 17:06:54.113 INFO kablam! | Sep 14 17:06:54.113 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 14 17:06:54.113 INFO kablam! | ^^^^^^^ Sep 14 17:06:54.113 INFO kablam! Sep 14 17:06:54.114 INFO kablam! error: aborting due to previous error Sep 14 17:06:54.114 INFO kablam! Sep 14 17:06:54.114 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 14 17:06:54.121 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 14 17:06:54.121 INFO kablam! --> tests/test_from_buf.rs:14:42 Sep 14 17:06:54.121 INFO kablam! | Sep 14 17:06:54.121 INFO kablam! 14 | let buf: Vec = Cursor::new(LONG).collect(); Sep 14 17:06:54.121 INFO kablam! | ^^^^^^^ Sep 14 17:06:54.121 INFO kablam! | Sep 14 17:06:54.121 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 14 17:06:54.121 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 14 17:06:54.121 INFO kablam! Sep 14 17:06:54.124 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 14 17:06:54.124 INFO kablam! --> tests/test_from_buf.rs:20:41 Sep 14 17:06:54.124 INFO kablam! | Sep 14 17:06:54.124 INFO kablam! 20 | let buf: Bytes = Cursor::new(SHORT).collect(); Sep 14 17:06:54.124 INFO kablam! | ^^^^^^^ Sep 14 17:06:54.124 INFO kablam! | Sep 14 17:06:54.124 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 14 17:06:54.124 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 14 17:06:54.124 INFO kablam! Sep 14 17:06:54.124 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 14 17:06:54.124 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 17:06:54.128 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 14 17:06:54.128 INFO kablam! --> tests/test_from_buf.rs:23:40 Sep 14 17:06:54.128 INFO kablam! | Sep 14 17:06:54.128 INFO kablam! 23 | let buf: Bytes = Cursor::new(LONG).collect(); Sep 14 17:06:54.128 INFO kablam! | ^^^^^^^ Sep 14 17:06:54.128 INFO kablam! | Sep 14 17:06:54.128 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 14 17:06:54.128 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 14 17:06:54.128 INFO kablam! Sep 14 17:06:54.128 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 14 17:06:54.128 INFO kablam! --> tests/test_from_buf.rs:29:44 Sep 14 17:06:54.128 INFO kablam! | Sep 14 17:06:54.128 INFO kablam! 29 | let buf: BytesMut = Cursor::new(SHORT).collect(); Sep 14 17:06:54.128 INFO kablam! | ^^^^^^^ Sep 14 17:06:54.128 INFO kablam! | Sep 14 17:06:54.128 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 14 17:06:54.128 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 14 17:06:54.128 INFO kablam! Sep 14 17:06:54.129 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 14 17:06:54.129 INFO kablam! --> tests/test_from_buf.rs:32:43 Sep 14 17:06:54.129 INFO kablam! | Sep 14 17:06:54.129 INFO kablam! 32 | let buf: BytesMut = Cursor::new(LONG).collect(); Sep 14 17:06:54.129 INFO kablam! | ^^^^^^^ Sep 14 17:06:54.129 INFO kablam! | Sep 14 17:06:54.129 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 14 17:06:54.129 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 14 17:06:54.129 INFO kablam! Sep 14 17:06:54.134 INFO kablam! error: aborting due to 7 previous errors Sep 14 17:06:54.135 INFO kablam! Sep 14 17:06:54.135 INFO kablam! Some errors occurred: E0432, E0599. Sep 14 17:06:54.135 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 17:06:54.142 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 14 17:06:54.142 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 17:06:54.147 INFO kablam! error[E0599]: no method named `take` found for type `std::io::Cursor<&[u8; 11]>` in the current scope Sep 14 17:06:54.147 INFO kablam! --> tests/test_take.rs:10:43 Sep 14 17:06:54.147 INFO kablam! | Sep 14 17:06:54.147 INFO kablam! 10 | let buf = Cursor::new(b"hello world").take(100); Sep 14 17:06:54.147 INFO kablam! | ^^^^ Sep 14 17:06:54.147 INFO kablam! | Sep 14 17:06:54.147 INFO kablam! = note: the method `take` exists but the following trait bounds were not satisfied: Sep 14 17:06:54.147 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : embedrs_bytes::Buf` Sep 14 17:06:54.147 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : std::iter::Iterator` Sep 14 17:06:54.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 17:06:54.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 17:06:54.148 INFO kablam! | Sep 14 17:06:54.148 INFO kablam! 3 | use std::io::Read; Sep 14 17:06:54.148 INFO kablam! | Sep 14 17:06:54.148 INFO kablam! Sep 14 17:06:54.153 INFO kablam! error: aborting due to previous error Sep 14 17:06:54.153 INFO kablam! Sep 14 17:06:54.153 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 14 17:06:54.162 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 14 17:06:54.162 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 17:06:54.387 INFO kablam! warning: unused import: `BufMut` Sep 14 17:06:54.387 INFO kablam! --> tests/test_bytes.rs:3:38 Sep 14 17:06:54.387 INFO kablam! | Sep 14 17:06:54.387 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 14 17:06:54.387 INFO kablam! | ^^^^^^ Sep 14 17:06:54.387 INFO kablam! | Sep 14 17:06:54.387 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 17:06:54.387 INFO kablam! Sep 14 17:06:54.387 INFO kablam! warning: unused import: `std::fmt::Write` Sep 14 17:06:54.387 INFO kablam! --> tests/test_bytes.rs:56:9 Sep 14 17:06:54.387 INFO kablam! | Sep 14 17:06:54.388 INFO kablam! 56 | use std::fmt::Write; Sep 14 17:06:54.388 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 17:06:54.388 INFO kablam! Sep 14 17:06:54.397 INFO kablam! error: aborting due to previous error Sep 14 17:06:54.397 INFO kablam! Sep 14 17:06:54.397 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 14 17:06:54.406 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 14 17:06:54.406 INFO kablam! Sep 14 17:06:54.406 INFO kablam! To learn more, run the command again with --verbose. Sep 14 17:06:54.407 INFO kablam! su: No module specific data is present Sep 14 17:06:54.958 INFO running `"docker" "rm" "-f" "6f33eef955c481d84dcf05a821a5d45de9746f5dd239f1113abec49b8ef5bba7"` Sep 14 17:06:55.021 INFO blam! 6f33eef955c481d84dcf05a821a5d45de9746f5dd239f1113abec49b8ef5bba7