[INFO] cloning repository https://github.com/beagleknight/raytracer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/beagleknight/raytracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeagleknight%2Fraytracer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeagleknight%2Fraytracer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 028aefbbd1f5a1ba623d232ff4503f56ff340aa0
[INFO] testing beagleknight/raytracer against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeagleknight%2Fraytracer" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/beagleknight/raytracer
[INFO] finished tweaking git repo https://github.com/beagleknight/raytracer
[INFO] tweaked toml for git repo https://github.com/beagleknight/raytracer written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/beagleknight/raytracer on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/beagleknight/raytracer 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.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded float-cmp v0.5.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eb8dc746fa33c2c6394402b1ae5574d86f7413a434ce4dfd78e1ae1c11e779d4
[INFO] running `Command { std: "docker" "start" "-a" "eb8dc746fa33c2c6394402b1ae5574d86f7413a434ce4dfd78e1ae1c11e779d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eb8dc746fa33c2c6394402b1ae5574d86f7413a434ce4dfd78e1ae1c11e779d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb8dc746fa33c2c6394402b1ae5574d86f7413a434ce4dfd78e1ae1c11e779d4", kill_on_drop: false }`
[INFO] [stdout] eb8dc746fa33c2c6394402b1ae5574d86f7413a434ce4dfd78e1ae1c11e779d4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d6523c49effb384887276295d5e108ec2c9e0440b9e1323c3404d6d485ca41bd
[INFO] running `Command { std: "docker" "start" "-a" "d6523c49effb384887276295d5e108ec2c9e0440b9e1323c3404d6d485ca41bd", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.6
[INFO] [stderr]    Compiling libc v0.2.65
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling float-cmp v0.5.3
[INFO] [stderr]    Compiling tuples v0.1.0 (/opt/rustwide/workdir/tuples)
[INFO] [stderr]    Compiling colors v0.1.0 (/opt/rustwide/workdir/colors)
[INFO] [stderr]    Compiling canvas v0.1.0 (/opt/rustwide/workdir/canvas)
[INFO] [stderr]    Compiling matrices v0.1.0 (/opt/rustwide/workdir/matrices)
[INFO] [stderr]    Compiling lights v0.1.0 (/opt/rustwide/workdir/lights)
[INFO] [stderr]    Compiling transformations v0.1.0 (/opt/rustwide/workdir/transformations)
[INFO] [stderr]    Compiling uuid v0.7.4
[INFO] [stderr]    Compiling rays v0.1.0 (/opt/rustwide/workdir/rays)
[INFO] [stderr]    Compiling world v0.1.0 (/opt/rustwide/workdir/world)
[INFO] [stderr]    Compiling clock v0.1.0 (/opt/rustwide/workdir/clock)
[INFO] [stderr]    Compiling cannon v0.1.0 (/opt/rustwide/workdir/cannon)
[INFO] [stdout] warning: unused variable: `relative_intersections`
[INFO] [stdout]   --> world/src/intersections.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         relative_intersections: &[&Intersection],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_relative_intersections`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> world/src/lib.rs:35:22
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn intersect(&self, ray: &Ray) -> Vec<Intersection> {
[INFO] [stdout]    |                      ^^^^^                    ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn intersect(&self, ray: &Ray) -> Vec<Intersection<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> world/src/intersections.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 33 |     ) -> Computations {
[INFO] [stdout]    |          ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     ) -> Computations<'_> {
[INFO] [stdout]    |                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> world/src/object.rs:18:22
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn intersect(&self, ray: &Ray) -> Option<[Intersection; 2]> {
[INFO] [stdout]    |                      ^^^^^                        ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn intersect(&self, ray: &Ray) -> Option<[Intersection<'_>; 2]> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling draw_scene v0.1.0 (/opt/rustwide/workdir/draw_scene)
[INFO] [stderr]    Compiling draw_sphere v0.1.0 (/opt/rustwide/workdir/draw_sphere)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
[INFO] running `Command { std: "docker" "inspect" "d6523c49effb384887276295d5e108ec2c9e0440b9e1323c3404d6d485ca41bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6523c49effb384887276295d5e108ec2c9e0440b9e1323c3404d6d485ca41bd", kill_on_drop: false }`
[INFO] [stdout] d6523c49effb384887276295d5e108ec2c9e0440b9e1323c3404d6d485ca41bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c3f062dae43853a21eaf40fcd2b01f181aef4dea7e5cba5fd6f3fc128960480
[INFO] running `Command { std: "docker" "start" "-a" "7c3f062dae43853a21eaf40fcd2b01f181aef4dea7e5cba5fd6f3fc128960480", kill_on_drop: false }`
[INFO] [stderr]    Compiling tuples v0.1.0 (/opt/rustwide/workdir/tuples)
[INFO] [stderr]    Compiling colors v0.1.0 (/opt/rustwide/workdir/colors)
[INFO] [stderr]    Compiling canvas v0.1.0 (/opt/rustwide/workdir/canvas)
[INFO] [stderr]    Compiling matrices v0.1.0 (/opt/rustwide/workdir/matrices)
[INFO] [stderr]    Compiling lights v0.1.0 (/opt/rustwide/workdir/lights)
[INFO] [stderr]    Compiling transformations v0.1.0 (/opt/rustwide/workdir/transformations)
[INFO] [stderr]    Compiling cannon v0.1.0 (/opt/rustwide/workdir/cannon)
[INFO] [stderr]    Compiling clock v0.1.0 (/opt/rustwide/workdir/clock)
[INFO] [stderr]    Compiling rays v0.1.0 (/opt/rustwide/workdir/rays)
[INFO] [stderr]    Compiling world v0.1.0 (/opt/rustwide/workdir/world)
[INFO] [stdout] warning: unused variable: `relative_intersections`
[INFO] [stdout]   --> world/src/intersections.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         relative_intersections: &[&Intersection],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_relative_intersections`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling draw_sphere v0.1.0 (/opt/rustwide/workdir/draw_sphere)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> world/src/lib.rs:35:22
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn intersect(&self, ray: &Ray) -> Vec<Intersection> {
[INFO] [stdout]    |                      ^^^^^                    ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn intersect(&self, ray: &Ray) -> Vec<Intersection<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling draw_scene v0.1.0 (/opt/rustwide/workdir/draw_scene)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> world/src/intersections.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 33 |     ) -> Computations {
[INFO] [stdout]    |          ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     ) -> Computations<'_> {
[INFO] [stdout]    |                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> world/src/object.rs:18:22
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn intersect(&self, ray: &Ray) -> Option<[Intersection; 2]> {
[INFO] [stdout]    |                      ^^^^^                        ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn intersect(&self, ray: &Ray) -> Option<[Intersection<'_>; 2]> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `relative_intersections`
[INFO] [stdout]   --> world/src/intersections.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         relative_intersections: &[&Intersection],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_relative_intersections`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> world/src/lib.rs:35:22
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn intersect(&self, ray: &Ray) -> Vec<Intersection> {
[INFO] [stdout]    |                      ^^^^^                    ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn intersect(&self, ray: &Ray) -> Vec<Intersection<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> world/src/intersections.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 33 |     ) -> Computations {
[INFO] [stdout]    |          ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     ) -> Computations<'_> {
[INFO] [stdout]    |                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> world/src/object.rs:18:22
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn intersect(&self, ray: &Ray) -> Option<[Intersection; 2]> {
[INFO] [stdout]    |                      ^^^^^                        ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn intersect(&self, ray: &Ray) -> Option<[Intersection<'_>; 2]> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.00s
[INFO] running `Command { std: "docker" "inspect" "7c3f062dae43853a21eaf40fcd2b01f181aef4dea7e5cba5fd6f3fc128960480", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c3f062dae43853a21eaf40fcd2b01f181aef4dea7e5cba5fd6f3fc128960480", kill_on_drop: false }`
[INFO] [stdout] 7c3f062dae43853a21eaf40fcd2b01f181aef4dea7e5cba5fd6f3fc128960480
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 881fffa32355bbcb8e4ba74b24b81d176301769684502e233eb69307ddb6044d
[INFO] running `Command { std: "docker" "start" "-a" "881fffa32355bbcb8e4ba74b24b81d176301769684502e233eb69307ddb6044d", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `relative_intersections`
[INFO] [stderr]   --> world/src/intersections.rs:32:9
[INFO] [stderr]    |
[INFO] [stderr] 32 |         relative_intersections: &[&Intersection],
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_relative_intersections`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> world/src/lib.rs:35:22
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub fn intersect(&self, ray: &Ray) -> Vec<Intersection> {
[INFO] [stderr]    |                      ^^^^^                    ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub fn intersect(&self, ray: &Ray) -> Vec<Intersection<'_>> {
[INFO] [stderr]    |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> world/src/intersections.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 33 |     ) -> Computations {
[INFO] [stderr]    |          ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 33 |     ) -> Computations<'_> {
[INFO] [stderr]    |                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> world/src/object.rs:18:22
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub fn intersect(&self, ray: &Ray) -> Option<[Intersection; 2]> {
[INFO] [stderr]    |                      ^^^^^                        ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub fn intersect(&self, ray: &Ray) -> Option<[Intersection<'_>; 2]> {
[INFO] [stderr]    |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `world` (lib) generated 4 warnings (run `cargo fix --lib -p world` to apply 4 suggestions)
[INFO] [stderr] warning: `world` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cannon-0285d083796cbd78)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/canvas-a9ed7d871da775c0)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::creating_a_canvas ... ok
[INFO] [stdout] test tests::constructing_the_ppm_pixel_data ... ok
[INFO] [stdout] test tests::writing_pixels_to_a_canvas ... ok
[INFO] [stdout] test tests::constructing_the_ppm_header ... ok
[INFO] [stdout] test tests::ppm_files_are_terminated_by_a_newline_character ... ok
[INFO] [stdout] test tests::splitting_long_lines_in_ppm_files ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/clock-06f2cda63d82bacd)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/colors-6bd06c6937a0b162)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::adding_colors ... ok
[INFO] [stdout] test tests::multiplying_a_color_by_a_scalar ... ok
[INFO] [stdout] test tests::colors_are_tuples ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/draw_scene-53a48087d1b19c04)
[INFO] [stdout] test tests::subtracting_colors ... ok
[INFO] [stdout] test tests::multiplying_colors ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/draw_sphere-e1047c697f04f4cd)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lights-b05f496564414213)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::point_light_has_a_position_and_intensity ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/matrices-5c299747e70f4fd3)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test tests::calculating_a_minor_of_a_3x3_matrix ... ok
[INFO] [stdout] test tests::calculating_a_cofactor_of_a_3x3_matrix ... ok
[INFO] [stdout] test tests::calculating_the_determinant_of_2x2_matrix ... ok
[INFO] [stdout] test tests::calculating_the_determinant_of_3x3_matrix ... ok
[INFO] [stdout] test tests::calculating_the_determinant_of_4x4_matrix ... ok
[INFO] [stdout] test tests::calculating_the_inverse_of_a_matrix ... ok
[INFO] [stdout] test tests::can_represent_2x2_matrix ... ok
[INFO] [stdout] test tests::matrix_equality_with_different_matrices ... ok
[INFO] [stdout] test tests::matrix_equality_with_identical_matrices ... ok
[INFO] [stdout] test tests::constructing_and_inspecting_a_4x4_matrix ... ok
[INFO] [stdout] test tests::matrix_multiplied_by_a_tuple ... ok
[INFO] [stdout] test tests::multipliying_a_matrix_by_a_tuple ... ok
[INFO] [stdout] test tests::can_represent_3x3_matrix ... ok
[INFO] [stdout] test tests::multipliying_a_matrix_by_the_identity_matrix ... ok
[INFO] [stdout] test tests::multiplying_two_matrices ... ok
[INFO] [stdout] test tests::multiplying_a_product_by_its_inverse ... ok
[INFO] [stdout] test tests::transposing_a_matrix ... ok
[INFO] [stdout] test tests::testing_a_non_invertible_matrix_for_invertibility ... ok
[INFO] [stdout] test tests::submatrix_of_3x3_matrix_is_2x2_matrix ... ok
[INFO] [stdout] test tests::testing_an_invertible_matrix_for_invertibility ... ok
[INFO] [stdout] test tests::submatrix_of_4x4_matrix_is_3x3_matrix ... ok
[INFO] [stdout] test tests::transposing_the_identity_matrix ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rays-2be9904d491d257c)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::scaling_a_ray ... ok
[INFO] [stdout] test tests::computing_a_point_from_a_distance ... ok
[INFO] [stdout] test tests::translating_a_ray ... ok
[INFO] [stdout] test tests::creating_and_querying_a_ray ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/transformations-8f5219b1ef1e2208)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test tests::an_arbitrary_view_transformation ... ok
[INFO] [stdout] test tests::individual_transformations_are_applied_in_sequence ... ok
[INFO] [stdout] test tests::chained_transformations_must_be_applied_in_reverse_order ... ok
[INFO] [stdout] test tests::multiplying_by_a_translation_matrix ... ok
[INFO] [stdout] test tests::inverse_of_an_x_rotation_rotates_in_the_opposite_direction ... ok
[INFO] [stdout] test tests::multiplying_by_the_inverse_of_translation_matrix ... ok
[INFO] [stdout] test tests::multiplying_by_the_inverse_of_scaling_matrix ... ok
[INFO] [stdout] test tests::reflection_is_scaling_by_a_negative_value ... ok
[INFO] [stdout] test tests::rotating_a_point_around_the_y_axis ... ok
[INFO] [stdout] test tests::rotating_a_point_around_the_z_axis ... ok
[INFO] [stdout] test tests::scaling_matrix_applied_to_a_point ... ok
[INFO] [stdout] test tests::scaling_matrix_applied_to_a_vector ... ok
[INFO] [stdout] test tests::rotating_a_point_around_the_x_axis ... ok
[INFO] [stdout] test tests::shearing_transformation_moves_x_in_proportion_to_y ... ok
[INFO] [stdout] test tests::shearing_transformation_moves_x_in_proportion_to_z ... ok
[INFO] [stdout] test tests::shearing_transformation_moves_y_in_proportion_to_x ... ok
[INFO] [stdout] test tests::shearing_transformation_moves_y_in_proportion_to_z ... ok
[INFO] [stdout] test tests::shearing_transformation_moves_z_in_proportion_to_x ... ok
[INFO] [stdout] test tests::shearing_transformation_moves_z_in_proportion_to_y ... ok
[INFO] [stdout] test tests::translation_does_not_affect_vectors ... ok
[INFO] [stdout] test tests::view_transformation_matrix_looking_in_positive_z_direction ... ok
[INFO] [stdout] test tests::view_transformation_matrix_for_the_default_orientation ... ok
[INFO] [stdout] test tests::view_transformation_matrix_moves_the_world ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tuples-072e205abd6c3914)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test tests::adding_two_tuples ... ok
[INFO] [stdout] test tests::dot_product_of_two_vectors ... ok
[INFO] [stdout] test tests::multiplying_a_tuple_by_a_fraction ... ok
[INFO] [stdout] test tests::negating_a_tuple ... ok
[INFO] [stdout] test tests::normalizing_some_vectors ... ok
[INFO] [stdout] test tests::cross_product_of_two_vectors ... ok
[INFO] [stdout] test tests::magnitude_of_a_normalized_vector ... ok
[INFO] [stdout] test tests::multiplying_a_tuple_by_a_scalar ... ok
[INFO] [stdout] test tests::computing_the_magnitude_of_some_vectors ... ok
[INFO] [stdout] test tests::point_creates_tuples_with_w_equal_to_1 ... ok
[INFO] [stdout] test tests::dividing_a_tuple_by_a_scalar ... ok
[INFO] [stdout] test tests::reflecting_a_vector_approaching_at_45_degree ... ok
[INFO] [stdout] test tests::reflecting_a_vector_off_a_slanted_surface ... ok
[INFO] [stdout] test tests::substracting_a_vector_from_a_point ... ok
[INFO] [stdout] test tests::substracting_two_points ... ok
[INFO] [stdout] test tests::substracting_two_vectors ... ok
[INFO] [stdout] test tests::subtracting_a_vector_from_the_zero_vector ... ok
[INFO] [stdout] test tests::tuple_with_w_equal_to_0_is_a_vector ... ok
[INFO] [stdout] test tests::tuple_with_w_equal_to_1_is_a_point ... ok
[INFO] [stdout] test tests::vector_creates_tuples_with_w_equal_to_0 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/world-7fc68679597de5d8)
[INFO] [stdout] 
[INFO] [stdout] running 83 tests
[INFO] [stdout] test camera::tests::constructing_a_camera ... ok
[INFO] [stdout] test camera::tests::constructing_a_ray_through_a_corner_of_the_canvas ... ok
[INFO] [stdout] test camera::tests::constructing_a_ray_when_the_camera_is_transformed ... ok
[INFO] [stdout] test camera::tests::pixel_size_for_a_horizontal_canvas ... ok
[INFO] [stdout] test camera::tests::constructing_a_ray_through_the_center_of_the_canvas ... ok
[INFO] [stdout] test camera::tests::pixel_size_for_a_vertical_canvas ... ok
[INFO] [stdout] test intersections::tests::aggregating_intersections ... ok
[INFO] [stdout] test intersections::tests::hit_is_always_the_lowest_nonnegative_intersection ... ok
[INFO] [stdout] test intersections::tests::hit_when_all_intersections_have_negative_t ... ok
[INFO] [stdout] test intersections::tests::hit_when_some_intersections_have_negative_t ... ok
[INFO] [stdout] test materials::tests::lighting_with_eye_in_the_path_of_the_reflection_vector ... ok
[INFO] [stdout] test materials::tests::lighting_with_eye_opposite_surface_light_offset_45_degree ... ok
[INFO] [stdout] test materials::tests::lighting_with_the_eye_between_the_light_and_the_surface ... ok
[INFO] [stdout] test object::tests::assigning_a_transformation ... ok
[INFO] [stdout] test materials::tests::lighting_with_the_eye_between_the_light_and_the_surface_eye_offset_45_degree ... ok
[INFO] [stdout] test materials::tests::default_material ... ok
[INFO] [stdout] test intersections::tests::intersection_encapsulates_t_and_object ... ok
[INFO] [stdout] test intersections::tests::hit_when_all_intersections_have_positive_t ... ok
[INFO] [stdout] test object::tests::computing_the_normal_on_a_translated_object ... ok
[INFO] [stdout] test intersections::tests::precomputing_the_reflection_vector ... ok
[INFO] [stdout] test object::tests::default_material ... ok
[INFO] [stdout] test materials::tests::transparency_and_refractive_index_for_the_default_material ... ok
[INFO] [stdout] test materials::tests::lightning_with_the_surface_in_shadow ... ok
[INFO] [stdout] test object::tests::assigning_a_material ... ok
[INFO] [stdout] test materials::tests::lightning_with_a_pattern_applied ... ok
[INFO] [stdout] test object::tests::computing_the_normal_on_a_transformed_object ... ok
[INFO] [stdout] test materials::tests::lightning_with_the_light_behind_the_surface ... ok
[INFO] [stdout] test patterns::checkers::test::checkers_should_repeat_in_x ... ok
[INFO] [stdout] test patterns::checkers::test::checkers_should_repeat_in_z ... ok
[INFO] [stdout] test patterns::gradient::test::gradient_pattern_interpolates_between_colors ... ok
[INFO] [stdout] test patterns::tests::assigning_a_transformation ... ok
[INFO] [stdout] test object::tests::intersecting_a_translated_object_with_a_ray ... ok
[INFO] [stdout] test patterns::ring::test::ring_should_extend_in_both_x_and_z ... ok
[INFO] [stdout] test patterns::tests::default_papttern_transformation ... ok
[INFO] [stdout] test patterns::tests::pattern_with_a_pattern_transformation ... ok
[INFO] [stdout] test object::tests::intersecting_a_scaled_object_with_a_ray ... ok
[INFO] [stdout] test patterns::tests::pattern_with_an_object_transformation ... ok
[INFO] [stdout] test patterns::tests::pattern_with_both_an_object_and_a_pattern_transformation ... ok
[INFO] [stdout] test shapes::planes::test::intersect_with_a_coplanar_ray ... ok
[INFO] [stdout] test patterns::stripes::test::stripe_pattern_is_constant_in_z ... ok
[INFO] [stdout] test patterns::checkers::test::checkers_should_repeat_in_y ... ok
[INFO] [stdout] test patterns::stripes::test::stripe_pattern_alternates_in_x ... ok
[INFO] [stdout] test object::tests::default_transformation ... ok
[INFO] [stdout] test shapes::planes::test::normal_of_a_plane_is_constant_everywhere ... ok
[INFO] [stdout] test shapes::planes::test::ray_intersecting_a_plane_from_above ... ok
[INFO] [stdout] test shapes::planes::test::ray_intersecting_a_plane_from_below ... ok
[INFO] [stdout] test patterns::stripes::test::stripe_pattern_is_constant_in_y ... ok
[INFO] [stdout] test shapes::spheres::tests::helper_for_producing_a_sphere_with_a_glassy_material ... ok
[INFO] [stdout] test shapes::spheres::tests::intersect_sets_the_object_on_the_intersection ... ok
[INFO] [stdout] test shapes::spheres::tests::normal_is_a_normalized_vector ... ok
[INFO] [stdout] test shapes::spheres::tests::normal_on_sphere_at_a_point_on_the_z_axis ... ok
[INFO] [stdout] test shapes::spheres::tests::hit_should_offset_the_point ... ok
[INFO] [stdout] test shapes::planes::test::intersect_with_a_ray_parallel_to_the_plane ... ok
[INFO] [stdout] test shapes::spheres::tests::precomputing_the_state_of_an_intersection ... ok
[INFO] [stdout] test shapes::spheres::tests::ray_intersects_a_sphere_at_a_tangent ... ok
[INFO] [stdout] test shapes::spheres::tests::ray_intersects_a_sphere_at_two_points ... ok
[INFO] [stdout] test shapes::spheres::tests::ray_originates_inside_a_sphere ... ok
[INFO] [stdout] test shapes::spheres::tests::ray_misses_a_sphere ... ok
[INFO] [stdout] test shapes::spheres::tests::hit_when_an_intersection_occurs_on_the_inside ... ok
[INFO] [stdout] test shapes::spheres::tests::hit_when_an_intersection_occurs_on_the_outside ... ok
[INFO] [stdout] test shapes::spheres::tests::normal_on_sphere_at_a_nonaxial_point ... ok
[INFO] [stdout] test tests::color_when_a_ray_misses ... ok
[INFO] [stdout] test shapes::spheres::tests::normal_on_sphere_at_a_point_on_the_y_axis ... ok
[INFO] [stdout] test tests::color_when_ray_hits ... ok
[INFO] [stdout] test tests::creating_a_world ... ok
[INFO] [stdout] test tests::default_world ... ok
[INFO] [stdout] test tests::intersect_a_world_with_a_ray ... ok
[INFO] [stdout] test shapes::spheres::tests::sphere_is_behind_a_ray ... ok
[INFO] [stdout] test tests::color_at_with_manually_reflective_surfaces ... ok
[INFO] [stdout] test tests::no_shadow_when_an_object_is_behind_the_point ... ok
[INFO] [stdout] test shapes::spheres::tests::normal_on_sphere_at_a_point_on_the_x_axis ... ok
[INFO] [stdout] test tests::no_shadow_when_nothing_is_collinear_with_point_and_light ... ok
[INFO] [stdout] test tests::shade_hit_is_given_an_intersection_in_shadow ... ok
[INFO] [stdout] test tests::reflected_color_at_the_maximum_recursive_depth ... ok
[INFO] [stdout] test tests::shade_hit_for_a_reflective_material ... ok
[INFO] [stdout] test tests::color_with_an_intersection_behind_the_ray ... ok
[INFO] [stdout] test tests::no_shadow_when_an_object_is_behind_the_light ... ok
[INFO] [stdout] test tests::reflected_color_for_a_reflective_material ... ok
[INFO] [stdout] test tests::shadow_when_an_object_is_between_the_point_and_the_light ... ok
[INFO] [stdout] test tests::reflected_color_for_a_nonreflective_material ... ok
[INFO] [stdout] test tests::shading_and_intersection ... ok
[INFO] [stdout] test intersections::tests::finding_n1_and_n2_at_various_intersections ... FAILED
[INFO] [stdout] test camera::tests::rendering_a_world_with_a_camera ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- intersections::tests::finding_n1_and_n2_at_various_intersections stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'intersections::tests::finding_n1_and_n2_at_various_intersections' (124) panicked at world/src/intersections.rs:216:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 0.0
[INFO] [stdout]  right: 1.0
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x560838d04e22 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x560838d04e22 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x560838d04e22 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x560838d04e22 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x560838d1530a - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x560838d1530a - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x560838cd39f6 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x560838cd39f6 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x560838ce41f9 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x560838ce41f9 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x560838ce4091 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x560838c7f42e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x560838c7f42e - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x560838ce4472 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x560838ce4472 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x560838ce42b8 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x560838cdf7e9 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x560838cc882d - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x560838d1cb7c - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x560838d1ca33 - core::panicking::assert_failed_inner::h3c3301979dc81b81
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x560838c5f0e3 - core::panicking::assert_failed::hdd3f158daae94f65
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x560838c44b09 - world::intersections::tests::finding_n1_and_n2_at_various_intersections::run_scenario::h999868363ec57989
[INFO] [stdout]                                at /opt/rustwide/workdir/world/src/intersections.rs:216:13
[INFO] [stdout]   22:     0x560838c44bda - world::intersections::tests::finding_n1_and_n2_at_various_intersections::h7d78d6207050f86f
[INFO] [stdout]                                at /opt/rustwide/workdir/world/src/intersections.rs:220:9
[INFO] [stdout]   23:     0x560838c44c77 - world::intersections::tests::finding_n1_and_n2_at_various_intersections::{{closure}}::h24f88fbb6fcee649
[INFO] [stdout]                                at /opt/rustwide/workdir/world/src/intersections.rs:182:52
[INFO] [stdout]   24:     0x560838c537d6 - core::ops::function::FnOnce::call_once::ha54c3ebbd873e393
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x560838c7f1eb - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x560838c7f1eb - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x560838c92bfa - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x560838c92bfa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x560838c92bfa - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x560838c92bfa - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x560838c92bfa - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x560838c92bfa - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x560838c92bfa - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x560838c6d054 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x560838c6d054 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x560838c709f2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   37:     0x560838c709f2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x560838c709f2 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x560838c709f2 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x560838c709f2 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x560838c709f2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   42:     0x560838c709f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x560838cdaa7f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   44:     0x560838cdaa7f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   45:     0x7df0f2a4baa4 - <unknown>
[INFO] [stdout]   46:     0x7df0f2ad8a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     intersections::tests::finding_n1_and_n2_at_various_intersections
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 82 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p world --lib`
[INFO] running `Command { std: "docker" "inspect" "881fffa32355bbcb8e4ba74b24b81d176301769684502e233eb69307ddb6044d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "881fffa32355bbcb8e4ba74b24b81d176301769684502e233eb69307ddb6044d", kill_on_drop: false }`
[INFO] [stdout] 881fffa32355bbcb8e4ba74b24b81d176301769684502e233eb69307ddb6044d
