[INFO] fetching crate base_url 1.1.0...
[INFO] testing base_url-1.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate base_url 1.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate base_url 1.1.0
[INFO] finished tweaking crates.io crate base_url 1.1.0
[INFO] tweaked toml for crates.io crate base_url 1.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate base_url 1.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 8 packages to latest compatible versions
[INFO] [stderr]       Adding url v1.7.2 (available: v2.5.7)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ba20dbe2039795bdae216e85e07f3d3055df0efac7f04311ac274d44b4ae02b7
[INFO] running `Command { std: "docker" "start" "-a" "ba20dbe2039795bdae216e85e07f3d3055df0efac7f04311ac274d44b4ae02b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ba20dbe2039795bdae216e85e07f3d3055df0efac7f04311ac274d44b4ae02b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba20dbe2039795bdae216e85e07f3d3055df0efac7f04311ac274d44b4ae02b7", kill_on_drop: false }`
[INFO] [stdout] ba20dbe2039795bdae216e85e07f3d3055df0efac7f04311ac274d44b4ae02b7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 544bd3b21b2d0e71937347ffa5717f744370787160ff2a0b1f1ee2df4a8e2ac7
[INFO] running `Command { std: "docker" "start" "-a" "544bd3b21b2d0e71937347ffa5717f744370787160ff2a0b1f1ee2df4a8e2ac7", kill_on_drop: false }`
[INFO] [stderr]    Compiling base_url v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:601:27
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn path_segments( &self ) -> Split<char> {
[INFO] [stdout]     |                           ^^^^^      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn path_segments( &self ) -> Split<'_, char> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:648:31
[INFO] [stdout]     |
[INFO] [stdout] 648 |     pub fn path_segments_mut( &mut self ) -> PathSegmentsMut {
[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] 648 |     pub fn path_segments_mut( &mut self ) -> PathSegmentsMut<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:693:25
[INFO] [stdout]     |
[INFO] [stdout] 693 |     pub fn query_pairs( &self ) -> Parse {
[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] 693 |     pub fn query_pairs( &self ) -> Parse<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:741:29
[INFO] [stdout]     |
[INFO] [stdout] 741 |     pub fn query_pairs_mut( &mut self ) -> Serializer< UrlQuery > {
[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] 741 |     pub fn query_pairs_mut( &mut self ) -> Serializer< UrlQuery<'_> > {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] running `Command { std: "docker" "inspect" "544bd3b21b2d0e71937347ffa5717f744370787160ff2a0b1f1ee2df4a8e2ac7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "544bd3b21b2d0e71937347ffa5717f744370787160ff2a0b1f1ee2df4a8e2ac7", kill_on_drop: false }`
[INFO] [stdout] 544bd3b21b2d0e71937347ffa5717f744370787160ff2a0b1f1ee2df4a8e2ac7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 536915639f55f12a1217ae76cd5ebfae948e687410c10b5233d0617ec64711e8
[INFO] running `Command { std: "docker" "start" "-a" "536915639f55f12a1217ae76cd5ebfae948e687410c10b5233d0617ec64711e8", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:601:27
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn path_segments( &self ) -> Split<char> {
[INFO] [stdout]     |                           ^^^^^      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn path_segments( &self ) -> Split<'_, char> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:648:31
[INFO] [stdout]     |
[INFO] [stdout] 648 |     pub fn path_segments_mut( &mut self ) -> PathSegmentsMut {
[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] 648 |     pub fn path_segments_mut( &mut self ) -> PathSegmentsMut<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:693:25
[INFO] [stdout]     |
[INFO] [stdout] 693 |     pub fn query_pairs( &self ) -> Parse {
[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] 693 |     pub fn query_pairs( &self ) -> Parse<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:741:29
[INFO] [stdout]     |
[INFO] [stdout] 741 |     pub fn query_pairs_mut( &mut self ) -> Serializer< UrlQuery > {
[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] 741 |     pub fn query_pairs_mut( &mut self ) -> Serializer< UrlQuery<'_> > {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling base_url v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:601:27
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn path_segments( &self ) -> Split<char> {
[INFO] [stdout]     |                           ^^^^^      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn path_segments( &self ) -> Split<'_, char> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:648:31
[INFO] [stdout]     |
[INFO] [stdout] 648 |     pub fn path_segments_mut( &mut self ) -> PathSegmentsMut {
[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] 648 |     pub fn path_segments_mut( &mut self ) -> PathSegmentsMut<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:693:25
[INFO] [stdout]     |
[INFO] [stdout] 693 |     pub fn query_pairs( &self ) -> Parse {
[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] 693 |     pub fn query_pairs( &self ) -> Parse<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:741:29
[INFO] [stdout]     |
[INFO] [stdout] 741 |     pub fn query_pairs_mut( &mut self ) -> Serializer< UrlQuery > {
[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] 741 |     pub fn query_pairs_mut( &mut self ) -> Serializer< UrlQuery<'_> > {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.64s
[INFO] running `Command { std: "docker" "inspect" "536915639f55f12a1217ae76cd5ebfae948e687410c10b5233d0617ec64711e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "536915639f55f12a1217ae76cd5ebfae948e687410c10b5233d0617ec64711e8", kill_on_drop: false }`
[INFO] [stdout] 536915639f55f12a1217ae76cd5ebfae948e687410c10b5233d0617ec64711e8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a4e5dd4b7856fac3b398532e8ef527ba0f9d6c0b85290fb42acb055a0e488a27
[INFO] running `Command { std: "docker" "start" "-a" "a4e5dd4b7856fac3b398532e8ef527ba0f9d6c0b85290fb42acb055a0e488a27", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] 
[INFO] [stderr]    --> src/lib.rs:601:27
[INFO] [stdout] running 0 tests
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr] 601 |     pub fn path_segments( &self ) -> Split<char> {
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]     |                           ^^^^^      ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 601 |     pub fn path_segments( &self ) -> Split<'_, char> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:648:31
[INFO] [stderr]     |
[INFO] [stderr] 648 |     pub fn path_segments_mut( &mut self ) -> PathSegmentsMut {
[INFO] [stderr]     |                               ^^^^^^^^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |
[INFO] [stderr]     |                               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 648 |     pub fn path_segments_mut( &mut self ) -> PathSegmentsMut<'_> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:693:25
[INFO] [stderr]     |
[INFO] [stderr] 693 |     pub fn query_pairs( &self ) -> Parse {
[INFO] [stderr]     |                         ^^^^^      ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 693 |     pub fn query_pairs( &self ) -> Parse<'_> {
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:741:29
[INFO] [stderr]     |
[INFO] [stderr] 741 |     pub fn query_pairs_mut( &mut self ) -> Serializer< UrlQuery > {
[INFO] [stderr]     |                             ^^^^^^^^^                  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 741 |     pub fn query_pairs_mut( &mut self ) -> Serializer< UrlQuery<'_> > {
[INFO] [stderr]     |                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `base_url` (lib) generated 4 warnings (run `cargo fix --lib -p base_url` to apply 4 suggestions)
[INFO] [stderr] warning: `base_url` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/base_url-145a143a6b37cccc)
[INFO] [stderr]    Doc-tests base_url
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test src/lib.rs - BaseUrl::domain (line 458) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::fragment (line 749) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::into_string (line 137) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::as_str (line 116) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::path_segments_mut (line 633) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::path (line 559) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::port (line 481) ... ok
[INFO] [stdout] test src/lib.rs - (line 24) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::make_host_only (line 230) ... ok
[INFO] [stdout] test src/lib.rs - (line 14) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::host_str (line 361) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::host (line 379) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::path_segments (line 581) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::origin (line 158) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::password (line 315) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::query_pairs_mut (line 725) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::query (line 656) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::port_or_known_default (line 510) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::username (line 276) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::query_pairs (line 678) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::set_password (line 336) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::set_username (line 295) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::scheme (line 188) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::set_fragment (line 767) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::set_query (line 701) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::set_port (line 535) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::set_host (line 403) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::set_scheme (line 256) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::strip (line 207) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::set_path (line 609) ... ok
[INFO] [stdout] test src/lib.rs - BaseUrl::set_ip_host (line 434) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.58s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a4e5dd4b7856fac3b398532e8ef527ba0f9d6c0b85290fb42acb055a0e488a27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4e5dd4b7856fac3b398532e8ef527ba0f9d6c0b85290fb42acb055a0e488a27", kill_on_drop: false }`
[INFO] [stdout] a4e5dd4b7856fac3b398532e8ef527ba0f9d6c0b85290fb42acb055a0e488a27
