Sep 17 17:11:35.875 INFO checking slog-2.3.2 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 17:11:35.875 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 17:11:35.875 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 17:11:36.191 INFO blam! 0058a2ec9dddc0797ea65cd2e33c7539ff1a2346c0dd325a84a39aaae09e0cfb Sep 17 17:11:36.195 INFO running `"docker" "start" "-a" "0058a2ec9dddc0797ea65cd2e33c7539ff1a2346c0dd325a84a39aaae09e0cfb"` Sep 17 17:11:36.986 INFO kablam! usermod: no changes Sep 17 17:11:37.055 INFO kablam! Checking slog v2.3.2 (/source) Sep 17 17:11:37.063 INFO kablam! Checking slog-term v2.4.0 Sep 17 17:11:38.323 INFO kablam! warning: unused `#[macro_use]` import Sep 17 17:11:38.323 INFO kablam! --> examples/struct-log-self.rs:3:1 Sep 17 17:11:38.323 INFO kablam! | Sep 17 17:11:38.323 INFO kablam! 3 | #[macro_use] Sep 17 17:11:38.323 INFO kablam! | ^^^^^^^^^^^^ Sep 17 17:11:38.323 INFO kablam! | Sep 17 17:11:38.323 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 17:11:38.323 INFO kablam! Sep 17 17:11:38.643 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_term::FullFormat` in the current scope Sep 17 17:11:38.643 INFO kablam! --> examples/named.rs:14:10 Sep 17 17:11:38.643 INFO kablam! | Sep 17 17:11:38.643 INFO kablam! 14 | .fuse(); Sep 17 17:11:38.643 INFO kablam! | ^^^^ Sep 17 17:11:38.643 INFO kablam! | Sep 17 17:11:38.643 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Sep 17 17:11:38.643 INFO kablam! `&slog_term::FullFormat : slog::Drain` Sep 17 17:11:38.643 INFO kablam! `&mut slog_term::FullFormat : slog::Drain` Sep 17 17:11:38.643 INFO kablam! `&mut slog_term::FullFormat : std::iter::Iterator` Sep 17 17:11:38.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 17:11:38.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 17:11:38.643 INFO kablam! | Sep 17 17:11:38.643 INFO kablam! 6 | use slog::Drain; Sep 17 17:11:38.643 INFO kablam! | Sep 17 17:11:38.643 INFO kablam! Sep 17 17:11:38.643 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_async::Async` in the current scope Sep 17 17:11:38.643 INFO kablam! --> examples/named.rs:15:55 Sep 17 17:11:38.643 INFO kablam! | Sep 17 17:11:38.643 INFO kablam! 15 | let drain = slog_async::Async::new(drain).build().fuse(); Sep 17 17:11:38.643 INFO kablam! | ^^^^ Sep 17 17:11:38.643 INFO kablam! | Sep 17 17:11:38.643 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Sep 17 17:11:38.643 INFO kablam! `&slog_async::Async : slog::Drain` Sep 17 17:11:38.643 INFO kablam! `&mut slog_async::Async : slog::Drain` Sep 17 17:11:38.643 INFO kablam! `&mut slog_async::Async : std::iter::Iterator` Sep 17 17:11:38.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 17:11:38.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 17:11:38.643 INFO kablam! | Sep 17 17:11:38.643 INFO kablam! 6 | use slog::Drain; Sep 17 17:11:38.643 INFO kablam! | Sep 17 17:11:38.643 INFO kablam! Sep 17 17:11:38.694 INFO kablam! error: aborting due to 2 previous errors Sep 17 17:11:38.694 INFO kablam! Sep 17 17:11:38.694 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 17 17:11:38.698 INFO kablam! error: Could not compile `slog`. Sep 17 17:11:38.698 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 17:11:39.159 INFO kablam! warning: unused arithmetic operation which must be used Sep 17 17:11:39.159 INFO kablam! --> src/tests.rs:183:13 Sep 17 17:11:39.159 INFO kablam! | Sep 17 17:11:39.159 INFO kablam! 183 | { 3 + 3; 2}; Sep 17 17:11:39.159 INFO kablam! | ^^^^^ Sep 17 17:11:39.159 INFO kablam! | Sep 17 17:11:39.159 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 17 17:11:39.159 INFO kablam! Sep 17 17:11:39.159 INFO kablam! warning: unused arithmetic operation which must be used Sep 17 17:11:39.159 INFO kablam! --> src/tests.rs:185:22 Sep 17 17:11:39.159 INFO kablam! | Sep 17 17:11:39.159 INFO kablam! 185 | "foo" => { 3 + 3; 2}, Sep 17 17:11:39.159 INFO kablam! | ^^^^^ Sep 17 17:11:39.159 INFO kablam! Sep 17 17:11:39.187 INFO kablam! error: build failed Sep 17 17:11:39.189 INFO kablam! su: No module specific data is present Sep 17 17:11:40.148 INFO running `"docker" "rm" "-f" "0058a2ec9dddc0797ea65cd2e33c7539ff1a2346c0dd325a84a39aaae09e0cfb"` Sep 17 17:11:40.338 INFO blam! 0058a2ec9dddc0797ea65cd2e33c7539ff1a2346c0dd325a84a39aaae09e0cfb