[INFO] fetching crate graphql-parser 0.4.1...
[INFO] testing graphql-parser-0.4.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate graphql-parser 0.4.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate graphql-parser 0.4.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate graphql-parser 0.4.1
[INFO] tweaked toml for crates.io crate graphql-parser 0.4.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate graphql-parser 0.4.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate graphql-parser 0.4.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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b50cc7bdce02454084c453f74a1989a3591c4e19c330e2f42e081582b49e95f0
[INFO] running `Command { std: "docker" "start" "-a" "b50cc7bdce02454084c453f74a1989a3591c4e19c330e2f42e081582b49e95f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b50cc7bdce02454084c453f74a1989a3591c4e19c330e2f42e081582b49e95f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b50cc7bdce02454084c453f74a1989a3591c4e19c330e2f42e081582b49e95f0", kill_on_drop: false }`
[INFO] [stdout] b50cc7bdce02454084c453f74a1989a3591c4e19c330e2f42e081582b49e95f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d5b212e702de442083322c5fbdedb263062b674612b53e19a5b0c9a884226b53
[INFO] running `Command { std: "docker" "start" "-a" "d5b212e702de442083322c5fbdedb263062b674612b53e19a5b0c9a884226b53", kill_on_drop: false }`
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling graphql-parser v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/common.rs:229:22
[INFO] [stdout]     |
[INFO] [stdout] 229 | fn unquote_string(s: &str) -> Result<String, Error<Token, Token>> {
[INFO] [stdout]     |                      ^^^^                          ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                             |
[INFO] [stdout]     |                      |                             the same lifetime is hidden 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] 229 | fn unquote_string(s: &str) -> Result<String, Error<Token<'_>, Token<'_>>> {
[INFO] [stdout]     |                                                         ++++       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/format.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn new(style: &Style) -> Formatter {
[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] 52 |     pub fn new(style: &Style) -> Formatter<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizer.rs:132:19
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn new(s: &str) -> TokenStream {
[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] 132 |     pub fn new(s: &str) -> TokenStream<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizer.rs:139:43
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub(crate) fn with_recursion_limit(s: &str, recursion_limit: usize) -> TokenStream {
[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] 139 |     pub(crate) fn with_recursion_limit(s: &str, recursion_limit: usize) -> TokenStream<'_> {
[INFO] [stdout]     |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.37s
[INFO] running `Command { std: "docker" "inspect" "d5b212e702de442083322c5fbdedb263062b674612b53e19a5b0c9a884226b53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5b212e702de442083322c5fbdedb263062b674612b53e19a5b0c9a884226b53", kill_on_drop: false }`
[INFO] [stdout] d5b212e702de442083322c5fbdedb263062b674612b53e19a5b0c9a884226b53
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 82b5785002a8bf0fa366e70a9fdc9cfe7915b267a3b3c15c7df5616d19099f57
[INFO] running `Command { std: "docker" "start" "-a" "82b5785002a8bf0fa366e70a9fdc9cfe7915b267a3b3c15c7df5616d19099f57", kill_on_drop: false }`
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/common.rs:229:22
[INFO] [stdout]     |
[INFO] [stdout] 229 | fn unquote_string(s: &str) -> Result<String, Error<Token, Token>> {
[INFO] [stdout]     |                      ^^^^                          ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                             |
[INFO] [stdout]     |                      |                             the same lifetime is hidden 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] 229 | fn unquote_string(s: &str) -> Result<String, Error<Token<'_>, Token<'_>>> {
[INFO] [stdout]     |                                                         ++++       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/format.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn new(style: &Style) -> Formatter {
[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] 52 |     pub fn new(style: &Style) -> Formatter<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizer.rs:132:19
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn new(s: &str) -> TokenStream {
[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] 132 |     pub fn new(s: &str) -> TokenStream<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizer.rs:139:43
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub(crate) fn with_recursion_limit(s: &str, recursion_limit: usize) -> TokenStream {
[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] 139 |     pub(crate) fn with_recursion_limit(s: &str, recursion_limit: usize) -> TokenStream<'_> {
[INFO] [stdout]     |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pretty_assertions v0.5.1
[INFO] [stderr]    Compiling graphql-parser v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/common.rs:229:22
[INFO] [stdout]     |
[INFO] [stdout] 229 | fn unquote_string(s: &str) -> Result<String, Error<Token, Token>> {
[INFO] [stdout]     |                      ^^^^                          ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                             |
[INFO] [stdout]     |                      |                             the same lifetime is hidden 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] 229 | fn unquote_string(s: &str) -> Result<String, Error<Token<'_>, Token<'_>>> {
[INFO] [stdout]     |                                                         ++++       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/format.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn new(style: &Style) -> Formatter {
[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] 52 |     pub fn new(style: &Style) -> Formatter<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizer.rs:132:19
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn new(s: &str) -> TokenStream {
[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] 132 |     pub fn new(s: &str) -> TokenStream<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizer.rs:139:43
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub(crate) fn with_recursion_limit(s: &str, recursion_limit: usize) -> TokenStream {
[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] 139 |     pub(crate) fn with_recursion_limit(s: &str, recursion_limit: usize) -> TokenStream<'_> {
[INFO] [stdout]     |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/query/grammar.rs:301:15
[INFO] [stdout]     |
[INFO] [stdout] 301 |     fn ast(s: &str) -> Document<String> {
[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] 301 |     fn ast(s: &str) -> Document<'_, String> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/schema/grammar.rs:711:15
[INFO] [stdout]     |
[INFO] [stdout] 711 |     fn ast(s: &str) -> Document<String> {
[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] 711 |     fn ast(s: &str) -> Document<'_, String> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.91s
[INFO] running `Command { std: "docker" "inspect" "82b5785002a8bf0fa366e70a9fdc9cfe7915b267a3b3c15c7df5616d19099f57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82b5785002a8bf0fa366e70a9fdc9cfe7915b267a3b3c15c7df5616d19099f57", kill_on_drop: false }`
[INFO] [stdout] 82b5785002a8bf0fa366e70a9fdc9cfe7915b267a3b3c15c7df5616d19099f57
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8c0da9dd897a0c4cb86d88609eff7d5483f6d7272b6887be3656c0cfbfcef1c3
[INFO] running `Command { std: "docker" "start" "-a" "8c0da9dd897a0c4cb86d88609eff7d5483f6d7272b6887be3656c0cfbfcef1c3", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/common.rs:229:22
[INFO] [stderr]     |
[INFO] [stderr] 229 | fn unquote_string(s: &str) -> Result<String, Error<Token, Token>> {
[INFO] [stderr]     |                      ^^^^                          ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |                             |
[INFO] [stderr]     |                      |                             the same lifetime is hidden here
[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] 229 | fn unquote_string(s: &str) -> Result<String, Error<Token<'_>, Token<'_>>> {
[INFO] [stderr]     |                                                         ++++       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/format.rs:52:23
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pub fn new(style: &Style) -> Formatter {
[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] 52 |     pub fn new(style: &Style) -> Formatter<'_> {
[INFO] [stderr]    |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tokenizer.rs:132:19
[INFO] [stderr]     |
[INFO] [stderr] 132 |     pub fn new(s: &str) -> TokenStream {
[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] 132 |     pub fn new(s: &str) -> TokenStream<'_> {
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tokenizer.rs:139:43
[INFO] [stderr]     |
[INFO] [stderr] 139 |     pub(crate) fn with_recursion_limit(s: &str, recursion_limit: usize) -> TokenStream {
[INFO] [stderr]     |                                           ^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 139 |     pub(crate) fn with_recursion_limit(s: &str, recursion_limit: usize) -> TokenStream<'_> {
[INFO] [stderr]     |                                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `graphql-parser` (lib) generated 4 warnings (run `cargo fix --lib -p graphql-parser` to apply 4 suggestions)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/query/grammar.rs:301:15
[INFO] [stderr]     |
[INFO] [stderr] 301 |     fn ast(s: &str) -> Document<String> {
[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] 301 |     fn ast(s: &str) -> Document<'_, String> {
[INFO] [stderr]     |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/schema/grammar.rs:711:15
[INFO] [stderr]     |
[INFO] [stderr] 711 |     fn ast(s: &str) -> Document<String> {
[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] 711 |     fn ast(s: &str) -> Document<'_, String> {
[INFO] [stderr]     |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `graphql-parser` (lib test) generated 6 warnings (4 duplicates) (run `cargo fix --lib -p graphql-parser --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/graphql_parser-c69ad9c92566cc70)
[INFO] [stdout] 
[INFO] [stdout] running 45 tests
[INFO] [stdout] test common::tests::block_string_escaping ... ok
[INFO] [stdout] test common::tests::block_string_empty ... ok
[INFO] [stdout] test common::tests::block_string_indent ... ok
[INFO] [stdout] test common::tests::block_string_leading_and_trailing_empty_lines ... ok
[INFO] [stdout] test common::tests::number_from_i32_and_to_i64_conversion ... ok
[INFO] [stdout] test common::tests::unquote_unicode_string ... ok
[INFO] [stdout] test query::grammar::test::consume_fails_without_operation ... ok
[INFO] [stdout] test query::grammar::test::builtin_values ... ok
[INFO] [stdout] test query::grammar::test::one_field_roundtrip ... ok
[INFO] [stdout] test query::grammar::test::one_field ... ok
[INFO] [stdout] test query::minify::tests::strip_ignored_characters ... ok
[INFO] [stdout] test query::grammar::test::consume_full_text ... ok
[INFO] [stdout] test query::grammar::test::consume_single_query ... ok
[INFO] [stdout] test query::grammar::test::recursion_too_deep ... ok
[INFO] [stdout] test tokenizer::test::block_string ... ok
[INFO] [stdout] test tokenizer::test::comments_and_commas ... ok
[INFO] [stdout] test tokenizer::test::fragment ... ok
[INFO] [stdout] test query::grammar::test::consume_single_query_preceding_non_graphql ... ok
[INFO] [stdout] test query::minify::tests::unexpected_token ... ok
[INFO] [stdout] test schema::grammar::test::one_field ... ok
[INFO] [stdout] test tokenizer::test::float ... ok
[INFO] [stdout] test tokenizer::test::int ... ok
[INFO] [stdout] test tokenizer::test::query ... ok
[INFO] [stdout] test tokenizer::test::simple ... ok
[INFO] [stdout] test tokenizer::test::string ... ok
[INFO] [stdout] test query::grammar::test::large_integer - should panic ... ok
[INFO] [stdout] test tokenizer::test::extra_unterminated_string - should panic ... ok
[INFO] [stdout] test tokenizer::test::letters_float - should panic ... ok
[INFO] [stdout] test tokenizer::test::zero_float4 - should panic ... ok
[INFO] [stdout] test tokenizer::test::letters_int - should panic ... ok
[INFO] [stdout] test tokenizer::test::minus_zero_float - should panic ... ok
[INFO] [stdout] test tokenizer::test::minus_zero_float4 - should panic ... ok
[INFO] [stdout] test tokenizer::test::minus_zero_int - should panic ... ok
[INFO] [stdout] test tokenizer::test::minus_int - should panic ... ok
[INFO] [stdout] test tokenizer::test::minus_float - should panic ... ok
[INFO] [stdout] test tokenizer::test::minus_zero_int4 - should panic ... ok
[INFO] [stdout] test tokenizer::test::no_exp_sign_float - should panic ... ok
[INFO] [stdout] test tokenizer::test::unterminated_string - should panic ... ok
[INFO] [stdout] test tokenizer::test::letters_float3 - should panic ... ok
[INFO] [stdout] test tokenizer::test::no_int_float1 - should panic ... ok
[INFO] [stdout] test tokenizer::test::zero_int - should panic ... ok
[INFO] [stdout] test tokenizer::test::letters_float2 - should panic ... ok
[INFO] [stdout] test tokenizer::test::zero_int4 - should panic ... ok
[INFO] [stdout] test tokenizer::test::no_int_float - should panic ... ok
[INFO] [stderr]      Running tests/query_errors.rs (/opt/rustwide/target/debug/deps/query_errors-f53e1bda12046897)
[INFO] [stdout] test tokenizer::test::zero_float - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test invalid_curly_brace ... ok
[INFO] [stdout] test bad_args ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/query_roundtrips.rs (/opt/rustwide/target/debug/deps/query_roundtrips-8fb2c8c55e35715b)
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test directive_args_multiline ... ok
[INFO] [stdout] test fragment_spread ... ok
[INFO] [stdout] test fragment ... ok
[INFO] [stdout] test inline_fragment ... ok
[INFO] [stdout] test directive_args ... ok
[INFO] [stdout] test inline_fragment_dir ... ok
[INFO] [stdout] test kitchen_sink ... ok
[INFO] [stdout] test minimal_mutation ... ok
[INFO] [stdout] test mutation_directive ... ok
[INFO] [stdout] test minimal_query ... ok
[INFO] [stdout] test minimal ... ok
[INFO] [stdout] test nested_selection ... ok
[INFO] [stdout] test mutation_nameless_vars ... ok
[INFO] [stdout] test named_query ... ok
[INFO] [stdout] test query_aliases ... ok
[INFO] [stdout] test query_directive ... ok
[INFO] [stdout] test query_list_arg ... ok
[INFO] [stdout] test query_object_arg_multiline ... ok
[INFO] [stdout] test query_object_arg ... ok
[INFO] [stdout] test query_array_arg_multiline ... ok
[INFO] [stdout] test query_nameless_vars ... ok
[INFO] [stdout] test query_arguments ... ok
[INFO] [stdout] test query_arguments_multiline ... ok
[INFO] [stdout] test query_nameless_vars_multiple_fields ... ok
[INFO] [stdout] test subscription_directive ... ok
[INFO] [stdout] test query_var_defaults3 ... ok
[INFO] [stdout] test string_literal ... ok
[INFO] [stdout] test query_var_defaults2 ... ok
[INFO] [stdout] test query_vars ... ok
[INFO] [stdout] test triple_quoted_literal ... ok
[INFO] [stdout] test query_var_defaults ... ok
[INFO] [stdout] test query_var_defaults4 ... ok
[INFO] [stdout] test query_var_defaults1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/schema_roundtrips.rs (/opt/rustwide/target/debug/deps/schema_roundtrips-e185f1f63a4ec58f)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test empty_union ... ok
[INFO] [stdout] test directive ... ok
[INFO] [stdout] test enum_type ... ok
[INFO] [stdout] test directive_variable_definition ... ok
[INFO] [stdout] test extend_enum ... ok
[INFO] [stdout] test directive_descriptions ... ok
[INFO] [stdout] test extend_interface ... ok
[INFO] [stdout] test extend_object ... ok
[INFO] [stdout] test implements_amp ... ok
[INFO] [stdout] test implements ... ok
[INFO] [stdout] test implements_interface ... ok
[INFO] [stdout] test extend_input ... ok
[INFO] [stdout] test extend_scalar ... ok
[INFO] [stdout] test input_type ... ok
[INFO] [stdout] test minimal ... ok
[INFO] [stdout] test minimal_type ... ok
[INFO] [stdout] test interface ... ok
[INFO] [stdout] test union_extension ... ok
[INFO] [stdout] test scalar_type ... ok
[INFO] [stdout] test simple_object ... ok
[INFO] [stdout] test union ... ok
[INFO] [stdout] test repeatable ... ok
[INFO] [stderr]    Doc-tests graphql_parser
[INFO] [stdout] test kitchen_sink ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 22) ... ok
[INFO] [stdout] test src/lib.rs - (line 45) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.23s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8c0da9dd897a0c4cb86d88609eff7d5483f6d7272b6887be3656c0cfbfcef1c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c0da9dd897a0c4cb86d88609eff7d5483f6d7272b6887be3656c0cfbfcef1c3", kill_on_drop: false }`
[INFO] [stdout] 8c0da9dd897a0c4cb86d88609eff7d5483f6d7272b6887be3656c0cfbfcef1c3
