[INFO] fetching crate uninit 0.6.2...
[INFO] testing uninit-0.6.2 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate uninit 0.6.2 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate uninit 0.6.2 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config
[INFO] started tweaking crates.io crate uninit 0.6.2
[INFO] finished tweaking crates.io crate uninit 0.6.2
[INFO] tweaked toml for crates.io crate uninit 0.6.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aa536842b17154aae174195cc3d699aaa84353eb8cb2b1025c57898b6caf24db
[INFO] running `Command { std: "docker" "start" "-a" "aa536842b17154aae174195cc3d699aaa84353eb8cb2b1025c57898b6caf24db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa536842b17154aae174195cc3d699aaa84353eb8cb2b1025c57898b6caf24db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa536842b17154aae174195cc3d699aaa84353eb8cb2b1025c57898b6caf24db", kill_on_drop: false }`
[INFO] [stdout] aa536842b17154aae174195cc3d699aaa84353eb8cb2b1025c57898b6caf24db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 928b6fd19df95bbe12075d8d43cd979a7d169cdd80bd0bfae13fdbddf7932e74
[INFO] running `Command { std: "docker" "start" "-a" "928b6fd19df95bbe12075d8d43cd979a7d169cdd80bd0bfae13fdbddf7932e74", kill_on_drop: false }`
[INFO] [stderr]    Compiling uninit v0.6.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/out_ref.rs:639:9
[INFO] [stdout]     |
[INFO] [stdout] 639 | /         impl<'out, T: 'out> SliceIndex<'out, T> for usize {
[INFO] [stdout] 640 | |             type Output = Out<'out, T>;
[INFO] [stdout] 641 | |
[INFO] [stdout] 642 | |             #[inline]
[INFO] [stdout] ...   |
[INFO] [stdout] 648 | |             }
[INFO] [stdout] 649 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `get_out`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/out_ref.rs:618:17
[INFO] [stdout]     |
[INFO] [stdout] 618 | /                 impl<'out, T : 'out> SliceIndex<'out, T> for $Range {
[INFO] [stdout] 619 | |                     type Output = Out<'out, [T]>;
[INFO] [stdout] 620 | |
[INFO] [stdout] 621 | |                     #[inline]
[INFO] [stdout] ...   |
[INFO] [stdout] 635 | |                     }
[INFO] [stdout] 636 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 650 | /         impl_SliceIndex! {
[INFO] [stdout] 651 | |             // a .. b
[INFO] [stdout] 652 | |             ::core::ops::Range<usize>,
[INFO] [stdout] 653 | |             // a ..= b
[INFO] [stdout] ...   |
[INFO] [stdout] 662 | |             ::core::ops::RangeFull,
[INFO] [stdout] 663 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `get_out`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this warning originates in the macro `impl_SliceIndex` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] running `Command { std: "docker" "inspect" "928b6fd19df95bbe12075d8d43cd979a7d169cdd80bd0bfae13fdbddf7932e74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "928b6fd19df95bbe12075d8d43cd979a7d169cdd80bd0bfae13fdbddf7932e74", kill_on_drop: false }`
[INFO] [stdout] 928b6fd19df95bbe12075d8d43cd979a7d169cdd80bd0bfae13fdbddf7932e74
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b79e8adb9f2169016759e99acc6b3f527678eb68e70a50543f8c5618277fafe5
[INFO] running `Command { std: "docker" "start" "-a" "b79e8adb9f2169016759e99acc6b3f527678eb68e70a50543f8c5618277fafe5", kill_on_drop: false }`
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/out_ref.rs:639:9
[INFO] [stdout]     |
[INFO] [stdout] 639 | /         impl<'out, T: 'out> SliceIndex<'out, T> for usize {
[INFO] [stdout] 640 | |             type Output = Out<'out, T>;
[INFO] [stdout] 641 | |
[INFO] [stdout] 642 | |             #[inline]
[INFO] [stdout] ...   |
[INFO] [stdout] 648 | |             }
[INFO] [stdout] 649 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `get_out`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/out_ref.rs:618:17
[INFO] [stdout]     |
[INFO] [stdout] 618 | /                 impl<'out, T : 'out> SliceIndex<'out, T> for $Range {
[INFO] [stdout] 619 | |                     type Output = Out<'out, [T]>;
[INFO] [stdout] 620 | |
[INFO] [stdout] 621 | |                     #[inline]
[INFO] [stdout] ...   |
[INFO] [stdout] 635 | |                     }
[INFO] [stdout] 636 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 650 | /         impl_SliceIndex! {
[INFO] [stdout] 651 | |             // a .. b
[INFO] [stdout] 652 | |             ::core::ops::Range<usize>,
[INFO] [stdout] 653 | |             // a ..= b
[INFO] [stdout] ...   |
[INFO] [stdout] 662 | |             ::core::ops::RangeFull,
[INFO] [stdout] 663 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `get_out`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this warning originates in the macro `impl_SliceIndex` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling uninit v0.6.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/out_ref.rs:639:9
[INFO] [stdout]     |
[INFO] [stdout] 639 | /         impl<'out, T: 'out> SliceIndex<'out, T> for usize {
[INFO] [stdout] 640 | |             type Output = Out<'out, T>;
[INFO] [stdout] 641 | |
[INFO] [stdout] 642 | |             #[inline]
[INFO] [stdout] ...   |
[INFO] [stdout] 648 | |             }
[INFO] [stdout] 649 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `get_out`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/out_ref.rs:618:17
[INFO] [stdout]     |
[INFO] [stdout] 618 | /                 impl<'out, T : 'out> SliceIndex<'out, T> for $Range {
[INFO] [stdout] 619 | |                     type Output = Out<'out, [T]>;
[INFO] [stdout] 620 | |
[INFO] [stdout] 621 | |                     #[inline]
[INFO] [stdout] ...   |
[INFO] [stdout] 635 | |                     }
[INFO] [stdout] 636 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 650 | /         impl_SliceIndex! {
[INFO] [stdout] 651 | |             // a .. b
[INFO] [stdout] 652 | |             ::core::ops::Range<usize>,
[INFO] [stdout] 653 | |             // a ..= b
[INFO] [stdout] ...   |
[INFO] [stdout] 662 | |             ::core::ops::RangeFull,
[INFO] [stdout] 663 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current method `get_out`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this warning originates in the macro `impl_SliceIndex` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] running `Command { std: "docker" "inspect" "b79e8adb9f2169016759e99acc6b3f527678eb68e70a50543f8c5618277fafe5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b79e8adb9f2169016759e99acc6b3f527678eb68e70a50543f8c5618277fafe5", kill_on_drop: false }`
[INFO] [stdout] b79e8adb9f2169016759e99acc6b3f527678eb68e70a50543f8c5618277fafe5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1b2a9bd0f0896d02cf365950478acd427b6fc7fa9f3f6bf823905d8acb93fc11
[INFO] running `Command { std: "docker" "start" "-a" "1b2a9bd0f0896d02cf365950478acd427b6fc7fa9f3f6bf823905d8acb93fc11", kill_on_drop: false }`
[INFO] [stderr] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stderr]    --> src/out_ref.rs:639:9
[INFO] [stderr]     |
[INFO] [stderr] 639 | /         impl<'out, T: 'out> SliceIndex<'out, T> for usize {
[INFO] [stderr] 640 | |             type Output = Out<'out, T>;
[INFO] [stderr] 641 | |
[INFO] [stderr] 642 | |             #[inline]
[INFO] [stderr] ...   |
[INFO] [stderr] 648 | |             }
[INFO] [stderr] 649 | |         }
[INFO] [stderr]     | |_________^
[INFO] [stderr]     |
[INFO] [stderr]     = help: move this `impl` block outside the of the current method `get_out`
[INFO] [stderr]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stderr]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stderr]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stderr]    --> src/out_ref.rs:618:17
[INFO] [stderr]     |
[INFO] [stderr] 618 | /                 impl<'out, T : 'out> SliceIndex<'out, T> for $Range {
[INFO] [stderr] 619 | |                     type Output = Out<'out, [T]>;
[INFO] [stderr] 620 | |
[INFO] [stderr] 621 | |                     #[inline]
[INFO] [stderr] ...   |
[INFO] [stderr] 635 | |                     }
[INFO] [stderr] 636 | |                 }
[INFO] [stderr]     | |_________________^
[INFO] [stderr] ...
[INFO] [stderr] 650 | /         impl_SliceIndex! {
[INFO] [stderr] 651 | |             // a .. b
[INFO] [stderr] 652 | |             ::core::ops::Range<usize>,
[INFO] [stderr] 653 | |             // a ..= b
[INFO] [stderr] ...   |
[INFO] [stderr] 662 | |             ::core::ops::RangeFull,
[INFO] [stderr] 663 | |         }
[INFO] [stderr]     | |_________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: move this `impl` block outside the of the current method `get_out`
[INFO] [stderr]     = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]     = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stderr]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stderr]     = note: this warning originates in the macro `impl_SliceIndex` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `uninit` (lib) generated 2 warnings
[INFO] [stderr] warning: `uninit` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/uninit-db37285d96704166)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/docs.rs (/opt/rustwide/target/debug/deps/docs-d406cdb1b8e11c11)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests uninit
[INFO] [stdout] 
[INFO] [stdout] running 46 tests
[INFO] [stdout] test src/extension_traits/boxed.rs - extension_traits::boxed::Box<MaybeUninit<T>> (line 92) - compile ... ok
[INFO] [stdout] test src/extension_traits/manually_drop_mut.rs - extension_traits::manually_drop_mut::ManuallyDropMut (line 19) - compile fail ... ok
[INFO] [stdout] test src/extension_traits/boxed.rs - extension_traits::boxed::BoxAssumeInit (line 238) ... ok
[INFO] [stdout] test src/extension_traits/boxed.rs - extension_traits::boxed::new_uninit_slice::BoxNewUninitSlice::new_uninit_slice (line 261) ... ok
[INFO] [stdout] test src/extension_traits/as_out.rs - extension_traits::as_out::AsOut (line 28) ... ok
[INFO] [stdout] test src/extension_traits/boxed.rs - extension_traits::boxed::Box<MaybeUninit<T>> (line 48) ... ok
[INFO] [stdout] test src/extension_traits/manually_drop_mut.rs - extension_traits::manually_drop_mut::ManuallyDropMut (line 46) ... ok
[INFO] [stdout] test src/extension_traits/boxed.rs - extension_traits::boxed::Box<MaybeUninit<T>> (line 74) ... FAILED
[INFO] [stdout] test src/extension_traits/boxed.rs - extension_traits::boxed::Box<MaybeUninit<T>> (line 60) ... ok
[INFO] [stdout] test src/extension_traits/transpose.rs - extension_traits::transpose::Transpose (line 13) ... ok
[INFO] [stdout] test src/extension_traits/manually_drop_mut.rs - extension_traits::manually_drop_mut::ManuallyDropMut (line 35) ... ok
[INFO] [stdout] test src/extension_traits/transpose.rs - extension_traits::transpose::Transpose::transpose (line 59) ... ok
[INFO] [stdout] test src/extension_traits/transpose.rs - extension_traits::transpose::Transpose::transpose_ref (line 92) ... ok
[INFO] [stdout] test src/extension_traits/transpose.rs - extension_traits::transpose::Transpose::transpose_mut (line 114) ... ok
[INFO] [stdout] test src/extension_traits/vec.rs - extension_traits::vec::Vec<T>::get_backing_buffer_with_leaking_writes (line 253) ... ok
[INFO] [stdout] test src/extension_traits/vec.rs - extension_traits::vec::Vec<T>::reserve_uninit (line 188) ... ok
[INFO] [stdout] test src/extension_traits/vec.rs - extension_traits::vec::Vec<T>::into_backing_buffer_forget_elems (line 326) ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref (line 42) ... ignored
[INFO] [stdout] test src/extension_traits/vec.rs - extension_traits::vec::Vec<T>::spare_cap (line 63) ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,T>::as_mut_uninit (line 386) ... ignored
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,T>::as_mut_uninit (line 361) - compile ... ok
[INFO] [stdout] test src/extension_traits/vec.rs - extension_traits::vec::Vec<T>::get_backing_buffer_with_leaking_writes (line 274) ... ok
[INFO] [stdout] test src/extension_traits/vec.rs - extension_traits::vec::Vec<T>::into_backing_buffer_forget_elems (line 342) ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,T>::assume_init (line 317) - compile ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref (line 24) ... ok
[INFO] [stdout] test src/lib.rs - uninit_array (line 71) ... ok
[INFO] [stdout] test src/extension_traits/vec.rs - extension_traits::vec::Vec<T>::split_at_extra_cap (line 141) ... ok
[INFO] [stdout] test src/extension_traits/vec.rs - extension_traits::vec::VecExtendFromReader (line 396) ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,T>::as_ref_uninit (line 409) ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,T>::write (line 483) ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,[T;N]>::as_slice_out (line 1019) ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,T>::write (line 502) ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,[T;N]>::try_from (line 221) ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,[T]>::fill (line 778) ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,[T]>::empty (line 990) ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,[T]>::copy_from_slice (line 728) ... ok
[INFO] [stdout] test src/read/mod.rs - read::ReadIntoUninit (line 33) - compile ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,[T]>::fill_with (line 813) ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,[T]>::fill_with_iter (line 867) ... ok
[INFO] [stdout] test src/read/mod.rs - read::ReadIntoUninit (line 20) ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,[T]>::get_out (line 593) ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,[T]>::from (line 194) ... ok
[INFO] [stdout] test src/out_ref.rs - out_ref::Out<'out,[T]>::slice_from_raw_parts (line 964) ... ok
[INFO] [stdout] test src/read/mod.rs - read::ReadIntoUninit (line 58) ... ok
[INFO] [stdout] test src/read/mod.rs - read::_private_auto_impl (line 167) ... ok
[INFO] [stdout] test src/read/mod.rs - read::ReadIntoUninit::read_into_uninit (line 86) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/extension_traits/boxed.rs - extension_traits::boxed::Box<MaybeUninit<T>> (line 74) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' has overflowed its stack
[INFO] [stdout] fatal runtime error: stack overflow
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/extension_traits/boxed.rs - extension_traits::boxed::Box<MaybeUninit<T>> (line 74)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 43 passed; 1 failed; 2 ignored; 0 measured; 0 filtered out; finished in 1.68s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "1b2a9bd0f0896d02cf365950478acd427b6fc7fa9f3f6bf823905d8acb93fc11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b2a9bd0f0896d02cf365950478acd427b6fc7fa9f3f6bf823905d8acb93fc11", kill_on_drop: false }`
[INFO] [stdout] 1b2a9bd0f0896d02cf365950478acd427b6fc7fa9f3f6bf823905d8acb93fc11
