[INFO] fetching crate file_hashmap 0.1.0... [INFO] testing file_hashmap-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate file_hashmap 0.1.0 into /workspace/builds/worker-16/source [INFO] validating manifest of crates.io crate file_hashmap 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate file_hashmap 0.1.0 [INFO] finished tweaking crates.io crate file_hashmap 0.1.0 [INFO] tweaked toml for crates.io crate file_hashmap 0.1.0 written to /workspace/builds/worker-16/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 64201f3b892d86a4a5e9ae6ede75ab0b9364f21631bde1a67a78a12c4c0e2b77 [INFO] running `Command { std: "docker" "start" "-a" "64201f3b892d86a4a5e9ae6ede75ab0b9364f21631bde1a67a78a12c4c0e2b77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "64201f3b892d86a4a5e9ae6ede75ab0b9364f21631bde1a67a78a12c4c0e2b77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64201f3b892d86a4a5e9ae6ede75ab0b9364f21631bde1a67a78a12c4c0e2b77", kill_on_drop: false }` [INFO] [stdout] 64201f3b892d86a4a5e9ae6ede75ab0b9364f21631bde1a67a78a12c4c0e2b77 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4b1175de8330bbbf4ea9e4272bcd6b64c104647bab2eb9eac4251eaa2c18e4e6 [INFO] running `Command { std: "docker" "start" "-a" "4b1175de8330bbbf4ea9e4272bcd6b64c104647bab2eb9eac4251eaa2c18e4e6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling lazy_static v0.1.16 [INFO] [stderr] Compiling cast v0.1.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling file_hashmap v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `alloc::heap` [INFO] [stdout] --> src/hashmap/table.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | use alloc::heap::EMPTY; [INFO] [stdout] | ^^^^ could not find `heap` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ptr::Shared` [INFO] [stdout] --> src/hashmap/table.rs:21:30 [INFO] [stdout] | [INFO] [stdout] 21 | use std::ptr::{self, Unique, Shared}; [INFO] [stdout] | ^^^^^^ no `Shared` in `ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `oom` in crate `alloc` [INFO] [stdout] --> src/hashmap/table.rs:657:22 [INFO] [stdout] | [INFO] [stdout] 657 | ::alloc::oom() [INFO] [stdout] | ^^^ not found in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the feature `pub_restricted` has been stable since 1.18.0 and no longer requires an attribute to enable [INFO] [stdout] = help: the feature `generic_param_attrs` has been stable since 1.27.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/hashmap/map.rs:1562:34 [INFO] [stdout] | [INFO] [stdout] 1562 | fn next(&mut self) -> Option<(&'a K)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 1562 - fn next(&mut self) -> Option<(&'a K)> { [INFO] [stdout] 1562 + fn next(&mut self) -> Option<&'a K> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/hashmap/map.rs:1580:34 [INFO] [stdout] | [INFO] [stdout] 1580 | fn next(&mut self) -> Option<(&'a V)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 1580 - fn next(&mut self) -> Option<(&'a V)> { [INFO] [stdout] 1580 + fn next(&mut self) -> Option<&'a V> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/hashmap/map.rs:1598:34 [INFO] [stdout] | [INFO] [stdout] 1598 | fn next(&mut self) -> Option<(&'a mut V)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 1598 - fn next(&mut self) -> Option<(&'a mut V)> { [INFO] [stdout] 1598 + fn next(&mut self) -> Option<&'a mut V> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/raw_alloc.rs:24:57 [INFO] [stdout] | [INFO] [stdout] 24 | static ref PATH: RwLock = RwLock::new(env::home_dir().unwrap_or(".".into())); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/raw_alloc.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref PATH: RwLock = RwLock::new(env::home_dir().unwrap_or(".".into())); [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/raw_alloc.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref PATH: RwLock = RwLock::new(env::home_dir().unwrap_or(".".into())); [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stdout] --> src/hashmap/table.rs:21:22 [INFO] [stdout] | [INFO] [stdout] 21 | use std::ptr::{self, Unique, Shared}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stdout] --> src/hashmap/table.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | hashes: Unique, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stdout] --> src/hashmap/table.rs:624:25 [INFO] [stdout] | [INFO] [stdout] 624 | hashes: Unique::new(EMPTY as *mut HashUint), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stdout] --> src/hashmap/table.rs:665:21 [INFO] [stdout] | [INFO] [stdout] 665 | hashes: Unique::new(hashes), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'hashmap_internals' [INFO] [stdout] --> src/hashmap/map.rs:19:44 [INFO] [stdout] | [INFO] [stdout] 19 | use std::hash::{Hash, Hasher, BuildHasher, SipHasher13}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'hashmap_internals' [INFO] [stdout] --> src/hashmap/map.rs:2053:26 [INFO] [stdout] | [INFO] [stdout] 2053 | pub struct DefaultHasher(SipHasher13); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'hashmap_internals' [INFO] [stdout] --> src/hashmap/map.rs:2040:23 [INFO] [stdout] | [INFO] [stdout] 2040 | DefaultHasher(SipHasher13::new_with_keys(self.k0, self.k1)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'hashmap_internals' [INFO] [stdout] --> src/hashmap/map.rs:2063:23 [INFO] [stdout] | [INFO] [stdout] 2063 | DefaultHasher(SipHasher13::new_with_keys(0, 0)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `pub_restricted` has been stable since 1.18.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_param_attrs` has been stable since 1.27.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:10:45 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:10:66 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:10:74 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:10:82 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:10:95 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:10:105 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:10:110 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:10:117 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:10:110 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `shared` [INFO] [stdout] --> src/lib.rs:10:66 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `unique` [INFO] [stdout] --> src/lib.rs:10:74 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `sip_hash_13` [INFO] [stdout] --> src/lib.rs:10:82 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `heap_api` [INFO] [stdout] --> src/lib.rs:10:95 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `oom` [INFO] [stdout] --> src/lib.rs:10:105 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(pub_restricted, dropck_eyepatch, generic_param_attrs, shared, unique, sip_hash_13, heap_api, oom, alloc, core_intrinsics)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals' [INFO] [stdout] --> src/hashmap/table.rs:624:25 [INFO] [stdout] | [INFO] [stdout] 624 | hashes: Unique::new(EMPTY as *mut HashUint), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/hashmap/table.rs:624:25 [INFO] [stdout] | [INFO] [stdout] 624 | hashes: Unique::new(EMPTY as *mut HashUint), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `Unique`, found enum `Option` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Unique` [INFO] [stdout] found enum `Option>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals' [INFO] [stdout] --> src/hashmap/table.rs:665:21 [INFO] [stdout] | [INFO] [stdout] 665 | hashes: Unique::new(hashes), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/hashmap/table.rs:665:21 [INFO] [stdout] | [INFO] [stdout] 665 | hashes: Unique::new(hashes), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected struct `Unique`, found enum `Option` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Unique<_>` [INFO] [stdout] found enum `Option>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0614]: type `Unique` cannot be dereferenced [INFO] [stdout] --> src/hashmap/table.rs:674:22 [INFO] [stdout] | [INFO] [stdout] 674 | let buffer = *self.hashes as *mut u8; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0614]: type `Unique` cannot be dereferenced [INFO] [stdout] --> src/hashmap/table.rs:680:23 [INFO] [stdout] | [INFO] [stdout] 680 | hash: *self.hashes, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0614]: type `Unique` cannot be dereferenced [INFO] [stdout] --> src/hashmap/table.rs:692:30 [INFO] [stdout] | [INFO] [stdout] 692 | ptr::write_bytes(*ret.hashes, 0, capacity); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `offset` found for struct `Unique` in the current scope [INFO] [stdout] --> src/hashmap/table.rs:711:46 [INFO] [stdout] | [INFO] [stdout] 711 | hashes_end: unsafe { self.hashes.offset(self.capacity as isize) }, [INFO] [stdout] | ^^^^^^ method not found in `Unique` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0614]: type `Unique` cannot be dereferenced [INFO] [stdout] --> src/hashmap/table.rs:1093:24 [INFO] [stdout] | [INFO] [stdout] 1093 | deallocate(*self.hashes as *mut u8, size, align); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'hashmap_internals' [INFO] [stdout] --> src/hashmap/map.rs:2040:23 [INFO] [stdout] | [INFO] [stdout] 2040 | DefaultHasher(SipHasher13::new_with_keys(self.k0, self.k1)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'hashmap_internals' [INFO] [stdout] --> src/hashmap/map.rs:2063:23 [INFO] [stdout] | [INFO] [stdout] 2063 | DefaultHasher(SipHasher13::new_with_keys(0, 0)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 35 previous errors; 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0425, E0432, E0554, E0599, E0614, E0635, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `file_hashmap` due to 36 previous errors; 9 warnings emitted [INFO] running `Command { std: "docker" "inspect" "4b1175de8330bbbf4ea9e4272bcd6b64c104647bab2eb9eac4251eaa2c18e4e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b1175de8330bbbf4ea9e4272bcd6b64c104647bab2eb9eac4251eaa2c18e4e6", kill_on_drop: false }` [INFO] [stdout] 4b1175de8330bbbf4ea9e4272bcd6b64c104647bab2eb9eac4251eaa2c18e4e6