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