Aug 17 10:10:29.579 INFO checking slog-2.3.2 against try#a5d98b025f62ace80fe9d2a15781f900fc42515e for pr-53426 Aug 17 10:10:29.579 INFO running: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 10:10:29.579 INFO creating container for: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 10:10:29.579 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53426/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53426/worker-7/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/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 +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 17 10:10:29.852 INFO blam! 2e42839fd970e1eae4a9cf745ef094c07ba8b0f1f03337934f54f537f21496f8 Aug 17 10:10:29.854 INFO running `"docker" "start" "-a" "2e42839fd970e1eae4a9cf745ef094c07ba8b0f1f03337934f54f537f21496f8"` Aug 17 10:10:30.850 INFO kablam! Checking slog v2.3.2 (file:///source) Aug 17 10:10:35.441 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_term::FullFormat` in the current scope Aug 17 10:10:35.441 INFO kablam! --> examples/named.rs:14:10 Aug 17 10:10:35.441 INFO kablam! | Aug 17 10:10:35.441 INFO kablam! 14 | .fuse(); Aug 17 10:10:35.441 INFO kablam! | ^^^^ Aug 17 10:10:35.442 INFO kablam! | Aug 17 10:10:35.442 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Aug 17 10:10:35.442 INFO kablam! `&slog_term::FullFormat : slog::Drain` Aug 17 10:10:35.442 INFO kablam! `&mut slog_term::FullFormat : slog::Drain` Aug 17 10:10:35.442 INFO kablam! `&mut slog_term::FullFormat : std::iter::Iterator` Aug 17 10:10:35.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 17 10:10:35.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 17 10:10:35.442 INFO kablam! | Aug 17 10:10:35.442 INFO kablam! 6 | use slog::Drain; Aug 17 10:10:35.442 INFO kablam! | Aug 17 10:10:35.442 INFO kablam! Aug 17 10:10:35.452 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_async::Async` in the current scope Aug 17 10:10:35.452 INFO kablam! --> examples/named.rs:15:55 Aug 17 10:10:35.452 INFO kablam! | Aug 17 10:10:35.452 INFO kablam! 15 | let drain = slog_async::Async::new(drain).build().fuse(); Aug 17 10:10:35.452 INFO kablam! | ^^^^ Aug 17 10:10:35.452 INFO kablam! | Aug 17 10:10:35.452 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Aug 17 10:10:35.452 INFO kablam! `&slog_async::Async : slog::Drain` Aug 17 10:10:35.452 INFO kablam! `&mut slog_async::Async : slog::Drain` Aug 17 10:10:35.452 INFO kablam! `&mut slog_async::Async : std::iter::Iterator` Aug 17 10:10:35.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 17 10:10:35.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 17 10:10:35.452 INFO kablam! | Aug 17 10:10:35.452 INFO kablam! 6 | use slog::Drain; Aug 17 10:10:35.452 INFO kablam! | Aug 17 10:10:35.452 INFO kablam! Aug 17 10:10:35.723 INFO kablam! error: aborting due to 2 previous errors Aug 17 10:10:35.723 INFO kablam! Aug 17 10:10:35.723 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 17 10:10:35.737 INFO kablam! error: Could not compile `slog`. Aug 17 10:10:35.737 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 17 10:10:35.796 INFO kablam! warning: unused arithmetic operation which must be used Aug 17 10:10:35.796 INFO kablam! --> src/tests.rs:183:13 Aug 17 10:10:35.796 INFO kablam! | Aug 17 10:10:35.796 INFO kablam! 183 | { 3 + 3; 2}; Aug 17 10:10:35.796 INFO kablam! | ^^^^^ Aug 17 10:10:35.796 INFO kablam! | Aug 17 10:10:35.796 INFO kablam! = note: #[warn(unused_must_use)] on by default Aug 17 10:10:35.796 INFO kablam! Aug 17 10:10:35.797 INFO kablam! warning: unused arithmetic operation which must be used Aug 17 10:10:35.797 INFO kablam! --> src/tests.rs:185:22 Aug 17 10:10:35.797 INFO kablam! | Aug 17 10:10:35.797 INFO kablam! 185 | "foo" => { 3 + 3; 2}, Aug 17 10:10:35.797 INFO kablam! | ^^^^^ Aug 17 10:10:35.797 INFO kablam! Aug 17 10:10:35.857 INFO kablam! error: build failed Aug 17 10:10:35.859 INFO kablam! su: No module specific data is present Aug 17 10:10:36.626 INFO running `"docker" "rm" "-f" "2e42839fd970e1eae4a9cf745ef094c07ba8b0f1f03337934f54f537f21496f8"` Aug 17 10:10:36.797 INFO blam! 2e42839fd970e1eae4a9cf745ef094c07ba8b0f1f03337934f54f537f21496f8