[INFO] fetching crate inline_dyn 0.2.1...
[INFO] testing inline_dyn-0.2.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate inline_dyn 0.2.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate inline_dyn 0.2.1
[INFO] finished tweaking crates.io crate inline_dyn 0.2.1
[INFO] tweaked toml for crates.io crate inline_dyn 0.2.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate inline_dyn 0.2.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded elain v0.3.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f73e66d496ee23e0337270a40b3ca5908ce90147dd5842e7fd858be5b1d00b2b
[INFO] running `Command { std: "docker" "start" "-a" "f73e66d496ee23e0337270a40b3ca5908ce90147dd5842e7fd858be5b1d00b2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f73e66d496ee23e0337270a40b3ca5908ce90147dd5842e7fd858be5b1d00b2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f73e66d496ee23e0337270a40b3ca5908ce90147dd5842e7fd858be5b1d00b2b", kill_on_drop: false }`
[INFO] [stdout] f73e66d496ee23e0337270a40b3ca5908ce90147dd5842e7fd858be5b1d00b2b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6948d0cd1ff6913f1f03a7acfa275ede60d17bf05f4f58a2adc086e4a1a15739
[INFO] running `Command { std: "docker" "start" "-a" "6948d0cd1ff6913f1f03a7acfa275ede60d17bf05f4f58a2adc086e4a1a15739", kill_on_drop: false }`
[INFO] [stderr]    Compiling elain v0.3.1
[INFO] [stderr]    Compiling inline_dyn v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 725 |     impl_new!(AsRef<U>, U);
[INFO] [stdout]     |     ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 726 |     impl_new!(AsMut<U>, U);
[INFO] [stdout]     |     ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 737 |     impl_new!(core::fmt::Debug);
[INFO] [stdout]     |     --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 738 |     impl_new!(core::fmt::Display);
[INFO] [stdout]     |     ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 752 |     impl_new!(Future<Output = O>, O);
[INFO] [stdout]     |     -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 775 |     impl_new!(Hasher);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 804 |     impl_new!(Iterator<Item = I>, I);
[INFO] [stdout]     |     -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 805 |     impl_new!(DoubleEndedIterator<Item = I>, I);
[INFO] [stdout]     |     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "6948d0cd1ff6913f1f03a7acfa275ede60d17bf05f4f58a2adc086e4a1a15739", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6948d0cd1ff6913f1f03a7acfa275ede60d17bf05f4f58a2adc086e4a1a15739", kill_on_drop: false }`
[INFO] [stdout] 6948d0cd1ff6913f1f03a7acfa275ede60d17bf05f4f58a2adc086e4a1a15739
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d45b3808322fe94869855aa72ba120d22b6829a609dce4674a0f559cc5eab8cb
[INFO] running `Command { std: "docker" "start" "-a" "d45b3808322fe94869855aa72ba120d22b6829a609dce4674a0f559cc5eab8cb", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 725 |     impl_new!(AsRef<U>, U);
[INFO] [stdout]     |     ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 726 |     impl_new!(AsMut<U>, U);
[INFO] [stdout]     |     ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 737 |     impl_new!(core::fmt::Debug);
[INFO] [stdout]     |     --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 738 |     impl_new!(core::fmt::Display);
[INFO] [stdout]     |     ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 752 |     impl_new!(Future<Output = O>, O);
[INFO] [stdout]     |     -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 775 |     impl_new!(Hasher);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 804 |     impl_new!(Iterator<Item = I>, I);
[INFO] [stdout]     |     -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 805 |     impl_new!(DoubleEndedIterator<Item = I>, I);
[INFO] [stdout]     |     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling inline_dyn v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 725 |     impl_new!(AsRef<U>, U);
[INFO] [stdout]     |     ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 726 |     impl_new!(AsMut<U>, U);
[INFO] [stdout]     |     ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 737 |     impl_new!(core::fmt::Debug);
[INFO] [stdout]     |     --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 738 |     impl_new!(core::fmt::Display);
[INFO] [stdout]     |     ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 752 |     impl_new!(Future<Output = O>, O);
[INFO] [stdout]     |     -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 775 |     impl_new!(Hasher);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 804 |     impl_new!(Iterator<Item = I>, I);
[INFO] [stdout]     |     -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/lib.rs:504:81
[INFO] [stdout]     |
[INFO] [stdout] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stdout]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 805 |     impl_new!(DoubleEndedIterator<Item = I>, I);
[INFO] [stdout]     |     ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:376:33
[INFO] [stdout]      |
[INFO] [stdout]  376 |         $crate::InlineDyn::<dyn ($($trait)*)>
[INFO] [stdout]      |                                 ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1020 |         let val = <dyn_star!(Debug)>::new(42usize);
[INFO] [stdout]      |                    ---------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `dyn_star` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:376:33
[INFO] [stdout]      |
[INFO] [stdout]  376 |         $crate::InlineDyn::<dyn ($($trait)*)>
[INFO] [stdout]      |                                 ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1045 |         let val = <dyn_star!(Debug)>::new(42u8);
[INFO] [stdout]      |                    ---------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `dyn_star` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:376:33
[INFO] [stdout]      |
[INFO] [stdout]  376 |         $crate::InlineDyn::<dyn ($($trait)*)>
[INFO] [stdout]      |                                 ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1048 |         let val: InlineDynDebug<1> = <dyn_star!(Debug)>::try_resize(val).ok().unwrap();
[INFO] [stdout]      |                                       ---------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `dyn_star` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:376:33
[INFO] [stdout]      |
[INFO] [stdout]  376 |         $crate::InlineDyn::<dyn ($($trait)*)>
[INFO] [stdout]      |                                 ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1054 |         let val = <dyn_star!(Debug)>::new(42u32);
[INFO] [stdout]      |                    ---------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `dyn_star` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:376:33
[INFO] [stdout]      |
[INFO] [stdout]  376 |         $crate::InlineDyn::<dyn ($($trait)*)>
[INFO] [stdout]      |                                 ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1057 |         let res: Result<InlineDynDebug<1>, _> = <dyn_star!(Debug)>::try_resize(val);
[INFO] [stdout]      |                                                  ---------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `dyn_star` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]     --> src/lib.rs:376:33
[INFO] [stdout]      |
[INFO] [stdout]  376 |         $crate::InlineDyn::<dyn ($($trait)*)>
[INFO] [stdout]      |                                 ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1083 |         let val: dyn_star!(Foo) = inline_dyn![Bar(Cell::new(0))];
[INFO] [stdout]      |                  -------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `dyn_star` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] running `Command { std: "docker" "inspect" "d45b3808322fe94869855aa72ba120d22b6829a609dce4674a0f559cc5eab8cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d45b3808322fe94869855aa72ba120d22b6829a609dce4674a0f559cc5eab8cb", kill_on_drop: false }`
[INFO] [stdout] d45b3808322fe94869855aa72ba120d22b6829a609dce4674a0f559cc5eab8cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8063f6da91ab8a29bbe9a65837abf090d4f2f027d41dd163f9afc6441c669214
[INFO] running `Command { std: "docker" "start" "-a" "8063f6da91ab8a29bbe9a65837abf090d4f2f027d41dd163f9afc6441c669214", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 725 |     impl_new!(AsRef<U>, U);
[INFO] [stderr]     |     ---------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 726 |     impl_new!(AsMut<U>, U);
[INFO] [stderr]     |     ---------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 737 |     impl_new!(core::fmt::Debug);
[INFO] [stderr]     |     --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 738 |     impl_new!(core::fmt::Display);
[INFO] [stderr]     |     ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 752 |     impl_new!(Future<Output = O>, O);
[INFO] [stderr]     |     -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 775 |     impl_new!(Hasher);
[INFO] [stderr]     |     ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 804 |     impl_new!(Iterator<Item = I>, I);
[INFO] [stderr]     |     -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 805 |     impl_new!(DoubleEndedIterator<Item = I>, I);
[INFO] [stderr]     |     ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `inline_dyn` (lib) generated 8 warnings
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:376:33
[INFO] [stderr]      |
[INFO] [stderr]  376 |         $crate::InlineDyn::<dyn ($($trait)*)>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1020 |         let val = <dyn_star!(Debug)>::new(42usize);
[INFO] [stderr]      |                    ---------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `dyn_star` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:376:33
[INFO] [stderr]      |
[INFO] [stderr]  376 |         $crate::InlineDyn::<dyn ($($trait)*)>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1045 |         let val = <dyn_star!(Debug)>::new(42u8);
[INFO] [stderr]      |                    ---------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `dyn_star` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:376:33
[INFO] [stderr]      |
[INFO] [stderr]  376 |         $crate::InlineDyn::<dyn ($($trait)*)>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1048 |         let val: InlineDynDebug<1> = <dyn_star!(Debug)>::try_resize(val).ok().unwrap();
[INFO] [stderr]      |                                       ---------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `dyn_star` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:376:33
[INFO] [stderr]      |
[INFO] [stderr]  376 |         $crate::InlineDyn::<dyn ($($trait)*)>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1054 |         let val = <dyn_star!(Debug)>::new(42u32);
[INFO] [stderr]      |                    ---------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `dyn_star` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:376:33
[INFO] [stderr]      |
[INFO] [stderr]  376 |         $crate::InlineDyn::<dyn ($($trait)*)>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1057 |         let res: Result<InlineDynDebug<1>, _> = <dyn_star!(Debug)>::try_resize(val);
[INFO] [stderr]      |                                                  ---------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `dyn_star` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]     --> src/lib.rs:376:33
[INFO] [stderr]      |
[INFO] [stderr]  376 |         $crate::InlineDyn::<dyn ($($trait)*)>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1083 |         let val: dyn_star!(Foo) = inline_dyn![Bar(Cell::new(0))];
[INFO] [stderr]      |                  -------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `dyn_star` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `inline_dyn` (lib test) generated 14 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/inline_dyn-0d641231687b767a)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::test_drop ... ok
[INFO] [stdout] test tests::test_interior_mutability ... ok
[INFO] [stdout] test tests::test_resize ... ok
[INFO] [stdout] test tests::test_not_unpin ... ok
[INFO] [stdout] test tests::test_simple ... ok
[INFO] [stdout] test tests::test_resize_insufficient ... ok
[INFO] [stdout] test tests::test_slice ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests inline_dyn
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 725 |     impl_new!(AsRef<U>, U);
[INFO] [stderr]     |     ---------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 726 |     impl_new!(AsMut<U>, U);
[INFO] [stderr]     |     ---------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 737 |     impl_new!(core::fmt::Debug);
[INFO] [stderr]     |     --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 738 |     impl_new!(core::fmt::Display);
[INFO] [stderr]     |     ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 752 |     impl_new!(Future<Output = O>, O);
[INFO] [stderr]     |     -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 775 |     impl_new!(Hasher);
[INFO] [stderr]     |     ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 804 |     impl_new!(Iterator<Item = I>, I);
[INFO] [stderr]     |     -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/lib.rs:504:81
[INFO] [stderr]     |
[INFO] [stderr] 504 |         impl<'a, const _S: usize, const _A: usize $(, $arg)*> $crate::InlineDyn<(dyn $trait + 'a), _S, _A>
[INFO] [stderr]     |                                                                                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 805 |     impl_new!(DoubleEndedIterator<Item = I>, I);
[INFO] [stderr]     |     ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `impl_new` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: 8 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test src/lib.rs - InlineDyn<[T],S,A>::new (line 486) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - InlineDyn (line 70) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - InlineDyn<[T],S,A>::new (line 491) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - InlineDyn<D,S,A>::try_resize (line 225) ... ok
[INFO] [stdout] test src/lib.rs - InlineDyn (line 76) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - inline_dyn (line 430) ... ok
[INFO] [stdout] test src/lib.rs - inline_dyn (line 438) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - DynClone (line 313) ... ok
[INFO] [stdout] test src/lib.rs - InlineDyn<D,S,A>::try_resize (line 217) ... ok
[INFO] [stdout] test src/lib.rs - InlineDyn (line 62) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.97s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8063f6da91ab8a29bbe9a65837abf090d4f2f027d41dd163f9afc6441c669214", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8063f6da91ab8a29bbe9a65837abf090d4f2f027d41dd163f9afc6441c669214", kill_on_drop: false }`
[INFO] [stdout] 8063f6da91ab8a29bbe9a65837abf090d4f2f027d41dd163f9afc6441c669214
