Oct 27 03:22:47.100 INFO checking irony-rust/nickel-cms against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 03:22:47.100 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 03:22:47.707 INFO blam! 783e2ba9355cdda6f29b282911608c6d709ecfa85e1b2a2f7bcd9079ff991686 Oct 27 03:22:47.715 INFO running `"docker" "start" "-a" "783e2ba9355cdda6f29b282911608c6d709ecfa85e1b2a2f7bcd9079ff991686"` Oct 27 03:22:49.079 INFO kablam! usermod: no changes Oct 27 03:22:49.311 INFO kablam! Compiling byteorder v1.0.0 Oct 27 03:22:49.315 INFO kablam! Compiling md5 v0.3.5 Oct 27 03:22:49.315 INFO kablam! Compiling nom v2.2.1 Oct 27 03:22:49.315 INFO kablam! Checking unidecode v0.2.0 Oct 27 03:22:49.315 INFO kablam! Checking humansize v1.0.1 Oct 27 03:22:49.315 INFO kablam! Checking num_cpus v1.5.1 Oct 27 03:22:49.315 INFO kablam! Checking base64 v0.3.1 Oct 27 03:22:51.383 INFO kablam! Checking mustache v0.8.0 Oct 27 03:22:52.143 INFO kablam! Checking idna v0.1.2 Oct 27 03:22:52.709 INFO kablam! Checking backtrace v0.3.2 Oct 27 03:22:54.064 INFO kablam! Checking chrono v0.3.1 Oct 27 03:22:57.116 INFO kablam! Checking error-chain v0.10.0 Oct 27 03:23:01.956 INFO kablam! Compiling ructe v0.3.0 Oct 27 03:23:02.469 INFO kablam! Checking slug v0.1.2 Oct 27 03:23:03.643 INFO kablam! Checking url v1.5.0 Oct 27 03:23:06.631 INFO kablam! Checking hyper v0.10.12 Oct 27 03:23:06.631 INFO kablam! Checking tera v0.10.6 Oct 27 03:23:10.678 INFO kablam! Compiling nickel-cms v0.3.0 (/source) Oct 27 03:23:15.851 INFO kablam! Checking nickel v0.10.0 Oct 27 03:23:22.267 INFO kablam! warning: unused macro definition Oct 27 03:23:22.267 INFO kablam! --> src/middleware/form_validator.rs:18:1 Oct 27 03:23:22.267 INFO kablam! | Oct 27 03:23:22.267 INFO kablam! 18 | / macro_rules! parse_field { Oct 27 03:23:22.267 INFO kablam! 19 | | ( $field:expr, $vtype:ty ) => {{ Oct 27 03:23:22.267 INFO kablam! 20 | | $field.parse::<$vtype>() Oct 27 03:23:22.267 INFO kablam! 21 | | }}; Oct 27 03:23:22.267 INFO kablam! 22 | | } Oct 27 03:23:22.267 INFO kablam! | |_^ Oct 27 03:23:22.267 INFO kablam! | Oct 27 03:23:22.267 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 03:23:22.267 INFO kablam! Oct 27 03:23:22.275 INFO kablam! warning: unused macro definition Oct 27 03:23:22.275 INFO kablam! --> src/middleware/form_validator.rs:18:1 Oct 27 03:23:22.275 INFO kablam! | Oct 27 03:23:22.275 INFO kablam! 18 | / macro_rules! parse_field { Oct 27 03:23:22.275 INFO kablam! 19 | | ( $field:expr, $vtype:ty ) => {{ Oct 27 03:23:22.275 INFO kablam! 20 | | $field.parse::<$vtype>() Oct 27 03:23:22.275 INFO kablam! 21 | | }}; Oct 27 03:23:22.275 INFO kablam! 22 | | } Oct 27 03:23:22.275 INFO kablam! | |_^ Oct 27 03:23:22.275 INFO kablam! | Oct 27 03:23:22.275 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 03:23:22.275 INFO kablam! Oct 27 03:23:22.507 INFO kablam! warning: unused variable: `vtype` Oct 27 03:23:22.507 INFO kablam! --> src/middleware/form_validator.rs:27:28 Oct 27 03:23:22.507 INFO kablam! | Oct 27 03:23:22.507 INFO kablam! 27 | fn type_ref_parser(vtype: i32){ Oct 27 03:23:22.507 INFO kablam! | ^^^^^ help: consider using `_vtype` instead Oct 27 03:23:22.507 INFO kablam! | Oct 27 03:23:22.507 INFO kablam! ::: src/admin/models/pages.rs:28:9 Oct 27 03:23:22.507 INFO kablam! | Oct 27 03:23:22.507 INFO kablam! 28 | / validators! ( Oct 27 03:23:22.507 INFO kablam! 29 | | ["done.a", "age"]: f32 => required(), max(1); Oct 27 03:23:22.507 INFO kablam! 30 | | ["age", "tst4"]: i32 => max(1, "2+"); Oct 27 03:23:22.507 INFO kablam! 31 | | ) Oct 27 03:23:22.507 INFO kablam! | |_________- in this macro invocation Oct 27 03:23:22.507 INFO kablam! | Oct 27 03:23:22.507 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:23:22.507 INFO kablam! Oct 27 03:23:22.555 INFO kablam! warning: unused variable: `vtype` Oct 27 03:23:22.555 INFO kablam! --> src/middleware/form_validator.rs:27:28 Oct 27 03:23:22.555 INFO kablam! | Oct 27 03:23:22.555 INFO kablam! 27 | fn type_ref_parser(vtype: i32){ Oct 27 03:23:22.555 INFO kablam! | ^^^^^ help: consider using `_vtype` instead Oct 27 03:23:22.555 INFO kablam! | Oct 27 03:23:22.555 INFO kablam! ::: src/admin/models/pages.rs:28:9 Oct 27 03:23:22.555 INFO kablam! | Oct 27 03:23:22.555 INFO kablam! 28 | / validators! ( Oct 27 03:23:22.555 INFO kablam! 29 | | ["done.a", "age"]: f32 => required(), max(1); Oct 27 03:23:22.555 INFO kablam! 30 | | ["age", "tst4"]: i32 => max(1, "2+"); Oct 27 03:23:22.555 INFO kablam! 31 | | ) Oct 27 03:23:22.555 INFO kablam! | |_________- in this macro invocation Oct 27 03:23:22.555 INFO kablam! | Oct 27 03:23:22.555 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:23:22.555 INFO kablam! Oct 27 03:23:22.583 INFO kablam! warning: variable does not need to be mutable Oct 27 03:23:22.583 INFO kablam! --> src/middleware/form_validator.rs:197:13 Oct 27 03:23:22.583 INFO kablam! | Oct 27 03:23:22.583 INFO kablam! 197 | let mut err = validation_errors.get_mut(&field).unwrap(); Oct 27 03:23:22.583 INFO kablam! | ----^^^ Oct 27 03:23:22.583 INFO kablam! | | Oct 27 03:23:22.583 INFO kablam! | help: remove this `mut` Oct 27 03:23:22.583 INFO kablam! warning: variable does not need to be mutable Oct 27 03:23:22.583 INFO kablam! | Oct 27 03:23:22.583 INFO kablam! --> src/middleware/form_validator.rs:197:13 Oct 27 03:23:22.583 INFO kablam! | Oct 27 03:23:22.583 INFO kablam! 197 | let mut err = validation_errors.get_mut(&field).unwrap(); Oct 27 03:23:22.583 INFO kablam! | ----^^^ Oct 27 03:23:22.583 INFO kablam! | | Oct 27 03:23:22.583 INFO kablam! | help: remove this `mut` Oct 27 03:23:22.583 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 03:23:22.583 INFO kablam! Oct 27 03:23:22.583 INFO kablam! | Oct 27 03:23:22.583 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 03:23:22.583 INFO kablam! Oct 27 03:23:22.631 INFO kablam! warning: function is never used: `type_ref_parser` Oct 27 03:23:22.631 INFO kablam! --> src/middleware/form_validator.rs:27:9 Oct 27 03:23:22.631 INFO kablam! | Oct 27 03:23:22.631 INFO kablam! 27 | fn type_ref_parser(vtype: i32){ Oct 27 03:23:22.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:23:22.631 INFO kablam! | Oct 27 03:23:22.631 INFO kablam! ::: src/admin/models/pages.rs:28:9 Oct 27 03:23:22.631 INFO kablam! | Oct 27 03:23:22.631 INFO kablam! 28 | / validators! ( Oct 27 03:23:22.631 INFO kablam! 29 | | ["done.a", "age"]: f32 => required(), max(1); Oct 27 03:23:22.631 INFO kablam! 30 | | ["age", "tst4"]: i32 => max(1, "2+"); Oct 27 03:23:22.631 INFO kablam! 31 | | ) Oct 27 03:23:22.631 INFO kablam! | |_________- in this macro invocation Oct 27 03:23:22.631 INFO kablam! | Oct 27 03:23:22.631 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:23:22.631 INFO kablam! Oct 27 03:23:22.639 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:23:22.639 INFO kablam! --> src/middleware/form_validator.rs:90:9 Oct 27 03:23:22.639 INFO kablam! | Oct 27 03:23:22.639 INFO kablam! 90 | Validators::new(Self::validators()).create_validator(&form_data); Oct 27 03:23:22.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:23:22.639 INFO kablam! | Oct 27 03:23:22.639 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 03:23:22.639 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:23:22.639 INFO kablam! Oct 27 03:23:22.740 INFO kablam! warning: function is never used: `type_ref_parser` Oct 27 03:23:22.740 INFO kablam! --> src/middleware/form_validator.rs:27:9 Oct 27 03:23:22.740 INFO kablam! | Oct 27 03:23:22.740 INFO kablam! 27 | fn type_ref_parser(vtype: i32){ Oct 27 03:23:22.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:23:22.740 INFO kablam! | Oct 27 03:23:22.740 INFO kablam! ::: src/admin/models/pages.rs:28:9 Oct 27 03:23:22.740 INFO kablam! | Oct 27 03:23:22.740 INFO kablam! 28 | / validators! ( Oct 27 03:23:22.741 INFO kablam! 29 | | ["done.a", "age"]: f32 => required(), max(1); Oct 27 03:23:22.741 INFO kablam! 30 | | ["age", "tst4"]: i32 => max(1, "2+"); Oct 27 03:23:22.741 INFO kablam! 31 | | ) Oct 27 03:23:22.741 INFO kablam! | |_________- in this macro invocation Oct 27 03:23:22.741 INFO kablam! | Oct 27 03:23:22.741 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:23:22.741 INFO kablam! Oct 27 03:23:22.741 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:23:22.741 INFO kablam! --> src/middleware/form_validator.rs:90:9 Oct 27 03:23:22.741 INFO kablam! | Oct 27 03:23:22.741 INFO kablam! 90 | Validators::new(Self::validators()).create_validator(&form_data); Oct 27 03:23:22.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:23:22.741 INFO kablam! | Oct 27 03:23:22.741 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 03:23:22.741 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:23:22.741 INFO kablam! Oct 27 03:23:25.897 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.79s Oct 27 03:23:25.919 INFO kablam! su: No module specific data is present Oct 27 03:23:26.417 INFO running `"docker" "rm" "-f" "783e2ba9355cdda6f29b282911608c6d709ecfa85e1b2a2f7bcd9079ff991686"` Oct 27 03:23:26.671 INFO blam! 783e2ba9355cdda6f29b282911608c6d709ecfa85e1b2a2f7bcd9079ff991686