[INFO] fetching crate fractalide 0.2.1...
[INFO] testing fractalide-0.2.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate fractalide 0.2.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate fractalide 0.2.1
[INFO] finished tweaking crates.io crate fractalide 0.2.1
[INFO] tweaked toml for crates.io crate fractalide 0.2.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fractalide 0.2.1 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] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] f8ee0c709d44425141bdf2fc1ec2b9f2342e8234205fa5d3de485b5a9483d089
[INFO] running `Command { std: "docker" "start" "-a" "f8ee0c709d44425141bdf2fc1ec2b9f2342e8234205fa5d3de485b5a9483d089", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f8ee0c709d44425141bdf2fc1ec2b9f2342e8234205fa5d3de485b5a9483d089", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8ee0c709d44425141bdf2fc1ec2b9f2342e8234205fa5d3de485b5a9483d089", kill_on_drop: false }`
[INFO] [stdout] f8ee0c709d44425141bdf2fc1ec2b9f2342e8234205fa5d3de485b5a9483d089
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 800b7d3b332faa032259bf1866ca791bf44ee1a117c1fa2e80ee011b7638235b
[INFO] running `Command { std: "docker" "start" "-a" "800b7d3b332faa032259bf1866ca791bf44ee1a117c1fa2e80ee011b7638235b", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling fractalide v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(concat_idents)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.90.0; see <https://github.com/rust-lang/rust/pull/142704> for more information
[INFO] [stdout]   = note: use the `${concat(..)}` metavariable expression instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::marker::Reflect`
[INFO] [stdout]   --> src/component.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use std::marker::Reflect;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ no `Reflect` in `marker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::raw`
[INFO] [stdout]   --> src/component.rs:27:10
[INFO] [stdout]    |
[INFO] [stdout] 27 | use std::raw::TraitObject;
[INFO] [stdout]    |          ^^^ could not find `raw` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::marker::Reflect`
[INFO] [stdout]   --> src/scheduler.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::marker::Reflect;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ no `Reflect` in `marker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `raw`
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(raw)]
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `reflect_marker`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(reflect_marker)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/scheduler.rs:45:26
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub type BoxedComp = Box<Component + Send + 'static>;
[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/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] 45 | pub type BoxedComp = Box<dyn Component + Send + 'static>;
[INFO] [stdout]    |                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/scheduler.rs:24:56
[INFO] [stdout]    |
[INFO] [stdout] 24 |     AddInputArraySelection(String, String, String, Box<Any + Send + 'static>),
[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/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] 24 |     AddInputArraySelection(String, String, String, Box<dyn Any + Send + 'static>),
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/scheduler.rs:28:43
[INFO] [stdout]    |
[INFO] [stdout] 28 |     ConnectOutputPort(String, String, Box<Any + Send + 'static>, String, Sender<CompMsg>),
[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/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] 28 |     ConnectOutputPort(String, String, Box<dyn Any + Send + 'static>, String, Sender<CompMsg>),
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/scheduler.rs:30:56
[INFO] [stdout]    |
[INFO] [stdout] 30 |     ConnectOutputArrayPort(String, String, String, Box<Any + Send + 'static>, String, Sender<CompMsg>),
[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/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] 30 |     ConnectOutputArrayPort(String, String, String, Box<dyn Any + Send + 'static>, String, Sender<CompMsg>),
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/scheduler.rs:40:24
[INFO] [stdout]    |
[INFO] [stdout] 40 |     input_senders: Box<InputSenders>,
[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/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] 40 |     input_senders: Box<dyn InputSenders>,
[INFO] [stdout]    |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/scheduler.rs:41:30
[INFO] [stdout]    |
[INFO] [stdout] 41 |     input_array_senders: Box<InputArraySenders>,
[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/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] 41 |     input_array_senders: Box<dyn InputArraySenders>,
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/scheduler.rs:289:48
[INFO] [stdout]     |
[INFO] [stdout] 289 |     AddInputArraySelection(String, String, Box<Any + Send + 'static>),
[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/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] 289 |     AddInputArraySelection(String, String, Box<dyn Any + Send + 'static>),
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/scheduler.rs:291:35
[INFO] [stdout]     |
[INFO] [stdout] 291 |     ConnectOutputPort(String, Box<Any + Send + 'static>, String, Sender<CompMsg>),
[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/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] 291 |     ConnectOutputPort(String, Box<dyn Any + Send + 'static>, String, Sender<CompMsg>),
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/scheduler.rs:292:48
[INFO] [stdout]     |
[INFO] [stdout] 292 |     ConnectOutputArrayPort(String, String, Box<Any + Send + 'static>, String, Sender<CompMsg>),
[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/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] 292 |     ConnectOutputArrayPort(String, String, Box<dyn Any + Send + 'static>, String, Sender<CompMsg>),
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/subnet.rs:193:20
[INFO] [stdout]     |
[INFO] [stdout] 193 |     C(fn() -> (Box<Component + Send>, Box<InputSenders>, Box<InputArraySenders>)),
[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/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] 193 |     C(fn() -> (Box<dyn Component + Send>, Box<InputSenders>, Box<InputArraySenders>)),
[INFO] [stdout]     |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/subnet.rs:193:43
[INFO] [stdout]     |
[INFO] [stdout] 193 |     C(fn() -> (Box<Component + Send>, Box<InputSenders>, Box<InputArraySenders>)),
[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/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] 193 |     C(fn() -> (Box<Component + Send>, Box<dyn InputSenders>, Box<InputArraySenders>)),
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/subnet.rs:193:62
[INFO] [stdout]     |
[INFO] [stdout] 193 |     C(fn() -> (Box<Component + Send>, Box<InputSenders>, Box<InputArraySenders>)),
[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/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] 193 |     C(fn() -> (Box<Component + Send>, Box<InputSenders>, Box<dyn InputArraySenders>)),
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/component.rs:202:46
[INFO] [stdout]     |
[INFO] [stdout] 202 | pub fn downcast<I: Reflect + 'static>(i: Box<Any>) -> I {
[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/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] 202 | pub fn downcast<I: Reflect + 'static>(i: Box<dyn Any>) -> I {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/component.rs:60:54
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn get_sender(&self, port: String) -> Option<Box<Any + Send + 'static>>; 
[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/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] 60 |     fn get_sender(&self, port: String) -> Option<Box<dyn Any + Send + 'static>>; 
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/component.rs:87:83
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn get_selection_sender(&self, port: String, selection: String) -> Option<Box<Any + Send + 'static>>;
[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/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] 87 |     fn get_selection_sender(&self, port: String, selection: String) -> Option<Box<dyn Any + Send + 'static>>;
[INFO] [stdout]    |                                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/component.rs:97:85
[INFO] [stdout]    |
[INFO] [stdout] 97 |     fn add_selection_sender(&mut self, port: String, selection: String, sender: Box<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/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] 97 |     fn add_selection_sender(&mut self, port: String, selection: String, sender: Box<dyn Any>);
[INFO] [stdout]    |                                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/component.rs:108:64
[INFO] [stdout]     |
[INFO] [stdout] 108 |     fn get_sender_receiver(&self, port: String) -> Option<(Box<Any + Send + 'static>, Box<Any + Send + 'static>)>;
[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/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] 108 |     fn get_sender_receiver(&self, port: String) -> Option<(Box<dyn Any + Send + 'static>, Box<Any + Send + 'static>)>;
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/component.rs:108:91
[INFO] [stdout]     |
[INFO] [stdout] 108 |     fn get_sender_receiver(&self, port: String) -> Option<(Box<Any + Send + 'static>, Box<Any + Send + 'static>)>;
[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/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] 108 |     fn get_sender_receiver(&self, port: String) -> Option<(Box<Any + Send + 'static>, Box<dyn Any + Send + 'static>)>;
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/component.rs:134:84
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn add_selection_receiver(&mut self, port: String, selection: String, rec: Box<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/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] 134 |     fn add_selection_receiver(&mut self, port: String, selection: String, rec: Box<dyn Any>);
[INFO] [stdout]     |                                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/component.rs:155:55
[INFO] [stdout]     |
[INFO] [stdout] 155 |     fn connect(&mut self, port_out: String, send: Box<Any + Send + 'static>, dest: String, sched: Sender<CompMsg>);
[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/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] 155 |     fn connect(&mut self, port_out: String, send: Box<dyn Any + Send + 'static>, dest: String, sched: Sender<CompMsg>);
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/component.rs:169:76
[INFO] [stdout]     |
[INFO] [stdout] 169 |     fn connect_array(&mut self, port: String, selection: String, send: Box<Any + Send + 'static>, dest: String, sched: Sender<CompM...
[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/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] 169 |     fn connect_array(&mut self, port: String, selection: String, send: Box<dyn Any + Send + 'static>, dest: String, sched: Sender<CompMsg>);
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/component.rs:180:84
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn add_selection_receiver(&mut self, port: String, selection: String, rec: Box<Any + Send + 'static>);
[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/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] 180 |     fn add_selection_receiver(&mut self, port: String, selection: String, rec: Box<dyn Any + Send + 'static>);
[INFO] [stdout]     |                                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/component.rs:181:55
[INFO] [stdout]     |
[INFO] [stdout] 181 |     fn set_receiver(&mut self, port: String, rec: Box<Any + Send + 'static>);
[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/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] 181 |     fn set_receiver(&mut self, port: String, rec: Box<dyn Any + Send + 'static>);
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fractalide` (lib) due to 6 previous errors; 27 warnings emitted
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/component.rs:182:74
[INFO] [stdout]     |
[INFO] [stdout] 182 |     fn get_receiver_outputport(self : Box<Self>) -> (HashMap<String, Box<Any + Send + 'static>>, HashMap<String, HashMap<String, Bo...
[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/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] 182 |     fn get_receiver_outputport(self : Box<Self>) -> (HashMap<String, Box<dyn Any + Send + 'static>>, HashMap<String, HashMap<String, Box<Any + Send + 'static>>>, HashMap<String, Option<Box<Any + Send + 'static>>>, HashMap<String, HashMap<String, Option<Box<Any + Send + 'static>>>>); 
[INFO] [stdout]     |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/component.rs:182:134
[INFO] [stdout]     |
[INFO] [stdout] 182 | ...Send + 'static>>, HashMap<String, HashMap<String, Box<Any + Send + 'static>>>, HashMap<String, Option<Box<Any + Send + 'static>>...
[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/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] 182 |     fn get_receiver_outputport(self : Box<Self>) -> (HashMap<String, Box<Any + Send + 'static>>, HashMap<String, HashMap<String, Box<dyn Any + Send + 'static>>>, HashMap<String, Option<Box<Any + Send + 'static>>>, HashMap<String, HashMap<String, Option<Box<Any + Send + 'static>>>>); 
[INFO] [stdout]     |                                                                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/component.rs:182:186
[INFO] [stdout]     |
[INFO] [stdout] 182 | ...x<Any + Send + 'static>>>, HashMap<String, Option<Box<Any + Send + 'static>>>, HashMap<String, HashMap<String, Option<Box<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/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] 182 |     fn get_receiver_outputport(self : Box<Self>) -> (HashMap<String, Box<Any + Send + 'static>>, HashMap<String, HashMap<String, Box<Any + Send + 'static>>>, HashMap<String, Option<Box<dyn Any + Send + 'static>>>, HashMap<String, HashMap<String, Option<Box<Any + Send + 'static>>>>); 
[INFO] [stdout]     |                                                                                                                                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/component.rs:182:254
[INFO] [stdout]     |
[INFO] [stdout] 182 | ...static>>>, HashMap<String, HashMap<String, Option<Box<Any + Send + 'static>>>>); 
[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/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] 182 |     fn get_receiver_outputport(self : Box<Self>) -> (HashMap<String, Box<Any + Send + 'static>>, HashMap<String, HashMap<String, Box<Any + Send + 'static>>>, HashMap<String, Option<Box<Any + Send + 'static>>>, HashMap<String, HashMap<String, Option<Box<dyn Any + Send + 'static>>>>); 
[INFO] [stdout]     |                                                                                                                                                                                                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0557, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "800b7d3b332faa032259bf1866ca791bf44ee1a117c1fa2e80ee011b7638235b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "800b7d3b332faa032259bf1866ca791bf44ee1a117c1fa2e80ee011b7638235b", kill_on_drop: false }`
[INFO] [stdout] 800b7d3b332faa032259bf1866ca791bf44ee1a117c1fa2e80ee011b7638235b
