[INFO] fetching crate aspen 0.3.0... [INFO] testing aspen-0.3.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate aspen 0.3.0 into /workspace/builds/worker-97/source [INFO] validating manifest of crates.io crate aspen 0.3.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate aspen 0.3.0 [INFO] finished tweaking crates.io crate aspen 0.3.0 [INFO] tweaked toml for crates.io crate aspen 0.3.0 written to /workspace/builds/worker-97/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6a0de5c4ab84edfed1d34576dcfec875c6f3336fc707c0a8bee5d0a9317a86b6 [INFO] running `Command { std: "docker" "start" "-a" "6a0de5c4ab84edfed1d34576dcfec875c6f3336fc707c0a8bee5d0a9317a86b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6a0de5c4ab84edfed1d34576dcfec875c6f3336fc707c0a8bee5d0a9317a86b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a0de5c4ab84edfed1d34576dcfec875c6f3336fc707c0a8bee5d0a9317a86b6", kill_on_drop: false }` [INFO] [stdout] 6a0de5c4ab84edfed1d34576dcfec875c6f3336fc707c0a8bee5d0a9317a86b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f3f6fdde356c8d463c23cba25bb188ff9f6011de7aa5a4a36bd6567771328132 [INFO] running `Command { std: "docker" "start" "-a" "f3f6fdde356c8d463c23cba25bb188ff9f6011de7aa5a4a36bd6567771328132", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling aspen v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | internals: Box + 'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - internals: Box + 'a>, [INFO] [stdout] 21 + internals: Box + 'a>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_nodes/decorator/decorator.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | func: Box Status + 'a>, [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 46 - func: Box Status + 'a>, [INFO] [stdout] 46 + func: Box Status + 'a>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_nodes/action.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | func: Arc Status + Send + Sync>, [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 67 - func: Arc Status + Send + Sync>, [INFO] [stdout] 67 + func: Arc Status + Send + Sync>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_nodes/action.rs:223:12 [INFO] [stdout] | [INFO] [stdout] 223 | func: Box Status + 'a>, [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 223 - func: Box Status + 'a>, [INFO] [stdout] 223 + func: Box Status + 'a>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_nodes/condition.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | func: Box bool + 'a>, [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - func: Box bool + 'a>, [INFO] [stdout] 47 + func: Box bool + 'a>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.31s [INFO] running `Command { std: "docker" "inspect" "f3f6fdde356c8d463c23cba25bb188ff9f6011de7aa5a4a36bd6567771328132", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3f6fdde356c8d463c23cba25bb188ff9f6011de7aa5a4a36bd6567771328132", kill_on_drop: false }` [INFO] [stdout] f3f6fdde356c8d463c23cba25bb188ff9f6011de7aa5a4a36bd6567771328132 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] db2170bca687e6ebf251d2419ef1f6bc159837f81c059ae98973a0df3fd495d6 [INFO] running `Command { std: "docker" "start" "-a" "db2170bca687e6ebf251d2419ef1f6bc159837f81c059ae98973a0df3fd495d6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling aspen v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | internals: Box + 'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - internals: Box + 'a>, [INFO] [stdout] 21 + internals: Box + 'a>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_nodes/decorator/decorator.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | func: Box Status + 'a>, [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 46 - func: Box Status + 'a>, [INFO] [stdout] 46 + func: Box Status + 'a>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_nodes/action.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | func: Arc Status + Send + Sync>, [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 67 - func: Arc Status + Send + Sync>, [INFO] [stdout] 67 + func: Arc Status + Send + Sync>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_nodes/action.rs:223:12 [INFO] [stdout] | [INFO] [stdout] 223 | func: Box Status + 'a>, [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 223 - func: Box Status + 'a>, [INFO] [stdout] 223 + func: Box Status + 'a>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_nodes/condition.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | func: Box bool + 'a>, [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - func: Box bool + 'a>, [INFO] [stdout] 47 + func: Box bool + 'a>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | internals: Box + 'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - internals: Box + 'a>, [INFO] [stdout] 21 + internals: Box + 'a>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_nodes/decorator/decorator.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | func: Box Status + 'a>, [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 46 - func: Box Status + 'a>, [INFO] [stdout] 46 + func: Box Status + 'a>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_nodes/action.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | func: Arc Status + Send + Sync>, [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 67 - func: Arc Status + Send + Sync>, [INFO] [stdout] 67 + func: Arc Status + Send + Sync>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_nodes/action.rs:223:12 [INFO] [stdout] | [INFO] [stdout] 223 | func: Box Status + 'a>, [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 223 - func: Box Status + 'a>, [INFO] [stdout] 223 + func: Box Status + 'a>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_nodes/condition.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | func: Box bool + 'a>, [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 47 - func: Box bool + 'a>, [INFO] [stdout] 47 + func: Box bool + 'a>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.01s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/aspen-bcc0f2247cfdb4a6) [INFO] running `Command { std: "docker" "inspect" "db2170bca687e6ebf251d2419ef1f6bc159837f81c059ae98973a0df3fd495d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db2170bca687e6ebf251d2419ef1f6bc159837f81c059ae98973a0df3fd495d6", kill_on_drop: false }` [INFO] [stdout] db2170bca687e6ebf251d2419ef1f6bc159837f81c059ae98973a0df3fd495d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fbf89cc7998548a8e03b56120a484b0534b036d047aafe437e0d26951d9036a0 [INFO] running `Command { std: "docker" "start" "-a" "fbf89cc7998548a8e03b56120a484b0534b036d047aafe437e0d26951d9036a0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node.rs:21:17 [INFO] [stderr] | [INFO] [stderr] 21 | internals: Box + 'a>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 21 - internals: Box + 'a>, [INFO] [stderr] 21 + internals: Box + 'a>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/std_nodes/decorator/decorator.rs:46:12 [INFO] [stderr] | [INFO] [stderr] 46 | func: Box Status + 'a>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 46 - func: Box Status + 'a>, [INFO] [stderr] 46 + func: Box Status + 'a>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/std_nodes/action.rs:67:12 [INFO] [stderr] | [INFO] [stderr] 67 | func: Arc Status + Send + Sync>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 67 - func: Arc Status + Send + Sync>, [INFO] [stderr] 67 + func: Arc Status + Send + Sync>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/std_nodes/action.rs:223:12 [INFO] [stderr] | [INFO] [stderr] 223 | func: Box Status + 'a>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 223 - func: Box Status + 'a>, [INFO] [stderr] 223 + func: Box Status + 'a>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/std_nodes/condition.rs:47:12 [INFO] [stderr] | [INFO] [stderr] 47 | func: Box bool + 'a>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 47 - func: Box bool + 'a>, [INFO] [stderr] 47 + func: Box bool + 'a>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `aspen` (lib) generated 5 warnings [INFO] [stderr] warning: `aspen` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aspen-bcc0f2247cfdb4a6) [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stdout] test std_nodes::action::test::inline_failure ... ok [INFO] [stdout] test std_nodes::action::test::inline_running ... ok [INFO] [stdout] test std_nodes::action::test::inline_success ... ok [INFO] [stdout] test std_nodes::condition::test::failure ... ok [INFO] [stdout] test std_nodes::constants::test::always_fail ... ok [INFO] [stdout] test std_nodes::constants::test::always_fail_child ... ok [INFO] [stdout] test std_nodes::condition::test::success ... ok [INFO] [stdout] test std_nodes::constants::test::always_succeed ... ok [INFO] [stdout] test std_nodes::constants::test::always_running ... ok [INFO] [stdout] test std_nodes::constants::test::always_succeed_child ... ok [INFO] [stdout] test std_nodes::decorator::decorator::test::decorator ... ok [INFO] [stdout] test std_nodes::decorator::decorator::test::invert_failure_to_success ... ok [INFO] [stdout] test std_nodes::decorator::decorator::test::invert_running_as_running ... ok [INFO] [stdout] test std_nodes::decorator::repeat::test::repeat_finite ... ok [INFO] [stdout] test std_nodes::decorator::until::test::until_fail_finite ... ok [INFO] [stdout] test std_nodes::decorator::decorator::test::invert_success_to_failure ... ok [INFO] [stdout] test std_nodes::decorator::until::test::until_fail_infinite ... ok [INFO] [stdout] test std_nodes::decorator::until::test::until_success_finite ... ok [INFO] [stdout] test std_nodes::decorator::until::test::until_success_infinite ... ok [INFO] [stdout] test std_nodes::parallel::test::failure ... ok [INFO] [stdout] test std_nodes::parallel::test::running ... ok [INFO] [stdout] test std_nodes::parallel::test::success ... ok [INFO] [stdout] test std_nodes::selector::test::check_active_fail ... ok [INFO] [stdout] test std_nodes::selector::test::check_active_running ... ok [INFO] [stdout] test std_nodes::selector::test::check_active_success ... ok [INFO] [stdout] test std_nodes::selector::test::check_fail ... ok [INFO] [stdout] test std_nodes::selector::test::check_running ... ok [INFO] [stdout] test std_nodes::selector::test::check_success ... ok [INFO] [stdout] test std_nodes::sequence::test::check_active_fail ... ok [INFO] [stdout] test std_nodes::sequence::test::check_active_running ... ok [INFO] [stdout] test std_nodes::sequence::test::check_active_success ... ok [INFO] [stdout] test std_nodes::sequence::test::check_fail ... ok [INFO] [stdout] test std_nodes::sequence::test::check_running ... ok [INFO] [stdout] test std_nodes::sequence::test::check_success ... ok [INFO] [stdout] test std_nodes::action::test::failure ... ok [INFO] [stdout] test std_nodes::action::test::success ... ok [INFO] [stderr] Doc-tests aspen [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.53s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 49 tests [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysRunning (line 342) ... ok [INFO] [stdout] test src/std_nodes/action.rs - std_nodes::action::Action (line 161) ... FAILED [INFO] [stdout] test src/std_nodes/action.rs - std_nodes::action::Action (line 42) ... FAILED [INFO] [stdout] test src/std_nodes/selector.rs - std_nodes::selector::ActiveSelector (line 71) ... FAILED [INFO] [stdout] test src/std_nodes/parallel.rs - std_nodes::parallel::Parallel (line 63) ... FAILED [INFO] [stdout] test src/std_nodes/selector.rs - std_nodes::selector::Selector (line 208) ... FAILED [INFO] [stdout] test src/std_nodes/parallel.rs - std_nodes::parallel::Parallel (line 179) ... FAILED [INFO] [stdout] test src/std_nodes/selector.rs - std_nodes::selector::ActiveSelector (line 142) ... FAILED [INFO] [stdout] test src/std_nodes/parallel.rs - std_nodes::parallel::Parallel (line 46) ... FAILED [INFO] [stdout] test src/std_nodes/parallel.rs - std_nodes::parallel::Parallel (line 80) ... FAILED [INFO] [stdout] test src/std_nodes/selector.rs - std_nodes::selector::Selector (line 299) ... FAILED [INFO] [stdout] test src/std_nodes/sequence.rs - std_nodes::sequence::ActiveSequence (line 139) ... FAILED [INFO] [stdout] test src/std_nodes/sequence.rs - std_nodes::sequence::ActiveSequence (line 45) ... FAILED [INFO] [stdout] test src/std_nodes/sequence.rs - std_nodes::sequence::ActiveSequence (line 58) ... FAILED [INFO] [stdout] test src/std_nodes/sequence.rs - std_nodes::sequence::Sequence (line 219) ... FAILED [INFO] [stdout] test src/std_nodes/sequence.rs - std_nodes::sequence::Sequence (line 193) ... FAILED [INFO] [stdout] test src/std_nodes/selector.rs - std_nodes::selector::ActiveSelector (line 45) ... FAILED [INFO] [stdout] test src/std_nodes/selector.rs - std_nodes::selector::ActiveSelector (line 58) ... FAILED [INFO] [stdout] test src/std_nodes/selector.rs - std_nodes::selector::Selector (line 195) ... FAILED [INFO] [stdout] test src/std_nodes/decorator/repeat.rs - std_nodes::decorator::repeat::Repeat (line 32) ... FAILED [INFO] [stdout] test src/std_nodes/selector.rs - std_nodes::selector::Selector (line 221) ... FAILED [INFO] [stdout] test src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilSuccess (line 210) ... FAILED [INFO] [stdout] test src/std_nodes/sequence.rs - std_nodes::sequence::Sequence (line 206) ... FAILED [INFO] [stdout] test src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilFail (line 32) ... FAILED [INFO] [stdout] test src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilSuccess (line 225) ... FAILED [INFO] [stdout] test src/std_nodes/sequence.rs - std_nodes::sequence::ActiveSequence (line 71) ... FAILED [INFO] [stdout] test src/std_nodes/action.rs - std_nodes::action::InlineAction (line 203) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/action.rs - std_nodes::action::InlineAction (line 262) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/condition.rs - std_nodes::condition::Condition (line 32) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/condition.rs - std_nodes::condition::Condition (line 88) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysFail (line 115) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysFail (line 125) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysFail (line 29) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysFail (line 38) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysFail (line 47) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysRunning (line 304) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysSucceed (line 169) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysSucceed (line 178) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysSucceed (line 187) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysSucceed (line 255) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysSucceed (line 265) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/decorator/decorator.rs - std_nodes::decorator::decorator::Decorator (line 29) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/decorator/decorator.rs - std_nodes::decorator::decorator::Invert (line 115) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/decorator/decorator.rs - std_nodes::decorator::decorator::Invert (line 168) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/decorator/repeat.rs - std_nodes::decorator::repeat::Repeat (line 137) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilFail (line 160) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilFail (line 47) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilSuccess (line 338) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/sequence.rs - std_nodes::sequence::Sequence (line 291) has been running for over 60 seconds [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysFail (line 125) ... ok [INFO] [stdout] test src/std_nodes/condition.rs - std_nodes::condition::Condition (line 88) ... ok [INFO] [stdout] test src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilSuccess (line 338) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysFail (line 47) ... ok [INFO] [stdout] test src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilFail (line 47) ... ok [INFO] [stdout] test src/std_nodes/action.rs - std_nodes::action::InlineAction (line 203) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysSucceed (line 255) ... ok [INFO] [stdout] test src/std_nodes/decorator/decorator.rs - std_nodes::decorator::decorator::Invert (line 168) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysFail (line 38) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysSucceed (line 178) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysRunning (line 304) ... ok [INFO] [stdout] test src/std_nodes/condition.rs - std_nodes::condition::Condition (line 32) ... ok [INFO] [stdout] test src/std_nodes/action.rs - std_nodes::action::InlineAction (line 262) ... ok [INFO] [stdout] test src/std_nodes/decorator/decorator.rs - std_nodes::decorator::decorator::Decorator (line 29) ... ok [INFO] [stdout] test src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilFail (line 160) ... ok [INFO] [stdout] test src/std_nodes/sequence.rs - std_nodes::sequence::Sequence (line 291) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysSucceed (line 169) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysFail (line 29) ... ok [INFO] [stdout] test src/std_nodes/decorator/repeat.rs - std_nodes::decorator::repeat::Repeat (line 137) ... ok [INFO] [stdout] test src/std_nodes/decorator/decorator.rs - std_nodes::decorator::decorator::Invert (line 115) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysSucceed (line 187) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysSucceed (line 265) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysFail (line 115) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/std_nodes/action.rs - std_nodes::action::Action (line 161) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/action.rs - std_nodes::action::Action (line 42) stdout ---- [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/std_nodes/action.rs:43:38 [INFO] [stdout] | [INFO] [stdout] 4 | use std::sync::atomic::{AtomicUsize, ATOMIC_USIZE_INIT, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/selector.rs - std_nodes::selector::ActiveSelector (line 71) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/parallel.rs - std_nodes::parallel::Parallel (line 63) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/selector.rs - std_nodes::selector::Selector (line 208) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/parallel.rs - std_nodes::parallel::Parallel (line 179) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/selector.rs - std_nodes::selector::ActiveSelector (line 142) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/parallel.rs - std_nodes::parallel::Parallel (line 46) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/parallel.rs - std_nodes::parallel::Parallel (line 80) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/selector.rs - std_nodes::selector::Selector (line 299) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/sequence.rs - std_nodes::sequence::ActiveSequence (line 139) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/sequence.rs - std_nodes::sequence::ActiveSequence (line 45) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/sequence.rs - std_nodes::sequence::ActiveSequence (line 58) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/sequence.rs - std_nodes::sequence::Sequence (line 219) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/sequence.rs - std_nodes::sequence::Sequence (line 193) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/selector.rs - std_nodes::selector::ActiveSelector (line 45) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/selector.rs - std_nodes::selector::ActiveSelector (line 58) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/selector.rs - std_nodes::selector::Selector (line 195) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/decorator/repeat.rs - std_nodes::decorator::repeat::Repeat (line 32) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/selector.rs - std_nodes::selector::Selector (line 221) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilSuccess (line 210) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/sequence.rs - std_nodes::sequence::Sequence (line 206) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilFail (line 32) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilSuccess (line 225) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/std_nodes/sequence.rs - std_nodes::sequence::ActiveSequence (line 71) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/std_nodes/action.rs - std_nodes::action::Action (line 161) [INFO] [stdout] src/std_nodes/action.rs - std_nodes::action::Action (line 42) [INFO] [stdout] src/std_nodes/decorator/repeat.rs - std_nodes::decorator::repeat::Repeat (line 32) [INFO] [stdout] src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilFail (line 32) [INFO] [stdout] src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilSuccess (line 210) [INFO] [stdout] src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilSuccess (line 225) [INFO] [stdout] src/std_nodes/parallel.rs - std_nodes::parallel::Parallel (line 179) [INFO] [stdout] src/std_nodes/parallel.rs - std_nodes::parallel::Parallel (line 46) [INFO] [stdout] src/std_nodes/parallel.rs - std_nodes::parallel::Parallel (line 63) [INFO] [stdout] src/std_nodes/parallel.rs - std_nodes::parallel::Parallel (line 80) [INFO] [stdout] src/std_nodes/selector.rs - std_nodes::selector::ActiveSelector (line 142) [INFO] [stdout] src/std_nodes/selector.rs - std_nodes::selector::ActiveSelector (line 45) [INFO] [stdout] src/std_nodes/selector.rs - std_nodes::selector::ActiveSelector (line 58) [INFO] [stdout] src/std_nodes/selector.rs - std_nodes::selector::ActiveSelector (line 71) [INFO] [stdout] src/std_nodes/selector.rs - std_nodes::selector::Selector (line 195) [INFO] [stdout] src/std_nodes/selector.rs - std_nodes::selector::Selector (line 208) [INFO] [stdout] src/std_nodes/selector.rs - std_nodes::selector::Selector (line 221) [INFO] [stdout] src/std_nodes/selector.rs - std_nodes::selector::Selector (line 299) [INFO] [stdout] src/std_nodes/sequence.rs - std_nodes::sequence::ActiveSequence (line 139) [INFO] [stdout] src/std_nodes/sequence.rs - std_nodes::sequence::ActiveSequence (line 45) [INFO] [stdout] src/std_nodes/sequence.rs - std_nodes::sequence::ActiveSequence (line 58) [INFO] [stdout] src/std_nodes/sequence.rs - std_nodes::sequence::ActiveSequence (line 71) [INFO] [stdout] src/std_nodes/sequence.rs - std_nodes::sequence::Sequence (line 193) [INFO] [stdout] src/std_nodes/sequence.rs - std_nodes::sequence::Sequence (line 206) [INFO] [stdout] src/std_nodes/sequence.rs - std_nodes::sequence::Sequence (line 219) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 24 passed; 25 failed; 0 ignored; 0 measured; 0 filtered out; finished in 60.37s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "fbf89cc7998548a8e03b56120a484b0534b036d047aafe437e0d26951d9036a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbf89cc7998548a8e03b56120a484b0534b036d047aafe437e0d26951d9036a0", kill_on_drop: false }` [INFO] [stdout] fbf89cc7998548a8e03b56120a484b0534b036d047aafe437e0d26951d9036a0