Oct 14 17:51:17.808 INFO testing irony-rust/nickel-cms against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:51:17.808 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 17:51:18.218 INFO blam! b8d5e150a3564552e79f86617b68eb6735c60056a25080b73f81b08f864873a8 Oct 14 17:51:18.219 INFO running `"docker" "start" "-a" "b8d5e150a3564552e79f86617b68eb6735c60056a25080b73f81b08f864873a8"` Oct 14 17:51:19.267 INFO kablam! usermod: no changes Oct 14 17:51:19.463 INFO kablam! Compiling byteorder v1.0.0 Oct 14 17:51:19.467 INFO kablam! Compiling md5 v0.3.5 Oct 14 17:51:19.468 INFO kablam! Compiling nom v2.2.1 Oct 14 17:51:19.468 INFO kablam! Compiling cfg-if v0.1.1 Oct 14 17:51:19.468 INFO kablam! Compiling groupable v0.2.0 Oct 14 17:51:19.469 INFO kablam! Compiling backtrace-sys v0.1.11 Oct 14 17:51:19.469 INFO kablam! Compiling num_cpus v1.5.1 Oct 14 17:51:19.469 INFO kablam! Compiling mustache v0.8.0 Oct 14 17:51:19.767 INFO kablam! Compiling toml v0.2.1 Oct 14 17:51:20.211 INFO kablam! Compiling serde_json v1.0.2 Oct 14 17:51:22.235 INFO kablam! Compiling base64 v0.3.1 Oct 14 17:51:22.235 INFO kablam! Compiling base64 v0.5.2 Oct 14 17:51:22.259 INFO kablam! Compiling url v1.5.0 Oct 14 17:51:27.323 INFO kablam! Compiling regex v0.2.2 Oct 14 17:51:27.407 INFO kablam! Compiling chrono v0.3.1 Oct 14 17:51:27.407 INFO kablam! Compiling ructe v0.3.0 Oct 14 17:51:34.271 INFO kablam! Compiling hyper v0.10.12 Oct 14 17:51:48.395 INFO kablam! Compiling nickel-cms v0.3.0 (/source) Oct 14 17:51:57.087 INFO kablam! Compiling backtrace v0.3.2 Oct 14 17:51:59.624 INFO kablam! Compiling error-chain v0.10.0 Oct 14 17:51:59.947 INFO kablam! Compiling nickel v0.10.0 Oct 14 17:52:00.579 INFO kablam! Compiling tera v0.10.6 Oct 14 17:52:13.767 INFO kablam! warning: unused macro definition Oct 14 17:52:13.767 INFO kablam! --> src/middleware/form_validator.rs:18:1 Oct 14 17:52:13.767 INFO kablam! | Oct 14 17:52:13.767 INFO kablam! 18 | / macro_rules! parse_field { Oct 14 17:52:13.767 INFO kablam! 19 | | ( $field:expr, $vtype:ty ) => {{ Oct 14 17:52:13.767 INFO kablam! 20 | | $field.parse::<$vtype>() Oct 14 17:52:13.767 INFO kablam! 21 | | }}; Oct 14 17:52:13.767 INFO kablam! 22 | | } Oct 14 17:52:13.767 INFO kablam! | |_^ Oct 14 17:52:13.767 INFO kablam! | Oct 14 17:52:13.767 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 17:52:13.767 INFO kablam! Oct 14 17:52:14.015 INFO kablam! warning: unused variable: `vtype` Oct 14 17:52:14.015 INFO kablam! --> src/middleware/form_validator.rs:27:28 Oct 14 17:52:14.015 INFO kablam! | Oct 14 17:52:14.015 INFO kablam! 27 | fn type_ref_parser(vtype: i32){ Oct 14 17:52:14.015 INFO kablam! | ^^^^^ help: consider using `_vtype` instead Oct 14 17:52:14.015 INFO kablam! | Oct 14 17:52:14.015 INFO kablam! ::: src/admin/models/pages.rs:28:9 Oct 14 17:52:14.015 INFO kablam! | Oct 14 17:52:14.015 INFO kablam! 28 | / validators! ( Oct 14 17:52:14.015 INFO kablam! 29 | | ["done.a", "age"]: f32 => required(), max(1); Oct 14 17:52:14.015 INFO kablam! 30 | | ["age", "tst4"]: i32 => max(1, "2+"); Oct 14 17:52:14.015 INFO kablam! 31 | | ) Oct 14 17:52:14.015 INFO kablam! | |_________- in this macro invocation Oct 14 17:52:14.015 INFO kablam! | Oct 14 17:52:14.015 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:52:14.015 INFO kablam! Oct 14 17:52:14.035 INFO kablam! warning: variable does not need to be mutable Oct 14 17:52:14.035 INFO kablam! --> src/middleware/form_validator.rs:197:13 Oct 14 17:52:14.035 INFO kablam! | Oct 14 17:52:14.035 INFO kablam! 197 | let mut err = validation_errors.get_mut(&field).unwrap(); Oct 14 17:52:14.035 INFO kablam! | ----^^^ Oct 14 17:52:14.035 INFO kablam! | | Oct 14 17:52:14.035 INFO kablam! | help: remove this `mut` Oct 14 17:52:14.035 INFO kablam! | Oct 14 17:52:14.035 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:52:14.035 INFO kablam! Oct 14 17:52:14.108 INFO kablam! warning: function is never used: `type_ref_parser` Oct 14 17:52:14.109 INFO kablam! --> src/middleware/form_validator.rs:27:9 Oct 14 17:52:14.109 INFO kablam! | Oct 14 17:52:14.109 INFO kablam! 27 | fn type_ref_parser(vtype: i32){ Oct 14 17:52:14.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:14.110 INFO kablam! | Oct 14 17:52:14.110 INFO kablam! ::: src/admin/models/pages.rs:28:9 Oct 14 17:52:14.111 INFO kablam! | Oct 14 17:52:14.111 INFO kablam! 28 | / validators! ( Oct 14 17:52:14.111 INFO kablam! 29 | | ["done.a", "age"]: f32 => required(), max(1); Oct 14 17:52:14.112 INFO kablam! 30 | | ["age", "tst4"]: i32 => max(1, "2+"); Oct 14 17:52:14.112 INFO kablam! 31 | | ) Oct 14 17:52:14.112 INFO kablam! | |_________- in this macro invocation Oct 14 17:52:14.113 INFO kablam! | Oct 14 17:52:14.113 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:52:14.113 INFO kablam! Oct 14 17:52:14.114 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:52:14.114 INFO kablam! --> src/middleware/form_validator.rs:90:9 Oct 14 17:52:14.114 INFO kablam! | Oct 14 17:52:14.115 INFO kablam! 90 | Validators::new(Self::validators()).create_validator(&form_data); Oct 14 17:52:14.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:14.116 INFO kablam! | Oct 14 17:52:14.116 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 17:52:14.116 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:52:14.117 INFO kablam! Oct 14 17:52:20.905 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Oct 14 17:52:20.920 INFO kablam! su: No module specific data is present Oct 14 17:52:21.559 INFO running `"docker" "rm" "-f" "b8d5e150a3564552e79f86617b68eb6735c60056a25080b73f81b08f864873a8"` Oct 14 17:52:21.829 INFO blam! b8d5e150a3564552e79f86617b68eb6735c60056a25080b73f81b08f864873a8 Oct 14 17:52:21.837 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 17:52:22.248 INFO blam! 316fc67ca555dead1b3b6e58f8dc0854c99f2146d1d741ae047477cc5a96f1d6 Oct 14 17:52:22.253 INFO running `"docker" "start" "-a" "316fc67ca555dead1b3b6e58f8dc0854c99f2146d1d741ae047477cc5a96f1d6"` Oct 14 17:52:23.539 INFO kablam! usermod: no changes Oct 14 17:52:23.695 INFO kablam! Compiling nickel-cms v0.3.0 (/source) Oct 14 17:52:24.763 INFO kablam! warning: unused macro definition Oct 14 17:52:24.763 INFO kablam! --> src/middleware/form_validator.rs:18:1 Oct 14 17:52:24.763 INFO kablam! | Oct 14 17:52:24.763 INFO kablam! 18 | / macro_rules! parse_field { Oct 14 17:52:24.763 INFO kablam! 19 | | ( $field:expr, $vtype:ty ) => {{ Oct 14 17:52:24.763 INFO kablam! 20 | | $field.parse::<$vtype>() Oct 14 17:52:24.763 INFO kablam! 21 | | }}; Oct 14 17:52:24.763 INFO kablam! 22 | | } Oct 14 17:52:24.763 INFO kablam! | |_^ Oct 14 17:52:24.763 INFO kablam! | Oct 14 17:52:24.763 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 17:52:24.763 INFO kablam! Oct 14 17:52:25.139 INFO kablam! warning: unused variable: `vtype` Oct 14 17:52:25.139 INFO kablam! --> src/middleware/form_validator.rs:27:28 Oct 14 17:52:25.139 INFO kablam! | Oct 14 17:52:25.139 INFO kablam! 27 | fn type_ref_parser(vtype: i32){ Oct 14 17:52:25.139 INFO kablam! | ^^^^^ help: consider using `_vtype` instead Oct 14 17:52:25.139 INFO kablam! | Oct 14 17:52:25.139 INFO kablam! ::: src/admin/models/pages.rs:28:9 Oct 14 17:52:25.139 INFO kablam! | Oct 14 17:52:25.139 INFO kablam! 28 | / validators! ( Oct 14 17:52:25.139 INFO kablam! 29 | | ["done.a", "age"]: f32 => required(), max(1); Oct 14 17:52:25.139 INFO kablam! 30 | | ["age", "tst4"]: i32 => max(1, "2+"); Oct 14 17:52:25.139 INFO kablam! 31 | | ) Oct 14 17:52:25.139 INFO kablam! | |_________- in this macro invocation Oct 14 17:52:25.139 INFO kablam! | Oct 14 17:52:25.139 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:52:25.139 INFO kablam! Oct 14 17:52:25.171 INFO kablam! warning: variable does not need to be mutable Oct 14 17:52:25.171 INFO kablam! --> src/middleware/form_validator.rs:197:13 Oct 14 17:52:25.171 INFO kablam! | Oct 14 17:52:25.171 INFO kablam! 197 | let mut err = validation_errors.get_mut(&field).unwrap(); Oct 14 17:52:25.171 INFO kablam! | ----^^^ Oct 14 17:52:25.171 INFO kablam! | | Oct 14 17:52:25.171 INFO kablam! | help: remove this `mut` Oct 14 17:52:25.171 INFO kablam! | Oct 14 17:52:25.171 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:52:25.171 INFO kablam! Oct 14 17:52:25.227 INFO kablam! warning: function is never used: `type_ref_parser` Oct 14 17:52:25.227 INFO kablam! --> src/middleware/form_validator.rs:27:9 Oct 14 17:52:25.227 INFO kablam! | Oct 14 17:52:25.227 INFO kablam! 27 | fn type_ref_parser(vtype: i32){ Oct 14 17:52:25.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:25.227 INFO kablam! | Oct 14 17:52:25.227 INFO kablam! ::: src/admin/models/pages.rs:28:9 Oct 14 17:52:25.227 INFO kablam! | Oct 14 17:52:25.227 INFO kablam! 28 | / validators! ( Oct 14 17:52:25.227 INFO kablam! 29 | | ["done.a", "age"]: f32 => required(), max(1); Oct 14 17:52:25.227 INFO kablam! 30 | | ["age", "tst4"]: i32 => max(1, "2+"); Oct 14 17:52:25.227 INFO kablam! 31 | | ) Oct 14 17:52:25.227 INFO kablam! | |_________- in this macro invocation Oct 14 17:52:25.227 INFO kablam! | Oct 14 17:52:25.227 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:52:25.227 INFO kablam! Oct 14 17:52:25.235 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:52:25.235 INFO kablam! --> src/middleware/form_validator.rs:90:9 Oct 14 17:52:25.235 INFO kablam! | Oct 14 17:52:25.235 INFO kablam! 90 | Validators::new(Self::validators()).create_validator(&form_data); Oct 14 17:52:25.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:52:25.235 INFO kablam! | Oct 14 17:52:25.235 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 17:52:25.235 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:52:25.235 INFO kablam! Oct 14 17:52:25.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.29s Oct 14 17:52:25.857 INFO kablam! su: No module specific data is present Oct 14 17:52:26.361 INFO running `"docker" "rm" "-f" "316fc67ca555dead1b3b6e58f8dc0854c99f2146d1d741ae047477cc5a96f1d6"` Oct 14 17:52:26.607 INFO blam! 316fc67ca555dead1b3b6e58f8dc0854c99f2146d1d741ae047477cc5a96f1d6 Oct 14 17:52:26.624 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 17:52:27.107 INFO blam! af4e90c112418a086f9ef28526d82447db065aeaaca95ef93075f77e2d6ca4ef Oct 14 17:52:27.113 INFO running `"docker" "start" "-a" "af4e90c112418a086f9ef28526d82447db065aeaaca95ef93075f77e2d6ca4ef"` Oct 14 17:52:28.002 INFO kablam! usermod: no changes Oct 14 17:52:28.147 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 17:52:28.167 INFO kablam! Running /target/debug/deps/nickel_cms-ff66be5683bfdcc4 Oct 14 17:52:28.167 INFO blam! Oct 14 17:52:28.167 INFO blam! running 0 tests Oct 14 17:52:28.167 INFO blam! Oct 14 17:52:28.167 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:52:28.167 INFO blam! Oct 14 17:52:28.168 INFO kablam! Running /target/debug/deps/nickel_cms-d7315c6d9636aa2f Oct 14 17:52:28.175 INFO kablam! Doc-tests nickel-cms Oct 14 17:52:28.175 INFO blam! Oct 14 17:52:28.175 INFO blam! running 0 tests Oct 14 17:52:28.175 INFO blam! Oct 14 17:52:28.175 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:52:28.175 INFO blam! Oct 14 17:52:29.679 INFO blam! Oct 14 17:52:29.679 INFO blam! running 0 tests Oct 14 17:52:29.679 INFO blam! Oct 14 17:52:29.679 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:52:29.679 INFO blam! Oct 14 17:52:29.690 INFO kablam! su: No module specific data is present Oct 14 17:52:30.531 INFO running `"docker" "rm" "-f" "af4e90c112418a086f9ef28526d82447db065aeaaca95ef93075f77e2d6ca4ef"` Oct 14 17:52:30.738 INFO blam! af4e90c112418a086f9ef28526d82447db065aeaaca95ef93075f77e2d6ca4ef