Oct 10 15:25:33.598 INFO testing saulshanabrook/graph-computation-play against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:25:33.598 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:25:33.598 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 15:25:34.001 INFO blam! 03f14b4c8fc76844b24dce03c70b7ebcbbd83bf169a8deb1763371dbc1c54d25 Oct 10 15:25:34.004 INFO running `"docker" "start" "-a" "03f14b4c8fc76844b24dce03c70b7ebcbbd83bf169a8deb1763371dbc1c54d25"` Oct 10 15:25:35.187 INFO kablam! usermod: no changes Oct 10 15:25:35.224 INFO kablam! Compiling graph-computation-play v0.1.0 (/source) Oct 10 15:25:35.805 INFO kablam! warning: constant item is never used: `POP_SIZE` Oct 10 15:25:35.805 INFO kablam! --> main.rs:51:1 Oct 10 15:25:35.806 INFO kablam! | Oct 10 15:25:35.806 INFO kablam! 51 | const POP_SIZE: usize = 100; Oct 10 15:25:35.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:25:35.806 INFO kablam! | Oct 10 15:25:35.807 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:25:35.807 INFO kablam! Oct 10 15:25:35.807 INFO kablam! warning: type alias is never used: `Genomes` Oct 10 15:25:35.807 INFO kablam! --> main.rs:52:1 Oct 10 15:25:35.808 INFO kablam! | Oct 10 15:25:35.808 INFO kablam! 52 | type Genomes = [Genome; POP_SIZE]; Oct 10 15:25:35.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:25:35.808 INFO kablam! Oct 10 15:25:35.809 INFO kablam! warning: type alias is never used: `Errors` Oct 10 15:25:35.809 INFO kablam! --> main.rs:53:1 Oct 10 15:25:35.809 INFO kablam! | Oct 10 15:25:35.809 INFO kablam! 53 | type Errors = [Error; POP_SIZE]; Oct 10 15:25:35.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:25:35.810 INFO kablam! Oct 10 15:25:35.810 INFO kablam! warning: function is never used: `errors_from_genomes` Oct 10 15:25:35.810 INFO kablam! --> main.rs:55:1 Oct 10 15:25:35.811 INFO kablam! | Oct 10 15:25:35.811 INFO kablam! 55 | fn errors_from_genomes(genomes: Genomes) -> Errors { Oct 10 15:25:35.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:25:35.811 INFO kablam! Oct 10 15:25:35.812 INFO kablam! warning: struct is never constructed: `Population` Oct 10 15:25:35.812 INFO kablam! --> main.rs:62:1 Oct 10 15:25:35.816 INFO kablam! | Oct 10 15:25:35.816 INFO kablam! 62 | struct Population { Oct 10 15:25:35.817 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 15:25:35.817 INFO kablam! Oct 10 15:25:35.817 INFO kablam! warning: function is never used: `population_from_genomes` Oct 10 15:25:35.818 INFO kablam! --> main.rs:67:1 Oct 10 15:25:35.818 INFO kablam! | Oct 10 15:25:35.818 INFO kablam! 67 | fn population_from_genomes(genomes: Genomes) -> Population { Oct 10 15:25:35.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:25:35.818 INFO kablam! Oct 10 15:25:35.819 INFO kablam! warning: function is never used: `initial_population` Oct 10 15:25:35.819 INFO kablam! --> main.rs:74:1 Oct 10 15:25:35.819 INFO kablam! | Oct 10 15:25:35.819 INFO kablam! 74 | fn initial_population(random_gene: &Range, rng: &mut R) -> Population { Oct 10 15:25:35.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:25:35.824 INFO kablam! Oct 10 15:25:36.264 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.06s Oct 10 15:25:36.267 INFO kablam! su: No module specific data is present Oct 10 15:25:36.812 INFO running `"docker" "rm" "-f" "03f14b4c8fc76844b24dce03c70b7ebcbbd83bf169a8deb1763371dbc1c54d25"` Oct 10 15:25:37.107 INFO blam! 03f14b4c8fc76844b24dce03c70b7ebcbbd83bf169a8deb1763371dbc1c54d25 Oct 10 15:25:37.115 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:25:37.117 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 15:25:37.794 INFO blam! 9b0f3ee74d4954fcbea2ef148089d862bd3ed6f11e00dc7a4e578c8f95dc6856 Oct 10 15:25:37.804 INFO running `"docker" "start" "-a" "9b0f3ee74d4954fcbea2ef148089d862bd3ed6f11e00dc7a4e578c8f95dc6856"` Oct 10 15:25:38.944 INFO kablam! usermod: no changes Oct 10 15:25:39.024 INFO kablam! Compiling graph-computation-play v0.1.0 (/source) Oct 10 15:25:39.745 INFO kablam! warning: constant item is never used: `POP_SIZE` Oct 10 15:25:39.745 INFO kablam! --> main.rs:51:1 Oct 10 15:25:39.745 INFO kablam! | Oct 10 15:25:39.745 INFO kablam! 51 | const POP_SIZE: usize = 100; Oct 10 15:25:39.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:25:39.745 INFO kablam! | Oct 10 15:25:39.745 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:25:39.745 INFO kablam! Oct 10 15:25:39.745 INFO kablam! warning: type alias is never used: `Genomes` Oct 10 15:25:39.745 INFO kablam! --> main.rs:52:1 Oct 10 15:25:39.745 INFO kablam! | Oct 10 15:25:39.745 INFO kablam! 52 | type Genomes = [Genome; POP_SIZE]; Oct 10 15:25:39.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:25:39.745 INFO kablam! Oct 10 15:25:39.745 INFO kablam! warning: type alias is never used: `Errors` Oct 10 15:25:39.745 INFO kablam! --> main.rs:53:1 Oct 10 15:25:39.745 INFO kablam! | Oct 10 15:25:39.745 INFO kablam! 53 | type Errors = [Error; POP_SIZE]; Oct 10 15:25:39.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:25:39.746 INFO kablam! Oct 10 15:25:39.746 INFO kablam! warning: function is never used: `errors_from_genomes` Oct 10 15:25:39.746 INFO kablam! --> main.rs:55:1 Oct 10 15:25:39.746 INFO kablam! | Oct 10 15:25:39.746 INFO kablam! 55 | fn errors_from_genomes(genomes: Genomes) -> Errors { Oct 10 15:25:39.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:25:39.746 INFO kablam! Oct 10 15:25:39.746 INFO kablam! warning: struct is never constructed: `Population` Oct 10 15:25:39.746 INFO kablam! --> main.rs:62:1 Oct 10 15:25:39.746 INFO kablam! | Oct 10 15:25:39.746 INFO kablam! 62 | struct Population { Oct 10 15:25:39.746 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 15:25:39.746 INFO kablam! Oct 10 15:25:39.746 INFO kablam! warning: function is never used: `population_from_genomes` Oct 10 15:25:39.746 INFO kablam! --> main.rs:67:1 Oct 10 15:25:39.746 INFO kablam! | Oct 10 15:25:39.746 INFO kablam! 67 | fn population_from_genomes(genomes: Genomes) -> Population { Oct 10 15:25:39.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:25:39.746 INFO kablam! Oct 10 15:25:39.746 INFO kablam! warning: function is never used: `initial_population` Oct 10 15:25:39.746 INFO kablam! --> main.rs:74:1 Oct 10 15:25:39.746 INFO kablam! | Oct 10 15:25:39.746 INFO kablam! 74 | fn initial_population(random_gene: &Range, rng: &mut R) -> Population { Oct 10 15:25:39.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:25:39.746 INFO kablam! Oct 10 15:25:40.301 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.32s Oct 10 15:25:40.306 INFO kablam! su: No module specific data is present Oct 10 15:25:41.017 INFO running `"docker" "rm" "-f" "9b0f3ee74d4954fcbea2ef148089d862bd3ed6f11e00dc7a4e578c8f95dc6856"` Oct 10 15:25:41.314 INFO blam! 9b0f3ee74d4954fcbea2ef148089d862bd3ed6f11e00dc7a4e578c8f95dc6856 Oct 10 15:25:41.324 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:25:41.325 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 15:25:41.760 INFO blam! 74b77341bd6d5a05a33d133cdcf1c4f5a353eb9585181f16343958597e3e1059 Oct 10 15:25:41.767 INFO running `"docker" "start" "-a" "74b77341bd6d5a05a33d133cdcf1c4f5a353eb9585181f16343958597e3e1059"` Oct 10 15:25:42.523 INFO kablam! usermod: no changes Oct 10 15:25:42.603 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 10 15:25:42.603 INFO kablam! Running /target/debug/deps/graph_computation_play-f761e39536560a7f Oct 10 15:25:42.607 INFO blam! Oct 10 15:25:42.607 INFO blam! running 0 tests Oct 10 15:25:42.607 INFO blam! Oct 10 15:25:42.607 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:25:42.607 INFO blam! Oct 10 15:25:42.616 INFO kablam! su: No module specific data is present Oct 10 15:25:43.530 INFO running `"docker" "rm" "-f" "74b77341bd6d5a05a33d133cdcf1c4f5a353eb9585181f16343958597e3e1059"` Oct 10 15:25:43.776 INFO blam! 74b77341bd6d5a05a33d133cdcf1c4f5a353eb9585181f16343958597e3e1059