[INFO] fetching crate datacake-lmdb 0.2.0...
[INFO] checking datacake-lmdb-0.2.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate datacake-lmdb 0.2.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate datacake-lmdb 0.2.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate datacake-lmdb 0.2.0
[INFO] finished tweaking crates.io crate datacake-lmdb 0.2.0
[INFO] tweaked toml for crates.io crate datacake-lmdb 0.2.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 191 packages to latest compatible versions
[INFO] [stderr]       Adding flume v0.10.14 (available: v0.11.1)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0730e1c265e1cdd7cee98209b2034b420d85c60a86e2b5f87c81163e252e0f71
[INFO] running `Command { std: "docker" "start" "-a" "0730e1c265e1cdd7cee98209b2034b420d85c60a86e2b5f87c81163e252e0f71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0730e1c265e1cdd7cee98209b2034b420d85c60a86e2b5f87c81163e252e0f71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0730e1c265e1cdd7cee98209b2034b420d85c60a86e2b5f87c81163e252e0f71", kill_on_drop: false }`
[INFO] [stdout] 0730e1c265e1cdd7cee98209b2034b420d85c60a86e2b5f87c81163e252e0f71
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e0319566b46a157c4df16fde0f6f5c705bf64d80b760f0b3faa92eb4b48b04af
[INFO] running `Command { std: "docker" "start" "-a" "e0319566b46a157c4df16fde0f6f5c705bf64d80b760f0b3faa92eb4b48b04af", kill_on_drop: false }`
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling bytecheck v0.6.12
[INFO] [stderr]    Compiling bytecheck_derive v0.6.12
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rend v0.4.2
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking ptr_meta v0.1.4
[INFO] [stderr]     Checking ahash v0.7.8
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling rkyv v0.7.45
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]     Checking tokio v1.41.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rkyv_derive v0.7.45
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling doxygen-rs v0.4.2
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]     Checking pin-project v1.1.7
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]     Checking flume v0.10.14
[INFO] [stderr]    Compiling lmdb-master-sys v0.2.4
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]     Checking heed-traits v0.20.0
[INFO] [stderr]     Checking synchronoise v1.0.1
[INFO] [stderr]     Checking heed-types v0.20.1
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]    Compiling puppet-derive v0.3.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking puppet v0.4.0
[INFO] [stderr]     Checking heed v0.20.5
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking tokio-stream v0.1.16
[INFO] [stderr]     Checking datacake-chitchat-fork v0.5.1
[INFO] [stderr]     Checking datacake-crdt v0.4.1
[INFO] [stderr]     Checking hyper v0.14.31
[INFO] [stderr]     Checking datacake-rpc v0.5.1
[INFO] [stderr]     Checking datacake-node v0.4.1
[INFO] [stderr]     Checking datacake-eventual-consistency v0.5.1
[INFO] [stderr]     Checking datacake-lmdb v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `heed::types::ByteSlice`
[INFO] [stdout]   --> src/db.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | use heed::types::{ByteSlice, Str, Unit, U64};
[INFO] [stdout]    |                   ^^^^^^^^^ no `ByteSlice` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `heed::types::ByteSlice`
[INFO] [stdout]   --> src/db.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | use heed::types::{ByteSlice, Str, Unit, U64};
[INFO] [stdout]    |                   ^^^^^^^^^ no `ByteSlice` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]    --> src/db.rs:252:17
[INFO] [stdout]     |
[INFO] [stdout] 252 |                 Entry::Vacant(entry) => {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout] note: required by a bound in `std::collections::btree_map::Entry::Vacant`
[INFO] [stdout]    --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/alloc/src/collections/btree/map/entry.rs:27:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]    --> src/db.rs:253:68
[INFO] [stdout]     |
[INFO] [stdout] 253 |                     match try_create_dbs(env, keyspace_list, entry.key()) {
[INFO] [stdout]     |                                                                    ^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout] note: required by a bound in `std::collections::btree_map::VacantEntry::<'a, K, V, A>::key`
[INFO] [stdout]    --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/alloc/src/collections/btree/map/entry.rs:335:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]    --> src/db.rs:252:17
[INFO] [stdout]     |
[INFO] [stdout] 252 |                 Entry::Vacant(entry) => {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout] note: required by a bound in `std::collections::btree_map::Entry::Vacant`
[INFO] [stdout]    --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/alloc/src/collections/btree/map/entry.rs:27:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `insert` exists for struct `VacantEntry<'_, str, _, _>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/db.rs:255:52
[INFO] [stdout]     |
[INFO] [stdout] 255 | ...                   let (kv, meta) = entry.insert(dbs);
[INFO] [stdout]     |                                              ^^^^^^ method cannot be called on `VacantEntry<'_, str, _, _>` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `str: Sized`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `str` cannot be known at compilation time
[INFO] [stdout]    --> src/db.rs:253:68
[INFO] [stdout]     |
[INFO] [stdout] 253 |                     match try_create_dbs(env, keyspace_list, entry.key()) {
[INFO] [stdout]     |                                                                    ^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Sized` is not implemented for `str`
[INFO] [stdout] note: required by a bound in `std::collections::btree_map::VacantEntry::<'a, K, V, A>::key`
[INFO] [stdout]    --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/alloc/src/collections/btree/map/entry.rs:335:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `insert` exists for struct `VacantEntry<'_, str, _, _>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/db.rs:255:52
[INFO] [stdout]     |
[INFO] [stdout] 255 | ...                   let (kv, meta) = entry.insert(dbs);
[INFO] [stdout]     |                                              ^^^^^^ method cannot be called on `VacantEntry<'_, str, _, _>` due to unsatisfied trait bounds
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `str: Sized`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `datacake-lmdb` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `datacake-lmdb` (lib test) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "e0319566b46a157c4df16fde0f6f5c705bf64d80b760f0b3faa92eb4b48b04af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0319566b46a157c4df16fde0f6f5c705bf64d80b760f0b3faa92eb4b48b04af", kill_on_drop: false }`
[INFO] [stdout] e0319566b46a157c4df16fde0f6f5c705bf64d80b760f0b3faa92eb4b48b04af
