Sep 21 06:47:02.701 INFO checking multipart-0.15.3 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:47:02.701 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:47:02.701 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:47:02.931 INFO blam! 0a7d008634310d38019e6ae4117d6e2d3d1fe637b07778fae88d18b3cf177485 Sep 21 06:47:02.932 INFO running `"docker" "start" "-a" "0a7d008634310d38019e6ae4117d6e2d3d1fe637b07778fae88d18b3cf177485"` Sep 21 06:47:03.657 INFO kablam! usermod: no changes Sep 21 06:47:03.730 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 21 06:47:03.730 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 21 06:47:03.730 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 21 06:47:03.730 INFO kablam! files will be included as a binary target: Sep 21 06:47:03.730 INFO kablam! Sep 21 06:47:03.730 INFO kablam! * /source/src/bin/read_file.rs Sep 21 06:47:03.730 INFO kablam! Sep 21 06:47:03.730 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 21 06:47:03.730 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 21 06:47:03.730 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 21 06:47:03.730 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 21 06:47:03.730 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 21 06:47:03.730 INFO kablam! Sep 21 06:47:03.730 INFO kablam! For more information on this warning you can consult Sep 21 06:47:03.730 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 21 06:47:04.010 INFO kablam! Checking buf_redux v0.7.1 Sep 21 06:47:04.696 INFO kablam! Checking multipart v0.15.3 (/source) Sep 21 06:47:07.141 INFO kablam! warning: unused `#[macro_use]` import Sep 21 06:47:07.141 INFO kablam! --> src/lib.rs:48:1 Sep 21 06:47:07.142 INFO kablam! | Sep 21 06:47:07.142 INFO kablam! 48 | #[macro_use] Sep 21 06:47:07.142 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:47:07.142 INFO kablam! | Sep 21 06:47:07.142 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 06:47:07.142 INFO kablam! Sep 21 06:47:07.143 INFO kablam! warning: unused imports: `Cell`, `RefCell` Sep 21 06:47:07.143 INFO kablam! --> src/mock.rs:8:17 Sep 21 06:47:07.143 INFO kablam! | Sep 21 06:47:07.143 INFO kablam! 8 | use std::cell::{Cell, RefCell}; Sep 21 06:47:07.143 INFO kablam! | ^^^^ ^^^^^^^ Sep 21 06:47:07.144 INFO kablam! Sep 21 06:47:07.144 INFO kablam! warning: unused import: `thread` Sep 21 06:47:07.144 INFO kablam! --> src/mock.rs:10:16 Sep 21 06:47:07.144 INFO kablam! | Sep 21 06:47:07.144 INFO kablam! 10 | use std::{fmt, thread}; Sep 21 06:47:07.144 INFO kablam! | ^^^^^^ Sep 21 06:47:07.144 INFO kablam! Sep 21 06:47:07.145 INFO kablam! warning: unused import: `SubLevel` Sep 21 06:47:07.145 INFO kablam! --> src/server/field.rs:9:28 Sep 21 06:47:07.145 INFO kablam! | Sep 21 06:47:07.145 INFO kablam! 9 | use mime::{Mime, TopLevel, SubLevel}; Sep 21 06:47:07.145 INFO kablam! | ^^^^^^^^ Sep 21 06:47:07.145 INFO kablam! Sep 21 06:47:07.145 INFO kablam! warning: unused import: `quick_error::ResultExt` Sep 21 06:47:07.146 INFO kablam! --> src/server/field.rs:11:5 Sep 21 06:47:07.146 INFO kablam! | Sep 21 06:47:07.146 INFO kablam! 11 | use quick_error::ResultExt; Sep 21 06:47:07.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:47:07.147 INFO kablam! Sep 21 06:47:07.322 INFO kablam! warning: the trait bound `M: server::field::PrivReadEntry` is not satisfied Sep 21 06:47:07.322 INFO kablam! --> src/server/save.rs:889:33 Sep 21 06:47:07.322 INFO kablam! | Sep 21 06:47:07.322 INFO kablam! 889 | pub type EntriesSaveResult = SaveResult>; Sep 21 06:47:07.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::field::PrivReadEntry` is not implemented for `M` Sep 21 06:47:07.322 INFO kablam! | Sep 21 06:47:07.322 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:47:07.322 INFO kablam! = help: consider adding a `where M: server::field::PrivReadEntry` bound Sep 21 06:47:07.322 INFO kablam! = note: required because of the requirements on the impl of `server::field::ReadEntry` for `M` Sep 21 06:47:07.322 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:47:07.322 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:47:07.322 INFO kablam! Sep 21 06:47:07.338 INFO kablam! warning: unused imports: `Cell`, `RefCell` Sep 21 06:47:07.338 INFO kablam! --> src/mock.rs:8:17 Sep 21 06:47:07.338 INFO kablam! | Sep 21 06:47:07.338 INFO kablam! 8 | use std::cell::{Cell, RefCell}; Sep 21 06:47:07.338 INFO kablam! | ^^^^ ^^^^^^^ Sep 21 06:47:07.338 INFO kablam! | Sep 21 06:47:07.338 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 06:47:07.338 INFO kablam! Sep 21 06:47:07.338 INFO kablam! warning: unused import: `thread` Sep 21 06:47:07.338 INFO kablam! --> src/mock.rs:10:16 Sep 21 06:47:07.338 INFO kablam! | Sep 21 06:47:07.338 INFO kablam! 10 | use std::{fmt, thread}; Sep 21 06:47:07.338 INFO kablam! | ^^^^^^ Sep 21 06:47:07.338 INFO kablam! Sep 21 06:47:07.339 INFO kablam! warning: unused import: `SubLevel` Sep 21 06:47:07.339 INFO kablam! --> src/server/field.rs:9:28 Sep 21 06:47:07.339 INFO kablam! | Sep 21 06:47:07.339 INFO kablam! 9 | use mime::{Mime, TopLevel, SubLevel}; Sep 21 06:47:07.339 INFO kablam! | ^^^^^^^^ Sep 21 06:47:07.339 INFO kablam! Sep 21 06:47:07.339 INFO kablam! warning: unused import: `quick_error::ResultExt` Sep 21 06:47:07.339 INFO kablam! --> src/server/field.rs:11:5 Sep 21 06:47:07.339 INFO kablam! | Sep 21 06:47:07.339 INFO kablam! 11 | use quick_error::ResultExt; Sep 21 06:47:07.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:47:07.339 INFO kablam! Sep 21 06:47:07.342 INFO kablam! warning: unused import: `self` Sep 21 06:47:07.342 INFO kablam! --> src/local_test.rs:11:12 Sep 21 06:47:07.342 INFO kablam! | Sep 21 06:47:07.342 INFO kablam! 11 | use mime::{self, Mime}; Sep 21 06:47:07.342 INFO kablam! | ^^^^ Sep 21 06:47:07.342 INFO kablam! Sep 21 06:47:07.593 INFO kablam! warning: the trait bound `M: server::field::PrivReadEntry` is not satisfied Sep 21 06:47:07.593 INFO kablam! --> src/server/save.rs:889:33 Sep 21 06:47:07.593 INFO kablam! | Sep 21 06:47:07.593 INFO kablam! 889 | pub type EntriesSaveResult = SaveResult>; Sep 21 06:47:07.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `server::field::PrivReadEntry` is not implemented for `M` Sep 21 06:47:07.593 INFO kablam! | Sep 21 06:47:07.593 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:47:07.593 INFO kablam! = help: consider adding a `where M: server::field::PrivReadEntry` bound Sep 21 06:47:07.593 INFO kablam! = note: required because of the requirements on the impl of `server::field::ReadEntry` for `M` Sep 21 06:47:07.593 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:47:07.594 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:47:07.594 INFO kablam! Sep 21 06:47:13.752 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 06:47:13.752 INFO kablam! --> src/bin/form_test.rs:21:9 Sep 21 06:47:13.752 INFO kablam! | Sep 21 06:47:13.752 INFO kablam! 21 | / multipart.foreach_entry(|_| {}) Sep 21 06:47:13.752 INFO kablam! 22 | | .map_err(|e| println!("error handling field: {}", e)); Sep 21 06:47:13.752 INFO kablam! | |__________________________________________________________________^ Sep 21 06:47:13.794 INFO kablam! | Sep 21 06:47:13.794 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 06:47:13.794 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 06:47:13.794 INFO kablam! Sep 21 06:47:15.522 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 06:47:15.522 INFO kablam! --> src/bin/form_test.rs:21:9 Sep 21 06:47:15.522 INFO kablam! | Sep 21 06:47:15.522 INFO kablam! 21 | / multipart.foreach_entry(|_| {}) Sep 21 06:47:15.522 INFO kablam! 22 | | .map_err(|e| println!("error handling field: {}", e)); Sep 21 06:47:15.522 INFO kablam! | |__________________________________________________________________^ Sep 21 06:47:15.522 INFO kablam! | Sep 21 06:47:15.522 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 06:47:15.522 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 06:47:15.522 INFO kablam! Sep 21 06:47:15.578 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.88s Sep 21 06:47:15.608 INFO kablam! su: No module specific data is present Sep 21 06:47:16.945 INFO running `"docker" "rm" "-f" "0a7d008634310d38019e6ae4117d6e2d3d1fe637b07778fae88d18b3cf177485"` Sep 21 06:47:17.071 INFO blam! 0a7d008634310d38019e6ae4117d6e2d3d1fe637b07778fae88d18b3cf177485