[INFO] fetching crate zarrs_storage 0.3.4... [INFO] testing zarrs_storage-0.3.4 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate zarrs_storage 0.3.4 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate zarrs_storage 0.3.4 [INFO] finished tweaking crates.io crate zarrs_storage 0.3.4 [INFO] tweaked toml for crates.io crate zarrs_storage 0.3.4 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate zarrs_storage 0.3.4 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate zarrs_storage 0.3.4 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded unsafe_cell_slice v0.2.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 89dbc4f2579ce7192728abd4b1eb198bcb1276c161e7910f29e626515e71c2fe [INFO] running `Command { std: "docker" "start" "-a" "89dbc4f2579ce7192728abd4b1eb198bcb1276c161e7910f29e626515e71c2fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "89dbc4f2579ce7192728abd4b1eb198bcb1276c161e7910f29e626515e71c2fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89dbc4f2579ce7192728abd4b1eb198bcb1276c161e7910f29e626515e71c2fe", kill_on_drop: false }` [INFO] [stdout] 89dbc4f2579ce7192728abd4b1eb198bcb1276c161e7910f29e626515e71c2fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 113a28e9b4134b1b6be2b226e308e0c59c8992803ae04f21d558096fb05eb253 [INFO] running `Command { std: "docker" "start" "-a" "113a28e9b4134b1b6be2b226e308e0c59c8992803ae04f21d558096fb05eb253", kill_on_drop: false }` [INFO] [stderr] Compiling unsafe_cell_slice v0.2.2 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling auto_impl v1.3.0 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling zarrs_storage v0.3.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:158:64 [INFO] [stdout] | [INFO] [stdout] 158 | pub const fn new(key: StoreKey, offset: ByteOffset, value: &[u8]) -> StoreKeyOffsetValue { [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] 158 | pub const fn new(key: StoreKey, offset: ByteOffset, value: &[u8]) -> StoreKeyOffsetValue<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.66s [INFO] running `Command { std: "docker" "inspect" "113a28e9b4134b1b6be2b226e308e0c59c8992803ae04f21d558096fb05eb253", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "113a28e9b4134b1b6be2b226e308e0c59c8992803ae04f21d558096fb05eb253", kill_on_drop: false }` [INFO] [stdout] 113a28e9b4134b1b6be2b226e308e0c59c8992803ae04f21d558096fb05eb253 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c784a67f40e9b6950c49da9037d229e687012a5d917f3892afd59a5519cccf14 [INFO] running `Command { std: "docker" "start" "-a" "c784a67f40e9b6950c49da9037d229e687012a5d917f3892afd59a5519cccf14", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:158:64 [INFO] [stdout] | [INFO] [stdout] 158 | pub const fn new(key: StoreKey, offset: ByteOffset, value: &[u8]) -> StoreKeyOffsetValue { [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] 158 | pub const fn new(key: StoreKey, offset: ByteOffset, value: &[u8]) -> StoreKeyOffsetValue<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling zarrs_storage v0.3.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `crate::store_test` [INFO] [stdout] --> src/storage_adapter/performance_metrics.rs:326:9 [INFO] [stdout] | [INFO] [stdout] 326 | use crate::store_test; [INFO] [stdout] | ^^^^^^^---------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `store_key` [INFO] [stdout] | no `store_test` in the root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "tests")] [INFO] [stdout] | ----------------- the item is gated behind the `tests` feature [INFO] [stdout] 30 | /// Store test utilities (for external store development). [INFO] [stdout] 31 | pub mod store_test; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::store_test` [INFO] [stdout] --> src/storage_adapter/usage_log.rs:482:37 [INFO] [stdout] | [INFO] [stdout] 482 | use crate::{store::MemoryStore, store_test}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `store_test` in the root [INFO] [stdout] | help: a similar name exists in the module: `store_key` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "tests")] [INFO] [stdout] | ----------------- the item is gated behind the `tests` feature [INFO] [stdout] 30 | /// Store test utilities (for external store development). [INFO] [stdout] 31 | pub mod store_test; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `store_test` in the crate root [INFO] [stdout] --> src/storage_handle.rs:206:16 [INFO] [stdout] | [INFO] [stdout] 206 | crate::store_test::store_write(&store)?; [INFO] [stdout] | ^^^^^^^^^^ could not find `store_test` in the crate root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "tests")] [INFO] [stdout] | ----------------- the item is gated behind the `tests` feature [INFO] [stdout] 30 | /// Store test utilities (for external store development). [INFO] [stdout] 31 | pub mod store_test; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `store_test` in the crate root [INFO] [stdout] --> src/storage_handle.rs:207:16 [INFO] [stdout] | [INFO] [stdout] 207 | crate::store_test::store_read(&store)?; [INFO] [stdout] | ^^^^^^^^^^ could not find `store_test` in the crate root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "tests")] [INFO] [stdout] | ----------------- the item is gated behind the `tests` feature [INFO] [stdout] 30 | /// Store test utilities (for external store development). [INFO] [stdout] 31 | pub mod store_test; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `store_test` in the crate root [INFO] [stdout] --> src/storage_handle.rs:208:16 [INFO] [stdout] | [INFO] [stdout] 208 | crate::store_test::store_list(&store)?; [INFO] [stdout] | ^^^^^^^^^^ could not find `store_test` in the crate root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "tests")] [INFO] [stdout] | ----------------- the item is gated behind the `tests` feature [INFO] [stdout] 30 | /// Store test utilities (for external store development). [INFO] [stdout] 31 | pub mod store_test; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `store_test` in the crate root [INFO] [stdout] --> src/store/memory_store.rs:222:16 [INFO] [stdout] | [INFO] [stdout] 222 | crate::store_test::store_write(&store)?; [INFO] [stdout] | ^^^^^^^^^^ could not find `store_test` in the crate root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "tests")] [INFO] [stdout] | ----------------- the item is gated behind the `tests` feature [INFO] [stdout] 30 | /// Store test utilities (for external store development). [INFO] [stdout] 31 | pub mod store_test; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `store_test` in the crate root [INFO] [stdout] --> src/store/memory_store.rs:223:16 [INFO] [stdout] | [INFO] [stdout] 223 | crate::store_test::store_read(&store)?; [INFO] [stdout] | ^^^^^^^^^^ could not find `store_test` in the crate root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "tests")] [INFO] [stdout] | ----------------- the item is gated behind the `tests` feature [INFO] [stdout] 30 | /// Store test utilities (for external store development). [INFO] [stdout] 31 | pub mod store_test; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `store_test` in the crate root [INFO] [stdout] --> src/store/memory_store.rs:224:16 [INFO] [stdout] | [INFO] [stdout] 224 | crate::store_test::store_list(&store)?; [INFO] [stdout] | ^^^^^^^^^^ could not find `store_test` in the crate root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "tests")] [INFO] [stdout] | ----------------- the item is gated behind the `tests` feature [INFO] [stdout] 30 | /// Store test utilities (for external store development). [INFO] [stdout] 31 | pub mod store_test; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `zarrs_storage` (lib test) due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "c784a67f40e9b6950c49da9037d229e687012a5d917f3892afd59a5519cccf14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c784a67f40e9b6950c49da9037d229e687012a5d917f3892afd59a5519cccf14", kill_on_drop: false }` [INFO] [stdout] c784a67f40e9b6950c49da9037d229e687012a5d917f3892afd59a5519cccf14