Oct 15 00:43:10.419 INFO testing clarkenciel/orb-graphs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:43:10.420 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/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 15 00:43:10.897 INFO blam! 69031f09ca7b31c7354bab3e097a32930698746d52c7f6bea1b00c9cb1e3d91e Oct 15 00:43:10.901 INFO running `"docker" "start" "-a" "69031f09ca7b31c7354bab3e097a32930698746d52c7f6bea1b00c9cb1e3d91e"` Oct 15 00:43:12.051 INFO kablam! usermod: no changes Oct 15 00:43:12.175 INFO kablam! Compiling clusters v0.1.0 (/source) Oct 15 00:43:12.884 INFO kablam! warning: struct is never constructed: `EvolveTimes` Oct 15 00:43:12.884 INFO kablam! --> src/main.rs:93:1 Oct 15 00:43:12.885 INFO kablam! | Oct 15 00:43:12.885 INFO kablam! 93 | / struct EvolveTimes Oct 15 00:43:12.885 INFO kablam! 94 | | where Oct 15 00:43:12.886 INFO kablam! 95 | | T: Scoreable + Breedable, Oct 15 00:43:12.886 INFO kablam! 96 | | B: Breeder + Factory, Oct 15 00:43:12.886 INFO kablam! ... | Oct 15 00:43:12.887 INFO kablam! 103 | | _pt: PhantomData, Oct 15 00:43:12.887 INFO kablam! 104 | | } Oct 15 00:43:12.887 INFO kablam! | |_^ Oct 15 00:43:12.888 INFO kablam! | Oct 15 00:43:12.888 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:43:12.888 INFO kablam! Oct 15 00:43:12.889 INFO kablam! warning: method is never used: `new` Oct 15 00:43:12.889 INFO kablam! --> src/main.rs:112:5 Oct 15 00:43:12.889 INFO kablam! | Oct 15 00:43:12.890 INFO kablam! 112 | fn new(config: EvolutionConfig, times: usize) -> Self { Oct 15 00:43:12.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.890 INFO kablam! Oct 15 00:43:12.891 INFO kablam! warning: struct is never constructed: `Constantly` Oct 15 00:43:12.891 INFO kablam! --> src/main.rs:249:1 Oct 15 00:43:12.891 INFO kablam! | Oct 15 00:43:12.891 INFO kablam! 249 | struct Constantly(bool); Oct 15 00:43:12.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.892 INFO kablam! Oct 15 00:43:12.892 INFO kablam! warning: method is never used: `add_edge` Oct 15 00:43:12.893 INFO kablam! --> src/main.rs:370:5 Oct 15 00:43:12.893 INFO kablam! | Oct 15 00:43:12.893 INFO kablam! 370 | fn add_edge(&self, from: T::Identifier, to: T::Identifier) -> Self { Oct 15 00:43:12.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.894 INFO kablam! Oct 15 00:43:12.894 INFO kablam! warning: method is never used: `edge_count` Oct 15 00:43:12.894 INFO kablam! --> src/main.rs:376:5 Oct 15 00:43:12.895 INFO kablam! | Oct 15 00:43:12.895 INFO kablam! 376 | fn edge_count(&self) -> usize { Oct 15 00:43:12.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.896 INFO kablam! Oct 15 00:43:12.896 INFO kablam! warning: method is never used: `node_count` Oct 15 00:43:12.896 INFO kablam! --> src/main.rs:382:5 Oct 15 00:43:12.897 INFO kablam! | Oct 15 00:43:12.897 INFO kablam! 382 | fn node_count(&self) -> usize { Oct 15 00:43:12.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.897 INFO kablam! Oct 15 00:43:12.898 INFO kablam! warning: method is never used: `new` Oct 15 00:43:12.898 INFO kablam! --> src/main.rs:399:5 Oct 15 00:43:12.898 INFO kablam! | Oct 15 00:43:12.899 INFO kablam! 399 | fn new() -> Self { Oct 15 00:43:12.899 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 00:43:12.899 INFO kablam! Oct 15 00:43:12.900 INFO kablam! warning: method is never used: `get` Oct 15 00:43:12.900 INFO kablam! --> src/main.rs:409:5 Oct 15 00:43:12.900 INFO kablam! | Oct 15 00:43:12.901 INFO kablam! 409 | fn get(&self, id: &T::Identifier) -> Option<&T> { Oct 15 00:43:12.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.901 INFO kablam! Oct 15 00:43:12.901 INFO kablam! warning: field is never used: `orientation` Oct 15 00:43:12.901 INFO kablam! --> src/main.rs:436:5 Oct 15 00:43:12.901 INFO kablam! | Oct 15 00:43:12.901 INFO kablam! 436 | orientation: f64, Oct 15 00:43:12.901 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 00:43:12.901 INFO kablam! Oct 15 00:43:12.901 INFO kablam! warning: field is never used: `speaking_angle` Oct 15 00:43:12.901 INFO kablam! --> src/main.rs:437:5 Oct 15 00:43:12.901 INFO kablam! | Oct 15 00:43:12.901 INFO kablam! 437 | speaking_angle: f64, Oct 15 00:43:12.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.901 INFO kablam! Oct 15 00:43:12.901 INFO kablam! warning: field is never used: `listening_angle` Oct 15 00:43:12.901 INFO kablam! --> src/main.rs:438:5 Oct 15 00:43:12.901 INFO kablam! | Oct 15 00:43:12.901 INFO kablam! 438 | listening_angle: f64, Oct 15 00:43:12.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.901 INFO kablam! Oct 15 00:43:12.901 INFO kablam! warning: method is never used: `at` Oct 15 00:43:12.901 INFO kablam! --> src/main.rs:442:5 Oct 15 00:43:12.901 INFO kablam! | Oct 15 00:43:12.901 INFO kablam! 442 | fn at(position: Position) -> Self { Oct 15 00:43:12.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.901 INFO kablam! Oct 15 00:43:12.901 INFO kablam! warning: method is never used: `can_speak_to` Oct 15 00:43:12.901 INFO kablam! --> src/main.rs:451:5 Oct 15 00:43:12.901 INFO kablam! | Oct 15 00:43:12.901 INFO kablam! 451 | fn can_speak_to(&self, other: &Performer) -> bool { Oct 15 00:43:12.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.901 INFO kablam! Oct 15 00:43:12.901 INFO kablam! warning: method is never used: `can_hear` Oct 15 00:43:12.901 INFO kablam! --> src/main.rs:455:5 Oct 15 00:43:12.901 INFO kablam! | Oct 15 00:43:12.901 INFO kablam! 455 | fn can_hear(&self, other: &Performer) -> bool { Oct 15 00:43:12.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.901 INFO kablam! Oct 15 00:43:12.901 INFO kablam! warning: method is never used: `angle` Oct 15 00:43:12.901 INFO kablam! --> src/main.rs:459:5 Oct 15 00:43:12.901 INFO kablam! | Oct 15 00:43:12.901 INFO kablam! 459 | fn angle(&self, other: &Performer) -> f64 { Oct 15 00:43:12.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.901 INFO kablam! Oct 15 00:43:12.901 INFO kablam! warning: method is never used: `left_ear` Oct 15 00:43:12.901 INFO kablam! --> src/main.rs:463:5 Oct 15 00:43:12.901 INFO kablam! | Oct 15 00:43:12.901 INFO kablam! 463 | fn left_ear(&self) -> Ear { Oct 15 00:43:12.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.901 INFO kablam! Oct 15 00:43:12.901 INFO kablam! warning: method is never used: `right_ear` Oct 15 00:43:12.901 INFO kablam! --> src/main.rs:467:5 Oct 15 00:43:12.901 INFO kablam! | Oct 15 00:43:12.901 INFO kablam! 467 | fn right_ear(&self) -> Ear { Oct 15 00:43:12.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.901 INFO kablam! Oct 15 00:43:12.901 INFO kablam! warning: method is never used: `mouth` Oct 15 00:43:12.901 INFO kablam! --> src/main.rs:471:5 Oct 15 00:43:12.901 INFO kablam! | Oct 15 00:43:12.901 INFO kablam! 471 | fn mouth(&self) -> Mouth { Oct 15 00:43:12.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.901 INFO kablam! Oct 15 00:43:12.901 INFO kablam! warning: method is never used: `at` Oct 15 00:43:12.901 INFO kablam! --> src/main.rs:483:5 Oct 15 00:43:12.901 INFO kablam! | Oct 15 00:43:12.901 INFO kablam! 483 | fn at(x: f64, y: f64) -> Self { Oct 15 00:43:12.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.902 INFO kablam! Oct 15 00:43:12.902 INFO kablam! warning: method is never used: `angle` Oct 15 00:43:12.902 INFO kablam! --> src/main.rs:495:5 Oct 15 00:43:12.902 INFO kablam! | Oct 15 00:43:12.902 INFO kablam! 495 | fn angle(&self, other: &Position) -> f64 { Oct 15 00:43:12.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.902 INFO kablam! Oct 15 00:43:12.902 INFO kablam! warning: struct is never constructed: `Mouth` Oct 15 00:43:12.902 INFO kablam! --> src/main.rs:500:1 Oct 15 00:43:12.902 INFO kablam! | Oct 15 00:43:12.902 INFO kablam! 500 | struct Mouth { Oct 15 00:43:12.902 INFO kablam! | ^^^^^^^^^^^^ Oct 15 00:43:12.902 INFO kablam! Oct 15 00:43:12.902 INFO kablam! warning: method is never used: `new` Oct 15 00:43:12.902 INFO kablam! --> src/main.rs:507:5 Oct 15 00:43:12.902 INFO kablam! | Oct 15 00:43:12.902 INFO kablam! 507 | fn new(position: Position, head_orientation: f64, angle: f64) -> Self { Oct 15 00:43:12.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.902 INFO kablam! Oct 15 00:43:12.902 INFO kablam! warning: method is never used: `addresses` Oct 15 00:43:12.902 INFO kablam! --> src/main.rs:515:5 Oct 15 00:43:12.902 INFO kablam! | Oct 15 00:43:12.902 INFO kablam! 515 | fn addresses(&self, position: &Position) -> bool { Oct 15 00:43:12.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.902 INFO kablam! Oct 15 00:43:12.902 INFO kablam! warning: method is never used: `speaking_range` Oct 15 00:43:12.902 INFO kablam! --> src/main.rs:520:5 Oct 15 00:43:12.902 INFO kablam! | Oct 15 00:43:12.902 INFO kablam! 520 | fn speaking_range(&self) -> Range { Oct 15 00:43:12.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.902 INFO kablam! Oct 15 00:43:12.902 INFO kablam! warning: struct is never constructed: `Ear` Oct 15 00:43:12.902 INFO kablam! --> src/main.rs:528:1 Oct 15 00:43:12.902 INFO kablam! | Oct 15 00:43:12.902 INFO kablam! 528 | struct Ear { Oct 15 00:43:12.902 INFO kablam! | ^^^^^^^^^^ Oct 15 00:43:12.902 INFO kablam! Oct 15 00:43:12.902 INFO kablam! warning: method is never used: `left` Oct 15 00:43:12.902 INFO kablam! --> src/main.rs:535:5 Oct 15 00:43:12.902 INFO kablam! | Oct 15 00:43:12.902 INFO kablam! 535 | fn left(position: Position, head_orientation: f64, angle: f64) -> Self { Oct 15 00:43:12.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.902 INFO kablam! Oct 15 00:43:12.902 INFO kablam! warning: method is never used: `right` Oct 15 00:43:12.902 INFO kablam! --> src/main.rs:543:5 Oct 15 00:43:12.902 INFO kablam! | Oct 15 00:43:12.902 INFO kablam! 543 | fn right(position: Position, head_orientation: f64, angle: f64) -> Self { Oct 15 00:43:12.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.902 INFO kablam! Oct 15 00:43:12.902 INFO kablam! warning: method is never used: `can_hear` Oct 15 00:43:12.902 INFO kablam! --> src/main.rs:551:5 Oct 15 00:43:12.902 INFO kablam! | Oct 15 00:43:12.902 INFO kablam! 551 | fn can_hear(&self, position: &Position) -> bool { Oct 15 00:43:12.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.902 INFO kablam! Oct 15 00:43:12.902 INFO kablam! warning: method is never used: `range` Oct 15 00:43:12.902 INFO kablam! --> src/main.rs:555:5 Oct 15 00:43:12.902 INFO kablam! | Oct 15 00:43:12.902 INFO kablam! 555 | fn range(&self) -> Range { Oct 15 00:43:12.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.902 INFO kablam! Oct 15 00:43:12.902 INFO kablam! warning: struct is never constructed: `Range` Oct 15 00:43:12.902 INFO kablam! --> src/main.rs:579:1 Oct 15 00:43:12.902 INFO kablam! | Oct 15 00:43:12.902 INFO kablam! 579 | / struct Range Oct 15 00:43:12.902 INFO kablam! 580 | | where Oct 15 00:43:12.902 INFO kablam! 581 | | T: PartialOrd, Oct 15 00:43:12.902 INFO kablam! 582 | | { Oct 15 00:43:12.902 INFO kablam! 583 | | lo: T, Oct 15 00:43:12.902 INFO kablam! 584 | | hi: T, Oct 15 00:43:12.902 INFO kablam! 585 | | } Oct 15 00:43:12.902 INFO kablam! | |_^ Oct 15 00:43:12.902 INFO kablam! Oct 15 00:43:12.902 INFO kablam! warning: method is never used: `new` Oct 15 00:43:12.902 INFO kablam! --> src/main.rs:591:5 Oct 15 00:43:12.902 INFO kablam! | Oct 15 00:43:12.902 INFO kablam! 591 | fn new(lo: T, hi: T) -> Self { Oct 15 00:43:12.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.902 INFO kablam! Oct 15 00:43:12.902 INFO kablam! warning: method is never used: `contains` Oct 15 00:43:12.902 INFO kablam! --> src/main.rs:595:5 Oct 15 00:43:12.903 INFO kablam! | Oct 15 00:43:12.903 INFO kablam! 595 | fn contains(&self, value: T) -> bool { Oct 15 00:43:12.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:12.903 INFO kablam! Oct 15 00:43:14.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.43s Oct 15 00:43:14.543 INFO kablam! su: No module specific data is present Oct 15 00:43:15.427 INFO running `"docker" "rm" "-f" "69031f09ca7b31c7354bab3e097a32930698746d52c7f6bea1b00c9cb1e3d91e"` Oct 15 00:43:15.671 INFO blam! 69031f09ca7b31c7354bab3e097a32930698746d52c7f6bea1b00c9cb1e3d91e Oct 15 00:43:15.673 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/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 15 00:43:16.129 INFO blam! 29ffcc0e1471df84822513e31ac2cfc6f289d2e4fd62e8e14b1f451c5d821075 Oct 15 00:43:16.135 INFO running `"docker" "start" "-a" "29ffcc0e1471df84822513e31ac2cfc6f289d2e4fd62e8e14b1f451c5d821075"` Oct 15 00:43:17.610 INFO kablam! usermod: no changes Oct 15 00:43:17.679 INFO kablam! Compiling clusters v0.1.0 (/source) Oct 15 00:43:18.281 INFO kablam! warning: struct is never constructed: `EvolveTimes` Oct 15 00:43:18.281 INFO kablam! --> src/main.rs:93:1 Oct 15 00:43:18.281 INFO kablam! | Oct 15 00:43:18.281 INFO kablam! 93 | / struct EvolveTimes Oct 15 00:43:18.281 INFO kablam! 94 | | where Oct 15 00:43:18.281 INFO kablam! 95 | | T: Scoreable + Breedable, Oct 15 00:43:18.281 INFO kablam! 96 | | B: Breeder + Factory, Oct 15 00:43:18.281 INFO kablam! ... | Oct 15 00:43:18.281 INFO kablam! 103 | | _pt: PhantomData, Oct 15 00:43:18.281 INFO kablam! 104 | | } Oct 15 00:43:18.281 INFO kablam! | |_^ Oct 15 00:43:18.281 INFO kablam! | Oct 15 00:43:18.281 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:43:18.281 INFO kablam! Oct 15 00:43:18.281 INFO kablam! warning: method is never used: `new` Oct 15 00:43:18.281 INFO kablam! --> src/main.rs:112:5 Oct 15 00:43:18.281 INFO kablam! | Oct 15 00:43:18.281 INFO kablam! 112 | fn new(config: EvolutionConfig, times: usize) -> Self { Oct 15 00:43:18.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.281 INFO kablam! Oct 15 00:43:18.281 INFO kablam! warning: struct is never constructed: `Constantly` Oct 15 00:43:18.281 INFO kablam! --> src/main.rs:249:1 Oct 15 00:43:18.281 INFO kablam! | Oct 15 00:43:18.281 INFO kablam! 249 | struct Constantly(bool); Oct 15 00:43:18.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.281 INFO kablam! Oct 15 00:43:18.281 INFO kablam! warning: method is never used: `add_edge` Oct 15 00:43:18.281 INFO kablam! --> src/main.rs:370:5 Oct 15 00:43:18.281 INFO kablam! | Oct 15 00:43:18.281 INFO kablam! 370 | fn add_edge(&self, from: T::Identifier, to: T::Identifier) -> Self { Oct 15 00:43:18.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.281 INFO kablam! Oct 15 00:43:18.281 INFO kablam! warning: method is never used: `edge_count` Oct 15 00:43:18.281 INFO kablam! --> src/main.rs:376:5 Oct 15 00:43:18.281 INFO kablam! | Oct 15 00:43:18.281 INFO kablam! 376 | fn edge_count(&self) -> usize { Oct 15 00:43:18.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.281 INFO kablam! Oct 15 00:43:18.281 INFO kablam! warning: method is never used: `node_count` Oct 15 00:43:18.281 INFO kablam! --> src/main.rs:382:5 Oct 15 00:43:18.281 INFO kablam! | Oct 15 00:43:18.281 INFO kablam! 382 | fn node_count(&self) -> usize { Oct 15 00:43:18.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.281 INFO kablam! Oct 15 00:43:18.281 INFO kablam! warning: method is never used: `new` Oct 15 00:43:18.281 INFO kablam! --> src/main.rs:399:5 Oct 15 00:43:18.281 INFO kablam! | Oct 15 00:43:18.281 INFO kablam! 399 | fn new() -> Self { Oct 15 00:43:18.281 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 00:43:18.281 INFO kablam! Oct 15 00:43:18.281 INFO kablam! warning: method is never used: `get` Oct 15 00:43:18.281 INFO kablam! --> src/main.rs:409:5 Oct 15 00:43:18.281 INFO kablam! | Oct 15 00:43:18.281 INFO kablam! 409 | fn get(&self, id: &T::Identifier) -> Option<&T> { Oct 15 00:43:18.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.281 INFO kablam! Oct 15 00:43:18.281 INFO kablam! warning: field is never used: `orientation` Oct 15 00:43:18.281 INFO kablam! --> src/main.rs:436:5 Oct 15 00:43:18.281 INFO kablam! | Oct 15 00:43:18.281 INFO kablam! 436 | orientation: f64, Oct 15 00:43:18.281 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 00:43:18.281 INFO kablam! Oct 15 00:43:18.281 INFO kablam! warning: field is never used: `speaking_angle` Oct 15 00:43:18.281 INFO kablam! --> src/main.rs:437:5 Oct 15 00:43:18.281 INFO kablam! | Oct 15 00:43:18.282 INFO kablam! 437 | speaking_angle: f64, Oct 15 00:43:18.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.282 INFO kablam! Oct 15 00:43:18.282 INFO kablam! warning: field is never used: `listening_angle` Oct 15 00:43:18.282 INFO kablam! --> src/main.rs:438:5 Oct 15 00:43:18.282 INFO kablam! | Oct 15 00:43:18.282 INFO kablam! 438 | listening_angle: f64, Oct 15 00:43:18.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.282 INFO kablam! Oct 15 00:43:18.282 INFO kablam! warning: method is never used: `at` Oct 15 00:43:18.282 INFO kablam! --> src/main.rs:442:5 Oct 15 00:43:18.282 INFO kablam! | Oct 15 00:43:18.282 INFO kablam! 442 | fn at(position: Position) -> Self { Oct 15 00:43:18.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.282 INFO kablam! Oct 15 00:43:18.282 INFO kablam! warning: method is never used: `can_speak_to` Oct 15 00:43:18.282 INFO kablam! --> src/main.rs:451:5 Oct 15 00:43:18.282 INFO kablam! | Oct 15 00:43:18.282 INFO kablam! 451 | fn can_speak_to(&self, other: &Performer) -> bool { Oct 15 00:43:18.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.282 INFO kablam! Oct 15 00:43:18.282 INFO kablam! warning: method is never used: `can_hear` Oct 15 00:43:18.282 INFO kablam! --> src/main.rs:455:5 Oct 15 00:43:18.282 INFO kablam! | Oct 15 00:43:18.282 INFO kablam! 455 | fn can_hear(&self, other: &Performer) -> bool { Oct 15 00:43:18.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.282 INFO kablam! Oct 15 00:43:18.282 INFO kablam! warning: method is never used: `angle` Oct 15 00:43:18.282 INFO kablam! --> src/main.rs:459:5 Oct 15 00:43:18.282 INFO kablam! | Oct 15 00:43:18.282 INFO kablam! 459 | fn angle(&self, other: &Performer) -> f64 { Oct 15 00:43:18.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.282 INFO kablam! Oct 15 00:43:18.282 INFO kablam! warning: method is never used: `left_ear` Oct 15 00:43:18.282 INFO kablam! --> src/main.rs:463:5 Oct 15 00:43:18.282 INFO kablam! | Oct 15 00:43:18.282 INFO kablam! 463 | fn left_ear(&self) -> Ear { Oct 15 00:43:18.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.282 INFO kablam! Oct 15 00:43:18.282 INFO kablam! warning: method is never used: `right_ear` Oct 15 00:43:18.282 INFO kablam! --> src/main.rs:467:5 Oct 15 00:43:18.282 INFO kablam! | Oct 15 00:43:18.282 INFO kablam! 467 | fn right_ear(&self) -> Ear { Oct 15 00:43:18.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.282 INFO kablam! Oct 15 00:43:18.282 INFO kablam! warning: method is never used: `mouth` Oct 15 00:43:18.282 INFO kablam! --> src/main.rs:471:5 Oct 15 00:43:18.282 INFO kablam! | Oct 15 00:43:18.282 INFO kablam! 471 | fn mouth(&self) -> Mouth { Oct 15 00:43:18.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.282 INFO kablam! Oct 15 00:43:18.282 INFO kablam! warning: method is never used: `at` Oct 15 00:43:18.282 INFO kablam! --> src/main.rs:483:5 Oct 15 00:43:18.282 INFO kablam! | Oct 15 00:43:18.282 INFO kablam! 483 | fn at(x: f64, y: f64) -> Self { Oct 15 00:43:18.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.282 INFO kablam! Oct 15 00:43:18.282 INFO kablam! warning: method is never used: `angle` Oct 15 00:43:18.282 INFO kablam! --> src/main.rs:495:5 Oct 15 00:43:18.282 INFO kablam! | Oct 15 00:43:18.282 INFO kablam! 495 | fn angle(&self, other: &Position) -> f64 { Oct 15 00:43:18.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.282 INFO kablam! Oct 15 00:43:18.282 INFO kablam! warning: struct is never constructed: `Mouth` Oct 15 00:43:18.282 INFO kablam! --> src/main.rs:500:1 Oct 15 00:43:18.282 INFO kablam! | Oct 15 00:43:18.282 INFO kablam! 500 | struct Mouth { Oct 15 00:43:18.282 INFO kablam! | ^^^^^^^^^^^^ Oct 15 00:43:18.282 INFO kablam! Oct 15 00:43:18.282 INFO kablam! warning: method is never used: `new` Oct 15 00:43:18.282 INFO kablam! --> src/main.rs:507:5 Oct 15 00:43:18.282 INFO kablam! | Oct 15 00:43:18.282 INFO kablam! 507 | fn new(position: Position, head_orientation: f64, angle: f64) -> Self { Oct 15 00:43:18.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.282 INFO kablam! Oct 15 00:43:18.282 INFO kablam! warning: method is never used: `addresses` Oct 15 00:43:18.282 INFO kablam! --> src/main.rs:515:5 Oct 15 00:43:18.282 INFO kablam! | Oct 15 00:43:18.283 INFO kablam! 515 | fn addresses(&self, position: &Position) -> bool { Oct 15 00:43:18.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.283 INFO kablam! Oct 15 00:43:18.283 INFO kablam! warning: method is never used: `speaking_range` Oct 15 00:43:18.283 INFO kablam! --> src/main.rs:520:5 Oct 15 00:43:18.283 INFO kablam! | Oct 15 00:43:18.283 INFO kablam! 520 | fn speaking_range(&self) -> Range { Oct 15 00:43:18.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.283 INFO kablam! Oct 15 00:43:18.283 INFO kablam! warning: struct is never constructed: `Ear` Oct 15 00:43:18.283 INFO kablam! --> src/main.rs:528:1 Oct 15 00:43:18.283 INFO kablam! | Oct 15 00:43:18.283 INFO kablam! 528 | struct Ear { Oct 15 00:43:18.283 INFO kablam! | ^^^^^^^^^^ Oct 15 00:43:18.283 INFO kablam! Oct 15 00:43:18.283 INFO kablam! warning: method is never used: `left` Oct 15 00:43:18.283 INFO kablam! --> src/main.rs:535:5 Oct 15 00:43:18.283 INFO kablam! | Oct 15 00:43:18.283 INFO kablam! 535 | fn left(position: Position, head_orientation: f64, angle: f64) -> Self { Oct 15 00:43:18.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.283 INFO kablam! Oct 15 00:43:18.283 INFO kablam! warning: method is never used: `right` Oct 15 00:43:18.283 INFO kablam! --> src/main.rs:543:5 Oct 15 00:43:18.283 INFO kablam! | Oct 15 00:43:18.283 INFO kablam! 543 | fn right(position: Position, head_orientation: f64, angle: f64) -> Self { Oct 15 00:43:18.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.283 INFO kablam! Oct 15 00:43:18.283 INFO kablam! warning: method is never used: `can_hear` Oct 15 00:43:18.283 INFO kablam! --> src/main.rs:551:5 Oct 15 00:43:18.283 INFO kablam! | Oct 15 00:43:18.283 INFO kablam! 551 | fn can_hear(&self, position: &Position) -> bool { Oct 15 00:43:18.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.283 INFO kablam! Oct 15 00:43:18.283 INFO kablam! warning: method is never used: `range` Oct 15 00:43:18.283 INFO kablam! --> src/main.rs:555:5 Oct 15 00:43:18.283 INFO kablam! | Oct 15 00:43:18.283 INFO kablam! 555 | fn range(&self) -> Range { Oct 15 00:43:18.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.283 INFO kablam! Oct 15 00:43:18.283 INFO kablam! warning: struct is never constructed: `Range` Oct 15 00:43:18.283 INFO kablam! --> src/main.rs:579:1 Oct 15 00:43:18.283 INFO kablam! | Oct 15 00:43:18.283 INFO kablam! 579 | / struct Range Oct 15 00:43:18.283 INFO kablam! 580 | | where Oct 15 00:43:18.283 INFO kablam! 581 | | T: PartialOrd, Oct 15 00:43:18.283 INFO kablam! 582 | | { Oct 15 00:43:18.283 INFO kablam! 583 | | lo: T, Oct 15 00:43:18.283 INFO kablam! 584 | | hi: T, Oct 15 00:43:18.283 INFO kablam! 585 | | } Oct 15 00:43:18.283 INFO kablam! | |_^ Oct 15 00:43:18.283 INFO kablam! Oct 15 00:43:18.283 INFO kablam! warning: method is never used: `new` Oct 15 00:43:18.283 INFO kablam! --> src/main.rs:591:5 Oct 15 00:43:18.283 INFO kablam! | Oct 15 00:43:18.283 INFO kablam! 591 | fn new(lo: T, hi: T) -> Self { Oct 15 00:43:18.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.283 INFO kablam! Oct 15 00:43:18.283 INFO kablam! warning: method is never used: `contains` Oct 15 00:43:18.283 INFO kablam! --> src/main.rs:595:5 Oct 15 00:43:18.283 INFO kablam! | Oct 15 00:43:18.283 INFO kablam! 595 | fn contains(&self, value: T) -> bool { Oct 15 00:43:18.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:43:18.283 INFO kablam! Oct 15 00:43:18.975 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 15 00:43:18.978 INFO kablam! su: No module specific data is present Oct 15 00:43:19.669 INFO running `"docker" "rm" "-f" "29ffcc0e1471df84822513e31ac2cfc6f289d2e4fd62e8e14b1f451c5d821075"` Oct 15 00:43:19.976 INFO blam! 29ffcc0e1471df84822513e31ac2cfc6f289d2e4fd62e8e14b1f451c5d821075 Oct 15 00:43:19.979 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/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" "-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 15 00:43:20.555 INFO blam! 8b5c967ab7d47f9bf982797fc6fe3152f82b4badec0120e4e43671e8bd8b70ec Oct 15 00:43:20.558 INFO running `"docker" "start" "-a" "8b5c967ab7d47f9bf982797fc6fe3152f82b4badec0120e4e43671e8bd8b70ec"` Oct 15 00:43:22.482 INFO kablam! usermod: no changes Oct 15 00:43:22.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 00:43:22.571 INFO kablam! Running /target/debug/deps/clusters-552f8351feef74a8 Oct 15 00:43:22.571 INFO kablam! su: No module specific data is present Oct 15 00:43:22.571 INFO blam! Oct 15 00:43:22.571 INFO blam! running 0 tests Oct 15 00:43:22.571 INFO blam! Oct 15 00:43:22.571 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:43:22.571 INFO blam! Oct 15 00:43:23.571 INFO running `"docker" "rm" "-f" "8b5c967ab7d47f9bf982797fc6fe3152f82b4badec0120e4e43671e8bd8b70ec"` Oct 15 00:43:23.870 INFO blam! 8b5c967ab7d47f9bf982797fc6fe3152f82b4badec0120e4e43671e8bd8b70ec