[INFO] fetching crate verde 0.2.2... [INFO] testing verde-0.2.2 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate verde 0.2.2 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate verde 0.2.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate verde 0.2.2 [INFO] tweaked toml for crates.io crate verde 0.2.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate verde 0.2.2 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate verde 0.2.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9630db89377e5b8a062e3a4031580fcf8cd5972edace7b898a93f637b94fbc98 [INFO] running `Command { std: "docker" "start" "-a" "9630db89377e5b8a062e3a4031580fcf8cd5972edace7b898a93f637b94fbc98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9630db89377e5b8a062e3a4031580fcf8cd5972edace7b898a93f637b94fbc98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9630db89377e5b8a062e3a4031580fcf8cd5972edace7b898a93f637b94fbc98", kill_on_drop: false }` [INFO] [stdout] 9630db89377e5b8a062e3a4031580fcf8cd5972edace7b898a93f637b94fbc98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 909a6019087e79a4988634a6fae75702398d52d74ac1a40bd1d974ac8c39ca9a [INFO] running `Command { std: "docker" "start" "-a" "909a6019087e79a4988634a6fae75702398d52d74ac1a40bd1d974ac8c39ca9a", kill_on_drop: false }` [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling syn v2.0.58 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling verde-derive v0.2.0 [INFO] [stderr] Compiling verde v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `query` [INFO] [stdout] --> src/internal/storage/query.rs:66:7 [INFO] [stdout] | [INFO] [stdout] 66 | let query = std::any::type_name::(); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/internal/storage/routing.rs:97:22 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn start_route(&mut self, storage: u16) -> RouteBuilder { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 97 | pub fn start_route(&mut self, storage: u16) -> RouteBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/internal/storage/tracked.rs:89:16 [INFO] [stdout] | [INFO] [stdout] 89 | let slot = &(*self.values.data_ptr())[index as usize].value; [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec>` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec>` [INFO] [stdout] --> src/internal/storage/tracked.rs:89:16 [INFO] [stdout] | [INFO] [stdout] 89 | let slot = &(*self.values.data_ptr())[index as usize].value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 89 | let slot = &(&(*self.values.data_ptr()))[index as usize].value; [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.45s [INFO] running `Command { std: "docker" "inspect" "909a6019087e79a4988634a6fae75702398d52d74ac1a40bd1d974ac8c39ca9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "909a6019087e79a4988634a6fae75702398d52d74ac1a40bd1d974ac8c39ca9a", kill_on_drop: false }` [INFO] [stdout] 909a6019087e79a4988634a6fae75702398d52d74ac1a40bd1d974ac8c39ca9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a749857ee3670712f5d0fa7160768c72c830ffe8e28695837f8b57ca40355b8 [INFO] running `Command { std: "docker" "start" "-a" "4a749857ee3670712f5d0fa7160768c72c830ffe8e28695837f8b57ca40355b8", kill_on_drop: false }` [INFO] [stderr] Compiling verde v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `query` [INFO] [stdout] --> src/internal/storage/query.rs:66:7 [INFO] [stdout] | [INFO] [stdout] 66 | let query = std::any::type_name::(); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/internal/storage/routing.rs:97:22 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn start_route(&mut self, storage: u16) -> RouteBuilder { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 97 | pub fn start_route(&mut self, storage: u16) -> RouteBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/internal/storage/tracked.rs:89:16 [INFO] [stdout] | [INFO] [stdout] 89 | let slot = &(*self.values.data_ptr())[index as usize].value; [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec>` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec>` [INFO] [stdout] --> src/internal/storage/tracked.rs:89:16 [INFO] [stdout] | [INFO] [stdout] 89 | let slot = &(*self.values.data_ptr())[index as usize].value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 89 | let slot = &(&(*self.values.data_ptr()))[index as usize].value; [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `verde::test` [INFO] [stdout] --> tests/test.rs:3:33 [INFO] [stdout] | [INFO] [stdout] 3 | use verde::{db, query, storage, test::TestDatabase, Ctx, Db, Id, Pushable, Tracked}; [INFO] [stdout] | ^^^^ could not find `test` in `verde` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 12 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `verde` (test "test") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused variable: `query` [INFO] [stdout] --> src/internal/storage/query.rs:66:7 [INFO] [stdout] | [INFO] [stdout] 66 | let query = std::any::type_name::(); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/internal/storage/routing.rs:214:22 [INFO] [stdout] | [INFO] [stdout] 214 | pub fn start_route(&mut self, storage: u16) -> RouteBuilder { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 214 | pub fn start_route(&mut self, storage: u16) -> RouteBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/internal/storage/tracked.rs:89:16 [INFO] [stdout] | [INFO] [stdout] 89 | let slot = &(*self.values.data_ptr())[index as usize].value; [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec>` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec>` [INFO] [stdout] --> src/internal/storage/tracked.rs:89:16 [INFO] [stdout] | [INFO] [stdout] 89 | let slot = &(*self.values.data_ptr())[index as usize].value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 89 | let slot = &(&(*self.values.data_ptr()))[index as usize].value; [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4a749857ee3670712f5d0fa7160768c72c830ffe8e28695837f8b57ca40355b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a749857ee3670712f5d0fa7160768c72c830ffe8e28695837f8b57ca40355b8", kill_on_drop: false }` [INFO] [stdout] 4a749857ee3670712f5d0fa7160768c72c830ffe8e28695837f8b57ca40355b8