[INFO] fetching crate dioxus-local-storage 0.4.0...
[INFO] testing dioxus-local-storage-0.4.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate dioxus-local-storage 0.4.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate dioxus-local-storage 0.4.0
[INFO] finished tweaking crates.io crate dioxus-local-storage 0.4.0
[INFO] tweaked toml for crates.io crate dioxus-local-storage 0.4.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dioxus-local-storage 0.4.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 92 packages to latest compatible versions
[INFO] [stderr]       Adding dioxus v0.4.3 (available: v0.7.2)
[INFO] [stderr]       Adding gloo-events v0.1.2 (available: v0.2.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ec592b9129755add15174b613f1e4fb0bb76b2055272a65ba2c3635d602625c0
[INFO] running `Command { std: "docker" "start" "-a" "ec592b9129755add15174b613f1e4fb0bb76b2055272a65ba2c3635d602625c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec592b9129755add15174b613f1e4fb0bb76b2055272a65ba2c3635d602625c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec592b9129755add15174b613f1e4fb0bb76b2055272a65ba2c3635d602625c0", kill_on_drop: false }`
[INFO] [stdout] ec592b9129755add15174b613f1e4fb0bb76b2055272a65ba2c3635d602625c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 232a2e787efb37ff0ffec14b245fa711540c28cf74f7742ecb9f495830dda19f
[INFO] running `Command { std: "docker" "start" "-a" "232a2e787efb37ff0ffec14b245fa711540c28cf74f7742ecb9f495830dda19f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling bumpalo v3.19.1
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.106
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling smallbox v0.8.8
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling longest-increasing-subsequence v0.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling wasm-bindgen v0.2.106
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling interprocess-docfix v1.2.2
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling spinning v0.1.0
[INFO] [stderr]    Compiling intmap v0.7.1
[INFO] [stderr]    Compiling to_method v1.1.0
[INFO] [stderr]    Compiling constcat v0.3.1
[INFO] [stderr]    Compiling dioxus-debug-cell v0.1.1
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.106
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling dioxus-core v0.4.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.106
[INFO] [stderr]    Compiling dioxus-rsx v0.4.3
[INFO] [stderr]    Compiling js-sys v0.3.83
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling enumset_derive v0.14.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling dioxus-core-macro v0.4.3
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling euclid v0.22.11
[INFO] [stderr]    Compiling keyboard-types v0.7.0
[INFO] [stderr]    Compiling enumset v1.1.10
[INFO] [stderr]    Compiling dioxus-hooks v0.4.3
[INFO] [stderr]    Compiling web-sys v0.3.83
[INFO] [stderr]    Compiling dioxus-html v0.4.3
[INFO] [stderr]    Compiling gloo-events v0.1.2
[INFO] [stderr]    Compiling dioxus-hot-reload v0.4.3
[INFO] [stderr]    Compiling dioxus v0.4.3
[INFO] [stderr]    Compiling dioxus-local-storage v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/hooks/use_local_storage/iter.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub fn iter(&self) -> StorageIter {
[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] 6 |     pub fn iter(&self) -> StorageIter<'_> {
[INFO] [stdout]   |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.71s
[INFO] running `Command { std: "docker" "inspect" "232a2e787efb37ff0ffec14b245fa711540c28cf74f7742ecb9f495830dda19f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "232a2e787efb37ff0ffec14b245fa711540c28cf74f7742ecb9f495830dda19f", kill_on_drop: false }`
[INFO] [stdout] 232a2e787efb37ff0ffec14b245fa711540c28cf74f7742ecb9f495830dda19f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e1578cddbfbbe9f50b9275cc692d0056006e599d59ddb525ed81af05d21cfd88
[INFO] running `Command { std: "docker" "start" "-a" "e1578cddbfbbe9f50b9275cc692d0056006e599d59ddb525ed81af05d21cfd88", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/hooks/use_local_storage/iter.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub fn iter(&self) -> StorageIter {
[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] 6 |     pub fn iter(&self) -> StorageIter<'_> {
[INFO] [stdout]   |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling dioxus-local-storage v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/hooks/use_local_storage/iter.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub fn iter(&self) -> StorageIter {
[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] 6 |     pub fn iter(&self) -> StorageIter<'_> {
[INFO] [stdout]   |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s
[INFO] running `Command { std: "docker" "inspect" "e1578cddbfbbe9f50b9275cc692d0056006e599d59ddb525ed81af05d21cfd88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1578cddbfbbe9f50b9275cc692d0056006e599d59ddb525ed81af05d21cfd88", kill_on_drop: false }`
[INFO] [stdout] e1578cddbfbbe9f50b9275cc692d0056006e599d59ddb525ed81af05d21cfd88
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2235bbf2c7142008ed0eab68f188e92b6c859c461a6e118e3d3962e65514ea72
[INFO] running `Command { std: "docker" "start" "-a" "2235bbf2c7142008ed0eab68f188e92b6c859c461a6e118e3d3962e65514ea72", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/hooks/use_local_storage/iter.rs:6:17
[INFO] [stderr]   |
[INFO] [stderr] 6 |     pub fn iter(&self) -> StorageIter {
[INFO] [stderr]   |                 ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                 |
[INFO] [stderr]   |                 the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 6 |     pub fn iter(&self) -> StorageIter<'_> {
[INFO] [stderr]   |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `dioxus-local-storage` (lib) generated 1 warning (run `cargo fix --lib -p dioxus-local-storage` to apply 1 suggestion)
[INFO] [stderr] warning: `dioxus-local-storage` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dioxus_local_storage-740ccd6347a18627)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dioxus_local_storage
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/hooks/use_local_storage/mod.rs - hooks::use_local_storage::UseStorageBuilder::use_local_storage (line 21) ... FAILED
[INFO] [stdout] test src/hooks/mod.rs - hooks::use_local_storage (line 31) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/hooks/use_local_storage/mod.rs - hooks::use_local_storage::UseStorageBuilder::use_local_storage (line 21) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dioxus_use_storage`
[INFO] [stdout]   --> src/hooks/use_local_storage/mod.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use dioxus_use_storage::use_local_storage;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dioxus_use_storage`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 23 - use dioxus_use_storage::use_local_storage;
[INFO] [stdout] 23 + use dioxus_local_storage::use_local_storage;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/hooks/mod.rs - hooks::use_local_storage (line 31) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dioxus_use_storage`
[INFO] [stdout]   --> src/hooks/mod.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | use dioxus_use_storage::{use_local_storage};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dioxus_use_storage`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 33 - use dioxus_use_storage::{use_local_storage};
[INFO] [stdout] 33 + use dioxus_local_storage::{use_local_storage};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/hooks/mod.rs - hooks::use_local_storage (line 31)
[INFO] [stdout]     src/hooks/use_local_storage/mod.rs - hooks::use_local_storage::UseStorageBuilder::use_local_storage (line 21)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "2235bbf2c7142008ed0eab68f188e92b6c859c461a6e118e3d3962e65514ea72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2235bbf2c7142008ed0eab68f188e92b6c859c461a6e118e3d3962e65514ea72", kill_on_drop: false }`
[INFO] [stdout] 2235bbf2c7142008ed0eab68f188e92b6c859c461a6e118e3d3962e65514ea72
