[INFO] fetching crate cached 0.56.0... [INFO] testing cached-0.56.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate cached 0.56.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate cached 0.56.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate cached 0.56.0 [INFO] tweaked toml for crates.io crate cached 0.56.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cached 0.56.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate cached 0.56.0 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 280fa48a2c37f5c8160a46bc3140f4ffdc63ab2e58bba25e590ddc70776f9d98 [INFO] running `Command { std: "docker" "start" "-a" "280fa48a2c37f5c8160a46bc3140f4ffdc63ab2e58bba25e590ddc70776f9d98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "280fa48a2c37f5c8160a46bc3140f4ffdc63ab2e58bba25e590ddc70776f9d98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "280fa48a2c37f5c8160a46bc3140f4ffdc63ab2e58bba25e590ddc70776f9d98", kill_on_drop: false }` [INFO] [stdout] 280fa48a2c37f5c8160a46bc3140f4ffdc63ab2e58bba25e590ddc70776f9d98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0d7cd8905cf4a2e1f96809781e630941d4b4aaf4ceca22515c44dfc620a7335 [INFO] running `Command { std: "docker" "start" "-a" "b0d7cd8905cf4a2e1f96809781e630941d4b4aaf4ceca22515c44dfc620a7335", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling cached_proc_macro_types v0.1.1 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling cached_proc_macro v0.25.0 [INFO] [stderr] Compiling cached v0.56.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lru_list.rs:109:17 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn iter(&self) -> LRUListIterator { [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] 109 | pub fn iter(&self) -> LRUListIterator<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.18s [INFO] running `Command { std: "docker" "inspect" "b0d7cd8905cf4a2e1f96809781e630941d4b4aaf4ceca22515c44dfc620a7335", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0d7cd8905cf4a2e1f96809781e630941d4b4aaf4ceca22515c44dfc620a7335", kill_on_drop: false }` [INFO] [stdout] b0d7cd8905cf4a2e1f96809781e630941d4b4aaf4ceca22515c44dfc620a7335 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e07e6401a8b3714cfd5d5a115ad9a9fb65f789fb9a8a521ab835bd645016c53 [INFO] running `Command { std: "docker" "start" "-a" "5e07e6401a8b3714cfd5d5a115ad9a9fb65f789fb9a8a521ab835bd645016c53", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling value-bag v1.10.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Compiling sdd v3.0.7 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling googletest_macro v0.11.0 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling scc v2.3.3 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] Compiling copy_dir v0.1.3 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lru_list.rs:109:17 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn iter(&self) -> LRUListIterator { [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] 109 | pub fn iter(&self) -> LRUListIterator<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling async-executor v1.13.1 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling event-listener-strategy v0.5.3 [INFO] [stderr] Compiling googletest v0.11.0 [INFO] [stderr] Compiling async-lock v3.4.0 [INFO] [stderr] Compiling async-channel v2.3.1 [INFO] [stderr] Compiling blocking v1.6.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling serial_test v3.2.0 [INFO] [stderr] Compiling polling v3.7.4 [INFO] [stderr] Compiling tempfile v3.17.1 [INFO] [stderr] Compiling async-io v2.4.0 [INFO] [stderr] Compiling async-global-executor v2.4.1 [INFO] [stderr] Compiling async-std v1.13.1 [INFO] [stderr] Compiling cached v0.56.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `DiskCache` in `cached` [INFO] [stdout] --> examples/disk.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / #[io_cached( [INFO] [stdout] 21 | | disk = true, [INFO] [stdout] 22 | | time = 30, [INFO] [stdout] 23 | | map_error = r##"|e| ExampleError::DiskError(format!("{:?}", e))"## [INFO] [stdout] 24 | | )] [INFO] [stdout] | |__^ could not find `DiskCache` in `cached` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:241:18 [INFO] [stdout] | [INFO] [stdout] 239 | #[cfg(feature = "disk_store")] [INFO] [stdout] | ---------------------- the item is gated behind the `disk_store` feature [INFO] [stdout] 240 | #[cfg_attr(docsrs, doc(cfg(feature = "disk_store")))] [INFO] [stdout] 241 | pub use stores::{DiskCache, DiskCacheError}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `io_cached` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DiskCache` in crate `cached` [INFO] [stdout] --> examples/disk.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / #[io_cached( [INFO] [stdout] 21 | | disk = true, [INFO] [stdout] 22 | | time = 30, [INFO] [stdout] 23 | | map_error = r##"|e| ExampleError::DiskError(format!("{:?}", e))"## [INFO] [stdout] 24 | | )] [INFO] [stdout] | |__^ not found in `cached` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:241:18 [INFO] [stdout] | [INFO] [stdout] 239 | #[cfg(feature = "disk_store")] [INFO] [stdout] | ---------------------- the item is gated behind the `disk_store` feature [INFO] [stdout] 240 | #[cfg_attr(docsrs, doc(cfg(feature = "disk_store")))] [INFO] [stdout] 241 | pub use stores::{DiskCache, DiskCacheError}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `io_cached` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cached` (example "disk") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lru_list.rs:109:17 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn iter(&self) -> LRUListIterator { [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] 109 | pub fn iter(&self) -> LRUListIterator<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5e07e6401a8b3714cfd5d5a115ad9a9fb65f789fb9a8a521ab835bd645016c53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e07e6401a8b3714cfd5d5a115ad9a9fb65f789fb9a8a521ab835bd645016c53", kill_on_drop: false }` [INFO] [stdout] 5e07e6401a8b3714cfd5d5a115ad9a9fb65f789fb9a8a521ab835bd645016c53