Oct 13 04:51:41.165 INFO testing omerbenamram/rs-toy-raytracer against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:51:41.166 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 04:51:41.801 INFO blam! eaea10d66a5c38a7e472f8aa4136cd8d2981b8bce2ca8ada4a23eba2054e8921 Oct 13 04:51:41.803 INFO running `"docker" "start" "-a" "eaea10d66a5c38a7e472f8aa4136cd8d2981b8bce2ca8ada4a23eba2054e8921"` Oct 13 04:51:43.846 INFO kablam! usermod: no changes Oct 13 04:51:44.085 INFO kablam! Compiling termios v0.2.2 Oct 13 04:51:44.085 INFO kablam! Compiling inflate v0.4.2 Oct 13 04:51:44.085 INFO kablam! Compiling clicolors-control v0.2.0 Oct 13 04:51:44.085 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 13 04:51:44.086 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 13 04:51:44.086 INFO kablam! Compiling num-complex v0.1.43 Oct 13 04:51:44.086 INFO kablam! Compiling regex v0.2.11 Oct 13 04:51:44.087 INFO kablam! Compiling num-bigint v0.1.44 Oct 13 04:51:47.040 INFO kablam! Compiling num-derive v0.2.2 Oct 13 04:51:51.742 INFO kablam! Compiling parking_lot v0.6.2 Oct 13 04:51:53.210 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 13 04:51:53.511 INFO kablam! Compiling png v0.12.0 Oct 13 04:51:55.346 INFO kablam! Compiling rayon-core v1.4.0 Oct 13 04:52:00.502 INFO kablam! Compiling rayon v1.0.1 Oct 13 04:52:01.527 INFO kablam! Compiling num-rational v0.1.42 Oct 13 04:52:07.615 INFO kablam! Compiling console v0.6.1 Oct 13 04:52:09.167 INFO kablam! Compiling num v0.1.42 Oct 13 04:52:11.107 INFO kablam! Compiling indicatif v0.9.0 Oct 13 04:52:13.872 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 13 04:52:19.495 INFO kablam! Compiling image v0.19.0 Oct 13 04:52:36.437 INFO kablam! Compiling rs-raytracer v0.1.0 (/source) Oct 13 04:52:37.515 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 13 04:52:37.516 INFO kablam! --> src/vec3.rs:4:5 Oct 13 04:52:37.517 INFO kablam! | Oct 13 04:52:37.517 INFO kablam! 4 | use std::collections::HashMap; Oct 13 04:52:37.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:52:37.519 INFO kablam! | Oct 13 04:52:37.520 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:52:37.520 INFO kablam! Oct 13 04:52:37.535 INFO kablam! warning: unused import: `super::Vec3` Oct 13 04:52:37.536 INFO kablam! --> src/vec3.rs:266:9 Oct 13 04:52:37.537 INFO kablam! | Oct 13 04:52:37.537 INFO kablam! 266 | use super::Vec3; Oct 13 04:52:37.538 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:52:37.538 INFO kablam! Oct 13 04:52:37.684 INFO kablam! warning: unused variable: `r_in` Oct 13 04:52:37.685 INFO kablam! --> src/materials/lambertian.rs:19:23 Oct 13 04:52:37.686 INFO kablam! | Oct 13 04:52:37.687 INFO kablam! 19 | fn scatter(&self, r_in: &Ray, hit_record: &HitRecord) -> Option<(Vec3, Ray)> { Oct 13 04:52:37.687 INFO kablam! | ^^^^ help: consider using `_r_in` instead Oct 13 04:52:37.688 INFO kablam! | Oct 13 04:52:37.689 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:52:37.689 INFO kablam! Oct 13 04:52:42.511 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.63s Oct 13 04:52:42.511 INFO kablam! su: No module specific data is present Oct 13 04:52:43.622 INFO running `"docker" "rm" "-f" "eaea10d66a5c38a7e472f8aa4136cd8d2981b8bce2ca8ada4a23eba2054e8921"` Oct 13 04:52:44.019 INFO blam! eaea10d66a5c38a7e472f8aa4136cd8d2981b8bce2ca8ada4a23eba2054e8921 Oct 13 04:52:44.035 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 04:52:44.568 INFO blam! cb0f8c9e4153074c4e8236d33a32dd1ccbfe39354f6bac8254ce2c282a79822d Oct 13 04:52:44.569 INFO running `"docker" "start" "-a" "cb0f8c9e4153074c4e8236d33a32dd1ccbfe39354f6bac8254ce2c282a79822d"` Oct 13 04:52:46.716 INFO kablam! usermod: no changes Oct 13 04:52:46.935 INFO kablam! Compiling rs-raytracer v0.1.0 (/source) Oct 13 04:52:48.279 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 13 04:52:48.280 INFO kablam! --> src/vec3.rs:4:5 Oct 13 04:52:48.280 INFO kablam! | Oct 13 04:52:48.280 INFO kablam! 4 | use std::collections::HashMap; Oct 13 04:52:48.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:52:48.281 INFO kablam! | Oct 13 04:52:48.281 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:52:48.287 INFO kablam! Oct 13 04:52:48.465 INFO kablam! warning: unused variable: `r_in` Oct 13 04:52:48.465 INFO kablam! --> src/materials/lambertian.rs:19:23 Oct 13 04:52:48.466 INFO kablam! | Oct 13 04:52:48.466 INFO kablam! 19 | fn scatter(&self, r_in: &Ray, hit_record: &HitRecord) -> Option<(Vec3, Ray)> { Oct 13 04:52:48.466 INFO kablam! | ^^^^ help: consider using `_r_in` instead Oct 13 04:52:48.467 INFO kablam! | Oct 13 04:52:48.467 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:52:48.467 INFO kablam! Oct 13 04:52:49.641 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.88s Oct 13 04:52:49.659 INFO kablam! su: No module specific data is present Oct 13 04:52:50.205 INFO running `"docker" "rm" "-f" "cb0f8c9e4153074c4e8236d33a32dd1ccbfe39354f6bac8254ce2c282a79822d"` Oct 13 04:52:50.359 INFO blam! cb0f8c9e4153074c4e8236d33a32dd1ccbfe39354f6bac8254ce2c282a79822d Oct 13 04:52:50.360 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 04:52:50.635 INFO blam! cb53e241cc3124b1963ee1b6c90d3641038b4eb4487f990fcf225c9c318acdc2 Oct 13 04:52:50.636 INFO running `"docker" "start" "-a" "cb53e241cc3124b1963ee1b6c90d3641038b4eb4487f990fcf225c9c318acdc2"` Oct 13 04:52:51.231 INFO kablam! usermod: no changes Oct 13 04:52:51.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 13 04:52:51.368 INFO kablam! Running /target/debug/deps/rs_raytracer-32fa5b164a9ea1c8 Oct 13 04:52:51.375 INFO blam! Oct 13 04:52:51.375 INFO blam! running 4 tests Oct 13 04:52:51.375 INFO blam! test vec3::tests::multiply_by_vec ... ok Oct 13 04:52:51.375 INFO blam! test vec3::tests::operations_dont_move_vec ... ok Oct 13 04:52:51.379 INFO blam! test vec3::tests::multiply_by_scalar ... ok Oct 13 04:52:51.379 INFO blam! test vec3::tests::unit_vec ... ok Oct 13 04:52:51.380 INFO blam! Oct 13 04:52:51.380 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:52:51.380 INFO blam! Oct 13 04:52:51.381 INFO kablam! Running /target/debug/deps/main-5a8e98459e661646 Oct 13 04:52:51.387 INFO blam! Oct 13 04:52:51.387 INFO blam! running 0 tests Oct 13 04:52:51.387 INFO blam! Oct 13 04:52:51.387 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:52:51.387 INFO blam! Oct 13 04:52:51.388 INFO kablam! Doc-tests rs-raytracer Oct 13 04:52:53.052 INFO blam! Oct 13 04:52:53.052 INFO blam! running 0 tests Oct 13 04:52:53.053 INFO blam! Oct 13 04:52:53.053 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:52:53.053 INFO blam! Oct 13 04:52:53.061 INFO kablam! su: No module specific data is present Oct 13 04:52:54.035 INFO running `"docker" "rm" "-f" "cb53e241cc3124b1963ee1b6c90d3641038b4eb4487f990fcf225c9c318acdc2"` Oct 13 04:52:54.315 INFO blam! cb53e241cc3124b1963ee1b6c90d3641038b4eb4487f990fcf225c9c318acdc2