Jul 12 01:30:35.477 INFO checking qrcli-rs-0.2.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 01:30:35.477 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 01:30:35.477 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 01:30:35.477 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-0/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 01:30:35.750 INFO blam! 21eb3f2b300ed8a8e4409d46c981291dd585bbf5c936cc51957ff88d0361e270 Jul 12 01:30:35.753 INFO running `"docker" "start" "-a" "21eb3f2b300ed8a8e4409d46c981291dd585bbf5c936cc51957ff88d0361e270"` Jul 12 01:30:36.767 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Jul 12 01:30:36.767 INFO kablam! disables Cargo from automatically inferring other binary targets. Jul 12 01:30:36.767 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Jul 12 01:30:36.767 INFO kablam! files will be included as a binary target: Jul 12 01:30:36.767 INFO kablam! Jul 12 01:30:36.767 INFO kablam! * /source/src/main.rs Jul 12 01:30:36.767 INFO kablam! Jul 12 01:30:36.767 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Jul 12 01:30:36.767 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Jul 12 01:30:36.767 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Jul 12 01:30:36.767 INFO kablam! section. You may also move the files to a location where Cargo would not Jul 12 01:30:36.767 INFO kablam! automatically infer them to be a target, such as in subfolders. Jul 12 01:30:36.767 INFO kablam! Jul 12 01:30:36.767 INFO kablam! For more information on this warning you can consult Jul 12 01:30:36.767 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Jul 12 01:30:36.767 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `qrcli`, Jul 12 01:30:36.767 INFO kablam! please set bin.path in Cargo.toml Jul 12 01:30:36.858 INFO kablam! Checking qrcodegen v1.2.1 Jul 12 01:30:38.139 INFO kablam! Checking qrcli-rs v0.2.0 (file:///source) Jul 12 01:30:39.369 INFO kablam! warning: unused `std::result::Result` which must be used Jul 12 01:30:39.369 INFO kablam! --> src/main.rs:51:5 Jul 12 01:30:39.369 INFO kablam! | Jul 12 01:30:39.369 INFO kablam! 51 | writeln!(stdout_handle); Jul 12 01:30:39.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 01:30:39.369 INFO kablam! | Jul 12 01:30:39.369 INFO kablam! = note: #[warn(unused_must_use)] on by default Jul 12 01:30:39.369 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Jul 12 01:30:39.370 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 01:30:39.370 INFO kablam! Jul 12 01:30:39.370 INFO kablam! warning: unused `std::result::Result` which must be used Jul 12 01:30:39.370 INFO kablam! --> src/main.rs:53:9 Jul 12 01:30:39.370 INFO kablam! | Jul 12 01:30:39.370 INFO kablam! 53 | write!(stdout_handle, " "); Jul 12 01:30:39.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 01:30:39.370 INFO kablam! | Jul 12 01:30:39.370 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Jul 12 01:30:39.370 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 01:30:39.370 INFO kablam! Jul 12 01:30:39.370 INFO kablam! warning: unused `std::result::Result` which must be used Jul 12 01:30:39.371 INFO kablam! --> src/main.rs:55:13 Jul 12 01:30:39.371 INFO kablam! | Jul 12 01:30:39.371 INFO kablam! 55 | / write!(stdout_handle, "{}", if qr.get_module(x, y) { Jul 12 01:30:39.371 INFO kablam! 56 | | "██" Jul 12 01:30:39.371 INFO kablam! 57 | | } else { Jul 12 01:30:39.371 INFO kablam! 58 | | " " Jul 12 01:30:39.371 INFO kablam! 59 | | }); Jul 12 01:30:39.371 INFO kablam! | |_______________^ Jul 12 01:30:39.371 INFO kablam! | Jul 12 01:30:39.371 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Jul 12 01:30:39.371 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 01:30:39.371 INFO kablam! Jul 12 01:30:39.371 INFO kablam! warning: unused `std::result::Result` which must be used Jul 12 01:30:39.371 INFO kablam! --> src/main.rs:61:9 Jul 12 01:30:39.371 INFO kablam! | Jul 12 01:30:39.371 INFO kablam! 61 | writeln!(stdout_handle); Jul 12 01:30:39.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 01:30:39.371 INFO kablam! | Jul 12 01:30:39.371 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Jul 12 01:30:39.371 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 01:30:39.371 INFO kablam! Jul 12 01:30:39.371 INFO kablam! warning: unused `std::result::Result` which must be used Jul 12 01:30:39.371 INFO kablam! --> src/main.rs:63:5 Jul 12 01:30:39.371 INFO kablam! | Jul 12 01:30:39.371 INFO kablam! 63 | writeln!(stdout_handle); Jul 12 01:30:39.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 01:30:39.372 INFO kablam! | Jul 12 01:30:39.372 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Jul 12 01:30:39.372 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 01:30:39.372 INFO kablam! Jul 12 01:30:39.473 INFO kablam! warning: unused `std::result::Result` which must be used Jul 12 01:30:39.473 INFO kablam! --> src/main.rs:51:5 Jul 12 01:30:39.473 INFO kablam! | Jul 12 01:30:39.473 INFO kablam! 51 | writeln!(stdout_handle); Jul 12 01:30:39.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 01:30:39.474 INFO kablam! | Jul 12 01:30:39.474 INFO kablam! = note: #[warn(unused_must_use)] on by default Jul 12 01:30:39.474 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Jul 12 01:30:39.474 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 01:30:39.474 INFO kablam! Jul 12 01:30:39.474 INFO kablam! warning: unused `std::result::Result` which must be used Jul 12 01:30:39.474 INFO kablam! --> src/main.rs:53:9 Jul 12 01:30:39.474 INFO kablam! | Jul 12 01:30:39.474 INFO kablam! 53 | write!(stdout_handle, " "); Jul 12 01:30:39.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 01:30:39.474 INFO kablam! | Jul 12 01:30:39.474 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Jul 12 01:30:39.474 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 01:30:39.474 INFO kablam! Jul 12 01:30:39.475 INFO kablam! warning: unused `std::result::Result` which must be used Jul 12 01:30:39.475 INFO kablam! --> src/main.rs:55:13 Jul 12 01:30:39.475 INFO kablam! | Jul 12 01:30:39.475 INFO kablam! 55 | / write!(stdout_handle, "{}", if qr.get_module(x, y) { Jul 12 01:30:39.475 INFO kablam! 56 | | "██" Jul 12 01:30:39.475 INFO kablam! 57 | | } else { Jul 12 01:30:39.475 INFO kablam! 58 | | " " Jul 12 01:30:39.475 INFO kablam! 59 | | }); Jul 12 01:30:39.475 INFO kablam! | |_______________^ Jul 12 01:30:39.475 INFO kablam! | Jul 12 01:30:39.475 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Jul 12 01:30:39.475 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 01:30:39.475 INFO kablam! Jul 12 01:30:39.475 INFO kablam! warning: unused `std::result::Result` which must be used Jul 12 01:30:39.475 INFO kablam! --> src/main.rs:61:9 Jul 12 01:30:39.475 INFO kablam! | Jul 12 01:30:39.476 INFO kablam! 61 | writeln!(stdout_handle); Jul 12 01:30:39.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 01:30:39.476 INFO kablam! | Jul 12 01:30:39.476 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Jul 12 01:30:39.476 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 01:30:39.476 INFO kablam! Jul 12 01:30:39.476 INFO kablam! warning: unused `std::result::Result` which must be used Jul 12 01:30:39.476 INFO kablam! --> src/main.rs:63:5 Jul 12 01:30:39.476 INFO kablam! | Jul 12 01:30:39.476 INFO kablam! 63 | writeln!(stdout_handle); Jul 12 01:30:39.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 01:30:39.476 INFO kablam! | Jul 12 01:30:39.476 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Jul 12 01:30:39.476 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 01:30:39.476 INFO kablam! Jul 12 01:30:39.502 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.78s Jul 12 01:30:39.515 INFO kablam! su: No module specific data is present Jul 12 01:30:40.076 INFO running `"docker" "rm" "-f" "21eb3f2b300ed8a8e4409d46c981291dd585bbf5c936cc51957ff88d0361e270"` Jul 12 01:30:40.234 INFO blam! 21eb3f2b300ed8a8e4409d46c981291dd585bbf5c936cc51957ff88d0361e270