[INFO] cloning repository https://github.com/guydunton/rtracer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/guydunton/rtracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguydunton%2Frtracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguydunton%2Frtracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 265d88fe8e63d3d9670e87a321b09fd83f24cbe7 [INFO] testing guydunton/rtracer against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguydunton%2Frtracer" "/workspace/builds/worker-28/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-28/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/guydunton/rtracer on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/guydunton/rtracer [INFO] finished tweaking git repo https://github.com/guydunton/rtracer [INFO] tweaked toml for git repo https://github.com/guydunton/rtracer written to /workspace/builds/worker-28/source/Cargo.toml [INFO] crate git repo https://github.com/guydunton/rtracer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eae2cdbf42455460184a0e44f6b1cba6231292a55813b161c2715b546897a71c [INFO] running `Command { std: "docker" "start" "-a" "eae2cdbf42455460184a0e44f6b1cba6231292a55813b161c2715b546897a71c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eae2cdbf42455460184a0e44f6b1cba6231292a55813b161c2715b546897a71c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eae2cdbf42455460184a0e44f6b1cba6231292a55813b161c2715b546897a71c", kill_on_drop: false }` [INFO] [stdout] eae2cdbf42455460184a0e44f6b1cba6231292a55813b161c2715b546897a71c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d608075b1c0bf98eec06273d778267f858a3e815aaf1d7108dbc851fe29fd73b [INFO] running `Command { std: "docker" "start" "-a" "d608075b1c0bf98eec06273d778267f858a3e815aaf1d7108dbc851fe29fd73b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling rayon-core v1.8.1 [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling rayon v1.4.1 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling deflate v0.8.3 [INFO] [stderr] Compiling wayland-scanner v0.27.0 [INFO] [stderr] Compiling wayland-sys v0.27.0 [INFO] [stderr] Compiling xkbcommon-sys v0.7.4 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling png v0.16.7 [INFO] [stderr] Compiling minifb v0.19.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling wayland-client v0.27.0 [INFO] [stderr] Compiling wayland-protocols v0.27.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling xcursor v0.3.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling xkb v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling wayland-commons v0.27.0 [INFO] [stderr] Compiling wayland-cursor v0.27.0 [INFO] [stderr] Compiling rtracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.27s [INFO] running `Command { std: "docker" "inspect" "d608075b1c0bf98eec06273d778267f858a3e815aaf1d7108dbc851fe29fd73b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d608075b1c0bf98eec06273d778267f858a3e815aaf1d7108dbc851fe29fd73b", kill_on_drop: false }` [INFO] [stdout] d608075b1c0bf98eec06273d778267f858a3e815aaf1d7108dbc851fe29fd73b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07f0428b2c77e02ff41b0af8de280b7d98493b061946b9164d2fa2a6fb8ea217 [INFO] running `Command { std: "docker" "start" "-a" "07f0428b2c77e02ff41b0af8de280b7d98493b061946b9164d2fa2a6fb8ea217", kill_on_drop: false }` [INFO] [stderr] Compiling rtracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.59s [INFO] running `Command { std: "docker" "inspect" "07f0428b2c77e02ff41b0af8de280b7d98493b061946b9164d2fa2a6fb8ea217", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07f0428b2c77e02ff41b0af8de280b7d98493b061946b9164d2fa2a6fb8ea217", kill_on_drop: false }` [INFO] [stdout] 07f0428b2c77e02ff41b0af8de280b7d98493b061946b9164d2fa2a6fb8ea217 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e0dbfa5d72fa7b09b1717cc5c3f01eb55237e18a87f3335927eff1ade64da427 [INFO] running `Command { std: "docker" "start" "-a" "e0dbfa5d72fa7b09b1717cc5c3f01eb55237e18a87f3335927eff1ade64da427", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rtracer-4aa8b2174875947f) [INFO] [stdout] [INFO] [stdout] running 129 tests [INFO] [stdout] test image::canvas_test::can_create_a_canvas ... ok [INFO] [stdout] test image::canvas_test::can_sample_canvas_pixel_for_2_x_2_sample ... ok [INFO] [stdout] test image::canvas_test::can_downsample_canvas ... ok [INFO] [stdout] test image::canvas_test::canvas_pixels_be_set_to_a_color ... ok [INFO] [stdout] test image::canvas_test::canvas_can_be_written_to_png ... ok [INFO] [stdout] test image::color_test::color_can_be_converted_to_u32 ... ok [INFO] [stdout] test image::color_test::colors_can_be_multiplied_by_scalar ... ok [INFO] [stdout] test image::color_test::colors_can_be_added ... ok [INFO] [stdout] test image::color_test::colors_can_be_multiplied_together ... ok [INFO] [stdout] test image::color_test::colors_can_be_subtracted ... ok [INFO] [stdout] test image::color_test::retrieving_the_components_of_a_color_works ... ok [INFO] [stdout] test maths::float_compare::test_is_same ... ok [INFO] [stdout] test maths::matrix_test::a_shearing_transformation_moves_x_in_proportion_to_y ... ok [INFO] [stdout] test maths::matrix_test::a_view_transformation_matrix_looking_in_positive_z_direction ... ok [INFO] [stdout] test maths::matrix_test::apply_a_scaling_matrix_to_a_point ... ok [INFO] [stdout] test maths::matrix_test::apply_a_scaling_matrix_to_a_vector ... ok [INFO] [stdout] test maths::matrix_test::calculate_the_cofactor_of_a_3x3_matrix ... ok [INFO] [stdout] test maths::matrix_test::calculate_the_determinant_of_a_3x3_matrix ... ok [INFO] [stdout] test maths::matrix_test::calculate_the_determinant_of_a_4x4_matrix ... ok [INFO] [stdout] test maths::matrix_test::calculate_the_inverse_of_a_second_matrix ... ok [INFO] [stdout] test maths::matrix_test::calculate_the_inverse_of_a_third_matrix ... ok [INFO] [stdout] test maths::matrix_test::calculate_the_inverse_of_a_matrix ... ok [INFO] [stdout] test maths::matrix_test::can_construct_a_2x2_matrix ... ok [INFO] [stdout] test maths::matrix_test::can_construct_a_3x3_matrix ... ok [INFO] [stdout] test maths::matrix_test::can_construct_a_matrix4x4 ... ok [INFO] [stdout] test maths::matrix_test::chain_transformation_using_fluent_api ... ok [INFO] [stdout] test maths::matrix_test::chained_transformations_must_be_applied_in_reverse_order ... ok [INFO] [stdout] test maths::matrix_test::get_the_minor_of_a_matrix3x3 ... ok [INFO] [stdout] test maths::matrix_test::create_a_submatrix_from_a_3x3_matrix ... ok [INFO] [stdout] test maths::matrix_test::individual_transformations_are_applied_in_sequence ... ok [INFO] [stdout] test maths::matrix_test::matrices_can_be_multiplied_by_a_tuple ... ok [INFO] [stdout] test maths::matrix_test::inverse_of_x_rotation_works_in_opposite_direction ... ok [INFO] [stdout] test maths::matrix_test::matrices_can_be_multiplied_together ... ok [INFO] [stdout] test maths::matrix_test::matrices_can_be_transposed ... ok [INFO] [stdout] test maths::matrix_test::multiplying_a_by_identity_returns_a ... ok [INFO] [stdout] test maths::matrix_test::multiply_by_the_inverse_of_a_scaling_matrix ... ok [INFO] [stdout] test maths::matrix_test::multiplying_by_a_translation_matrix ... ok [INFO] [stdout] test maths::matrix_test::multiplying_a_product_by_its_invers ... ok [INFO] [stdout] test maths::matrix_test::reflection_is_scaling_by_a_negative_value ... ok [INFO] [stdout] test maths::matrix_test::rotate_around_the_y_axis ... ok [INFO] [stdout] test maths::matrix_test::rotate_around_the_z_axis ... ok [INFO] [stdout] test maths::matrix_test::multiplying_by_the_inverse_of_translation_matrix ... ok [INFO] [stdout] test maths::matrix_test::rotating_a_point_around_the_x_axis ... ok [INFO] [stdout] test maths::matrix_test::the_transformation_matrix_for_the_default_orientation ... ok [INFO] [stdout] test maths::matrix_test::testing_matrix_invertability ... ok [INFO] [stdout] test maths::matrix_test::the_view_transformation_moves_the_world ... ok [INFO] [stdout] test maths::matrix_test::translation_does_not_affect_vectors ... ok [INFO] [stdout] test maths::matrix_test::we_can_calculate_the_determinant_of_a_2x2_matrix ... ok [INFO] [stdout] test maths::matrix_test::we_can_test_the_equality_of_matrices ... ok [INFO] [stdout] test maths::tuple_test::adding_tuples_works ... ok [INFO] [stdout] test maths::tuple_test::can_create_a_tuple_and_get_its_values ... ok [INFO] [stdout] test maths::tuple_test::can_negate_a_vector ... ok [INFO] [stdout] test maths::tuple_test::compute_the_cross_product_of_2_vectors ... ok [INFO] [stdout] test maths::tuple_test::compute_the_dot_product_of_2_vectors ... ok [INFO] [stdout] test maths::tuple_test::compute_the_length_of_a_different_vector ... ok [INFO] [stdout] test maths::tuple_test::compute_the_length_of_a_vector ... ok [INFO] [stdout] test maths::tuple_test::normalize_vector_4_0_0_gives_1_0_0 ... ok [INFO] [stdout] test maths::tuple_test::point_creates_a_tuple_with_w_1 ... ok [INFO] [stdout] test maths::tuple_test::reflecting_a_vector_approaching_at_45 ... ok [INFO] [stdout] test maths::tuple_test::reflecting_a_vector_off_a_slanted_surface ... ok [INFO] [stdout] test maths::tuple_test::subtracting_2_actual_points ... ok [INFO] [stdout] test maths::tuple_test::subtracting_2_actual_vectors ... ok [INFO] [stdout] test maths::tuple_test::subtracting_2_points ... ok [INFO] [stdout] test maths::tuple_test::subtracting_2_vectors ... ok [INFO] [stdout] test maths::tuple_test::subtracting_a_real_vector_from_a_real_point ... ok [INFO] [stdout] test maths::tuple_test::subtracting_a_vector_from_a_point ... ok [INFO] [stdout] test maths::tuple_test::tuple_can_be_divided_by_a_scaler ... ok [INFO] [stdout] test maths::tuple_test::tuple_can_be_multiplied_by_a_scaler ... ok [INFO] [stdout] test maths::tuple_test::tuple_with_w_1_is_a_vector ... ok [INFO] [stdout] test maths::tuple_test::tuple_with_w_0_is_a_point ... ok [INFO] [stdout] test maths::tuple_test::tuples_can_be_negated ... ok [INFO] [stdout] test maths::tuple_test::tuples_compare_correctly ... ok [INFO] [stdout] test maths::tuple_test::vector_create_a_tuple_with_w_0 ... ok [INFO] [stdout] test primitives::camera_test::constructing_a_camera ... ok [INFO] [stdout] test primitives::camera_test::constructing_a_ray_through_a_corner_of_the_canvas ... ok [INFO] [stdout] test primitives::camera_test::constructing_a_ray_when_the_camera_is_transformed ... ok [INFO] [stdout] test primitives::camera_test::constructing_a_ray_through_the_center_of_the_canvas ... ok [INFO] [stdout] test primitives::material_test::lighting_with_eye_in_the_path_of_the_reflection_vector ... ok [INFO] [stdout] test primitives::camera_test::the_pixel_size_for_a_canvas ... ok [INFO] [stdout] test primitives::material_test::lighting_with_eye_opposite_surface_lighting_offset_45 ... ok [INFO] [stdout] test primitives::material_test::lighting_with_the_eye_between_light_and_surface_eye_offset_45 ... ok [INFO] [stdout] test primitives::material_test::lighting_with_the_eye_between_the_light_and_the_surface ... ok [INFO] [stdout] test primitives::material_test::lighting_with_the_light_behind_the_surface ... ok [INFO] [stdout] test primitives::point_light::test_point_light_creation ... ok [INFO] [stdout] test primitives::material_test::lighting_with_the_surface_in_shadow ... ok [INFO] [stdout] test primitives::ray_test::a_ray_intersects_a_sphere_at_2_locations ... ok [INFO] [stdout] test primitives::ray_test::a_ray_intersecting_a_plane_from_above ... ok [INFO] [stdout] test primitives::ray_test::a_ray_intersects_a_sphere_at_a_tangent ... ok [INFO] [stdout] test primitives::ray_test::a_ray_misses_a_sphere ... ok [INFO] [stdout] test primitives::ray_test::creating_and_querying_a_ray ... ok [INFO] [stdout] test primitives::ray_test::an_intersection_encapsulates_t_and_object ... ok [INFO] [stdout] test primitives::ray_test::a_spheres_default_transformation ... ok [INFO] [stdout] test primitives::ray_test::a_ray_originates_inside_a_sphere ... ok [INFO] [stdout] test primitives::ray_test::computing_a_point_from_a_distance ... ok [INFO] [stdout] test primitives::ray_test::intersecting_a_scaled_sphere_with_a_ray ... ok [INFO] [stdout] test primitives::ray_test::intersect_with_a_ray_parallel_to_the_plane ... ok [INFO] [stdout] test primitives::ray_test::scale_a_ray ... ok [INFO] [stdout] test primitives::ray_test::set_a_spheres_transformation ... ok [INFO] [stdout] test primitives::ray_test::a_sphere_is_behind_a_ray ... ok [INFO] [stdout] test primitives::ray_test::the_hit_when_an_intersection_occurs_on_the_inside ... ok [INFO] [stdout] test primitives::shape_test::a_sphere_may_be_assigned_a_material ... ok [INFO] [stdout] test primitives::ray_test::intersect_with_a_coplanar_ray ... ok [INFO] [stdout] test primitives::ray_test::intersecting_a_translated_sphere_with_a_ray ... ok [INFO] [stdout] test primitives::ray_test::the_hit_when_some_intersections_have_negative_t ... ok [INFO] [stdout] test primitives::ray_test::translate_a_ray ... ok [INFO] [stdout] test primitives::ray_test::the_hit_should_offset_the_point ... ok [INFO] [stdout] test primitives::shape_test::a_sphere_has_a_default_material ... ok [INFO] [stdout] test primitives::ray_test::precomputing_the_state_of_an_intersection ... ok [INFO] [stdout] test primitives::shape_test::computing_the_normal_on_a_transformed_sphere ... ok [INFO] [stdout] test primitives::ray_test::the_hit_when_an_intersection_occurs_on_the_outside ... ok [INFO] [stdout] test primitives::shape_test::the_normal_is_a_normalized_vector ... ok [INFO] [stdout] test primitives::world_test::creating_a_world ... ok [INFO] [stdout] test primitives::ray_test::the_hit_is_always_the_lowest_nonnegative_intersection ... ok [INFO] [stdout] test primitives::ray_test::the_hit_when_all_intersections_have_positive_t ... ok [INFO] [stdout] test primitives::shape_test::the_normal_on_different_axis ... ok [INFO] [stdout] test primitives::shape_test::computing_the_normal_on_a_translated_sphere ... ok [INFO] [stdout] test primitives::ray_test::the_hit_when_all_intersections_have_negative_t ... ok [INFO] [stdout] test primitives::shape_test::the_normal_of_a_plane_is_constant_everywhere ... ok [INFO] [stdout] test primitives::world_test::shading_an_intersection ... ok [INFO] [stdout] test primitives::world_test::the_color_when_a_ray_misses ... ok [INFO] [stdout] test primitives::world_test::the_default_world ... ok [INFO] [stdout] test primitives::world_test::intersect_a_world_with_a_ray ... ok [INFO] [stdout] test primitives::world_test::the_color_with_an_intersection_behind_the_ray ... ok [INFO] [stdout] test primitives::world_test::shading_an_intersection_from_the_inside ... ok [INFO] [stdout] test primitives::world_test::the_color_when_a_ray_hits ... ok [INFO] [stdout] test primitives::world_test::shade_hit_is_given_an_intersection_in_shadow ... ok [INFO] [stdout] test primitives::world_test::testing_is_shadowed_at_various_points ... ok [INFO] [stdout] test primitives::camera_test::rendering_a_world_with_a_camera ... ok [INFO] [stdout] test worker::create_generator ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- worker::create_generator stdout ---- [INFO] [stdout] thread 'worker::create_generator' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[]`, [INFO] [stdout] right: `[2, 3, 4]`', src/worker.rs:101:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56312130593c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56312130593c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56312130593c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56312130593c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56312132b36c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x563121300f38 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x563121307c97 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x563121307c97 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x563121307c97 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5631213079cb - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5631213083ea - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5631213080d7 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x563121305e04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x563121307de9 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5631211c01b3 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x563121329c88 - core::panicking::assert_failed_inner::h6332a1b3f7595954 [INFO] [stdout] 16: 0x5631211ce6ba - core::panicking::assert_failed::h3a8c2fd44b85a2c8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x5631211cb444 - rtracer::worker::create_generator::h0fe93a96e02cd111 [INFO] [stdout] at /opt/rustwide/workdir/src/worker.rs:101:13 [INFO] [stdout] 18: 0x5631211cb15a - rtracer::worker::create_generator::{{closure}}::h8424215a07114d9b [INFO] [stdout] at /opt/rustwide/workdir/src/worker.rs:90:1 [INFO] [stdout] 19: 0x5631211db3de - core::ops::function::FnOnce::call_once::hf95219210ae801cc [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56312125ce63 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56312125ce63 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56312125bb91 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x56312125bb91 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56312125bb91 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56312125bb91 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56312125bb91 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56312125bb91 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56312125bb91 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x563121265471 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x563121265471 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x563121231bcf - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x563121231bcf - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x563121231bcf - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x563121231bcf - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x563121231bcf - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x563121231bcf - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x563121231bcf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56312130e213 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x56312130e213 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x56312130e213 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f96cecfa609 - start_thread [INFO] [stdout] 42: 0x7f96cead0293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] worker::create_generator [INFO] [stdout] [INFO] [stdout] test result: FAILED. 128 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin rtracer' [INFO] running `Command { std: "docker" "inspect" "e0dbfa5d72fa7b09b1717cc5c3f01eb55237e18a87f3335927eff1ade64da427", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0dbfa5d72fa7b09b1717cc5c3f01eb55237e18a87f3335927eff1ade64da427", kill_on_drop: false }` [INFO] [stdout] e0dbfa5d72fa7b09b1717cc5c3f01eb55237e18a87f3335927eff1ade64da427