Sep 04 18:46:41.570 INFO checking embedrs-bytes-0.4.6 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 18:46:41.570 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 18:46:41.570 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 18:46:41.765 INFO blam! 1cdb089b9dd7fed071c0e30d9278ca60dcf7b0fc1315a02a89ba3ae6e1dcb840 Sep 04 18:46:41.767 INFO running `"docker" "start" "-a" "1cdb089b9dd7fed071c0e30d9278ca60dcf7b0fc1315a02a89ba3ae6e1dcb840"` Sep 04 18:46:42.396 INFO kablam! Checking embedrs-bytes v0.4.6 (file:///source) Sep 04 18:46:45.177 INFO kablam! error[E0463]: can't find crate for `iovec` Sep 04 18:46:45.177 INFO kablam! --> tests/test_buf.rs:3:1 Sep 04 18:46:45.177 INFO kablam! | Sep 04 18:46:45.177 INFO kablam! 3 | extern crate iovec; Sep 04 18:46:45.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 18:46:45.177 INFO kablam! Sep 04 18:46:45.178 INFO kablam! error: aborting due to previous error Sep 04 18:46:45.178 INFO kablam! Sep 04 18:46:45.178 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 18:46:45.206 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 04 18:46:45.207 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 18:46:45.295 INFO kablam! error[E0599]: no method named `take` found for type `std::io::Cursor<&[u8; 11]>` in the current scope Sep 04 18:46:45.295 INFO kablam! --> tests/test_take.rs:10:43 Sep 04 18:46:45.295 INFO kablam! | Sep 04 18:46:45.295 INFO kablam! 10 | let buf = Cursor::new(b"hello world").take(100); Sep 04 18:46:45.295 INFO kablam! | ^^^^ Sep 04 18:46:45.296 INFO kablam! | Sep 04 18:46:45.296 INFO kablam! = note: the method `take` exists but the following trait bounds were not satisfied: Sep 04 18:46:45.296 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : embedrs_bytes::Buf` Sep 04 18:46:45.296 INFO kablam! `&mut std::io::Cursor<&[u8; 11]> : std::iter::Iterator` Sep 04 18:46:45.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 18:46:45.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 18:46:45.297 INFO kablam! | Sep 04 18:46:45.297 INFO kablam! 3 | use std::io::Read; Sep 04 18:46:45.297 INFO kablam! | Sep 04 18:46:45.298 INFO kablam! Sep 04 18:46:45.309 INFO kablam! error: aborting due to previous error Sep 04 18:46:45.310 INFO kablam! Sep 04 18:46:45.311 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 18:46:45.321 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 04 18:46:45.322 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 18:46:45.420 INFO kablam! error[E0463]: can't find crate for `bytes` Sep 04 18:46:45.420 INFO kablam! --> benches/bytes.rs:3:1 Sep 04 18:46:45.420 INFO kablam! | Sep 04 18:46:45.420 INFO kablam! 3 | extern crate bytes; Sep 04 18:46:45.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 18:46:45.421 INFO kablam! Sep 04 18:46:45.421 INFO kablam! error: aborting due to previous error Sep 04 18:46:45.421 INFO kablam! Sep 04 18:46:45.422 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 18:46:45.428 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 04 18:46:45.429 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 18:46:45.692 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 04 18:46:45.692 INFO kablam! --> tests/test_bytes.rs:3:21 Sep 04 18:46:45.693 INFO kablam! | Sep 04 18:46:45.693 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 04 18:46:45.693 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 04 18:46:45.693 INFO kablam! Sep 04 18:46:45.693 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::BytesMut` Sep 04 18:46:45.693 INFO kablam! --> tests/test_bytes.rs:3:28 Sep 04 18:46:45.693 INFO kablam! | Sep 04 18:46:45.693 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 04 18:46:45.693 INFO kablam! | ^^^^^^^^ no `BytesMut` in the root Sep 04 18:46:45.693 INFO kablam! Sep 04 18:46:45.718 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 04 18:46:45.718 INFO kablam! --> tests/test_debug.rs:3:5 Sep 04 18:46:45.718 INFO kablam! | Sep 04 18:46:45.718 INFO kablam! 3 | use embedrs_bytes::Bytes; Sep 04 18:46:45.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ no `Bytes` in the root Sep 04 18:46:45.718 INFO kablam! Sep 04 18:46:45.857 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 04 18:46:45.857 INFO kablam! --> tests/test_iter.rs:3:35 Sep 04 18:46:45.857 INFO kablam! | Sep 04 18:46:45.857 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 04 18:46:45.857 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 04 18:46:45.857 INFO kablam! Sep 04 18:46:45.863 INFO kablam! error: aborting due to previous error Sep 04 18:46:45.863 INFO kablam! Sep 04 18:46:45.864 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 18:46:45.873 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 04 18:46:45.874 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 18:46:45.941 INFO kablam! warning: unused import: `Buf` Sep 04 18:46:45.941 INFO kablam! --> tests/test_iter.rs:3:21 Sep 04 18:46:45.941 INFO kablam! | Sep 04 18:46:45.941 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 04 18:46:45.941 INFO kablam! | ^^^ Sep 04 18:46:45.941 INFO kablam! | Sep 04 18:46:45.941 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 18:46:45.941 INFO kablam! Sep 04 18:46:45.941 INFO kablam! warning: unused import: `IntoBuf` Sep 04 18:46:45.941 INFO kablam! --> tests/test_iter.rs:3:26 Sep 04 18:46:45.941 INFO kablam! | Sep 04 18:46:45.941 INFO kablam! 3 | use embedrs_bytes::{Buf, IntoBuf, Bytes}; Sep 04 18:46:45.942 INFO kablam! | ^^^^^^^ Sep 04 18:46:45.942 INFO kablam! Sep 04 18:46:45.942 INFO kablam! error: aborting due to previous error Sep 04 18:46:45.942 INFO kablam! Sep 04 18:46:45.942 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 18:46:45.949 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::Bytes` Sep 04 18:46:45.949 INFO kablam! --> tests/test_from_buf.rs:3:26 Sep 04 18:46:45.949 INFO kablam! | Sep 04 18:46:45.949 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 04 18:46:45.949 INFO kablam! | ^^^^^ no `Bytes` in the root Sep 04 18:46:45.949 INFO kablam! Sep 04 18:46:45.950 INFO kablam! error[E0432]: unresolved import `embedrs_bytes::BytesMut` Sep 04 18:46:45.950 INFO kablam! --> tests/test_from_buf.rs:3:33 Sep 04 18:46:45.950 INFO kablam! | Sep 04 18:46:45.950 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 04 18:46:45.950 INFO kablam! | ^^^^^^^^ no `BytesMut` in the root Sep 04 18:46:45.950 INFO kablam! Sep 04 18:46:45.953 INFO kablam! warning: unused import: `Buf` Sep 04 18:46:45.953 INFO kablam! --> tests/test_from_buf.rs:3:21 Sep 04 18:46:45.953 INFO kablam! | Sep 04 18:46:45.953 INFO kablam! 3 | use embedrs_bytes::{Buf, Bytes, BytesMut}; Sep 04 18:46:45.953 INFO kablam! | ^^^ Sep 04 18:46:45.953 INFO kablam! | Sep 04 18:46:45.954 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 18:46:45.954 INFO kablam! Sep 04 18:46:45.962 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 04 18:46:45.962 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 18:46:46.054 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 04 18:46:46.054 INFO kablam! --> tests/test_from_buf.rs:11:43 Sep 04 18:46:46.054 INFO kablam! | Sep 04 18:46:46.054 INFO kablam! 11 | let buf: Vec = Cursor::new(SHORT).collect(); Sep 04 18:46:46.054 INFO kablam! | ^^^^^^^ Sep 04 18:46:46.055 INFO kablam! | Sep 04 18:46:46.055 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 04 18:46:46.055 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 04 18:46:46.055 INFO kablam! Sep 04 18:46:46.100 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 04 18:46:46.101 INFO kablam! --> tests/test_from_buf.rs:14:42 Sep 04 18:46:46.101 INFO kablam! | Sep 04 18:46:46.101 INFO kablam! 14 | let buf: Vec = Cursor::new(LONG).collect(); Sep 04 18:46:46.101 INFO kablam! | ^^^^^^^ Sep 04 18:46:46.101 INFO kablam! | Sep 04 18:46:46.101 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 04 18:46:46.101 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 04 18:46:46.102 INFO kablam! Sep 04 18:46:46.106 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 04 18:46:46.106 INFO kablam! --> tests/test_from_buf.rs:20:41 Sep 04 18:46:46.106 INFO kablam! | Sep 04 18:46:46.106 INFO kablam! 20 | let buf: Bytes = Cursor::new(SHORT).collect(); Sep 04 18:46:46.106 INFO kablam! | ^^^^^^^ Sep 04 18:46:46.106 INFO kablam! | Sep 04 18:46:46.107 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 04 18:46:46.107 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 04 18:46:46.107 INFO kablam! Sep 04 18:46:46.110 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 04 18:46:46.110 INFO kablam! --> tests/test_from_buf.rs:23:40 Sep 04 18:46:46.110 INFO kablam! | Sep 04 18:46:46.110 INFO kablam! 23 | let buf: Bytes = Cursor::new(LONG).collect(); Sep 04 18:46:46.110 INFO kablam! | ^^^^^^^ Sep 04 18:46:46.110 INFO kablam! | Sep 04 18:46:46.110 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 04 18:46:46.110 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 04 18:46:46.110 INFO kablam! Sep 04 18:46:46.115 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 04 18:46:46.115 INFO kablam! --> tests/test_from_buf.rs:29:44 Sep 04 18:46:46.115 INFO kablam! | Sep 04 18:46:46.115 INFO kablam! 29 | let buf: BytesMut = Cursor::new(SHORT).collect(); Sep 04 18:46:46.115 INFO kablam! | ^^^^^^^ Sep 04 18:46:46.115 INFO kablam! | Sep 04 18:46:46.115 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 04 18:46:46.115 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 04 18:46:46.115 INFO kablam! Sep 04 18:46:46.118 INFO kablam! error[E0599]: no method named `collect` found for type `std::io::Cursor<&[u8]>` in the current scope Sep 04 18:46:46.119 INFO kablam! --> tests/test_from_buf.rs:32:43 Sep 04 18:46:46.119 INFO kablam! | Sep 04 18:46:46.119 INFO kablam! 32 | let buf: BytesMut = Cursor::new(LONG).collect(); Sep 04 18:46:46.119 INFO kablam! | ^^^^^^^ Sep 04 18:46:46.119 INFO kablam! | Sep 04 18:46:46.119 INFO kablam! = note: the method `collect` exists but the following trait bounds were not satisfied: Sep 04 18:46:46.119 INFO kablam! `&mut std::io::Cursor<&[u8]> : std::iter::Iterator` Sep 04 18:46:46.119 INFO kablam! Sep 04 18:46:46.126 INFO kablam! error: aborting due to 8 previous errors Sep 04 18:46:46.126 INFO kablam! Sep 04 18:46:46.126 INFO kablam! Some errors occurred: E0432, E0599. Sep 04 18:46:46.126 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 18:46:46.135 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 04 18:46:46.135 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 18:46:46.432 INFO kablam! warning: unused import: `BufMut` Sep 04 18:46:46.432 INFO kablam! --> tests/test_bytes.rs:3:38 Sep 04 18:46:46.432 INFO kablam! | Sep 04 18:46:46.432 INFO kablam! 3 | use embedrs_bytes::{Bytes, BytesMut, BufMut}; Sep 04 18:46:46.432 INFO kablam! | ^^^^^^ Sep 04 18:46:46.432 INFO kablam! | Sep 04 18:46:46.432 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 18:46:46.432 INFO kablam! Sep 04 18:46:46.432 INFO kablam! warning: unused import: `std::fmt::Write` Sep 04 18:46:46.432 INFO kablam! --> tests/test_bytes.rs:56:9 Sep 04 18:46:46.432 INFO kablam! | Sep 04 18:46:46.432 INFO kablam! 56 | use std::fmt::Write; Sep 04 18:46:46.432 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 18:46:46.432 INFO kablam! Sep 04 18:46:46.442 INFO kablam! error: aborting due to 2 previous errors Sep 04 18:46:46.442 INFO kablam! Sep 04 18:46:46.442 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 18:46:46.453 INFO kablam! error: Could not compile `embedrs-bytes`. Sep 04 18:46:46.453 INFO kablam! Sep 04 18:46:46.453 INFO kablam! To learn more, run the command again with --verbose. Sep 04 18:46:46.456 INFO kablam! su: No module specific data is present Sep 04 18:46:46.918 INFO running `"docker" "rm" "-f" "1cdb089b9dd7fed071c0e30d9278ca60dcf7b0fc1315a02a89ba3ae6e1dcb840"` Sep 04 18:46:47.047 INFO blam! 1cdb089b9dd7fed071c0e30d9278ca60dcf7b0fc1315a02a89ba3ae6e1dcb840