Aug 11 01:42:58.063 INFO checking slog-2.3.2 against try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy for libc-1 Aug 11 01:42:58.063 INFO running: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 01:42:58.063 INFO creating container for: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 01:42:58.063 INFO running `"docker" "create" "-v" "/tmp/crater.q0oUT8gjxbfO:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-5/try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 01:42:58.319 INFO blam! 6a2ac242ab6f1c725615107c0d9639b490d11ebd8f98de6fb593c607dc590894 Aug 11 01:42:58.321 INFO running `"docker" "start" "-a" "6a2ac242ab6f1c725615107c0d9639b490d11ebd8f98de6fb593c607dc590894"` Aug 11 01:42:59.355 INFO kablam! Checking slog v2.3.2 (file:///source) Aug 11 01:42:59.364 INFO kablam! Checking slog-term v2.4.0 Aug 11 01:43:04.288 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_term::FullFormat` in the current scope Aug 11 01:43:04.288 INFO kablam! --> examples/named.rs:14:10 Aug 11 01:43:04.288 INFO kablam! | Aug 11 01:43:04.288 INFO kablam! 14 | .fuse(); Aug 11 01:43:04.288 INFO kablam! | ^^^^ Aug 11 01:43:04.289 INFO kablam! | Aug 11 01:43:04.289 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Aug 11 01:43:04.289 INFO kablam! `&slog_term::FullFormat : slog::Drain` Aug 11 01:43:04.289 INFO kablam! `&mut slog_term::FullFormat : slog::Drain` Aug 11 01:43:04.289 INFO kablam! `&mut slog_term::FullFormat : std::iter::Iterator` Aug 11 01:43:04.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 01:43:04.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 01:43:04.290 INFO kablam! | Aug 11 01:43:04.290 INFO kablam! 6 | use slog::Drain; Aug 11 01:43:04.290 INFO kablam! | Aug 11 01:43:04.291 INFO kablam! Aug 11 01:43:04.294 INFO kablam! error[E0599]: no method named `fuse` found for type `slog_async::Async` in the current scope Aug 11 01:43:04.294 INFO kablam! --> examples/named.rs:15:55 Aug 11 01:43:04.294 INFO kablam! | Aug 11 01:43:04.294 INFO kablam! 15 | let drain = slog_async::Async::new(drain).build().fuse(); Aug 11 01:43:04.294 INFO kablam! | ^^^^ Aug 11 01:43:04.294 INFO kablam! | Aug 11 01:43:04.294 INFO kablam! = note: the method `fuse` exists but the following trait bounds were not satisfied: Aug 11 01:43:04.295 INFO kablam! `&slog_async::Async : slog::Drain` Aug 11 01:43:04.295 INFO kablam! `&mut slog_async::Async : slog::Drain` Aug 11 01:43:04.295 INFO kablam! `&mut slog_async::Async : std::iter::Iterator` Aug 11 01:43:04.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Aug 11 01:43:04.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Aug 11 01:43:04.295 INFO kablam! | Aug 11 01:43:04.295 INFO kablam! 6 | use slog::Drain; Aug 11 01:43:04.296 INFO kablam! | Aug 11 01:43:04.296 INFO kablam! Aug 11 01:43:04.408 INFO kablam! error: aborting due to 2 previous errors Aug 11 01:43:04.408 INFO kablam! Aug 11 01:43:04.408 INFO kablam! For more information about this error, try `rustc --explain E0599`. Aug 11 01:43:04.417 INFO kablam! error: Could not compile `slog`. Aug 11 01:43:04.418 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 01:43:05.881 INFO kablam! warning: unused arithmetic operation which must be used Aug 11 01:43:05.881 INFO kablam! --> src/tests.rs:183:13 Aug 11 01:43:05.881 INFO kablam! | Aug 11 01:43:05.881 INFO kablam! 183 | { 3 + 3; 2}; Aug 11 01:43:05.881 INFO kablam! | ^^^^^ Aug 11 01:43:05.881 INFO kablam! | Aug 11 01:43:05.881 INFO kablam! = note: #[warn(unused_must_use)] on by default Aug 11 01:43:05.881 INFO kablam! Aug 11 01:43:05.882 INFO kablam! warning: unused arithmetic operation which must be used Aug 11 01:43:05.882 INFO kablam! --> src/tests.rs:185:22 Aug 11 01:43:05.882 INFO kablam! | Aug 11 01:43:05.882 INFO kablam! 185 | "foo" => { 3 + 3; 2}, Aug 11 01:43:05.882 INFO kablam! | ^^^^^ Aug 11 01:43:05.882 INFO kablam! Aug 11 01:43:05.965 INFO kablam! error: build failed Aug 11 01:43:05.966 INFO kablam! su: No module specific data is present Aug 11 01:43:06.492 INFO running `"docker" "rm" "-f" "6a2ac242ab6f1c725615107c0d9639b490d11ebd8f98de6fb593c607dc590894"` Aug 11 01:43:06.722 INFO blam! 6a2ac242ab6f1c725615107c0d9639b490d11ebd8f98de6fb593c607dc590894