Oct 15 02:55:07.387 INFO testing beltegeuse/pbrt_rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:55:07.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 02:55:07.844 INFO blam! b84b9fb0e4a5afe088cf228990f4bb4200b4dce7bb65185db4fe9cea9002ae72 Oct 15 02:55:07.847 INFO running `"docker" "start" "-a" "b84b9fb0e4a5afe088cf228990f4bb4200b4dce7bb65185db4fe9cea9002ae72"` Oct 15 02:55:10.085 INFO kablam! usermod: no changes Oct 15 02:55:10.395 INFO kablam! Compiling same-file v1.0.3 Oct 15 02:55:10.397 INFO kablam! Compiling log v0.4.5 Oct 15 02:55:10.398 INFO kablam! Compiling peg v0.5.4 Oct 15 02:55:10.399 INFO kablam! Compiling tempdir v0.3.7 Oct 15 02:55:10.459 INFO kablam! Compiling backtrace-sys v0.1.24 Oct 15 02:55:10.460 INFO kablam! Compiling semver v0.9.0 Oct 15 02:55:10.460 INFO kablam! Compiling serde_json v1.0.27 Oct 15 02:55:10.461 INFO kablam! Compiling cgmath v0.16.1 Oct 15 02:55:12.860 INFO kablam! Compiling backtrace v0.3.9 Oct 15 02:55:14.538 INFO kablam! Compiling walkdir v2.2.5 Oct 15 02:55:16.243 INFO kablam! Compiling env_logger v0.5.13 Oct 15 02:55:21.492 INFO kablam! Compiling error-chain v0.11.0 Oct 15 02:55:31.852 INFO kablam! Compiling cargo_metadata v0.5.8 Oct 15 02:55:37.804 INFO kablam! Compiling skeptic v0.13.3 Oct 15 02:55:43.015 INFO kablam! Compiling ply-rs v0.1.1 Oct 15 02:55:48.859 INFO kablam! Compiling pbrt_rs v0.0.1 (/source) Oct 15 02:55:51.171 INFO kablam! warning: variable does not need to be mutable Oct 15 02:55:51.171 INFO kablam! --> src/lib.rs:704:13 Oct 15 02:55:51.171 INFO kablam! | Oct 15 02:55:51.171 INFO kablam! 704 | let mut curr_mat = self.matrix.last_mut().unwrap(); Oct 15 02:55:51.171 INFO kablam! | ----^^^^^^^^ Oct 15 02:55:51.171 INFO kablam! | | Oct 15 02:55:51.171 INFO kablam! | help: remove this `mut` Oct 15 02:55:51.171 INFO kablam! | Oct 15 02:55:51.171 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:55:51.171 INFO kablam! Oct 15 02:55:51.212 INFO kablam! warning: method is never used: `to_rgb` Oct 15 02:55:51.212 INFO kablam! --> src/lib.rs:189:5 Oct 15 02:55:51.212 INFO kablam! | Oct 15 02:55:51.212 INFO kablam! 189 | fn to_rgb(self) -> (f32, f32, f32) { Oct 15 02:55:51.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:55:51.213 INFO kablam! | Oct 15 02:55:51.213 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:55:51.213 INFO kablam! Oct 15 02:55:51.213 INFO kablam! warning: method is never used: `to_vector2` Oct 15 02:55:51.213 INFO kablam! --> src/lib.rs:229:5 Oct 15 02:55:51.213 INFO kablam! | Oct 15 02:55:51.213 INFO kablam! 229 | fn to_vector2(self) -> Vec> { Oct 15 02:55:51.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:55:51.213 INFO kablam! Oct 15 02:56:02.055 INFO kablam! warning: unreachable pattern Oct 15 02:56:02.055 INFO kablam! --> src/main.rs:63:13 Oct 15 02:56:02.055 INFO kablam! | Oct 15 02:56:02.055 INFO kablam! 63 | _ => 0, Oct 15 02:56:02.055 INFO kablam! | ^ Oct 15 02:56:02.055 INFO kablam! | Oct 15 02:56:02.055 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 02:56:02.055 INFO kablam! Oct 15 02:56:02.055 INFO kablam! warning: unreachable pattern Oct 15 02:56:02.055 INFO kablam! --> src/main.rs:70:13 Oct 15 02:56:02.055 INFO kablam! | Oct 15 02:56:02.055 INFO kablam! 70 | _ => 0, Oct 15 02:56:02.055 INFO kablam! | ^ Oct 15 02:56:02.055 INFO kablam! Oct 15 02:56:05.079 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.97s Oct 15 02:56:05.089 INFO kablam! su: No module specific data is present Oct 15 02:56:06.436 INFO running `"docker" "rm" "-f" "b84b9fb0e4a5afe088cf228990f4bb4200b4dce7bb65185db4fe9cea9002ae72"` Oct 15 02:56:06.811 INFO blam! b84b9fb0e4a5afe088cf228990f4bb4200b4dce7bb65185db4fe9cea9002ae72 Oct 15 02:56:06.819 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 02:56:07.260 INFO blam! c6f22a8a217a175304b5df00b4531c7199abc581689b321362de42ed5772576d Oct 15 02:56:07.262 INFO running `"docker" "start" "-a" "c6f22a8a217a175304b5df00b4531c7199abc581689b321362de42ed5772576d"` Oct 15 02:56:10.123 INFO kablam! usermod: no changes Oct 15 02:56:10.379 INFO kablam! Compiling pbrt_rs v0.0.1 (/source) Oct 15 02:56:12.247 INFO kablam! warning: unreachable pattern Oct 15 02:56:12.248 INFO kablam! --> src/main.rs:63:13 Oct 15 02:56:12.248 INFO kablam! | Oct 15 02:56:12.248 INFO kablam! 63 | _ => 0, Oct 15 02:56:12.248 INFO kablam! | ^ Oct 15 02:56:12.248 INFO kablam! | Oct 15 02:56:12.248 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 02:56:12.248 INFO kablam! Oct 15 02:56:12.248 INFO kablam! warning: unreachable pattern Oct 15 02:56:12.248 INFO kablam! --> src/main.rs:70:13 Oct 15 02:56:12.248 INFO kablam! | Oct 15 02:56:12.248 INFO kablam! 70 | _ => 0, Oct 15 02:56:12.248 INFO kablam! | ^ Oct 15 02:56:12.248 INFO kablam! Oct 15 02:56:14.203 INFO kablam! warning: variable does not need to be mutable Oct 15 02:56:14.203 INFO kablam! --> src/lib.rs:704:13 Oct 15 02:56:14.203 INFO kablam! | Oct 15 02:56:14.203 INFO kablam! 704 | let mut curr_mat = self.matrix.last_mut().unwrap(); Oct 15 02:56:14.203 INFO kablam! | ----^^^^^^^^ Oct 15 02:56:14.203 INFO kablam! | | Oct 15 02:56:14.203 INFO kablam! | help: remove this `mut` Oct 15 02:56:14.203 INFO kablam! | Oct 15 02:56:14.203 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:56:14.203 INFO kablam! Oct 15 02:56:14.247 INFO kablam! warning: method is never used: `to_rgb` Oct 15 02:56:14.247 INFO kablam! --> src/lib.rs:189:5 Oct 15 02:56:14.247 INFO kablam! | Oct 15 02:56:14.247 INFO kablam! 189 | fn to_rgb(self) -> (f32, f32, f32) { Oct 15 02:56:14.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:56:14.247 INFO kablam! | Oct 15 02:56:14.247 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:56:14.247 INFO kablam! Oct 15 02:56:14.247 INFO kablam! warning: method is never used: `to_vector2` Oct 15 02:56:14.247 INFO kablam! --> src/lib.rs:229:5 Oct 15 02:56:14.247 INFO kablam! | Oct 15 02:56:14.247 INFO kablam! 229 | fn to_vector2(self) -> Vec> { Oct 15 02:56:14.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:56:14.247 INFO kablam! Oct 15 02:56:14.933 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.79s Oct 15 02:56:14.943 INFO kablam! su: No module specific data is present Oct 15 02:56:16.039 INFO running `"docker" "rm" "-f" "c6f22a8a217a175304b5df00b4531c7199abc581689b321362de42ed5772576d"` Oct 15 02:56:16.427 INFO blam! c6f22a8a217a175304b5df00b4531c7199abc581689b321362de42ed5772576d Oct 15 02:56:16.448 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 02:56:16.907 INFO blam! ffa21ccb3bd68029360c7b0a7d267fa9917492b711b8bf70d1260caf06fde717 Oct 15 02:56:16.923 INFO running `"docker" "start" "-a" "ffa21ccb3bd68029360c7b0a7d267fa9917492b711b8bf70d1260caf06fde717"` Oct 15 02:56:18.683 INFO kablam! usermod: no changes Oct 15 02:56:18.870 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 15 02:56:18.878 INFO kablam! Running /target/debug/deps/pbrt_rs-ac3ecb0d25fbf79a Oct 15 02:56:18.881 INFO blam! Oct 15 02:56:18.881 INFO blam! running 0 tests Oct 15 02:56:18.881 INFO blam! Oct 15 02:56:18.881 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:56:18.881 INFO blam! Oct 15 02:56:18.892 INFO kablam! Running /target/debug/deps/pbrt_rs-094cce682a39112f Oct 15 02:56:18.904 INFO blam! Oct 15 02:56:18.904 INFO blam! running 0 tests Oct 15 02:56:18.904 INFO blam! Oct 15 02:56:18.904 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:56:18.904 INFO blam! Oct 15 02:56:18.911 INFO kablam! Doc-tests pbrt_rs Oct 15 02:56:19.903 INFO blam! Oct 15 02:56:19.903 INFO blam! running 0 tests Oct 15 02:56:19.903 INFO blam! Oct 15 02:56:19.903 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:56:19.903 INFO blam! Oct 15 02:56:19.912 INFO kablam! su: No module specific data is present Oct 15 02:56:21.075 INFO running `"docker" "rm" "-f" "ffa21ccb3bd68029360c7b0a7d267fa9917492b711b8bf70d1260caf06fde717"` Oct 15 02:56:21.487 INFO blam! ffa21ccb3bd68029360c7b0a7d267fa9917492b711b8bf70d1260caf06fde717