Oct 27 02:47:48.016 INFO checking johannesvollmer/proto-templates against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 02:47:48.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 02:47:48.188 INFO blam! e6c84f864c080dc6544a50ec4665539e4ddaa52ed737fee8b5e9a58e3e2c34df Oct 27 02:47:48.190 INFO running `"docker" "start" "-a" "e6c84f864c080dc6544a50ec4665539e4ddaa52ed737fee8b5e9a58e3e2c34df"` Oct 27 02:47:48.947 INFO kablam! usermod: no changes Oct 27 02:47:48.995 INFO kablam! Checking prototype_template_language v0.1.0 (/source) Oct 27 02:47:49.299 INFO kablam! warning: unused import: `::std::collections::HashMap` Oct 27 02:47:49.299 INFO kablam! --> src/referenced.rs:1:5 Oct 27 02:47:49.299 INFO kablam! | Oct 27 02:47:49.299 INFO kablam! 1 | use ::std::collections::HashMap; Oct 27 02:47:49.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:47:49.299 INFO kablam! | Oct 27 02:47:49.299 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:47:49.299 INFO kablam! Oct 27 02:47:49.479 INFO kablam! warning: unused variable: `character` Oct 27 02:47:49.479 INFO kablam! --> src/parse.rs:124:32 Oct 27 02:47:49.480 INFO kablam! | Oct 27 02:47:49.480 INFO kablam! 124 | .map(|(byte_index, character)| byte_index) Oct 27 02:47:49.480 INFO kablam! | ^^^^^^^^^ help: consider using `_character` instead Oct 27 02:47:49.480 INFO kablam! | Oct 27 02:47:49.480 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:47:49.481 INFO kablam! Oct 27 02:47:49.481 INFO kablam! warning: unused variable: `e` Oct 27 02:47:49.481 INFO kablam! --> src/parse.rs:133:19 Oct 27 02:47:49.481 INFO kablam! | Oct 27 02:47:49.481 INFO kablam! 133 | .map_err(|e| ParseError::UnexpectedEndOfInput { expected: Some(delimiter) }) Oct 27 02:47:49.481 INFO kablam! | ^ help: consider using `_e` instead Oct 27 02:47:49.481 INFO kablam! Oct 27 02:47:49.559 INFO kablam! warning: function is never used: `parse_over_delimiter` Oct 27 02:47:49.559 INFO kablam! --> src/parse.rs:151:1 Oct 27 02:47:49.559 INFO kablam! | Oct 27 02:47:49.559 INFO kablam! 151 | fn parse_over_delimiter(source: Source, delimiter: char) -> ParseResult<(&str, Source)> { Oct 27 02:47:49.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:47:49.559 INFO kablam! | Oct 27 02:47:49.559 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:47:49.559 INFO kablam! Oct 27 02:47:49.751 INFO kablam! warning: unused import: `::std::collections::HashMap` Oct 27 02:47:49.752 INFO kablam! --> src/referenced.rs:1:5 Oct 27 02:47:49.752 INFO kablam! | Oct 27 02:47:49.752 INFO kablam! 1 | use ::std::collections::HashMap; Oct 27 02:47:49.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:47:49.753 INFO kablam! | Oct 27 02:47:49.753 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:47:49.753 INFO kablam! Oct 27 02:47:50.115 INFO kablam! warning: unused variable: `character` Oct 27 02:47:50.115 INFO kablam! --> src/parse.rs:124:32 Oct 27 02:47:50.116 INFO kablam! | Oct 27 02:47:50.116 INFO kablam! 124 | .map(|(byte_index, character)| byte_index) Oct 27 02:47:50.116 INFO kablam! | ^^^^^^^^^ help: consider using `_character` instead Oct 27 02:47:50.117 INFO kablam! | Oct 27 02:47:50.117 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:47:50.117 INFO kablam! Oct 27 02:47:50.117 INFO kablam! warning: unused variable: `e` Oct 27 02:47:50.118 INFO kablam! --> src/parse.rs:133:19 Oct 27 02:47:50.118 INFO kablam! | Oct 27 02:47:50.118 INFO kablam! 133 | .map_err(|e| ParseError::UnexpectedEndOfInput { expected: Some(delimiter) }) Oct 27 02:47:50.119 INFO kablam! | ^ help: consider using `_e` instead Oct 27 02:47:50.119 INFO kablam! Oct 27 02:47:50.119 INFO kablam! warning: unused variable: `c` Oct 27 02:47:50.119 INFO kablam! --> src/parse.rs:416:40 Oct 27 02:47:50.120 INFO kablam! | Oct 27 02:47:50.120 INFO kablam! 416 | assert_eq!(parse_while("xyz", |c| true), ("xyz", "")); Oct 27 02:47:50.120 INFO kablam! | ^ help: consider using `_c` instead Oct 27 02:47:50.121 INFO kablam! Oct 27 02:47:50.121 INFO kablam! warning: unused variable: `c` Oct 27 02:47:50.121 INFO kablam! --> src/parse.rs:417:40 Oct 27 02:47:50.121 INFO kablam! | Oct 27 02:47:50.122 INFO kablam! 417 | assert_eq!(parse_while("xyz", |c| false), ("", "xyz")); Oct 27 02:47:50.122 INFO kablam! | ^ help: consider using `_c` instead Oct 27 02:47:50.122 INFO kablam! Oct 27 02:47:50.122 INFO kablam! warning: unused variable: `c` Oct 27 02:47:50.123 INFO kablam! --> src/parse.rs:418:37 Oct 27 02:47:50.123 INFO kablam! | Oct 27 02:47:50.123 INFO kablam! 418 | assert_eq!(parse_while("", |c| true), ("", "")); Oct 27 02:47:50.124 INFO kablam! | ^ help: consider using `_c` instead Oct 27 02:47:50.124 INFO kablam! Oct 27 02:47:50.124 INFO kablam! warning: unused variable: `c` Oct 27 02:47:50.124 INFO kablam! --> src/parse.rs:419:37 Oct 27 02:47:50.125 INFO kablam! | Oct 27 02:47:50.125 INFO kablam! 419 | assert_eq!(parse_while("", |c| false), ("", "")); Oct 27 02:47:50.125 INFO kablam! | ^ help: consider using `_c` instead Oct 27 02:47:50.125 INFO kablam! Oct 27 02:47:50.320 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 27 02:47:50.323 INFO kablam! su: No module specific data is present Oct 27 02:47:50.963 INFO running `"docker" "rm" "-f" "e6c84f864c080dc6544a50ec4665539e4ddaa52ed737fee8b5e9a58e3e2c34df"` Oct 27 02:47:51.291 INFO blam! e6c84f864c080dc6544a50ec4665539e4ddaa52ed737fee8b5e9a58e3e2c34df