Sep 14 08:54:53.898 INFO checking slog-2.3.2 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 08:54:53.898 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 08:54:53.898 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 08:54:54.152 INFO blam! bbe6c4f5cbbd5cac5a7fbcb8a95b2b11d7f0d6baabbb2dd29ff7c340aaca1696 Sep 14 08:54:54.154 INFO running `"docker" "start" "-a" "bbe6c4f5cbbd5cac5a7fbcb8a95b2b11d7f0d6baabbb2dd29ff7c340aaca1696"` Sep 14 08:54:55.058 INFO kablam! usermod: no changes Sep 14 08:54:55.122 INFO kablam! Checking slog v2.3.2 (file:///source) Sep 14 08:54:56.138 INFO kablam! warning: unused arithmetic operation which must be used Sep 14 08:54:56.138 INFO kablam! --> src/tests.rs:183:13 Sep 14 08:54:56.138 INFO kablam! | Sep 14 08:54:56.138 INFO kablam! 183 | { 3 + 3; 2}; Sep 14 08:54:56.138 INFO kablam! | ^^^^^ Sep 14 08:54:56.138 INFO kablam! | Sep 14 08:54:56.138 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 08:54:56.138 INFO kablam! Sep 14 08:54:56.139 INFO kablam! warning: unused arithmetic operation which must be used Sep 14 08:54:56.139 INFO kablam! --> src/tests.rs:185:22 Sep 14 08:54:56.139 INFO kablam! | Sep 14 08:54:56.139 INFO kablam! 185 | "foo" => { 3 + 3; 2}, Sep 14 08:54:56.139 INFO kablam! | ^^^^^ Sep 14 08:54:56.139 INFO kablam! Sep 14 08:54:56.151 INFO kablam! warning: unused `#[macro_use]` import Sep 14 08:54:56.151 INFO kablam! --> examples/struct-log-self.rs:3:1 Sep 14 08:54:56.151 INFO kablam! | Sep 14 08:54:56.152 INFO kablam! 3 | #[macro_use] Sep 14 08:54:56.152 INFO kablam! | ^^^^^^^^^^^^ Sep 14 08:54:56.152 INFO kablam! | Sep 14 08:54:56.152 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 08:54:56.152 INFO kablam! Sep 14 08:54:56.379 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_term::FullFormat` in the current scope Sep 14 08:54:56.379 INFO kablam! --> examples/named.rs:14:10 Sep 14 08:54:56.379 INFO kablam! | Sep 14 08:54:56.379 INFO kablam! 14 | .fuse(); Sep 14 08:54:56.379 INFO kablam! | ^^^^ Sep 14 08:54:56.379 INFO kablam! | Sep 14 08:54:56.379 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Sep 14 08:54:56.379 INFO kablam! `&slog_term::FullFormat : slog::Drain` Sep 14 08:54:56.379 INFO kablam! `&mut slog_term::FullFormat : slog::Drain` Sep 14 08:54:56.379 INFO kablam! `&mut slog_term::FullFormat : std::iter::Iterator` Sep 14 08:54:56.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 08:54:56.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 08:54:56.379 INFO kablam! | Sep 14 08:54:56.379 INFO kablam! 6 | use slog::Drain; Sep 14 08:54:56.379 INFO kablam! | Sep 14 08:54:56.379 INFO kablam! Sep 14 08:54:56.380 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_async::Async` in the current scope Sep 14 08:54:56.380 INFO kablam! --> examples/named.rs:15:55 Sep 14 08:54:56.380 INFO kablam! | Sep 14 08:54:56.380 INFO kablam! 15 | let drain = slog_async::Async::new(drain).build().fuse(); Sep 14 08:54:56.380 INFO kablam! | ^^^^ Sep 14 08:54:56.380 INFO kablam! | Sep 14 08:54:56.380 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Sep 14 08:54:56.380 INFO kablam! `&slog_async::Async : slog::Drain` Sep 14 08:54:56.380 INFO kablam! `&mut slog_async::Async : slog::Drain` Sep 14 08:54:56.380 INFO kablam! `&mut slog_async::Async : std::iter::Iterator` Sep 14 08:54:56.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 08:54:56.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 08:54:56.380 INFO kablam! | Sep 14 08:54:56.380 INFO kablam! 6 | use slog::Drain; Sep 14 08:54:56.380 INFO kablam! | Sep 14 08:54:56.381 INFO kablam! Sep 14 08:54:56.419 INFO kablam! error: aborting due to 2 previous errors Sep 14 08:54:56.419 INFO kablam! Sep 14 08:54:56.419 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 14 08:54:56.427 INFO kablam! error: Could not compile `slog`. Sep 14 08:54:56.427 INFO kablam! Sep 14 08:54:56.427 INFO kablam! To learn more, run the command again with --verbose. Sep 14 08:54:56.428 INFO kablam! su: No module specific data is present Sep 14 08:54:56.950 INFO running `"docker" "rm" "-f" "bbe6c4f5cbbd5cac5a7fbcb8a95b2b11d7f0d6baabbb2dd29ff7c340aaca1696"` Sep 14 08:54:57.042 INFO blam! bbe6c4f5cbbd5cac5a7fbcb8a95b2b11d7f0d6baabbb2dd29ff7c340aaca1696