Sep 10 09:39:16.405 INFO checking slog-2.3.2 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 09:39:16.405 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 09:39:16.405 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 09:39:16.674 INFO blam! 2762d7fbb8e6d1b0c18899bfbc2222866d88140591027beb54e447a1503d53ac Sep 10 09:39:16.676 INFO running `"docker" "start" "-a" "2762d7fbb8e6d1b0c18899bfbc2222866d88140591027beb54e447a1503d53ac"` Sep 10 09:39:17.731 INFO kablam! usermod: no changes Sep 10 09:39:17.786 INFO kablam! Checking slog v2.3.3 Sep 10 09:39:17.786 INFO kablam! Checking slog v2.3.2 (file:///source) Sep 10 09:39:18.706 INFO kablam! Checking slog-async v2.3.0 Sep 10 09:39:18.706 INFO kablam! Checking slog-term v2.4.0 Sep 10 09:39:19.938 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_term::FullFormat` in the current scope Sep 10 09:39:19.938 INFO kablam! --> examples/named.rs:14:10 Sep 10 09:39:19.938 INFO kablam! | Sep 10 09:39:19.938 INFO kablam! 14 | .fuse(); Sep 10 09:39:19.938 INFO kablam! | ^^^^ Sep 10 09:39:19.938 INFO kablam! | Sep 10 09:39:19.938 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Sep 10 09:39:19.938 INFO kablam! `&slog_term::FullFormat : slog::Drain` Sep 10 09:39:19.938 INFO kablam! `&mut slog_term::FullFormat : slog::Drain` Sep 10 09:39:19.938 INFO kablam! `&mut slog_term::FullFormat : std::iter::Iterator` Sep 10 09:39:19.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 09:39:19.938 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 09:39:19.938 INFO kablam! | Sep 10 09:39:19.938 INFO kablam! 6 | use slog::Drain; Sep 10 09:39:19.938 INFO kablam! | Sep 10 09:39:19.938 INFO kablam! Sep 10 09:39:19.948 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_async::Async` in the current scope Sep 10 09:39:19.948 INFO kablam! --> examples/named.rs:15:55 Sep 10 09:39:19.948 INFO kablam! | Sep 10 09:39:19.948 INFO kablam! 15 | let drain = slog_async::Async::new(drain).build().fuse(); Sep 10 09:39:19.948 INFO kablam! | ^^^^ Sep 10 09:39:19.948 INFO kablam! | Sep 10 09:39:19.948 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Sep 10 09:39:19.948 INFO kablam! `&slog_async::Async : slog::Drain` Sep 10 09:39:19.948 INFO kablam! `&mut slog_async::Async : slog::Drain` Sep 10 09:39:19.948 INFO kablam! `&mut slog_async::Async : std::iter::Iterator` Sep 10 09:39:19.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 09:39:19.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 09:39:19.948 INFO kablam! | Sep 10 09:39:19.948 INFO kablam! 6 | use slog::Drain; Sep 10 09:39:19.948 INFO kablam! | Sep 10 09:39:19.948 INFO kablam! Sep 10 09:39:19.972 INFO kablam! error: aborting due to 2 previous errors Sep 10 09:39:19.972 INFO kablam! Sep 10 09:39:19.972 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 10 09:39:19.978 INFO kablam! error: Could not compile `slog`. Sep 10 09:39:19.978 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 09:39:20.639 INFO kablam! warning: unused arithmetic operation which must be used Sep 10 09:39:20.639 INFO kablam! --> src/tests.rs:183:13 Sep 10 09:39:20.639 INFO kablam! | Sep 10 09:39:20.639 INFO kablam! 183 | { 3 + 3; 2}; Sep 10 09:39:20.639 INFO kablam! | ^^^^^ Sep 10 09:39:20.639 INFO kablam! | Sep 10 09:39:20.639 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 10 09:39:20.639 INFO kablam! Sep 10 09:39:20.639 INFO kablam! warning: unused arithmetic operation which must be used Sep 10 09:39:20.639 INFO kablam! --> src/tests.rs:185:22 Sep 10 09:39:20.639 INFO kablam! | Sep 10 09:39:20.639 INFO kablam! 185 | "foo" => { 3 + 3; 2}, Sep 10 09:39:20.639 INFO kablam! | ^^^^^ Sep 10 09:39:20.639 INFO kablam! Sep 10 09:39:20.666 INFO kablam! error: build failed Sep 10 09:39:20.669 INFO kablam! su: No module specific data is present Sep 10 09:39:21.215 INFO running `"docker" "rm" "-f" "2762d7fbb8e6d1b0c18899bfbc2222866d88140591027beb54e447a1503d53ac"` Sep 10 09:39:21.305 INFO blam! 2762d7fbb8e6d1b0c18899bfbc2222866d88140591027beb54e447a1503d53ac