Aug 30 03:15:27.790 INFO checking slog-2.3.2 against try#2d477f9981361618ac78253c28051a66b6cea125 for pr-53707 Aug 30 03:15:27.790 INFO running: cargo +2d477f9981361618ac78253c28051a66b6cea125-alt check --frozen --all --all-targets Aug 30 03:15:27.790 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53707/try#2d477f9981361618ac78253c28051a66b6cea125:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-1/try#2d477f9981361618ac78253c28051a66b6cea125:/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 +2d477f9981361618ac78253c28051a66b6cea125-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 03:15:27.935 INFO blam! d92cc240fa0e9f8d7aa3f6c5d4bf3a362828fcd722e5cd0fbfb2b8e9b6717ac3 Aug 30 03:15:27.937 INFO running `"docker" "start" "-a" "d92cc240fa0e9f8d7aa3f6c5d4bf3a362828fcd722e5cd0fbfb2b8e9b6717ac3"` Aug 30 03:15:28.757 INFO kablam! Checking slog v2.3.2 (file:///source) Aug 30 03:15:30.329 INFO kablam! warning: unused arithmetic operation which must be used Aug 30 03:15:30.330 INFO kablam! --> src/tests.rs:183:13 Aug 30 03:15:30.330 INFO kablam! | Aug 30 03:15:30.330 INFO kablam! 183 | { 3 + 3; 2}; Aug 30 03:15:30.330 INFO kablam! | ^^^^^ Aug 30 03:15:30.330 INFO kablam! | Aug 30 03:15:30.330 INFO kablam! = note: #[warn(unused_must_use)] on by default Aug 30 03:15:30.330 INFO kablam! Aug 30 03:15:30.330 INFO kablam! warning: unused arithmetic operation which must be used Aug 30 03:15:30.330 INFO kablam! --> src/tests.rs:185:22 Aug 30 03:15:30.330 INFO kablam! | Aug 30 03:15:30.330 INFO kablam! 185 | "foo" => { 3 + 3; 2}, Aug 30 03:15:30.331 INFO kablam! | ^^^^^ Aug 30 03:15:30.331 INFO kablam! Aug 30 03:15:30.616 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_term::FullFormat` in the current scope Aug 30 03:15:30.616 INFO kablam! --> examples/named.rs:14:10 Aug 30 03:15:30.616 INFO kablam! | Aug 30 03:15:30.616 INFO kablam! 14 | .fuse(); Aug 30 03:15:30.616 INFO kablam! | ^^^^ Aug 30 03:15:30.616 INFO kablam! | Aug 30 03:15:30.616 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Aug 30 03:15:30.616 INFO kablam! `&slog_term::FullFormat : slog::Drain` Aug 30 03:15:30.616 INFO kablam! `&mut slog_term::FullFormat : slog::Drain` Aug 30 03:15:30.616 INFO kablam! `&mut slog_term::FullFormat : std::iter::Iterator` Aug 30 03:15:30.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 03:15:30.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 03:15:30.616 INFO kablam! | Aug 30 03:15:30.616 INFO kablam! 6 | use slog::Drain; Aug 30 03:15:30.616 INFO kablam! | Aug 30 03:15:30.617 INFO kablam! Aug 30 03:15:30.618 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_async::Async` in the current scope Aug 30 03:15:30.618 INFO kablam! --> examples/named.rs:15:55 Aug 30 03:15:30.618 INFO kablam! | Aug 30 03:15:30.618 INFO kablam! 15 | let drain = slog_async::Async::new(drain).build().fuse(); Aug 30 03:15:30.618 INFO kablam! | ^^^^ Aug 30 03:15:30.618 INFO kablam! | Aug 30 03:15:30.618 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Aug 30 03:15:30.618 INFO kablam! `&slog_async::Async : slog::Drain` Aug 30 03:15:30.618 INFO kablam! `&mut slog_async::Async : slog::Drain` Aug 30 03:15:30.618 INFO kablam! `&mut slog_async::Async : std::iter::Iterator` Aug 30 03:15:30.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 30 03:15:30.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 30 03:15:30.618 INFO kablam! | Aug 30 03:15:30.618 INFO kablam! 6 | use slog::Drain; Aug 30 03:15:30.618 INFO kablam! | Aug 30 03:15:30.618 INFO kablam! Aug 30 03:15:30.708 INFO kablam! error: aborting due to 2 previous errors Aug 30 03:15:30.708 INFO kablam! Aug 30 03:15:30.708 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 30 03:15:30.718 INFO kablam! error: Could not compile `slog`. Aug 30 03:15:30.718 INFO kablam! Aug 30 03:15:30.718 INFO kablam! To learn more, run the command again with --verbose. Aug 30 03:15:30.719 INFO kablam! su: No module specific data is present Aug 30 03:15:31.183 INFO running `"docker" "rm" "-f" "d92cc240fa0e9f8d7aa3f6c5d4bf3a362828fcd722e5cd0fbfb2b8e9b6717ac3"` Aug 30 03:15:31.279 INFO blam! d92cc240fa0e9f8d7aa3f6c5d4bf3a362828fcd722e5cd0fbfb2b8e9b6717ac3