[INFO] fetching crate thirtyfour_sync 0.27.1...
[INFO] checking thirtyfour_sync-0.27.1 against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] extracting crate thirtyfour_sync 0.27.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate thirtyfour_sync 0.27.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate thirtyfour_sync 0.27.1
[INFO] tweaked toml for crates.io crate thirtyfour_sync 0.27.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate thirtyfour_sync 0.27.1 on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate thirtyfour_sync 0.27.1 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2934b888e584e893b3f86302d9f083d7a28f786f2f9cf2ee9cea9e8c5e6faa7e
[INFO] running `Command { std: "docker" "start" "-a" "2934b888e584e893b3f86302d9f083d7a28f786f2f9cf2ee9cea9e8c5e6faa7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2934b888e584e893b3f86302d9f083d7a28f786f2f9cf2ee9cea9e8c5e6faa7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2934b888e584e893b3f86302d9f083d7a28f786f2f9cf2ee9cea9e8c5e6faa7e", kill_on_drop: false }`
[INFO] [stdout] 2934b888e584e893b3f86302d9f083d7a28f786f2f9cf2ee9cea9e8c5e6faa7e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 70021ac7bfb7c31614bae861d786e6423d2d29186d83643ded91ebdc4abf0030
[INFO] running `Command { std: "docker" "start" "-a" "70021ac7bfb7c31614bae861d786e6423d2d29186d83643ded91ebdc4abf0030", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.85
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]     Checking once_cell v1.9.0
[INFO] [stderr]    Compiling futures-core v0.3.19
[INFO] [stderr]    Compiling pkg-config v0.3.24
[INFO] [stderr]     Checking tracing-core v0.1.21
[INFO] [stderr]    Compiling futures-channel v0.3.19
[INFO] [stderr]     Checking futures-sink v0.3.19
[INFO] [stderr]    Compiling futures-task v0.3.19
[INFO] [stderr]    Compiling futures-util v0.3.19
[INFO] [stderr]    Compiling quote v1.0.14
[INFO] [stderr]    Compiling serde_derive v1.0.133
[INFO] [stderr]     Checking futures-io v0.3.19
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling serde v1.0.133
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling serde_json v1.0.74
[INFO] [stderr]     Checking thread_local v1.1.3
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking sharded-slab v0.1.4
[INFO] [stderr]    Compiling eyre v0.6.5
[INFO] [stderr]     Checking gimli v0.26.1
[INFO] [stderr]     Checking object v0.27.1
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]     Checking urlparse v0.7.3
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking owo-colors v1.3.0
[INFO] [stderr]     Checking tracing-subscriber v0.2.25
[INFO] [stderr]    Compiling openssl-sys v0.9.72
[INFO] [stderr]    Compiling backtrace v0.3.63
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking socket2 v0.4.2
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking stringmatch v0.3.3
[INFO] [stderr]     Checking addr2line v0.17.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.18
[INFO] [stderr]    Compiling futures-macro v0.3.19
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling async-trait v0.1.52
[INFO] [stderr]    Compiling displaydoc v0.1.7
[INFO] [stderr]    Compiling serde_repr v0.1.7
[INFO] [stderr]     Checking tokio v1.15.0
[INFO] [stderr]     Checking tracing v0.1.29
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]     Checking tracing-error v0.1.2
[INFO] [stderr]     Checking color-spantrace v0.1.6
[INFO] [stderr]     Checking color-eyre v0.5.11
[INFO] [stderr]     Checking futures-executor v0.3.19
[INFO] [stderr]     Checking futures v0.3.19
[INFO] [stderr]     Checking tokio-util v0.6.9
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking h2 v0.3.10
[INFO] [stderr]     Checking serde_urlencoded v0.7.0
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking hyper v0.14.16
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.8
[INFO] [stderr]     Checking thirtyfour v0.27.3
[INFO] [stderr]     Checking thirtyfour_sync v0.27.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:246:21
[INFO] [stdout]     |
[INFO] [stdout] 246 |     fn find_element(&self, by: By) -> WebDriverResult<WebElement> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 246 |     fn find_element(&self, by: By) -> WebDriverResult<WebElement<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:270:22
[INFO] [stdout]     |
[INFO] [stdout] 270 |     fn find_elements(&self, by: By) -> WebDriverResult<Vec<WebElement>> {
[INFO] [stdout]     |                      ^^^^^ the lifetime is elided here     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 270 |     fn find_elements(&self, by: By) -> WebDriverResult<Vec<WebElement<'_>>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:301:23
[INFO] [stdout]     |
[INFO] [stdout] 301 |     fn execute_script(&self, script: &str) -> WebDriverResult<ScriptRetSync> {
[INFO] [stdout]     |                       ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 301 |     fn execute_script(&self, script: &str) -> WebDriverResult<ScriptRetSync<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:333:9
[INFO] [stdout]     |
[INFO] [stdout] 333 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 336 |     ) -> WebDriverResult<ScriptRetSync> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 336 |     ) -> WebDriverResult<ScriptRetSync<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:372:29
[INFO] [stdout]     |
[INFO] [stdout] 372 |     fn execute_async_script(&self, script: &str) -> WebDriverResult<ScriptRetSync> {
[INFO] [stdout]     |                             ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 372 |     fn execute_async_script(&self, script: &str) -> WebDriverResult<ScriptRetSync<'_>> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:409:9
[INFO] [stdout]     |
[INFO] [stdout] 409 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 412 |     ) -> WebDriverResult<ScriptRetSync> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 412 |     ) -> WebDriverResult<ScriptRetSync<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:852:21
[INFO] [stdout]     |
[INFO] [stdout] 852 |     fn action_chain(&self) -> ActionChain {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 852 |     fn action_chain(&self) -> ActionChain<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:995:18
[INFO] [stdout]     |
[INFO] [stdout] 995 |     fn switch_to(&self) -> SwitchTo {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 995 |     fn switch_to(&self) -> SwitchTo<'_> {
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/webdrivercommands.rs:1177:24
[INFO] [stdout]      |
[INFO] [stdout] 1177 |     pub fn get_element(&self) -> WebDriverResult<WebElement> {
[INFO] [stdout]      |                        ^^^^^                     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1177 |     pub fn get_element(&self) -> WebDriverResult<WebElement<'_>> {
[INFO] [stdout]      |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/webdrivercommands.rs:1183:25
[INFO] [stdout]      |
[INFO] [stdout] 1183 |     pub fn get_elements(&self) -> WebDriverResult<Vec<WebElement>> {
[INFO] [stdout]      |                         ^^^^^                         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1183 |     pub fn get_elements(&self) -> WebDriverResult<Vec<WebElement<'_>>> {
[INFO] [stdout]      |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webelement.rs:471:25
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn find_element(&self, by: By) -> WebDriverResult<WebElement> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn find_element(&self, by: By) -> WebDriverResult<WebElement<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webelement.rs:498:26
[INFO] [stdout]     |
[INFO] [stdout] 498 |     pub fn find_elements(&self, by: By) -> WebDriverResult<Vec<WebElement>> {
[INFO] [stdout]     |                          ^^^^^ the lifetime is elided here     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 498 |     pub fn find_elements(&self, by: By) -> WebDriverResult<Vec<WebElement<'_>>> {
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/components/select.rs:86:20
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn options(&self) -> WebDriverResult<Vec<WebElement>> {
[INFO] [stdout]    |                    ^^^^^                         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn options(&self) -> WebDriverResult<Vec<WebElement<'_>>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/components/select.rs:91:33
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn all_selected_options(&self) -> WebDriverResult<Vec<WebElement>> {
[INFO] [stdout]    |                                 ^^^^^                         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn all_selected_options(&self) -> WebDriverResult<Vec<WebElement<'_>>> {
[INFO] [stdout]    |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/components/select.rs:102:34
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn first_selected_option(&self) -> WebDriverResult<WebElement> {
[INFO] [stdout]     |                                  ^^^^^                     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn first_selected_option(&self) -> WebDriverResult<WebElement<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/query/element_query.rs:697:43
[INFO] [stdout]     |
[INFO] [stdout] 697 |     fn query<'a>(&'a self, by: By<'a>) -> ElementQuery {
[INFO] [stdout]     |                   --              --      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |               |
[INFO] [stdout]     |                   |               the lifetime is named here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 697 |     fn query<'a>(&'a self, by: By<'a>) -> ElementQuery<'a> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/query/element_waiter.rs:335:19
[INFO] [stdout]     |
[INFO] [stdout] 335 |     fn wait_until(&self) -> ElementWaiter;
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 335 |     fn wait_until(&self) -> ElementWaiter<'_>;
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/query/element_waiter.rs:345:19
[INFO] [stdout]     |
[INFO] [stdout] 345 |     fn wait_until(&self) -> ElementWaiter {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 345 |     fn wait_until(&self) -> ElementWaiter<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:246:21
[INFO] [stdout]     |
[INFO] [stdout] 246 |     fn find_element(&self, by: By) -> WebDriverResult<WebElement> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 246 |     fn find_element(&self, by: By) -> WebDriverResult<WebElement<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:270:22
[INFO] [stdout]     |
[INFO] [stdout] 270 |     fn find_elements(&self, by: By) -> WebDriverResult<Vec<WebElement>> {
[INFO] [stdout]     |                      ^^^^^ the lifetime is elided here     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 270 |     fn find_elements(&self, by: By) -> WebDriverResult<Vec<WebElement<'_>>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:301:23
[INFO] [stdout]     |
[INFO] [stdout] 301 |     fn execute_script(&self, script: &str) -> WebDriverResult<ScriptRetSync> {
[INFO] [stdout]     |                       ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 301 |     fn execute_script(&self, script: &str) -> WebDriverResult<ScriptRetSync<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:333:9
[INFO] [stdout]     |
[INFO] [stdout] 333 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 336 |     ) -> WebDriverResult<ScriptRetSync> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 336 |     ) -> WebDriverResult<ScriptRetSync<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:372:29
[INFO] [stdout]     |
[INFO] [stdout] 372 |     fn execute_async_script(&self, script: &str) -> WebDriverResult<ScriptRetSync> {
[INFO] [stdout]     |                             ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 372 |     fn execute_async_script(&self, script: &str) -> WebDriverResult<ScriptRetSync<'_>> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:409:9
[INFO] [stdout]     |
[INFO] [stdout] 409 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 412 |     ) -> WebDriverResult<ScriptRetSync> {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 412 |     ) -> WebDriverResult<ScriptRetSync<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:852:21
[INFO] [stdout]     |
[INFO] [stdout] 852 |     fn action_chain(&self) -> ActionChain {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 852 |     fn action_chain(&self) -> ActionChain<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webdrivercommands.rs:995:18
[INFO] [stdout]     |
[INFO] [stdout] 995 |     fn switch_to(&self) -> SwitchTo {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 995 |     fn switch_to(&self) -> SwitchTo<'_> {
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/webdrivercommands.rs:1177:24
[INFO] [stdout]      |
[INFO] [stdout] 1177 |     pub fn get_element(&self) -> WebDriverResult<WebElement> {
[INFO] [stdout]      |                        ^^^^^                     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1177 |     pub fn get_element(&self) -> WebDriverResult<WebElement<'_>> {
[INFO] [stdout]      |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/webdrivercommands.rs:1183:25
[INFO] [stdout]      |
[INFO] [stdout] 1183 |     pub fn get_elements(&self) -> WebDriverResult<Vec<WebElement>> {
[INFO] [stdout]      |                         ^^^^^                         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1183 |     pub fn get_elements(&self) -> WebDriverResult<Vec<WebElement<'_>>> {
[INFO] [stdout]      |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webelement.rs:471:25
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn find_element(&self, by: By) -> WebDriverResult<WebElement> {
[INFO] [stdout]     |                         ^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn find_element(&self, by: By) -> WebDriverResult<WebElement<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/webelement.rs:498:26
[INFO] [stdout]     |
[INFO] [stdout] 498 |     pub fn find_elements(&self, by: By) -> WebDriverResult<Vec<WebElement>> {
[INFO] [stdout]     |                          ^^^^^ the lifetime is elided here     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 498 |     pub fn find_elements(&self, by: By) -> WebDriverResult<Vec<WebElement<'_>>> {
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/components/select.rs:86:20
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn options(&self) -> WebDriverResult<Vec<WebElement>> {
[INFO] [stdout]    |                    ^^^^^                         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn options(&self) -> WebDriverResult<Vec<WebElement<'_>>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/components/select.rs:91:33
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn all_selected_options(&self) -> WebDriverResult<Vec<WebElement>> {
[INFO] [stdout]    |                                 ^^^^^                         ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn all_selected_options(&self) -> WebDriverResult<Vec<WebElement<'_>>> {
[INFO] [stdout]    |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/components/select.rs:102:34
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn first_selected_option(&self) -> WebDriverResult<WebElement> {
[INFO] [stdout]     |                                  ^^^^^                     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn first_selected_option(&self) -> WebDriverResult<WebElement<'_>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/query/element_query.rs:697:43
[INFO] [stdout]     |
[INFO] [stdout] 697 |     fn query<'a>(&'a self, by: By<'a>) -> ElementQuery {
[INFO] [stdout]     |                   --              --      ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |               |
[INFO] [stdout]     |                   |               the lifetime is named here
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 697 |     fn query<'a>(&'a self, by: By<'a>) -> ElementQuery<'a> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/query/element_waiter.rs:335:19
[INFO] [stdout]     |
[INFO] [stdout] 335 |     fn wait_until(&self) -> ElementWaiter;
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 335 |     fn wait_until(&self) -> ElementWaiter<'_>;
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/query/element_waiter.rs:345:19
[INFO] [stdout]     |
[INFO] [stdout] 345 |     fn wait_until(&self) -> ElementWaiter {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 345 |     fn wait_until(&self) -> ElementWaiter<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s
[INFO] running `Command { std: "docker" "inspect" "70021ac7bfb7c31614bae861d786e6423d2d29186d83643ded91ebdc4abf0030", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70021ac7bfb7c31614bae861d786e6423d2d29186d83643ded91ebdc4abf0030", kill_on_drop: false }`
[INFO] [stdout] 70021ac7bfb7c31614bae861d786e6423d2d29186d83643ded91ebdc4abf0030
