Aug 11 01:42:59.756 INFO checking slog-2.3.2 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 01:42:59.756 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 01:42:59.756 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 01:42:59.757 INFO running `"docker" "create" "-v" "/tmp/crater.6vgkIHMyd2E5:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-7/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 01:43:00.002 INFO blam! 474a6e5e848ab2c246e9c67afc6f6e4f22e7773e7e1d16f27888eb939639ab13 Aug 11 01:43:00.005 INFO running `"docker" "start" "-a" "474a6e5e848ab2c246e9c67afc6f6e4f22e7773e7e1d16f27888eb939639ab13"` Aug 11 01:43:01.089 INFO kablam! Checking slog v2.3.2 (file:///source) Aug 11 01:43:04.744 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_term::FullFormat` in the current scope Aug 11 01:43:04.744 INFO kablam! --> examples/named.rs:14:10 Aug 11 01:43:04.744 INFO kablam! | Aug 11 01:43:04.744 INFO kablam! 14 | .fuse(); Aug 11 01:43:04.745 INFO kablam! | ^^^^ Aug 11 01:43:04.753 INFO kablam! | Aug 11 01:43:04.761 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Aug 11 01:43:04.761 INFO kablam! `&slog_term::FullFormat : slog::Drain` Aug 11 01:43:04.761 INFO kablam! `&mut slog_term::FullFormat : slog::Drain` Aug 11 01:43:04.761 INFO kablam! `&mut slog_term::FullFormat : std::iter::Iterator` Aug 11 01:43:04.762 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 01:43:04.762 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 01:43:04.762 INFO kablam! | Aug 11 01:43:04.762 INFO kablam! 6 | use slog::Drain; Aug 11 01:43:04.762 INFO kablam! | Aug 11 01:43:04.763 INFO kablam! Aug 11 01:43:04.766 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_async::Async` in the current scope Aug 11 01:43:04.766 INFO kablam! --> examples/named.rs:15:55 Aug 11 01:43:04.766 INFO kablam! | Aug 11 01:43:04.766 INFO kablam! 15 | let drain = slog_async::Async::new(drain).build().fuse(); Aug 11 01:43:04.766 INFO kablam! | ^^^^ Aug 11 01:43:04.776 INFO kablam! | Aug 11 01:43:04.777 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Aug 11 01:43:04.777 INFO kablam! `&slog_async::Async : slog::Drain` Aug 11 01:43:04.777 INFO kablam! `&mut slog_async::Async : slog::Drain` Aug 11 01:43:04.777 INFO kablam! `&mut slog_async::Async : std::iter::Iterator` Aug 11 01:43:04.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 01:43:04.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 01:43:04.778 INFO kablam! | Aug 11 01:43:04.778 INFO kablam! 6 | use slog::Drain; Aug 11 01:43:04.778 INFO kablam! | Aug 11 01:43:04.779 INFO kablam! Aug 11 01:43:04.880 INFO kablam! error: aborting due to 2 previous errors Aug 11 01:43:04.880 INFO kablam! Aug 11 01:43:04.880 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 11 01:43:04.890 INFO kablam! error: Could not compile `slog`. Aug 11 01:43:04.890 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 01:43:05.211 INFO kablam! warning: unused arithmetic operation which must be used Aug 11 01:43:05.211 INFO kablam! --> src/tests.rs:183:13 Aug 11 01:43:05.211 INFO kablam! | Aug 11 01:43:05.211 INFO kablam! 183 | { 3 + 3; 2}; Aug 11 01:43:05.211 INFO kablam! | ^^^^^ Aug 11 01:43:05.211 INFO kablam! | Aug 11 01:43:05.211 INFO kablam! = note: #[warn(unused_must_use)] on by default Aug 11 01:43:05.211 INFO kablam! Aug 11 01:43:05.212 INFO kablam! warning: unused arithmetic operation which must be used Aug 11 01:43:05.212 INFO kablam! --> src/tests.rs:185:22 Aug 11 01:43:05.212 INFO kablam! | Aug 11 01:43:05.212 INFO kablam! 185 | "foo" => { 3 + 3; 2}, Aug 11 01:43:05.212 INFO kablam! | ^^^^^ Aug 11 01:43:05.212 INFO kablam! Aug 11 01:43:05.353 INFO kablam! error: build failed Aug 11 01:43:05.354 INFO kablam! su: No module specific data is present Aug 11 01:43:05.926 INFO running `"docker" "rm" "-f" "474a6e5e848ab2c246e9c67afc6f6e4f22e7773e7e1d16f27888eb939639ab13"` Aug 11 01:43:06.103 INFO blam! 474a6e5e848ab2c246e9c67afc6f6e4f22e7773e7e1d16f27888eb939639ab13