[INFO] crate supercow 0.1.0 is already in cache [INFO] extracting crate supercow 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/supercow/0.1.0 [INFO] extracting crate supercow 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/supercow/0.1.0 [INFO] validating manifest of supercow-0.1.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of supercow-0.1.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing supercow-0.1.0 [INFO] finished frobbing supercow-0.1.0 [INFO] frobbed toml for supercow-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/supercow/0.1.0/Cargo.toml [INFO] started frobbing supercow-0.1.0 [INFO] finished frobbing supercow-0.1.0 [INFO] frobbed toml for supercow-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/supercow/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing supercow-0.1.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/supercow/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 5eafebdefe053c6bed2ef77ada0f9ec05083d09eae3ab42f4f5404b68fa0f893 [INFO] running `"docker" "start" "-a" "5eafebdefe053c6bed2ef77ada0f9ec05083d09eae3ab42f4f5404b68fa0f893"` [INFO] [stderr] Compiling supercow v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:886:63 [INFO] [stderr] | [INFO] [stderr] 886 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a>; [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 949 | / supercow_features!( [INFO] [stderr] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stderr] 951 | | /// [INFO] [stderr] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stderr] ... | [INFO] [stderr] 957 | | /// See also `NonSyncFeatures`. [INFO] [stderr] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stderr] | |_____________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:898:63 [INFO] [stderr] | [INFO] [stderr] 898 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a> { [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 949 | / supercow_features!( [INFO] [stderr] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stderr] 951 | | /// [INFO] [stderr] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stderr] ... | [INFO] [stderr] 957 | | /// See also `NonSyncFeatures`. [INFO] [stderr] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stderr] | |_____________________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:911:37 [INFO] [stderr] | [INFO] [stderr] 911 | for Box<$feature_name<'a> + 'a> { [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 949 | / supercow_features!( [INFO] [stderr] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stderr] 951 | | /// [INFO] [stderr] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stderr] ... | [INFO] [stderr] 957 | | /// See also `NonSyncFeatures`. [INFO] [stderr] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stderr] | |_____________________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:917:53 [INFO] [stderr] | [INFO] [stderr] 917 | impl<'a> $clone for Box<$feature_name<'a> + 'a> { [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 949 | / supercow_features!( [INFO] [stderr] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stderr] 951 | | /// [INFO] [stderr] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stderr] ... | [INFO] [stderr] 957 | | /// See also `NonSyncFeatures`. [INFO] [stderr] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stderr] | |_____________________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:925:37 [INFO] [stderr] | [INFO] [stderr] 925 | for Box<$feature_name<'a> + 'a> [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 949 | / supercow_features!( [INFO] [stderr] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stderr] 951 | | /// [INFO] [stderr] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stderr] ... | [INFO] [stderr] 957 | | /// See also `NonSyncFeatures`. [INFO] [stderr] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stderr] | |_____________________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:886:63 [INFO] [stderr] | [INFO] [stderr] 886 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a>; [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 959 | / supercow_features!( [INFO] [stderr] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stderr] 961 | | /// [INFO] [stderr] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stderr] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stderr] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stderr] | |________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:898:63 [INFO] [stderr] | [INFO] [stderr] 898 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a> { [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 959 | / supercow_features!( [INFO] [stderr] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stderr] 961 | | /// [INFO] [stderr] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stderr] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stderr] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stderr] | |________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:911:37 [INFO] [stderr] | [INFO] [stderr] 911 | for Box<$feature_name<'a> + 'a> { [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 959 | / supercow_features!( [INFO] [stderr] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stderr] 961 | | /// [INFO] [stderr] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stderr] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stderr] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stderr] | |________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:917:53 [INFO] [stderr] | [INFO] [stderr] 917 | impl<'a> $clone for Box<$feature_name<'a> + 'a> { [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 959 | / supercow_features!( [INFO] [stderr] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stderr] 961 | | /// [INFO] [stderr] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stderr] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stderr] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stderr] | |________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:925:37 [INFO] [stderr] | [INFO] [stderr] 925 | for Box<$feature_name<'a> + 'a> [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 959 | / supercow_features!( [INFO] [stderr] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stderr] 961 | | /// [INFO] [stderr] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stderr] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stderr] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stderr] | |________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:985:18 [INFO] [stderr] | [INFO] [stderr] 985 | Box + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:995:37 [INFO] [stderr] | [INFO] [stderr] 995 | SHARED = Box + 'static>> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1003:18 [INFO] [stderr] | [INFO] [stderr] 1003 | Box + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1004:39 [INFO] [stderr] | [INFO] [stderr] 1004 | InlineStorage + 'static>>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1022:34 [INFO] [stderr] | [INFO] [stderr] 1022 | SHARED = Box + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1102:34 [INFO] [stderr] | [INFO] [stderr] 1102 | SHARED = Box + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1108:41 [INFO] [stderr] | [INFO] [stderr] 1108 | Phantomcow<'a, OWNED, BORROWED, Box + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1113:40 [INFO] [stderr] | [INFO] [stderr] 1113 | SHARED = Box + 'static>> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1118:41 [INFO] [stderr] | [INFO] [stderr] 1118 | Phantomcow<'a, OWNED, BORROWED, Box + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1119:39 [INFO] [stderr] | [INFO] [stderr] 1119 | InlineStorage + 'static>>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.73s [INFO] running `"docker" "inspect" "5eafebdefe053c6bed2ef77ada0f9ec05083d09eae3ab42f4f5404b68fa0f893"` [INFO] running `"docker" "rm" "-f" "5eafebdefe053c6bed2ef77ada0f9ec05083d09eae3ab42f4f5404b68fa0f893"` [INFO] [stdout] 5eafebdefe053c6bed2ef77ada0f9ec05083d09eae3ab42f4f5404b68fa0f893 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/supercow/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 012045036b48fed4d1cba70ef558bafd3b8e451aa1100a5a9bb1b5b0d240a11e [INFO] running `"docker" "start" "-a" "012045036b48fed4d1cba70ef558bafd3b8e451aa1100a5a9bb1b5b0d240a11e"` [INFO] [stderr] Compiling supercow v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:886:63 [INFO] [stderr] | [INFO] [stderr] 886 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a>; [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 949 | / supercow_features!( [INFO] [stderr] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stderr] 951 | | /// [INFO] [stderr] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stderr] ... | [INFO] [stderr] 957 | | /// See also `NonSyncFeatures`. [INFO] [stderr] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stderr] | |_____________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:898:63 [INFO] [stderr] | [INFO] [stderr] 898 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a> { [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 949 | / supercow_features!( [INFO] [stderr] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stderr] 951 | | /// [INFO] [stderr] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stderr] ... | [INFO] [stderr] 957 | | /// See also `NonSyncFeatures`. [INFO] [stderr] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stderr] | |_____________________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:911:37 [INFO] [stderr] | [INFO] [stderr] 911 | for Box<$feature_name<'a> + 'a> { [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 949 | / supercow_features!( [INFO] [stderr] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stderr] 951 | | /// [INFO] [stderr] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stderr] ... | [INFO] [stderr] 957 | | /// See also `NonSyncFeatures`. [INFO] [stderr] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stderr] | |_____________________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:917:53 [INFO] [stderr] | [INFO] [stderr] 917 | impl<'a> $clone for Box<$feature_name<'a> + 'a> { [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 949 | / supercow_features!( [INFO] [stderr] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stderr] 951 | | /// [INFO] [stderr] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stderr] ... | [INFO] [stderr] 957 | | /// See also `NonSyncFeatures`. [INFO] [stderr] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stderr] | |_____________________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:925:37 [INFO] [stderr] | [INFO] [stderr] 925 | for Box<$feature_name<'a> + 'a> [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 949 | / supercow_features!( [INFO] [stderr] 950 | | /// The default shared reference type for `Supercow`. [INFO] [stderr] 951 | | /// [INFO] [stderr] 952 | | /// This requires the shared reference type to be `Clone`, `Send`, and [INFO] [stderr] ... | [INFO] [stderr] 957 | | /// See also `NonSyncFeatures`. [INFO] [stderr] 958 | | pub trait DefaultFeatures: Clone, TwoStepShared(TwoStepArc), Send, Sync); [INFO] [stderr] | |_____________________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:886:63 [INFO] [stderr] | [INFO] [stderr] 886 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a>; [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 959 | / supercow_features!( [INFO] [stderr] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stderr] 961 | | /// [INFO] [stderr] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stderr] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stderr] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stderr] | |________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:898:63 [INFO] [stderr] | [INFO] [stderr] 898 | fn $clone_boxed(&self) -> Box<$feature_name<'a> + 'a> { [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 959 | / supercow_features!( [INFO] [stderr] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stderr] 961 | | /// [INFO] [stderr] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stderr] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stderr] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stderr] | |________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:911:37 [INFO] [stderr] | [INFO] [stderr] 911 | for Box<$feature_name<'a> + 'a> { [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 959 | / supercow_features!( [INFO] [stderr] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stderr] 961 | | /// [INFO] [stderr] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stderr] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stderr] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stderr] | |________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:917:53 [INFO] [stderr] | [INFO] [stderr] 917 | impl<'a> $clone for Box<$feature_name<'a> + 'a> { [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 959 | / supercow_features!( [INFO] [stderr] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stderr] 961 | | /// [INFO] [stderr] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stderr] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stderr] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stderr] | |________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:925:37 [INFO] [stderr] | [INFO] [stderr] 925 | for Box<$feature_name<'a> + 'a> [INFO] [stderr] | ^^ help: use `dyn`: `dyn 'a` [INFO] [stderr] ... [INFO] [stderr] 959 | / supercow_features!( [INFO] [stderr] 960 | | /// The shared reference type for `NonSyncSupercow`. [INFO] [stderr] 961 | | /// [INFO] [stderr] 962 | | /// Unlike `DefaultFeatures`, this only requires the shared reference type [INFO] [stderr] 963 | | /// to be `Clone`, thus permitting `Rc`. [INFO] [stderr] 964 | | pub trait NonSyncFeatures: Clone, TwoStepShared(TwoStepRc)); [INFO] [stderr] | |________________________________________________________________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:985:18 [INFO] [stderr] | [INFO] [stderr] 985 | Box + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:995:37 [INFO] [stderr] | [INFO] [stderr] 995 | SHARED = Box + 'static>> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1003:18 [INFO] [stderr] | [INFO] [stderr] 1003 | Box + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1004:39 [INFO] [stderr] | [INFO] [stderr] 1004 | InlineStorage + 'static>>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1022:34 [INFO] [stderr] | [INFO] [stderr] 1022 | SHARED = Box + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1102:34 [INFO] [stderr] | [INFO] [stderr] 1102 | SHARED = Box + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1108:41 [INFO] [stderr] | [INFO] [stderr] 1108 | Phantomcow<'a, OWNED, BORROWED, Box + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1113:40 [INFO] [stderr] | [INFO] [stderr] 1113 | SHARED = Box + 'static>> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DefaultFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1118:41 [INFO] [stderr] | [INFO] [stderr] 1118 | Phantomcow<'a, OWNED, BORROWED, Box + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:1119:39 [INFO] [stderr] | [INFO] [stderr] 1119 | InlineStorage + 'static>>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NonSyncFeatures<'static> + 'static` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.52s [INFO] running `"docker" "inspect" "012045036b48fed4d1cba70ef558bafd3b8e451aa1100a5a9bb1b5b0d240a11e"` [INFO] running `"docker" "rm" "-f" "012045036b48fed4d1cba70ef558bafd3b8e451aa1100a5a9bb1b5b0d240a11e"` [INFO] [stdout] 012045036b48fed4d1cba70ef558bafd3b8e451aa1100a5a9bb1b5b0d240a11e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/supercow/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 8a2d9c69499475f8f1b8f27c6a87eeb11cb7be3f2b9c4dc97993147f12be3048 [INFO] running `"docker" "start" "-a" "8a2d9c69499475f8f1b8f27c6a87eeb11cb7be3f2b9c4dc97993147f12be3048"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/supercow-c51b79f843498caf [INFO] [stdout] [INFO] [stdout] running 125 tests [INFO] [stdout] test boxed_nonsync_tests::default_accepts_arc ... ok [INFO] [stdout] test boxed_nonsync_tests::clone_shared_phantomcow ... ok [INFO] [stdout] test boxed_nonsync_tests::clone_owned_phantomcow ... ok [INFO] [stdout] test boxed_nonsync_tests::clone_borrowed_phantomcow ... ok [INFO] [stdout] test boxed_nonsync_tests::general_trait_delegs_work ... ok [INFO] [stdout] test boxed_nonsync_tests::dst_vec_u8s ... ok [INFO] [stdout] test boxed_nonsync_tests::dst_string_str ... ok [INFO] [stdout] test boxed_nonsync_tests::borrowed_phantomcow ... ok [INFO] [stdout] test boxed_nonsync_tests::dst_osstring_osstr ... ok [INFO] [stdout] test boxed_nonsync_tests::dst_cstring_cstr ... ok [INFO] [stdout] test boxed_nonsync_tests::owned_mode_survives_moving ... ok [INFO] [stdout] test boxed_nonsync_tests::share_borrowed_phantomcow ... ok [INFO] [stdout] test boxed_nonsync_tests::share_borrowed_supercow ... ok [INFO] [stdout] test boxed_nonsync_tests::ref_to_owned ... ok [INFO] [stdout] test boxed_nonsync_tests::owned_phantomcow ... ok [INFO] [stdout] test boxed_nonsync_tests::share_owned_dst_supercow ... ok [INFO] [stdout] test boxed_nonsync_tests::share_owned_dst_phantomcow ... ok [INFO] [stdout] test boxed_nonsync_tests::share_owned_phantomcow ... ok [INFO] [stdout] test boxed_nonsync_tests::share_shared_supercow ... ok [INFO] [stdout] test boxed_nonsync_tests::take_ownership_borrowed ... ok [INFO] [stdout] test boxed_nonsync_tests::take_ownership_owned ... ok [INFO] [stdout] test boxed_nonsync_tests::take_ownership_shared ... ok [INFO] [stdout] test boxed_nonsync_tests::unborrow_borrowed ... ok [INFO] [stdout] test boxed_nonsync_tests::unborrow_owned ... ok [INFO] [stdout] test boxed_nonsync_tests::unborrow_shared ... ok [INFO] [stdout] test boxed_sync_tests::borrowed_phantomcow ... ok [INFO] [stdout] test boxed_sync_tests::clone_owned_phantomcow ... ok [INFO] [stdout] test boxed_sync_tests::clone_borrowed_phantomcow ... ok [INFO] [stdout] test boxed_sync_tests::default_accepts_arc ... ok [INFO] [stdout] test boxed_sync_tests::clone_shared_phantomcow ... ok [INFO] [stdout] test boxed_sync_tests::dst_cstring_cstr ... ok [INFO] [stdout] test boxed_sync_tests::dst_osstring_osstr ... ok [INFO] [stdout] test boxed_nonsync_tests::supports_dst ... ok [INFO] [stdout] test boxed_nonsync_tests::shared_phantomcow ... ok [INFO] [stdout] test boxed_nonsync_tests::ref_safe_even_if_forgotten ... ok [INFO] [stdout] test boxed_nonsync_tests::share_owned_supercow ... ok [INFO] [stdout] test boxed_nonsync_tests::share_shared_phantomcow ... ok [INFO] [stdout] test boxed_sync_tests::owned_phantomcow ... ok [INFO] [stdout] test boxed_sync_tests::ref_to_owned ... ok [INFO] [stdout] test boxed_sync_tests::general_trait_delegs_work ... ok [INFO] [stdout] test boxed_sync_tests::dst_vec_u8s ... ok [INFO] [stdout] test boxed_sync_tests::owned_mode_survives_moving ... ok [INFO] [stdout] test boxed_sync_tests::dst_string_str ... ok [INFO] [stdout] test boxed_sync_tests::share_borrowed_phantomcow ... ok [INFO] [stdout] test boxed_sync_tests::ref_safe_even_if_forgotten ... ok [INFO] [stdout] test boxed_sync_tests::share_borrowed_supercow ... ok [INFO] [stdout] test boxed_sync_tests::share_owned_dst_phantomcow ... ok [INFO] [stdout] test boxed_sync_tests::share_owned_dst_supercow ... ok [INFO] [stdout] test boxed_sync_tests::share_owned_phantomcow ... ok [INFO] [stdout] test boxed_sync_tests::shared_phantomcow ... ok [INFO] [stdout] test boxed_sync_tests::share_owned_supercow ... ok [INFO] [stdout] test boxed_sync_tests::take_ownership_owned ... ok [INFO] [stdout] test boxed_sync_tests::supports_dst ... ok [INFO] [stdout] test boxed_sync_tests::take_ownership_borrowed ... ok [INFO] [stdout] test boxed_sync_tests::share_shared_supercow ... ok [INFO] [stdout] test inline_nonsync_tests::borrowed_phantomcow ... ok [INFO] [stdout] test boxed_sync_tests::unborrow_owned ... ok [INFO] [stdout] test boxed_sync_tests::unborrow_shared ... ok [INFO] [stdout] test boxed_sync_tests::take_ownership_shared ... ok [INFO] [stdout] test boxed_sync_tests::unborrow_borrowed ... ok [INFO] [stdout] test inline_nonsync_tests::dst_cstring_cstr ... ok [INFO] [stdout] test inline_nonsync_tests::clone_borrowed_phantomcow ... ok [INFO] [stdout] test boxed_sync_tests::share_shared_phantomcow ... ok [INFO] [stdout] test inline_nonsync_tests::clone_shared_phantomcow ... ok [INFO] [stdout] test inline_nonsync_tests::default_accepts_arc ... ok [INFO] [stdout] test inline_nonsync_tests::clone_owned_phantomcow ... ok [INFO] [stdout] test inline_nonsync_tests::dst_osstring_osstr ... ok [INFO] [stdout] test inline_nonsync_tests::dst_string_str ... ok [INFO] [stdout] test inline_nonsync_tests::owned_mode_survives_moving ... ok [INFO] [stdout] test inline_nonsync_tests::ref_to_owned ... ok [INFO] [stdout] test inline_nonsync_tests::ref_safe_even_if_forgotten ... ok [INFO] [stdout] test inline_nonsync_tests::share_borrowed_phantomcow ... ok [INFO] [stdout] test inline_nonsync_tests::dst_vec_u8s ... ok [INFO] [stdout] test inline_nonsync_tests::owned_phantomcow ... ok [INFO] [stdout] test inline_nonsync_tests::general_trait_delegs_work ... ok [INFO] [stdout] test inline_nonsync_tests::share_borrowed_supercow ... ok [INFO] [stdout] test inline_nonsync_tests::share_owned_dst_phantomcow ... ok [INFO] [stdout] test inline_nonsync_tests::share_owned_phantomcow ... ok [INFO] [stdout] test inline_nonsync_tests::shared_phantomcow ... ok [INFO] [stdout] test inline_nonsync_tests::supports_dst ... ok [INFO] [stdout] test inline_nonsync_tests::take_ownership_borrowed ... ok [INFO] [stdout] test inline_nonsync_tests::share_owned_dst_supercow ... ok [INFO] [stdout] test inline_nonsync_tests::share_shared_phantomcow ... ok [INFO] [stdout] test inline_nonsync_tests::share_shared_supercow ... ok [INFO] [stdout] test inline_nonsync_tests::share_owned_supercow ... ok [INFO] [stdout] test inline_nonsync_tests::take_ownership_owned ... ok [INFO] [stdout] test inline_nonsync_tests::take_ownership_shared ... ok [INFO] [stdout] test inline_nonsync_tests::unborrow_borrowed ... ok [INFO] [stdout] test inline_nonsync_tests::unborrow_owned ... ok [INFO] [stdout] test inline_nonsync_tests::unborrow_shared ... ok [INFO] [stdout] test inline_sync_tests::borrowed_phantomcow ... ok [INFO] [stdout] test inline_sync_tests::clone_owned_phantomcow ... ok [INFO] [stdout] test inline_sync_tests::clone_shared_phantomcow ... ok [INFO] [stdout] test inline_sync_tests::dst_cstring_cstr ... ok [INFO] [stdout] test inline_sync_tests::default_accepts_arc ... ok [INFO] [stdout] test inline_sync_tests::clone_borrowed_phantomcow ... ok [INFO] [stdout] test inline_sync_tests::dst_vec_u8s ... ok [INFO] [stdout] test inline_sync_tests::general_trait_delegs_work ... ok [INFO] [stdout] test inline_sync_tests::owned_phantomcow ... ok [INFO] [stdout] test inline_sync_tests::owned_mode_survives_moving ... ok [INFO] [stdout] test inline_sync_tests::dst_osstring_osstr ... ok [INFO] [stdout] test inline_sync_tests::ref_to_owned ... ok [INFO] [stdout] test inline_sync_tests::share_borrowed_supercow ... ok [INFO] [stdout] test inline_sync_tests::share_borrowed_phantomcow ... ok [INFO] [stdout] test inline_sync_tests::share_owned_dst_supercow ... ok [INFO] [stdout] test inline_sync_tests::share_owned_dst_phantomcow ... ok [INFO] [stdout] test inline_sync_tests::dst_string_str ... ok [INFO] [stdout] test inline_sync_tests::share_owned_phantomcow ... ok [INFO] [stdout] test inline_sync_tests::ref_safe_even_if_forgotten ... ok [INFO] [stdout] test inline_sync_tests::share_owned_supercow ... ok [INFO] [stdout] test inline_sync_tests::share_shared_phantomcow ... ok [INFO] [stdout] test inline_sync_tests::share_shared_supercow ... ok [INFO] [stdout] test inline_sync_tests::shared_phantomcow ... ok [INFO] [stdout] test inline_sync_tests::take_ownership_borrowed ... ok [INFO] [stdout] test inline_sync_tests::take_ownership_owned ... ok [INFO] [stdout] test inline_sync_tests::supports_dst ... ok [INFO] [stdout] test inline_sync_tests::take_ownership_shared ... ok [INFO] [stdout] test inline_sync_tests::unborrow_borrowed ... ok [INFO] [stdout] test inline_sync_tests::unborrow_shared ... ok [INFO] [stdout] test misc_tests::do_add_two ... ok [INFO] [stdout] test inline_sync_tests::unborrow_owned ... ok [INFO] [stdout] test boxed_nonsync_tests::dst_pathbuf_path ... ok [INFO] [stdout] test boxed_sync_tests::dst_pathbuf_path ... ok [INFO] [stdout] test inline_nonsync_tests::dst_pathbuf_path ... ok [INFO] [stdout] test inline_sync_tests::dst_pathbuf_path ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 125 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests supercow [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test src/lib.rs - (line 331) ... ignored [INFO] [stdout] test src/lib.rs - (line 280) ... ok [INFO] [stdout] test src/lib.rs - (line 246) ... ok [INFO] [stdout] test src/lib.rs - (line 621) ... ignored [INFO] [stdout] test src/lib.rs - (line 477) ... ok [INFO] [stdout] test src/lib.rs - (line 502) ... ok [INFO] [stdout] test src/lib.rs - (line 359) ... ok [INFO] [stdout] test src/lib.rs - (line 129) ... ok [INFO] [stdout] test src/lib.rs - (line 538) ... ok [INFO] [stdout] test src/lib.rs - (line 106) ... ok [INFO] [stdout] test src/lib.rs - (line 40) ... ok [INFO] [stdout] test src/lib.rs - (line 688) ... ok [INFO] [stdout] test src/lib.rs - (line 714) ... ok [INFO] [stdout] test src/lib.rs - NonSyncSupercow (line 975) ... ok [INFO] [stdout] test src/lib.rs - Supercow::clone_non_owned (line 1241) ... ok [INFO] [stdout] test src/lib.rs - Supercow::take_ownership (line 1556) ... ok [INFO] [stdout] test src/lib.rs - supercow_features (line 763) ... ok [INFO] [stdout] test src/lib.rs - Supercow::extract_ref (line 1424) ... ok [INFO] [stdout] test src/lib.rs - Supercow::share (line 1281) ... ok [INFO] [stdout] test src/lib.rs - Supercow::unborrow (line 1511) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "8a2d9c69499475f8f1b8f27c6a87eeb11cb7be3f2b9c4dc97993147f12be3048"` [INFO] running `"docker" "rm" "-f" "8a2d9c69499475f8f1b8f27c6a87eeb11cb7be3f2b9c4dc97993147f12be3048"` [INFO] [stdout] 8a2d9c69499475f8f1b8f27c6a87eeb11cb7be3f2b9c4dc97993147f12be3048