Oct 21 16:50:34.563 INFO checking johannesvollmer/proto-templates against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:50:34.563 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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"` Oct 21 16:50:34.801 INFO blam! 7d6bd00b7ec01914b5c58d288befa9a64185bee8e72bbe792bb38b3e82be5efa Oct 21 16:50:34.808 INFO running `"docker" "start" "-a" "7d6bd00b7ec01914b5c58d288befa9a64185bee8e72bbe792bb38b3e82be5efa"` Oct 21 16:50:35.362 INFO kablam! usermod: no changes Oct 21 16:50:35.385 INFO kablam! Checking prototype_template_language v0.1.0 (/source) Oct 21 16:50:35.658 INFO kablam! warning: unused import: `::std::collections::HashMap` Oct 21 16:50:35.658 INFO kablam! --> src/referenced.rs:1:5 Oct 21 16:50:35.658 INFO kablam! | Oct 21 16:50:35.658 INFO kablam! 1 | use ::std::collections::HashMap; Oct 21 16:50:35.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:50:35.658 INFO kablam! | Oct 21 16:50:35.658 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:50:35.658 INFO kablam! Oct 21 16:50:35.764 INFO kablam! warning: unused import: `::std::collections::HashMap` Oct 21 16:50:35.764 INFO kablam! --> src/referenced.rs:1:5 Oct 21 16:50:35.764 INFO kablam! | Oct 21 16:50:35.764 INFO kablam! 1 | use ::std::collections::HashMap; Oct 21 16:50:35.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:50:35.764 INFO kablam! | Oct 21 16:50:35.764 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:50:35.764 INFO kablam! Oct 21 16:50:35.821 INFO kablam! warning: unused variable: `character` Oct 21 16:50:35.821 INFO kablam! --> src/parse.rs:124:32 Oct 21 16:50:35.821 INFO kablam! | Oct 21 16:50:35.821 INFO kablam! 124 | .map(|(byte_index, character)| byte_index) Oct 21 16:50:35.821 INFO kablam! | ^^^^^^^^^ help: consider using `_character` instead Oct 21 16:50:35.821 INFO kablam! | Oct 21 16:50:35.821 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:50:35.821 INFO kablam! Oct 21 16:50:35.821 INFO kablam! warning: unused variable: `e` Oct 21 16:50:35.821 INFO kablam! --> src/parse.rs:133:19 Oct 21 16:50:35.821 INFO kablam! | Oct 21 16:50:35.821 INFO kablam! 133 | .map_err(|e| ParseError::UnexpectedEndOfInput { expected: Some(delimiter) }) Oct 21 16:50:35.821 INFO kablam! | ^ help: consider using `_e` instead Oct 21 16:50:35.821 INFO kablam! Oct 21 16:50:35.862 INFO kablam! warning: function is never used: `parse_over_delimiter` Oct 21 16:50:35.862 INFO kablam! --> src/parse.rs:151:1 Oct 21 16:50:35.862 INFO kablam! | Oct 21 16:50:35.862 INFO kablam! 151 | fn parse_over_delimiter(source: Source, delimiter: char) -> ParseResult<(&str, Source)> { Oct 21 16:50:35.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:50:35.862 INFO kablam! | Oct 21 16:50:35.862 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:50:35.862 INFO kablam! Oct 21 16:50:36.121 INFO kablam! warning: unused variable: `character` Oct 21 16:50:36.121 INFO kablam! --> src/parse.rs:124:32 Oct 21 16:50:36.121 INFO kablam! | Oct 21 16:50:36.121 INFO kablam! 124 | .map(|(byte_index, character)| byte_index) Oct 21 16:50:36.121 INFO kablam! | ^^^^^^^^^ help: consider using `_character` instead Oct 21 16:50:36.121 INFO kablam! | Oct 21 16:50:36.121 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:50:36.121 INFO kablam! Oct 21 16:50:36.121 INFO kablam! warning: unused variable: `e` Oct 21 16:50:36.121 INFO kablam! --> src/parse.rs:133:19 Oct 21 16:50:36.121 INFO kablam! | Oct 21 16:50:36.121 INFO kablam! 133 | .map_err(|e| ParseError::UnexpectedEndOfInput { expected: Some(delimiter) }) Oct 21 16:50:36.121 INFO kablam! | ^ help: consider using `_e` instead Oct 21 16:50:36.121 INFO kablam! Oct 21 16:50:36.123 INFO kablam! warning: unused variable: `c` Oct 21 16:50:36.123 INFO kablam! --> src/parse.rs:416:40 Oct 21 16:50:36.123 INFO kablam! | Oct 21 16:50:36.123 INFO kablam! 416 | assert_eq!(parse_while("xyz", |c| true), ("xyz", "")); Oct 21 16:50:36.123 INFO kablam! | ^ help: consider using `_c` instead Oct 21 16:50:36.123 INFO kablam! Oct 21 16:50:36.123 INFO kablam! warning: unused variable: `c` Oct 21 16:50:36.123 INFO kablam! --> src/parse.rs:417:40 Oct 21 16:50:36.123 INFO kablam! | Oct 21 16:50:36.123 INFO kablam! 417 | assert_eq!(parse_while("xyz", |c| false), ("", "xyz")); Oct 21 16:50:36.123 INFO kablam! | ^ help: consider using `_c` instead Oct 21 16:50:36.124 INFO kablam! Oct 21 16:50:36.124 INFO kablam! warning: unused variable: `c` Oct 21 16:50:36.124 INFO kablam! --> src/parse.rs:418:37 Oct 21 16:50:36.124 INFO kablam! | Oct 21 16:50:36.124 INFO kablam! 418 | assert_eq!(parse_while("", |c| true), ("", "")); Oct 21 16:50:36.124 INFO kablam! | ^ help: consider using `_c` instead Oct 21 16:50:36.124 INFO kablam! Oct 21 16:50:36.124 INFO kablam! warning: unused variable: `c` Oct 21 16:50:36.124 INFO kablam! --> src/parse.rs:419:37 Oct 21 16:50:36.124 INFO kablam! | Oct 21 16:50:36.124 INFO kablam! 419 | assert_eq!(parse_while("", |c| false), ("", "")); Oct 21 16:50:36.124 INFO kablam! | ^ help: consider using `_c` instead Oct 21 16:50:36.124 INFO kablam! Oct 21 16:50:36.311 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.94s Oct 21 16:50:36.315 INFO kablam! su: No module specific data is present Oct 21 16:50:36.724 INFO running `"docker" "rm" "-f" "7d6bd00b7ec01914b5c58d288befa9a64185bee8e72bbe792bb38b3e82be5efa"` Oct 21 16:50:36.852 INFO blam! 7d6bd00b7ec01914b5c58d288befa9a64185bee8e72bbe792bb38b3e82be5efa