[INFO] cloning repository https://github.com/whizsid/osm-to-sql
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/whizsid/osm-to-sql" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhizsid%2Fosm-to-sql", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhizsid%2Fosm-to-sql'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b573a39c3be92b36da4d91f67eb64e498918bcd5
[INFO] checking whizsid/osm-to-sql/b573a39c3be92b36da4d91f67eb64e498918bcd5 against master#c871d09d1cc32a649f4c5177bb819646260ed120 for pr-149291-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwhizsid%2Fosm-to-sql" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/whizsid/osm-to-sql
[INFO] finished tweaking git repo https://github.com/whizsid/osm-to-sql
[INFO] tweaked toml for git repo https://github.com/whizsid/osm-to-sql written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/whizsid/osm-to-sql on toolchain c871d09d1cc32a649f4c5177bb819646260ed120
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c871d09d1cc32a649f4c5177bb819646260ed120" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/whizsid/osm-to-sql 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" "+c871d09d1cc32a649f4c5177bb819646260ed120" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quick-xml v0.16.1
[INFO] [stderr]   Downloaded libc v0.2.72
[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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+c871d09d1cc32a649f4c5177bb819646260ed120" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] afafb7baa5f993966065e1691029bf80a8b8e9cce1e090d94d056eca6c842029
[INFO] running `Command { std: "docker" "start" "-a" "afafb7baa5f993966065e1691029bf80a8b8e9cce1e090d94d056eca6c842029", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "afafb7baa5f993966065e1691029bf80a8b8e9cce1e090d94d056eca6c842029", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afafb7baa5f993966065e1691029bf80a8b8e9cce1e090d94d056eca6c842029", kill_on_drop: false }`
[INFO] [stdout] afafb7baa5f993966065e1691029bf80a8b8e9cce1e090d94d056eca6c842029
[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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+c871d09d1cc32a649f4c5177bb819646260ed120" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a6c7a559d9c9606305ec639865b46115eb56583b4469edce9547afc6ca1ee6a
[INFO] running `Command { std: "docker" "start" "-a" "5a6c7a559d9c9606305ec639865b46115eb56583b4469edce9547afc6ca1ee6a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.72
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking quick-xml v0.16.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking clap v2.33.1
[INFO] [stderr]     Checking osm-to-sql v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models.rs:15:21
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn get_data_set(&self) -> HashMap<&str, SqlType> {
[INFO] [stdout]    |                     ^^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |                 |
[INFO] [stdout]    |                     |                 the same lifetime is elided here
[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] 15 |     fn get_data_set(&self) -> HashMap<&str, SqlType<'_>> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/models.rs:70:55
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType> {
[INFO] [stdout]    |                          --                   --      ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                    |
[INFO] [stdout]    |                          |                    the same 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] 70 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/models.rs:104:46
[INFO] [stdout]     |
[INFO] [stdout] 104 |     fn get_data_set<'a>(&'a self) -> HashMap<&str, SqlType<'a>> {
[INFO] [stdout]     |                          --                  ^^^^          -- the same lifetime is named here
[INFO] [stdout]     |                          |                   |
[INFO] [stdout]     |                          |                   the same lifetime is elided 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] 104 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>> {
[INFO] [stdout]     |                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/models.rs:158:46
[INFO] [stdout]     |
[INFO] [stdout] 158 |     fn get_data_set<'a>(&'a self) -> HashMap<&str, SqlType<'a>> {
[INFO] [stdout]     |                          --                  ^^^^          -- the same lifetime is named here
[INFO] [stdout]     |                          |                   |
[INFO] [stdout]     |                          |                   the same lifetime is elided 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] 158 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>> {
[INFO] [stdout]     |                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/models.rs:205:46
[INFO] [stdout]     |
[INFO] [stdout] 205 |     fn get_data_set<'a>(&'a self) -> HashMap<&str, SqlType<'a>> {
[INFO] [stdout]     |                          --                  ^^^^          -- the same lifetime is named here
[INFO] [stdout]     |                          |                   |
[INFO] [stdout]     |                          |                   the same lifetime is elided 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] 205 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>> {
[INFO] [stdout]     |                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/models.rs:248:46
[INFO] [stdout]     |
[INFO] [stdout] 248 |     fn get_data_set<'a>(&'a self) -> HashMap<&str, SqlType<'a>> {
[INFO] [stdout]     |                          --                  ^^^^          -- the same lifetime is named here
[INFO] [stdout]     |                          |                   |
[INFO] [stdout]     |                          |                   the same lifetime is elided 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] 248 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>> {
[INFO] [stdout]     |                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/models.rs:303:46
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn get_data_set<'a>(&'a self) -> HashMap<&str, SqlType<'a>> {
[INFO] [stdout]     |                          --                  ^^^^          -- the same lifetime is named here
[INFO] [stdout]     |                          |                   |
[INFO] [stdout]     |                          |                   the same lifetime is elided 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] 303 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>> {
[INFO] [stdout]     |                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/models.rs:344:46
[INFO] [stdout]     |
[INFO] [stdout] 344 |     fn get_data_set<'a>(&'a self) -> HashMap<&str, SqlType<'a>> {
[INFO] [stdout]     |                          --                  ^^^^          -- the same lifetime is named here
[INFO] [stdout]     |                          |                   |
[INFO] [stdout]     |                          |                   the same lifetime is elided 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] 344 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>> {
[INFO] [stdout]     |                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/models.rs:383:46
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn get_data_set<'a>(&'a self) -> HashMap<&str, SqlType<'a>>;
[INFO] [stdout]     |                          --                  ^^^^          -- the same lifetime is named here
[INFO] [stdout]     |                          |                   |
[INFO] [stdout]     |                          |                   the same lifetime is elided 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] 383 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>>;
[INFO] [stdout]     |                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models.rs:15:21
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn get_data_set(&self) -> HashMap<&str, SqlType> {
[INFO] [stdout]    |                     ^^^^^             ^^^^  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |                 |
[INFO] [stdout]    |                     |                 the same lifetime is elided here
[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] 15 |     fn get_data_set(&self) -> HashMap<&str, SqlType<'_>> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/models.rs:70:55
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType> {
[INFO] [stdout]    |                          --                   --      ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                    |
[INFO] [stdout]    |                          |                    the same 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] 70 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/models.rs:104:46
[INFO] [stdout]     |
[INFO] [stdout] 104 |     fn get_data_set<'a>(&'a self) -> HashMap<&str, SqlType<'a>> {
[INFO] [stdout]     |                          --                  ^^^^          -- the same lifetime is named here
[INFO] [stdout]     |                          |                   |
[INFO] [stdout]     |                          |                   the same lifetime is elided 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] 104 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>> {
[INFO] [stdout]     |                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/models.rs:158:46
[INFO] [stdout]     |
[INFO] [stdout] 158 |     fn get_data_set<'a>(&'a self) -> HashMap<&str, SqlType<'a>> {
[INFO] [stdout]     |                          --                  ^^^^          -- the same lifetime is named here
[INFO] [stdout]     |                          |                   |
[INFO] [stdout]     |                          |                   the same lifetime is elided 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] 158 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>> {
[INFO] [stdout]     |                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/models.rs:205:46
[INFO] [stdout]     |
[INFO] [stdout] 205 |     fn get_data_set<'a>(&'a self) -> HashMap<&str, SqlType<'a>> {
[INFO] [stdout]     |                          --                  ^^^^          -- the same lifetime is named here
[INFO] [stdout]     |                          |                   |
[INFO] [stdout]     |                          |                   the same lifetime is elided 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] 205 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>> {
[INFO] [stdout]     |                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/models.rs:248:46
[INFO] [stdout]     |
[INFO] [stdout] 248 |     fn get_data_set<'a>(&'a self) -> HashMap<&str, SqlType<'a>> {
[INFO] [stdout]     |                          --                  ^^^^          -- the same lifetime is named here
[INFO] [stdout]     |                          |                   |
[INFO] [stdout]     |                          |                   the same lifetime is elided 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] 248 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>> {
[INFO] [stdout]     |                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/models.rs:303:46
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn get_data_set<'a>(&'a self) -> HashMap<&str, SqlType<'a>> {
[INFO] [stdout]     |                          --                  ^^^^          -- the same lifetime is named here
[INFO] [stdout]     |                          |                   |
[INFO] [stdout]     |                          |                   the same lifetime is elided 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] 303 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>> {
[INFO] [stdout]     |                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/models.rs:344:46
[INFO] [stdout]     |
[INFO] [stdout] 344 |     fn get_data_set<'a>(&'a self) -> HashMap<&str, SqlType<'a>> {
[INFO] [stdout]     |                          --                  ^^^^          -- the same lifetime is named here
[INFO] [stdout]     |                          |                   |
[INFO] [stdout]     |                          |                   the same lifetime is elided 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] 344 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>> {
[INFO] [stdout]     |                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/models.rs:383:46
[INFO] [stdout]     |
[INFO] [stdout] 383 |     fn get_data_set<'a>(&'a self) -> HashMap<&str, SqlType<'a>>;
[INFO] [stdout]     |                          --                  ^^^^          -- the same lifetime is named here
[INFO] [stdout]     |                          |                   |
[INFO] [stdout]     |                          |                   the same lifetime is elided 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] 383 |     fn get_data_set<'a>(&'a self) -> HashMap<&'a str, SqlType<'a>>;
[INFO] [stdout]     |                                               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.16.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "5a6c7a559d9c9606305ec639865b46115eb56583b4469edce9547afc6ca1ee6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a6c7a559d9c9606305ec639865b46115eb56583b4469edce9547afc6ca1ee6a", kill_on_drop: false }`
[INFO] [stdout] 5a6c7a559d9c9606305ec639865b46115eb56583b4469edce9547afc6ca1ee6a
