Oct 13 01:33:46.238 INFO testing samfoo/trees against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:33:46.238 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 01:33:46.700 INFO blam! b424bd0cb70375e3f2f1e17666965a4d643c0efb6000ab0db6c2375ccede8378 Oct 13 01:33:46.702 INFO running `"docker" "start" "-a" "b424bd0cb70375e3f2f1e17666965a4d643c0efb6000ab0db6c2375ccede8378"` Oct 13 01:33:47.990 INFO kablam! usermod: no changes Oct 13 01:33:48.126 INFO kablam! Compiling matrixmultiply v0.1.13 Oct 13 01:33:48.126 INFO kablam! Compiling ndarray v0.9.1 Oct 13 01:33:48.143 INFO kablam! Compiling cairo-rs v0.1.3 Oct 13 01:33:48.143 INFO kablam! Compiling glib-sys v0.3.4 Oct 13 01:33:48.143 INFO kablam! Compiling gobject-sys v0.3.4 Oct 13 01:33:48.151 INFO kablam! Compiling cairo-sys-rs v0.3.4 Oct 13 01:33:48.159 INFO kablam! Compiling num-complex v0.1.38 Oct 13 01:33:55.600 INFO kablam! Compiling glib v0.1.3 Oct 13 01:34:03.528 INFO kablam! Compiling ndarray-rand v0.5.0 Oct 13 01:34:03.939 INFO kablam! Compiling trees v0.1.0 (/source) Oct 13 01:34:04.527 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 13 01:34:04.527 INFO kablam! --> src/main.rs:10:5 Oct 13 01:34:04.528 INFO kablam! | Oct 13 01:34:04.528 INFO kablam! 10 | use std::io::prelude::*; Oct 13 01:34:04.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:04.528 INFO kablam! | Oct 13 01:34:04.529 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:34:04.529 INFO kablam! Oct 13 01:34:04.636 INFO kablam! warning: unused variable: `ra` Oct 13 01:34:04.636 INFO kablam! --> src/tree.rs:97:25 Oct 13 01:34:04.636 INFO kablam! | Oct 13 01:34:04.637 INFO kablam! 97 | let ra = 0.3 * PI * rng.next_f64() * l_or_r; Oct 13 01:34:04.638 INFO kablam! | ^^ help: consider using `_ra` instead Oct 13 01:34:04.639 INFO kablam! | Oct 13 01:34:04.639 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:34:04.639 INFO kablam! Oct 13 01:34:04.655 INFO kablam! warning: variable does not need to be mutable Oct 13 01:34:04.655 INFO kablam! --> src/main.rs:138:9 Oct 13 01:34:04.656 INFO kablam! | Oct 13 01:34:04.656 INFO kablam! 138 | let mut output = File::create(output()).unwrap(); Oct 13 01:34:04.656 INFO kablam! | ----^^^^^^ Oct 13 01:34:04.656 INFO kablam! | | Oct 13 01:34:04.657 INFO kablam! | help: remove this `mut` Oct 13 01:34:04.657 INFO kablam! | Oct 13 01:34:04.657 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:34:04.658 INFO kablam! Oct 13 01:34:04.658 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:34:04.658 INFO kablam! --> src/main.rs:141:5 Oct 13 01:34:04.658 INFO kablam! | Oct 13 01:34:04.659 INFO kablam! 141 | surface.write_to_png(&mut f); Oct 13 01:34:04.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:04.659 INFO kablam! | Oct 13 01:34:04.659 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:34:04.660 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:34:04.660 INFO kablam! Oct 13 01:34:06.071 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.04s Oct 13 01:34:06.075 INFO kablam! su: No module specific data is present Oct 13 01:34:06.730 INFO running `"docker" "rm" "-f" "b424bd0cb70375e3f2f1e17666965a4d643c0efb6000ab0db6c2375ccede8378"` Oct 13 01:34:06.948 INFO blam! b424bd0cb70375e3f2f1e17666965a4d643c0efb6000ab0db6c2375ccede8378 Oct 13 01:34:06.954 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 01:34:07.359 INFO blam! e26025fd387656f4e283ec8e3239aa12e2536fb4b7334c028c920ff6c3cba7dd Oct 13 01:34:07.361 INFO running `"docker" "start" "-a" "e26025fd387656f4e283ec8e3239aa12e2536fb4b7334c028c920ff6c3cba7dd"` Oct 13 01:34:08.641 INFO kablam! usermod: no changes Oct 13 01:34:08.757 INFO kablam! Compiling trees v0.1.0 (/source) Oct 13 01:34:09.251 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 13 01:34:09.251 INFO kablam! --> src/main.rs:10:5 Oct 13 01:34:09.251 INFO kablam! | Oct 13 01:34:09.251 INFO kablam! 10 | use std::io::prelude::*; Oct 13 01:34:09.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:09.251 INFO kablam! | Oct 13 01:34:09.251 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:34:09.251 INFO kablam! Oct 13 01:34:09.363 INFO kablam! warning: unused variable: `ra` Oct 13 01:34:09.363 INFO kablam! --> src/tree.rs:97:25 Oct 13 01:34:09.363 INFO kablam! | Oct 13 01:34:09.363 INFO kablam! 97 | let ra = 0.3 * PI * rng.next_f64() * l_or_r; Oct 13 01:34:09.363 INFO kablam! | ^^ help: consider using `_ra` instead Oct 13 01:34:09.363 INFO kablam! | Oct 13 01:34:09.363 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:34:09.363 INFO kablam! Oct 13 01:34:09.371 INFO kablam! warning: variable does not need to be mutable Oct 13 01:34:09.371 INFO kablam! --> src/main.rs:138:9 Oct 13 01:34:09.371 INFO kablam! | Oct 13 01:34:09.371 INFO kablam! 138 | let mut output = File::create(output()).unwrap(); Oct 13 01:34:09.371 INFO kablam! | ----^^^^^^ Oct 13 01:34:09.371 INFO kablam! | | Oct 13 01:34:09.371 INFO kablam! | help: remove this `mut` Oct 13 01:34:09.371 INFO kablam! | Oct 13 01:34:09.371 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:34:09.371 INFO kablam! Oct 13 01:34:09.383 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:34:09.383 INFO kablam! --> src/main.rs:141:5 Oct 13 01:34:09.383 INFO kablam! | Oct 13 01:34:09.383 INFO kablam! 141 | surface.write_to_png(&mut f); Oct 13 01:34:09.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:09.383 INFO kablam! | Oct 13 01:34:09.383 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:34:09.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:34:09.383 INFO kablam! Oct 13 01:34:09.825 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.16s Oct 13 01:34:09.827 INFO kablam! su: No module specific data is present Oct 13 01:34:10.415 INFO running `"docker" "rm" "-f" "e26025fd387656f4e283ec8e3239aa12e2536fb4b7334c028c920ff6c3cba7dd"` Oct 13 01:34:10.655 INFO blam! e26025fd387656f4e283ec8e3239aa12e2536fb4b7334c028c920ff6c3cba7dd Oct 13 01:34:10.661 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 01:34:11.140 INFO blam! d1ee7dc117a34b13dd9f04afe20a9587789bcc86954e11185d5623721ab4224e Oct 13 01:34:11.142 INFO running `"docker" "start" "-a" "d1ee7dc117a34b13dd9f04afe20a9587789bcc86954e11185d5623721ab4224e"` Oct 13 01:34:12.853 INFO kablam! usermod: no changes Oct 13 01:34:12.967 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 13 01:34:12.979 INFO kablam! Running /target/debug/deps/trees-c5b52aede1a9a10f Oct 13 01:34:12.980 INFO blam! Oct 13 01:34:12.980 INFO blam! running 0 tests Oct 13 01:34:12.980 INFO blam! Oct 13 01:34:12.980 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:34:12.980 INFO blam! Oct 13 01:34:12.984 INFO kablam! su: No module specific data is present Oct 13 01:34:14.016 INFO running `"docker" "rm" "-f" "d1ee7dc117a34b13dd9f04afe20a9587789bcc86954e11185d5623721ab4224e"` Oct 13 01:34:14.251 INFO blam! d1ee7dc117a34b13dd9f04afe20a9587789bcc86954e11185d5623721ab4224e