Oct 28 01:18:06.286 INFO checking ai_kit-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 01:18:06.286 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 28 01:18:06.670 INFO blam! 7c9a5e7cc23c7780ba4ee96726ebf14accfbc999acff0455623800153c8cd325 Oct 28 01:18:06.675 INFO running `"docker" "start" "-a" "7c9a5e7cc23c7780ba4ee96726ebf14accfbc999acff0455623800153c8cd325"` Oct 28 01:18:07.326 INFO kablam! usermod: no changes Oct 28 01:18:07.527 INFO kablam! Compiling pulldown-cmark v0.0.15 Oct 28 01:18:10.459 INFO kablam! Checking skeptic v0.11.0 Oct 28 01:18:17.907 INFO kablam! Compiling ai_kit v0.1.0 (/source) Oct 28 01:18:24.311 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 01:18:24.311 INFO kablam! --> src/datum/mod.rs:47:45 Oct 28 01:18:24.312 INFO kablam! | Oct 28 01:18:24.312 INFO kablam! 47 | Datum::Int(ref i_value) => Some((i_value.clone() as f64)), Oct 28 01:18:24.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 01:18:24.312 INFO kablam! | Oct 28 01:18:24.312 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 28 01:18:24.312 INFO kablam! Oct 28 01:18:24.314 INFO kablam! warning: unnecessary parentheses around method argument Oct 28 01:18:24.314 INFO kablam! --> src/pedigree/mod.rs:83:115 Oct 28 01:18:24.314 INFO kablam! | Oct 28 01:18:24.314 INFO kablam! 83 | Some((construct_id_origin_tuples_for_generation(generation), self.inf_graph.subsequent_inferences((generation_idx + 1)))) Oct 28 01:18:24.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 01:18:24.314 INFO kablam! Oct 28 01:18:24.314 INFO kablam! warning: doc comment not used by rustdoc Oct 28 01:18:24.314 INFO kablam! --> src/pedigree/mod.rs:136:9 Oct 28 01:18:24.314 INFO kablam! | Oct 28 01:18:24.314 INFO kablam! 136 | /// Return unify derived from this one Oct 28 01:18:24.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:18:24.314 INFO kablam! | Oct 28 01:18:24.314 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 28 01:18:24.314 INFO kablam! Oct 28 01:18:24.314 INFO kablam! warning: doc comment not used by rustdoc Oct 28 01:18:24.314 INFO kablam! --> src/pedigree/mod.rs:141:9 Oct 28 01:18:24.314 INFO kablam! | Oct 28 01:18:24.314 INFO kablam! 141 | /// Return all unify derived in and after the specified generation Oct 28 01:18:24.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:18:24.315 INFO kablam! Oct 28 01:18:25.795 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 01:18:25.795 INFO kablam! --> src/datum/mod.rs:47:45 Oct 28 01:18:25.795 INFO kablam! | Oct 28 01:18:25.795 INFO kablam! 47 | Datum::Int(ref i_value) => Some((i_value.clone() as f64)), Oct 28 01:18:25.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 01:18:25.795 INFO kablam! | Oct 28 01:18:25.795 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 28 01:18:25.795 INFO kablam! Oct 28 01:18:25.795 INFO kablam! warning: unused import: `std::str` Oct 28 01:18:25.795 INFO kablam! --> src/datum/tests.rs:3:5 Oct 28 01:18:25.795 INFO kablam! | Oct 28 01:18:25.795 INFO kablam! 3 | use std::str; Oct 28 01:18:25.795 INFO kablam! | ^^^^^^^^ Oct 28 01:18:25.795 INFO kablam! | Oct 28 01:18:25.795 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 01:18:25.795 INFO kablam! Oct 28 01:18:25.799 INFO kablam! warning: unnecessary parentheses around method argument Oct 28 01:18:25.799 INFO kablam! --> src/pedigree/mod.rs:83:115 Oct 28 01:18:25.799 INFO kablam! | Oct 28 01:18:25.799 INFO kablam! 83 | Some((construct_id_origin_tuples_for_generation(generation), self.inf_graph.subsequent_inferences((generation_idx + 1)))) Oct 28 01:18:25.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 28 01:18:25.799 INFO kablam! Oct 28 01:18:25.799 INFO kablam! warning: doc comment not used by rustdoc Oct 28 01:18:25.799 INFO kablam! --> src/pedigree/mod.rs:136:9 Oct 28 01:18:25.799 INFO kablam! | Oct 28 01:18:25.799 INFO kablam! 136 | /// Return unify derived from this one Oct 28 01:18:25.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:18:25.799 INFO kablam! | Oct 28 01:18:25.799 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 28 01:18:25.799 INFO kablam! Oct 28 01:18:25.799 INFO kablam! warning: doc comment not used by rustdoc Oct 28 01:18:25.799 INFO kablam! --> src/pedigree/mod.rs:141:9 Oct 28 01:18:25.799 INFO kablam! | Oct 28 01:18:25.799 INFO kablam! 141 | /// Return all unify derived in and after the specified generation Oct 28 01:18:25.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 01:18:25.799 INFO kablam! Oct 28 01:18:27.016 INFO kablam! warning: variable does not need to be mutable Oct 28 01:18:27.016 INFO kablam! --> src/pedigree/mod.rs:286:13 Oct 28 01:18:27.016 INFO kablam! | Oct 28 01:18:27.016 INFO kablam! 286 | let mut inner_descendents = self.descendents.get_mut(&source_id).unwrap(); Oct 28 01:18:27.016 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 28 01:18:27.016 INFO kablam! | | Oct 28 01:18:27.016 INFO kablam! | help: remove this `mut` Oct 28 01:18:27.016 INFO kablam! | Oct 28 01:18:27.016 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 28 01:18:27.016 INFO kablam! Oct 28 01:18:28.947 INFO kablam! warning: variable does not need to be mutable Oct 28 01:18:28.947 INFO kablam! --> src/pedigree/mod.rs:286:13 Oct 28 01:18:28.947 INFO kablam! | Oct 28 01:18:28.947 INFO kablam! 286 | let mut inner_descendents = self.descendents.get_mut(&source_id).unwrap(); Oct 28 01:18:28.947 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 28 01:18:28.947 INFO kablam! | | Oct 28 01:18:28.947 INFO kablam! | help: remove this `mut` Oct 28 01:18:28.947 INFO kablam! | Oct 28 01:18:28.947 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 28 01:18:28.947 INFO kablam! Oct 28 01:18:30.184 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.83s Oct 28 01:18:30.195 INFO kablam! su: No module specific data is present Oct 28 01:18:31.003 INFO running `"docker" "rm" "-f" "7c9a5e7cc23c7780ba4ee96726ebf14accfbc999acff0455623800153c8cd325"` Oct 28 01:18:31.351 INFO blam! 7c9a5e7cc23c7780ba4ee96726ebf14accfbc999acff0455623800153c8cd325