[INFO] fetching crate vert-macros 0.1.1... [INFO] testing vert-macros-0.1.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate vert-macros 0.1.1 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate vert-macros 0.1.1 [INFO] finished tweaking crates.io crate vert-macros 0.1.1 [INFO] tweaked toml for crates.io crate vert-macros 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate vert-macros 0.1.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9052c769065acdcb07f17d6b12216a764601602847554aa9b742b29d81d6b3ad [INFO] running `Command { std: "docker" "start" "-a" "9052c769065acdcb07f17d6b12216a764601602847554aa9b742b29d81d6b3ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9052c769065acdcb07f17d6b12216a764601602847554aa9b742b29d81d6b3ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9052c769065acdcb07f17d6b12216a764601602847554aa9b742b29d81d6b3ad", kill_on_drop: false }` [INFO] [stdout] 9052c769065acdcb07f17d6b12216a764601602847554aa9b742b29d81d6b3ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a427289fa9cd04614c5c6780076b8ec5813f8f48d65a306cb9cf16340b98b7ec [INFO] running `Command { std: "docker" "start" "-a" "a427289fa9cd04614c5c6780076b8ec5813f8f48d65a306cb9cf16340b98b7ec", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling vert-macros v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `parse_quote` [INFO] [stdout] --> src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use syn::{parse_quote, TypePath}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s [INFO] running `Command { std: "docker" "inspect" "a427289fa9cd04614c5c6780076b8ec5813f8f48d65a306cb9cf16340b98b7ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a427289fa9cd04614c5c6780076b8ec5813f8f48d65a306cb9cf16340b98b7ec", kill_on_drop: false }` [INFO] [stdout] a427289fa9cd04614c5c6780076b8ec5813f8f48d65a306cb9cf16340b98b7ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f1cef1ec2a703b03f7ad0736e1f0abc68ff9cf0b12ef639692551ab2cf1eb1ce [INFO] running `Command { std: "docker" "start" "-a" "f1cef1ec2a703b03f7ad0736e1f0abc68ff9cf0b12ef639692551ab2cf1eb1ce", kill_on_drop: false }` [INFO] [stderr] Compiling vert-macros v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `parse_quote` [INFO] [stdout] --> src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use syn::{parse_quote, TypePath}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `parse_quote` [INFO] [stdout] --> src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use syn::{parse_quote, TypePath}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "f1cef1ec2a703b03f7ad0736e1f0abc68ff9cf0b12ef639692551ab2cf1eb1ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1cef1ec2a703b03f7ad0736e1f0abc68ff9cf0b12ef639692551ab2cf1eb1ce", kill_on_drop: false }` [INFO] [stdout] f1cef1ec2a703b03f7ad0736e1f0abc68ff9cf0b12ef639692551ab2cf1eb1ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4f1617a60ba3a326d70088b179d9b7b4f1cb0f5808496f7bdbacfde155de49f2 [INFO] running `Command { std: "docker" "start" "-a" "4f1617a60ba3a326d70088b179d9b7b4f1cb0f5808496f7bdbacfde155de49f2", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `parse_quote` [INFO] [stderr] --> src/lib.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | use syn::{parse_quote, TypePath}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `vert-macros` (lib) generated 1 warning (run `cargo fix --lib -p vert-macros` to apply 1 suggestion) [INFO] [stderr] warning: `vert-macros` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vert_macros-d7b9fc2c6b0a6e7d) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests vert_macros [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] warning: unknown attribute `no-run` [INFO] [stderr] --> src/lib.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / /// [INFO] [stderr] 6 | | /// A struct like this: [INFO] [stderr] 7 | | /// ```rust,no-run [INFO] [stderr] 8 | | /// pub struct RendererDependencies { [INFO] [stderr] ... | [INFO] [stderr] 39 | | /// } [INFO] [stderr] 40 | | /// ``` [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = help: use `no_run` to compile, but not run, the code sample during testing [INFO] [stderr] = help: this code block may be skipped during testing, because unknown attributes are treated as markers for code samples written in other programming languages, unless it is also explicitly marked as `rust` [INFO] [stderr] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unknown attribute `no-run` [INFO] [stderr] --> src/lib.rs:148:1 [INFO] [stderr] | [INFO] [stderr] 148 | / /// Derives the Lerp trait for a struct where each field implements Lerp. [INFO] [stderr] 149 | | /// For example the Struct: [INFO] [stderr] 150 | | /// ```rust,no-run [INFO] [stderr] 151 | | /// struct Color{ [INFO] [stderr] ... | [INFO] [stderr] 171 | | /// [INFO] [stderr] 172 | | /// Don't use this Derive Macro if the fields should not be lerped independently. [INFO] [stderr] | |_________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = help: use `no_run` to compile, but not run, the code sample during testing [INFO] [stderr] = help: this code block may be skipped during testing, because unknown attributes are treated as markers for code samples written in other programming languages, unless it is also explicitly marked as `rust` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - derive_lerp (line 160) ... FAILED [INFO] [stdout] test src/lib.rs - derive_dependencies (line 14) ... FAILED [INFO] [stdout] test src/lib.rs - derive_dependencies (line 7) ... FAILED [INFO] [stdout] test src/lib.rs - derive_lerp (line 150) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - derive_lerp (line 160) stdout ---- [INFO] [stdout] error[E0405]: cannot find trait `Lerp` in this scope [INFO] [stdout] --> src/lib.rs:161:6 [INFO] [stdout] | [INFO] [stdout] 3 | impl Lerp for Color{ [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Color` in this scope [INFO] [stdout] --> src/lib.rs:161:15 [INFO] [stdout] | [INFO] [stdout] 3 | impl Lerp for Color{ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Color` in this scope [INFO] [stdout] --> src/lib.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 5 | Color { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0422. [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - derive_dependencies (line 14) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `app` in the crate root [INFO] [stdout] --> src/lib.rs:16:33 [INFO] [stdout] | [INFO] [stdout] 4 | fn type_ids() -> Vec { [INFO] [stdout] | ^^^ could not find `app` in the crate root [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `app` in the crate root [INFO] [stdout] --> src/lib.rs:22:44 [INFO] [stdout] | [INFO] [stdout] 10 | fn from_untyped_handles(ptrs: &[crate::app::UntypedHandle]) -> Self { [INFO] [stdout] | ^^^ could not find `app` in the crate root [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Dependencies` in this scope [INFO] [stdout] --> src/lib.rs:15:6 [INFO] [stdout] | [INFO] [stdout] 3 | impl Dependencies for RendererDependencies { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RendererDependencies` in this scope [INFO] [stdout] --> src/lib.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 3 | impl Dependencies for RendererDependencies { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `alloc` in the list of imported crates [INFO] [stdout] --> src/lib.rs:17:25 [INFO] [stdout] | [INFO] [stdout] 5 | let mut ids = ::alloc::vec::Vec::new(); [INFO] [stdout] | ^^^^^ could not find `alloc` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use std::vec::Vec; [INFO] [stdout] | [INFO] [stdout] help: if you import `Vec`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 5 - let mut ids = ::alloc::vec::Vec::new(); [INFO] [stdout] 5 + let mut ids = Vec::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Dependencies` in this scope [INFO] [stdout] --> src/lib.rs:18:42 [INFO] [stdout] | [INFO] [stdout] 6 | ids.extend( as Dependencies>::type_ids()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Handle` in this scope [INFO] [stdout] --> src/lib.rs:18:21 [INFO] [stdout] | [INFO] [stdout] 6 | ids.extend( as Dependencies>::type_ids()); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scheduler` in this scope [INFO] [stdout] --> src/lib.rs:18:28 [INFO] [stdout] | [INFO] [stdout] 6 | ids.extend( as Dependencies>::type_ids()); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 3 | impl Dependencies for RendererDependencies { [INFO] [stdout] | +++++++++++ [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Dependencies` in this scope [INFO] [stdout] --> src/lib.rs:19:48 [INFO] [stdout] | [INFO] [stdout] 7 | ids.extend( as Dependencies>::type_ids()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Handle` in this scope [INFO] [stdout] --> src/lib.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 7 | ids.extend( as Dependencies>::type_ids()); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GraphicsContext` in this scope [INFO] [stdout] --> src/lib.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 7 | ids.extend( as Dependencies>::type_ids()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 3 | impl Dependencies for RendererDependencies { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Dependencies` in this scope [INFO] [stdout] --> src/lib.rs:24:41 [INFO] [stdout] | [INFO] [stdout] 12 | let ids = as Dependencies>::type_ids(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Handle` in this scope [INFO] [stdout] --> src/lib.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 12 | let ids = as Dependencies>::type_ids(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scheduler` in this scope [INFO] [stdout] --> src/lib.rs:24:27 [INFO] [stdout] | [INFO] [stdout] 12 | let ids = as Dependencies>::type_ids(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 3 | impl Dependencies for RendererDependencies { [INFO] [stdout] | +++++++++++ [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Dependencies` in this scope [INFO] [stdout] --> src/lib.rs:27:47 [INFO] [stdout] | [INFO] [stdout] 15 | let ids = as Dependencies>::type_ids(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Handle` in this scope [INFO] [stdout] --> src/lib.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 15 | let ids = as Dependencies>::type_ids(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GraphicsContext` in this scope [INFO] [stdout] --> src/lib.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 15 | let ids = as Dependencies>::type_ids(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 3 | impl Dependencies for RendererDependencies { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Dependencies` in this scope [INFO] [stdout] --> src/lib.rs:33:18 [INFO] [stdout] | [INFO] [stdout] 21 | > as Dependencies>::from_untyped_handles(&ptrs[range_0]), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Handle` in this scope [INFO] [stdout] --> src/lib.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 19 | scheduler: src/lib.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 20 | Scheduler, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 3 | impl Dependencies for RendererDependencies { [INFO] [stdout] | +++++++++++ [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Dependencies` in this scope [INFO] [stdout] --> src/lib.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 24 | > as Dependencies>::from_untyped_handles(&ptrs[range_1]), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Handle` in this scope [INFO] [stdout] --> src/lib.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 22 | graphics: src/lib.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 23 | GraphicsContext, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 3 | impl Dependencies for RendererDependencies { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, 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 - derive_dependencies (line 7) stdout ---- [INFO] [stdout] error[E0412]: cannot find type `Handle` in this scope [INFO] [stdout] --> src/lib.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 4 | scheduler: Handle, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scheduler` in this scope [INFO] [stdout] --> src/lib.rs:9:23 [INFO] [stdout] | [INFO] [stdout] 4 | scheduler: Handle, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 3 | pub struct RendererDependencies { [INFO] [stdout] | +++++++++++ [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Handle` in this scope [INFO] [stdout] --> src/lib.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 5 | graphics: Handle, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GraphicsContext` in this scope [INFO] [stdout] --> src/lib.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 5 | graphics: Handle, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 3 | pub struct RendererDependencies { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - derive_dependencies (line 14) [INFO] [stdout] src/lib.rs - derive_dependencies (line 7) [INFO] [stdout] src/lib.rs - derive_lerp (line 160) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "4f1617a60ba3a326d70088b179d9b7b4f1cb0f5808496f7bdbacfde155de49f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f1617a60ba3a326d70088b179d9b7b4f1cb0f5808496f7bdbacfde155de49f2", kill_on_drop: false }` [INFO] [stdout] 4f1617a60ba3a326d70088b179d9b7b4f1cb0f5808496f7bdbacfde155de49f2