Oct 14 19:02:30.805 INFO testing hclarke/tracer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:02:30.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 19:02:31.321 INFO blam! 50c19314dfb6fce63547329e108ef1b5ff5cfa6d50b9013480ac1f51182fe8dd Oct 14 19:02:31.323 INFO running `"docker" "start" "-a" "50c19314dfb6fce63547329e108ef1b5ff5cfa6d50b9013480ac1f51182fe8dd"` Oct 14 19:02:32.431 INFO kablam! usermod: no changes Oct 14 19:02:32.467 INFO kablam! Compiling png_encode_mini v0.1.2 Oct 14 19:02:33.235 INFO kablam! Compiling tracer v0.1.0 (/source) Oct 14 19:02:33.631 INFO kablam! warning: unused variable: `rng` Oct 14 19:02:33.631 INFO kablam! --> src/main.rs:120:14 Oct 14 19:02:33.631 INFO kablam! | Oct 14 19:02:33.631 INFO kablam! 120 | fn get_color(rng : &Rng, o:V3, d:V3) -> V3 { Oct 14 19:02:33.631 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 14 19:02:33.631 INFO kablam! | Oct 14 19:02:33.631 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:02:33.631 INFO kablam! Oct 14 19:02:33.661 INFO kablam! warning: method is never used: `sval` Oct 14 19:02:33.661 INFO kablam! --> src/rnd.rs:43:2 Oct 14 19:02:33.661 INFO kablam! | Oct 14 19:02:33.661 INFO kablam! 43 | pub fn sval(&self) -> f32 { Oct 14 19:02:33.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:02:33.661 INFO kablam! | Oct 14 19:02:33.661 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:02:33.661 INFO kablam! Oct 14 19:02:33.663 INFO kablam! warning: method is never used: `ubox` Oct 14 19:02:33.663 INFO kablam! --> src/rnd.rs:57:2 Oct 14 19:02:33.663 INFO kablam! | Oct 14 19:02:33.663 INFO kablam! 57 | pub fn ubox(&self) ->T { Oct 14 19:02:33.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:02:33.663 INFO kablam! Oct 14 19:02:33.663 INFO kablam! warning: method is never used: `sbox` Oct 14 19:02:33.663 INFO kablam! --> src/rnd.rs:61:2 Oct 14 19:02:33.663 INFO kablam! | Oct 14 19:02:33.663 INFO kablam! 61 | pub fn sbox(&self) ->T { Oct 14 19:02:33.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:02:33.663 INFO kablam! Oct 14 19:02:33.663 INFO kablam! warning: method is never used: `gaussian2` Oct 14 19:02:33.663 INFO kablam! --> src/rnd.rs:65:2 Oct 14 19:02:33.663 INFO kablam! | Oct 14 19:02:33.663 INFO kablam! 65 | pub fn gaussian2(&self) -> V2 { Oct 14 19:02:33.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:02:33.663 INFO kablam! Oct 14 19:02:33.663 INFO kablam! warning: method is never used: `gaussian` Oct 14 19:02:33.663 INFO kablam! --> src/rnd.rs:72:2 Oct 14 19:02:33.663 INFO kablam! | Oct 14 19:02:33.663 INFO kablam! 72 | pub fn gaussian(&self) -> T{ Oct 14 19:02:33.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:02:33.663 INFO kablam! Oct 14 19:02:33.663 INFO kablam! warning: method is never used: `cross` Oct 14 19:02:33.663 INFO kablam! --> src/vec.rs:202:2 Oct 14 19:02:33.663 INFO kablam! | Oct 14 19:02:33.663 INFO kablam! 202 | pub fn cross(self,rhs:V3) -> V3 { Oct 14 19:02:33.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:02:33.663 INFO kablam! Oct 14 19:02:33.663 INFO kablam! warning: function is never used: `get_color` Oct 14 19:02:33.663 INFO kablam! --> src/main.rs:120:1 Oct 14 19:02:33.663 INFO kablam! | Oct 14 19:02:33.663 INFO kablam! 120 | fn get_color(rng : &Rng, o:V3, d:V3) -> V3 { Oct 14 19:02:33.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:02:33.663 INFO kablam! Oct 14 19:02:34.343 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.89s Oct 14 19:02:34.346 INFO kablam! su: No module specific data is present Oct 14 19:02:35.253 INFO running `"docker" "rm" "-f" "50c19314dfb6fce63547329e108ef1b5ff5cfa6d50b9013480ac1f51182fe8dd"` Oct 14 19:02:35.535 INFO blam! 50c19314dfb6fce63547329e108ef1b5ff5cfa6d50b9013480ac1f51182fe8dd Oct 14 19:02:35.535 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 19:02:36.035 INFO blam! 36da973fb814ec7c42d4b4b2af77d919525f99fb76613e1a5cb0ce2f5bce6bab Oct 14 19:02:36.037 INFO running `"docker" "start" "-a" "36da973fb814ec7c42d4b4b2af77d919525f99fb76613e1a5cb0ce2f5bce6bab"` Oct 14 19:02:37.101 INFO kablam! usermod: no changes Oct 14 19:02:37.167 INFO kablam! Compiling tracer v0.1.0 (/source) Oct 14 19:02:37.669 INFO kablam! warning: unused variable: `rng` Oct 14 19:02:37.669 INFO kablam! --> src/main.rs:120:14 Oct 14 19:02:37.669 INFO kablam! | Oct 14 19:02:37.669 INFO kablam! 120 | fn get_color(rng : &Rng, o:V3, d:V3) -> V3 { Oct 14 19:02:37.669 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 14 19:02:37.669 INFO kablam! | Oct 14 19:02:37.669 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:02:37.669 INFO kablam! Oct 14 19:02:37.715 INFO kablam! warning: method is never used: `ubox` Oct 14 19:02:37.716 INFO kablam! --> src/rnd.rs:57:2 Oct 14 19:02:37.716 INFO kablam! | Oct 14 19:02:37.717 INFO kablam! 57 | pub fn ubox(&self) ->T { Oct 14 19:02:37.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:02:37.717 INFO kablam! | Oct 14 19:02:37.718 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:02:37.718 INFO kablam! Oct 14 19:02:37.718 INFO kablam! warning: method is never used: `sbox` Oct 14 19:02:37.718 INFO kablam! --> src/rnd.rs:61:2 Oct 14 19:02:37.719 INFO kablam! | Oct 14 19:02:37.719 INFO kablam! 61 | pub fn sbox(&self) ->T { Oct 14 19:02:37.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:02:37.720 INFO kablam! Oct 14 19:02:37.720 INFO kablam! warning: method is never used: `gaussian2` Oct 14 19:02:37.720 INFO kablam! --> src/rnd.rs:65:2 Oct 14 19:02:37.721 INFO kablam! | Oct 14 19:02:37.721 INFO kablam! 65 | pub fn gaussian2(&self) -> V2 { Oct 14 19:02:37.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:02:37.722 INFO kablam! Oct 14 19:02:37.722 INFO kablam! warning: method is never used: `gaussian` Oct 14 19:02:37.722 INFO kablam! --> src/rnd.rs:72:2 Oct 14 19:02:37.723 INFO kablam! | Oct 14 19:02:37.723 INFO kablam! 72 | pub fn gaussian(&self) -> T{ Oct 14 19:02:37.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:02:37.723 INFO kablam! Oct 14 19:02:37.724 INFO kablam! warning: method is never used: `cross` Oct 14 19:02:37.724 INFO kablam! --> src/vec.rs:202:2 Oct 14 19:02:37.724 INFO kablam! | Oct 14 19:02:37.725 INFO kablam! 202 | pub fn cross(self,rhs:V3) -> V3 { Oct 14 19:02:37.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:02:37.725 INFO kablam! Oct 14 19:02:37.726 INFO kablam! warning: function is never used: `get_color` Oct 14 19:02:37.726 INFO kablam! --> src/main.rs:120:1 Oct 14 19:02:37.726 INFO kablam! | Oct 14 19:02:37.727 INFO kablam! 120 | fn get_color(rng : &Rng, o:V3, d:V3) -> V3 { Oct 14 19:02:37.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:02:37.727 INFO kablam! Oct 14 19:02:38.413 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 14 19:02:38.415 INFO kablam! su: No module specific data is present Oct 14 19:02:39.103 INFO running `"docker" "rm" "-f" "36da973fb814ec7c42d4b4b2af77d919525f99fb76613e1a5cb0ce2f5bce6bab"` Oct 14 19:02:39.369 INFO blam! 36da973fb814ec7c42d4b4b2af77d919525f99fb76613e1a5cb0ce2f5bce6bab Oct 14 19:02:39.376 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 19:02:39.823 INFO blam! 6495cb87b03f30b37aae6c9c62694021838c87aa6c9ce6531ce60785a163c638 Oct 14 19:02:39.826 INFO running `"docker" "start" "-a" "6495cb87b03f30b37aae6c9c62694021838c87aa6c9ce6531ce60785a163c638"` Oct 14 19:02:41.006 INFO kablam! usermod: no changes Oct 14 19:02:41.047 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 19:02:41.048 INFO kablam! Running /target/debug/deps/tracer-9ccb22cdd55883ae Oct 14 19:02:41.051 INFO blam! Oct 14 19:02:41.051 INFO blam! running 2 tests Oct 14 19:02:41.051 INFO blam! test rnd::tests::uval_range ... ok Oct 14 19:02:41.051 INFO blam! test rnd::tests::sval_range ... ok Oct 14 19:02:41.051 INFO blam! Oct 14 19:02:41.051 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:02:41.051 INFO blam! Oct 14 19:02:41.053 INFO kablam! su: No module specific data is present Oct 14 19:02:42.012 INFO running `"docker" "rm" "-f" "6495cb87b03f30b37aae6c9c62694021838c87aa6c9ce6531ce60785a163c638"` Oct 14 19:02:42.332 INFO blam! 6495cb87b03f30b37aae6c9c62694021838c87aa6c9ce6531ce60785a163c638