Sep 20 05:10:26.430 INFO checking ai_kit-0.1.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 05:10:26.430 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 05:10:26.430 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:10:26.667 INFO blam! 75430b6720fc314bd6d8ae580762cc9a9f63f9de7d21cfb49ec6035320c21881 Sep 20 05:10:26.675 INFO running `"docker" "start" "-a" "75430b6720fc314bd6d8ae580762cc9a9f63f9de7d21cfb49ec6035320c21881"` Sep 20 05:10:27.354 INFO kablam! usermod: no changes Sep 20 05:10:27.480 INFO kablam! Checking error-chain v0.10.0 Sep 20 05:10:27.481 INFO kablam! Compiling pulldown-cmark v0.0.15 Sep 20 05:10:27.806 INFO kablam! Checking skeptic v0.11.0 Sep 20 05:10:33.635 INFO kablam! Compiling ai_kit v0.1.0 (/source) Sep 20 05:10:36.899 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 05:10:36.899 INFO kablam! --> src/datum/mod.rs:47:45 Sep 20 05:10:36.899 INFO kablam! | Sep 20 05:10:36.899 INFO kablam! 47 | Datum::Int(ref i_value) => Some((i_value.clone() as f64)), Sep 20 05:10:36.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 05:10:36.899 INFO kablam! | Sep 20 05:10:36.899 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 05:10:36.899 INFO kablam! Sep 20 05:10:36.899 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 05:10:36.899 INFO kablam! --> src/pedigree/mod.rs:83:115 Sep 20 05:10:36.899 INFO kablam! | Sep 20 05:10:36.899 INFO kablam! 83 | Some((construct_id_origin_tuples_for_generation(generation), self.inf_graph.subsequent_inferences((generation_idx + 1)))) Sep 20 05:10:36.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 05:10:36.899 INFO kablam! Sep 20 05:10:36.899 INFO kablam! warning: doc comment not used by rustdoc Sep 20 05:10:36.899 INFO kablam! --> src/pedigree/mod.rs:136:9 Sep 20 05:10:36.899 INFO kablam! | Sep 20 05:10:36.899 INFO kablam! 136 | /// Return unify derived from this one Sep 20 05:10:36.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:10:36.899 INFO kablam! | Sep 20 05:10:36.899 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 20 05:10:36.899 INFO kablam! Sep 20 05:10:36.899 INFO kablam! warning: doc comment not used by rustdoc Sep 20 05:10:36.899 INFO kablam! --> src/pedigree/mod.rs:141:9 Sep 20 05:10:36.899 INFO kablam! | Sep 20 05:10:36.899 INFO kablam! 141 | /// Return all unify derived in and after the specified generation Sep 20 05:10:36.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:10:36.899 INFO kablam! Sep 20 05:10:38.055 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 05:10:38.055 INFO kablam! --> src/datum/mod.rs:47:45 Sep 20 05:10:38.055 INFO kablam! | Sep 20 05:10:38.055 INFO kablam! 47 | Datum::Int(ref i_value) => Some((i_value.clone() as f64)), Sep 20 05:10:38.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 05:10:38.055 INFO kablam! | Sep 20 05:10:38.055 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 05:10:38.055 INFO kablam! Sep 20 05:10:38.055 INFO kablam! warning: unused import: `std::str` Sep 20 05:10:38.055 INFO kablam! --> src/datum/tests.rs:3:5 Sep 20 05:10:38.055 INFO kablam! | Sep 20 05:10:38.055 INFO kablam! 3 | use std::str; Sep 20 05:10:38.055 INFO kablam! | ^^^^^^^^ Sep 20 05:10:38.055 INFO kablam! | Sep 20 05:10:38.055 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:10:38.055 INFO kablam! Sep 20 05:10:38.059 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 05:10:38.059 INFO kablam! --> src/pedigree/mod.rs:83:115 Sep 20 05:10:38.059 INFO kablam! | Sep 20 05:10:38.059 INFO kablam! 83 | Some((construct_id_origin_tuples_for_generation(generation), self.inf_graph.subsequent_inferences((generation_idx + 1)))) Sep 20 05:10:38.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 05:10:38.059 INFO kablam! Sep 20 05:10:38.059 INFO kablam! warning: doc comment not used by rustdoc Sep 20 05:10:38.059 INFO kablam! --> src/pedigree/mod.rs:136:9 Sep 20 05:10:38.059 INFO kablam! | Sep 20 05:10:38.059 INFO kablam! 136 | /// Return unify derived from this one Sep 20 05:10:38.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:10:38.059 INFO kablam! | Sep 20 05:10:38.059 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 20 05:10:38.059 INFO kablam! Sep 20 05:10:38.059 INFO kablam! warning: doc comment not used by rustdoc Sep 20 05:10:38.059 INFO kablam! --> src/pedigree/mod.rs:141:9 Sep 20 05:10:38.059 INFO kablam! | Sep 20 05:10:38.059 INFO kablam! 141 | /// Return all unify derived in and after the specified generation Sep 20 05:10:38.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:10:38.059 INFO kablam! Sep 20 05:10:39.299 INFO kablam! warning: variable does not need to be mutable Sep 20 05:10:39.299 INFO kablam! --> src/pedigree/mod.rs:286:13 Sep 20 05:10:39.299 INFO kablam! | Sep 20 05:10:39.299 INFO kablam! 286 | let mut inner_descendents = self.descendents.get_mut(&source_id).unwrap(); Sep 20 05:10:39.299 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Sep 20 05:10:39.299 INFO kablam! | | Sep 20 05:10:39.299 INFO kablam! | help: remove this `mut` Sep 20 05:10:39.299 INFO kablam! | Sep 20 05:10:39.299 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 05:10:39.299 INFO kablam! Sep 20 05:10:41.133 INFO kablam! warning: variable does not need to be mutable Sep 20 05:10:41.134 INFO kablam! --> src/pedigree/mod.rs:286:13 Sep 20 05:10:41.134 INFO kablam! | Sep 20 05:10:41.134 INFO kablam! 286 | let mut inner_descendents = self.descendents.get_mut(&source_id).unwrap(); Sep 20 05:10:41.134 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Sep 20 05:10:41.134 INFO kablam! | | Sep 20 05:10:41.134 INFO kablam! | help: remove this `mut` Sep 20 05:10:41.134 INFO kablam! | Sep 20 05:10:41.134 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 05:10:41.134 INFO kablam! Sep 20 05:10:41.670 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.30s Sep 20 05:10:41.685 INFO kablam! su: No module specific data is present Sep 20 05:10:43.967 INFO running `"docker" "rm" "-f" "75430b6720fc314bd6d8ae580762cc9a9f63f9de7d21cfb49ec6035320c21881"` Sep 20 05:10:44.359 INFO blam! 75430b6720fc314bd6d8ae580762cc9a9f63f9de7d21cfb49ec6035320c21881