[INFO] fetching crate monkeys 0.1.0...
[INFO] checking monkeys-0.1.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate monkeys 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate monkeys 0.1.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate monkeys 0.1.0
[INFO] finished tweaking crates.io crate monkeys 0.1.0
[INFO] tweaked toml for crates.io crate monkeys 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded context v1.0.1
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c7882d4ef14681ff638c5d3dc12a1753054a30fbaf899edf4a931b545c942361
[INFO] running `Command { std: "docker" "start" "-a" "c7882d4ef14681ff638c5d3dc12a1753054a30fbaf899edf4a931b545c942361", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c7882d4ef14681ff638c5d3dc12a1753054a30fbaf899edf4a931b545c942361", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7882d4ef14681ff638c5d3dc12a1753054a30fbaf899edf4a931b545c942361", kill_on_drop: false }`
[INFO] [stdout] c7882d4ef14681ff638c5d3dc12a1753054a30fbaf899edf4a931b545c942361
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0dfb214bdceec8718c18818646a5ee5dae1b2846eaa60f3f80dd2b591c7d616f
[INFO] running `Command { std: "docker" "start" "-a" "0dfb214bdceec8718c18818646a5ee5dae1b2846eaa60f3f80dd2b591c7d616f", kill_on_drop: false }`
[INFO] [stderr]    Compiling context v1.0.1
[INFO] [stderr]     Checking monkeys v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: `box_syntax` has been removed
[INFO] [stdout]    --> src/lib.rs:102:26
[INFO] [stdout]     |
[INFO] [stdout] 102 |       let mut body = Some((box move |mut t: Transfer| {
[INFO] [stdout]     |  __________________________^
[INFO] [stdout] 103 | |         let mut unwind_flow_storage = None;
[INFO] [stdout] 104 | |
[INFO] [stdout] 105 | |         let mut flow = Flow {
[INFO] [stdout] ...   |
[INFO] [stdout] 148 | |
[INFO] [stdout] 149 | |     }) as Box<FnBox(Transfer)>);
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout] help: use `Box::new()` instead
[INFO] [stdout]     |
[INFO] [stdout] 102 ~     let mut body = Some((Box::new(move |mut t: Transfer| {
[INFO] [stdout] 103 +         let mut unwind_flow_storage = None;
[INFO] [stdout] 104 + 
[INFO] [stdout] 105 +         let mut flow = Flow {
[INFO] [stdout] 106 +             coroutine: Some(Coroutine {
[INFO] [stdout] 107 +                 coroutine_id: CoroutineId::new(),
[INFO] [stdout] 108 +                 yield_val: None,
[INFO] [stdout] 109 +                 result_val: None,
[INFO] [stdout] 110 +                 transfer: Some(t),
[INFO] [stdout] 111 +                 state: CoroutineState::Ready,
[INFO] [stdout] 112 +                 unwind_ptr: to_mut_ptr(&mut unwind_flow_storage),
[INFO] [stdout] 113 +                 stack: stack,
[INFO] [stdout] 114 +             }),
[INFO] [stdout] 115 +         };
[INFO] [stdout] 116 + 
[INFO] [stdout] 117 + 
[INFO] [stdout] 118 + 
[INFO] [stdout] 119 + 
[INFO] [stdout] 120 + 
[INFO] [stdout] 121 +         let mut f_wrapper = AssertRecoverSafe::new(Some(f));
[INFO] [stdout] 122 +         let mut flow_wrapper = AssertRecoverSafe::new(Some(flow));
[INFO] [stdout] 123 + 
[INFO] [stdout] 124 +         let result = panic::recover(move || {
[INFO] [stdout] 125 +             let mut flow = flow_wrapper.take().unwrap();
[INFO] [stdout] 126 + 
[INFO] [stdout] 127 +             flow.resume();
[INFO] [stdout] 128 + 
[INFO] [stdout] 129 +             let mut f = f_wrapper.take().unwrap();
[INFO] [stdout] 130 + 
[INFO] [stdout] 131 +             *flow.result_mut() = Some(f(&mut flow));
[INFO] [stdout] 132 +             *flow.state_mut() = CoroutineState::Complete;
[INFO] [stdout] 133 + 
[INFO] [stdout] 134 +             flow
[INFO] [stdout] 135 +         });
[INFO] [stdout] 136 + 
[INFO] [stdout] 137 +         let mut flow = match result {
[INFO] [stdout] 138 +             Ok(flow) => flow,
[INFO] [stdout] 139 +             Err(err) => unwind_flow_storage.unwrap(),
[INFO] [stdout] 140 +         };
[INFO] [stdout] 141 + 
[INFO] [stdout] 142 + 
[INFO] [stdout] 143 +         flow.resume();
[INFO] [stdout] 144 + 
[INFO] [stdout] 145 +         // dealoc stack
[INFO] [stdout] 146 + 
[INFO] [stdout] 147 +         unreachable!()
[INFO] [stdout] 148 + 
[INFO] [stdout] 149 ~     })) as Box<FnBox(Transfer)>);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_syntax` has been removed
[INFO] [stdout]    --> src/lib.rs:167:35
[INFO] [stdout]     |
[INFO] [stdout] 167 |     SCHEDULER.with(|sc| sc.add_co(box Handler { flow: Some(flow) }));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `Box::new()` instead
[INFO] [stdout]     |
[INFO] [stdout] 167 |     SCHEDULER.with(|sc| sc.add_co(Box::new(Handler { flow: Some(flow) })));
[INFO] [stdout]     |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_syntax` has been removed
[INFO] [stdout]    --> src/lib.rs:102:26
[INFO] [stdout]     |
[INFO] [stdout] 102 |       let mut body = Some((box move |mut t: Transfer| {
[INFO] [stdout]     |  __________________________^
[INFO] [stdout] 103 | |         let mut unwind_flow_storage = None;
[INFO] [stdout] 104 | |
[INFO] [stdout] 105 | |         let mut flow = Flow {
[INFO] [stdout] ...   |
[INFO] [stdout] 148 | |
[INFO] [stdout] 149 | |     }) as Box<FnBox(Transfer)>);
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout] help: use `Box::new()` instead
[INFO] [stdout]     |
[INFO] [stdout] 102 ~     let mut body = Some((Box::new(move |mut t: Transfer| {
[INFO] [stdout] 103 +         let mut unwind_flow_storage = None;
[INFO] [stdout] 104 + 
[INFO] [stdout] 105 +         let mut flow = Flow {
[INFO] [stdout] 106 +             coroutine: Some(Coroutine {
[INFO] [stdout] 107 +                 coroutine_id: CoroutineId::new(),
[INFO] [stdout] 108 +                 yield_val: None,
[INFO] [stdout] 109 +                 result_val: None,
[INFO] [stdout] 110 +                 transfer: Some(t),
[INFO] [stdout] 111 +                 state: CoroutineState::Ready,
[INFO] [stdout] 112 +                 unwind_ptr: to_mut_ptr(&mut unwind_flow_storage),
[INFO] [stdout] 113 +                 stack: stack,
[INFO] [stdout] 114 +             }),
[INFO] [stdout] 115 +         };
[INFO] [stdout] 116 + 
[INFO] [stdout] 117 + 
[INFO] [stdout] 118 + 
[INFO] [stdout] 119 + 
[INFO] [stdout] 120 + 
[INFO] [stdout] 121 +         let mut f_wrapper = AssertRecoverSafe::new(Some(f));
[INFO] [stdout] 122 +         let mut flow_wrapper = AssertRecoverSafe::new(Some(flow));
[INFO] [stdout] 123 + 
[INFO] [stdout] 124 +         let result = panic::recover(move || {
[INFO] [stdout] 125 +             let mut flow = flow_wrapper.take().unwrap();
[INFO] [stdout] 126 + 
[INFO] [stdout] 127 +             flow.resume();
[INFO] [stdout] 128 + 
[INFO] [stdout] 129 +             let mut f = f_wrapper.take().unwrap();
[INFO] [stdout] 130 + 
[INFO] [stdout] 131 +             *flow.result_mut() = Some(f(&mut flow));
[INFO] [stdout] 132 +             *flow.state_mut() = CoroutineState::Complete;
[INFO] [stdout] 133 + 
[INFO] [stdout] 134 +             flow
[INFO] [stdout] 135 +         });
[INFO] [stdout] 136 + 
[INFO] [stdout] 137 +         let mut flow = match result {
[INFO] [stdout] 138 +             Ok(flow) => flow,
[INFO] [stdout] 139 +             Err(err) => unwind_flow_storage.unwrap(),
[INFO] [stdout] 140 +         };
[INFO] [stdout] 141 + 
[INFO] [stdout] 142 + 
[INFO] [stdout] 143 +         flow.resume();
[INFO] [stdout] 144 + 
[INFO] [stdout] 145 +         // dealoc stack
[INFO] [stdout] 146 + 
[INFO] [stdout] 147 +         unreachable!()
[INFO] [stdout] 148 + 
[INFO] [stdout] 149 ~     })) as Box<FnBox(Transfer)>);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(box_syntax)]
[INFO] [stdout]   |            ^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: replaced with `#[rustc_box]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_fn)]
[INFO] [stdout]   |            ^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: split into finer-grained feature gates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_syntax` has been removed
[INFO] [stdout]    --> src/lib.rs:167:35
[INFO] [stdout]     |
[INFO] [stdout] 167 |     SCHEDULER.with(|sc| sc.add_co(box Handler { flow: Some(flow) }));
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `Box::new()` instead
[INFO] [stdout]     |
[INFO] [stdout] 167 |     SCHEDULER.with(|sc| sc.add_co(Box::new(Handler { flow: Some(flow) })));
[INFO] [stdout]     |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(box_syntax)]
[INFO] [stdout]   |            ^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: replaced with `#[rustc_box]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_fn)]
[INFO] [stdout]   |            ^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: split into finer-grained feature gates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::marker::Reflect`
[INFO] [stdout]   --> src/lib.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::marker::{PhantomData, Reflect};
[INFO] [stdout]    |                                ^^^^^^^ no `Reflect` in `marker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::marker::Reflect`
[INFO] [stdout]   --> src/lib.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::marker::{PhantomData, Reflect};
[INFO] [stdout]    |                                ^^^^^^^ no `Reflect` in `marker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::boxed::FnBox`
[INFO] [stdout]   --> src/lib.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::boxed::FnBox;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ no `FnBox` in `boxed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::boxed::FnBox`
[INFO] [stdout]   --> src/lib.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::boxed::FnBox;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ no `FnBox` in `boxed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::panic::AssertRecoverSafe`
[INFO] [stdout]   --> src/lib.rs:15:24
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::panic::{self, AssertRecoverSafe};
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^ no `AssertRecoverSafe` in `panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::panic::AssertRecoverSafe`
[INFO] [stdout]   --> src/lib.rs:15:24
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::panic::{self, AssertRecoverSafe};
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^ no `AssertRecoverSafe` in `panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `propagate` in module `panic`
[INFO] [stdout]   --> src/lib.rs:90:12
[INFO] [stdout]    |
[INFO] [stdout] 90 |     panic::propagate(Box::new(ForceUnwind));
[INFO] [stdout]    |            ^^^^^^^^^ not found in `panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/lib.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::fmt::{self, Debug};
[INFO] [stdout]    |                ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]   --> src/lib.rs:14:24
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::collections::{HashMap, BTreeMap};
[INFO] [stdout]    |                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtomicUsize`, `Ordering`
[INFO] [stdout]   --> src/lib.rs:19:25
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::sync::atomic::{AtomicUsize, Ordering};
[INFO] [stdout]    |                         ^^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ContextFn`
[INFO] [stdout]   --> src/lib.rs:21:34
[INFO] [stdout]    |
[INFO] [stdout] 21 | use context::{Context, Transfer, ContextFn};
[INFO] [stdout]    |                                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `std_panic` has been stable since 1.9.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(recover, std_panic)]
[INFO] [stdout]   |                     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `fnbox`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(fnbox)]
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `recover`
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(recover, std_panic)]
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `panic_propagate`
[INFO] [stdout]  --> src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(panic_propagate)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `reflect_marker`
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(reflect_marker)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `propagate` in module `panic`
[INFO] [stdout]   --> src/lib.rs:90:12
[INFO] [stdout]    |
[INFO] [stdout] 90 |     panic::propagate(Box::new(ForceUnwind));
[INFO] [stdout]    |            ^^^^^^^^^ not found in `panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:46:38
[INFO] [stdout]    |
[INFO] [stdout] 46 |     work_queue: RefCell<VecDeque<Box<CoroutineHandle>>>,
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 46 |     work_queue: RefCell<VecDeque<Box<dyn CoroutineHandle>>>,
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:47:48
[INFO] [stdout]    |
[INFO] [stdout] 47 |     blocked: RefCell<BTreeMap<CoroutineId, Box<CoroutineHandle>>>,
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 47 |     blocked: RefCell<BTreeMap<CoroutineId, Box<dyn CoroutineHandle>>>,
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:48:50
[INFO] [stdout]    |
[INFO] [stdout] 48 |     completed: RefCell<BTreeMap<CoroutineId, Box<CoroutineHandle>>>,
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 48 |     completed: RefCell<BTreeMap<CoroutineId, Box<dyn CoroutineHandle>>>,
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:49:55
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ready_to_yield: RefCell<BTreeMap<CoroutineId, Box<CoroutineHandle>>>,
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ready_to_yield: RefCell<BTreeMap<CoroutineId, Box<dyn CoroutineHandle>>>,
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/lib.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::fmt::{self, Debug};
[INFO] [stdout]    |                ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]   --> src/lib.rs:14:24
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::collections::{HashMap, BTreeMap};
[INFO] [stdout]    |                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtomicUsize`, `Ordering`
[INFO] [stdout]   --> src/lib.rs:19:25
[INFO] [stdout]    |
[INFO] [stdout] 19 | use std::sync::atomic::{AtomicUsize, Ordering};
[INFO] [stdout]    |                         ^^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ContextFn`
[INFO] [stdout]   --> src/lib.rs:21:34
[INFO] [stdout]    |
[INFO] [stdout] 21 | use context::{Context, Transfer, ContextFn};
[INFO] [stdout]    |                                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]    --> src/lib.rs:529:9
[INFO] [stdout]     |
[INFO] [stdout] 529 |     use std::thread;
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `std_panic` has been stable since 1.9.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(recover, std_panic)]
[INFO] [stdout]   |                     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `fnbox`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(fnbox)]
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `recover`
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(recover, std_panic)]
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `panic_propagate`
[INFO] [stdout]  --> src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(panic_propagate)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `reflect_marker`
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(reflect_marker)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:46:38
[INFO] [stdout]    |
[INFO] [stdout] 46 |     work_queue: RefCell<VecDeque<Box<CoroutineHandle>>>,
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 46 |     work_queue: RefCell<VecDeque<Box<dyn CoroutineHandle>>>,
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:47:48
[INFO] [stdout]    |
[INFO] [stdout] 47 |     blocked: RefCell<BTreeMap<CoroutineId, Box<CoroutineHandle>>>,
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 47 |     blocked: RefCell<BTreeMap<CoroutineId, Box<dyn CoroutineHandle>>>,
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:48:50
[INFO] [stdout]    |
[INFO] [stdout] 48 |     completed: RefCell<BTreeMap<CoroutineId, Box<CoroutineHandle>>>,
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 48 |     completed: RefCell<BTreeMap<CoroutineId, Box<dyn CoroutineHandle>>>,
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/lib.rs:49:55
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ready_to_yield: RefCell<BTreeMap<CoroutineId, Box<CoroutineHandle>>>,
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ready_to_yield: RefCell<BTreeMap<CoroutineId, Box<dyn CoroutineHandle>>>,
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:188:37
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn inner_mut(&mut self) -> &mut Any;
[INFO] [stdout]     |                                     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn inner_mut(&mut self) -> &mut dyn Any;
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:228:37
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn inner_mut(&mut self) -> &mut Any {
[INFO] [stdout]     |                                     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn inner_mut(&mut self) -> &mut dyn Any {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors; 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0557, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `monkeys` (lib) due to 13 previous errors; 11 warnings emitted
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:188:37
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn inner_mut(&mut self) -> &mut Any;
[INFO] [stdout]     |                                     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 188 |     fn inner_mut(&mut self) -> &mut dyn Any;
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:228:37
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn inner_mut(&mut self) -> &mut Any {
[INFO] [stdout]     |                                     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 228 |     fn inner_mut(&mut self) -> &mut dyn Any {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors; 12 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0557, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `monkeys` (lib test) due to 13 previous errors; 12 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0dfb214bdceec8718c18818646a5ee5dae1b2846eaa60f3f80dd2b591c7d616f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0dfb214bdceec8718c18818646a5ee5dae1b2846eaa60f3f80dd2b591c7d616f", kill_on_drop: false }`
[INFO] [stdout] 0dfb214bdceec8718c18818646a5ee5dae1b2846eaa60f3f80dd2b591c7d616f
