[INFO] fetching crate procedurals 0.3.1... [INFO] testing procedurals-0.3.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate procedurals 0.3.1 into /workspace/builds/worker-66/source [INFO] validating manifest of crates.io crate procedurals 0.3.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate procedurals 0.3.1 [INFO] finished tweaking crates.io crate procedurals 0.3.1 [INFO] tweaked toml for crates.io crate procedurals 0.3.1 written to /workspace/builds/worker-66/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa49fcebed6fc2f3d1edceb13eecfef4225dca3fbda73a2b8e6be3066634c87d [INFO] running `Command { std: "docker" "start" "-a" "fa49fcebed6fc2f3d1edceb13eecfef4225dca3fbda73a2b8e6be3066634c87d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa49fcebed6fc2f3d1edceb13eecfef4225dca3fbda73a2b8e6be3066634c87d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa49fcebed6fc2f3d1edceb13eecfef4225dca3fbda73a2b8e6be3066634c87d", kill_on_drop: false }` [INFO] [stdout] fa49fcebed6fc2f3d1edceb13eecfef4225dca3fbda73a2b8e6be3066634c87d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36c03cfc45412d49f1ce21eaa7a3f6bbf5d0ec8b2217aef6d1d9d7ebfb44101b [INFO] running `Command { std: "docker" "start" "-a" "36c03cfc45412d49f1ce21eaa7a3f6bbf5d0ec8b2217aef6d1d9d7ebfb44101b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling procedurals v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:69:45 [INFO] [stdout] | [INFO] [stdout] 69 | fn impl_into_enum(ast: &DeriveInput) -> Box { [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] 69 - fn impl_into_enum(ast: &DeriveInput) -> Box { [INFO] [stdout] 69 + fn impl_into_enum(ast: &DeriveInput) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:92:48 [INFO] [stdout] | [INFO] [stdout] 92 | fn impl_newtype_from(ast: &DeriveInput) -> Box { [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] 92 - fn impl_newtype_from(ast: &DeriveInput) -> Box { [INFO] [stdout] 92 + fn impl_newtype_from(ast: &DeriveInput) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:115:49 [INFO] [stdout] | [INFO] [stdout] 115 | fn impl_newtype_deref(ast: &DeriveInput) -> Box { [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] 115 - fn impl_newtype_deref(ast: &DeriveInput) -> Box { [INFO] [stdout] 115 + fn impl_newtype_deref(ast: &DeriveInput) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | fn impl_error(ast: &DeriveInput) -> Box { [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] 133 - fn impl_error(ast: &DeriveInput) -> Box { [INFO] [stdout] 133 + fn impl_error(ast: &DeriveInput) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:154:43 [INFO] [stdout] | [INFO] [stdout] 154 | fn impl_display(ast: &DeriveInput) -> Box { [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] 154 - fn impl_display(ast: &DeriveInput) -> Box { [INFO] [stdout] 154 + fn impl_display(ast: &DeriveInput) -> Box { [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 6.22s [INFO] running `Command { std: "docker" "inspect" "36c03cfc45412d49f1ce21eaa7a3f6bbf5d0ec8b2217aef6d1d9d7ebfb44101b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36c03cfc45412d49f1ce21eaa7a3f6bbf5d0ec8b2217aef6d1d9d7ebfb44101b", kill_on_drop: false }` [INFO] [stdout] 36c03cfc45412d49f1ce21eaa7a3f6bbf5d0ec8b2217aef6d1d9d7ebfb44101b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f339260798e23178deff7211d5ca5ac86c36fdf79c56605d081f7e3f7d2f1f9 [INFO] running `Command { std: "docker" "start" "-a" "3f339260798e23178deff7211d5ca5ac86c36fdf79c56605d081f7e3f7d2f1f9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:69:45 [INFO] [stdout] | [INFO] [stdout] 69 | fn impl_into_enum(ast: &DeriveInput) -> Box { [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] 69 - fn impl_into_enum(ast: &DeriveInput) -> Box { [INFO] [stdout] 69 + fn impl_into_enum(ast: &DeriveInput) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling procedurals v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:92:48 [INFO] [stdout] | [INFO] [stdout] 92 | fn impl_newtype_from(ast: &DeriveInput) -> Box { [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] 92 - fn impl_newtype_from(ast: &DeriveInput) -> Box { [INFO] [stdout] 92 + fn impl_newtype_from(ast: &DeriveInput) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:115:49 [INFO] [stdout] | [INFO] [stdout] 115 | fn impl_newtype_deref(ast: &DeriveInput) -> Box { [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] 115 - fn impl_newtype_deref(ast: &DeriveInput) -> Box { [INFO] [stdout] 115 + fn impl_newtype_deref(ast: &DeriveInput) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | fn impl_error(ast: &DeriveInput) -> Box { [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] 133 - fn impl_error(ast: &DeriveInput) -> Box { [INFO] [stdout] 133 + fn impl_error(ast: &DeriveInput) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:154:43 [INFO] [stdout] | [INFO] [stdout] 154 | fn impl_display(ast: &DeriveInput) -> Box { [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] 154 - fn impl_display(ast: &DeriveInput) -> Box { [INFO] [stdout] 154 + fn impl_display(ast: &DeriveInput) -> Box { [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/lib.rs:69:45 [INFO] [stdout] | [INFO] [stdout] 69 | fn impl_into_enum(ast: &DeriveInput) -> Box { [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] 69 - fn impl_into_enum(ast: &DeriveInput) -> Box { [INFO] [stdout] 69 + fn impl_into_enum(ast: &DeriveInput) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:92:48 [INFO] [stdout] | [INFO] [stdout] 92 | fn impl_newtype_from(ast: &DeriveInput) -> Box { [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] 92 - fn impl_newtype_from(ast: &DeriveInput) -> Box { [INFO] [stdout] 92 + fn impl_newtype_from(ast: &DeriveInput) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:115:49 [INFO] [stdout] | [INFO] [stdout] 115 | fn impl_newtype_deref(ast: &DeriveInput) -> Box { [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] 115 - fn impl_newtype_deref(ast: &DeriveInput) -> Box { [INFO] [stdout] 115 + fn impl_newtype_deref(ast: &DeriveInput) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:133:41 [INFO] [stdout] | [INFO] [stdout] 133 | fn impl_error(ast: &DeriveInput) -> Box { [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] 133 - fn impl_error(ast: &DeriveInput) -> Box { [INFO] [stdout] 133 + fn impl_error(ast: &DeriveInput) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:154:43 [INFO] [stdout] | [INFO] [stdout] 154 | fn impl_display(ast: &DeriveInput) -> Box { [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] 154 - fn impl_display(ast: &DeriveInput) -> Box { [INFO] [stdout] 154 + fn impl_display(ast: &DeriveInput) -> Box { [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 1.61s [INFO] running `Command { std: "docker" "inspect" "3f339260798e23178deff7211d5ca5ac86c36fdf79c56605d081f7e3f7d2f1f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f339260798e23178deff7211d5ca5ac86c36fdf79c56605d081f7e3f7d2f1f9", kill_on_drop: false }` [INFO] [stdout] 3f339260798e23178deff7211d5ca5ac86c36fdf79c56605d081f7e3f7d2f1f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-66/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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] df6ab7544ce9ca0efa06fc5fecf754b45f971e119a80b79311fc1505ce09da97 [INFO] running `Command { std: "docker" "start" "-a" "df6ab7544ce9ca0efa06fc5fecf754b45f971e119a80b79311fc1505ce09da97", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:69:45 [INFO] [stderr] | [INFO] [stderr] 69 | fn impl_into_enum(ast: &DeriveInput) -> Box { [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] 69 - fn impl_into_enum(ast: &DeriveInput) -> Box { [INFO] [stderr] 69 + fn impl_into_enum(ast: &DeriveInput) -> Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:92:48 [INFO] [stderr] | [INFO] [stderr] 92 | fn impl_newtype_from(ast: &DeriveInput) -> Box { [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] 92 - fn impl_newtype_from(ast: &DeriveInput) -> Box { [INFO] [stderr] 92 + fn impl_newtype_from(ast: &DeriveInput) -> Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:115:49 [INFO] [stderr] | [INFO] [stderr] 115 | fn impl_newtype_deref(ast: &DeriveInput) -> Box { [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] 115 - fn impl_newtype_deref(ast: &DeriveInput) -> Box { [INFO] [stderr] 115 + fn impl_newtype_deref(ast: &DeriveInput) -> Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:133:41 [INFO] [stderr] | [INFO] [stderr] 133 | fn impl_error(ast: &DeriveInput) -> Box { [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] 133 - fn impl_error(ast: &DeriveInput) -> Box { [INFO] [stderr] 133 + fn impl_error(ast: &DeriveInput) -> Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:154:43 [INFO] [stderr] | [INFO] [stderr] 154 | fn impl_display(ast: &DeriveInput) -> Box { [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] 154 - fn impl_display(ast: &DeriveInput) -> Box { [INFO] [stderr] 154 + fn impl_display(ast: &DeriveInput) -> Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `procedurals` (lib) generated 5 warnings [INFO] [stderr] warning: `procedurals` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/procedurals-0c54f958800d6001) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/enum_error.rs (/opt/rustwide/target/debug/deps/enum_error-b9057d30300216d9) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_all ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/into_enum.rs (/opt/rustwide/target/debug/deps/into_enum-1168d9cb5ce37ab7) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test into_enum ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/newtype.rs (/opt/rustwide/target/debug/deps/newtype-61bd681e61fe110b) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test newtype ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests procedurals [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "df6ab7544ce9ca0efa06fc5fecf754b45f971e119a80b79311fc1505ce09da97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df6ab7544ce9ca0efa06fc5fecf754b45f971e119a80b79311fc1505ce09da97", kill_on_drop: false }` [INFO] [stdout] df6ab7544ce9ca0efa06fc5fecf754b45f971e119a80b79311fc1505ce09da97