Oct 10 21:31:10.252 INFO testing irony-rust/nickel-cms against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:31:10.252 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:31:10.252 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:31:10.818 INFO blam! 26fe0746a764dd8b8d374540856a5e49495e1de80e4294121ad749d2d9e6d6df Oct 10 21:31:10.824 INFO running `"docker" "start" "-a" "26fe0746a764dd8b8d374540856a5e49495e1de80e4294121ad749d2d9e6d6df"` Oct 10 21:31:11.727 INFO kablam! usermod: no changes Oct 10 21:31:11.932 INFO kablam! Compiling nom v2.2.1 Oct 10 21:31:11.932 INFO kablam! Compiling md5 v0.3.5 Oct 10 21:31:11.951 INFO kablam! Compiling base64 v0.3.1 Oct 10 21:31:11.952 INFO kablam! Compiling mustache v0.8.0 Oct 10 21:31:11.964 INFO kablam! Compiling backtrace-sys v0.1.11 Oct 10 21:31:11.968 INFO kablam! Compiling hyper v0.10.12 Oct 10 21:31:11.968 INFO kablam! Compiling chrono v0.3.1 Oct 10 21:31:13.233 INFO kablam! Compiling backtrace v0.3.2 Oct 10 21:31:15.849 INFO kablam! Compiling error-chain v0.10.0 Oct 10 21:31:17.397 INFO kablam! Compiling tera v0.10.6 Oct 10 21:31:18.732 INFO kablam! Compiling ructe v0.3.0 Oct 10 21:31:24.337 INFO kablam! Compiling nickel-cms v0.3.0 (/source) Oct 10 21:31:26.484 INFO kablam! Compiling nickel v0.10.0 Oct 10 21:31:36.332 INFO kablam! warning: unused macro definition Oct 10 21:31:36.332 INFO kablam! --> src/middleware/form_validator.rs:18:1 Oct 10 21:31:36.332 INFO kablam! | Oct 10 21:31:36.332 INFO kablam! 18 | / macro_rules! parse_field { Oct 10 21:31:36.333 INFO kablam! 19 | | ( $field:expr, $vtype:ty ) => {{ Oct 10 21:31:36.333 INFO kablam! 20 | | $field.parse::<$vtype>() Oct 10 21:31:36.333 INFO kablam! 21 | | }}; Oct 10 21:31:36.333 INFO kablam! 22 | | } Oct 10 21:31:36.333 INFO kablam! | |_^ Oct 10 21:31:36.333 INFO kablam! | Oct 10 21:31:36.333 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 10 21:31:36.333 INFO kablam! Oct 10 21:31:36.536 INFO kablam! warning: unused variable: `vtype` Oct 10 21:31:36.536 INFO kablam! --> src/middleware/form_validator.rs:27:28 Oct 10 21:31:36.536 INFO kablam! | Oct 10 21:31:36.537 INFO kablam! 27 | fn type_ref_parser(vtype: i32){ Oct 10 21:31:36.537 INFO kablam! | ^^^^^ help: consider using `_vtype` instead Oct 10 21:31:36.537 INFO kablam! | Oct 10 21:31:36.537 INFO kablam! ::: src/admin/models/pages.rs:28:9 Oct 10 21:31:36.538 INFO kablam! | Oct 10 21:31:36.538 INFO kablam! 28 | / validators! ( Oct 10 21:31:36.538 INFO kablam! 29 | | ["done.a", "age"]: f32 => required(), max(1); Oct 10 21:31:36.538 INFO kablam! 30 | | ["age", "tst4"]: i32 => max(1, "2+"); Oct 10 21:31:36.539 INFO kablam! 31 | | ) Oct 10 21:31:36.539 INFO kablam! | |_________- in this macro invocation Oct 10 21:31:36.539 INFO kablam! | Oct 10 21:31:36.539 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:31:36.540 INFO kablam! Oct 10 21:31:36.553 INFO kablam! warning: variable does not need to be mutable Oct 10 21:31:36.553 INFO kablam! --> src/middleware/form_validator.rs:197:13 Oct 10 21:31:36.553 INFO kablam! | Oct 10 21:31:36.553 INFO kablam! 197 | let mut err = validation_errors.get_mut(&field).unwrap(); Oct 10 21:31:36.553 INFO kablam! | ----^^^ Oct 10 21:31:36.553 INFO kablam! | | Oct 10 21:31:36.553 INFO kablam! | help: remove this `mut` Oct 10 21:31:36.553 INFO kablam! | Oct 10 21:31:36.553 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:31:36.553 INFO kablam! Oct 10 21:31:36.599 INFO kablam! warning: function is never used: `type_ref_parser` Oct 10 21:31:36.599 INFO kablam! --> src/middleware/form_validator.rs:27:9 Oct 10 21:31:36.599 INFO kablam! | Oct 10 21:31:36.599 INFO kablam! 27 | fn type_ref_parser(vtype: i32){ Oct 10 21:31:36.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:36.599 INFO kablam! | Oct 10 21:31:36.599 INFO kablam! ::: src/admin/models/pages.rs:28:9 Oct 10 21:31:36.599 INFO kablam! | Oct 10 21:31:36.599 INFO kablam! 28 | / validators! ( Oct 10 21:31:36.599 INFO kablam! 29 | | ["done.a", "age"]: f32 => required(), max(1); Oct 10 21:31:36.599 INFO kablam! 30 | | ["age", "tst4"]: i32 => max(1, "2+"); Oct 10 21:31:36.599 INFO kablam! 31 | | ) Oct 10 21:31:36.599 INFO kablam! | |_________- in this macro invocation Oct 10 21:31:36.599 INFO kablam! | Oct 10 21:31:36.599 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:31:36.599 INFO kablam! Oct 10 21:31:36.604 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:31:36.604 INFO kablam! --> src/middleware/form_validator.rs:90:9 Oct 10 21:31:36.604 INFO kablam! | Oct 10 21:31:36.604 INFO kablam! 90 | Validators::new(Self::validators()).create_validator(&form_data); Oct 10 21:31:36.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:36.604 INFO kablam! | Oct 10 21:31:36.604 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 21:31:36.604 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:31:36.604 INFO kablam! Oct 10 21:31:45.637 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.89s Oct 10 21:31:45.661 INFO kablam! su: No module specific data is present Oct 10 21:31:46.336 INFO running `"docker" "rm" "-f" "26fe0746a764dd8b8d374540856a5e49495e1de80e4294121ad749d2d9e6d6df"` Oct 10 21:31:46.560 INFO blam! 26fe0746a764dd8b8d374540856a5e49495e1de80e4294121ad749d2d9e6d6df Oct 10 21:31:46.572 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:31:46.573 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:31:46.821 INFO blam! 2629341acfbe848b7142c7e522aece995226793b75896e147bbbda7850f2de1f Oct 10 21:31:46.826 INFO running `"docker" "start" "-a" "2629341acfbe848b7142c7e522aece995226793b75896e147bbbda7850f2de1f"` Oct 10 21:31:47.452 INFO kablam! usermod: no changes Oct 10 21:31:47.576 INFO kablam! Compiling nickel-cms v0.3.0 (/source) Oct 10 21:31:51.637 INFO kablam! warning: unused macro definition Oct 10 21:31:51.637 INFO kablam! --> src/middleware/form_validator.rs:18:1 Oct 10 21:31:51.637 INFO kablam! | Oct 10 21:31:51.638 INFO kablam! 18 | / macro_rules! parse_field { Oct 10 21:31:51.638 INFO kablam! 19 | | ( $field:expr, $vtype:ty ) => {{ Oct 10 21:31:51.638 INFO kablam! 20 | | $field.parse::<$vtype>() Oct 10 21:31:51.639 INFO kablam! 21 | | }}; Oct 10 21:31:51.639 INFO kablam! 22 | | } Oct 10 21:31:51.639 INFO kablam! | |_^ Oct 10 21:31:51.639 INFO kablam! | Oct 10 21:31:51.640 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 10 21:31:51.640 INFO kablam! Oct 10 21:31:51.940 INFO kablam! warning: unused variable: `vtype` Oct 10 21:31:51.940 INFO kablam! --> src/middleware/form_validator.rs:27:28 Oct 10 21:31:51.940 INFO kablam! | Oct 10 21:31:51.940 INFO kablam! 27 | fn type_ref_parser(vtype: i32){ Oct 10 21:31:51.940 INFO kablam! | ^^^^^ help: consider using `_vtype` instead Oct 10 21:31:51.940 INFO kablam! | Oct 10 21:31:51.940 INFO kablam! ::: src/admin/models/pages.rs:28:9 Oct 10 21:31:51.940 INFO kablam! | Oct 10 21:31:51.940 INFO kablam! 28 | / validators! ( Oct 10 21:31:51.940 INFO kablam! 29 | | ["done.a", "age"]: f32 => required(), max(1); Oct 10 21:31:51.940 INFO kablam! 30 | | ["age", "tst4"]: i32 => max(1, "2+"); Oct 10 21:31:51.940 INFO kablam! 31 | | ) Oct 10 21:31:51.940 INFO kablam! | |_________- in this macro invocation Oct 10 21:31:51.940 INFO kablam! | Oct 10 21:31:51.940 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:31:51.940 INFO kablam! Oct 10 21:31:51.956 INFO kablam! warning: variable does not need to be mutable Oct 10 21:31:51.956 INFO kablam! --> src/middleware/form_validator.rs:197:13 Oct 10 21:31:51.956 INFO kablam! | Oct 10 21:31:51.956 INFO kablam! 197 | let mut err = validation_errors.get_mut(&field).unwrap(); Oct 10 21:31:51.956 INFO kablam! | ----^^^ Oct 10 21:31:51.956 INFO kablam! | | Oct 10 21:31:51.956 INFO kablam! | help: remove this `mut` Oct 10 21:31:51.956 INFO kablam! | Oct 10 21:31:51.956 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:31:51.956 INFO kablam! Oct 10 21:31:52.016 INFO kablam! warning: function is never used: `type_ref_parser` Oct 10 21:31:52.016 INFO kablam! --> src/middleware/form_validator.rs:27:9 Oct 10 21:31:52.016 INFO kablam! | Oct 10 21:31:52.016 INFO kablam! 27 | fn type_ref_parser(vtype: i32){ Oct 10 21:31:52.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:52.016 INFO kablam! | Oct 10 21:31:52.016 INFO kablam! ::: src/admin/models/pages.rs:28:9 Oct 10 21:31:52.016 INFO kablam! | Oct 10 21:31:52.016 INFO kablam! 28 | / validators! ( Oct 10 21:31:52.016 INFO kablam! 29 | | ["done.a", "age"]: f32 => required(), max(1); Oct 10 21:31:52.016 INFO kablam! 30 | | ["age", "tst4"]: i32 => max(1, "2+"); Oct 10 21:31:52.016 INFO kablam! 31 | | ) Oct 10 21:31:52.016 INFO kablam! | |_________- in this macro invocation Oct 10 21:31:52.016 INFO kablam! | Oct 10 21:31:52.016 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:31:52.016 INFO kablam! Oct 10 21:31:52.016 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:31:52.016 INFO kablam! --> src/middleware/form_validator.rs:90:9 Oct 10 21:31:52.016 INFO kablam! | Oct 10 21:31:52.016 INFO kablam! 90 | Validators::new(Self::validators()).create_validator(&form_data); Oct 10 21:31:52.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:31:52.016 INFO kablam! | Oct 10 21:31:52.016 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 21:31:52.016 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:31:52.016 INFO kablam! Oct 10 21:31:52.705 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.24s Oct 10 21:31:52.708 INFO kablam! su: No module specific data is present Oct 10 21:31:53.107 INFO running `"docker" "rm" "-f" "2629341acfbe848b7142c7e522aece995226793b75896e147bbbda7850f2de1f"` Oct 10 21:31:53.280 INFO blam! 2629341acfbe848b7142c7e522aece995226793b75896e147bbbda7850f2de1f Oct 10 21:31:53.282 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:31:53.282 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:31:53.548 INFO blam! ff8e97df7f637cf28390c744e3b45492d14059abbc97dda8ecae877d0c618f8d Oct 10 21:31:53.553 INFO running `"docker" "start" "-a" "ff8e97df7f637cf28390c744e3b45492d14059abbc97dda8ecae877d0c618f8d"` Oct 10 21:31:53.994 INFO kablam! usermod: no changes Oct 10 21:31:54.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 10 21:31:54.103 INFO kablam! Running /target/debug/deps/nickel_cms-ff66be5683bfdcc4 Oct 10 21:31:54.105 INFO blam! Oct 10 21:31:54.105 INFO blam! running 0 tests Oct 10 21:31:54.105 INFO blam! Oct 10 21:31:54.105 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:31:54.105 INFO blam! Oct 10 21:31:54.106 INFO kablam! Running /target/debug/deps/nickel_cms-d7315c6d9636aa2f Oct 10 21:31:54.107 INFO blam! Oct 10 21:31:54.107 INFO blam! running 0 tests Oct 10 21:31:54.107 INFO blam! Oct 10 21:31:54.107 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:31:54.107 INFO blam! Oct 10 21:31:54.107 INFO kablam! Doc-tests nickel-cms Oct 10 21:32:01.056 INFO blam! Oct 10 21:32:01.056 INFO blam! running 0 tests Oct 10 21:32:01.056 INFO blam! Oct 10 21:32:01.056 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:32:01.056 INFO blam! Oct 10 21:32:01.058 INFO kablam! su: No module specific data is present Oct 10 21:32:01.740 INFO running `"docker" "rm" "-f" "ff8e97df7f637cf28390c744e3b45492d14059abbc97dda8ecae877d0c618f8d"` Oct 10 21:32:02.038 INFO blam! ff8e97df7f637cf28390c744e3b45492d14059abbc97dda8ecae877d0c618f8d