[INFO] cloning repository https://github.com/tuzz/starlight
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tuzz/starlight" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftuzz%2Fstarlight", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftuzz%2Fstarlight'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 40639c02fb48235a5100d96d87a5de3db511bf80
[INFO] testing tuzz/starlight against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftuzz%2Fstarlight" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tuzz/starlight
[INFO] finished tweaking git repo https://github.com/tuzz/starlight
[INFO] tweaked toml for git repo https://github.com/tuzz/starlight written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tuzz/starlight on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tuzz/starlight already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded byteorder v1.3.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a6e062a5248f7ef1eacfcd98e7d5a5750959a3e2b0602706db14e5c9cff5aae4
[INFO] running `Command { std: "docker" "start" "-a" "a6e062a5248f7ef1eacfcd98e7d5a5750959a3e2b0602706db14e5c9cff5aae4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a6e062a5248f7ef1eacfcd98e7d5a5750959a3e2b0602706db14e5c9cff5aae4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6e062a5248f7ef1eacfcd98e7d5a5750959a3e2b0602706db14e5c9cff5aae4", kill_on_drop: false }`
[INFO] [stdout] a6e062a5248f7ef1eacfcd98e7d5a5750959a3e2b0602706db14e5c9cff5aae4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6afb3d3256d9f508544068e9c7e670f69e52b52fefb7396ac49db9348363d426
[INFO] running `Command { std: "docker" "start" "-a" "6afb3d3256d9f508544068e9c7e670f69e52b52fefb7396ac49db9348363d426", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling byteorder v1.3.1
[INFO] [stderr]    Compiling num-iter v0.1.37
[INFO] [stderr]    Compiling adler32 v1.0.3
[INFO] [stderr]    Compiling bitflags v1.0.4
[INFO] [stderr]    Compiling inflate v0.4.5
[INFO] [stderr]    Compiling deflate v0.7.19
[INFO] [stderr]    Compiling png v0.14.0
[INFO] [stderr]    Compiling starlight v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `lerp` is never used
[INFO] [stdout]   --> src/vector/mod.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Vector {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub fn lerp(&self, other: Self, t: f64) -> Self {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]   --> src/image/mod.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl Image {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn get(&self, x: usize, y: usize) -> Vector {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
[INFO] running `Command { std: "docker" "inspect" "6afb3d3256d9f508544068e9c7e670f69e52b52fefb7396ac49db9348363d426", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6afb3d3256d9f508544068e9c7e670f69e52b52fefb7396ac49db9348363d426", kill_on_drop: false }`
[INFO] [stdout] 6afb3d3256d9f508544068e9c7e670f69e52b52fefb7396ac49db9348363d426
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b8ef9baa31985521b166655b215856f8c5691e3279e5c3094a656b6f4fc69a5
[INFO] running `Command { std: "docker" "start" "-a" "5b8ef9baa31985521b166655b215856f8c5691e3279e5c3094a656b6f4fc69a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling starlight v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `subject`
[INFO] [stdout]   --> src/integrator/test.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let subject = Subject::new(camera());
[INFO] [stdout]    |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `subject`
[INFO] [stdout]   --> src/integrator/test.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let subject = Subject::new(camera());
[INFO] [stdout]    |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `subject`
[INFO] [stdout]   --> src/integrator/test.rs:85:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let subject = Subject::new(camera());
[INFO] [stdout]    |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `subject`
[INFO] [stdout]   --> src/integrator/test.rs:97:13
[INFO] [stdout]    |
[INFO] [stdout] 97 |         let subject = Subject::new(camera());
[INFO] [stdout]    |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `it_builds_an_image_with_a_two_dimensional_array_of_pixel_colors` is never used
[INFO] [stdout]  --> src/image/test.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn it_builds_an_image_with_a_two_dimensional_array_of_pixel_colors() {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `it_sets_the_pixel_colors_to_black` is never used
[INFO] [stdout]   --> src/image/test.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn it_sets_the_pixel_colors_to_black() {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `it_sets_the_color_of_a_pixel` is never used
[INFO] [stdout]   --> src/image/test.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn it_sets_the_color_of_a_pixel() {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.76s
[INFO] running `Command { std: "docker" "inspect" "5b8ef9baa31985521b166655b215856f8c5691e3279e5c3094a656b6f4fc69a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b8ef9baa31985521b166655b215856f8c5691e3279e5c3094a656b6f4fc69a5", kill_on_drop: false }`
[INFO] [stdout] 5b8ef9baa31985521b166655b215856f8c5691e3279e5c3094a656b6f4fc69a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d8c1614e7c53c68f2bcbb9758958c016b4ec210443ee607c93ce3fab38c916e2
[INFO] running `Command { std: "docker" "start" "-a" "d8c1614e7c53c68f2bcbb9758958c016b4ec210443ee607c93ce3fab38c916e2", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `subject`
[INFO] [stderr]   --> src/integrator/test.rs:58:13
[INFO] [stderr]    |
[INFO] [stderr] 58 |         let subject = Subject::new(camera());
[INFO] [stderr]    |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `subject`
[INFO] [stderr]   --> src/integrator/test.rs:70:13
[INFO] [stderr]    |
[INFO] [stderr] 70 |         let subject = Subject::new(camera());
[INFO] [stderr]    |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `subject`
[INFO] [stderr]   --> src/integrator/test.rs:85:13
[INFO] [stderr]    |
[INFO] [stderr] 85 |         let subject = Subject::new(camera());
[INFO] [stderr]    |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `subject`
[INFO] [stderr]   --> src/integrator/test.rs:97:13
[INFO] [stderr]    |
[INFO] [stderr] 97 |         let subject = Subject::new(camera());
[INFO] [stderr]    |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subject`
[INFO] [stderr] 
[INFO] [stderr] warning: function `it_builds_an_image_with_a_two_dimensional_array_of_pixel_colors` is never used
[INFO] [stderr]  --> src/image/test.rs:9:8
[INFO] [stderr]   |
[INFO] [stderr] 9 |     fn it_builds_an_image_with_a_two_dimensional_array_of_pixel_colors() {
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `it_sets_the_pixel_colors_to_black` is never used
[INFO] [stderr]   --> src/image/test.rs:19:8
[INFO] [stderr]    |
[INFO] [stderr] 19 |     fn it_sets_the_pixel_colors_to_black() {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `it_sets_the_color_of_a_pixel` is never used
[INFO] [stderr]   --> src/image/test.rs:29:8
[INFO] [stderr]    |
[INFO] [stderr] 29 |     fn it_sets_the_color_of_a_pixel() {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `starlight` (bin "starlight" test) generated 7 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/starlight-fd49d2f2a6c39437)
[INFO] [stdout] 
[INFO] [stdout] running 48 tests
[INFO] [stdout] test camera::test::generate_ray::it_generates_a_ray_that_travels_through_the_film_at_the_given_ratio ... ok
[INFO] [stdout] test camera::test::new::it_normalizes_the_direction_and_orientation_vectors ... ok
[INFO] [stdout] test camera::test::new::it_sets_vectors_that_span_left_to_right_and_top_to_bottom ... ok
[INFO] [stdout] test camera::test::new::it_builds_a_camera_and_places_it_in_the_scene ... ok
[INFO] [stdout] test film::test::pixel_ratios::it_returns_an_array_of_all_pixels_with_their_x_y_ratios ... ok
[INFO] [stdout] test image::test::byte::it_clamps_negative_values_to_zero ... ok
[INFO] [stdout] test film::test::pixel_ratio::it_returns_the_ratio_of_the_pixels_position_to_the_films_dimensions ... ok
[INFO] [stdout] test camera::test::trace_rays::it_calls_the_closure_with_a_ray_for_each_pixel ... ok
[INFO] [stdout] test camera::test::trace_rays::it_sets_the_color_of_each_pixel_from_the_closures_return_value ... ok
[INFO] [stdout] test film::test::new::it_builds_a_film_that_contains_an_image_of_the_scene ... ok
[INFO] [stdout] test image::test::byte::it_normalizes_the_f64_to_the_0_to_255_range ... ok
[INFO] [stdout] test image::test::byte::it_clamps_positive_values_to_255 ... ok
[INFO] [stdout] test integrator::test::li::it_returns_the_shaded_color_if_the_ray_intersects ... ok
[INFO] [stdout] test interaction::test::new::it_builds_an_interaction_containing_the_rays_parameter_and_a_surface_normal ... ok
[INFO] [stdout] test interaction::test::new::it_normalizes_the_surface_normal ... ok
[INFO] [stdout] test light::test::new::it_builds_a_light_with_origin_and_power ... ok
[INFO] [stdout] test integrator::test::new::it_builds_the_integrator_with_a_camera ... ok
[INFO] [stdout] test material::test::new::it_builds_a_material_that_has_a_color ... ok
[INFO] [stdout] test light::test::sample_li::it_calculates_radiance_by_dividing_the_lights_power_by_the_radius_squared ... ok
[INFO] [stdout] test primitive::test::new::it_builds_a_primitive_that_combines_a_shape_with_a_material ... ok
[INFO] [stdout] test ray::test::at::it_returns_the_point_at_a_position_along_the_ray ... ok
[INFO] [stdout] test ray::test::new::it_builds_a_ray_with_origin_and_direction ... ok
[INFO] [stdout] test scene::test::intersection::it_returns_none_if_the_ray_does_not_intersect_any_primitive ... ok
[INFO] [stdout] test scene::test::intersection::it_returns_the_interaction_and_primitive_for_the_shape_at_the_back ... ok
[INFO] [stdout] test scene::test::intersection::it_returns_the_interaction_and_primitive_for_the_shape_at_the_front ... ok
[INFO] [stdout] test scene::test::new::it_builds_a_scene_with_primitives_and_lights ... ok
[INFO] [stdout] test sphere::test::intersection::it_ignores_interactions_at_the_origin_of_the_ray ... ok
[INFO] [stdout] test sphere::test::intersection::it_returns_none_if_the_ray_does_not_intersect_the_sphere ... ok
[INFO] [stdout] test sphere::test::intersection::it_ignores_interactions_epsilon_along_the_ray_to_counter_floating_precision_errors ... ok
[INFO] [stdout] test sphere::test::new::it_builds_a_sphere ... ok
[INFO] [stdout] test vector::test::addition::it_adds_the_vectors_components ... ok
[INFO] [stdout] test vector::test::cross_product::it_calculates_the_cross_product_of_two_vectors ... ok
[INFO] [stdout] test vector::test::division::it_divides_the_vectors_components_by_a_divisor ... ok
[INFO] [stdout] test vector::test::dot::it_returns_the_dot_product_of_two_vectors ... ok
[INFO] [stdout] test vector::test::length::it_returns_the_length_of_the_vector ... ok
[INFO] [stdout] test integrator::test::li::it_does_not_cast_shadows_from_primitives_behind_the_light ... ok
[INFO] [stdout] test vector::test::lerp::it_linearly_interpolates_between_two_vectors ... ok
[INFO] [stdout] test sphere::test::intersection::it_returns_the_nearest_interaction_if_the_ray_intersects_the_sphere ... ok
[INFO] [stdout] test vector::test::negation::it_negates_the_vectors_components ... ok
[INFO] [stdout] test vector::test::new::it_builds_a_vector_with_x_y_and_z_coordinates ... ok
[INFO] [stdout] test vector::test::normalize::it_divides_each_component_by_the_vectors_length ... ok
[INFO] [stdout] test vector::test::subtraction::it_subtracts_the_vectors_components ... ok
[INFO] [stdout] test vector::test::scaling::it_multiplies_the_vectors_components_by_a_scalar ... ok
[INFO] [stdout] test integrator::test::li::it_returns_black_if_the_intersection_point_is_in_shadow ... ok
[INFO] [stdout] test light::test::sample_li::it_builds_a_vector_pointing_towards_the_light ... ok
[INFO] [stdout] test interaction::test::ord::it_orders_interactions_by_their_ray_t_parameters ... ok
[INFO] [stdout] test integrator::test::li::it_returns_the_background_color_if_the_ray_doesnt_intersect ... FAILED
[INFO] [stdout] test image::test::write::it_writes_the_image_to_a_file ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- integrator::test::li::it_returns_the_background_color_if_the_ray_doesnt_intersect stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'integrator::test::li::it_returns_the_background_color_if_the_ray_doesnt_intersect' panicked at src/integrator/test.rs:65:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Vector { x: 0.7, y: 0.7, z: 0.7 }
[INFO] [stdout]  right: Vector { x: 0.2, y: 0.2, z: 0.2 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55fa818d1802 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55fa818d1802 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55fa818d1802 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55fa818d1802 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55fa818f70d3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55fa818f70d3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55fa818ce783 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55fa818ce783 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55fa818d1652 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55fa818d2d89 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x55fa818d2bbe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55fa818731e4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55fa818731e4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55fa818d385e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x55fa818d385e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x55fa818d352a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x55fa818d1d09 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55fa818d31bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x55fa818f5770 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55fa818f5ac3 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x55fa81838841 - core::panicking::assert_failed::h8489718a976bdd35
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x55fa81823619 - starlight::integrator::test::li::it_returns_the_background_color_if_the_ray_doesnt_intersect::h5a00254913866284
[INFO] [stdout]                                at /opt/rustwide/workdir/src/integrator/test.rs:65:9
[INFO] [stdout]   22:     0x55fa81823457 - starlight::integrator::test::li::it_returns_the_background_color_if_the_ray_doesnt_intersect::{{closure}}::h631173800548f072
[INFO] [stdout]                                at /opt/rustwide/workdir/src/integrator/test.rs:57:69
[INFO] [stdout]   23:     0x55fa81831c16 - core::ops::function::FnOnce::call_once::h994a21244c882379
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x55fa81878a4b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x55fa81878a4b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x55fa81877b85 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x55fa81877b85 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x55fa81877b85 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x55fa81877b85 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x55fa81877b85 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x55fa81877b85 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x55fa81877b85 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x55fa8183b784 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x55fa8183b784 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x55fa8183f15a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x55fa8183f15a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x55fa8183f15a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x55fa8183f15a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x55fa8183f15a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x55fa8183f15a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x55fa8183f15a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x55fa818d67df - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x55fa818d67df - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x7df4b218daa4 - <unknown>
[INFO] [stdout]   45:     0x7df4b221aa34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- image::test::write::it_writes_the_image_to_a_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'image::test::write::it_writes_the_image_to_a_file' panicked at src/image/mod.rs:31:43:
[INFO] [stdout] failed to create image file: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55fa818d1802 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55fa818d1802 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55fa818d1802 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55fa818d1802 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55fa818f70d3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55fa818f70d3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55fa818ce783 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55fa818ce783 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55fa818d1652 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55fa818d2d89 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x55fa818d2bbe - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55fa818731e4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55fa818731e4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55fa818d385e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x55fa818d385e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x55fa818d352a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x55fa818d1d09 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55fa818d31bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x55fa818f5770 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55fa818f5bd6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x55fa8182569e - core::result::Result<T,E>::expect::hdb3521abde897f1b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x55fa8182f188 - starlight::image::Image::write::hdf9cc69db6ff2ad9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/image/mod.rs:31:43
[INFO] [stdout]   22:     0x55fa81826a5d - starlight::image::test::write::it_writes_the_image_to_a_file::h88ac0c3bd3e4a074
[INFO] [stdout]                                at /opt/rustwide/workdir/src/image/test.rs:54:17
[INFO] [stdout]   23:     0x55fa81826927 - starlight::image::test::write::it_writes_the_image_to_a_file::{{closure}}::haa1caf0adc5a97af
[INFO] [stdout]                                at /opt/rustwide/workdir/src/image/test.rs:46:39
[INFO] [stdout]   24:     0x55fa81831b16 - core::ops::function::FnOnce::call_once::h7bcdd99d7321f063
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x55fa81878a4b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x55fa81878a4b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x55fa81877b85 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x55fa81877b85 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x55fa81877b85 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x55fa81877b85 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x55fa81877b85 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x55fa81877b85 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x55fa81877b85 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x55fa8183b784 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x55fa8183b784 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x55fa8183f15a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x55fa8183f15a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x55fa8183f15a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x55fa8183f15a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x55fa8183f15a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x55fa8183f15a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x55fa8183f15a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x55fa818d67df - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x55fa818d67df - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7df4b218daa4 - <unknown>
[INFO] [stdout]   46:     0x7df4b221aa34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     image::test::write::it_writes_the_image_to_a_file
[INFO] [stdout]     integrator::test::li::it_returns_the_background_color_if_the_ray_doesnt_intersect
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 46 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin starlight`
[INFO] running `Command { std: "docker" "inspect" "d8c1614e7c53c68f2bcbb9758958c016b4ec210443ee607c93ce3fab38c916e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8c1614e7c53c68f2bcbb9758958c016b4ec210443ee607c93ce3fab38c916e2", kill_on_drop: false }`
[INFO] [stdout] d8c1614e7c53c68f2bcbb9758958c016b4ec210443ee607c93ce3fab38c916e2
