[INFO] fetching crate vec1 1.12.1... [INFO] testing vec1-1.12.1 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate vec1 1.12.1 into /workspace/builds/worker-1-tc2/source [INFO] removed /workspace/builds/worker-1-tc2/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-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate vec1 1.12.1 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 47 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9eacc5e17b0e86da14e9ccff9e021c7a47c2b557ff471fff7308b0f341b85f66 [INFO] running `Command { std: "docker" "start" "-a" "9eacc5e17b0e86da14e9ccff9e021c7a47c2b557ff471fff7308b0f341b85f66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9eacc5e17b0e86da14e9ccff9e021c7a47c2b557ff471fff7308b0f341b85f66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9eacc5e17b0e86da14e9ccff9e021c7a47c2b557ff471fff7308b0f341b85f66", kill_on_drop: false }` [INFO] [stdout] 9eacc5e17b0e86da14e9ccff9e021c7a47c2b557ff471fff7308b0f341b85f66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff9f3c25412a3ef0383e4ad3b01b6558cd2ce477a72601c70760b9184f36b6c9 [INFO] running `Command { std: "docker" "start" "-a" "ff9f3c25412a3ef0383e4ad3b01b6558cd2ce477a72601c70760b9184f36b6c9", 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 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::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::IntoIter>, Size0Error> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s [INFO] running `Command { std: "docker" "inspect" "ff9f3c25412a3ef0383e4ad3b01b6558cd2ce477a72601c70760b9184f36b6c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff9f3c25412a3ef0383e4ad3b01b6558cd2ce477a72601c70760b9184f36b6c9", kill_on_drop: false }` [INFO] [stdout] ff9f3c25412a3ef0383e4ad3b01b6558cd2ce477a72601c70760b9184f36b6c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 774ddc506b3a4a35a666b769169ddba57a0854a57189716e84dba36cfe15bffb [INFO] running `Command { std: "docker" "start" "-a" "774ddc506b3a4a35a666b769169ddba57a0854a57189716e84dba36cfe15bffb", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling lazy_static v1.5.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 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::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::IntoIter>, Size0Error> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling proptest v1.8.0 [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 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::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::IntoIter>, Size0Error> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 14.20s [INFO] running `Command { std: "docker" "inspect" "774ddc506b3a4a35a666b769169ddba57a0854a57189716e84dba36cfe15bffb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "774ddc506b3a4a35a666b769169ddba57a0854a57189716e84dba36cfe15bffb", kill_on_drop: false }` [INFO] [stdout] 774ddc506b3a4a35a666b769169ddba57a0854a57189716e84dba36cfe15bffb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8a33b5e22233f3661e893ff00920a828c65365de00d206210f11a2235a148fdc [INFO] running `Command { std: "docker" "start" "-a" "8a33b5e22233f3661e893ff00920a828c65365de00d206210f11a2235a148fdc", 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 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::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::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: `vec1` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vec1-5ea6a3d43dfbc7f6) [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_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::BoxedArray::TryFrom::from_vec1 ... ok [INFO] [stdout] test test::BoxedSlice::From::from_vec1 ... ok [INFO] [stdout] test test::BinaryHeap::From::from_vec1 ... ok [INFO] [stdout] test test::CString::From::from_vec1_non_zero_u8 ... ok [INFO] [stdout] test test::Cow::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 shared::tests::range_covers_slice_end::included_bound ... 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::DerefMut::deref ... ok [INFO] [stdout] test test::Vec1::Eq::eq ... ok [INFO] [stdout] test test::Vec1::Extend::by_value_ref ... 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_ref ... ok [INFO] [stdout] test test::Vec1::PartialEq::to_array ... ok [INFO] [stdout] test test::Vec1::PartialEq::to_slice_mut ... ok [INFO] [stdout] test test::Vec1::PartialOrd::with_self_kind ... 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::TryFrom::from_array_mut ... ok [INFO] [stdout] test test::Vec1::PartialEq::to_slice_ref ... ok [INFO] [stdout] test test::Vec1::TryFrom::from_binary_heap ... ok [INFO] [stdout] test shared::tests::range_covers_slice_end::unbound_bound ... ok [INFO] [stdout] test test::Vec1::Deref::deref ... ok [INFO] [stdout] test test::Vec1::TryFrom::from_cstring ... ok [INFO] [stdout] test test::Vec1::TryFrom::from_slice_ref ... ok [INFO] [stdout] test test::Vec1::TryFrom::from_array ... ok [INFO] [stdout] test test::Vec1::TryFrom::from_cow ... 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::TryFrom::from_str ... ok [INFO] [stdout] test test::Vec1::TryFrom::from_boxed_slice ... ok [INFO] [stdout] test test::Rc::From::from_vec1 ... 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::Cow::PartialEq::to_vec1 ... ok [INFO] [stdout] test test::Vec1::Default::default ... ok [INFO] [stdout] test test::Vec1::Extend::by_value ... ok [INFO] [stdout] test test::Vec1::TryFrom::from_array_ref ... ok [INFO] [stdout] test test::Vec1::TryFrom::from_slice_mut ... ok [INFO] [stdout] test test::Vec1::AsRef::of_self ... ok [INFO] [stdout] test test::Vec1::Hash::hash ... ok [INFO] [stdout] test test::Vec1::dedup ... ok [INFO] [stdout] test test::Vec1::dedup_by ... 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_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::first ... ok [INFO] [stdout] test test::Vec1::last ... ok [INFO] [stdout] test test::Vec1::last_mut ... ok [INFO] [stdout] test test::Vec1::dedup_by_key ... ok [INFO] [stdout] test test::Vec1::len ... ok [INFO] [stdout] test test::Vec1::len_nonzero ... 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::leak ... ok [INFO] [stdout] test test::Vec1::new ... 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::resize ... ok [INFO] [stdout] test test::Vec1::reserve_exact ... 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_first ... ok [INFO] [stdout] test test::Vec1::truncate ... ok [INFO] [stdout] test test::Vec1::split_off_last ... ok [INFO] [stdout] test test::Vec1::swap_remove ... ok [INFO] [stdout] test test::Vec1::resize_with ... ok [INFO] [stdout] test test::Vec1::try_reserve ... ok [INFO] [stdout] test test::Vec1::try_reserve_exact ... ok [INFO] [stdout] test test::Vec1::try_pop ... ok [INFO] [stdout] test test::Vec1::try_resize ... ok [INFO] [stdout] test test::Vec1::try_resize_with ... ok [INFO] [stdout] test test::Vec1::try_split_off ... ok [INFO] [stdout] test test::Vec1::try_swap_remove ... ok [INFO] [stdout] test test::Vec1::try_truncate ... ok [INFO] [stdout] test test::Vec1::with_capacity ... ok [INFO] [stdout] test test::VecDeque::From::from_vec1 ... ok [INFO] [stdout] test test::VecDeque::PartialEq::to_vec1 ... ok [INFO] [stdout] test test::slice::PartialEq::slice_mut_to_vec1 ... ok [INFO] [stdout] test test::slice::PartialEq::slice_ref_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::from_vec_insert ... ok [INFO] [stdout] test test::Vec1::remove ... ok [INFO] [stdout] test test::Vec1::splice ... ok [INFO] [stdout] test test::Vec1::split_off ... ok [INFO] [stdout] test test::Vec1::try_remove ... ok [INFO] [stdout] test test::Vec1::same_behavior_as_vec_except_when_empty ... 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.22s [INFO] [stdout] [INFO] [stderr] Running tests/issue_13_tailing_comman.rs (/opt/rustwide/target/debug/deps/issue_13_tailing_comman-b48074c26fb380b3) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test allow_no_trailing_comma_in_vec_macro ... ok [INFO] [stderr] Doc-tests vec1 [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] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/lib.rs - _::Vec1::reduce_ref (line 194) ... ok [INFO] [stdout] test src/lib.rs - (line 10) ... ok [INFO] [stdout] test src/lib.rs - _::Vec1::retain (line 207) ... ok [INFO] [stdout] test src/lib.rs - _::Vec1::retain_mut (line 209) ... ok [INFO] [stdout] test src/lib.rs - _::Vec1::reduce (line 190) ... ok [INFO] [stdout] test src/lib.rs - Vec1::mapped (line 264) ... ok [INFO] [stdout] test src/lib.rs - Vec1::try_mapped (line 327) ... ok [INFO] [stdout] test src/lib.rs - _::Vec1::reduce_mut (line 194) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.79s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8a33b5e22233f3661e893ff00920a828c65365de00d206210f11a2235a148fdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a33b5e22233f3661e893ff00920a828c65365de00d206210f11a2235a148fdc", kill_on_drop: false }` [INFO] [stdout] 8a33b5e22233f3661e893ff00920a828c65365de00d206210f11a2235a148fdc