[INFO] crate thincollections 0.5.3 is already in cache [INFO] testing thincollections-0.5.3 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate thincollections 0.5.3 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate thincollections 0.5.3 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate thincollections 0.5.3 [INFO] finished tweaking crates.io crate thincollections 0.5.3 [INFO] tweaked toml for crates.io crate thincollections 0.5.3 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 40843fbd63a9e1a029f07fe1b971c856893ee3e665aad5ad5221a0e355d35349 [INFO] running `"docker" "start" "-a" "40843fbd63a9e1a029f07fe1b971c856893ee3e665aad5ad5221a0e355d35349"` [INFO] [stderr] Compiling thincollections v0.5.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/thin_sentinel.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/thin_sentinel.rs:62:5 [INFO] [stderr] | [INFO] [stderr] 62 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/thin_vec.rs:1244:29 [INFO] [stderr] | [INFO] [stderr] 1244 | pub fn into_boxed_slice(mut self) -> Box<[T]> { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.21s [INFO] running `"docker" "inspect" "40843fbd63a9e1a029f07fe1b971c856893ee3e665aad5ad5221a0e355d35349"` [INFO] running `"docker" "rm" "-f" "40843fbd63a9e1a029f07fe1b971c856893ee3e665aad5ad5221a0e355d35349"` [INFO] [stdout] 40843fbd63a9e1a029f07fe1b971c856893ee3e665aad5ad5221a0e355d35349 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 44119d3c3024d96c1910f59a3edc8f7eae4b0c163c649886f41e06636a66ea9c [INFO] running `"docker" "start" "-a" "44119d3c3024d96c1910f59a3edc8f7eae4b0c163c649886f41e06636a66ea9c"` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/thin_sentinel.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/thin_sentinel.rs:62:5 [INFO] [stderr] | [INFO] [stderr] 62 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/thin_vec.rs:1244:29 [INFO] [stderr] | [INFO] [stderr] 1244 | pub fn into_boxed_slice(mut self) -> Box<[T]> { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling xoshiro v0.0.4 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling thincollections v0.5.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `super::ThinSentinel` [INFO] [stderr] --> src/thin_map.rs:2135:9 [INFO] [stderr] | [INFO] [stderr] 2135 | use super::ThinSentinel; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/thin_sentinel.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/thin_sentinel.rs:62:5 [INFO] [stderr] | [INFO] [stderr] 62 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/thin_vec.rs:1244:29 [INFO] [stderr] | [INFO] [stderr] 1244 | pub fn into_boxed_slice(mut self) -> Box<[T]> { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 19.27s [INFO] running `"docker" "inspect" "44119d3c3024d96c1910f59a3edc8f7eae4b0c163c649886f41e06636a66ea9c"` [INFO] running `"docker" "rm" "-f" "44119d3c3024d96c1910f59a3edc8f7eae4b0c163c649886f41e06636a66ea9c"` [INFO] [stdout] 44119d3c3024d96c1910f59a3edc8f7eae4b0c163c649886f41e06636a66ea9c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen"` [INFO] [stdout] 2ed2bff558b39d1fc59aa8fbc85e95cea86c819e208e9739186635494add0597 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "2ed2bff558b39d1fc59aa8fbc85e95cea86c819e208e9739186635494add0597"` [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/thin_sentinel.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/thin_sentinel.rs:62:5 [INFO] [stderr] | [INFO] [stderr] 62 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/thin_vec.rs:1244:29 [INFO] [stderr] | [INFO] [stderr] 1244 | pub fn into_boxed_slice(mut self) -> Box<[T]> { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::ThinSentinel` [INFO] [stderr] --> src/thin_map.rs:2135:9 [INFO] [stderr] | [INFO] [stderr] 2135 | use super::ThinSentinel; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/thin_sentinel.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/thin_sentinel.rs:62:5 [INFO] [stderr] | [INFO] [stderr] 62 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/thin_vec.rs:1244:29 [INFO] [stderr] | [INFO] [stderr] 1244 | pub fn into_boxed_slice(mut self) -> Box<[T]> { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/thincollections-8bf78bc3ba198089 [INFO] [stdout] [INFO] [stdout] running 60 tests [INFO] [stdout] test thin_map::test_map::test_eq ... ok [INFO] [stdout] test thin_map::test_map::test_entry ... ok [INFO] [stdout] test thin_map::test_map::test_entry_take_doesnt_corrupt ... ok [INFO] [stdout] test thin_map::test_map::test_clone ... ok [INFO] [stdout] test thin_map::test_map::test_behavior_resize_policy ... ok [INFO] [stdout] test thin_map::test_map::test_expand ... ok [INFO] [stdout] test cla_map::tests::allocator_tests ... ok [INFO] [stdout] test thin_map::test_map::test_extend_ref ... ok [INFO] [stdout] test thin_map::test_map::test_empty_remove ... ok [INFO] [stdout] test thin_map::test_map::test_conflict_remove ... ok [INFO] [stdout] test thin_map::test_map::test_empty_iter ... ok [INFO] [stdout] test thin_map::test_map::test_find_mut ... ok [INFO] [stdout] test thin_map::test_map::test_capacity_not_less_than_len ... ok [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] test thin_map::test_map::test_from_iter ... ok [INFO] [stdout] test thin_map::test_map::test_find ... ok [INFO] [stdout] test thin_map::test_map::test_create_capacity_zero ... ok [INFO] [stdout] test thin_map::test_map::test_empty_entry ... ok [INFO] [stdout] test thin_map::test_map::test_drops ... ok [INFO] [stdout] test thin_map::test_map::test_insert_conflicts ... ok [INFO] [stdout] test thin_map::test_map::test_iterate ... ok [INFO] [stdout] test thin_map::test_map::test_keys ... ok [INFO] [stdout] test thin_map::test_map::test_insert_overwrite ... ok [INFO] [stdout] test thin_map::test_map::test_is_empty ... ok [INFO] [stdout] test thin_map::test_map::test_iter_len ... ok [INFO] [stdout] test thin_map::test_map::test_iter_mut_len ... ok [INFO] [stdout] test thin_map::test_map::test_index ... ok [INFO] [stdout] test thin_map::test_map::test_insert ... ok [INFO] [stdout] test thin_map::test_map::test_occupied_entry_key ... ok [INFO] [stdout] test thin_map::test_map::test_remove ... ok [INFO] [stdout] test thin_map::test_map::test_remove_entry ... ok [INFO] [stdout] test thin_map::test_map::test_size_hint ... ok [INFO] [stdout] test thin_map::test_map::test_vacant_entry_key ... ok [INFO] [stdout] test thin_map::test_map::test_show ... ok [INFO] [stdout] test thin_map::test_map::test_zero_capacities ... ok [INFO] [stdout] test thin_map::test_map::test_values ... ok [INFO] [stdout] test thin_map::test_map::test_mut_size_hint ... ok [INFO] [stdout] test thin_map::test_map::test_retain ... ok [INFO] [stdout] test thin_set::test_set::test_eq ... ok [INFO] [stdout] test thin_set::test_set::test_difference ... ok [INFO] [stdout] test thin_map::test_map::test_values_mut ... ok [INFO] [stdout] test thin_map::test_map::test_into_iter_drops ... ok [INFO] [stdout] test thin_map::test_map::test_reserve_shrink_to_fit ... ok [INFO] [stdout] test thin_set::test_set::test_disjoint ... ok [INFO] [stdout] test thin_set::test_set::test_iterate ... ok [INFO] [stdout] test thin_set::test_set::test_retain ... ok [INFO] [stdout] test thin_set::test_set::test_subset_and_superset ... ok [INFO] [stdout] test thin_set::test_set::test_from_iter ... ok [INFO] [stdout] test thin_set::test_set::test_move_iter ... ok [INFO] [stdout] test thin_set::test_set::test_show ... ok [INFO] [stdout] test thin_set::test_set::test_drain ... ok [INFO] [stdout] test thin_set::test_set::test_intersection ... ok [INFO] [stdout] test thin_set::test_set::test_extend_ref ... ok [INFO] [stdout] test thin_set::test_set::test_union ... ok [INFO] [stdout] test thin_set::test_set::test_trivial_drain ... ok [INFO] [stdout] test thin_set::test_set::test_symmetric_difference ... ok [INFO] [stdout] test thin_set::test_set::test_zero_capacities ... ok [INFO] [stdout] test cla_map::tests::allocator_panic_test ... ok [INFO] [stdout] test thin_map::test_map::test_index_nonexistent ... ok [INFO] [stdout] test thin_map::test_map::test_lots_of_insertions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests thincollections [INFO] [stdout] [INFO] [stdout] running 170 tests [INFO] [stdout] test src/lib.rs - thinvec (line 132) ... FAILED [INFO] [stdout] test src/lib.rs - thinvec (line 119) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::contains_key (line 1359) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::get_mut (line 1312) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::drain (line 713) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::hasher (line 535) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::is_empty (line 941) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::insert (line 997) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::get_key_value (line 1215) ... FAILED [INFO] [stdout] test src/lib.rs - v64 (line 65) ... FAILED [INFO] [stdout] test src/lib.rs - v64 (line 78) ... FAILED [INFO] [stdout] test src/lib.rs - (line 39) ... ok [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::iter_mut (line 889) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::shrink_to_fit (line 600) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::remove (line 1405) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::capacity (line 555) ... ok [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::values (line 816) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::retain (line 1500) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::get (line 1267) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::with_capacity_and_hasher (line 424) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::iter (line 768) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::entry (line 631) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::keys (line 865) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::clear (line 1553) ... ok [INFO] [stdout] test src/thin_set.rs - thin_set::&'a ThinSet::bitor (line 758) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::with_capacity (line 491) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::&'a ThinSet::bitand (line 789) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::with_hasher (line 403) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::remove_entry (line 1459) ... ok [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::values_mut (line 839) ... ok [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::len (line 958) ... ok [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::new (line 467) ... ok [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::reserve (line 577) ... ok [INFO] [stdout] test src/thin_set.rs - thin_set::&'a ThinSet::bitxor (line 820) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::clear (line 483) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet (line 85) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::&'a ThinSet::sub (line 851) ... FAILED [INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap::into_iter (line 1901) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet (line 119) ... FAILED [INFO] [stdout] test src/thin_sentinel.rs - thin_sentinel::ThinSentinel (line 25) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::capacity (line 248) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::contains (line 500) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::new (line 149) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet (line 54) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::with_capacity (line 165) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::is_disjoint (line 538) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::is_subset (line 559) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::is_empty (line 444) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::drain (line 461) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::into_iter (line 985) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::get (line 518) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::hasher (line 232) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::iter (line 303) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::difference (line 323) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::is_superset (line 580) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::reserve (line 268) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::remove (line 627) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::intersection (line 381) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::shrink_to_fit (line 284) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::insert (line 608) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::retain (line 667) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::symmetric_difference (line 354) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::append (line 1187) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::IntoIter::as_slice (line 2130) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::union (line 406) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::append (line 1173) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::with_hasher (line 187) ... ok [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::len (line 427) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::capacity (line 150) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::as_mut_slice (line 470) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::with_capacity_and_hasher (line 213) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::as_slice (line 395) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::dedup (line 2642) ... FAILED [INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet::take (line 646) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::bytes_on_heap (line 431) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::IntoIter::as_mut_slice (line 2151) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::append (line 1201) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::insert (line 569) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::drain (line 1429) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::dedup_by_key (line 979) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::drain_filter (line 1604) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::insert (line 583) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::drain (line 1446) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::drain_filter (line 1573) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::dedup_by (line 841) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::clear (line 1326) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::bytes_on_heap (line 415) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::into_iter (line 2037) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::into_boxed_slice (line 1366) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::push (line 1049) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::len (line 1000) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::into_iter (line 2051) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::dedup_by (line 854) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::dedup_by_key (line 966) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::is_empty (line 1021) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::into_boxed_slice (line 1353) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::new (line 90) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::push (line 1060) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::pop (line 1112) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::splice (line 1532) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::remove_item (line 2662) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::split_off (line 1276) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::remove (line 685) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::pop (line 1101) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::swap_remove (line 510) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::truncate (line 298) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::remove (line 674) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::transmute (line 1844) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::reserve (line 184) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::shrink_to_fit (line 243) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::reserve_exact (line 211) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::retain (line 749) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::retain (line 760) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 122) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::splice (line 1544) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 106) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::IntoIter::as_slice (line 1888) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::swap_remove (line 496) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::truncate (line 284) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 161) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 174) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::with_capacity (line 118) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::truncate (line 331) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 89) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 225) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 240) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 189) ... FAILED [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::truncate (line 318) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::IntoIter::as_mut_slice (line 1909) ... ok [INFO] [stdout] test src/thin_v64.rs - thin_v64::V64::split_off (line 1289) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 146) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 256) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 269) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 73) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::as_mut_slice (line 581) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::append (line 1087) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::dedup_by (line 830) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::dedup (line 2399) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 209) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::as_slice (line 561) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::into_boxed_slice (line 1231) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::clear (line 1191) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::capacity (line 367) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::drain_filter (line 1429) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::len (line 963) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::into_boxed_slice (line 1218) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::insert (line 653) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::remove (line 711) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::pop (line 1035) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::push (line 1001) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::into_iter (line 1816) ... FAILED [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::drain (line 1284) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::dedup_by_key (line 942) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::new (line 307) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::drain_filter (line 1398) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::reserve (line 394) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::is_empty (line 981) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::remove_item (line 2419) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::reserve_exact (line 421) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::shrink_to_fit (line 453) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::split_off (line 1154) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::retain (line 764) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::splice (line 1369) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::swap_remove (line 607) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::truncate (line 504) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::truncate (line 517) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::transmute (line 1610) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::truncate (line 489) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::transmute (line 1635) ... ok [INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec::with_capacity (line 335) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - thinvec (line 132) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - thinvec (line 119) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::contains_key (line 1359) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::get_mut (line 1312) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::drain (line 713) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::hasher (line 535) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::is_empty (line 941) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::insert (line 997) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::get_key_value (line 1215) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - v64 (line 65) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - v64 (line 78) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::iter_mut (line 889) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::shrink_to_fit (line 600) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::remove (line 1405) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::values (line 816) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::retain (line 1500) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::get (line 1267) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::with_capacity_and_hasher (line 424) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::iter (line 768) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::entry (line 631) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::keys (line 865) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::&'a ThinSet::bitor (line 758) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::with_capacity (line 491) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::&'a ThinSet::bitand (line 789) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::with_hasher (line 403) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::&'a ThinSet::bitxor (line 820) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::clear (line 483) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet (line 85) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::&'a ThinSet::sub (line 851) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_map.rs - thin_map::ThinMap::into_iter (line 1901) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet (line 119) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_sentinel.rs - thin_sentinel::ThinSentinel (line 25) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::capacity (line 248) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::contains (line 500) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::new (line 149) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet (line 54) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::with_capacity (line 165) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::is_disjoint (line 538) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::is_subset (line 559) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::is_empty (line 444) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::drain (line 461) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::into_iter (line 985) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::get (line 518) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::hasher (line 232) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::iter (line 303) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::difference (line 323) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::is_superset (line 580) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::reserve (line 268) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::remove (line 627) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::intersection (line 381) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::shrink_to_fit (line 284) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::insert (line 608) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::retain (line 667) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::symmetric_difference (line 354) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::append (line 1187) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::IntoIter::as_slice (line 2130) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::union (line 406) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::append (line 1173) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::capacity (line 150) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::as_mut_slice (line 470) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::with_capacity_and_hasher (line 213) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::as_slice (line 395) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::dedup (line 2642) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_set.rs - thin_set::ThinSet::take (line 646) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::bytes_on_heap (line 431) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::insert (line 569) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::drain (line 1429) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::dedup_by_key (line 979) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::drain_filter (line 1604) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::insert (line 583) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::drain (line 1446) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::drain_filter (line 1573) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::dedup_by (line 841) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::clear (line 1326) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::into_iter (line 2037) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::into_boxed_slice (line 1366) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::push (line 1049) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::len (line 1000) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::into_iter (line 2051) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::push (line 1060) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::pop (line 1112) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::splice (line 1532) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::remove_item (line 2662) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::split_off (line 1276) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::swap_remove (line 510) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::truncate (line 298) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::remove (line 674) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::transmute (line 1844) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 122) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 106) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::IntoIter::as_slice (line 1888) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::swap_remove (line 496) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::truncate (line 284) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 161) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 174) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64::with_capacity (line 118) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 89) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 225) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 240) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 189) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 256) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 73) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec::as_mut_slice (line 581) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec::append (line 1087) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec::dedup_by (line 830) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec::dedup (line 2399) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 209) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec::as_slice (line 561) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec::into_boxed_slice (line 1231) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec::clear (line 1191) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec::drain_filter (line 1429) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec::len (line 963) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec::into_boxed_slice (line 1218) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec::insert (line 653) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec::remove (line 711) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec::pop (line 1035) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec::push (line 1001) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec::into_iter (line 1816) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - thinvec (line 119) [INFO] [stdout] src/lib.rs - thinvec (line 132) [INFO] [stdout] src/lib.rs - v64 (line 65) [INFO] [stdout] src/lib.rs - v64 (line 78) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::contains_key (line 1359) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::drain (line 713) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::entry (line 631) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::get (line 1267) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::get_key_value (line 1215) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::get_mut (line 1312) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::hasher (line 535) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::insert (line 997) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::is_empty (line 941) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::iter (line 768) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::iter_mut (line 889) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::keys (line 865) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::remove (line 1405) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::retain (line 1500) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::shrink_to_fit (line 600) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::values (line 816) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::with_capacity_and_hasher (line 424) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::with_hasher (line 403) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::with_capacity (line 491) [INFO] [stdout] src/thin_map.rs - thin_map::ThinMap::into_iter (line 1901) [INFO] [stdout] src/thin_sentinel.rs - thin_sentinel::ThinSentinel (line 25) [INFO] [stdout] src/thin_set.rs - thin_set::&'a ThinSet::bitand (line 789) [INFO] [stdout] src/thin_set.rs - thin_set::&'a ThinSet::bitor (line 758) [INFO] [stdout] src/thin_set.rs - thin_set::&'a ThinSet::bitxor (line 820) [INFO] [stdout] src/thin_set.rs - thin_set::&'a ThinSet::sub (line 851) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet (line 119) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet (line 54) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet (line 85) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::new (line 149) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::with_capacity (line 165) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::capacity (line 248) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::clear (line 483) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::contains (line 500) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::difference (line 323) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::drain (line 461) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::get (line 518) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::hasher (line 232) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::insert (line 608) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::intersection (line 381) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::into_iter (line 985) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::is_disjoint (line 538) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::is_empty (line 444) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::is_subset (line 559) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::is_superset (line 580) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::iter (line 303) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::remove (line 627) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::reserve (line 268) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::retain (line 667) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::shrink_to_fit (line 284) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::symmetric_difference (line 354) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::take (line 646) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::union (line 406) [INFO] [stdout] src/thin_set.rs - thin_set::ThinSet::with_capacity_and_hasher (line 213) [INFO] [stdout] src/thin_v64.rs - thin_v64::IntoIter::as_slice (line 2130) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::append (line 1173) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::append (line 1187) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::as_mut_slice (line 470) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::as_slice (line 395) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::bytes_on_heap (line 431) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::capacity (line 150) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::clear (line 1326) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::dedup (line 2642) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::dedup_by (line 841) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::dedup_by_key (line 979) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::drain (line 1429) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::drain (line 1446) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::drain_filter (line 1573) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::drain_filter (line 1604) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::insert (line 569) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::insert (line 583) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::into_boxed_slice (line 1366) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::into_iter (line 2037) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::into_iter (line 2051) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::len (line 1000) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::pop (line 1112) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::push (line 1049) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::push (line 1060) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::remove (line 674) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::remove_item (line 2662) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::splice (line 1532) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::split_off (line 1276) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::swap_remove (line 496) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::swap_remove (line 510) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::transmute (line 1844) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::truncate (line 284) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::truncate (line 298) [INFO] [stdout] src/thin_v64.rs - thin_v64::V64::with_capacity (line 118) [INFO] [stdout] src/thin_vec.rs - thin_vec::IntoIter::as_slice (line 1888) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec (line 106) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec (line 122) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec (line 161) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec (line 174) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec (line 189) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec (line 209) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec (line 225) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec (line 240) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec (line 256) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec (line 73) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec (line 89) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec::append (line 1087) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec::as_mut_slice (line 581) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec::as_slice (line 561) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec::clear (line 1191) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec::dedup (line 2399) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec::dedup_by (line 830) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec::drain_filter (line 1429) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec::insert (line 653) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec::into_boxed_slice (line 1218) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec::into_boxed_slice (line 1231) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec::into_iter (line 1816) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec::len (line 963) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec::pop (line 1035) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec::push (line 1001) [INFO] [stdout] src/thin_vec.rs - thin_vec::ThinVec::remove (line 711) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 52 passed; 118 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "2ed2bff558b39d1fc59aa8fbc85e95cea86c819e208e9739186635494add0597"` [INFO] running `"docker" "rm" "-f" "2ed2bff558b39d1fc59aa8fbc85e95cea86c819e208e9739186635494add0597"` [INFO] [stdout] 2ed2bff558b39d1fc59aa8fbc85e95cea86c819e208e9739186635494add0597