Nov 03 03:44:50.195 INFO checking qrcli-rs-0.2.0 against master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862 for pr-55517 Nov 03 03:44:50.199 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55517/worker-5/master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55517/master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 03 03:44:50.528 INFO blam! 55971bdf7932302fd77b3bc4181a3d6f4c74bf0ce678366f0a46c6cd00e931f6 Nov 03 03:44:50.548 INFO running `"docker" "start" "-a" "55971bdf7932302fd77b3bc4181a3d6f4c74bf0ce678366f0a46c6cd00e931f6"` Nov 03 03:44:51.875 INFO kablam! usermod: no changes Nov 03 03:44:51.924 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 03 03:44:51.924 INFO kablam! disables Cargo from automatically inferring other binary targets. Nov 03 03:44:51.924 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 03 03:44:51.924 INFO kablam! files will be included as a binary target: Nov 03 03:44:51.924 INFO kablam! Nov 03 03:44:51.924 INFO kablam! * /source/src/main.rs Nov 03 03:44:51.924 INFO kablam! Nov 03 03:44:51.924 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 03 03:44:51.924 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Nov 03 03:44:51.924 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Nov 03 03:44:51.924 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 03 03:44:51.924 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 03 03:44:51.924 INFO kablam! Nov 03 03:44:51.924 INFO kablam! For more information on this warning you can consult Nov 03 03:44:51.924 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 03 03:44:51.924 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `qrcli`, Nov 03 03:44:51.924 INFO kablam! please set bin.path in Cargo.toml Nov 03 03:44:52.004 INFO kablam! Checking qrcodegen v1.4.0 Nov 03 03:44:53.108 INFO kablam! Checking qrcli-rs v0.2.0 (/source) Nov 03 03:44:54.924 INFO kablam! error[E0593]: closure is expected to take 1 argument, but it takes 0 arguments Nov 03 03:44:54.924 INFO kablam! --> src/main.rs:44:65 Nov 03 03:44:54.924 INFO kablam! | Nov 03 03:44:54.924 INFO kablam! 44 | let qr = QrCode::encode_text(&options.text, options.coding).unwrap_or_else(|| { Nov 03 03:44:54.924 INFO kablam! | ^^^^^^^^^^^^^^ -- takes 0 arguments Nov 03 03:44:54.924 INFO kablam! | | Nov 03 03:44:54.924 INFO kablam! | expected closure that takes 1 argument Nov 03 03:44:54.924 INFO kablam! help: consider changing the closure to take and ignore the expected argument Nov 03 03:44:54.924 INFO kablam! | Nov 03 03:44:54.924 INFO kablam! 44 | let qr = QrCode::encode_text(&options.text, options.coding).unwrap_or_else(|_| { Nov 03 03:44:54.924 INFO kablam! | ^^^ Nov 03 03:44:54.924 INFO kablam! Nov 03 03:44:54.928 INFO kablam! error: aborting due to previous error Nov 03 03:44:54.929 INFO kablam! Nov 03 03:44:54.929 INFO kablam! For more information about this error, try `rustc --explain E0593`. Nov 03 03:44:54.934 INFO kablam! error: Could not compile `qrcli-rs`. Nov 03 03:44:54.934 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 03 03:44:55.208 INFO kablam! error[E0593]: closure is expected to take 1 argument, but it takes 0 arguments Nov 03 03:44:55.208 INFO kablam! --> src/main.rs:44:65 Nov 03 03:44:55.208 INFO kablam! | Nov 03 03:44:55.208 INFO kablam! 44 | let qr = QrCode::encode_text(&options.text, options.coding).unwrap_or_else(|| { Nov 03 03:44:55.208 INFO kablam! | ^^^^^^^^^^^^^^ -- takes 0 arguments Nov 03 03:44:55.208 INFO kablam! | | Nov 03 03:44:55.208 INFO kablam! | expected closure that takes 1 argument Nov 03 03:44:55.208 INFO kablam! help: consider changing the closure to take and ignore the expected argument Nov 03 03:44:55.208 INFO kablam! | Nov 03 03:44:55.208 INFO kablam! 44 | let qr = QrCode::encode_text(&options.text, options.coding).unwrap_or_else(|_| { Nov 03 03:44:55.208 INFO kablam! | ^^^ Nov 03 03:44:55.208 INFO kablam! Nov 03 03:44:55.220 INFO kablam! error: aborting due to previous error Nov 03 03:44:55.220 INFO kablam! Nov 03 03:44:55.221 INFO kablam! For more information about this error, try `rustc --explain E0593`. Nov 03 03:44:55.231 INFO kablam! error: Could not compile `qrcli-rs`. Nov 03 03:44:55.231 INFO kablam! Nov 03 03:44:55.231 INFO kablam! To learn more, run the command again with --verbose. Nov 03 03:44:55.232 INFO kablam! su: No module specific data is present Nov 03 03:44:56.048 INFO running `"docker" "rm" "-f" "55971bdf7932302fd77b3bc4181a3d6f4c74bf0ce678366f0a46c6cd00e931f6"` Nov 03 03:44:56.502 INFO blam! 55971bdf7932302fd77b3bc4181a3d6f4c74bf0ce678366f0a46c6cd00e931f6