[INFO] cloning repository https://github.com/pavelboukine/Rust_Takehome
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pavelboukine/Rust_Takehome" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpavelboukine%2FRust_Takehome", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpavelboukine%2FRust_Takehome'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fa729586fa82893231c160c522cddd38b5e806ce
[INFO] testing pavelboukine/Rust_Takehome against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpavelboukine%2FRust_Takehome" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pavelboukine/Rust_Takehome
[INFO] finished tweaking git repo https://github.com/pavelboukine/Rust_Takehome
[INFO] tweaked toml for git repo https://github.com/pavelboukine/Rust_Takehome written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pavelboukine/Rust_Takehome on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pavelboukine/Rust_Takehome 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aa3cb6c1a6da14ea93eaeb3d2ceb140469dea0f480508b64472d2c38636dec27
[INFO] running `Command { std: "docker" "start" "-a" "aa3cb6c1a6da14ea93eaeb3d2ceb140469dea0f480508b64472d2c38636dec27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa3cb6c1a6da14ea93eaeb3d2ceb140469dea0f480508b64472d2c38636dec27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa3cb6c1a6da14ea93eaeb3d2ceb140469dea0f480508b64472d2c38636dec27", kill_on_drop: false }`
[INFO] [stdout] aa3cb6c1a6da14ea93eaeb3d2ceb140469dea0f480508b64472d2c38636dec27
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 29394adb6350be938a80a58cf39443e6b3e7f3f287d7ba25dcc20543185e2732
[INFO] running `Command { std: "docker" "start" "-a" "29394adb6350be938a80a58cf39443e6b3e7f3f287d7ba25dcc20543185e2732", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.68
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling serde v1.0.189
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling thiserror v1.0.49
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.1
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling regex-syntax v0.8.0
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling multer v2.1.0
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling socket2 v0.5.4
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling base64 v0.21.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling rustix v0.38.18
[INFO] [stderr]    Compiling winnow v0.5.16
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling data-encoding v2.4.0
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.10
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling regex-automata v0.4.1
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling ascii v0.9.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling combine v3.8.1
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling rustls-pemfile v1.0.3
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling ascii_utils v0.9.3
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling fast_chemail v0.9.6
[INFO] [stderr]    Compiling tempfile v3.8.0
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]    Compiling derive_utils v0.11.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serde_derive v1.0.189
[INFO] [stderr]    Compiling thiserror-impl v1.0.49
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling strum_macros v0.25.2
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling regex v1.10.0
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling futures-enum v0.1.17
[INFO] [stderr]    Compiling juniper_codegen v0.15.9
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling pin-project v1.1.3
[INFO] [stderr]    Compiling pest v2.7.4
[INFO] [stderr]    Compiling graphql-parser v0.3.0
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]    Compiling darling_macro v0.20.3
[INFO] [stderr]    Compiling darling v0.20.3
[INFO] [stderr]    Compiling pest_meta v2.7.4
[INFO] [stderr]    Compiling pest_generator v2.7.4
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling pest_derive v2.7.4
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling indexmap v2.0.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling async-graphql-value v6.0.7
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling tungstenite v0.20.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling headers v0.3.9
[INFO] [stderr]    Compiling async-graphql-parser v6.0.7
[INFO] [stderr]    Compiling bson v1.2.4
[INFO] [stderr]    Compiling handlebars v4.4.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling juniper v0.15.11
[INFO] [stderr]    Compiling async-graphql-derive v6.0.7
[INFO] [stderr]    Compiling tokio-util v0.7.9
[INFO] [stderr]    Compiling tokio-stream v0.1.14
[INFO] [stderr]    Compiling tokio-tungstenite v0.20.1
[INFO] [stderr]    Compiling h2 v0.3.21
[INFO] [stderr]    Compiling async-graphql v6.0.7
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling warp v0.3.6
[INFO] [stderr]    Compiling async-graphql-warp v6.0.7
[INFO] [stderr]    Compiling juniper_warp v0.7.0
[INFO] [stderr]    Compiling rust_graphql_server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `async_graphql::Request`
[INFO] [stdout]    --> src/main.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 | use async_graphql::Request;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
[INFO] running `Command { std: "docker" "inspect" "29394adb6350be938a80a58cf39443e6b3e7f3f287d7ba25dcc20543185e2732", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29394adb6350be938a80a58cf39443e6b3e7f3f287d7ba25dcc20543185e2732", kill_on_drop: false }`
[INFO] [stdout] 29394adb6350be938a80a58cf39443e6b3e7f3f287d7ba25dcc20543185e2732
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 63326dc9944614da38f2e886b248853cda6c978ba4bf879ffad50e90004af946
[INFO] running `Command { std: "docker" "start" "-a" "63326dc9944614da38f2e886b248853cda6c978ba4bf879ffad50e90004af946", kill_on_drop: false }`
[INFO] [stderr]    Compiling rust_graphql_server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.43s
[INFO] running `Command { std: "docker" "inspect" "63326dc9944614da38f2e886b248853cda6c978ba4bf879ffad50e90004af946", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63326dc9944614da38f2e886b248853cda6c978ba4bf879ffad50e90004af946", kill_on_drop: false }`
[INFO] [stdout] 63326dc9944614da38f2e886b248853cda6c978ba4bf879ffad50e90004af946
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b6baf8be0da086071083e6a4155a2295647a2fd8875155f8230a786c50c6b5ad
[INFO] running `Command { std: "docker" "start" "-a" "b6baf8be0da086071083e6a4155a2295647a2fd8875155f8230a786c50c6b5ad", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_graphql_server-89bf307ab69147b9)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_graphql_query ... FAILED
[INFO] [stdout] test test_graphql_playground ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_graphql_query stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_graphql_query' (25) panicked at src/main.rs:119:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: false
[INFO] [stdout]  right: true
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59e3a6156b12 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59e3a6156b12 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59e3a6156b12 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59e3a6156b12 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59e3a6167f7f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59e3a6167f7f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x59e3a6123681 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59e3a6123681 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59e3a612f852 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59e3a613480f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x59e3a61346a1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59e3a5cb896e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x59e3a5cb896e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59e3a6134f7f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x59e3a6134f7f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x59e3a6134d2a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x59e3a612f989 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59e3a6117afd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x59e3a61702c0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x59e3a61700c3 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x59e3a5d69f43 - core::panicking::assert_failed::h58a4dd0459008ca9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x59e3a5c5fdc0 - rust_graphql_server::test_graphql_query::{{closure}}::h416e4936ff095aff
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:119:5
[INFO] [stdout]   22:     0x59e3a5c6dd52 - <core::pin::Pin<P> as core::future::future::Future>::poll::he0140509bc59387d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x59e3a5c6dd0d - <core::pin::Pin<P> as core::future::future::Future>::poll::hd51b4655544065c9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x59e3a5c8682d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h89d6d5a74093aea5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:665:73
[INFO] [stdout]   25:     0x59e3a5c8677b - tokio::runtime::coop::with_budget::h45f3f910146506b8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   26:     0x59e3a5c8677b - tokio::runtime::coop::budget::ha8bf8f9efec1d6e2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   27:     0x59e3a5c8677b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hbfe1f1b295aab342
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:665:25
[INFO] [stdout]   28:     0x59e3a5c852b0 - tokio::runtime::scheduler::current_thread::Context::enter::h8872ba733aa87223
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:410:19
[INFO] [stdout]   29:     0x59e3a5c85e30 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hf60208748809b70a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:664:44
[INFO] [stdout]   30:     0x59e3a5c85b54 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hb0646725d81b7a85
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:743:68
[INFO] [stdout]   31:     0x59e3a5c765bb - tokio::runtime::context::scoped::Scoped<T>::set::hf819ccebcdb60595
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x59e3a5c763f9 - tokio::runtime::context::set_scheduler::{{closure}}::hd87c2895d96bab41
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x59e3a5c6b412 - std::thread::local::LocalKey<T>::try_with::h9bf34e1bddf88c26
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   34:     0x59e3a5c6adfe - std::thread::local::LocalKey<T>::with::h7388744bb8ae067c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   35:     0x59e3a5c763ad - tokio::runtime::context::set_scheduler::hdee79ae0153e22b9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x59e3a5c85900 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hdf3c730e86a9642f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:743:27
[INFO] [stdout]   37:     0x59e3a5c85b73 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hb7871f81fb69f858
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:652:24
[INFO] [stdout]   38:     0x59e3a5c84c25 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h24f4277342b84118
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   39:     0x59e3a5c91bf0 - tokio::runtime::context::runtime::enter_runtime::hb2a0dc61c38cd0a2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x59e3a5c84b81 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hc76f4318628f491c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   41:     0x59e3a5c920ca - tokio::runtime::runtime::Runtime::block_on::h5b3f3ba8b0d1b4fa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/runtime.rs:347:52
[INFO] [stdout]   42:     0x59e3a5c5f9d0 - rust_graphql_server::test_graphql_query::hfc628feec3d524c2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:134:68
[INFO] [stdout]   43:     0x59e3a5c60197 - rust_graphql_server::test_graphql_query::{{closure}}::h9657c9f7bc6b2b60
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:109:30
[INFO] [stdout]   44:     0x59e3a5c56ff6 - core::ops::function::FnOnce::call_once::h32e00a81a1fad84a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x59e3a5cb872b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x59e3a5cb872b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   47:     0x59e3a5cce395 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   48:     0x59e3a5cce395 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   49:     0x59e3a5cce395 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   50:     0x59e3a5cce395 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   51:     0x59e3a5cce395 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x59e3a5cce395 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   53:     0x59e3a5cce395 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   54:     0x59e3a5ca4b84 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   55:     0x59e3a5ca4b84 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x59e3a5ca844a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   57:     0x59e3a5ca844a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x59e3a5ca844a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x59e3a5ca844a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x59e3a5ca844a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x59e3a5ca844a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   62:     0x59e3a5ca844a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x59e3a612aaef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   64:     0x59e3a612aaef - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   65:     0x7522fb86daa4 - <unknown>
[INFO] [stdout]   66:     0x7522fb8faa34 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_graphql_playground stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_graphql_playground' (24) panicked at src/main.rs:156:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: b"\n<!DOCTYPE html>\n\n<html>\n\n<head>\n  <meta charset=utf-8 />\n  <meta name=\"viewport\" content=\"user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui\">\n  <title>GraphQL Playground</title>\n  <link rel=\"stylesheet\" href=\"//cdn.jsdelivr.net/npm/graphql-playground-react/build/static/css/index.css\" />\n  <link rel=\"shortcut icon\" href=\"//cdn.jsdelivr.net/npm/graphql-playground-react/build/favicon.png\" />\n  <script src=\"//cdn.jsdelivr.net/npm/graphql-playground-react/build/static/js/middleware.js\"></script>\n  <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Source+Code+Pro:400,700\" />\n</head>\n\n<body>\n  <style type=\"text/css\">\n    html {\n      font-family: \"Open Sans\", sans-serif;\n      overflow: hidden;\n    }\n\n    body {\n      margin: 0;\n      background: #172a3a;\n    }\n\n    .playgroundIn {\n      -webkit-animation: playgroundIn 0.5s ease-out forwards;\n      animation: playgroundIn 0.5s ease-out forwards;\n    }\n\n    @-webkit-keyframes playgroundIn {\n      from {\n        opacity: 0;\n        -webkit-transform: translateY(10px);\n        -ms-transform: translateY(10px);\n        transform: translateY(10px);\n      }\n      to {\n        opacity: 1;\n        -webkit-transform: translateY(0);\n        -ms-transform: translateY(0);\n        transform: translateY(0);\n      }\n    }\n\n    @keyframes playgroundIn {\n      from {\n        opacity: 0;\n        -webkit-transform: translateY(10px);\n        -ms-transform: translateY(10px);\n        transform: translateY(10px);\n      }\n      to {\n        opacity: 1;\n        -webkit-transform: translateY(0);\n        -ms-transform: translateY(0);\n        transform: translateY(0);\n      }\n    }\n  </style>\n\n  <style type=\"text/css\">\n    .fadeOut {\n      -webkit-animation: fadeOut 0.5s ease-out forwards;\n      animation: fadeOut 0.5s ease-out forwards;\n    }\n\n    @-webkit-keyframes fadeIn {\n      from {\n        opacity: 0;\n        -webkit-transform: translateY(-10px);\n        -ms-transform: translateY(-10px);\n        transform: translateY(-10px);\n      }\n      to {\n        opacity: 1;\n        -webkit-transform: translateY(0);\n        -ms-transform: translateY(0);\n        transform: translateY(0);\n      }\n    }\n\n    @keyframes fadeIn {\n      from {\n        opacity: 0;\n        -webkit-transform: translateY(-10px);\n        -ms-transform: translateY(-10px);\n        transform: translateY(-10px);\n      }\n      to {\n        opacity: 1;\n        -webkit-transform: translateY(0);\n        -ms-transform: translateY(0);\n        transform: translateY(0);\n      }\n    }\n\n    @-webkit-keyframes fadeOut {\n      from {\n        opacity: 1;\n        -webkit-transform: translateY(0);\n        -ms-transform: translateY(0);\n        transform: translateY(0);\n      }\n      to {\n        opacity: 0;\n        -webkit-transform: translateY(-10px);\n        -ms-transform: translateY(-10px);\n        transform: translateY(-10px);\n      }\n    }\n\n    @keyframes fadeOut {\n      from {\n        opacity: 1;\n        -webkit-transform: translateY(0);\n        -ms-transform: translateY(0);\n        transform: translateY(0);\n      }\n      to {\n        opacity: 0;\n        -webkit-transform: translateY(-10px);\n        -ms-transform: translateY(-10px);\n        transform: translateY(-10px);\n      }\n    }\n\n    @-webkit-keyframes appearIn {\n      from {\n        opacity: 0;\n        -webkit-transform: translateY(0px);\n        -ms-transform: translateY(0px);\n        transform: translateY(0px);\n      }\n      to {\n        opacity: 1;\n        -webkit-transform: translateY(0);\n        -ms-transform: translateY(0);\n        transform: translateY(0);\n      }\n    }\n\n    @keyframes appearIn {\n      from {\n        opacity: 0;\n        -webkit-transform: translateY(0px);\n        -ms-transform: translateY(0px);\n        transform: translateY(0px);\n      }\n      to {\n        opacity: 1;\n        -webkit-transform: translateY(0);\n        -ms-transform: translateY(0);\n        transform: translateY(0);\n      }\n    }\n\n    @-webkit-keyframes scaleIn {\n      from {\n        -webkit-transform: scale(0);\n        -ms-transform: scale(0);\n        transform: scale(0);\n      }\n      to {\n        -webkit-transform: scale(1);\n        -ms-transform: scale(1);\n        transform: scale(1);\n      }\n    }\n\n    @keyframes scaleIn {\n      from {\n        -webkit-transform: scale(0);\n        -ms-transform: scale(0);\n        transform: scale(0);\n      }\n      to {\n        -webkit-transform: scale(1);\n        -ms-transform: scale(1);\n        transform: scale(1);\n      }\n    }\n\n    @-webkit-keyframes innerDrawIn {\n      0% {\n        stroke-dashoffset: 70;\n      }\n      50% {\n        stroke-dashoffset: 140;\n      }\n      100% {\n        stroke-dashoffset: 210;\n      }\n    }\n\n    @keyframes innerDrawIn {\n      0% {\n        stroke-dashoffset: 70;\n      }\n      50% {\n        stroke-dashoffset: 140;\n      }\n      100% {\n        stroke-dashoffset: 210;\n      }\n    }\n\n    @-webkit-keyframes outerDrawIn {\n      0% {\n        stroke-dashoffset: 76;\n      }\n      100% {\n        stroke-dashoffset: 152;\n      }\n    }\n\n    @keyframes outerDrawIn {\n      0% {\n        stroke-dashoffset: 76;\n      }\n      100% {\n        stroke-dashoffset: 152;\n      }\n    }\n\n    .hHWjkv {\n      -webkit-transform-origin: 0px 0px;\n      -ms-transform-origin: 0px 0px;\n      transform-origin: 0px 0px;\n      -webkit-transform: scale(0);\n      -ms-transform: scale(0);\n      transform: scale(0);\n      -webkit-animation: scaleIn 0.25s linear forwards 0.2222222222222222s;\n      animation: scaleIn 0.25s linear forwards 0.2222222222222222s;\n    }\n\n    .gCDOzd {\n      -webkit-transform-origin: 0px 0px;\n      -ms-transform-origin: 0px 0px;\n      transform-origin: 0px 0px;\n      -webkit-transform: scale(0);\n      -ms-transform: scale(0);\n      transform: scale(0);\n      -webkit-animation: scaleIn 0.25s linear forwards 0.4222222222222222s;\n      animation: scaleIn 0.25s linear forwards 0.4222222222222222s;\n    }\n\n    .hmCcxi {\n      -webkit-transform-origin: 0px 0px;\n      -ms-transform-origin: 0px 0px;\n      transform-origin: 0px 0px;\n      -webkit-transform: scale(0);\n      -ms-transform: scale(0);\n      transform: scale(0);\n      -webkit-animation: scaleIn 0.25s linear forwards 0.6222222222222222s;\n      animation: scaleIn 0.25s linear forwards 0.6222222222222222s;\n    }\n\n    .eHamQi {\n      -webkit-transform-origin: 0px 0px;\n      -ms-transform-origin: 0px 0px;\n      transform-origin: 0px 0px;\n      -webkit-transform: scale(0);\n      -ms-transform: scale(0);\n      transform: scale(0);\n      -webkit-animation: scaleIn 0.25s linear forwards 0.8222222222222223s;\n      animation: scaleIn 0.25s linear forwards 0.8222222222222223s;\n    }\n\n    .byhgGu {\n      -webkit-transform-origin: 0px 0px;\n      -ms-transform-origin: 0px 0px;\n      transform-origin: 0px 0px;\n      -webkit-transform: scale(0);\n      -ms-transform: scale(0);\n      transform: scale(0);\n      -webkit-animation: scaleIn 0.25s linear forwards 1.0222222222222221s;\n      animation: scaleIn 0.25s linear forwards 1.0222222222222221s;\n    }\n\n    .llAKP {\n      -webkit-transform-origin: 0px 0px;\n      -ms-transform-origin: 0px 0px;\n      transform-origin: 0px 0px;\n      -webkit-transform: scale(0);\n      -ms-transform: scale(0);\n      transform: scale(0);\n      -webkit-animation: scaleIn 0.25s linear forwards 1.2222222222222223s;\n      animation: scaleIn 0.25s linear forwards 1.2222222222222223s;\n    }\n\n    .bglIGM {\n      -webkit-transform-origin: 64px 28px;\n      -ms-transform-origin: 64px 28px;\n      transform-origin: 64px 28px;\n      -webkit-transform: scale(0);\n      -ms-transform: scale(0);\n      transform: scale(0);\n      -webkit-animation: scaleIn 0.25s linear forwards 0.2222222222222222s;\n      animation: scaleIn 0.25s linear forwards 0.2222222222222222s;\n    }\n\n    .ksxRII {\n      -webkit-transform-origin: 95.98500061035156px 46.510000228881836px;\n      -ms-transform-origin: 95.98500061035156px 46.510000228881836px;\n      transform-origin: 95.98500061035156px 46.510000228881836px;\n      -webkit-transform: scale(0);\n      -ms-transform: scale(0);\n      transform: scale(0);\n      -webkit-animation: scaleIn 0.25s linear forwards 0.4222222222222222s;\n      animation: scaleIn 0.25s linear forwards 0.4222222222222222s;\n    }\n\n    .cWrBmb {\n      -webkit-transform-origin: 95.97162628173828px 83.4900016784668px;\n      -ms-transform-origin: 95.97162628173828px 83.4900016784668px;\n      transform-origin: 95.97162628173828px 83.4900016784668px;\n      -webkit-transform: scale(0);\n      -ms-transform: scale(0);\n      transform: scale(0);\n      -webkit-animation: scaleIn 0.25s linear forwards 0.6222222222222222s;\n      animation: scaleIn 0.25s linear forwards 0.6222222222222222s;\n    }\n\n    .Wnusb {\n      -webkit-transform-origin: 64px 101.97999572753906px;\n      -ms-transform-origin: 64px 101.97999572753906px;\n      transform-origin: 64px 101.97999572753906px;\n      -webkit-transform: scale(0);\n      -ms-transform: scale(0);\n      transform: scale(0);\n      -webkit-animation: scaleIn 0.25s linear forwards 0.8222222222222223s;\n      animation: scaleIn 0.25s linear forwards 0.8222222222222223s;\n    }\n\n    .bfPqf {\n      -webkit-transform-origin: 32.03982162475586px 83.4900016784668px;\n      -ms-transform-origin: 32.03982162475586px 83.4900016784668px;\n      transform-origin: 32.03982162475586px 83.4900016784668px;\n      -webkit-transform: scale(0);\n      -ms-transform: scale(0);\n      transform: scale(0);\n      -webkit-animation: scaleIn 0.25s linear forwards 1.0222222222222221s;\n      animation: scaleIn 0.25s linear forwards 1.0222222222222221s;\n    }\n\n    .edRCTN {\n      -webkit-transform-origin: 32.033552169799805px 46.510000228881836px;\n      -ms-transform-origin: 32.033552169799805px 46.510000228881836px;\n      transform-origin: 32.033552169799805px 46.510000228881836px;\n      -webkit-transform: scale(0);\n      -ms-transform: scale(0);\n      transform: scale(0);\n      -webkit-animation: scaleIn 0.25s linear forwards 1.2222222222222223s;\n      animation: scaleIn 0.25s linear forwards 1.2222222222222223s;\n    }\n\n    .iEGVWn {\n      opacity: 0;\n      stroke-dasharray: 76;\n      -webkit-animation: outerDrawIn 0.5s ease-out forwards 0.3333333333333333s, appearIn 0.1s ease-out forwards 0.3333333333333333s;\n      animation: outerDrawIn 0.5s ease-out forwards 0.3333333333333333s, appearIn 0.1s ease-out forwards 0.3333333333333333s;\n      -webkit-animation-iteration-count: 1, 1;\n      animation-iteration-count: 1, 1;\n    }\n\n    .bsocdx {\n      opacity: 0;\n      stroke-dasharray: 76;\n      -webkit-animation: outerDrawIn 0.5s ease-out forwards 0.5333333333333333s, appearIn 0.1s ease-out forwards 0.5333333333333333s;\n      animation: outerDrawIn 0.5s ease-out forwards 0.5333333333333333s, appearIn 0.1s ease-out forwards 0.5333333333333333s;\n      -webkit-animation-iteration-count: 1, 1;\n      animation-iteration-count: 1, 1;\n    }\n\n    .jAZXmP {\n      opacity: 0;\n      stroke-dasharray: 76;\n      -webkit-animation: outerDrawIn 0.5s ease-out forwards 0.7333333333333334s, appearIn 0.1s ease-out forwards 0.7333333333333334s;\n      animation: outerDrawIn 0.5s ease-out forwards 0.7333333333333334s, appearIn 0.1s ease-out forwards 0.7333333333333334s;\n      -webkit-animation-iteration-count: 1, 1;\n      animation-iteration-count: 1, 1;\n    }\n\n    .hSeArx {\n      opacity: 0;\n      stroke-dasharray: 76;\n      -webkit-animation: outerDrawIn 0.5s ease-out forwards 0.9333333333333333s, appearIn 0.1s ease-out forwards 0.9333333333333333s;\n      animation: outerDrawIn 0.5s ease-out forwards 0.9333333333333333s, appearIn 0.1s ease-out forwards 0.9333333333333333s;\n      -webkit-animation-iteration-count: 1, 1;\n      animation-iteration-count: 1, 1;\n    }\n\n    .bVgqGk {\n      opacity: 0;\n      stroke-dasharray: 76;\n      -webkit-animation: outerDrawIn 0.5s ease-out forwards 1.1333333333333333s, appearIn 0.1s ease-out forwards 1.1333333333333333s;\n      animation: outerDrawIn 0.5s ease-out forwards 1.1333333333333333s, appearIn 0.1s ease-out forwards 1.1333333333333333s;\n      -webkit-animation-iteration-count: 1, 1;\n      animation-iteration-count: 1, 1;\n    }\n\n    .hEFqBt {\n      opacity: 0;\n      stroke-dasharray: 76;\n      -webkit-animation: outerDrawIn 0.5s ease-out forwards 1.3333333333333333s, appearIn 0.1s ease-out forwards 1.3333333333333333s;\n      animation: outerDrawIn 0.5s ease-out forwards 1.3333333333333333s, appearIn 0.1s ease-out forwards 1.3333333333333333s;\n      -webkit-animation-iteration-count: 1, 1;\n      animation-iteration-count: 1, 1;\n    }\n\n    .dzEKCM {\n      opacity: 0;\n      stroke-dasharray: 70;\n      -webkit-animation: innerDrawIn 1s ease-in-out forwards 1.3666666666666667s, appearIn 0.1s linear forwards 1.3666666666666667s;\n      animation: innerDrawIn 1s ease-in-out forwards 1.3666666666666667s, appearIn 0.1s linear forwards 1.3666666666666667s;\n      -webkit-animation-iteration-count: infinite, 1;\n      animation-iteration-count: infinite, 1;\n    }\n\n    .DYnPx {\n      opacity: 0;\n      stroke-dasharray: 70;\n      -webkit-animation: innerDrawIn 1s ease-in-out forwards 1.5333333333333332s, appearIn 0.1s linear forwards 1.5333333333333332s;\n      animation: innerDrawIn 1s ease-in-out forwards 1.5333333333333332s, appearIn 0.1s linear forwards 1.5333333333333332s;\n      -webkit-animation-iteration-count: infinite, 1;\n      animation-iteration-count: infinite, 1;\n    }\n\n    .hjPEAQ {\n      opacity: 0;\n      stroke-dasharray: 70;\n      -webkit-animation: innerDrawIn 1s ease-in-out forwards 1.7000000000000002s, appearIn 0.1s linear forwards 1.7000000000000002s;\n      animation: innerDrawIn 1s ease-in-out forwards 1.7000000000000002s, appearIn 0.1s linear forwards 1.7000000000000002s;\n      -webkit-animation-iteration-count: infinite, 1;\n      animation-iteration-count: infinite, 1;\n    }\n\n    #loading-wrapper {\n      position: absolute;\n      width: 100vw;\n      height: 100vh;\n      display: -webkit-box;\n      display: -webkit-flex;\n      display: -ms-flexbox;\n      display: flex;\n      -webkit-align-items: center;\n      -webkit-box-align: center;\n      -ms-flex-align: center;\n      align-items: center;\n      -webkit-box-pack: center;\n      -webkit-justify-content: center;\n      -ms-flex-pack: center;\n      justify-content: center;\n      -webkit-flex-direction: column;\n      -ms-flex-direction: column;\n      flex-direction: column;\n    }\n\n    .logo {\n      width: 75px;\n      height: 75px;\n      margin-bottom: 20px;\n      opacity: 0;\n      -webkit-animation: fadeIn 0.5s ease-out forwards;\n      animation: fadeIn 0.5s ease-out forwards;\n    }\n\n    .text {\n      font-size: 32px;\n      font-weight: 200;\n      text-align: center;\n      color: rgba(255, 255, 255, 0.6);\n      opacity: 0;\n      -webkit-animation: fadeIn 0.5s ease-out forwards;\n      animation: fadeIn 0.5s ease-out forwards;\n    }\n\n    .dGfHfc {\n      font-weight: 400;\n    }\n  </style>\n  <div id=\"loading-wrapper\">\n    <svg class=\"logo\" viewBox=\"0 0 128 128\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n      <title>GraphQL Playground Logo</title>\n      <defs>\n        <linearGradient id=\"linearGradient-1\" x1=\"4.86%\" x2=\"96.21%\" y1=\"0%\" y2=\"99.66%\">\n          <stop stop-color=\"#E00082\" stop-opacity=\".8\" offset=\"0%\"></stop>\n          <stop stop-color=\"#E00082\" offset=\"100%\"></stop>\n        </linearGradient>\n      </defs>\n      <g>\n        <rect id=\"Gradient\" width=\"127.96\" height=\"127.96\" y=\"1\" fill=\"url(#linearGradient-1)\" rx=\"4\"></rect>\n        <path id=\"Border\" fill=\"#E00082\" fill-rule=\"nonzero\" d=\"M4.7 2.84c-1.58 0-2.86 1.28-2.86 2.85v116.57c0 1.57 1.28 2.84 2.85 2.84h116.57c1.57 0 2.84-1.26 2.84-2.83V5.67c0-1.55-1.26-2.83-2.83-2.83H4.67zM4.7 0h116.58c3.14 0 5.68 2.55 5.68 5.7v116.58c0 3.14-2.54 5.68-5.68 5.68H4.68c-3.13 0-5.68-2.54-5.68-5.68V5.68C-1 2.56 1.55 0 4.7 0z\"></path>\n        <path class=\"bglIGM\" x=\"64\" y=\"28\" fill=\"#fff\" d=\"M64 36c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8\" style=\"transform: translate(100px, 100px);\"></path>\n        <path class=\"ksxRII\" x=\"95.98500061035156\" y=\"46.510000228881836\" fill=\"#fff\" d=\"M89.04 50.52c-2.2-3.84-.9-8.73 2.94-10.96 3.83-2.2 8.72-.9 10.95 2.94 2.2 3.84.9 8.73-2.94 10.96-3.85 2.2-8.76.9-10.97-2.94\"\n          style=\"transform: translate(100px, 100px);\"></path>\n        <path class=\"cWrBmb\" x=\"95.97162628173828\" y=\"83.4900016784668\" fill=\"#fff\" d=\"M102.9 87.5c-2.2 3.84-7.1 5.15-10.94 2.94-3.84-2.2-5.14-7.12-2.94-10.96 2.2-3.84 7.12-5.15 10.95-2.94 3.86 2.23 5.16 7.12 2.94 10.96\"\n          style=\"transform: translate(100px, 100px);\"></path>\n        <path class=\"Wnusb\" x=\"64\" y=\"101.97999572753906\" fill=\"#fff\" d=\"M64 110c-4.43 0-8-3.6-8-8.02 0-4.44 3.57-8.02 8-8.02s8 3.58 8 8.02c0 4.4-3.57 8.02-8 8.02\"\n          style=\"transform: translate(100px, 100px);\"></path>\n        <path class=\"bfPqf\" x=\"32.03982162475586\" y=\"83.4900016784668\" fill=\"#fff\" d=\"M25.1 87.5c-2.2-3.84-.9-8.73 2.93-10.96 3.83-2.2 8.72-.9 10.95 2.94 2.2 3.84.9 8.73-2.94 10.96-3.85 2.2-8.74.9-10.95-2.94\"\n          style=\"transform: translate(100px, 100px);\"></path>\n        <path class=\"edRCTN\" x=\"32.033552169799805\" y=\"46.510000228881836\" fill=\"#fff\" d=\"M38.96 50.52c-2.2 3.84-7.12 5.15-10.95 2.94-3.82-2.2-5.12-7.12-2.92-10.96 2.2-3.84 7.12-5.15 10.95-2.94 3.83 2.23 5.14 7.12 2.94 10.96\"\n          style=\"transform: translate(100px, 100px);\"></path>\n        <path class=\"iEGVWn\" stroke=\"#fff\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M63.55 27.5l32.9 19-32.9-19z\"></path>\n        <path class=\"bsocdx\" stroke=\"#fff\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M96 46v38-38z\"></path>\n        <path class=\"jAZXmP\" stroke=\"#fff\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M96.45 84.5l-32.9 19 32.9-19z\"></path>\n        <path class=\"hSeArx\" stroke=\"#fff\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M64.45 103.5l-32.9-19 32.9 19z\"></path>\n        <path class=\"bVgqGk\" stroke=\"#fff\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M32 84V46v38z\"></path>\n        <path class=\"hEFqBt\" stroke=\"#fff\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M31.55 46.5l32.9-19-32.9 19z\"></path>\n        <path class=\"dzEKCM\" id=\"Triangle-Bottom\" stroke=\"#fff\" stroke-width=\"4\" d=\"M30 84h70\" stroke-linecap=\"round\"></path>\n        <path class=\"DYnPx\" id=\"Triangle-Left\" stroke=\"#fff\" stroke-width=\"4\" d=\"M65 26L30 87\" stroke-linecap=\"round\"></path>\n        <path class=\"hjPEAQ\" id=\"Triangle-Right\" stroke=\"#fff\" stroke-width=\"4\" d=\"M98 87L63 26\" stroke-linecap=\"round\"></path>\n      </g>\n    </svg>\n    <div class=\"text\">Loading\n      <span class=\"dGfHfc\">GraphQL Playground</span>\n    </div>\n  </div>\n\n  <div id=\"root\" />\n  <script type=\"text/javascript\">\n    window.addEventListener('load', function (event) {\n\n      const loadingWrapper = document.getElementById('loading-wrapper');\n      loadingWrapper.classList.add('fadeOut');\n\n\n      const root = document.getElementById('root');\n      root.classList.add('playgroundIn');\n\n      GraphQLPlayground.init(root, {\"endpoint\":\"/graphql\",\"subscriptionEndpoint\":null,\"headers\":null,\"settings\":null,\"title\":null})\n    })\n  </script>\n</body>\n</html>\n  "
[INFO] [stdout]  right: [60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, 109, 108, 62, 10, 32, 32, 32, 32, 60, 33, 45, 45, 32, 46, 46, 46, 32, 73, 110, 99, 108, 117, 100, 101, 32, 116, 104, 101, 32, 101, 120, 112, 101, 99, 116, 101, 100, 32, 72, 84, 77, 76, 32, 99, 111, 110, 116, 101, 110, 116, 32, 111, 102, 32, 116, 104, 101, 32, 112, 108, 97, 121, 103, 114, 111, 117, 110, 100, 32, 46, 46, 46, 32, 45, 45, 62, 10, 60, 47, 104, 116, 109, 108, 62]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59e3a6156b12 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59e3a6156b12 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59e3a6156b12 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59e3a6156b12 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59e3a6167f7f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59e3a6167f7f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x59e3a6123681 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59e3a6123681 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59e3a612f852 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59e3a613480f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x59e3a61346a1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59e3a5cb896e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x59e3a5cb896e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59e3a6134f7f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x59e3a6134f7f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x59e3a6134d2a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x59e3a612f989 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59e3a6117afd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x59e3a61702c0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x59e3a61700c3 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x59e3a5c83034 - core::panicking::assert_failed::haddd9560300cd9b5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x59e3a5c607b4 - rust_graphql_server::test_graphql_playground::{{closure}}::hda77ac5143abddb0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:156:5
[INFO] [stdout]   22:     0x59e3a5c6dd52 - <core::pin::Pin<P> as core::future::future::Future>::poll::he0140509bc59387d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x59e3a5c6dd0d - <core::pin::Pin<P> as core::future::future::Future>::poll::hd51b4655544065c9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x59e3a5c8682d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h89d6d5a74093aea5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:665:73
[INFO] [stdout]   25:     0x59e3a5c8677b - tokio::runtime::coop::with_budget::h45f3f910146506b8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   26:     0x59e3a5c8677b - tokio::runtime::coop::budget::ha8bf8f9efec1d6e2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   27:     0x59e3a5c8677b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hbfe1f1b295aab342
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:665:25
[INFO] [stdout]   28:     0x59e3a5c852b0 - tokio::runtime::scheduler::current_thread::Context::enter::h8872ba733aa87223
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:410:19
[INFO] [stdout]   29:     0x59e3a5c85e30 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hf60208748809b70a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:664:44
[INFO] [stdout]   30:     0x59e3a5c85b54 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hb0646725d81b7a85
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:743:68
[INFO] [stdout]   31:     0x59e3a5c765bb - tokio::runtime::context::scoped::Scoped<T>::set::hf819ccebcdb60595
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x59e3a5c763f9 - tokio::runtime::context::set_scheduler::{{closure}}::hd87c2895d96bab41
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x59e3a5c6b412 - std::thread::local::LocalKey<T>::try_with::h9bf34e1bddf88c26
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   34:     0x59e3a5c6adfe - std::thread::local::LocalKey<T>::with::h7388744bb8ae067c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   35:     0x59e3a5c763ad - tokio::runtime::context::set_scheduler::hdee79ae0153e22b9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x59e3a5c85900 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hdf3c730e86a9642f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:743:27
[INFO] [stdout]   37:     0x59e3a5c85b73 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hb7871f81fb69f858
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:652:24
[INFO] [stdout]   38:     0x59e3a5c84c25 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h24f4277342b84118
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   39:     0x59e3a5c91bf0 - tokio::runtime::context::runtime::enter_runtime::hb2a0dc61c38cd0a2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x59e3a5c84b81 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hc76f4318628f491c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   41:     0x59e3a5c920ca - tokio::runtime::runtime::Runtime::block_on::h5b3f3ba8b0d1b4fa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/runtime/runtime.rs:347:52
[INFO] [stdout]   42:     0x59e3a5c602f1 - rust_graphql_server::test_graphql_playground::h8c7dd3fe8fc84de5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:156:61
[INFO] [stdout]   43:     0x59e3a5c60387 - rust_graphql_server::test_graphql_playground::{{closure}}::hc471eb2aca8a35e0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:139:35
[INFO] [stdout]   44:     0x59e3a5c56f06 - core::ops::function::FnOnce::call_once::h08bcea8b4c5137b2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x59e3a5cb872b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x59e3a5cb872b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   47:     0x59e3a5cce395 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   48:     0x59e3a5cce395 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   49:     0x59e3a5cce395 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   50:     0x59e3a5cce395 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   51:     0x59e3a5cce395 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x59e3a5cce395 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   53:     0x59e3a5cce395 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   54:     0x59e3a5ca4b84 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   55:     0x59e3a5ca4b84 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x59e3a5ca844a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   57:     0x59e3a5ca844a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x59e3a5ca844a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x59e3a5ca844a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x59e3a5ca844a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x59e3a5ca844a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   62:     0x59e3a5ca844a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x59e3a612aaef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   64:     0x59e3a612aaef - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   65:     0x7522fb86daa4 - <unknown>
[INFO] [stdout]   66:     0x7522fb8faa34 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_graphql_playground
[INFO] [stdout]     test_graphql_query
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin rust_graphql_server`
[INFO] running `Command { std: "docker" "inspect" "b6baf8be0da086071083e6a4155a2295647a2fd8875155f8230a786c50c6b5ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6baf8be0da086071083e6a4155a2295647a2fd8875155f8230a786c50c6b5ad", kill_on_drop: false }`
[INFO] [stdout] b6baf8be0da086071083e6a4155a2295647a2fd8875155f8230a786c50c6b5ad
