[INFO] fetching crate zerogc-derive 0.2.0-alpha.3... [INFO] checking zerogc-derive-0.2.0-alpha.3 against try#ddfd70ee3c3748e597b32f416b0d15a4f6e37685 for pr-87050 [INFO] extracting crate zerogc-derive 0.2.0-alpha.3 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate zerogc-derive 0.2.0-alpha.3 on toolchain ddfd70ee3c3748e597b32f416b0d15a4f6e37685 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate zerogc-derive 0.2.0-alpha.3 [INFO] finished tweaking crates.io crate zerogc-derive 0.2.0-alpha.3 [INFO] tweaked toml for crates.io crate zerogc-derive 0.2.0-alpha.3 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded zerogc-derive v0.2.0-alpha.4 [INFO] [stderr] Downloaded zerogc v0.2.0-alpha.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5ec4a1b4ed2259b1399b64ce33633510d1f87346b8b08201f0c2fa0b27748d9e [INFO] running `Command { std: "docker" "start" "-a" "5ec4a1b4ed2259b1399b64ce33633510d1f87346b8b08201f0c2fa0b27748d9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ec4a1b4ed2259b1399b64ce33633510d1f87346b8b08201f0c2fa0b27748d9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ec4a1b4ed2259b1399b64ce33633510d1f87346b8b08201f0c2fa0b27748d9e", kill_on_drop: false }` [INFO] [stdout] 5ec4a1b4ed2259b1399b64ce33633510d1f87346b8b08201f0c2fa0b27748d9e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2f2a40410799d15d1d84f155fe16f0d479b9f2b2d95d7a3156232ae01e11ed21 [INFO] running `Command { std: "docker" "start" "-a" "2f2a40410799d15d1d84f155fe16f0d479b9f2b2d95d7a3156232ae01e11ed21", kill_on_drop: false }` [INFO] [stderr] Checking unicode-xid v0.2.2 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Checking proc-macro2 v1.0.27 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking zerogc-derive v0.2.0-alpha.3 (/opt/rustwide/workdir) [INFO] [stderr] Compiling zerogc-derive v0.2.0-alpha.4 [INFO] [stderr] Checking zerogc v0.2.0-alpha.4 [INFO] [stdout] error[E0438]: const `NEEDS_DROP` is not a member of trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Trace)] [INFO] [stdout] | ^^^^^ not a member of trait `zerogc::GcSafe` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `NEEDS_DROP` is not a member of trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Trace)] [INFO] [stdout] | ^^^^^ not a member of trait `zerogc::GcSafe` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `NEEDS_DROP` is not a member of trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Trace)] [INFO] [stdout] | ^^^^^ not a member of trait `zerogc::GcSafe` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `NEEDS_DROP` is not a member of trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:29:23 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Copy, Clone, Trace)] [INFO] [stdout] | ^^^^^ not a member of trait `zerogc::GcSafe` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `NEEDS_DROP` is not a member of trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 58 | #[derive(Trace)] [INFO] [stdout] | ^^^^^ not a member of trait `zerogc::GcSafe` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `NEEDS_DROP` is not a member of trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | #[derive(NullTrace)] [INFO] [stdout] | ^^^^^^^^^ not a member of trait `zerogc::GcSafe` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `NullTrace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `NEEDS_DROP` is not a member of trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Trace)] [INFO] [stdout] | ^^^^^ not a member of trait `zerogc::GcSafe` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `NEEDS_DROP` is not a member of trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | #[derive(Trace)] [INFO] [stdout] | ^^^^^ not a member of trait `zerogc::GcSafe` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | gc: Gc<'gc, i32, DummyCollectorId>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | rec: Gc<'gc, SpecificCollector<'gc>, DummyCollectorId> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | parent: Option, Id>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:16:15 [INFO] [stdout] | [INFO] [stdout] 16 | children: Vec, Id>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | value: String [INFO] [stdout] | ^^^^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | val: i32, [INFO] [stdout] | ^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:63:8 [INFO] [stdout] | [INFO] [stdout] 63 | s: &'static str, [INFO] [stdout] | ^^^^^^^^^^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:64:8 [INFO] [stdout] | [INFO] [stdout] 64 | f: f32 [INFO] [stdout] | ^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `GcSafe` [INFO] [stdout] --> tests/basic.rs:75:41 [INFO] [stdout] | [INFO] [stdout] 75 | assert!( as GcSafe>::NEEDS_DROP); [INFO] [stdout] | ^^^^^^^^^^ not found in `GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:81:8 [INFO] [stdout] | [INFO] [stdout] 81 | s: String, [INFO] [stdout] | ^^^^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:82:8 [INFO] [stdout] | [INFO] [stdout] 82 | i: i32, [INFO] [stdout] | ^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | wow: Box [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:90:8 [INFO] [stdout] | [INFO] [stdout] 90 | s: &'static str, [INFO] [stdout] | ^^^^^^^^^^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:91:8 [INFO] [stdout] | [INFO] [stdout] 91 | i: i32, [INFO] [stdout] | ^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:100:8 [INFO] [stdout] | [INFO] [stdout] 100 | s: String, [INFO] [stdout] | ^^^^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:101:8 [INFO] [stdout] | [INFO] [stdout] 101 | i: i32, [INFO] [stdout] | ^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | wow: Box, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | other: &'a LifetimeTrace<'a, T>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `zerogc::GcSafe` [INFO] [stdout] --> tests/basic.rs:104:14 [INFO] [stdout] | [INFO] [stdout] 104 | generic: Box [INFO] [stdout] | ^^^^^^ not found in `zerogc::GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `GcSafe` [INFO] [stdout] --> tests/basic.rs:117:64 [INFO] [stdout] | [INFO] [stdout] 117 | assert!( as GcSafe>::NEEDS_DROP); [INFO] [stdout] | ^^^^^^^^^^ not found in `GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `GcSafe` [INFO] [stdout] --> tests/basic.rs:118:69 [INFO] [stdout] | [INFO] [stdout] 118 | assert!(! as GcSafe>::NEEDS_DROP); [INFO] [stdout] | ^^^^^^^^^^ not found in `GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `GcSafe` [INFO] [stdout] --> tests/basic.rs:134:46 [INFO] [stdout] | [INFO] [stdout] 134 | assert!(! as GcSafe>::NEEDS_DROP); [INFO] [stdout] | ^^^^^^^^^^ not found in `GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0576]: cannot find method or associated constant `NEEDS_DROP` in trait `GcSafe` [INFO] [stdout] --> tests/basic.rs:143:49 [INFO] [stdout] | [INFO] [stdout] 143 | assert!(!::NEEDS_DROP); [INFO] [stdout] | ^^^^^^^^^^ not found in `GcSafe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `NEEDS_DROP`, `visit_inside_gc` [INFO] [stdout] --> tests/basic.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Trace)] [INFO] [stdout] | ^^^^^ missing `NEEDS_DROP`, `visit_inside_gc` in implementation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `const NEEDS_DROP: bool = true;` [INFO] [stdout] = help: implement the missing item: `unsafe fn visit_inside_gc(_: &mut Gc<'gc, Self, Id>, _: &mut V) -> Result<(), ::Err> where V: GcVisitor, Id: CollectorId, Self: GcSafe { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `NEEDS_DROP`, `visit_inside_gc` [INFO] [stdout] --> tests/basic.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Trace)] [INFO] [stdout] | ^^^^^ missing `NEEDS_DROP`, `visit_inside_gc` in implementation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `const NEEDS_DROP: bool = true;` [INFO] [stdout] = help: implement the missing item: `unsafe fn visit_inside_gc(_: &mut Gc<'gc, Self, Id>, _: &mut V) -> Result<(), ::Err> where V: GcVisitor, Id: CollectorId, Self: GcSafe { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `NEEDS_DROP`, `visit_inside_gc` [INFO] [stdout] --> tests/basic.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Trace)] [INFO] [stdout] | ^^^^^ missing `NEEDS_DROP`, `visit_inside_gc` in implementation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `const NEEDS_DROP: bool = true;` [INFO] [stdout] = help: implement the missing item: `unsafe fn visit_inside_gc(_: &mut Gc<'gc, Self, Id>, _: &mut V) -> Result<(), ::Err> where V: GcVisitor, Id: CollectorId, Self: GcSafe { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `NEEDS_DROP`, `visit_inside_gc` [INFO] [stdout] --> tests/basic.rs:29:23 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Copy, Clone, Trace)] [INFO] [stdout] | ^^^^^ missing `NEEDS_DROP`, `visit_inside_gc` in implementation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `const NEEDS_DROP: bool = true;` [INFO] [stdout] = help: implement the missing item: `unsafe fn visit_inside_gc(_: &mut Gc<'gc, Self, Id>, _: &mut V) -> Result<(), ::Err> where V: GcVisitor, Id: CollectorId, Self: GcSafe { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `NEEDS_DROP`, `visit_inside_gc` [INFO] [stdout] --> tests/basic.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 58 | #[derive(Trace)] [INFO] [stdout] | ^^^^^ missing `NEEDS_DROP`, `visit_inside_gc` in implementation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `const NEEDS_DROP: bool = true;` [INFO] [stdout] = help: implement the missing item: `unsafe fn visit_inside_gc(_: &mut Gc<'gc, Self, Id>, _: &mut V) -> Result<(), ::Err> where V: GcVisitor, Id: CollectorId, Self: GcSafe { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `NEEDS_DROP`, `visit_inside_gc` [INFO] [stdout] --> tests/basic.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | #[derive(NullTrace)] [INFO] [stdout] | ^^^^^^^^^ missing `NEEDS_DROP`, `visit_inside_gc` in implementation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `NullTrace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `const NEEDS_DROP: bool = true;` [INFO] [stdout] = help: implement the missing item: `unsafe fn visit_inside_gc(_: &mut Gc<'gc, Self, Id>, _: &mut V) -> Result<(), ::Err> where V: GcVisitor, Id: CollectorId, Self: GcSafe { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `NEEDS_DROP`, `visit_inside_gc` [INFO] [stdout] --> tests/basic.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | #[derive(Trace)] [INFO] [stdout] | ^^^^^ missing `NEEDS_DROP`, `visit_inside_gc` in implementation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `const NEEDS_DROP: bool = true;` [INFO] [stdout] = help: implement the missing item: `unsafe fn visit_inside_gc(_: &mut Gc<'gc, Self, Id>, _: &mut V) -> Result<(), ::Err> where V: GcVisitor, Id: CollectorId, Self: GcSafe { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `NEEDS_DROP`, `visit_inside_gc` [INFO] [stdout] --> tests/basic.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | #[derive(Trace)] [INFO] [stdout] | ^^^^^ missing `NEEDS_DROP`, `visit_inside_gc` in implementation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `const NEEDS_DROP: bool = true;` [INFO] [stdout] = help: implement the missing item: `unsafe fn visit_inside_gc(_: &mut Gc<'gc, Self, Id>, _: &mut V) -> Result<(), ::Err> where V: GcVisitor, Id: CollectorId, Self: GcSafe { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 39 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0438, E0576. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: could not compile `zerogc-derive` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2f2a40410799d15d1d84f155fe16f0d479b9f2b2d95d7a3156232ae01e11ed21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f2a40410799d15d1d84f155fe16f0d479b9f2b2d95d7a3156232ae01e11ed21", kill_on_drop: false }` [INFO] [stdout] 2f2a40410799d15d1d84f155fe16f0d479b9f2b2d95d7a3156232ae01e11ed21