[INFO] fetching crate pictorus-traits 0.0.0...
[INFO] testing pictorus-traits-0.0.0 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate pictorus-traits 0.0.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate pictorus-traits 0.0.0
[INFO] finished tweaking crates.io crate pictorus-traits 0.0.0
[INFO] tweaked toml for crates.io crate pictorus-traits 0.0.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pictorus-traits 0.0.0 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pictorus-traits 0.0.0 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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dafb4f6dbc647597c0974701e6911715649003346f8daab7d63da66c795385b8
[INFO] running `Command { std: "docker" "start" "-a" "dafb4f6dbc647597c0974701e6911715649003346f8daab7d63da66c795385b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dafb4f6dbc647597c0974701e6911715649003346f8daab7d63da66c795385b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dafb4f6dbc647597c0974701e6911715649003346f8daab7d63da66c795385b8", kill_on_drop: false }`
[INFO] [stdout] dafb4f6dbc647597c0974701e6911715649003346f8daab7d63da66c795385b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] d206d3d31b5696c6ed9874f34c81264c3623748295b906921cb50d4cf28944ff
[INFO] running `Command { std: "docker" "start" "-a" "d206d3d31b5696c6ed9874f34c81264c3623748295b906921cb50d4cf28944ff", kill_on_drop: false }`
[INFO] [stderr]    Compiling pictorus-traits v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:340:9
[INFO] [stdout]     |
[INFO] [stdout] 340 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 343 |     ) -> PassBy<Self::Output>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 343 |     ) -> PassBy<'_, Self::Output>;
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] running `Command { std: "docker" "inspect" "d206d3d31b5696c6ed9874f34c81264c3623748295b906921cb50d4cf28944ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d206d3d31b5696c6ed9874f34c81264c3623748295b906921cb50d4cf28944ff", kill_on_drop: false }`
[INFO] [stdout] d206d3d31b5696c6ed9874f34c81264c3623748295b906921cb50d4cf28944ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 84334e823f3cd824430990074c734095e0a1263649eb51ccbb32578bf7b0596d
[INFO] running `Command { std: "docker" "start" "-a" "84334e823f3cd824430990074c734095e0a1263649eb51ccbb32578bf7b0596d", kill_on_drop: false }`
[INFO] [stderr]    Compiling pictorus-traits v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:340:9
[INFO] [stdout]     |
[INFO] [stdout] 340 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 343 |     ) -> PassBy<Self::Output>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 343 |     ) -> PassBy<'_, Self::Output>;
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:340:9
[INFO] [stdout]     |
[INFO] [stdout] 340 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 343 |     ) -> PassBy<Self::Output>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 343 |     ) -> PassBy<'_, Self::Output>;
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] running `Command { std: "docker" "inspect" "84334e823f3cd824430990074c734095e0a1263649eb51ccbb32578bf7b0596d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84334e823f3cd824430990074c734095e0a1263649eb51ccbb32578bf7b0596d", kill_on_drop: false }`
[INFO] [stdout] 84334e823f3cd824430990074c734095e0a1263649eb51ccbb32578bf7b0596d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] e78fd196c1915b789a049df13752213f87d1a5313d42278f198b5174ce69d5e7
[INFO] running `Command { std: "docker" "start" "-a" "e78fd196c1915b789a049df13752213f87d1a5313d42278f198b5174ce69d5e7", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] 
[INFO] [stderr]    --> src/lib.rs:340:9
[INFO] [stdout] running 3 tests
[INFO] [stderr]     |
[INFO] [stdout] test custom_blocks::tests::test_block_param_as_matrix ... ok
[INFO] [stderr] 340 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 343 |     ) -> PassBy<Self::Output>;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 343 |     ) -> PassBy<'_, Self::Output>;
[INFO] [stderr]     |                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `pictorus-traits` (lib) generated 1 warning (run `cargo fix --lib -p pictorus-traits` to apply 1 suggestion)
[INFO] [stderr] warning: `pictorus-traits` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/pictorus-traits/fbf832883a1dbe37/deps/pictorus_traits-fbf832883a1dbe37)
[INFO] [stdout] test custom_blocks::tests::test_block_param_as_number ... ok
[INFO] [stdout] test custom_blocks::tests::test_block_param_as_string ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests pictorus_traits
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/lib.rs - (line 186) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 212) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 202) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 154) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 224) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 171) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 143) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 164) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 258) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 244) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 272) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 186) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `Pass` in this scope
[INFO] [stdout]    --> src/lib.rs:187:6
[INFO] [stdout]     |
[INFO] [stdout] 187 | impl Pass for ByteSliceSignal {
[INFO] [stdout]     |      ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 186 + use pictorus_traits::Pass;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ByteSliceSignal` in this scope
[INFO] [stdout]    --> src/lib.rs:187:15
[INFO] [stdout]     |
[INFO] [stdout] 187 | impl Pass for ByteSliceSignal {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 186 + use pictorus_traits::ByteSliceSignal;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 212) stdout ----
[INFO] [stdout] error: free function without a body
[INFO] [stdout]    --> src/lib.rs:213:1
[INFO] [stdout]     |
[INFO] [stdout] 213 | / fn process<'b>(
[INFO] [stdout] 214 | |     &'b mut self,
[INFO] [stdout] 215 | |     context: &dyn Context,
[INFO] [stdout] 216 | |     inputs: &DMatrix<f64>
[INFO] [stdout] 217 | | ) -> u8;
[INFO] [stdout]     | |        ^ help: provide a definition for the function: `{ <body> }`
[INFO] [stdout]     | |________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: `self` parameter is only allowed in associated functions
[INFO] [stdout]    --> src/lib.rs:214:5
[INFO] [stdout]     |
[INFO] [stdout] 214 |     &'b mut self,
[INFO] [stdout]     |     ^^^^^^^^^^^^ not semantically valid as function parameter
[INFO] [stdout]     |
[INFO] [stdout]     = note: associated functions are those in `impl` or `trait` definitions
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Context` in this scope
[INFO] [stdout]    --> src/lib.rs:215:19
[INFO] [stdout]     |
[INFO] [stdout] 215 |     context: &dyn Context,
[INFO] [stdout]     |                   ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 212 + use pictorus_traits::Context;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `DMatrix` in this scope
[INFO] [stdout]    --> src/lib.rs:216:14
[INFO] [stdout]     |
[INFO] [stdout] 216 |     inputs: &DMatrix<f64>
[INFO] [stdout]     |              ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 202) stdout ----
[INFO] [stdout] error: free function without a body
[INFO] [stdout]    --> src/lib.rs:203:1
[INFO] [stdout]     |
[INFO] [stdout] 203 | / fn process<'b>(
[INFO] [stdout] 204 | |     &'b mut self,
[INFO] [stdout] 205 | |     context: &dyn Context,
[INFO] [stdout] 206 | |     inputs: PassBy<'_, Self::Inputs>,
[INFO] [stdout] 207 | | ) -> PassBy<'b, Self::Output>;
[INFO] [stdout]     | |                              ^ help: provide a definition for the function: `{ <body> }`
[INFO] [stdout]     | |______________________________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: `self` parameter is only allowed in associated functions
[INFO] [stdout]    --> src/lib.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 |     &'b mut self,
[INFO] [stdout]     |     ^^^^^^^^^^^^ not semantically valid as function parameter
[INFO] [stdout]     |
[INFO] [stdout]     = note: associated functions are those in `impl` or `trait` definitions
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Context` in this scope
[INFO] [stdout]    --> src/lib.rs:205:19
[INFO] [stdout]     |
[INFO] [stdout] 205 |     context: &dyn Context,
[INFO] [stdout]     |                   ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 202 + use pictorus_traits::Context;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PassBy` in this scope
[INFO] [stdout]    --> src/lib.rs:206:13
[INFO] [stdout]     |
[INFO] [stdout] 206 |     inputs: PassBy<'_, Self::Inputs>,
[INFO] [stdout]     |             ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout] 202 + use pictorus_traits::PassBy;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PassBy` in this scope
[INFO] [stdout]    --> src/lib.rs:207:6
[INFO] [stdout]     |
[INFO] [stdout] 207 | ) -> PassBy<'b, Self::Output>;
[INFO] [stdout]     |      ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout] 202 + use pictorus_traits::PassBy;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: `Self` is only available in impls, traits, and type definitions
[INFO] [stdout]    --> src/lib.rs:206:24
[INFO] [stdout]     |
[INFO] [stdout] 206 |     inputs: PassBy<'_, Self::Inputs>,
[INFO] [stdout]     |                        ^^^^ `Self` is only available in impls, traits, and type definitions
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: `Self` is only available in impls, traits, and type definitions
[INFO] [stdout]    --> src/lib.rs:207:17
[INFO] [stdout]     |
[INFO] [stdout] 207 | ) -> PassBy<'b, Self::Output>;
[INFO] [stdout]     |                 ^^^^ `Self` is only available in impls, traits, and type definitions
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 154) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `Sealed` in this scope
[INFO] [stdout]    --> src/lib.rs:156:17
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub trait Pass: Sealed + 'static {
[INFO] [stdout]     |                 ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 224) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `Pass` in this scope
[INFO] [stdout]    --> src/lib.rs:225:15
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<A, B, C> Pass for (A, B, C)
[INFO] [stdout]     |               ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 224 + use pictorus_traits::Pass;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Pass` in this scope
[INFO] [stdout]    --> src/lib.rs:227:8
[INFO] [stdout]     |
[INFO] [stdout] 227 |     A: Pass,
[INFO] [stdout]     |        ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 224 + use pictorus_traits::Pass;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Pass` in this scope
[INFO] [stdout]    --> src/lib.rs:228:8
[INFO] [stdout]     |
[INFO] [stdout] 228 |     B: Pass,
[INFO] [stdout]     |        ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 224 + use pictorus_traits::Pass;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Pass` in this scope
[INFO] [stdout]    --> src/lib.rs:229:8
[INFO] [stdout]     |
[INFO] [stdout] 229 |     C: Pass,
[INFO] [stdout]     |        ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 224 + use pictorus_traits::Pass;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PassBy` in this scope
[INFO] [stdout]    --> src/lib.rs:231:20
[INFO] [stdout]     |
[INFO] [stdout] 231 |     type By<'a> = (PassBy<'a, A>, PassBy<'a, B>, PassBy<'a, C>);
[INFO] [stdout]     |                    ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout] 224 + use pictorus_traits::PassBy;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PassBy` in this scope
[INFO] [stdout]    --> src/lib.rs:231:35
[INFO] [stdout]     |
[INFO] [stdout] 231 |     type By<'a> = (PassBy<'a, A>, PassBy<'a, B>, PassBy<'a, C>);
[INFO] [stdout]     |                                   ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout] 224 + use pictorus_traits::PassBy;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PassBy` in this scope
[INFO] [stdout]    --> src/lib.rs:231:50
[INFO] [stdout]     |
[INFO] [stdout] 231 |     type By<'a> = (PassBy<'a, A>, PassBy<'a, B>, PassBy<'a, C>);
[INFO] [stdout]     |                                                  ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout] 224 + use pictorus_traits::PassBy;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 171) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `Pass` in this scope
[INFO] [stdout]    --> src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 | impl<T> Pass for T
[INFO] [stdout]     |         ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 171 + use pictorus_traits::Pass;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Scalar` in this scope
[INFO] [stdout]    --> src/lib.rs:174:8
[INFO] [stdout]     |
[INFO] [stdout] 174 |     T: Scalar,
[INFO] [stdout]     |        ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 171 + use pictorus_traits::Scalar;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 143) stdout ----
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]    --> src/lib.rs:144:28
[INFO] [stdout]     |
[INFO] [stdout] 144 | impl<A: Pass> Pass for (A){...}
[INFO] [stdout]     |                           -^^^- item list ends here
[INFO] [stdout]     |                           ||
[INFO] [stdout]     |                           |non-item starts here
[INFO] [stdout]     |                           item list starts here
[INFO] [stdout] 
[INFO] [stdout] error: non-item in item list
[INFO] [stdout]    --> src/lib.rs:145:40
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl<A: Pass, B: Pass> Pass for (A, B){...}
[INFO] [stdout]     |                                       -^^^- item list ends here
[INFO] [stdout]     |                                       ||
[INFO] [stdout]     |                                       |non-item starts here
[INFO] [stdout]     |                                       item list starts here
[INFO] [stdout] 
[INFO] [stdout] error: missing trait in a trait impl
[INFO] [stdout]    --> src/lib.rs:146:32
[INFO] [stdout]     |
[INFO] [stdout] 146 | impl<A: Pass, B: Pass, C: Pass> for (A, B, C) {...}
[INFO] [stdout]     |                                ^
[INFO] [stdout]     |
[INFO] [stdout] help: add a trait here
[INFO] [stdout]     |
[INFO] [stdout] 146 | impl<A: Pass, B: Pass, C: Pass> Trait for (A, B, C) {...}
[INFO] [stdout]     |                                 +++++
[INFO] [stdout] help: for an inherent impl, drop this `for`
[INFO] [stdout]     |
[INFO] [stdout] 146 - impl<A: Pass, B: Pass, C: Pass> for (A, B, C) {...}
[INFO] [stdout] 146 + impl<A: Pass, B: Pass, C: Pass> (A, B, C) {...}
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 164) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `Pass` in this scope
[INFO] [stdout]    --> src/lib.rs:165:32
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub type PassBy<'a, T> = <T as Pass>::By<'a>;
[INFO] [stdout]     |                                ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 164 + use pictorus_traits::Pass;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 258) stdout ----
[INFO] [stdout] error: comparison operators cannot be chained
[INFO] [stdout]    --> src/lib.rs:260:1
[INFO] [stdout]     |
[INFO] [stdout] 260 | <f32 as Promotion<u8>>::Output = f32
[INFO] [stdout]     | ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: use `::<...>` instead of `<...>` to specify lifetime, type, or const arguments
[INFO] [stdout]     |
[INFO] [stdout] 260 | ::<f32 as Promotion<u8>>::Output = f32
[INFO] [stdout]     | ++
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Promotion` in this scope
[INFO] [stdout]    --> src/lib.rs:259:8
[INFO] [stdout]     |
[INFO] [stdout] 259 | <u8 as Promotion<f32>>::Output = f32
[INFO] [stdout]     |        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 244) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `Scalar` in this scope
[INFO] [stdout]    --> src/lib.rs:245:24
[INFO] [stdout]     |
[INFO] [stdout] 245 | pub trait Promote<RHS: Scalar>: Scalar {
[INFO] [stdout]     |                        ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 244 + use pictorus_traits::Scalar;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Scalar` in this scope
[INFO] [stdout]    --> src/lib.rs:245:33
[INFO] [stdout]     |
[INFO] [stdout] 245 | pub trait Promote<RHS: Scalar>: Scalar {
[INFO] [stdout]     |                                 ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 244 + use pictorus_traits::Scalar;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Scalar` in this scope
[INFO] [stdout]    --> src/lib.rs:246:18
[INFO] [stdout]     |
[INFO] [stdout] 246 |     type Output: Scalar;
[INFO] [stdout]     |                  ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 244 + use pictorus_traits::Scalar;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 272) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `Apply` in this scope
[INFO] [stdout]    --> src/lib.rs:273:28
[INFO] [stdout]     |
[INFO] [stdout] 273 | impl<const N: usize, G, T> Apply<G> for [T; N]
[INFO] [stdout]     |                            ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Scalar` in this scope
[INFO] [stdout]    --> src/lib.rs:275:8
[INFO] [stdout]     |
[INFO] [stdout] 275 |     T: Scalar,
[INFO] [stdout]     |        ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 272 + use pictorus_traits::Scalar;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Promote` in this scope
[INFO] [stdout]    --> src/lib.rs:276:8
[INFO] [stdout]     |
[INFO] [stdout] 276 |     G: Promote<T>,
[INFO] [stdout]     |        ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 272 + use pictorus_traits::Promote;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Promotion` in this scope
[INFO] [stdout]    --> src/lib.rs:277:5
[INFO] [stdout]     |
[INFO] [stdout] 277 |     Promotion<G, T>: MulAssign,
[INFO] [stdout]     |     ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout] 272 + use pictorus_traits::Promotion;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `MulAssign` in this scope
[INFO] [stdout]    --> src/lib.rs:277:22
[INFO] [stdout]     |
[INFO] [stdout] 277 |     Promotion<G, T>: MulAssign,
[INFO] [stdout]     |                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 272 + use std::ops::MulAssign;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Promotion` in this scope
[INFO] [stdout]    --> src/lib.rs:279:20
[INFO] [stdout]     |
[INFO] [stdout] 279 |     type Output = [Promotion<G, T>; N];
[INFO] [stdout]     |                    ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout] 272 + use pictorus_traits::Promotion;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PassBy` in this scope
[INFO] [stdout]    --> src/lib.rs:283:16
[INFO] [stdout]     |
[INFO] [stdout] 283 |         input: PassBy<'_, Self>,
[INFO] [stdout]     |                ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout] 272 + use pictorus_traits::PassBy;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `PassBy` in this scope
[INFO] [stdout]    --> src/lib.rs:285:10
[INFO] [stdout]     |
[INFO] [stdout] 285 |     ) -> PassBy<'s, Self::Output> {
[INFO] [stdout]     |          ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]     |
[INFO] [stdout] 272 + use pictorus_traits::PassBy;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Promote` in this scope
[INFO] [stdout]    --> src/lib.rs:286:51
[INFO] [stdout]     |
[INFO] [stdout] 286 |         let output = store.insert(input.map(<G as Promote<T>>::promote_right));
[INFO] [stdout]     |                                                   ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 272 + use pictorus_traits::Promote;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Promote`
[INFO] [stdout]    --> src/lib.rs:287:20
[INFO] [stdout]     |
[INFO] [stdout] 287 |         let gain = Promote::promote_left(gain);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `Promote`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 272 + use pictorus_traits::Promote;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 143)
[INFO] [stdout]     src/lib.rs - (line 154)
[INFO] [stdout]     src/lib.rs - (line 164)
[INFO] [stdout]     src/lib.rs - (line 171)
[INFO] [stdout]     src/lib.rs - (line 186)
[INFO] [stdout]     src/lib.rs - (line 202)
[INFO] [stdout]     src/lib.rs - (line 212)
[INFO] [stdout]     src/lib.rs - (line 224)
[INFO] [stdout]     src/lib.rs - (line 244)
[INFO] [stdout]     src/lib.rs - (line 258)
[INFO] [stdout]     src/lib.rs - (line 272)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "e78fd196c1915b789a049df13752213f87d1a5313d42278f198b5174ce69d5e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e78fd196c1915b789a049df13752213f87d1a5313d42278f198b5174ce69d5e7", kill_on_drop: false }`
[INFO] [stdout] e78fd196c1915b789a049df13752213f87d1a5313d42278f198b5174ce69d5e7
