Nov 03 03:44:49.875 INFO checking qrcli-rs-0.2.0 against try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7 for pr-55517 Nov 03 03:44:49.877 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55517/worker-1/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55517/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/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 +dc8b02d6f1e93f212fc39844ea688b634b4a03c7-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.308 INFO blam! 64cf4a3025d1b8e96e572984af624fc76f76ddd1340c9d90b92eff6ccf107c2a Nov 03 03:44:50.328 INFO running `"docker" "start" "-a" "64cf4a3025d1b8e96e572984af624fc76f76ddd1340c9d90b92eff6ccf107c2a"` Nov 03 03:44:51.667 INFO kablam! usermod: no changes Nov 03 03:44:51.754 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 03 03:44:51.754 INFO kablam! disables Cargo from automatically inferring other binary targets. Nov 03 03:44:51.754 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 03 03:44:51.754 INFO kablam! files will be included as a binary target: Nov 03 03:44:51.754 INFO kablam! Nov 03 03:44:51.754 INFO kablam! * /source/src/main.rs Nov 03 03:44:51.754 INFO kablam! Nov 03 03:44:51.754 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 03 03:44:51.754 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Nov 03 03:44:51.754 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Nov 03 03:44:51.754 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 03 03:44:51.754 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 03 03:44:51.754 INFO kablam! Nov 03 03:44:51.754 INFO kablam! For more information on this warning you can consult Nov 03 03:44:51.754 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 03 03:44:51.754 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `qrcli`, Nov 03 03:44:51.754 INFO kablam! please set bin.path in Cargo.toml Nov 03 03:44:51.824 INFO kablam! Checking qrcodegen v1.4.0 Nov 03 03:44:52.892 INFO kablam! Checking qrcli-rs v0.2.0 (/source) Nov 03 03:44:54.996 INFO kablam! error[E0593]: closure is expected to take 1 argument, but it takes 0 arguments Nov 03 03:44:54.996 INFO kablam! --> src/main.rs:44:65 Nov 03 03:44:54.996 INFO kablam! | Nov 03 03:44:54.996 INFO kablam! 44 | let qr = QrCode::encode_text(&options.text, options.coding).unwrap_or_else(|| { Nov 03 03:44:54.996 INFO kablam! | ^^^^^^^^^^^^^^ -- takes 0 arguments Nov 03 03:44:54.996 INFO kablam! | | Nov 03 03:44:54.996 INFO kablam! | expected closure that takes 1 argument Nov 03 03:44:54.996 INFO kablam! help: consider changing the closure to take and ignore the expected argument Nov 03 03:44:54.996 INFO kablam! | Nov 03 03:44:54.996 INFO kablam! 44 | let qr = QrCode::encode_text(&options.text, options.coding).unwrap_or_else(|_| { Nov 03 03:44:54.996 INFO kablam! | ^^^ Nov 03 03:44:54.996 INFO kablam! Nov 03 03:44:55.024 INFO kablam! error: aborting due to previous error Nov 03 03:44:55.024 INFO kablam! Nov 03 03:44:55.024 INFO kablam! For more information about this error, try `rustc --explain E0593`. Nov 03 03:44:55.072 INFO kablam! error: Could not compile `qrcli-rs`. Nov 03 03:44:55.072 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 03 03:44:55.268 INFO kablam! error[E0593]: closure is expected to take 1 argument, but it takes 0 arguments Nov 03 03:44:55.268 INFO kablam! --> src/main.rs:44:65 Nov 03 03:44:55.268 INFO kablam! | Nov 03 03:44:55.268 INFO kablam! 44 | let qr = QrCode::encode_text(&options.text, options.coding).unwrap_or_else(|| { Nov 03 03:44:55.268 INFO kablam! | ^^^^^^^^^^^^^^ -- takes 0 arguments Nov 03 03:44:55.268 INFO kablam! | | Nov 03 03:44:55.268 INFO kablam! | expected closure that takes 1 argument Nov 03 03:44:55.268 INFO kablam! help: consider changing the closure to take and ignore the expected argument Nov 03 03:44:55.268 INFO kablam! | Nov 03 03:44:55.268 INFO kablam! 44 | let qr = QrCode::encode_text(&options.text, options.coding).unwrap_or_else(|_| { Nov 03 03:44:55.268 INFO kablam! | ^^^ Nov 03 03:44:55.268 INFO kablam! Nov 03 03:44:55.280 INFO kablam! error: aborting due to previous error Nov 03 03:44:55.280 INFO kablam! Nov 03 03:44:55.280 INFO kablam! For more information about this error, try `rustc --explain E0593`. Nov 03 03:44:55.301 INFO kablam! error: Could not compile `qrcli-rs`. Nov 03 03:44:55.301 INFO kablam! Nov 03 03:44:55.301 INFO kablam! To learn more, run the command again with --verbose. Nov 03 03:44:55.301 INFO kablam! su: No module specific data is present Nov 03 03:44:56.141 INFO running `"docker" "rm" "-f" "64cf4a3025d1b8e96e572984af624fc76f76ddd1340c9d90b92eff6ccf107c2a"` Nov 03 03:44:56.440 INFO blam! 64cf4a3025d1b8e96e572984af624fc76f76ddd1340c9d90b92eff6ccf107c2a