[INFO] cloning repository https://github.com/xKrebs/minimal_web
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xKrebs/minimal_web" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FxKrebs%2Fminimal_web", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FxKrebs%2Fminimal_web'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7876750257a3a3bfd057e8f64b2828a114085029
[INFO] testing xKrebs/minimal_web against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FxKrebs%2Fminimal_web" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/xKrebs/minimal_web on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/xKrebs/minimal_web
[INFO] finished tweaking git repo https://github.com/xKrebs/minimal_web
[INFO] tweaked toml for git repo https://github.com/xKrebs/minimal_web written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/xKrebs/minimal_web 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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fca1261125f335377ce79f6936bd881d86366967e9bd200f9f27b043b510aab5
[INFO] running `Command { std: "docker" "start" "-a" "fca1261125f335377ce79f6936bd881d86366967e9bd200f9f27b043b510aab5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fca1261125f335377ce79f6936bd881d86366967e9bd200f9f27b043b510aab5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fca1261125f335377ce79f6936bd881d86366967e9bd200f9f27b043b510aab5", kill_on_drop: false }`
[INFO] [stdout] fca1261125f335377ce79f6936bd881d86366967e9bd200f9f27b043b510aab5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6c6f39088aa6c6297bc3633b817a9275beb0acd64fe11564ce85b06e696b4918
[INFO] running `Command { std: "docker" "start" "-a" "6c6f39088aa6c6297bc3633b817a9275beb0acd64fe11564ce85b06e696b4918", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.87
[INFO] [stderr]    Compiling bumpalo v3.14.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling wasm-bindgen v0.2.87
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling serde v1.0.190
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling futures-sink v0.3.29
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-io v0.3.29
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling prettyplease v0.1.25
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling tokio v1.33.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling anymap2 v0.13.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling boolinator v2.4.0
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling implicit-clone v0.3.6
[INFO] [stderr]    Compiling tokio-stream v0.1.14
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.87
[INFO] [stderr]    Compiling yew-macro v0.20.0
[INFO] [stderr]    Compiling serde_derive v1.0.190
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.87
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.87
[INFO] [stderr]    Compiling pin-project v1.1.3
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling js-sys v0.3.64
[INFO] [stderr]    Compiling console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling futures v0.3.29
[INFO] [stderr]    Compiling pinned v0.1.0
[INFO] [stderr]    Compiling web-sys v0.3.64
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.37
[INFO] [stderr]    Compiling gloo-timers v0.2.6
[INFO] [stderr]    Compiling prokio v0.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.5.0
[INFO] [stderr]    Compiling gloo-utils v0.1.7
[INFO] [stderr]    Compiling gloo-events v0.1.2
[INFO] [stderr]    Compiling gloo-dialogs v0.1.1
[INFO] [stderr]    Compiling gloo-render v0.1.1
[INFO] [stderr]    Compiling gloo-file v0.2.3
[INFO] [stderr]    Compiling gloo-console v0.2.3
[INFO] [stderr]    Compiling gloo-net v0.3.1
[INFO] [stderr]    Compiling gloo-storage v0.2.2
[INFO] [stderr]    Compiling gloo-history v0.1.5
[INFO] [stderr]    Compiling gloo-worker v0.2.1
[INFO] [stderr]    Compiling gloo v0.8.1
[INFO] [stderr]    Compiling yew v0.20.0
[INFO] [stderr]    Compiling minimal_web v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:483:83
[INFO] [stdout]     |
[INFO] [stdout] 483 |             element.custom_expect("No Element found with id : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:497:102
[INFO] [stdout]     |
[INFO] [stdout] 497 |             element.custom_expect("It's not possible convert a Null to Element : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                      ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:502:94
[INFO] [stdout]     |
[INFO] [stdout] 502 |                 .custom_expect("No HtmlElement with this selector found: ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:509:114
[INFO] [stdout]     |
[INFO] [stdout] 509 |             element.custom_expect("It's not possible convert a null Element to HtmlElement : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:512:134
[INFO] [stdout]     |
[INFO] [stdout] 512 | ...his selector in the list: ".to_owned() + value.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:602:98
[INFO] [stdout]     |
[INFO] [stdout] 602 | ...   self.query_selector(value).custom_expect("No element found for : ".to_owned() + value.clone()).custom_expect("there's been a proble...
[INFO] [stdout]     |                                                                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:674:115
[INFO] [stdout]     |
[INFO] [stdout] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stdout]     |                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:674:131
[INFO] [stdout]     |
[INFO] [stdout] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stdout]     |                                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:677:109
[INFO] [stdout]     |
[INFO] [stdout] 677 |             self.get_attribute_node(value).custom_expect("No attribute node found for : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:680:99
[INFO] [stdout]     |
[INFO] [stdout] 680 |             self.get_attribute(value).custom_expect("No attribute found for : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:687:95
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 .custom_expect("It's not possible toggle this attribute : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:698:114
[INFO] [stdout]     |
[INFO] [stdout] 698 |             self.remove_attribute(value).custom_expect("It's not possible remove attribute : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:701:99
[INFO] [stdout]     |
[INFO] [stdout] 701 |             self.matches(value).custom_expect("There's not a match with value: ".to_owned()+ value.clone())
[INFO] [stdout]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:728:144
[INFO] [stdout]     |
[INFO] [stdout] 728 | ... setting property value : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:731:146
[INFO] [stdout]     |
[INFO] [stdout] 731 | ...t the property value : ".to_owned() + property.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:734:125
[INFO] [stdout]     |
[INFO] [stdout] 734 |             self.style().remove_property(value).custom_expect("It's not possible remove this property : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 16 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.72s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.87
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "6c6f39088aa6c6297bc3633b817a9275beb0acd64fe11564ce85b06e696b4918", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c6f39088aa6c6297bc3633b817a9275beb0acd64fe11564ce85b06e696b4918", kill_on_drop: false }`
[INFO] [stdout] 6c6f39088aa6c6297bc3633b817a9275beb0acd64fe11564ce85b06e696b4918
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 54b973ec57817a130d104cb49d74b90eb205ab12f680bf7877b934f0f4fe3c8c
[INFO] running `Command { std: "docker" "start" "-a" "54b973ec57817a130d104cb49d74b90eb205ab12f680bf7877b934f0f4fe3c8c", kill_on_drop: false }`
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:483:83
[INFO] [stdout]     |
[INFO] [stdout] 483 |             element.custom_expect("No Element found with id : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:497:102
[INFO] [stdout]     |
[INFO] [stdout] 497 |             element.custom_expect("It's not possible convert a Null to Element : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                      ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:502:94
[INFO] [stdout]     |
[INFO] [stdout] 502 |                 .custom_expect("No HtmlElement with this selector found: ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:509:114
[INFO] [stdout]     |
[INFO] [stdout] 509 |             element.custom_expect("It's not possible convert a null Element to HtmlElement : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:512:134
[INFO] [stdout]     |
[INFO] [stdout] 512 | ...his selector in the list: ".to_owned() + value.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:602:98
[INFO] [stdout]     |
[INFO] [stdout] 602 | ...   self.query_selector(value).custom_expect("No element found for : ".to_owned() + value.clone()).custom_expect("there's been a proble...
[INFO] [stdout]     |                                                                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:674:115
[INFO] [stdout]     |
[INFO] [stdout] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stdout]     |                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:674:131
[INFO] [stdout]     |
[INFO] [stdout] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stdout]     |                                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:677:109
[INFO] [stdout]     |
[INFO] [stdout] 677 |             self.get_attribute_node(value).custom_expect("No attribute node found for : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:680:99
[INFO] [stdout]     |
[INFO] [stdout] 680 |             self.get_attribute(value).custom_expect("No attribute found for : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:687:95
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 .custom_expect("It's not possible toggle this attribute : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:698:114
[INFO] [stdout]     |
[INFO] [stdout] 698 |             self.remove_attribute(value).custom_expect("It's not possible remove attribute : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:701:99
[INFO] [stdout]     |
[INFO] [stdout] 701 |             self.matches(value).custom_expect("There's not a match with value: ".to_owned()+ value.clone())
[INFO] [stdout]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:728:144
[INFO] [stdout]     |
[INFO] [stdout] 728 | ... setting property value : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:731:146
[INFO] [stdout]     |
[INFO] [stdout] 731 | ...t the property value : ".to_owned() + property.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling minimal_web v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:734:125
[INFO] [stdout]     |
[INFO] [stdout] 734 |             self.style().remove_property(value).custom_expect("It's not possible remove this property : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 16 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:483:83
[INFO] [stdout]     |
[INFO] [stdout] 483 |             element.custom_expect("No Element found with id : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:497:102
[INFO] [stdout]     |
[INFO] [stdout] 497 |             element.custom_expect("It's not possible convert a Null to Element : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                      ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:502:94
[INFO] [stdout]     |
[INFO] [stdout] 502 |                 .custom_expect("No HtmlElement with this selector found: ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:509:114
[INFO] [stdout]     |
[INFO] [stdout] 509 |             element.custom_expect("It's not possible convert a null Element to HtmlElement : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:512:134
[INFO] [stdout]     |
[INFO] [stdout] 512 | ...his selector in the list: ".to_owned() + value.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:602:98
[INFO] [stdout]     |
[INFO] [stdout] 602 | ...   self.query_selector(value).custom_expect("No element found for : ".to_owned() + value.clone()).custom_expect("there's been a proble...
[INFO] [stdout]     |                                                                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:674:115
[INFO] [stdout]     |
[INFO] [stdout] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stdout]     |                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:674:131
[INFO] [stdout]     |
[INFO] [stdout] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stdout]     |                                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:677:109
[INFO] [stdout]     |
[INFO] [stdout] 677 |             self.get_attribute_node(value).custom_expect("No attribute node found for : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:680:99
[INFO] [stdout]     |
[INFO] [stdout] 680 |             self.get_attribute(value).custom_expect("No attribute found for : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:687:95
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 .custom_expect("It's not possible toggle this attribute : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:698:114
[INFO] [stdout]     |
[INFO] [stdout] 698 |             self.remove_attribute(value).custom_expect("It's not possible remove attribute : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:701:99
[INFO] [stdout]     |
[INFO] [stdout] 701 |             self.matches(value).custom_expect("There's not a match with value: ".to_owned()+ value.clone())
[INFO] [stdout]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:728:144
[INFO] [stdout]     |
[INFO] [stdout] 728 | ... setting property value : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:731:146
[INFO] [stdout]     |
[INFO] [stdout] 731 | ...t the property value : ".to_owned() + property.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:734:125
[INFO] [stdout]     |
[INFO] [stdout] 734 |             self.style().remove_property(value).custom_expect("It's not possible remove this property : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 16 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.87
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "54b973ec57817a130d104cb49d74b90eb205ab12f680bf7877b934f0f4fe3c8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54b973ec57817a130d104cb49d74b90eb205ab12f680bf7877b934f0f4fe3c8c", kill_on_drop: false }`
[INFO] [stdout] 54b973ec57817a130d104cb49d74b90eb205ab12f680bf7877b934f0f4fe3c8c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 72cd429574a79eabfe7ee451bd999cbfbd18c7c0e3ec13e68fdb064306fe7dea
[INFO] running `Command { std: "docker" "start" "-a" "72cd429574a79eabfe7ee451bd999cbfbd18c7c0e3ec13e68fdb064306fe7dea", kill_on_drop: false }`
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:483:83
[INFO] [stderr]     |
[INFO] [stderr] 483 |             element.custom_expect("No Element found with id : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:497:102
[INFO] [stderr]     |
[INFO] [stderr] 497 |             element.custom_expect("It's not possible convert a Null to Element : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                                      ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:502:94
[INFO] [stderr]     |
[INFO] [stderr] 502 |                 .custom_expect("No HtmlElement with this selector found: ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:509:114
[INFO] [stderr]     |
[INFO] [stderr] 509 |             element.custom_expect("It's not possible convert a null Element to HtmlElement : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:512:134
[INFO] [stderr]     |
[INFO] [stderr] 512 | ...his selector in the list: ".to_owned() + value.clone())
[INFO] [stderr]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:602:98
[INFO] [stderr]     |
[INFO] [stderr] 602 | ...   self.query_selector(value).custom_expect("No element found for : ".to_owned() + value.clone()).custom_expect("there's been a proble...
[INFO] [stderr]     |                                                                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:674:115
[INFO] [stderr]     |
[INFO] [stderr] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stderr]     |                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:674:131
[INFO] [stderr]     |
[INFO] [stderr] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stderr]     |                                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:677:109
[INFO] [stderr]     |
[INFO] [stderr] 677 |             self.get_attribute_node(value).custom_expect("No attribute node found for : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:680:99
[INFO] [stderr]     |
[INFO] [stderr] 680 |             self.get_attribute(value).custom_expect("No attribute found for : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:687:95
[INFO] [stderr]     |
[INFO] [stderr] 687 |                 .custom_expect("It's not possible toggle this attribute : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:698:114
[INFO] [stderr]     |
[INFO] [stderr] 698 |             self.remove_attribute(value).custom_expect("It's not possible remove attribute : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:701:99
[INFO] [stderr]     |
[INFO] [stderr] 701 |             self.matches(value).custom_expect("There's not a match with value: ".to_owned()+ value.clone())
[INFO] [stderr]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:728:144
[INFO] [stderr]     |
[INFO] [stderr] 728 | ... setting property value : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:731:146
[INFO] [stderr]     |
[INFO] [stderr] 731 | ...t the property value : ".to_owned() + property.clone())
[INFO] [stderr]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:734:125
[INFO] [stderr]     |
[INFO] [stderr] 734 |             self.style().remove_property(value).custom_expect("It's not possible remove this property : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: `minimal_web` (lib) generated 16 warnings (run `cargo fix --lib -p minimal_web` to apply 16 suggestions)
[INFO] [stderr] warning: `minimal_web` (lib test) generated 16 warnings (16 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.87
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/minimal_web-160bea96f67ccbf7)
[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 minimal_web
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test src/lib.rs - utils::document (line 143) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::MinimalNode (line 404) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::fnmut (line 91) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::MinimalHtml (line 348) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::window (line 128) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::MinimalDocument (line 200) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::OptionExt (line 35) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::ResultExt (line 48) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::MinimalWindow (line 157) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::MinimalList (line 379) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::MinimalElement (line 254) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::fnv (line 109) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - utils::document (line 143) stdout ----
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:146:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | assert_eq!(<Document>, document);
[INFO] [stdout]   |                      ^ expected `::`
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:144:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let document = document();
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::MinimalNode (line 404) stdout ----
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:408:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | assert_eq!(<HtmlElement>, first_child_html);
[INFO] [stdout]   |                         ^ expected `::`
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:410:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert_eq!(<HtmlElement>, first_child_html);
[INFO] [stdout]   |                         ^ expected `::`
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]   --> src/lib.rs:412:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | assert_eq!(<HtmlElement>, first_child_html);
[INFO] [stdout]    |                         ^ expected `::`
[INFO] [stdout]   --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]    |
[INFO] [stdout]    = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:405:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let document = document();
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::fnmut (line 91) stdout ----
[INFO] [stdout] error: cannot find macro `FunMut` in this scope
[INFO] [stdout]  --> src/lib.rs:92:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | let onclick = FunMut!(Event, move |e|{
[INFO] [stdout]   |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:95:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | document().query_selector_html("button").set_onclick(onclick.as_ref().dyn_ref());
[INFO] [stdout]   | ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::MinimalHtml (line 348) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:349:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let document = document();
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::window (line 128) stdout ----
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:131:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | assert_eq!(<Window>, window);
[INFO] [stdout]   |                    ^ expected `::`
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `window` in this scope
[INFO] [stdout]  --> src/lib.rs:129:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | let window = window();
[INFO] [stdout]   |              ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::window;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use web_sys::window;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::MinimalDocument (line 200) stdout ----
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:205:21
[INFO] [stdout]   |
[INFO] [stdout] 7 | assert_eq!(<Element>, h1_el);
[INFO] [stdout]   |                     ^ expected `::`
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:206:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert_eq!(<HtmlElement>, h1_html);
[INFO] [stdout]   |                         ^ expected `::`
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `window` in this scope
[INFO] [stdout]  --> src/lib.rs:201:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | let window = window();
[INFO] [stdout]   |              ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::window;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use web_sys::window;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::OptionExt (line 35) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:36:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let document = document();
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::ResultExt (line 48) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:49:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let document = document();
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::MinimalWindow (line 157) stdout ----
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:161:22
[INFO] [stdout]   |
[INFO] [stdout] 6 | assert_eq!(<Document>, document);
[INFO] [stdout]   |                      ^ expected `::`
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `window` in this scope
[INFO] [stdout]  --> src/lib.rs:158:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | let window = window();
[INFO] [stdout]   |              ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::window;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use web_sys::window;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::MinimalList (line 379) stdout ----
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:382:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | assert_eq!(<NodeList>, h1_list);
[INFO] [stdout]   |                      ^ expected `::`
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:384:25
[INFO] [stdout]   |
[INFO] [stdout] 7 | assert_eq!(<HtmlElement>, element);
[INFO] [stdout]   |                         ^ expected `::`
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:380:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let document = document();
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::MinimalElement (line 254) stdout ----
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:257:21
[INFO] [stdout]   |
[INFO] [stdout] 5 | assert_eq!(<Element>, h1_el);
[INFO] [stdout]   |                     ^ expected `::`
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:258:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | assert_eq!(<HtmlElement>, h1_el.to_html());
[INFO] [stdout]   |                         ^ expected `::`
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:255:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let document = document();
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::fnv (line 109) stdout ----
[INFO] [stdout] error: cannot find macro `Fun` in this scope
[INFO] [stdout]  --> src/lib.rs:110:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | let onclick = Fun!(Event, move |e|{
[INFO] [stdout]   |               ^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:113:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | document().query_selector_html("button").set_onclick(onclick.as_ref().dyn_ref());
[INFO] [stdout]   | ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - utils::MinimalDocument (line 200)
[INFO] [stdout]     src/lib.rs - utils::MinimalElement (line 254)
[INFO] [stdout]     src/lib.rs - utils::MinimalHtml (line 348)
[INFO] [stdout]     src/lib.rs - utils::MinimalList (line 379)
[INFO] [stdout]     src/lib.rs - utils::MinimalNode (line 404)
[INFO] [stdout]     src/lib.rs - utils::MinimalWindow (line 157)
[INFO] [stdout]     src/lib.rs - utils::OptionExt (line 35)
[INFO] [stdout]     src/lib.rs - utils::ResultExt (line 48)
[INFO] [stdout]     src/lib.rs - utils::document (line 143)
[INFO] [stdout]     src/lib.rs - utils::fnmut (line 91)
[INFO] [stdout]     src/lib.rs - utils::fnv (line 109)
[INFO] [stdout]     src/lib.rs - utils::window (line 128)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "72cd429574a79eabfe7ee451bd999cbfbd18c7c0e3ec13e68fdb064306fe7dea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72cd429574a79eabfe7ee451bd999cbfbd18c7c0e3ec13e68fdb064306fe7dea", kill_on_drop: false }`
[INFO] [stdout] 72cd429574a79eabfe7ee451bd999cbfbd18c7c0e3ec13e68fdb064306fe7dea
[INFO] testing xKrebs/minimal_web against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FxKrebs%2Fminimal_web" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/xKrebs/minimal_web on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/xKrebs/minimal_web
[INFO] finished tweaking git repo https://github.com/xKrebs/minimal_web
[INFO] tweaked toml for git repo https://github.com/xKrebs/minimal_web written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/xKrebs/minimal_web 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" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5559dc07e486982b2050e75c95a501569c0455b223f76c1095c4a457c9852b20
[INFO] running `Command { std: "docker" "start" "-a" "5559dc07e486982b2050e75c95a501569c0455b223f76c1095c4a457c9852b20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5559dc07e486982b2050e75c95a501569c0455b223f76c1095c4a457c9852b20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5559dc07e486982b2050e75c95a501569c0455b223f76c1095c4a457c9852b20", kill_on_drop: false }`
[INFO] [stdout] 5559dc07e486982b2050e75c95a501569c0455b223f76c1095c4a457c9852b20
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 818764945fc6d4c2289c07be46879bb9e7da2711bc08fff70244ee515f3d1358
[INFO] running `Command { std: "docker" "start" "-a" "818764945fc6d4c2289c07be46879bb9e7da2711bc08fff70244ee515f3d1358", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.87
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling bumpalo v3.14.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.87
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling serde v1.0.190
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling futures-sink v0.3.29
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling futures-io v0.3.29
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling prettyplease v0.1.25
[INFO] [stderr]    Compiling tokio v1.33.0
[INFO] [stderr]    Compiling anymap2 v0.13.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling boolinator v2.4.0
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling implicit-clone v0.3.6
[INFO] [stderr]    Compiling tokio-stream v0.1.14
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.87
[INFO] [stderr]    Compiling yew-macro v0.20.0
[INFO] [stderr]    Compiling serde_derive v1.0.190
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.87
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.87
[INFO] [stderr]    Compiling pin-project v1.1.3
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling js-sys v0.3.64
[INFO] [stderr]    Compiling console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling futures v0.3.29
[INFO] [stderr]    Compiling pinned v0.1.0
[INFO] [stderr]    Compiling prokio v0.1.0
[INFO] [stderr]    Compiling web-sys v0.3.64
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.37
[INFO] [stderr]    Compiling gloo-timers v0.2.6
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.5.0
[INFO] [stderr]    Compiling gloo-utils v0.1.7
[INFO] [stderr]    Compiling gloo-events v0.1.2
[INFO] [stderr]    Compiling gloo-dialogs v0.1.1
[INFO] [stderr]    Compiling gloo-render v0.1.1
[INFO] [stderr]    Compiling gloo-console v0.2.3
[INFO] [stderr]    Compiling gloo-storage v0.2.2
[INFO] [stderr]    Compiling gloo-net v0.3.1
[INFO] [stderr]    Compiling gloo-history v0.1.5
[INFO] [stderr]    Compiling gloo-file v0.2.3
[INFO] [stderr]    Compiling gloo-worker v0.2.1
[INFO] [stderr]    Compiling gloo v0.8.1
[INFO] [stderr]    Compiling yew v0.20.0
[INFO] [stderr]    Compiling minimal_web v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:483:83
[INFO] [stdout]     |
[INFO] [stdout] 483 |             element.custom_expect("No Element found with id : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:497:102
[INFO] [stdout]     |
[INFO] [stdout] 497 |             element.custom_expect("It's not possible convert a Null to Element : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                      ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:502:94
[INFO] [stdout]     |
[INFO] [stdout] 502 |                 .custom_expect("No HtmlElement with this selector found: ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:509:114
[INFO] [stdout]     |
[INFO] [stdout] 509 |             element.custom_expect("It's not possible convert a null Element to HtmlElement : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:512:134
[INFO] [stdout]     |
[INFO] [stdout] 512 | ...his selector in the list: ".to_owned() + value.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:602:98
[INFO] [stdout]     |
[INFO] [stdout] 602 | ...   self.query_selector(value).custom_expect("No element found for : ".to_owned() + value.clone()).custom_expect("there's been a proble...
[INFO] [stdout]     |                                                                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:674:115
[INFO] [stdout]     |
[INFO] [stdout] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stdout]     |                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:674:131
[INFO] [stdout]     |
[INFO] [stdout] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stdout]     |                                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:677:109
[INFO] [stdout]     |
[INFO] [stdout] 677 |             self.get_attribute_node(value).custom_expect("No attribute node found for : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:680:99
[INFO] [stdout]     |
[INFO] [stdout] 680 |             self.get_attribute(value).custom_expect("No attribute found for : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:687:95
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 .custom_expect("It's not possible toggle this attribute : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:698:114
[INFO] [stdout]     |
[INFO] [stdout] 698 |             self.remove_attribute(value).custom_expect("It's not possible remove attribute : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:701:99
[INFO] [stdout]     |
[INFO] [stdout] 701 |             self.matches(value).custom_expect("There's not a match with value: ".to_owned()+ value.clone())
[INFO] [stdout]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:728:144
[INFO] [stdout]     |
[INFO] [stdout] 728 | ... setting property value : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:731:146
[INFO] [stdout]     |
[INFO] [stdout] 731 | ...t the property value : ".to_owned() + property.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:734:125
[INFO] [stdout]     |
[INFO] [stdout] 734 |             self.style().remove_property(value).custom_expect("It's not possible remove this property : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 16 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.21s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.87
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "818764945fc6d4c2289c07be46879bb9e7da2711bc08fff70244ee515f3d1358", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "818764945fc6d4c2289c07be46879bb9e7da2711bc08fff70244ee515f3d1358", kill_on_drop: false }`
[INFO] [stdout] 818764945fc6d4c2289c07be46879bb9e7da2711bc08fff70244ee515f3d1358
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5bc99e4728a7f602f73ac61b930839aeb7be4a855512cd6f47c9a49769131e2e
[INFO] running `Command { std: "docker" "start" "-a" "5bc99e4728a7f602f73ac61b930839aeb7be4a855512cd6f47c9a49769131e2e", kill_on_drop: false }`
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:483:83
[INFO] [stdout]     |
[INFO] [stdout] 483 |             element.custom_expect("No Element found with id : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:497:102
[INFO] [stdout]     |
[INFO] [stdout] 497 |             element.custom_expect("It's not possible convert a Null to Element : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                      ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:502:94
[INFO] [stdout]     |
[INFO] [stdout] 502 |                 .custom_expect("No HtmlElement with this selector found: ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:509:114
[INFO] [stdout]     |
[INFO] [stdout] 509 |             element.custom_expect("It's not possible convert a null Element to HtmlElement : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:512:134
[INFO] [stdout]     |
[INFO] [stdout] 512 | ...his selector in the list: ".to_owned() + value.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:602:98
[INFO] [stdout]     |
[INFO] [stdout] 602 | ...   self.query_selector(value).custom_expect("No element found for : ".to_owned() + value.clone()).custom_expect("there's been a proble...
[INFO] [stdout]     |                                                                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:674:115
[INFO] [stdout]     |
[INFO] [stdout] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stdout]     |                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:674:131
[INFO] [stdout]     |
[INFO] [stdout] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stdout]     |                                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:677:109
[INFO] [stdout]     |
[INFO] [stdout] 677 |             self.get_attribute_node(value).custom_expect("No attribute node found for : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:680:99
[INFO] [stdout]     |
[INFO] [stdout] 680 |             self.get_attribute(value).custom_expect("No attribute found for : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:687:95
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 .custom_expect("It's not possible toggle this attribute : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:698:114
[INFO] [stdout]     |
[INFO] [stdout] 698 |             self.remove_attribute(value).custom_expect("It's not possible remove attribute : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:701:99
[INFO] [stdout]     |
[INFO] [stdout] 701 |             self.matches(value).custom_expect("There's not a match with value: ".to_owned()+ value.clone())
[INFO] [stdout]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:728:144
[INFO] [stdout]     |
[INFO] [stdout] 728 | ... setting property value : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:731:146
[INFO] [stdout]     |
[INFO] [stdout] 731 | ...t the property value : ".to_owned() + property.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling minimal_web v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:734:125
[INFO] [stdout]     |
[INFO] [stdout] 734 |             self.style().remove_property(value).custom_expect("It's not possible remove this property : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 16 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:483:83
[INFO] [stdout]     |
[INFO] [stdout] 483 |             element.custom_expect("No Element found with id : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:497:102
[INFO] [stdout]     |
[INFO] [stdout] 497 |             element.custom_expect("It's not possible convert a Null to Element : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                      ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:502:94
[INFO] [stdout]     |
[INFO] [stdout] 502 |                 .custom_expect("No HtmlElement with this selector found: ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:509:114
[INFO] [stdout]     |
[INFO] [stdout] 509 |             element.custom_expect("It's not possible convert a null Element to HtmlElement : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:512:134
[INFO] [stdout]     |
[INFO] [stdout] 512 | ...his selector in the list: ".to_owned() + value.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:602:98
[INFO] [stdout]     |
[INFO] [stdout] 602 | ...   self.query_selector(value).custom_expect("No element found for : ".to_owned() + value.clone()).custom_expect("there's been a proble...
[INFO] [stdout]     |                                                                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:674:115
[INFO] [stdout]     |
[INFO] [stdout] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stdout]     |                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:674:131
[INFO] [stdout]     |
[INFO] [stdout] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stdout]     |                                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:677:109
[INFO] [stdout]     |
[INFO] [stdout] 677 |             self.get_attribute_node(value).custom_expect("No attribute node found for : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:680:99
[INFO] [stdout]     |
[INFO] [stdout] 680 |             self.get_attribute(value).custom_expect("No attribute found for : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:687:95
[INFO] [stdout]     |
[INFO] [stdout] 687 |                 .custom_expect("It's not possible toggle this attribute : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:698:114
[INFO] [stdout]     |
[INFO] [stdout] 698 |             self.remove_attribute(value).custom_expect("It's not possible remove attribute : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:701:99
[INFO] [stdout]     |
[INFO] [stdout] 701 |             self.matches(value).custom_expect("There's not a match with value: ".to_owned()+ value.clone())
[INFO] [stdout]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:728:144
[INFO] [stdout]     |
[INFO] [stdout] 728 | ... setting property value : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:731:146
[INFO] [stdout]     |
[INFO] [stdout] 731 | ...t the property value : ".to_owned() + property.clone())
[INFO] [stdout]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:734:125
[INFO] [stdout]     |
[INFO] [stdout] 734 |             self.style().remove_property(value).custom_expect("It's not possible remove this property : ".to_owned() + value.clone())
[INFO] [stdout]     |                                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 16 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.87
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "5bc99e4728a7f602f73ac61b930839aeb7be4a855512cd6f47c9a49769131e2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5bc99e4728a7f602f73ac61b930839aeb7be4a855512cd6f47c9a49769131e2e", kill_on_drop: false }`
[INFO] [stdout] 5bc99e4728a7f602f73ac61b930839aeb7be4a855512cd6f47c9a49769131e2e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 859c01a4e543b0f04407c305eac633de56bfeceba3e8d2b2a4bcf333e42eb425
[INFO] running `Command { std: "docker" "start" "-a" "859c01a4e543b0f04407c305eac633de56bfeceba3e8d2b2a4bcf333e42eb425", kill_on_drop: false }`
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:483:83
[INFO] [stderr]     |
[INFO] [stderr] 483 |             element.custom_expect("No Element found with id : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:497:102
[INFO] [stderr]     |
[INFO] [stderr] 497 |             element.custom_expect("It's not possible convert a Null to Element : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                                      ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:502:94
[INFO] [stderr]     |
[INFO] [stderr] 502 |                 .custom_expect("No HtmlElement with this selector found: ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                              ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:509:114
[INFO] [stderr]     |
[INFO] [stderr] 509 |             element.custom_expect("It's not possible convert a null Element to HtmlElement : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:512:134
[INFO] [stderr]     |
[INFO] [stderr] 512 | ...his selector in the list: ".to_owned() + value.clone())
[INFO] [stderr]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:602:98
[INFO] [stderr]     |
[INFO] [stderr] 602 | ...   self.query_selector(value).custom_expect("No element found for : ".to_owned() + value.clone()).custom_expect("there's been a proble...
[INFO] [stderr]     |                                                                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:674:115
[INFO] [stderr]     |
[INFO] [stderr] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stderr]     |                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:674:131
[INFO] [stderr]     |
[INFO] [stderr] 674 |             self.set_attribute(name, value).custom_expect("It's not possible set attribute of: ".to_owned() + name.clone() + value.clone())
[INFO] [stderr]     |                                                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:677:109
[INFO] [stderr]     |
[INFO] [stderr] 677 |             self.get_attribute_node(value).custom_expect("No attribute node found for : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:680:99
[INFO] [stderr]     |
[INFO] [stderr] 680 |             self.get_attribute(value).custom_expect("No attribute found for : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:687:95
[INFO] [stderr]     |
[INFO] [stderr] 687 |                 .custom_expect("It's not possible toggle this attribute : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:698:114
[INFO] [stderr]     |
[INFO] [stderr] 698 |             self.remove_attribute(value).custom_expect("It's not possible remove attribute : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:701:99
[INFO] [stderr]     |
[INFO] [stderr] 701 |             self.matches(value).custom_expect("There's not a match with value: ".to_owned()+ value.clone())
[INFO] [stderr]     |                                                                                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:728:144
[INFO] [stderr]     |
[INFO] [stderr] 728 | ... setting property value : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:731:146
[INFO] [stderr]     |
[INFO] [stderr] 731 | ...t the property value : ".to_owned() + property.clone())
[INFO] [stderr]     |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:734:125
[INFO] [stderr]     |
[INFO] [stderr] 734 |             self.style().remove_property(value).custom_expect("It's not possible remove this property : ".to_owned() + value.clone())
[INFO] [stderr]     |                                                                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: `minimal_web` (lib) generated 16 warnings (run `cargo fix --lib -p minimal_web` to apply 16 suggestions)
[INFO] [stderr] warning: `minimal_web` (lib test) generated 16 warnings (16 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.87
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/minimal_web-160bea96f67ccbf7)
[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 minimal_web
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test src/lib.rs - utils::MinimalElement (line 254) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::MinimalNode (line 404) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::ResultExt (line 48) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::MinimalDocument (line 200) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::document (line 143) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::MinimalHtml (line 348) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::fnmut (line 91) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::OptionExt (line 35) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::MinimalWindow (line 157) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::fnv (line 109) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::window (line 128) ... FAILED
[INFO] [stdout] test src/lib.rs - utils::MinimalList (line 379) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - utils::MinimalElement (line 254) stdout ----
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:257:21
[INFO] [stdout]   |
[INFO] [stdout] 5 | assert_eq!(<Element>, h1_el);
[INFO] [stdout]   |                     ^ expected `::`
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:258:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | assert_eq!(<HtmlElement>, h1_el.to_html());
[INFO] [stdout]   |                         ^ expected `::`
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:255:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let document = document();
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::MinimalNode (line 404) stdout ----
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:408:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | assert_eq!(<HtmlElement>, first_child_html);
[INFO] [stdout]   |                         ^ expected `::`
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:410:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert_eq!(<HtmlElement>, first_child_html);
[INFO] [stdout]   |                         ^ expected `::`
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]   --> src/lib.rs:412:25
[INFO] [stdout]    |
[INFO] [stdout] 10 | assert_eq!(<HtmlElement>, first_child_html);
[INFO] [stdout]    |                         ^ expected `::`
[INFO] [stdout]   --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]    |
[INFO] [stdout]    = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:405:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let document = document();
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::ResultExt (line 48) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:49:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let document = document();
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::MinimalDocument (line 200) stdout ----
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:205:21
[INFO] [stdout]   |
[INFO] [stdout] 7 | assert_eq!(<Element>, h1_el);
[INFO] [stdout]   |                     ^ expected `::`
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:206:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | assert_eq!(<HtmlElement>, h1_html);
[INFO] [stdout]   |                         ^ expected `::`
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `window` in this scope
[INFO] [stdout]  --> src/lib.rs:201:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | let window = window();
[INFO] [stdout]   |              ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::window;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use web_sys::window;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::document (line 143) stdout ----
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:146:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | assert_eq!(<Document>, document);
[INFO] [stdout]   |                      ^ expected `::`
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:144:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let document = document();
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::MinimalHtml (line 348) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:349:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let document = document();
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::fnmut (line 91) stdout ----
[INFO] [stdout] error: cannot find macro `FunMut` in this scope
[INFO] [stdout]  --> src/lib.rs:92:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | let onclick = FunMut!(Event, move |e|{
[INFO] [stdout]   |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:95:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | document().query_selector_html("button").set_onclick(onclick.as_ref().dyn_ref());
[INFO] [stdout]   | ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::OptionExt (line 35) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:36:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let document = document();
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::MinimalWindow (line 157) stdout ----
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:161:22
[INFO] [stdout]   |
[INFO] [stdout] 6 | assert_eq!(<Document>, document);
[INFO] [stdout]   |                      ^ expected `::`
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `window` in this scope
[INFO] [stdout]  --> src/lib.rs:158:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | let window = window();
[INFO] [stdout]   |              ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::window;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use web_sys::window;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::fnv (line 109) stdout ----
[INFO] [stdout] error: cannot find macro `Fun` in this scope
[INFO] [stdout]  --> src/lib.rs:110:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | let onclick = Fun!(Event, move |e|{
[INFO] [stdout]   |               ^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:113:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | document().query_selector_html("button").set_onclick(onclick.as_ref().dyn_ref());
[INFO] [stdout]   | ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::window (line 128) stdout ----
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:131:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | assert_eq!(<Window>, window);
[INFO] [stdout]   |                    ^ expected `::`
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `window` in this scope
[INFO] [stdout]  --> src/lib.rs:129:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | let window = window();
[INFO] [stdout]   |              ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::window;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use web_sys::window;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - utils::MinimalList (line 379) stdout ----
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:382:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | assert_eq!(<NodeList>, h1_list);
[INFO] [stdout]   |                      ^ expected `::`
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error: expected `::`, found `,`
[INFO] [stdout]  --> src/lib.rs:384:25
[INFO] [stdout]   |
[INFO] [stdout] 7 | assert_eq!(<HtmlElement>, element);
[INFO] [stdout]   |                         ^ expected `::`
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/macros/mod.rs:37:6
[INFO] [stdout]   |
[INFO] [stdout]   = note: while parsing argument for this `expr` macro fragment
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `document` in this scope
[INFO] [stdout]  --> src/lib.rs:380:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let document = document();
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use minimal_web::document;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - utils::MinimalDocument (line 200)
[INFO] [stdout]     src/lib.rs - utils::MinimalElement (line 254)
[INFO] [stdout]     src/lib.rs - utils::MinimalHtml (line 348)
[INFO] [stdout]     src/lib.rs - utils::MinimalList (line 379)
[INFO] [stdout]     src/lib.rs - utils::MinimalNode (line 404)
[INFO] [stdout]     src/lib.rs - utils::MinimalWindow (line 157)
[INFO] [stdout]     src/lib.rs - utils::OptionExt (line 35)
[INFO] [stdout]     src/lib.rs - utils::ResultExt (line 48)
[INFO] [stdout]     src/lib.rs - utils::document (line 143)
[INFO] [stdout]     src/lib.rs - utils::fnmut (line 91)
[INFO] [stdout]     src/lib.rs - utils::fnv (line 109)
[INFO] [stdout]     src/lib.rs - utils::window (line 128)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "859c01a4e543b0f04407c305eac633de56bfeceba3e8d2b2a4bcf333e42eb425", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "859c01a4e543b0f04407c305eac633de56bfeceba3e8d2b2a4bcf333e42eb425", kill_on_drop: false }`
[INFO] [stdout] 859c01a4e543b0f04407c305eac633de56bfeceba3e8d2b2a4bcf333e42eb425
