Jul 11 21:39:58.142 INFO checking slog-2.2.3 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 21:39:58.142 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 21:39:58.142 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 21:39:58.142 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-3/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 21:39:58.381 INFO blam! 915715f8fcd3451274d114403f18395be7592ebc360d5cca518ec02b6848538c Jul 11 21:39:58.384 INFO running `"docker" "start" "-a" "915715f8fcd3451274d114403f18395be7592ebc360d5cca518ec02b6848538c"` Jul 11 21:39:59.371 INFO kablam! Checking slog v2.2.3 (file:///source) Jul 11 21:40:03.419 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_term::FullFormat` in the current scope Jul 11 21:40:03.420 INFO kablam! --> examples/named.rs:14:10 Jul 11 21:40:03.420 INFO kablam! | Jul 11 21:40:03.420 INFO kablam! 14 | .fuse(); Jul 11 21:40:03.420 INFO kablam! | ^^^^ Jul 11 21:40:03.420 INFO kablam! | Jul 11 21:40:03.420 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Jul 11 21:40:03.421 INFO kablam! `&slog_term::FullFormat : slog::Drain` Jul 11 21:40:03.421 INFO kablam! `&mut slog_term::FullFormat : slog::Drain` Jul 11 21:40:03.421 INFO kablam! `&mut slog_term::FullFormat : std::iter::Iterator` Jul 11 21:40:03.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 11 21:40:03.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 11 21:40:03.422 INFO kablam! | Jul 11 21:40:03.422 INFO kablam! 6 | use slog::Drain; Jul 11 21:40:03.422 INFO kablam! | Jul 11 21:40:03.422 INFO kablam! Jul 11 21:40:03.437 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_async::Async` in the current scope Jul 11 21:40:03.438 INFO kablam! --> examples/named.rs:15:55 Jul 11 21:40:03.438 INFO kablam! | Jul 11 21:40:03.438 INFO kablam! 15 | let drain = slog_async::Async::new(drain).build().fuse(); Jul 11 21:40:03.438 INFO kablam! | ^^^^ Jul 11 21:40:03.438 INFO kablam! | Jul 11 21:40:03.438 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Jul 11 21:40:03.438 INFO kablam! `&slog_async::Async : slog::Drain` Jul 11 21:40:03.438 INFO kablam! `&mut slog_async::Async : slog::Drain` Jul 11 21:40:03.438 INFO kablam! `&mut slog_async::Async : std::iter::Iterator` Jul 11 21:40:03.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 11 21:40:03.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 11 21:40:03.438 INFO kablam! | Jul 11 21:40:03.438 INFO kablam! 6 | use slog::Drain; Jul 11 21:40:03.438 INFO kablam! | Jul 11 21:40:03.438 INFO kablam! Jul 11 21:40:03.546 INFO kablam! error: aborting due to 2 previous errors Jul 11 21:40:03.547 INFO kablam! Jul 11 21:40:03.547 INFO kablam! For more information about this error, try `rustc --explain E0599`. Jul 11 21:40:03.561 INFO kablam! error: Could not compile `slog`. Jul 11 21:40:03.562 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 21:40:03.668 INFO kablam! warning: unused arithmetic operation which must be used Jul 11 21:40:03.668 INFO kablam! --> src/tests.rs:183:13 Jul 11 21:40:03.669 INFO kablam! | Jul 11 21:40:03.669 INFO kablam! 183 | { 3 + 3; 2}; Jul 11 21:40:03.669 INFO kablam! | ^^^^^ Jul 11 21:40:03.669 INFO kablam! | Jul 11 21:40:03.669 INFO kablam! = note: #[warn(unused_must_use)] on by default Jul 11 21:40:03.669 INFO kablam! Jul 11 21:40:03.673 INFO kablam! warning: unused arithmetic operation which must be used Jul 11 21:40:03.673 INFO kablam! --> src/tests.rs:185:22 Jul 11 21:40:03.673 INFO kablam! | Jul 11 21:40:03.673 INFO kablam! 185 | "foo" => { 3 + 3; 2}, Jul 11 21:40:03.673 INFO kablam! | ^^^^^ Jul 11 21:40:03.673 INFO kablam! Jul 11 21:40:03.720 INFO kablam! error: build failed Jul 11 21:40:03.723 INFO kablam! su: No module specific data is present Jul 11 21:40:04.270 INFO running `"docker" "rm" "-f" "915715f8fcd3451274d114403f18395be7592ebc360d5cca518ec02b6848538c"` Jul 11 21:40:04.465 INFO blam! 915715f8fcd3451274d114403f18395be7592ebc360d5cca518ec02b6848538c