Oct 12 20:37:08.814 INFO testing tstullich/rust-pt against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 20:37:08.816 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 20:37:09.444 INFO blam! c4a9d88c941e65a665bf83b982dcc8032a0a62f0acbbfe5b3b7f3938b430d44c Oct 12 20:37:09.447 INFO running `"docker" "start" "-a" "c4a9d88c941e65a665bf83b982dcc8032a0a62f0acbbfe5b3b7f3938b430d44c"` Oct 12 20:37:11.679 INFO kablam! usermod: no changes Oct 12 20:37:11.916 INFO kablam! Compiling num-traits v0.2.5 Oct 12 20:37:11.923 INFO kablam! Compiling stable_deref_trait v1.1.0 Oct 12 20:37:11.936 INFO kablam! Compiling smallvec v0.6.2 Oct 12 20:37:11.945 INFO kablam! Compiling termios v0.2.2 Oct 12 20:37:11.949 INFO kablam! Compiling clicolors-control v0.2.0 Oct 12 20:37:11.951 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 12 20:37:11.951 INFO kablam! Compiling aho-corasick v0.6.5 Oct 12 20:37:12.924 INFO kablam! Compiling owning_ref v0.3.3 Oct 12 20:37:15.254 INFO kablam! Compiling lock_api v0.1.3 Oct 12 20:37:15.915 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 12 20:37:16.416 INFO kablam! Compiling regex v0.2.11 Oct 12 20:37:17.912 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 12 20:37:19.482 INFO kablam! Compiling rayon-core v1.4.0 Oct 12 20:37:20.829 INFO kablam! Compiling parking_lot v0.6.2 Oct 12 20:37:25.799 INFO kablam! Compiling rayon v1.0.1 Oct 12 20:37:26.683 INFO kablam! Compiling num-integer v0.1.39 Oct 12 20:37:35.575 INFO kablam! Compiling num-iter v0.1.37 Oct 12 20:37:36.259 INFO kablam! Compiling png v0.12.0 Oct 12 20:37:37.100 INFO kablam! Compiling console v0.6.1 Oct 12 20:37:41.936 INFO kablam! Compiling indicatif v0.9.0 Oct 12 20:37:44.343 INFO kablam! Compiling pathtracer v0.1.0 (/source) Oct 12 20:37:45.011 INFO kablam! warning: unused import: `material::Material` Oct 12 20:37:45.011 INFO kablam! --> src/hitable_list.rs:2:5 Oct 12 20:37:45.011 INFO kablam! | Oct 12 20:37:45.011 INFO kablam! 2 | use material::Material; Oct 12 20:37:45.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:37:45.011 INFO kablam! | Oct 12 20:37:45.011 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:37:45.011 INFO kablam! Oct 12 20:37:45.011 INFO kablam! warning: unused imports: `MovingSphere`, `Sphere` Oct 12 20:37:45.011 INFO kablam! --> src/hitable_list.rs:4:14 Oct 12 20:37:45.011 INFO kablam! | Oct 12 20:37:45.011 INFO kablam! 4 | use sphere::{MovingSphere, Sphere}; Oct 12 20:37:45.011 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^ Oct 12 20:37:45.012 INFO kablam! Oct 12 20:37:45.012 INFO kablam! warning: unused import: `vector::Vec3` Oct 12 20:37:45.012 INFO kablam! --> src/hitable_list.rs:5:5 Oct 12 20:37:45.012 INFO kablam! | Oct 12 20:37:45.012 INFO kablam! 5 | use vector::Vec3; Oct 12 20:37:45.012 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:37:45.012 INFO kablam! Oct 12 20:37:45.012 INFO kablam! warning: unused import: `material::Material` Oct 12 20:37:45.012 INFO kablam! --> src/renderer.rs:10:5 Oct 12 20:37:45.012 INFO kablam! | Oct 12 20:37:45.012 INFO kablam! 10 | use material::Material; Oct 12 20:37:45.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:37:45.012 INFO kablam! Oct 12 20:37:45.012 INFO kablam! warning: unused import: `sphere::Sphere` Oct 12 20:37:45.012 INFO kablam! --> src/renderer.rs:12:5 Oct 12 20:37:45.012 INFO kablam! | Oct 12 20:37:45.012 INFO kablam! 12 | use sphere::Sphere; Oct 12 20:37:45.012 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 20:37:45.012 INFO kablam! Oct 12 20:37:45.349 INFO kablam! warning: method is never used: `len` Oct 12 20:37:45.349 INFO kablam! --> src/hitable_list.rs:45:5 Oct 12 20:37:45.349 INFO kablam! | Oct 12 20:37:45.349 INFO kablam! 45 | pub fn len(&self) -> usize { Oct 12 20:37:45.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:37:45.349 INFO kablam! | Oct 12 20:37:45.349 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:37:45.349 INFO kablam! Oct 12 20:37:50.331 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.62s Oct 12 20:37:50.335 INFO kablam! su: No module specific data is present Oct 12 20:37:51.243 INFO running `"docker" "rm" "-f" "c4a9d88c941e65a665bf83b982dcc8032a0a62f0acbbfe5b3b7f3938b430d44c"` Oct 12 20:37:51.467 INFO blam! c4a9d88c941e65a665bf83b982dcc8032a0a62f0acbbfe5b3b7f3938b430d44c Oct 12 20:37:51.476 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 20:37:51.911 INFO blam! bbf26c8d7966cf4ec62c47a2ec206c57189af5574848b5e0dca8a2cfe88d5f46 Oct 12 20:37:51.915 INFO running `"docker" "start" "-a" "bbf26c8d7966cf4ec62c47a2ec206c57189af5574848b5e0dca8a2cfe88d5f46"` Oct 12 20:37:53.138 INFO kablam! usermod: no changes Oct 12 20:37:53.322 INFO kablam! Compiling pathtracer v0.1.0 (/source) Oct 12 20:37:58.214 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.03s Oct 12 20:37:58.231 INFO kablam! su: No module specific data is present Oct 12 20:37:59.421 INFO running `"docker" "rm" "-f" "bbf26c8d7966cf4ec62c47a2ec206c57189af5574848b5e0dca8a2cfe88d5f46"` Oct 12 20:37:59.583 INFO blam! bbf26c8d7966cf4ec62c47a2ec206c57189af5574848b5e0dca8a2cfe88d5f46 Oct 12 20:37:59.583 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 20:37:59.965 INFO blam! d9697e79409d5e7366c23ac4e211cb6385927a35475cf596a5f25e62c10a10c3 Oct 12 20:37:59.971 INFO running `"docker" "start" "-a" "d9697e79409d5e7366c23ac4e211cb6385927a35475cf596a5f25e62c10a10c3"` Oct 12 20:38:00.971 INFO kablam! usermod: no changes Oct 12 20:38:01.089 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 12 20:38:01.103 INFO kablam! Running /target/debug/deps/pathtracer-918a796e0bfb66ae Oct 12 20:38:01.111 INFO blam! Oct 12 20:38:01.111 INFO blam! running 10 tests Oct 12 20:38:01.111 INFO blam! test hitable_list::test_intersection ... ok Oct 12 20:38:01.111 INFO blam! test camera::test_create ... ok Oct 12 20:38:01.111 INFO blam! test triangle::test_norm ... ok Oct 12 20:38:01.111 INFO blam! test vector::test_arithmetic ... ok Oct 12 20:38:01.111 INFO blam! test ray::test_create ... ok Oct 12 20:38:01.123 INFO blam! test ray::test_point_at ... ok Oct 12 20:38:01.149 INFO blam! test vector::test_functionality ... ok Oct 12 20:38:01.319 INFO blam! test vector::test_undefined ... ok Oct 12 20:38:01.567 INFO blam! test parser::test_parse ... ok Oct 12 20:38:01.999 INFO blam! test renderer::test_hit ... ok Oct 12 20:38:01.999 INFO blam! Oct 12 20:38:01.999 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:38:01.999 INFO blam! Oct 12 20:38:02.009 INFO kablam! su: No module specific data is present Oct 12 20:38:02.933 INFO running `"docker" "rm" "-f" "d9697e79409d5e7366c23ac4e211cb6385927a35475cf596a5f25e62c10a10c3"` Oct 12 20:38:03.175 INFO blam! d9697e79409d5e7366c23ac4e211cb6385927a35475cf596a5f25e62c10a10c3