[INFO] fetching crate vec1 1.12.1...
[INFO] testing vec1-1.12.1 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate vec1 1.12.1 into /workspace/builds/worker-3-tc1/source
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate vec1 1.12.1
[INFO] finished tweaking crates.io crate vec1 1.12.1
[INFO] tweaked toml for crates.io crate vec1 1.12.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate vec1 1.12.1 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 70 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4dfe42a0a0b98f3171d360a3bd0f8a62da4fd8a1037f2ffbe39e484f48fb9867
[INFO] running `Command { std: "docker" "start" "-a" "4dfe42a0a0b98f3171d360a3bd0f8a62da4fd8a1037f2ffbe39e484f48fb9867", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4dfe42a0a0b98f3171d360a3bd0f8a62da4fd8a1037f2ffbe39e484f48fb9867", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4dfe42a0a0b98f3171d360a3bd0f8a62da4fd8a1037f2ffbe39e484f48fb9867", kill_on_drop: false }`
[INFO] [stdout] 4dfe42a0a0b98f3171d360a3bd0f8a62da4fd8a1037f2ffbe39e484f48fb9867
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6fe22423ab9bebf8e7977014f52252ae907d1601cbdc54d6f46abf96e49f4663
[INFO] running `Command { std: "docker" "start" "-a" "6fe22423ab9bebf8e7977014f52252ae907d1601cbdc54d6f46abf96e49f4663", kill_on_drop: false }`
[INFO] [stderr]    Compiling vec1 v1.12.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]    --> src/lib.rs:103:13
[INFO] [stdout]     |
[INFO] [stdout] 103 | #![cfg_attr(docs, feature(doc_auto_cfg))]
[INFO] [stdout]     |             ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:458:9
[INFO] [stdout]     |
[INFO] [stdout] 458 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 461 |     ) -> Result<Splice<<I as IntoIterator>::IntoIter>, Size0Error>
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 461 |     ) -> Result<Splice<'_, <I as IntoIterator>::IntoIter>, Size0Error>
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "6fe22423ab9bebf8e7977014f52252ae907d1601cbdc54d6f46abf96e49f4663", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fe22423ab9bebf8e7977014f52252ae907d1601cbdc54d6f46abf96e49f4663", kill_on_drop: false }`
[INFO] [stdout] 6fe22423ab9bebf8e7977014f52252ae907d1601cbdc54d6f46abf96e49f4663
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 179e48b78a1b1e6adc1bf083db235a0cf0d669f7f32b734a682ef934cfc84874
[INFO] running `Command { std: "docker" "start" "-a" "179e48b78a1b1e6adc1bf083db235a0cf0d669f7f32b734a682ef934cfc84874", kill_on_drop: false }`
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]    --> src/lib.rs:103:13
[INFO] [stdout]     |
[INFO] [stdout] 103 | #![cfg_attr(docs, feature(doc_auto_cfg))]
[INFO] [stdout]     |             ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:458:9
[INFO] [stdout]     |
[INFO] [stdout] 458 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 461 |     ) -> Result<Splice<<I as IntoIterator>::IntoIter>, Size0Error>
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 461 |     ) -> Result<Splice<'_, <I as IntoIterator>::IntoIter>, Size0Error>
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling vec1 v1.12.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `docs`
[INFO] [stdout]    --> src/lib.rs:103:13
[INFO] [stdout]     |
[INFO] [stdout] 103 | #![cfg_attr(docs, feature(doc_auto_cfg))]
[INFO] [stdout]     |             ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::*`
[INFO] [stdout]     --> src/lib.rs:1517:17
[INFO] [stdout]      |
[INFO] [stdout] 1517 |             use crate::*;
[INFO] [stdout]      |                 ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:458:9
[INFO] [stdout]     |
[INFO] [stdout] 458 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 461 |     ) -> Result<Splice<<I as IntoIterator>::IntoIter>, Size0Error>
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 461 |     ) -> Result<Splice<'_, <I as IntoIterator>::IntoIter>, Size0Error>
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.73s
[INFO] running `Command { std: "docker" "inspect" "179e48b78a1b1e6adc1bf083db235a0cf0d669f7f32b734a682ef934cfc84874", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "179e48b78a1b1e6adc1bf083db235a0cf0d669f7f32b734a682ef934cfc84874", kill_on_drop: false }`
[INFO] [stdout] 179e48b78a1b1e6adc1bf083db235a0cf0d669f7f32b734a682ef934cfc84874
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 73e6324ed4df2e94818bf1f26e8b93ebd52e5453a5b244c33a7d54e6b35719fe
[INFO] running `Command { std: "docker" "start" "-a" "73e6324ed4df2e94818bf1f26e8b93ebd52e5453a5b244c33a7d54e6b35719fe", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `docs`
[INFO] [stderr]    --> src/lib.rs:103:13
[INFO] [stderr]     |
[INFO] [stderr] 103 | #![cfg_attr(docs, feature(doc_auto_cfg))]
[INFO] [stderr]     |             ^^^^ help: there is a config with a similar name: `doc`
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:458:9
[INFO] [stderr]     |
[INFO] [stderr] 458 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 461 |     ) -> Result<Splice<<I as IntoIterator>::IntoIter>, Size0Error>
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 461 |     ) -> Result<Splice<'_, <I as IntoIterator>::IntoIter>, Size0Error>
[INFO] [stderr]     |                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: `vec1` (lib) generated 2 warnings (run `cargo fix --lib -p vec1` to apply 1 suggestion)
[INFO] [stderr] warning: unused import: `crate::*`
[INFO] [stderr]     --> src/lib.rs:1517:17
[INFO] [stderr]      |
[INFO] [stderr] 1517 |             use crate::*;
[INFO] [stderr]      |                 ^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `vec1` (lib test) generated 3 warnings (2 duplicates) (run `cargo fix --lib -p vec1 --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vec1-668d7a24f1e601a9)
[INFO] [stdout] 
[INFO] [stdout] running 123 tests
[INFO] [stdout] test shared::tests::range_covers_slice::test_multiple_cases_from_table ... ok
[INFO] [stdout] test shared::tests::range_covers_slice_end::excluded_bound ... ok
[INFO] [stdout] test shared::tests::range_covers_slice_end::unbound_bound ... ok
[INFO] [stdout] test shared::tests::range_covers_slice_start::excluded_bound ... ok
[INFO] [stdout] test shared::tests::range_covers_slice_start::included_bound ... ok
[INFO] [stdout] test shared::tests::range_covers_slice_start::unbound_bound ... ok
[INFO] [stdout] test test::Arc::From::from_vec1 ... ok
[INFO] [stdout] test test::BinaryHeap::From::from_vec1 ... ok
[INFO] [stdout] test shared::tests::range_covers_slice_end::included_bound ... ok
[INFO] [stdout] test test::CString::From::from_vec1_non_zero_u8 ... ok
[INFO] [stdout] test test::BoxedSlice::From::from_vec1 ... ok
[INFO] [stdout] test test::Cow::From::from_vec1 ... ok
[INFO] [stdout] test test::Cow::PartialEq::to_vec1 ... ok
[INFO] [stdout] test test::Rc::From::from_vec1 ... ok
[INFO] [stdout] test test::Size0Error::implements_std_error ... ok
[INFO] [stdout] test test::Vec1::AsMut::of_self ... ok
[INFO] [stdout] test test::Vec1::AsMut::of_slice ... ok
[INFO] [stdout] test test::Vec1::AsRef::of_self ... ok
[INFO] [stdout] test test::BoxedArray::TryFrom::from_vec1 ... ok
[INFO] [stdout] test test::Vec1::AsRef::of_slice ... ok
[INFO] [stdout] test test::Vec1::AsRef::of_vec ... ok
[INFO] [stdout] test test::Vec1::Borrow::of_slice ... ok
[INFO] [stdout] test test::Vec1::Borrow::of_vec ... ok
[INFO] [stdout] test test::Vec1::BorrowMut::of_slice ... ok
[INFO] [stdout] test test::Vec1::Clone::clone ... ok
[INFO] [stdout] test test::Vec1::Debug::fmt ... ok
[INFO] [stdout] test test::Vec1::Default::default ... ok
[INFO] [stdout] test test::Vec1::Deref::deref ... ok
[INFO] [stdout] test test::Vec1::DerefMut::deref ... ok
[INFO] [stdout] test test::Vec1::Eq::eq ... ok
[INFO] [stdout] test test::Vec1::Extend::by_value ... ok
[INFO] [stdout] test test::Vec1::Extend::by_value_ref ... ok
[INFO] [stdout] test test::Vec1::Hash::hash ... ok
[INFO] [stdout] test test::Vec1::Hash::hash_slice ... ok
[INFO] [stdout] test test::Vec1::Index::index ... ok
[INFO] [stdout] test test::Vec1::IndexMut::index_mut ... ok
[INFO] [stdout] test test::Vec1::IntoIterator::of_self ... ok
[INFO] [stdout] test test::Vec1::IntoIterator::of_self_mut ... ok
[INFO] [stdout] test test::Vec1::IntoIterator::of_self_ref ... ok
[INFO] [stdout] test test::Vec1::Ord::cmp ... ok
[INFO] [stdout] test test::Vec1::PartialEq::to_array ... ok
[INFO] [stdout] test test::Vec1::PartialEq::to_array_ref ... ok
[INFO] [stdout] test test::Vec1::PartialEq::to_self_kind ... ok
[INFO] [stdout] test test::Vec1::PartialEq::to_slice ... ok
[INFO] [stdout] test test::Vec1::PartialEq::to_slice_mut ... ok
[INFO] [stdout] test test::Vec1::PartialEq::to_slice_ref ... ok
[INFO] [stdout] test test::Vec1::PartialOrd::with_self_kind ... ok
[INFO] [stdout] test test::Vec1::TryFrom::from_array ... ok
[INFO] [stdout] test test::Vec1::TryFrom::from_array_mut ... ok
[INFO] [stdout] test test::Vec1::TryFrom::from_array_ref ... ok
[INFO] [stdout] test test::Vec1::TryFrom::from_binary_heap ... ok
[INFO] [stdout] test test::Vec1::TryFrom::from_boxed_slice ... ok
[INFO] [stdout] test test::Vec1::TryFrom::from_cow ... ok
[INFO] [stdout] test test::Vec1::TryFrom::from_cstring ... ok
[INFO] [stdout] test test::Vec1::TryFrom::from_slice_mut ... ok
[INFO] [stdout] test test::Vec1::TryFrom::from_slice_ref ... ok
[INFO] [stdout] test test::Vec1::TryFrom::from_str ... ok
[INFO] [stdout] test test::Vec1::TryFrom::from_string ... ok
[INFO] [stdout] test test::Vec1::TryFrom::from_vec_deque ... ok
[INFO] [stdout] test test::Vec1::Write::for_bytes ... ok
[INFO] [stdout] test test::Vec1::append ... ok
[INFO] [stdout] test test::Vec1::as_mut_ptr ... ok
[INFO] [stdout] test test::Vec1::as_mut_slice ... ok
[INFO] [stdout] test test::Vec1::as_ptr ... ok
[INFO] [stdout] test test::Vec1::as_slice ... ok
[INFO] [stdout] test test::Vec1::capacity ... ok
[INFO] [stdout] test test::Vec1::dedup ... ok
[INFO] [stdout] test test::Vec1::dedup_by ... ok
[INFO] [stdout] test test::Vec1::dedup_by_key ... ok
[INFO] [stdout] test test::Vec1::extend_from_slice ... ok
[INFO] [stdout] test test::Vec1::extend_from_within ... ok
[INFO] [stdout] test test::Vec1::first ... ok
[INFO] [stdout] test test::Vec1::first_mut ... ok
[INFO] [stdout] test test::Vec1::from_vec_push ... ok
[INFO] [stdout] test test::Vec1::insert ... ok
[INFO] [stdout] test test::Vec1::into_boxed_slice ... ok
[INFO] [stdout] test test::Vec1::is_empty ... ok
[INFO] [stdout] test test::Vec1::last ... ok
[INFO] [stdout] test test::Vec1::last_mut ... ok
[INFO] [stdout] test test::Vec1::leak ... ok
[INFO] [stdout] test test::Vec1::len ... ok
[INFO] [stdout] test test::Vec1::len_nonzero ... ok
[INFO] [stdout] test test::Vec1::new ... ok
[INFO] [stdout] test test::Vec1::new_vec1_macro ... ok
[INFO] [stdout] test test::Vec1::pop ... ok
[INFO] [stdout] test test::Vec1::push ... ok
[INFO] [stdout] test test::Vec1::reduce ... ok
[INFO] [stdout] test test::Vec1::reduce_mut ... ok
[INFO] [stdout] test test::Vec1::reduce_ref ... ok
[INFO] [stdout] test test::Vec1::reserve ... ok
[INFO] [stdout] test test::Vec1::reserve_exact ... ok
[INFO] [stdout] test test::Vec1::resize ... ok
[INFO] [stdout] test test::Vec1::resize_with ... ok
[INFO] [stdout] test test::Vec1::retain ... ok
[INFO] [stdout] test test::Vec1::shrink_to ... ok
[INFO] [stdout] test test::Vec1::shrink_to_fit ... ok
[INFO] [stdout] test test::Vec1::spare_capacity_mut ... ok
[INFO] [stdout] test test::Vec1::split_off_last ... ok
[INFO] [stdout] test test::Vec1::swap_remove ... ok
[INFO] [stdout] test test::Vec1::truncate ... ok
[INFO] [stdout] test test::Vec1::try_pop ... ok
[INFO] [stdout] test test::Vec1::split_off_first ... ok
[INFO] [stdout] test test::Vec1::try_reserve ... ok
[INFO] [stdout] test test::Vec1::try_reserve_exact ... ok
[INFO] [stdout] test test::Vec1::try_resize ... ok
[INFO] [stdout] test test::Vec1::try_resize_with ... ok
[INFO] [stdout] test test::Vec1::with_capacity ... ok
[INFO] [stdout] test test::Vec1::try_swap_remove ... ok
[INFO] [stdout] test test::VecDeque::From::from_vec1 ... ok
[INFO] [stdout] test test::VecDeque::PartialEq::to_vec1 ... ok
[INFO] [stdout] test test::Vec1::try_split_off ... ok
[INFO] [stdout] test test::Vec1::try_truncate ... ok
[INFO] [stdout] test test::slice::PartialEq::slice_ref_to_vec1 ... ok
[INFO] [stdout] test test::slice::PartialEq::slice_mut_to_vec1 ... ok
[INFO] [stdout] test test::slice::PartialEq::slice_to_vec1 ... ok
[INFO] [stdout] test test::array::TryFrom::from_vec1 ... ok
[INFO] [stdout] test test::Vec1::same_behavior_as_vec_except_when_empty ... ok
[INFO] [stdout] test test::Vec1::from_vec_insert ... ok
[INFO] [stdout] test test::Vec1::remove ... ok
[INFO] [stdout] test test::Vec1::split_off ... ok
[INFO] [stdout] test test::Vec1::try_remove ... ok
[INFO] [stdout] test test::Vec1::splice ... ok
[INFO] [stdout] test test::Vec1::works_as_in_vec_except_if_draining_all ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 123 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/issue_13_tailing_comman.rs (/opt/rustwide/target/debug/deps/issue_13_tailing_comman-1124e74cca486eed)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test allow_no_trailing_comma_in_vec_macro ... ok
[INFO] [stdout] test allow_trailing_comma_in_vec_macro ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests vec1
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test src/lib.rs - (line 10) ... ok
[INFO] [stdout] test src/lib.rs - _::Vec1<I>::reduce_mut (line 194) ... ok
[INFO] [stdout] test src/lib.rs - _::Vec1<I>::retain (line 207) ... ok
[INFO] [stdout] test src/lib.rs - Vec1<T>::mapped (line 264) ... ok
[INFO] [stdout] test src/lib.rs - _::Vec1<I>::reduce_ref (line 194) ... ok
[INFO] [stdout] test src/lib.rs - Vec1<T>::try_mapped (line 327) ... ok
[INFO] [stdout] test src/lib.rs - _::Vec1<I>::retain_mut (line 209) ... ok
[INFO] [stdout] test src/lib.rs - _::Vec1<I>::reduce (line 190) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "73e6324ed4df2e94818bf1f26e8b93ebd52e5453a5b244c33a7d54e6b35719fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73e6324ed4df2e94818bf1f26e8b93ebd52e5453a5b244c33a7d54e6b35719fe", kill_on_drop: false }`
[INFO] [stdout] 73e6324ed4df2e94818bf1f26e8b93ebd52e5453a5b244c33a7d54e6b35719fe
