Oct 12 06:21:36.597 INFO testing ai_kit-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 06:21:36.597 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 06:21:37.018 INFO blam! 4db5a1dfeb01d723d694ecf574d1b20024d9df6872ff57c5563f0141baf8944a Oct 12 06:21:37.020 INFO running `"docker" "start" "-a" "4db5a1dfeb01d723d694ecf574d1b20024d9df6872ff57c5563f0141baf8944a"` Oct 12 06:21:38.404 INFO kablam! usermod: no changes Oct 12 06:21:38.636 INFO kablam! Compiling pulldown-cmark v0.0.15 Oct 12 06:21:38.637 INFO kablam! Compiling same-file v0.1.3 Oct 12 06:21:38.641 INFO kablam! Compiling error-chain v0.10.0 Oct 12 06:21:38.660 INFO kablam! Compiling itertools v0.5.10 Oct 12 06:21:38.668 INFO kablam! Compiling uuid v0.4.0 Oct 12 06:21:40.276 INFO kablam! Compiling walkdir v1.0.7 Oct 12 06:21:46.849 INFO kablam! Compiling skeptic v0.11.0 Oct 12 06:21:51.015 INFO kablam! Compiling ai_kit v0.1.0 (/source) Oct 12 06:21:53.537 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:21:53.538 INFO kablam! --> src/datum/mod.rs:47:45 Oct 12 06:21:53.538 INFO kablam! | Oct 12 06:21:53.539 INFO kablam! 47 | Datum::Int(ref i_value) => Some((i_value.clone() as f64)), Oct 12 06:21:53.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:21:53.540 INFO kablam! | Oct 12 06:21:53.541 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 06:21:53.542 INFO kablam! Oct 12 06:21:53.542 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 06:21:53.543 INFO kablam! --> src/pedigree/mod.rs:83:115 Oct 12 06:21:53.544 INFO kablam! | Oct 12 06:21:53.544 INFO kablam! 83 | Some((construct_id_origin_tuples_for_generation(generation), self.inf_graph.subsequent_inferences((generation_idx + 1)))) Oct 12 06:21:53.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:21:53.545 INFO kablam! Oct 12 06:21:53.546 INFO kablam! warning: doc comment not used by rustdoc Oct 12 06:21:53.547 INFO kablam! --> src/pedigree/mod.rs:136:9 Oct 12 06:21:53.547 INFO kablam! | Oct 12 06:21:53.548 INFO kablam! 136 | /// Return unify derived from this one Oct 12 06:21:53.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:21:53.549 INFO kablam! | Oct 12 06:21:53.550 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 06:21:53.550 INFO kablam! Oct 12 06:21:53.550 INFO kablam! warning: doc comment not used by rustdoc Oct 12 06:21:53.551 INFO kablam! --> src/pedigree/mod.rs:141:9 Oct 12 06:21:53.551 INFO kablam! | Oct 12 06:21:53.551 INFO kablam! 141 | /// Return all unify derived in and after the specified generation Oct 12 06:21:53.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:21:53.552 INFO kablam! Oct 12 06:21:55.492 INFO kablam! warning: variable does not need to be mutable Oct 12 06:21:55.492 INFO kablam! --> src/pedigree/mod.rs:286:13 Oct 12 06:21:55.492 INFO kablam! | Oct 12 06:21:55.492 INFO kablam! 286 | let mut inner_descendents = self.descendents.get_mut(&source_id).unwrap(); Oct 12 06:21:55.492 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 12 06:21:55.493 INFO kablam! | | Oct 12 06:21:55.493 INFO kablam! | help: remove this `mut` Oct 12 06:21:55.493 INFO kablam! | Oct 12 06:21:55.493 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 06:21:55.493 INFO kablam! Oct 12 06:21:59.854 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.42s Oct 12 06:21:59.862 INFO kablam! su: No module specific data is present Oct 12 06:22:00.565 INFO running `"docker" "rm" "-f" "4db5a1dfeb01d723d694ecf574d1b20024d9df6872ff57c5563f0141baf8944a"` Oct 12 06:22:00.832 INFO blam! 4db5a1dfeb01d723d694ecf574d1b20024d9df6872ff57c5563f0141baf8944a Oct 12 06:22:00.840 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 06:22:01.316 INFO blam! afdf954ba7df61b0daf66de8a4a5eb23ffddc0863bee259816ac068383c39a74 Oct 12 06:22:01.318 INFO running `"docker" "start" "-a" "afdf954ba7df61b0daf66de8a4a5eb23ffddc0863bee259816ac068383c39a74"` Oct 12 06:22:03.184 INFO kablam! usermod: no changes Oct 12 06:22:03.373 INFO kablam! Compiling ai_kit v0.1.0 (/source) Oct 12 06:22:04.068 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:22:04.068 INFO kablam! --> src/datum/mod.rs:47:45 Oct 12 06:22:04.068 INFO kablam! | Oct 12 06:22:04.068 INFO kablam! 47 | Datum::Int(ref i_value) => Some((i_value.clone() as f64)), Oct 12 06:22:04.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:22:04.068 INFO kablam! | Oct 12 06:22:04.068 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 06:22:04.068 INFO kablam! Oct 12 06:22:04.068 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 06:22:04.068 INFO kablam! --> src/pedigree/mod.rs:83:115 Oct 12 06:22:04.068 INFO kablam! | Oct 12 06:22:04.068 INFO kablam! 83 | Some((construct_id_origin_tuples_for_generation(generation), self.inf_graph.subsequent_inferences((generation_idx + 1)))) Oct 12 06:22:04.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:22:04.068 INFO kablam! Oct 12 06:22:04.068 INFO kablam! warning: doc comment not used by rustdoc Oct 12 06:22:04.068 INFO kablam! --> src/pedigree/mod.rs:136:9 Oct 12 06:22:04.068 INFO kablam! | Oct 12 06:22:04.069 INFO kablam! 136 | /// Return unify derived from this one Oct 12 06:22:04.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:22:04.069 INFO kablam! | Oct 12 06:22:04.069 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 06:22:04.069 INFO kablam! Oct 12 06:22:04.069 INFO kablam! warning: doc comment not used by rustdoc Oct 12 06:22:04.069 INFO kablam! --> src/pedigree/mod.rs:141:9 Oct 12 06:22:04.069 INFO kablam! | Oct 12 06:22:04.069 INFO kablam! 141 | /// Return all unify derived in and after the specified generation Oct 12 06:22:04.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:22:04.069 INFO kablam! Oct 12 06:22:05.234 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:22:05.234 INFO kablam! --> src/datum/mod.rs:47:45 Oct 12 06:22:05.234 INFO kablam! | Oct 12 06:22:05.234 INFO kablam! 47 | Datum::Int(ref i_value) => Some((i_value.clone() as f64)), Oct 12 06:22:05.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:22:05.234 INFO kablam! | Oct 12 06:22:05.234 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 06:22:05.234 INFO kablam! Oct 12 06:22:05.239 INFO kablam! warning: unused import: `std::str` Oct 12 06:22:05.239 INFO kablam! --> src/datum/tests.rs:3:5 Oct 12 06:22:05.239 INFO kablam! | Oct 12 06:22:05.239 INFO kablam! 3 | use std::str; Oct 12 06:22:05.239 INFO kablam! | ^^^^^^^^ Oct 12 06:22:05.239 INFO kablam! | Oct 12 06:22:05.239 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 06:22:05.239 INFO kablam! Oct 12 06:22:05.244 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 06:22:05.244 INFO kablam! --> src/pedigree/mod.rs:83:115 Oct 12 06:22:05.244 INFO kablam! | Oct 12 06:22:05.244 INFO kablam! 83 | Some((construct_id_origin_tuples_for_generation(generation), self.inf_graph.subsequent_inferences((generation_idx + 1)))) Oct 12 06:22:05.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:22:05.244 INFO kablam! Oct 12 06:22:05.244 INFO kablam! warning: doc comment not used by rustdoc Oct 12 06:22:05.244 INFO kablam! --> src/pedigree/mod.rs:136:9 Oct 12 06:22:05.244 INFO kablam! | Oct 12 06:22:05.244 INFO kablam! 136 | /// Return unify derived from this one Oct 12 06:22:05.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:22:05.244 INFO kablam! | Oct 12 06:22:05.244 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 06:22:05.244 INFO kablam! Oct 12 06:22:05.244 INFO kablam! warning: doc comment not used by rustdoc Oct 12 06:22:05.244 INFO kablam! --> src/pedigree/mod.rs:141:9 Oct 12 06:22:05.244 INFO kablam! | Oct 12 06:22:05.244 INFO kablam! 141 | /// Return all unify derived in and after the specified generation Oct 12 06:22:05.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:22:05.244 INFO kablam! Oct 12 06:22:06.058 INFO kablam! warning: variable does not need to be mutable Oct 12 06:22:06.059 INFO kablam! --> src/pedigree/mod.rs:286:13 Oct 12 06:22:06.059 INFO kablam! | Oct 12 06:22:06.060 INFO kablam! 286 | let mut inner_descendents = self.descendents.get_mut(&source_id).unwrap(); Oct 12 06:22:06.060 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 12 06:22:06.060 INFO kablam! | | Oct 12 06:22:06.060 INFO kablam! | help: remove this `mut` Oct 12 06:22:06.061 INFO kablam! | Oct 12 06:22:06.061 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 06:22:06.061 INFO kablam! Oct 12 06:22:11.008 INFO kablam! warning: variable does not need to be mutable Oct 12 06:22:11.008 INFO kablam! --> src/pedigree/mod.rs:286:13 Oct 12 06:22:11.008 INFO kablam! | Oct 12 06:22:11.008 INFO kablam! 286 | let mut inner_descendents = self.descendents.get_mut(&source_id).unwrap(); Oct 12 06:22:11.008 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 12 06:22:11.008 INFO kablam! | | Oct 12 06:22:11.008 INFO kablam! | help: remove this `mut` Oct 12 06:22:11.008 INFO kablam! | Oct 12 06:22:11.008 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 06:22:11.008 INFO kablam! Oct 12 06:22:24.217 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.98s Oct 12 06:22:24.223 INFO kablam! su: No module specific data is present Oct 12 06:22:25.737 INFO running `"docker" "rm" "-f" "afdf954ba7df61b0daf66de8a4a5eb23ffddc0863bee259816ac068383c39a74"` Oct 12 06:22:26.092 INFO blam! afdf954ba7df61b0daf66de8a4a5eb23ffddc0863bee259816ac068383c39a74