[INFO] fetching crate supercow 0.1.0... [INFO] building supercow-0.1.0 against try#d5c88c22807925c189328ef9d923c5d2b11a95b8+rustflags=-Zprofile-closures for pr-87066-3 [INFO] extracting crate supercow 0.1.0 into /workspace/builds/worker-69/source [INFO] validating manifest of crates.io crate supercow 0.1.0 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate supercow 0.1.0 [INFO] finished tweaking crates.io crate supercow 0.1.0 [INFO] tweaked toml for crates.io crate supercow 0.1.0 written to /workspace/builds/worker-69/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "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" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "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-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d54b708c61c9ab35f371533928590f34fe1ed25819f5cf7d5ab3cac366ec2c5d [INFO] running `Command { std: "docker" "start" "-a" "d54b708c61c9ab35f371533928590f34fe1ed25819f5cf7d5ab3cac366ec2c5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d54b708c61c9ab35f371533928590f34fe1ed25819f5cf7d5ab3cac366ec2c5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d54b708c61c9ab35f371533928590f34fe1ed25819f5cf7d5ab3cac366ec2c5d", kill_on_drop: false }` [INFO] [stdout] d54b708c61c9ab35f371533928590f34fe1ed25819f5cf7d5ab3cac366ec2c5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d8d36183586df9f5a99f0be3051a37a1ae68e4ec399d9c7c04ef272525526dba [INFO] running `Command { std: "docker" "start" "-a" "d8d36183586df9f5a99f0be3051a37a1ae68e4ec399d9c7c04ef272525526dba", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling supercow v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:886:43 [INFO] [stdout] | [INFO] [stdout] 886 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 949 | / supercow_features!( [INFO] [stdout] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stdout] 951 | | /// [INFO] [stdout] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stdout] ... | [INFO] [stdout] 957 | | /// See also `NonSyncFeatures`. [INFO] [stdout] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stdout] | |_____________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:898:43 [INFO] [stdout] | [INFO] [stdout] 898 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 949 | / supercow_features!( [INFO] [stdout] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stdout] 951 | | /// [INFO] [stdout] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stdout] ... | [INFO] [stdout] 957 | | /// See also `NonSyncFeatures`. [INFO] [stdout] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stdout] | |_____________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:911:17 [INFO] [stdout] | [INFO] [stdout] 911 | for Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 949 | / supercow_features!( [INFO] [stdout] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stdout] 951 | | /// [INFO] [stdout] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stdout] ... | [INFO] [stdout] 957 | | /// See also `NonSyncFeatures`. [INFO] [stdout] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stdout] | |_____________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:917:33 [INFO] [stdout] | [INFO] [stdout] 917 | impl<'a> $clone for Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 949 | / supercow_features!( [INFO] [stdout] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stdout] 951 | | /// [INFO] [stdout] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stdout] ... | [INFO] [stdout] 957 | | /// See also `NonSyncFeatures`. [INFO] [stdout] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stdout] | |_____________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:925:17 [INFO] [stdout] | [INFO] [stdout] 925 | for Box<$feature_name<'a> + 'a> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 949 | / supercow_features!( [INFO] [stdout] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stdout] 951 | | /// [INFO] [stdout] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stdout] ... | [INFO] [stdout] 957 | | /// See also `NonSyncFeatures`. [INFO] [stdout] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stdout] | |_____________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:886:43 [INFO] [stdout] | [INFO] [stdout] 886 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 959 | / supercow_features!( [INFO] [stdout] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stdout] 961 | | /// [INFO] [stdout] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stdout] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stdout] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:898:43 [INFO] [stdout] | [INFO] [stdout] 898 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 959 | / supercow_features!( [INFO] [stdout] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stdout] 961 | | /// [INFO] [stdout] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stdout] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stdout] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:911:17 [INFO] [stdout] | [INFO] [stdout] 911 | for Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 959 | / supercow_features!( [INFO] [stdout] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stdout] 961 | | /// [INFO] [stdout] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stdout] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stdout] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:917:33 [INFO] [stdout] | [INFO] [stdout] 917 | impl<'a> $clone for Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 959 | / supercow_features!( [INFO] [stdout] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stdout] 961 | | /// [INFO] [stdout] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stdout] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stdout] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:925:17 [INFO] [stdout] | [INFO] [stdout] 925 | for Box<$feature_name<'a> + 'a> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 959 | / supercow_features!( [INFO] [stdout] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stdout] 961 | | /// [INFO] [stdout] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stdout] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stdout] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:985:18 [INFO] [stdout] | [INFO] [stdout] 985 | Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:995:37 [INFO] [stdout] | [INFO] [stdout] 995 | SHARED = Box + 'static>> = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1003:18 [INFO] [stdout] | [INFO] [stdout] 1003 | Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1004:39 [INFO] [stdout] | [INFO] [stdout] 1004 | InlineStorage + 'static>>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1022:34 [INFO] [stdout] | [INFO] [stdout] 1022 | SHARED = Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1102:34 [INFO] [stdout] | [INFO] [stdout] 1102 | SHARED = Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1108:41 [INFO] [stdout] | [INFO] [stdout] 1108 | Phantomcow<'a, OWNED, BORROWED, Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1113:40 [INFO] [stdout] | [INFO] [stdout] 1113 | SHARED = Box + 'static>> = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1118:41 [INFO] [stdout] | [INFO] [stdout] 1118 | Phantomcow<'a, OWNED, BORROWED, Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1119:39 [INFO] [stdout] | [INFO] [stdout] 1119 | InlineStorage + 'static>>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/ext.rs:515:23 [INFO] [stdout] | [INFO] [stdout] 515 | unsafe { mem::uninitialized() } [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.75s [INFO] running `Command { std: "docker" "inspect" "d8d36183586df9f5a99f0be3051a37a1ae68e4ec399d9c7c04ef272525526dba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8d36183586df9f5a99f0be3051a37a1ae68e4ec399d9c7c04ef272525526dba", kill_on_drop: false }` [INFO] [stdout] d8d36183586df9f5a99f0be3051a37a1ae68e4ec399d9c7c04ef272525526dba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed3a1061bd9389941778fd9296c09a2451f7790c605c26b944a4536178c6e9c8 [INFO] running `Command { std: "docker" "start" "-a" "ed3a1061bd9389941778fd9296c09a2451f7790c605c26b944a4536178c6e9c8", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:886:43 [INFO] [stdout] | [INFO] [stdout] 886 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 949 | / supercow_features!( [INFO] [stdout] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stdout] 951 | | /// [INFO] [stdout] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stdout] ... | [INFO] [stdout] 957 | | /// See also `NonSyncFeatures`. [INFO] [stdout] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stdout] | |_____________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:898:43 [INFO] [stdout] | [INFO] [stdout] 898 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 949 | / supercow_features!( [INFO] [stdout] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stdout] 951 | | /// [INFO] [stdout] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stdout] ... | [INFO] [stdout] 957 | | /// See also `NonSyncFeatures`. [INFO] [stdout] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stdout] | |_____________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:911:17 [INFO] [stdout] | [INFO] [stdout] 911 | for Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 949 | / supercow_features!( [INFO] [stdout] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stdout] 951 | | /// [INFO] [stdout] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stdout] ... | [INFO] [stdout] 957 | | /// See also `NonSyncFeatures`. [INFO] [stdout] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stdout] | |_____________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:917:33 [INFO] [stdout] | [INFO] [stdout] 917 | impl<'a> $clone for Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 949 | / supercow_features!( [INFO] [stdout] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stdout] 951 | | /// [INFO] [stdout] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stdout] ... | [INFO] [stdout] 957 | | /// See also `NonSyncFeatures`. [INFO] [stdout] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stdout] | |_____________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:925:17 [INFO] [stdout] | [INFO] [stdout] 925 | for Box<$feature_name<'a> + 'a> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 949 | / supercow_features!( [INFO] [stdout] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stdout] 951 | | /// [INFO] [stdout] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stdout] ... | [INFO] [stdout] 957 | | /// See also `NonSyncFeatures`. [INFO] [stdout] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stdout] | |_____________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:886:43 [INFO] [stdout] | [INFO] [stdout] 886 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 959 | / supercow_features!( [INFO] [stdout] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stdout] 961 | | /// [INFO] [stdout] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stdout] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stdout] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:898:43 [INFO] [stdout] | [INFO] [stdout] 898 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 959 | / supercow_features!( [INFO] [stdout] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stdout] 961 | | /// [INFO] [stdout] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stdout] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stdout] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:911:17 [INFO] [stdout] | [INFO] [stdout] 911 | for Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 959 | / supercow_features!( [INFO] [stdout] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stdout] 961 | | /// [INFO] [stdout] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stdout] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stdout] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:917:33 [INFO] [stdout] | [INFO] [stdout] 917 | impl<'a> $clone for Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 959 | / supercow_features!( [INFO] [stdout] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stdout] 961 | | /// [INFO] [stdout] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stdout] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stdout] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:925:17 [INFO] [stdout] | [INFO] [stdout] 925 | for Box<$feature_name<'a> + 'a> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 959 | / supercow_features!( [INFO] [stdout] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stdout] 961 | | /// [INFO] [stdout] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stdout] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stdout] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling supercow v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:985:18 [INFO] [stdout] | [INFO] [stdout] 985 | Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:995:37 [INFO] [stdout] | [INFO] [stdout] 995 | SHARED = Box + 'static>> = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1003:18 [INFO] [stdout] | [INFO] [stdout] 1003 | Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1004:39 [INFO] [stdout] | [INFO] [stdout] 1004 | InlineStorage + 'static>>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1022:34 [INFO] [stdout] | [INFO] [stdout] 1022 | SHARED = Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1102:34 [INFO] [stdout] | [INFO] [stdout] 1102 | SHARED = Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1108:41 [INFO] [stdout] | [INFO] [stdout] 1108 | Phantomcow<'a, OWNED, BORROWED, Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1113:40 [INFO] [stdout] | [INFO] [stdout] 1113 | SHARED = Box + 'static>> = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1118:41 [INFO] [stdout] | [INFO] [stdout] 1118 | Phantomcow<'a, OWNED, BORROWED, Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1119:39 [INFO] [stdout] | [INFO] [stdout] 1119 | InlineStorage + 'static>>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/ext.rs:515:23 [INFO] [stdout] | [INFO] [stdout] 515 | unsafe { mem::uninitialized() } [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:886:43 [INFO] [stdout] | [INFO] [stdout] 886 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 949 | / supercow_features!( [INFO] [stdout] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stdout] 951 | | /// [INFO] [stdout] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stdout] ... | [INFO] [stdout] 957 | | /// See also `NonSyncFeatures`. [INFO] [stdout] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stdout] | |_____________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:898:43 [INFO] [stdout] | [INFO] [stdout] 898 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 949 | / supercow_features!( [INFO] [stdout] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stdout] 951 | | /// [INFO] [stdout] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stdout] ... | [INFO] [stdout] 957 | | /// See also `NonSyncFeatures`. [INFO] [stdout] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stdout] | |_____________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:911:17 [INFO] [stdout] | [INFO] [stdout] 911 | for Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 949 | / supercow_features!( [INFO] [stdout] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stdout] 951 | | /// [INFO] [stdout] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stdout] ... | [INFO] [stdout] 957 | | /// See also `NonSyncFeatures`. [INFO] [stdout] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stdout] | |_____________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:917:33 [INFO] [stdout] | [INFO] [stdout] 917 | impl<'a> $clone for Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 949 | / supercow_features!( [INFO] [stdout] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stdout] 951 | | /// [INFO] [stdout] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stdout] ... | [INFO] [stdout] 957 | | /// See also `NonSyncFeatures`. [INFO] [stdout] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stdout] | |_____________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:925:17 [INFO] [stdout] | [INFO] [stdout] 925 | for Box<$feature_name<'a> + 'a> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 949 | / supercow_features!( [INFO] [stdout] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stdout] 951 | | /// [INFO] [stdout] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stdout] ... | [INFO] [stdout] 957 | | /// See also `NonSyncFeatures`. [INFO] [stdout] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stdout] | |_____________________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:886:43 [INFO] [stdout] | [INFO] [stdout] 886 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 959 | / supercow_features!( [INFO] [stdout] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stdout] 961 | | /// [INFO] [stdout] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stdout] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stdout] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:898:43 [INFO] [stdout] | [INFO] [stdout] 898 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 959 | / supercow_features!( [INFO] [stdout] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stdout] 961 | | /// [INFO] [stdout] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stdout] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stdout] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:911:17 [INFO] [stdout] | [INFO] [stdout] 911 | for Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 959 | / supercow_features!( [INFO] [stdout] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stdout] 961 | | /// [INFO] [stdout] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stdout] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stdout] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:917:33 [INFO] [stdout] | [INFO] [stdout] 917 | impl<'a> $clone for Box<$feature_name<'a> + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 959 | / supercow_features!( [INFO] [stdout] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stdout] 961 | | /// [INFO] [stdout] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stdout] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stdout] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:925:17 [INFO] [stdout] | [INFO] [stdout] 925 | for Box<$feature_name<'a> + 'a> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn $feature_name<'a> + 'a` [INFO] [stdout] ... [INFO] [stdout] 959 | / supercow_features!( [INFO] [stdout] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stdout] 961 | | /// [INFO] [stdout] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stdout] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stdout] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stdout] | |________________________________________________________________- in this macro invocation [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] = note: this warning originates in the macro `supercow_features` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:985:18 [INFO] [stdout] | [INFO] [stdout] 985 | Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:995:37 [INFO] [stdout] | [INFO] [stdout] 995 | SHARED = Box + 'static>> = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1003:18 [INFO] [stdout] | [INFO] [stdout] 1003 | Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1004:39 [INFO] [stdout] | [INFO] [stdout] 1004 | InlineStorage + 'static>>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1022:34 [INFO] [stdout] | [INFO] [stdout] 1022 | SHARED = Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1102:34 [INFO] [stdout] | [INFO] [stdout] 1102 | SHARED = Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1108:41 [INFO] [stdout] | [INFO] [stdout] 1108 | Phantomcow<'a, OWNED, BORROWED, Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1113:40 [INFO] [stdout] | [INFO] [stdout] 1113 | SHARED = Box + 'static>> = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1118:41 [INFO] [stdout] | [INFO] [stdout] 1118 | Phantomcow<'a, OWNED, BORROWED, Box + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:1119:39 [INFO] [stdout] | [INFO] [stdout] 1119 | InlineStorage + 'static>>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [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] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/ext.rs:515:23 [INFO] [stdout] | [INFO] [stdout] 515 | unsafe { mem::uninitialized() } [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: supercow, (96d33b0b629df3d2, 538b543296eb3452), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (1f74359ad43313a9, 2e8f54f8d5076d0b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (a23e72e0104dc80e, 33f7eb56da6f1aca), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (e2d7a5f0cf9fa6ed, c425b8e50800a045), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (49012439367a4951, 977ade74e81d9a02), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (7675a08bf35be36a, d3df939f9ebea957), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (5daff406b4a49580, 8811d94fedddefa9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (fcd48cf1d5d4712d, 2c0e4e87bf7019bb), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (b156aabdad0fc1af, 7ec99d8e1fb1bc58), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (9478173ddcd6a131, 663ebdc928aefcd2), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (7291cbe2d86426af, c2fa796f3d8976fa), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (cb72372453a6b7bd, 39ce1f9a15162ccb), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (63b153847905293d, dabc844ef103f614), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (fb8f9fb68e7e99e, 9bfc5f4ef4f1daa3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (13000fa4d109ec62, a59406d16ae4204f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (c7a4f6b69b632103, 53ca7ca02fa84cf4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (328d1dee8ef293f, 229c1ea870b588cc), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (5b76b0a544560d4e, d7d9d0eba51cf566), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (2a99a0510847889d, 32850dd9e2a6f1a5), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (e7bcfd115a10f68c, e2cfe9d7ab6e6e52), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (39cb70a9d2add9ab, 54259e0afcf3dca3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (cbbf2d7ba4c02cb8, ce680915c0c60c55), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (9318a764d477059, b0a3b7fc650ecc30), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (21a38ec6b9eecfdf, fd00beab2a423520), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (6466d91af9f0d6eb, f2a11ab2ffbd78da), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (7bc999b4e00f34dd, c0dfc586cf44589f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (6cabd1d95a751bdc, c38d5119e26c855c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (1ba8b354f63ccf1f, bb7fe9bc05fb332c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (611aeb271ffe87d9, ccb88bd8359722e0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (a53c8b1497650b99, f13ecf5c30929835), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (80453e0da15077ad, fc9efb60c3ffb849), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (74fd541b4e361018, f827aa93cf4e4312), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (5b1695fe62e8de66, d69da258027750ac), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (159b7396d542ce13, e3373dacdb6f4518), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (d74a7f157ef4464e, 77cf25e40423b000), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (c6d3c7b54f667b0e, 97d8d9de9c1e75b0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (66f5f4e79667701e, 827f283740d2bf35), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (675d4ed4698ce8d6, 6ee4eb26525febfe), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (35ce97ead4f6e752, 1defde2ce3dae08f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (e4e39e0e624ded5e, 3a63377f858f4ca1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (8b3d3f9d1dbb8c0b, 564d10a9ca7a08f4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (cea6f95c3ead9ad4, a6c3a028fc27f145), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (9b1c91330195e622, bdfa26b58c4db57), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (b39d7d5374460ca4, b6d8b9574f23290f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (ab8b9590aeb7504e, 1adf69bdcc3c3d64), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (69fc559f65b632c1, b2c3514c08bc51e3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (36bf4e19df7c6b19, 66ac42e330a1521), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (5632da6f71bae539, 36cdafa860651dab), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (ee0823f7e3405d54, f5fdac9de986c2fe), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (eb48f3399396d460, 367bbc8cdd75ce36), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (2d231bc901c5d455, af4d46d0ea50ccaa), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (9af20a6f36219449, d0e96e12ba2d2c76), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (8a0f895a8f7cd709, e5c6e2b2e46d83d1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (69eb5c791ef16f2e, fdb92d7f180f0287), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (46ce3d9f91083404, c6a6899542ca8e1b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (8fd4905036714ba0, a54140619247a129), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (6f68d5afcf43ed24, 37abddb344bbe893), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (728f7d4c853e747e, 7110be1dfa8812bf), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (71b39a2cda9d24bf, 715b92e0ef719e49), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (71c06eddc0ed7873, dfe040353062147a), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (22332259ceb76756, ef68957e7081d5dc), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (a6e33a6cd6b02f12, d4272e6badc04bd4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (1488249d40bdc4f6, f66d800b88f0d552), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (f677ef3e5bb28a27, 8b0d3769c0b5199d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (f7aa6c95779823e3, d88801a1bf3d6a94), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (8f8ef690955df358, a9bc478a113180a3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (8a8f09c54805481f, aafe3bf4152effd6), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (af2dabd0eacc5a8, 4a05f2013dfb35ce), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (70066b85c33bf7e4, 573b95a6c2c0c892), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (355290c83b839e03, 7e09df6376f65e8c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (3a410aa800641015, ece77f129be50d9a), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (f9be1fed5f3d494f, 4a77bdb2f1aa930f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (5e88bfa903ca205e, dc1e8662a2911ccb), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (d3c94a07545e51f3, e2ea71c869fd9c08), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (c388bd91a5237295, 5fc7c60931ceea9d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (6d3a3a81f98bed87, 4acc47c729507df3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (7314ab70f2ee309e, d14881590cc82fa9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (bf5bef5f5ba94033, b030528a182e7d25), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (233903dd804f5c00, 7667003809de7864), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (ec80556ed3ac7f33, 95cc985f385707e0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (ea0f6eafdd1c5be2, 428c2e2b03932910), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (1bbdec9208406fd9, e00bc4455e334fca), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (4ad6eb828a148205, 30f83ee334811df0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (b33a9e610bdcaede, 715c15c355eac431), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (ba322a73e8ec1fe6, 9cf58dfaa6a3f505), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (6e098aafcfbf6ba, 3dd5025f828bed2d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (cfe292c72e054bad, 626f6e99d4585ef8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (30e8ae3952642ea0, 79059244dd32ed0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (572d39b938122249, 30323b35e4eb250f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (4eca237480fd0e85, 5c058d1854b04a6), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (b73a9fe999a902bb, 4a6d953ff6eff039), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (eda9b70cf4cc72a7, e07a13178851fa85), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (80373400fe00e0d0, a4b3b22a2cbcc676), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (4f8774190589a947, 2926d7de1697fc43), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (be87308cbe7a4855, c1864b8c227a4ab1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (c764428176535500, 7ead0fa39e68b76c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (fe6edfa435c3ae76, 2cb8b9fd1566287a), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (8e609cd008dbec7, 3a31f5c8ccbf6b24), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (556f2db53ba9a9b6, 2f729d51d41694a0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (be0e666304419ade, 2fbe6d086eaccd25), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (1f0bd910b2d01a57, 63e967dbcc2edd6b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (3ddef06d0253fffe, fb2b0eb38ea5214e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (c2610f16ebdd4a1, 4f2a2303e190664a), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (8473b8a0538b80f0, b8af990a7c0d7996), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (cd4456bd5aa4c68b, 3e256adf39f87fbd), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (9d7b9db62bdf0540, 89431154573ed155), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (80ff26b39189fc37, 6569eca8ff06e1d8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (6e276cd60ac0036d, 43a71ce89ede6657), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (25a950a26e7f2f1d, e2c264886e321d42), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (6a22a814950f001, 359841086eaec7b9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (f19d728f67a02aa7, 89c0c08595dfa69b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (ddef8c1d18730bb4, ee58969b19f10d73), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (174cb909775a1f08, 3c04b7efee915283), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (fcbd41323f3d58c1, 46606ddb5ea37d88), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (69d14bcc58620792, b1e8f168776fbd15), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (b25b0fcc85d00e5, 46f3daa68fb602c8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (81b75f0c29e60cb5, 927b41ade95d9f63), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (b5d6a4a03a874163, 3a52031ce8b042f7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (acc04ed6af0b3934, b7ac9f6c07c313c5), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (39087c3ad92fc0f, 822dd7d1e72ef5f8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (c7f785a02ef31d76, 54b4d655f129d313), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (e9f1e00046c52b27, 47cfc0accc9098ca), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (c5dca478b8715b52, 89555ced50197ee6), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (c2e47cf39d031349, 3cec84e8b66c23d5), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (8ad537fd784db91, 42b1c680ef65c097), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (6a0690ee5d911e, 73fa564d5653768d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (cd50b813a51c72bb, ad932c696834509b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (9b36567e137a188e, 483e981198292d4f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: supercow, (ef71a24da760346b, 9e00dcaed5ab0606), 0, 0 [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.31s [INFO] running `Command { std: "docker" "inspect" "ed3a1061bd9389941778fd9296c09a2451f7790c605c26b944a4536178c6e9c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed3a1061bd9389941778fd9296c09a2451f7790c605c26b944a4536178c6e9c8", kill_on_drop: false }` [INFO] [stdout] ed3a1061bd9389941778fd9296c09a2451f7790c605c26b944a4536178c6e9c8