[INFO] fetching crate actix-storage 0.3.0...
[INFO] testing actix-storage-0.3.0 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate actix-storage 0.3.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate actix-storage 0.3.0
[INFO] finished tweaking crates.io crate actix-storage 0.3.0
[INFO] tweaked toml for crates.io crate actix-storage 0.3.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate actix-storage 0.3.0 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 150 packages to latest compatible versions
[INFO] [stderr]       Adding bincode v1.3.3 (available: v3.0.0)
[INFO] [stderr]       Adding quick-xml v0.26.0 (available: v0.39.0)
[INFO] [stderr]       Adding ron v0.8.1 (available: v0.12.0)
[INFO] [stderr]       Adding serde_yaml v0.8.26 (available: v0.9.34+deprecated)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8a7ba59d07f8d24c4187e8127d81b836fd519eb31587e7f65c424d773623aa6b
[INFO] running `Command { std: "docker" "start" "-a" "8a7ba59d07f8d24c4187e8127d81b836fd519eb31587e7f65c424d773623aa6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8a7ba59d07f8d24c4187e8127d81b836fd519eb31587e7f65c424d773623aa6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a7ba59d07f8d24c4187e8127d81b836fd519eb31587e7f65c424d773623aa6b", kill_on_drop: false }`
[INFO] [stdout] 8a7ba59d07f8d24c4187e8127d81b836fd519eb31587e7f65c424d773623aa6b
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] ff7c583414314886b15b98bbc648490ba00a630e66bbb76df8dd4a8066ac4c62
[INFO] running `Command { std: "docker" "start" "-a" "ff7c583414314886b15b98bbc648490ba00a630e66bbb76df8dd4a8066ac4c62", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling zmij v1.0.14
[INFO] [stderr]    Compiling actix-service v2.0.3
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling bytestring v1.5.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling regex-lite v0.1.8
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling time-core v0.1.7
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling time v0.3.45
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling actix_derive v0.6.2
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling actix-rt v2.11.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling actix-server v2.6.0
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling actix v0.13.5
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling actix-http v3.11.2
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling actix-web v4.12.1
[INFO] [stderr]    Compiling actix-storage v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.97s
[INFO] running `Command { std: "docker" "inspect" "ff7c583414314886b15b98bbc648490ba00a630e66bbb76df8dd4a8066ac4c62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff7c583414314886b15b98bbc648490ba00a630e66bbb76df8dd4a8066ac4c62", kill_on_drop: false }`
[INFO] [stdout] ff7c583414314886b15b98bbc648490ba00a630e66bbb76df8dd4a8066ac4c62
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] e13a3c0eb5a7f40d5cab12f586ebd2a44cb3a16edf2340f37843b97f95628711
[INFO] running `Command { std: "docker" "start" "-a" "e13a3c0eb5a7f40d5cab12f586ebd2a44cb3a16edf2340f37843b97f95628711", kill_on_drop: false }`
[INFO] [stderr]    Compiling actix-storage v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.52s
[INFO] running `Command { std: "docker" "inspect" "e13a3c0eb5a7f40d5cab12f586ebd2a44cb3a16edf2340f37843b97f95628711", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e13a3c0eb5a7f40d5cab12f586ebd2a44cb3a16edf2340f37843b97f95628711", kill_on_drop: false }`
[INFO] [stdout] e13a3c0eb5a7f40d5cab12f586ebd2a44cb3a16edf2340f37843b97f95628711
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] f3ef4bc424b03f1521274265ec767978c20e63d3443a2f148e064bcd97d8af31
[INFO] running `Command { std: "docker" "start" "-a" "f3ef4bc424b03f1521274265ec767978c20e63d3443a2f148e064bcd97d8af31", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/actix-storage/5f8b969a90a37e0b/deps/actix_storage-5f8b969a90a37e0b)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test storage::test::test_expiry_store_polyfill ... ok
[INFO] [stdout] test error::test::test_error ... ok
[INFO] [stdout] test storage::test::test_no_expiry ... ok
[INFO] [stdout] test storage::test::test_no_sotre - should panic ... ok
[INFO] [stdout] test actor::tests::test_actor - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests actix_storage
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test src/storage.rs - storage::Storage::scope (line 62) ... FAILED
[INFO] [stdout] test src/storage.rs - storage::Storage::get_bytes (line 303) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::extend (line 486) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::contains_key (line 417) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::get_expiring_bytes_ref (line 372) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::persist (line 508) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::set_expiring_bytes (line 200) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::expire (line 438) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::expiry (line 460) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::set_bytes (line 172) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::get_bytes_ref (line 354) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::get_expiring_bytes (line 327) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage (line 27) ... ok
[INFO] [stdout] test src/storage.rs - storage::Storage::delete (line 399) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/storage.rs - storage::Storage::scope (line 62) stdout ----
[INFO] [stdout] error[E0599]: no method named `set` found for struct `Storage` in the current scope
[INFO] [stdout]   --> src/storage.rs:69:7
[INFO] [stdout]    |
[INFO] [stdout] 69 | cache.set("age", &60_u8).await;
[INFO] [stdout]    |       ^^^ method not found in `Storage`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/storage.rs - storage::Storage::scope (line 62)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 13 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "f3ef4bc424b03f1521274265ec767978c20e63d3443a2f148e064bcd97d8af31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f3ef4bc424b03f1521274265ec767978c20e63d3443a2f148e064bcd97d8af31", kill_on_drop: false }`
[INFO] [stdout] f3ef4bc424b03f1521274265ec767978c20e63d3443a2f148e064bcd97d8af31
