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