[INFO] fetching crate retrofire-core 0.4.0-pre1...
[INFO] testing retrofire-core-0.4.0-pre1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate retrofire-core 0.4.0-pre1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate retrofire-core 0.4.0-pre1
[INFO] finished tweaking crates.io crate retrofire-core 0.4.0-pre1
[INFO] tweaked toml for crates.io crate retrofire-core 0.4.0-pre1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate retrofire-core 0.4.0-pre1 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 crates.io crate retrofire-core 0.4.0-pre1 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]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded micromath v2.1.0
[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] 6e6ed5b84078a9c89c78409a4e4e13aa60fe21553435d7ec0c5fbc2826762e4b
[INFO] running `Command { std: "docker" "start" "-a" "6e6ed5b84078a9c89c78409a4e4e13aa60fe21553435d7ec0c5fbc2826762e4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e6ed5b84078a9c89c78409a4e4e13aa60fe21553435d7ec0c5fbc2826762e4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e6ed5b84078a9c89c78409a4e4e13aa60fe21553435d7ec0c5fbc2826762e4b", kill_on_drop: false }`
[INFO] [stdout] 6e6ed5b84078a9c89c78409a4e4e13aa60fe21553435d7ec0c5fbc2826762e4b
[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] ac799e11a1b65ff5af0ee837f9547d6fc3dfc79fe19e1343c26880219025978e
[INFO] running `Command { std: "docker" "start" "-a" "ac799e11a1b65ff5af0ee837f9547d6fc3dfc79fe19e1343c26880219025978e", kill_on_drop: false }`
[INFO] [stderr]    Compiling retrofire-core v0.4.0-pre1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/render/tex.rs:113:16
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn get(&self, i: u32) -> Texture<Slice2<C>> {
[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] 113 |     pub fn get(&self, i: u32) -> Texture<Slice2<'_, C>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util/buf.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn as_slice2(&self) -> Slice2<T>;
[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] 23 |     fn as_slice2(&self) -> Slice2<'_, T>;
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util/buf.rs:30:22
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn as_mut_slice2(&mut self) -> MutSlice2<T>;
[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] 30 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T>;
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:262:18
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn as_slice2(&self) -> Slice2<T> {
[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] 262 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:268:18
[INFO] [stdout]     |
[INFO] [stdout] 268 |     fn as_slice2(&self) -> Slice2<T> {
[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] 268 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:274:18
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn as_slice2(&self) -> Slice2<T> {
[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] 274 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:280:18
[INFO] [stdout]     |
[INFO] [stdout] 280 |     fn as_slice2(&self) -> Slice2<T> {
[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] 280 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:287:22
[INFO] [stdout]     |
[INFO] [stdout] 287 |     fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 287 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:293:22
[INFO] [stdout]     |
[INFO] [stdout] 293 |     fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 293 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:299:22
[INFO] [stdout]     |
[INFO] [stdout] 299 |     fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 299 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:517:26
[INFO] [stdout]     |
[INFO] [stdout] 517 |         pub fn as_slice2(&self) -> Slice2<T> {
[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] 517 |         pub fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:526:22
[INFO] [stdout]     |
[INFO] [stdout] 526 |         pub fn slice(&self, rect: impl Into<Rect>) -> Slice2<T> {
[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] 526 |         pub fn slice(&self, rect: impl Into<Rect>) -> Slice2<'_, T> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:559:30
[INFO] [stdout]     |
[INFO] [stdout] 559 |         pub fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 559 |         pub fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:647:26
[INFO] [stdout]     |
[INFO] [stdout] 647 |         pub fn slice_mut(&mut self, rect: impl Into<Rect>) -> MutSlice2<T> {
[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] 647 |         pub fn slice_mut(&mut self, rect: impl Into<Rect>) -> MutSlice2<'_, T> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
[INFO] running `Command { std: "docker" "inspect" "ac799e11a1b65ff5af0ee837f9547d6fc3dfc79fe19e1343c26880219025978e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac799e11a1b65ff5af0ee837f9547d6fc3dfc79fe19e1343c26880219025978e", kill_on_drop: false }`
[INFO] [stdout] ac799e11a1b65ff5af0ee837f9547d6fc3dfc79fe19e1343c26880219025978e
[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] 99a21bdb808f6c920cb7abd2b5195c27bfaf22142176e755343cf10108feb214
[INFO] running `Command { std: "docker" "start" "-a" "99a21bdb808f6c920cb7abd2b5195c27bfaf22142176e755343cf10108feb214", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/render/tex.rs:113:16
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn get(&self, i: u32) -> Texture<Slice2<C>> {
[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] 113 |     pub fn get(&self, i: u32) -> Texture<Slice2<'_, C>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling retrofire-core v0.4.0-pre1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util/buf.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn as_slice2(&self) -> Slice2<T>;
[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] 23 |     fn as_slice2(&self) -> Slice2<'_, T>;
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util/buf.rs:30:22
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn as_mut_slice2(&mut self) -> MutSlice2<T>;
[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] 30 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T>;
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:262:18
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn as_slice2(&self) -> Slice2<T> {
[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] 262 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:268:18
[INFO] [stdout]     |
[INFO] [stdout] 268 |     fn as_slice2(&self) -> Slice2<T> {
[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] 268 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:274:18
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn as_slice2(&self) -> Slice2<T> {
[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] 274 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:280:18
[INFO] [stdout]     |
[INFO] [stdout] 280 |     fn as_slice2(&self) -> Slice2<T> {
[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] 280 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:287:22
[INFO] [stdout]     |
[INFO] [stdout] 287 |     fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 287 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:293:22
[INFO] [stdout]     |
[INFO] [stdout] 293 |     fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 293 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:299:22
[INFO] [stdout]     |
[INFO] [stdout] 299 |     fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 299 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:517:26
[INFO] [stdout]     |
[INFO] [stdout] 517 |         pub fn as_slice2(&self) -> Slice2<T> {
[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] 517 |         pub fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:526:22
[INFO] [stdout]     |
[INFO] [stdout] 526 |         pub fn slice(&self, rect: impl Into<Rect>) -> Slice2<T> {
[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] 526 |         pub fn slice(&self, rect: impl Into<Rect>) -> Slice2<'_, T> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:559:30
[INFO] [stdout]     |
[INFO] [stdout] 559 |         pub fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 559 |         pub fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:647:26
[INFO] [stdout]     |
[INFO] [stdout] 647 |         pub fn slice_mut(&mut self, rect: impl Into<Rect>) -> MutSlice2<T> {
[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] 647 |         pub fn slice_mut(&mut self, rect: impl Into<Rect>) -> MutSlice2<'_, T> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/render/raster.rs:376:45
[INFO] [stdout]     |
[INFO] [stdout] 376 |             for c in sl.fragments().map(|f| ((10.0 * f.var) as u8)) {
[INFO] [stdout]     |                                             ^                    ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 376 -             for c in sl.fragments().map(|f| ((10.0 * f.var) as u8)) {
[INFO] [stdout] 376 +             for c in sl.fragments().map(|f| (10.0 * f.var) as u8) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/render/tex.rs:113:16
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn get(&self, i: u32) -> Texture<Slice2<C>> {
[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] 113 |     pub fn get(&self, i: u32) -> Texture<Slice2<'_, C>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util/buf.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn as_slice2(&self) -> Slice2<T>;
[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] 23 |     fn as_slice2(&self) -> Slice2<'_, T>;
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util/buf.rs:30:22
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn as_mut_slice2(&mut self) -> MutSlice2<T>;
[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] 30 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T>;
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:262:18
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn as_slice2(&self) -> Slice2<T> {
[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] 262 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:268:18
[INFO] [stdout]     |
[INFO] [stdout] 268 |     fn as_slice2(&self) -> Slice2<T> {
[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] 268 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:274:18
[INFO] [stdout]     |
[INFO] [stdout] 274 |     fn as_slice2(&self) -> Slice2<T> {
[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] 274 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:280:18
[INFO] [stdout]     |
[INFO] [stdout] 280 |     fn as_slice2(&self) -> Slice2<T> {
[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] 280 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:287:22
[INFO] [stdout]     |
[INFO] [stdout] 287 |     fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 287 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:293:22
[INFO] [stdout]     |
[INFO] [stdout] 293 |     fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 293 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:299:22
[INFO] [stdout]     |
[INFO] [stdout] 299 |     fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 299 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:517:26
[INFO] [stdout]     |
[INFO] [stdout] 517 |         pub fn as_slice2(&self) -> Slice2<T> {
[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] 517 |         pub fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:526:22
[INFO] [stdout]     |
[INFO] [stdout] 526 |         pub fn slice(&self, rect: impl Into<Rect>) -> Slice2<T> {
[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] 526 |         pub fn slice(&self, rect: impl Into<Rect>) -> Slice2<'_, T> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:559:30
[INFO] [stdout]     |
[INFO] [stdout] 559 |         pub fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 559 |         pub fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/util/buf.rs:647:26
[INFO] [stdout]     |
[INFO] [stdout] 647 |         pub fn slice_mut(&mut self, rect: impl Into<Rect>) -> MutSlice2<T> {
[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] 647 |         pub fn slice_mut(&mut self, rect: impl Into<Rect>) -> MutSlice2<'_, T> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.25s
[INFO] running `Command { std: "docker" "inspect" "99a21bdb808f6c920cb7abd2b5195c27bfaf22142176e755343cf10108feb214", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99a21bdb808f6c920cb7abd2b5195c27bfaf22142176e755343cf10108feb214", kill_on_drop: false }`
[INFO] [stdout] 99a21bdb808f6c920cb7abd2b5195c27bfaf22142176e755343cf10108feb214
[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] cb7af2f75d14b065d6a8840c5e06f5b50883f1f7418a7673ee598c8fce393e32
[INFO] running `Command { std: "docker" "start" "-a" "cb7af2f75d14b065d6a8840c5e06f5b50883f1f7418a7673ee598c8fce393e32", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/render/tex.rs:113:16
[INFO] [stderr]     |
[INFO] [stderr] 113 |     pub fn get(&self, i: u32) -> Texture<Slice2<C>> {
[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] 113 |     pub fn get(&self, i: u32) -> Texture<Slice2<'_, C>> {
[INFO] [stderr]     |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/util/buf.rs:23:18
[INFO] [stderr]    |
[INFO] [stderr] 23 |     fn as_slice2(&self) -> Slice2<T>;
[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] 23 |     fn as_slice2(&self) -> Slice2<'_, T>;
[INFO] [stderr]    |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/util/buf.rs:30:22
[INFO] [stderr]    |
[INFO] [stderr] 30 |     fn as_mut_slice2(&mut self) -> MutSlice2<T>;
[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] 30 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T>;
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/util/buf.rs:262:18
[INFO] [stderr]     |
[INFO] [stderr] 262 |     fn as_slice2(&self) -> Slice2<T> {
[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] 262 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/util/buf.rs:268:18
[INFO] [stderr]     |
[INFO] [stderr] 268 |     fn as_slice2(&self) -> Slice2<T> {
[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] 268 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/util/buf.rs:274:18
[INFO] [stderr]     |
[INFO] [stderr] 274 |     fn as_slice2(&self) -> Slice2<T> {
[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] 274 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/util/buf.rs:280:18
[INFO] [stderr]     |
[INFO] [stderr] 280 |     fn as_slice2(&self) -> Slice2<T> {
[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] 280 |     fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/util/buf.rs:287:22
[INFO] [stderr]     |
[INFO] [stderr] 287 |     fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 287 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/util/buf.rs:293:22
[INFO] [stderr]     |
[INFO] [stderr] 293 |     fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 293 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/util/buf.rs:299:22
[INFO] [stderr]     |
[INFO] [stderr] 299 |     fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 299 |     fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/util/buf.rs:517:26
[INFO] [stderr]     |
[INFO] [stderr] 517 |         pub fn as_slice2(&self) -> Slice2<T> {
[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] 517 |         pub fn as_slice2(&self) -> Slice2<'_, T> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/util/buf.rs:526:22
[INFO] [stderr]     |
[INFO] [stderr] 526 |         pub fn slice(&self, rect: impl Into<Rect>) -> Slice2<T> {
[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] 526 |         pub fn slice(&self, rect: impl Into<Rect>) -> Slice2<'_, T> {
[INFO] [stderr]     |                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/util/buf.rs:559:30
[INFO] [stderr]     |
[INFO] [stderr] 559 |         pub fn as_mut_slice2(&mut self) -> MutSlice2<T> {
[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] 559 |         pub fn as_mut_slice2(&mut self) -> MutSlice2<'_, T> {
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/util/buf.rs:647:26
[INFO] [stderr]     |
[INFO] [stderr] 647 |         pub fn slice_mut(&mut self, rect: impl Into<Rect>) -> MutSlice2<T> {
[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] 647 |         pub fn slice_mut(&mut self, rect: impl Into<Rect>) -> MutSlice2<'_, T> {
[INFO] [stderr]     |                                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: `retrofire-core` (lib) generated 14 warnings
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/render/raster.rs:376:45
[INFO] [stderr]     |
[INFO] [stderr] 376 |             for c in sl.fragments().map(|f| ((10.0 * f.var) as u8)) {
[INFO] [stderr]     |                                             ^                    ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 376 -             for c in sl.fragments().map(|f| ((10.0 * f.var) as u8)) {
[INFO] [stderr] 376 +             for c in sl.fragments().map(|f| (10.0 * f.var) as u8) {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `retrofire-core` (lib test) generated 15 warnings (14 duplicates) (run `cargo fix --lib -p retrofire-core --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/retrofire_core-e5b5bc73771ada6e)
[INFO] [stdout] 
[INFO] [stdout] running 248 tests
[INFO] [stdout] test geom::tests::polyline_eval_f32 ... ok
[INFO] [stdout] test math::angle::tests::cartesian_to_polar_zero_y ... ok
[INFO] [stdout] test math::angle::tests::cartesian_to_polar ... ok
[INFO] [stdout] test geom::tests::singleton_polyline_eval ... ok
[INFO] [stdout] test geom::mesh::tests::vertex_normal_generation ... ok
[INFO] [stdout] test math::angle::tests::cartesian_to_spherical ... ok
[INFO] [stdout] test math::angle::tests::cartesian_to_spherical_zero_alt ... ok
[INFO] [stdout] test math::angle::tests::clamping ... ok
[INFO] [stdout] test math::angle::tests::degs_to_rads ... ok
[INFO] [stdout] test math::angle::tests::degs_to_turns ... ok
[INFO] [stdout] test math::angle::tests::inverse_trig_functions ... ok
[INFO] [stdout] test math::angle::tests::lerping ... ok
[INFO] [stdout] test math::angle::tests::polar_to_cartesian ... ok
[INFO] [stdout] test math::angle::tests::polar_to_cartesian_zero_az ... ok
[INFO] [stdout] test math::angle::tests::polar_to_cartesian_zero_r ... ok
[INFO] [stdout] test math::angle::tests::rads_to_degs ... ok
[INFO] [stdout] test math::angle::tests::rads_to_turns ... ok
[INFO] [stdout] test math::angle::tests::spherical_to_cartesian ... ok
[INFO] [stdout] test math::angle::tests::trig_functions ... ok
[INFO] [stdout] test math::angle::tests::turns_to_degs ... ok
[INFO] [stdout] test math::angle::tests::turns_to_rads ... ok
[INFO] [stdout] test math::angle::tests::wrapping ... ok
[INFO] [stdout] test math::approx::tests::f32::approx_eq_custom_epsilon ... ok
[INFO] [stdout] test math::approx::tests::f32::approx_eq_negative ... ok
[INFO] [stdout] test math::angle::tests::varying ... ok
[INFO] [stdout] test math::color::tests::rgb_to_hsl ... ok
[INFO] [stdout] test math::approx::tests::f32::approx_eq_positive ... ok
[INFO] [stdout] test math::approx::tests::f32::approx_eq_zero ... ok
[INFO] [stdout] test math::color::tests::rgb_to_hsl_float ... ok
[INFO] [stdout] test math::color::tests::rgb_to_u32 ... ok
[INFO] [stdout] test math::color::tests::color_components ... ok
[INFO] [stdout] test math::color::tests::hsl_to_rgb ... ok
[INFO] [stdout] test math::color::tests::hsl_to_rgb_float ... ok
[INFO] [stdout] test math::color::tests::rgba_to_u32 ... ok
[INFO] [stdout] test math::float::tests::recip_sqrt ... ok
[INFO] [stdout] test math::float::tests::std_functions ... ok
[INFO] [stdout] test math::mat::tests::determinant_of_identity_is_one ... ok
[INFO] [stdout] test math::mat::tests::determinant_of_rotation_is_one ... ok
[INFO] [stdout] test math::mat::tests::determinant_of_scaling_is_product_of_diagonal ... ok
[INFO] [stdout] test math::mat::tests::inverse_reverts_transform ... ok
[INFO] [stdout] test math::mat::tests::mat3x3::composition ... ok
[INFO] [stdout] test math::mat::tests::mat3x3::matrix_debug ... ok
[INFO] [stdout] test math::mat::tests::mat3x3::row_col_vecs ... ok
[INFO] [stdout] test math::mat::tests::mat3x3::scaling ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::composition ... ok
[INFO] [stdout] test math::mat::tests::mat3x3::translation ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::from_basis ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::matrix_debug ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::orientation_no_op ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::orientation_y_to_z ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::rotation_arbitrary_x ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::rotation_arbitrary_y ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::orientation_z_to_y ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::rotation_arbitrary ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::rotation_y ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::rotation_arbitrary_z ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::row_col_vecs ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::rotation_x ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::translation ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::rotation_z ... ok
[INFO] [stdout] test math::mat::tests::mat4x4::scaling ... ok
[INFO] [stdout] test math::mat::tests::mat_times_mat_inverse_is_identity ... ok
[INFO] [stdout] test math::mat::tests::orthographic_box_maps_to_unit_cube ... ok
[INFO] [stdout] test math::mat::tests::transposition ... ok
[INFO] [stdout] test math::mat::tests::perspective_frustum_maps_to_unit_cube ... ok
[INFO] [stdout] test math::mat::tests::viewport_maps_ndc_to_screen ... ok
[INFO] [stdout] test math::point::tests::f32::point2_clamp ... ok
[INFO] [stdout] test math::point::tests::f32::point3_clamp ... ok
[INFO] [stdout] test math::point::tests::f32::point2_lerp ... ok
[INFO] [stdout] test math::point::tests::f32::point2_indexing ... ok
[INFO] [stdout] test math::point::tests::f32::point_point_distance ... ok
[INFO] [stdout] test math::point::tests::f32::point3_indexing ... ok
[INFO] [stdout] test math::point::tests::f32::point_point_distance_sqr ... ok
[INFO] [stdout] test math::point::tests::f32::point_subtraction ... ok
[INFO] [stdout] test math::point::tests::f32::vector_addition ... ok
[INFO] [stdout] test math::point::tests::f32::vector_subtraction ... ok
[INFO] [stdout] test math::point::tests::u32::from_array ... ok
[INFO] [stdout] test math::point::tests::u32::point_subtraction ... ok
[INFO] [stdout] test math::point::tests::u32::indexing ... ok
[INFO] [stdout] test math::point::tests::u32::vector_addition ... ok
[INFO] [stdout] test math::point::tests::u32::vector_subtraction ... ok
[INFO] [stdout] test math::rand::tests::bernoulli ... ok
[INFO] [stdout] test math::rand::tests::uniform_f32 ... ok
[INFO] [stdout] test math::rand::tests::uniform_i32 ... ok
[INFO] [stdout] test math::rand::tests::uniform_i32_array ... ok
[INFO] [stdout] test math::rand::tests::uniform_vec3 ... ok
[INFO] [stdout] test math::rand::tests::unit_circle ... ok
[INFO] [stdout] test math::space::tests::i32::affine_ops ... ok
[INFO] [stdout] test math::space::tests::f32::affine_ops ... ok
[INFO] [stdout] test math::rand::tests::zipped_pair ... ok
[INFO] [stdout] test math::space::tests::i32::linear_ops ... ok
[INFO] [stdout] test math::rand::tests::vectors_on_unit_disk ... ok
[INFO] [stdout] test math::space::tests::f32::linear_ops ... ok
[INFO] [stdout] test math::space::tests::u32::affine_ops ... ok
[INFO] [stdout] test math::rand::tests::vectors_in_unit_ball ... ok
[INFO] [stdout] test math::rand::tests::unit_sphere ... ok
[INFO] [stdout] test math::spline::tests::bezier_spline_eval ... ok
[INFO] [stdout] test math::spline::tests::bezier_spline_eval_1d ... ok
[INFO] [stdout] test math::spline::tests::bezier_spline_eval_2d_point ... ok
[INFO] [stdout] test math::spline::tests::bezier_spline_eval_2d_vec ... ok
[INFO] [stdout] test math::spline::tests::bezier_spline_eval_eq_fast_eval ... ok
[INFO] [stdout] test math::spline::tests::bezier_spline_tangent_1d ... ok
[INFO] [stdout] test math::spline::tests::bezier_spline_tangent_2d ... ok
[INFO] [stdout] test math::spline::tests::smootherstep_test ... ok
[INFO] [stdout] test math::spline::tests::smoothstep_test ... ok
[INFO] [stdout] test math::vary::tests::vary_f32 ... ok
[INFO] [stdout] test math::vary::tests::vary_to_two ... ok
[INFO] [stdout] test math::vary::tests::vary_to_one ... ok
[INFO] [stdout] test math::vary::tests::vary_to_zero ... ok
[INFO] [stdout] test math::vec::tests::approx_equal_pass ... ok
[INFO] [stdout] test math::vec::tests::cross_product_basis_vectors ... ok
[INFO] [stdout] test math::vec::tests::cross_product_parallelogram_area ... ok
[INFO] [stdout] test math::vec::tests::debug ... ok
[INFO] [stdout] test math::vec::tests::f32::dot_product ... ok
[INFO] [stdout] test math::vec::tests::f32::from_array ... ok
[INFO] [stdout] test math::vec::tests::f32::indexing ... ok
[INFO] [stdout] test math::vec::tests::f32::length ... ok
[INFO] [stdout] test math::vec::tests::f32::length_squared ... ok
[INFO] [stdout] test math::vec::tests::f32::normalize ... ok
[INFO] [stdout] test math::vec::tests::f32::perp ... ok
[INFO] [stdout] test math::vec::tests::f32::perp_dot ... ok
[INFO] [stdout] test math::vec::tests::f32::scalar_division ... ok
[INFO] [stdout] test math::vec::tests::f32::scalar_multiplication ... ok
[INFO] [stdout] test math::vec::tests::f32::vector_addition ... ok
[INFO] [stdout] test math::vec::tests::i32::dot_product ... ok
[INFO] [stdout] test math::vec::tests::i32::from_array ... ok
[INFO] [stdout] test math::vec::tests::i32::indexing ... ok
[INFO] [stdout] test math::vec::tests::i32::scalar_multiplication ... ok
[INFO] [stdout] test math::vec::tests::i32::vector_addition ... ok
[INFO] [stdout] test math::vec::tests::i32::vector_subtraction ... ok
[INFO] [stdout] test math::vec::tests::iterator_sum ... ok
[INFO] [stdout] test render::cam::tests::camera_tests_here ... ok
[INFO] [stdout] test render::cam::tests::fov_focal_ratio ... ok
[INFO] [stdout] test render::clip::tests::edge_clip_in_out ... ok
[INFO] [stdout] test render::clip::tests::edge_clip_inside ... ok
[INFO] [stdout] test render::clip::tests::edge_clip_out_in ... ok
[INFO] [stdout] test render::clip::tests::edge_clip_outside ... ok
[INFO] [stdout] test render::clip::tests::outcode_inside ... ok
[INFO] [stdout] test render::clip::tests::outcode_outside ... ok
[INFO] [stdout] test render::clip::tests::signed_distance ... ok
[INFO] [stdout] test geom::mesh::tests::mesh_builder_panics_if_vertex_index_oob - should panic ... ok
[INFO] [stdout] test render::clip::tests::tri_clip_against_frustum_fully_inside ... ok
[INFO] [stdout] test render::clip::tests::tri_clip_against_frustum_fully_outside ... ok
[INFO] [stdout] test render::clip::tests::tri_clip_against_frustum_result_is_heptagon ... ok
[INFO] [stdout] test render::clip::tests::tri_clip_against_frustum_result_is_quad ... ok
[INFO] [stdout] test render::clip::tests::tri_clip_fully_inside ... ok
[INFO] [stdout] test render::clip::tests::tri_clip_fully_outside ... ok
[INFO] [stdout] test render::clip::tests::tri_clip_inside_on_on ... ok
[INFO] [stdout] test render::clip::tests::tri_clip_outside_inside_inside ... ok
[INFO] [stdout] test render::clip::tests::tri_clip_outside_on_inside ... ok
[INFO] [stdout] test render::clip::tests::tri_clip_outside_on_on ... ok
[INFO] [stdout] test render::raster::tests::gradient ... ok
[INFO] [stdout] test render::raster::tests::scanline_fragments_iter ... ok
[INFO] [stdout] test render::raster::tests::shared_edge_should_not_have_gaps_or_overdraw ... ok
[INFO] [stdout] test render::stats::tests::human_nums ... ok
[INFO] [stdout] test geom::tests::empty_polyline_eval - should panic ... ok
[INFO] [stdout] test geom::mesh::tests::mesh_new_panics_if_vertex_index_oob - should panic ... ok
[INFO] [stdout] test render::stats::tests::human_times ... ok
[INFO] [stdout] test render::tex::tests::sampler_clamp ... ok
[INFO] [stdout] test render::stats::tests::stats_display ... ok
[INFO] [stdout] test render::tex::tests::sampler_once ... ok
[INFO] [stdout] test math::approx::tests::f32::nan_not_approx_eq_to_nan - should panic ... ok
[INFO] [stdout] test render::tex::tests::sampler_repeat_pot ... ok
[INFO] [stdout] test math::approx::tests::f32::one_not_approx_eq_to_1_01 - should panic ... ok
[INFO] [stdout] test math::approx::tests::f32::zero_not_approx_eq_to_one - should panic ... ok
[INFO] [stdout] test math::approx::tests::f32::inf_not_approx_eq_to_inf - should panic ... ok
[INFO] [stdout] test util::buf::tests::buf_extents ... ok
[INFO] [stdout] test util::buf::tests::buf_index_and_get ... ok
[INFO] [stdout] test util::buf::tests::buf_index_mut_and_get_mut ... ok
[INFO] [stdout] test util::buf::tests::buf_new_from ... ok
[INFO] [stdout] test util::buf::tests::buf_new ... ok
[INFO] [stdout] test util::buf::tests::buf_new_with ... ok
[INFO] [stdout] test util::buf::tests::buf_ref_as_slice ... ok
[INFO] [stdout] test util::buf::tests::buf_ref_as_slice_mut ... ok
[INFO] [stdout] test util::buf::tests::buf_slice_empty_range ... ok
[INFO] [stdout] test util::buf::tests::buf_slice_range_from ... ok
[INFO] [stdout] test util::buf::tests::buf_slice_range_full ... ok
[INFO] [stdout] test util::buf::tests::buf_slice_range_inclusive ... ok
[INFO] [stdout] test util::buf::tests::buf_slice_range_to ... ok
[INFO] [stdout] test math::point::tests::f32::point2_index_oob - should panic ... ok
[INFO] [stdout] test util::buf::tests::slice_contiguity ... ok
[INFO] [stdout] test util::buf::tests::slice_copy_from ... ok
[INFO] [stdout] test util::buf::tests::slice_extents ... ok
[INFO] [stdout] test math::space::tests::u32::affine_add_underflow_should_panic - should panic ... ok
[INFO] [stdout] test math::space::tests::u32::affine_add_overflow_should_panic - should panic ... ok
[INFO] [stdout] test util::buf::tests::slice_fill ... ok
[INFO] [stdout] test math::space::tests::u32::affine_sub_overflow_should_panic - should panic ... ok
[INFO] [stdout] test math::space::tests::u32::affine_sub_underflow_should_panic - should panic ... ok
[INFO] [stdout] test util::buf::tests::slice_fill_with ... ok
[INFO] [stdout] test util::buf::tests::slice_index ... ok
[INFO] [stdout] test util::buf::tests::slice_index_mut ... ok
[INFO] [stdout] test math::vec::tests::approx_equal_fail - should panic ... ok
[INFO] [stdout] test util::buf::tests::slice_rows ... ok
[INFO] [stdout] test util::buf::tests::slice_rows_mut ... ok
[INFO] [stdout] test util::pnm::tests::parse_header_comment ... ok
[INFO] [stdout] test util::pnm::tests::parse_header_invalid_dims ... ok
[INFO] [stdout] test util::pnm::tests::parse_header_invalid_magic ... ok
[INFO] [stdout] test util::pnm::tests::parse_header_p2 ... ok
[INFO] [stdout] test util::pnm::tests::parse_header_p3 ... ok
[INFO] [stdout] test util::pnm::tests::parse_header_p4 ... ok
[INFO] [stdout] test util::pnm::tests::parse_header_p5 ... ok
[INFO] [stdout] test util::pnm::tests::parse_header_p6 ... ok
[INFO] [stdout] test util::pnm::tests::parse_header_unsupported_magic ... ok
[INFO] [stdout] test util::pnm::tests::parse_header_whitespace ... ok
[INFO] [stdout] test util::pnm::tests::parse_num_empty ... ok
[INFO] [stdout] test util::buf::tests::slice_larger_than_data_should_panic - should panic ... ok
[INFO] [stdout] test util::pnm::tests::parse_num_with_comment_after ... ok
[INFO] [stdout] test render::cam::tests::angle_of_view_focal_ratio_with_unit_aspect_ratio ... FAILED
[INFO] [stdout] test util::pnm::tests::parse_num_with_comment_before ... ok
[INFO] [stdout] test util::buf::tests::buf_index_row_out_of_bounds_should_panic - should panic ... ok
[INFO] [stdout] test util::pnm::tests::parse_pnm_truncated ... ok
[INFO] [stdout] test util::buf::tests::buf_index_x_out_of_bounds_should_panic - should panic ... ok
[INFO] [stdout] test util::pnm::tests::parse_value_int ... ok
[INFO] [stdout] test util::buf::tests::buf_index_y_out_of_bounds_should_panic - should panic ... ok
[INFO] [stdout] test util::buf::tests::buf_slice_x_out_of_bounds_should_panic - should panic ... ok
[INFO] [stdout] test util::pnm::tests::read_pnm_p2 ... ok
[INFO] [stdout] test util::buf::tests::buf_slice_y_out_of_bounds_should_panic - should panic ... ok
[INFO] [stdout] test util::pnm::tests::read_pnm_p3 ... ok
[INFO] [stdout] test render::cam::tests::angle_of_view_focal_ratio_with_other_aspect_ratio ... FAILED
[INFO] [stdout] test util::pnm::tests::read_pnm_p4 ... ok
[INFO] [stdout] test util::pnm::tests::parse_num_with_whitespace ... ok
[INFO] [stdout] test util::pnm::tests::read_pnm_p5 ... ok
[INFO] [stdout] test util::pnm::tests::read_pnm_p6 ... ok
[INFO] [stdout] test util::pnm::tests::write_header_p1 ... ok
[INFO] [stdout] test util::pnm::tests::write_header_p6 ... ok
[INFO] [stdout] test util::rect::tests::intersect_bounded_and_unbounded ... ok
[INFO] [stdout] test util::buf::tests::slice_stride_less_than_width_should_panic - should panic ... ok
[INFO] [stdout] test util::rect::tests::intersect_disjoint ... ok
[INFO] [stdout] test util::pnm::tests::write_ppm ... ok
[INFO] [stdout] test util::rect::tests::intersect_full ... ok
[INFO] [stdout] test util::rect::tests::bounds ... ok
[INFO] [stdout] test util::rect::tests::contains ... ok
[INFO] [stdout] test util::rect::tests::extents_bounded ... ok
[INFO] [stdout] test util::rect::tests::extents_empty ... ok
[INFO] [stdout] test util::rect::tests::intersect_empty ... ok
[INFO] [stdout] test util::rect::tests::extents_unbounded ... ok
[INFO] [stdout] test util::rect::tests::from_pair_of_ranges ... ok
[INFO] [stdout] test util::rect::tests::from_range_full ... ok
[INFO] [stdout] test util::rect::tests::intersect_two_unbounded_to_unbounded ... ok
[INFO] [stdout] test util::rect::tests::from_range_of_vecs ... ok
[INFO] [stdout] test util::rect::tests::intersect_two_bounded ... ok
[INFO] [stdout] test util::rect::tests::intersect_two_unbounded_to_bounded ... ok
[INFO] [stdout] test util::rect::tests::is_empty_bounded_not_empty ... ok
[INFO] [stdout] test util::rect::tests::is_empty_negative_extent ... ok
[INFO] [stdout] test util::rect::tests::is_empty_bounded ... ok
[INFO] [stdout] test util::rect::tests::is_empty_unbounded ... ok
[INFO] [stdout] test util::rect::tests::is_empty_unbounded_not_empty ... ok
[INFO] [stdout] test render::clip::tests::tri_clip_against_frustum_all_cases ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- render::cam::tests::angle_of_view_focal_ratio_with_unit_aspect_ratio stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'render::cam::tests::angle_of_view_focal_ratio_with_unit_aspect_ratio' panicked at src/render/cam.rs:426:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 1.7320507
[INFO] [stdout]  right: 1.7320509
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d933e8c3302 - 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:     0x5d933e8c3302 - 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:     0x5d933e8c3302 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5d933e8c3302 - <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:     0x5d933e8e9553 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5d933e8e9553 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5d933e8c0283 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d933e8c0283 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5d933e8c3152 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5d933e8c4879 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5d933e8c46ae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5d933e88cc84 - <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:     0x5d933e88cc84 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d933e8c524e - <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:     0x5d933e8c524e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5d933e8c501a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5d933e8c37f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5d933e8c4cad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5d933e8e7180 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5d933e8e74d3 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x5d933e7af0de - core::panicking::assert_failed::h8f8c804ff3a68abd
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5d933e7f2efb - retrofire_core::render::cam::tests::angle_of_view_focal_ratio_with_unit_aspect_ratio::h75c61def2ec24ee8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/render/cam.rs:426:9
[INFO] [stdout]   22:     0x5d933e7f2e57 - retrofire_core::render::cam::tests::angle_of_view_focal_ratio_with_unit_aspect_ratio::{{closure}}::hb00a88da4cb5783f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/render/cam.rs:421:58
[INFO] [stdout]   23:     0x5d933e771546 - core::ops::function::FnOnce::call_once::h0e6c27267637c681
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5d933e8924eb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5d933e8924eb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5d933e891625 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5d933e891625 - <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:     0x5d933e891625 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5d933e891625 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5d933e891625 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5d933e891625 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5d933e891625 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5d933e855224 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5d933e855224 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5d933e858bfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5d933e858bfa - <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:     0x5d933e858bfa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5d933e858bfa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5d933e858bfa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5d933e858bfa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5d933e858bfa - 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:     0x5d933e8c81cf - <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:     0x5d933e8c81cf - 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:     0x7e96e9443aa4 - <unknown>
[INFO] [stdout]   45:     0x7e96e94d0a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- render::cam::tests::angle_of_view_focal_ratio_with_other_aspect_ratio stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'render::cam::tests::angle_of_view_focal_ratio_with_other_aspect_ratio' panicked at src/render/cam.rs:437:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 1.7320507
[INFO] [stdout]  right: 1.7320509
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d933e8c3302 - 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:     0x5d933e8c3302 - 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:     0x5d933e8c3302 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5d933e8c3302 - <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:     0x5d933e8e9553 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5d933e8e9553 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5d933e8c0283 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d933e8c0283 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5d933e8c3152 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5d933e8c4879 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5d933e8c46ae - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5d933e88cc84 - <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:     0x5d933e88cc84 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d933e8c524e - <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:     0x5d933e8c524e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5d933e8c501a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5d933e8c37f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5d933e8c4cad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5d933e8e7180 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5d933e8e74d3 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x5d933e7af0de - core::panicking::assert_failed::h8f8c804ff3a68abd
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5d933e7f30db - retrofire_core::render::cam::tests::angle_of_view_focal_ratio_with_other_aspect_ratio::h8942ef2288ee5acd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/render/cam.rs:437:9
[INFO] [stdout]   22:     0x5d933e7f3037 - retrofire_core::render::cam::tests::angle_of_view_focal_ratio_with_other_aspect_ratio::{{closure}}::hde9ab351700abde0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/render/cam.rs:433:59
[INFO] [stdout]   23:     0x5d933e771b16 - core::ops::function::FnOnce::call_once::h2451fb0b8af4cd09
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5d933e8924eb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5d933e8924eb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5d933e891625 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5d933e891625 - <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:     0x5d933e891625 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5d933e891625 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5d933e891625 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5d933e891625 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5d933e891625 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5d933e855224 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5d933e855224 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5d933e858bfa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5d933e858bfa - <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:     0x5d933e858bfa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5d933e858bfa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5d933e858bfa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5d933e858bfa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5d933e858bfa - 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:     0x5d933e8c81cf - <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:     0x5d933e8c81cf - 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:     0x7e96e9443aa4 - <unknown>
[INFO] [stdout]   45:     0x7e96e94d0a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     render::cam::tests::angle_of_view_focal_ratio_with_other_aspect_ratio
[INFO] [stdout]     render::cam::tests::angle_of_view_focal_ratio_with_unit_aspect_ratio
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 246 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 49.28s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "cb7af2f75d14b065d6a8840c5e06f5b50883f1f7418a7673ee598c8fce393e32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb7af2f75d14b065d6a8840c5e06f5b50883f1f7418a7673ee598c8fce393e32", kill_on_drop: false }`
[INFO] [stdout] cb7af2f75d14b065d6a8840c5e06f5b50883f1f7418a7673ee598c8fce393e32
