[INFO] fetching crate aspen 0.3.0... [INFO] testing aspen-0.3.0 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate aspen 0.3.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate aspen 0.3.0 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0dc5ea7133fbff899b31f8f28eebb8c16e9c9263be6f3a3374a952ce101c5285 [INFO] running `Command { std: "docker" "start" "-a" "0dc5ea7133fbff899b31f8f28eebb8c16e9c9263be6f3a3374a952ce101c5285", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0dc5ea7133fbff899b31f8f28eebb8c16e9c9263be6f3a3374a952ce101c5285", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0dc5ea7133fbff899b31f8f28eebb8c16e9c9263be6f3a3374a952ce101c5285", kill_on_drop: false }` [INFO] [stdout] 0dc5ea7133fbff899b31f8f28eebb8c16e9c9263be6f3a3374a952ce101c5285 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b019fbc9936c37c95432f92b9e7c0dab8aae658ebceee15214f64541669c614f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b019fbc9936c37c95432f92b9e7c0dab8aae658ebceee15214f64541669c614f", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.14 [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] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Internals + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Status, &S) -> Status + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(S) -> Status + Send + Sync` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut S) -> Status + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&S) -> bool + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.34s [INFO] running `Command { std: "docker" "inspect" "b019fbc9936c37c95432f92b9e7c0dab8aae658ebceee15214f64541669c614f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b019fbc9936c37c95432f92b9e7c0dab8aae658ebceee15214f64541669c614f", kill_on_drop: false }` [INFO] [stdout] b019fbc9936c37c95432f92b9e7c0dab8aae658ebceee15214f64541669c614f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 15b2343b41c6d462764b081484a37c242157e74ec5ca81f70f45012aba61c3f9 [INFO] running `Command { std: "docker" "start" "-a" "15b2343b41c6d462764b081484a37c242157e74ec5ca81f70f45012aba61c3f9", kill_on_drop: false }` [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] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Internals + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Status, &S) -> Status + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(S) -> Status + Send + Sync` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut S) -> Status + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&S) -> bool + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Internals + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Status, &S) -> Status + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(S) -> Status + Send + Sync` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut S) -> Status + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&S) -> bool + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.66s [INFO] running `Command { std: "docker" "inspect" "15b2343b41c6d462764b081484a37c242157e74ec5ca81f70f45012aba61c3f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15b2343b41c6d462764b081484a37c242157e74ec5ca81f70f45012aba61c3f9", kill_on_drop: false }` [INFO] [stdout] 15b2343b41c6d462764b081484a37c242157e74ec5ca81f70f45012aba61c3f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2699c23bef3afd2dd7d2d075ec96553d8da6040b7cbfe1aca59cfec45c15f8c5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2699c23bef3afd2dd7d2d075ec96553d8da6040b7cbfe1aca59cfec45c15f8c5", kill_on_drop: false }` [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] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Internals + 'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Status, &S) -> Status + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(S) -> Status + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut S) -> Status + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&S) -> bool + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [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] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Internals + 'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Status, &S) -> Status + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(S) -> Status + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut S) -> Status + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&S) -> bool + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aspen-2932f51fcd268e18) [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_success ... ok [INFO] [stdout] test std_nodes::condition::test::failure ... ok [INFO] [stdout] test std_nodes::constants::test::always_succeed ... ok [INFO] [stdout] test std_nodes::decorator::decorator::test::invert_running_as_running ... ok [INFO] [stdout] test std_nodes::decorator::until::test::until_fail_finite ... ok [INFO] [stdout] test std_nodes::decorator::decorator::test::invert_failure_to_success ... ok [INFO] [stdout] test std_nodes::condition::test::success ... ok [INFO] [stdout] test std_nodes::action::test::inline_running ... ok [INFO] [stdout] test std_nodes::decorator::decorator::test::invert_success_to_failure ... ok [INFO] [stdout] test std_nodes::decorator::repeat::test::repeat_finite ... 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::until::test::until_success_infinite ... ok [INFO] [stdout] test std_nodes::decorator::until::test::until_fail_infinite ... ok [INFO] [stdout] test std_nodes::constants::test::always_fail ... ok [INFO] [stdout] test std_nodes::parallel::test::failure ... ok [INFO] [stdout] test std_nodes::decorator::decorator::test::decorator ... ok [INFO] [stdout] test std_nodes::decorator::until::test::until_success_finite ... ok [INFO] [stdout] test std_nodes::constants::test::always_fail_child ... 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::selector::test::check_fail ... ok [INFO] [stdout] test std_nodes::selector::test::check_active_fail ... ok [INFO] [stdout] test std_nodes::parallel::test::success ... ok [INFO] [stdout] test std_nodes::selector::test::check_running ... ok [INFO] [stdout] test std_nodes::sequence::test::check_success ... ok [INFO] [stdout] test std_nodes::selector::test::check_active_success ... ok [INFO] [stdout] test std_nodes::selector::test::check_active_running ... ok [INFO] [stdout] test std_nodes::parallel::test::running ... 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::action::test::success ... ok [INFO] [stdout] test std_nodes::action::test::failure ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s [INFO] [stdout] [INFO] [stderr] Doc-tests aspen [INFO] [stdout] [INFO] [stdout] running 49 tests [INFO] [stdout] test src/std_nodes/action.rs - std_nodes::action::InlineAction (line 203) ... ok [INFO] [stdout] test src/std_nodes/condition.rs - Condition (line 88) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - AlwaysRunning (line 342) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - AlwaysFail (line 115) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysFail (line 29) ... ok [INFO] [stdout] test src/std_nodes/action.rs - InlineAction (line 262) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - AlwaysSucceed (line 265) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysSucceed (line 169) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - AlwaysSucceed (line 255) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysRunning (line 304) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysFail (line 38) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - AlwaysFail (line 125) ... ok [INFO] [stdout] test src/std_nodes/condition.rs - std_nodes::condition::Condition (line 32) ... ok [INFO] [stdout] test src/std_nodes/constants.rs - std_nodes::constants::AlwaysFail (line 47) ... 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::AlwaysSucceed (line 187) ... ok [INFO] [stdout] test src/std_nodes/action.rs - Action (line 161) ... ok [INFO] [stdout] test src/std_nodes/decorator/decorator.rs - Invert (line 168) ... ok [INFO] [stdout] test src/std_nodes/decorator/repeat.rs - Repeat (line 137) ... 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/decorator.rs - std_nodes::decorator::decorator::Invert (line 115) ... ok [INFO] [stdout] test src/std_nodes/action.rs - std_nodes::action::Action (line 42) ... ok [INFO] [stdout] test src/std_nodes/decorator/until.rs - UntilFail (line 160) ... ok [INFO] [stdout] test src/std_nodes/decorator/repeat.rs - std_nodes::decorator::repeat::Repeat (line 32) ... ok [INFO] [stdout] test src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilFail (line 47) ... ok [INFO] [stdout] test src/std_nodes/decorator/until.rs - UntilSuccess (line 338) ... ok [INFO] [stdout] test src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilFail (line 32) ... ok [INFO] [stdout] test src/std_nodes/parallel.rs - Parallel (line 179) ... ok [INFO] [stdout] test src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilSuccess (line 210) ... ok [INFO] [stdout] test src/std_nodes/decorator/until.rs - std_nodes::decorator::until::UntilSuccess (line 225) ... ok [INFO] [stdout] test src/std_nodes/parallel.rs - std_nodes::parallel::Parallel (line 46) ... ok [INFO] [stdout] test src/std_nodes/parallel.rs - std_nodes::parallel::Parallel (line 63) ... ok [INFO] [stdout] test src/std_nodes/selector.rs - ActiveSelector (line 142) ... ok [INFO] [stdout] test src/std_nodes/selector.rs - Selector (line 299) ... ok [INFO] [stdout] test src/std_nodes/parallel.rs - std_nodes::parallel::Parallel (line 80) ... ok [INFO] [stdout] test src/std_nodes/selector.rs - std_nodes::selector::ActiveSelector (line 45) ... ok [INFO] [stdout] test src/std_nodes/selector.rs - std_nodes::selector::ActiveSelector (line 58) ... ok [INFO] [stdout] test src/std_nodes/sequence.rs - ActiveSequence (line 139) ... ok [INFO] [stdout] test src/std_nodes/selector.rs - std_nodes::selector::ActiveSelector (line 71) ... ok [INFO] [stdout] test src/std_nodes/selector.rs - std_nodes::selector::Selector (line 208) ... ok [INFO] [stdout] test src/std_nodes/selector.rs - std_nodes::selector::Selector (line 195) ... ok [INFO] [stdout] test src/std_nodes/sequence.rs - Sequence (line 291) ... ok [INFO] [stdout] test src/std_nodes/selector.rs - std_nodes::selector::Selector (line 221) ... ok [INFO] [stdout] test src/std_nodes/sequence.rs - std_nodes::sequence::ActiveSequence (line 71) ... ok [INFO] [stdout] test src/std_nodes/sequence.rs - std_nodes::sequence::ActiveSequence (line 45) ... ok [INFO] [stdout] test src/std_nodes/sequence.rs - std_nodes::sequence::ActiveSequence (line 58) ... ok [INFO] [stdout] test src/std_nodes/sequence.rs - std_nodes::sequence::Sequence (line 193) ... ok [INFO] [stdout] test src/std_nodes/sequence.rs - std_nodes::sequence::Sequence (line 206) ... ok [INFO] [stdout] test src/std_nodes/sequence.rs - std_nodes::sequence::Sequence (line 219) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 20.81s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2699c23bef3afd2dd7d2d075ec96553d8da6040b7cbfe1aca59cfec45c15f8c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2699c23bef3afd2dd7d2d075ec96553d8da6040b7cbfe1aca59cfec45c15f8c5", kill_on_drop: false }` [INFO] [stdout] 2699c23bef3afd2dd7d2d075ec96553d8da6040b7cbfe1aca59cfec45c15f8c5