Nov 07 10:35:37.251 INFO checking qrcli-rs-0.2.0 against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 07 10:35:37.252 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-0/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dduplicate_associated_type_bindings" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 07 10:35:37.645 INFO blam! bab650f9b165a21b864b6e4d5571e2ac98cdedad079ba26a9d85279c1867f892 Nov 07 10:35:37.656 INFO running `"docker" "start" "-a" "bab650f9b165a21b864b6e4d5571e2ac98cdedad079ba26a9d85279c1867f892"` Nov 07 10:35:38.504 INFO kablam! usermod: no changes Nov 07 10:35:38.552 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 07 10:35:38.552 INFO kablam! disables Cargo from automatically inferring other binary targets. Nov 07 10:35:38.552 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 07 10:35:38.552 INFO kablam! files will be included as a binary target: Nov 07 10:35:38.552 INFO kablam! Nov 07 10:35:38.552 INFO kablam! * /source/src/main.rs Nov 07 10:35:38.552 INFO kablam! Nov 07 10:35:38.552 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 07 10:35:38.552 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Nov 07 10:35:38.552 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Nov 07 10:35:38.552 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 07 10:35:38.552 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 07 10:35:38.552 INFO kablam! Nov 07 10:35:38.552 INFO kablam! For more information on this warning you can consult Nov 07 10:35:38.552 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 07 10:35:38.552 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `qrcli`, Nov 07 10:35:38.552 INFO kablam! please set bin.path in Cargo.toml Nov 07 10:35:38.588 INFO kablam! Checking qrcodegen v1.4.0 Nov 07 10:35:38.588 INFO kablam! Checking structopt v0.1.7 Nov 07 10:35:39.896 INFO kablam! Checking qrcli-rs v0.2.0 (/source) Nov 07 10:35:41.629 INFO kablam! error[E0593]: closure is expected to take 1 argument, but it takes 0 arguments Nov 07 10:35:41.629 INFO kablam! --> src/main.rs:44:65 Nov 07 10:35:41.629 INFO kablam! | Nov 07 10:35:41.629 INFO kablam! 44 | let qr = QrCode::encode_text(&options.text, options.coding).unwrap_or_else(|| { Nov 07 10:35:41.629 INFO kablam! | ^^^^^^^^^^^^^^ -- takes 0 arguments Nov 07 10:35:41.629 INFO kablam! | | Nov 07 10:35:41.629 INFO kablam! | expected closure that takes 1 argument Nov 07 10:35:41.629 INFO kablam! help: consider changing the closure to take and ignore the expected argument Nov 07 10:35:41.629 INFO kablam! | Nov 07 10:35:41.629 INFO kablam! 44 | let qr = QrCode::encode_text(&options.text, options.coding).unwrap_or_else(|_| { Nov 07 10:35:41.629 INFO kablam! | ^^^ Nov 07 10:35:41.629 INFO kablam! Nov 07 10:35:41.656 INFO kablam! error: aborting due to previous error Nov 07 10:35:41.656 INFO kablam! Nov 07 10:35:41.656 INFO kablam! For more information about this error, try `rustc --explain E0593`. Nov 07 10:35:41.682 INFO kablam! error: Could not compile `qrcli-rs`. Nov 07 10:35:41.682 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 07 10:35:41.720 INFO kablam! error[E0593]: closure is expected to take 1 argument, but it takes 0 arguments Nov 07 10:35:41.720 INFO kablam! --> src/main.rs:44:65 Nov 07 10:35:41.720 INFO kablam! | Nov 07 10:35:41.720 INFO kablam! 44 | let qr = QrCode::encode_text(&options.text, options.coding).unwrap_or_else(|| { Nov 07 10:35:41.720 INFO kablam! | ^^^^^^^^^^^^^^ -- takes 0 arguments Nov 07 10:35:41.720 INFO kablam! | | Nov 07 10:35:41.720 INFO kablam! | expected closure that takes 1 argument Nov 07 10:35:41.720 INFO kablam! help: consider changing the closure to take and ignore the expected argument Nov 07 10:35:41.720 INFO kablam! | Nov 07 10:35:41.720 INFO kablam! 44 | let qr = QrCode::encode_text(&options.text, options.coding).unwrap_or_else(|_| { Nov 07 10:35:41.720 INFO kablam! | ^^^ Nov 07 10:35:41.720 INFO kablam! Nov 07 10:35:41.728 INFO kablam! error: aborting due to previous error Nov 07 10:35:41.728 INFO kablam! Nov 07 10:35:41.728 INFO kablam! For more information about this error, try `rustc --explain E0593`. Nov 07 10:35:41.736 INFO kablam! error: Could not compile `qrcli-rs`. Nov 07 10:35:41.736 INFO kablam! Nov 07 10:35:41.736 INFO kablam! To learn more, run the command again with --verbose. Nov 07 10:35:41.736 INFO kablam! su: No module specific data is present Nov 07 10:35:42.260 INFO running `"docker" "rm" "-f" "bab650f9b165a21b864b6e4d5571e2ac98cdedad079ba26a9d85279c1867f892"` Nov 07 10:35:42.498 INFO blam! bab650f9b165a21b864b6e4d5571e2ac98cdedad079ba26a9d85279c1867f892