[INFO] fetching crate eko-gc 0.0.2...
[INFO] testing eko-gc-0.0.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate eko-gc 0.0.2 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate eko-gc 0.0.2
[INFO] finished tweaking crates.io crate eko-gc 0.0.2
[INFO] tweaked toml for crates.io crate eko-gc 0.0.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate eko-gc 0.0.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6b15336fd40c1044c27107d9ff61466547608f30a16836f7877bbabd650a70ac
[INFO] running `Command { std: "docker" "start" "-a" "6b15336fd40c1044c27107d9ff61466547608f30a16836f7877bbabd650a70ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b15336fd40c1044c27107d9ff61466547608f30a16836f7877bbabd650a70ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b15336fd40c1044c27107d9ff61466547608f30a16836f7877bbabd650a70ac", kill_on_drop: false }`
[INFO] [stdout] 6b15336fd40c1044c27107d9ff61466547608f30a16836f7877bbabd650a70ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b16ae87d52110de75f0e75649fa3eb1913d6edb6a301a1acbb12cb5b062aaf7
[INFO] running `Command { std: "docker" "start" "-a" "3b16ae87d52110de75f0e75649fa3eb1913d6edb6a301a1acbb12cb5b062aaf7", kill_on_drop: false }`
[INFO] [stderr]    Compiling eko-gc v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/gc_arena.rs:42:47
[INFO] [stdout]    |
[INFO] [stdout] 42 |   pub(crate) boxes: Option<NonNull<GcBox<'gc, Trace>>>,
[INFO] [stdout]    |                                               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 42 |   pub(crate) boxes: Option<NonNull<GcBox<'gc, dyn Trace>>>,
[INFO] [stdout]    |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/gc_box.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |   pub(crate) next: Option<NonNull<GcBox<'gc, Trace>>>,
[INFO] [stdout]    |                                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 |   pub(crate) next: Option<NonNull<GcBox<'gc, dyn Trace>>>,
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/gc_arena.rs:74:28
[INFO] [stdout]    |
[INFO] [stdout] 74 |         let gc_box: &GcBox<Trace> = unsafe { gc_box_ptr.as_ref() };
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 74 |         let gc_box: &GcBox<dyn Trace> = unsafe { gc_box_ptr.as_ref() };
[INFO] [stdout]    |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/gc_arena.rs:82:38
[INFO] [stdout]    |
[INFO] [stdout] 82 |     let mut unmarked: Vec<*mut GcBox<Trace>> = Vec::new();
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 82 |     let mut unmarked: Vec<*mut GcBox<dyn Trace>> = Vec::new();
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gc.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |   fn inner(&self) -> &GcBox<T>;
[INFO] [stdout]    |            ^^^^^     ^^^^^^^^^
[INFO] [stdout]    |            |         ||
[INFO] [stdout]    |            |         |the same lifetime is hidden here
[INFO] [stdout]    |            |         the same lifetime is elided here
[INFO] [stdout]    |            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |   fn inner(&self) -> &GcBox<'_, T>;
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gc.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 |   fn inner(&self) -> &GcBox<T> {
[INFO] [stdout]    |            ^^^^^     ^^^^^^^^^
[INFO] [stdout]    |            |         ||
[INFO] [stdout]    |            |         |the same lifetime is hidden here
[INFO] [stdout]    |            |         the same lifetime is elided here
[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] 39 |   fn inner(&self) -> &GcBox<'_, T> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gc_ref_cell.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |   pub fn borrow(&self) -> GcRef<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] 21 |   pub fn borrow(&self) -> GcRef<'_, T> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gc_ref_cell.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |   pub fn borrow_mut(&self) -> GcRefMut<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] 27 |   pub fn borrow_mut(&self) -> GcRefMut<'_, T> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] running `Command { std: "docker" "inspect" "3b16ae87d52110de75f0e75649fa3eb1913d6edb6a301a1acbb12cb5b062aaf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b16ae87d52110de75f0e75649fa3eb1913d6edb6a301a1acbb12cb5b062aaf7", kill_on_drop: false }`
[INFO] [stdout] 3b16ae87d52110de75f0e75649fa3eb1913d6edb6a301a1acbb12cb5b062aaf7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fd183e866178b66726df14ee246a31a9be5e5183f8d476dda9ab2adac42d13be
[INFO] running `Command { std: "docker" "start" "-a" "fd183e866178b66726df14ee246a31a9be5e5183f8d476dda9ab2adac42d13be", kill_on_drop: false }`
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/gc_arena.rs:42:47
[INFO] [stdout]    |
[INFO] [stdout] 42 |   pub(crate) boxes: Option<NonNull<GcBox<'gc, Trace>>>,
[INFO] [stdout]    |                                               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 42 |   pub(crate) boxes: Option<NonNull<GcBox<'gc, dyn Trace>>>,
[INFO] [stdout]    |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/gc_box.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |   pub(crate) next: Option<NonNull<GcBox<'gc, Trace>>>,
[INFO] [stdout]    |                                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 |   pub(crate) next: Option<NonNull<GcBox<'gc, dyn Trace>>>,
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/gc_arena.rs:74:28
[INFO] [stdout]    |
[INFO] [stdout] 74 |         let gc_box: &GcBox<Trace> = unsafe { gc_box_ptr.as_ref() };
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 74 |         let gc_box: &GcBox<dyn Trace> = unsafe { gc_box_ptr.as_ref() };
[INFO] [stdout]    |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/gc_arena.rs:82:38
[INFO] [stdout]    |
[INFO] [stdout] 82 |     let mut unmarked: Vec<*mut GcBox<Trace>> = Vec::new();
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 82 |     let mut unmarked: Vec<*mut GcBox<dyn Trace>> = Vec::new();
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gc.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |   fn inner(&self) -> &GcBox<T>;
[INFO] [stdout]    |            ^^^^^     ^^^^^^^^^
[INFO] [stdout]    |            |         ||
[INFO] [stdout]    |            |         |the same lifetime is hidden here
[INFO] [stdout]    |            |         the same lifetime is elided here
[INFO] [stdout]    |            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |   fn inner(&self) -> &GcBox<'_, T>;
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gc.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 |   fn inner(&self) -> &GcBox<T> {
[INFO] [stdout]    |            ^^^^^     ^^^^^^^^^
[INFO] [stdout]    |            |         ||
[INFO] [stdout]    |            |         |the same lifetime is hidden here
[INFO] [stdout]    |            |         the same lifetime is elided here
[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] 39 |   fn inner(&self) -> &GcBox<'_, T> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gc_ref_cell.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |   pub fn borrow(&self) -> GcRef<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] 21 |   pub fn borrow(&self) -> GcRef<'_, T> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gc_ref_cell.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |   pub fn borrow_mut(&self) -> GcRefMut<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] 27 |   pub fn borrow_mut(&self) -> GcRefMut<'_, T> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling eko-gc v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/gc_arena.rs:42:47
[INFO] [stdout]    |
[INFO] [stdout] 42 |   pub(crate) boxes: Option<NonNull<GcBox<'gc, Trace>>>,
[INFO] [stdout]    |                                               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 42 |   pub(crate) boxes: Option<NonNull<GcBox<'gc, dyn Trace>>>,
[INFO] [stdout]    |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/gc_box.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |   pub(crate) next: Option<NonNull<GcBox<'gc, Trace>>>,
[INFO] [stdout]    |                                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 |   pub(crate) next: Option<NonNull<GcBox<'gc, dyn Trace>>>,
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/gc_arena.rs:74:28
[INFO] [stdout]    |
[INFO] [stdout] 74 |         let gc_box: &GcBox<Trace> = unsafe { gc_box_ptr.as_ref() };
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 74 |         let gc_box: &GcBox<dyn Trace> = unsafe { gc_box_ptr.as_ref() };
[INFO] [stdout]    |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/gc_arena.rs:82:38
[INFO] [stdout]    |
[INFO] [stdout] 82 |     let mut unmarked: Vec<*mut GcBox<Trace>> = Vec::new();
[INFO] [stdout]    |                                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 82 |     let mut unmarked: Vec<*mut GcBox<dyn Trace>> = Vec::new();
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gc.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |   fn inner(&self) -> &GcBox<T>;
[INFO] [stdout]    |            ^^^^^     ^^^^^^^^^
[INFO] [stdout]    |            |         ||
[INFO] [stdout]    |            |         |the same lifetime is hidden here
[INFO] [stdout]    |            |         the same lifetime is elided here
[INFO] [stdout]    |            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |   fn inner(&self) -> &GcBox<'_, T>;
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gc.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 |   fn inner(&self) -> &GcBox<T> {
[INFO] [stdout]    |            ^^^^^     ^^^^^^^^^
[INFO] [stdout]    |            |         ||
[INFO] [stdout]    |            |         |the same lifetime is hidden here
[INFO] [stdout]    |            |         the same lifetime is elided here
[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] 39 |   fn inner(&self) -> &GcBox<'_, T> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gc_ref_cell.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |   pub fn borrow(&self) -> GcRef<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] 21 |   pub fn borrow(&self) -> GcRef<'_, T> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gc_ref_cell.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |   pub fn borrow_mut(&self) -> GcRefMut<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] 27 |   pub fn borrow_mut(&self) -> GcRefMut<'_, T> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.63s
[INFO] running `Command { std: "docker" "inspect" "fd183e866178b66726df14ee246a31a9be5e5183f8d476dda9ab2adac42d13be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd183e866178b66726df14ee246a31a9be5e5183f8d476dda9ab2adac42d13be", kill_on_drop: false }`
[INFO] [stdout] fd183e866178b66726df14ee246a31a9be5e5183f8d476dda9ab2adac42d13be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1351f028cda5487e67a8887e7f53d9071e18b0084afc92f1c6452e8c707373e9
[INFO] running `Command { std: "docker" "start" "-a" "1351f028cda5487e67a8887e7f53d9071e18b0084afc92f1c6452e8c707373e9", kill_on_drop: false }`
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] 
[INFO] [stderr]   --> src/gc_arena.rs:42:47
[INFO] [stdout] running 0 tests
[INFO] [stderr]    |
[INFO] [stdout] 
[INFO] [stderr] 42 |   pub(crate) boxes: Option<NonNull<GcBox<'gc, Trace>>>,
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    |                                               ^^^^^
[INFO] [stdout] 
[INFO] [stderr]    |
[INFO] [stdout] 
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout] running 5 tests
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] test gc ... ok
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] test gc_circular ... ok
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout] test gc_ref ... ok
[INFO] [stderr]    |
[INFO] [stdout] test gc_simple ... ok
[INFO] [stderr] 42 |   pub(crate) boxes: Option<NonNull<GcBox<'gc, dyn Trace>>>,
[INFO] [stdout] test gc_tree ... ok
[INFO] [stderr]    |                                               +++
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] 
[INFO] [stderr]   --> src/gc_box.rs:22:46
[INFO] [stderr]    |
[INFO] [stderr] 22 |   pub(crate) next: Option<NonNull<GcBox<'gc, Trace>>>,
[INFO] [stderr]    |                                              ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 22 |   pub(crate) next: Option<NonNull<GcBox<'gc, dyn Trace>>>,
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/gc_arena.rs:74:28
[INFO] [stderr]    |
[INFO] [stderr] 74 |         let gc_box: &GcBox<Trace> = unsafe { gc_box_ptr.as_ref() };
[INFO] [stderr]    |                            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 74 |         let gc_box: &GcBox<dyn Trace> = unsafe { gc_box_ptr.as_ref() };
[INFO] [stderr]    |                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/gc_arena.rs:82:38
[INFO] [stderr]    |
[INFO] [stderr] 82 |     let mut unmarked: Vec<*mut GcBox<Trace>> = Vec::new();
[INFO] [stderr]    |                                      ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 82 |     let mut unmarked: Vec<*mut GcBox<dyn Trace>> = Vec::new();
[INFO] [stderr]    |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/gc.rs:35:12
[INFO] [stderr]    |
[INFO] [stderr] 35 |   fn inner(&self) -> &GcBox<T>;
[INFO] [stderr]    |            ^^^^^     ^^^^^^^^^
[INFO] [stderr]    |            |         ||
[INFO] [stderr]    |            |         |the same lifetime is hidden here
[INFO] [stderr]    |            |         the same lifetime is elided here
[INFO] [stderr]    |            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 35 |   fn inner(&self) -> &GcBox<'_, T>;
[INFO] [stderr]    |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/gc.rs:39:12
[INFO] [stderr]    |
[INFO] [stderr] 39 |   fn inner(&self) -> &GcBox<T> {
[INFO] [stderr]    |            ^^^^^     ^^^^^^^^^
[INFO] [stderr]    |            |         ||
[INFO] [stderr]    |            |         |the same lifetime is hidden here
[INFO] [stderr]    |            |         the same lifetime is elided here
[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] 39 |   fn inner(&self) -> &GcBox<'_, T> {
[INFO] [stderr]    |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/gc_ref_cell.rs:21:17
[INFO] [stderr]    |
[INFO] [stderr] 21 |   pub fn borrow(&self) -> GcRef<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] 21 |   pub fn borrow(&self) -> GcRef<'_, T> {
[INFO] [stderr]    |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/gc_ref_cell.rs:27:21
[INFO] [stderr]    |
[INFO] [stderr] 27 |   pub fn borrow_mut(&self) -> GcRefMut<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] 27 |   pub fn borrow_mut(&self) -> GcRefMut<'_, T> {
[INFO] [stderr]    |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: `eko-gc` (lib) generated 8 warnings (run `cargo fix --lib -p eko-gc` to apply 8 suggestions)
[INFO] [stderr] warning: `eko-gc` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/eko_gc-9686d2bb748c950f)
[INFO] [stderr]      Running tests/gc.rs (/opt/rustwide/target/debug/deps/gc-d0091dc6c1dc6eb0)
[INFO] [stderr]    Doc-tests eko_gc
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - Gc (line 5) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - Gc (line 28) - compile fail ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1351f028cda5487e67a8887e7f53d9071e18b0084afc92f1c6452e8c707373e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1351f028cda5487e67a8887e7f53d9071e18b0084afc92f1c6452e8c707373e9", kill_on_drop: false }`
[INFO] [stdout] 1351f028cda5487e67a8887e7f53d9071e18b0084afc92f1c6452e8c707373e9
