[INFO] fetching crate warp-json-rpc 0.3.0...
[INFO] testing warp-json-rpc-0.3.0 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate warp-json-rpc 0.3.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate warp-json-rpc 0.3.0
[INFO] finished tweaking crates.io crate warp-json-rpc 0.3.0
[INFO] tweaked toml for crates.io crate warp-json-rpc 0.3.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate warp-json-rpc 0.3.0 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate warp-json-rpc 0.3.0 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e22e2a77e7b5df617e31914a817da8ee08906d94394e624677b3b9e344c97b2e
[INFO] running `Command { std: "docker" "start" "-a" "e22e2a77e7b5df617e31914a817da8ee08906d94394e624677b3b9e344c97b2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e22e2a77e7b5df617e31914a817da8ee08906d94394e624677b3b9e344c97b2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e22e2a77e7b5df617e31914a817da8ee08906d94394e624677b3b9e344c97b2e", kill_on_drop: false }`
[INFO] [stdout] e22e2a77e7b5df617e31914a817da8ee08906d94394e624677b3b9e344c97b2e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 11b7ed31fec17bee52fe9f15af37bd3c5eeaa4b8bf6d08cdf54e45afc175654c
[INFO] running `Command { std: "docker" "start" "-a" "11b7ed31fec17bee52fe9f15af37bd3c5eeaa4b8bf6d08cdf54e45afc175654c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling libc v0.2.79
[INFO] [stderr]    Compiling syn v1.0.46
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling itoa v0.4.6
[INFO] [stderr]    Compiling pin-project-internal v0.4.27
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling futures-core v0.3.6
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.9
[INFO] [stderr]    Compiling futures-sink v0.3.6
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling proc-macro-nested v0.1.6
[INFO] [stderr]    Compiling tokio v1.1.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling once_cell v1.4.1
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling http v0.2.1
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling proc-macro-hack v0.5.18
[INFO] [stderr]    Compiling getrandom v0.1.15
[INFO] [stderr]    Compiling futures-task v0.3.6
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling futures-channel v0.3.6
[INFO] [stderr]    Compiling mio v0.7.7
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling httparse v1.3.4
[INFO] [stderr]    Compiling futures-io v0.3.6
[INFO] [stderr]    Compiling serde_derive v1.0.117
[INFO] [stderr]    Compiling pin-project-lite v0.2.4
[INFO] [stderr]    Compiling serde v1.0.117
[INFO] [stderr]    Compiling tinyvec v0.3.4
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling rand_core v0.6.1
[INFO] [stderr]    Compiling tracing-core v0.1.17
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling generic-array v0.12.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.13
[INFO] [stderr]    Compiling unicode-bidi v0.3.4
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling indexmap v1.6.0
[INFO] [stderr]    Compiling pin-project-lite v0.1.11
[INFO] [stderr]    Compiling tracing v0.1.21
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling idna v0.2.0
[INFO] [stderr]    Compiling rand_chacha v0.3.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling hashbrown v0.9.1
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling cpuid-bool v0.1.2
[INFO] [stderr]    Compiling sha-1 v0.9.1
[INFO] [stderr]    Compiling url v2.1.1
[INFO] [stderr]    Compiling rand v0.8.3
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling block-buffer v0.7.3
[INFO] [stderr]    Compiling digest v0.8.1
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling input_buffer v0.4.0
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling utf-8 v0.7.5
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling serde_json v1.0.59
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling sha-1 v0.8.2
[INFO] [stderr]    Compiling tungstenite v0.12.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling tempfile v3.1.0
[INFO] [stderr]    Compiling buf_redux v0.8.4
[INFO] [stderr]    Compiling http-body v0.4.0
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling form_urlencoded v1.0.0
[INFO] [stderr]    Compiling socket2 v0.3.19
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling twoway v0.1.8
[INFO] [stderr]    Compiling anyhow v1.0.33
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling httpdate v0.3.2
[INFO] [stderr]    Compiling tower-service v0.3.0
[INFO] [stderr]    Compiling multipart v0.17.0
[INFO] [stderr]    Compiling scoped-tls v1.0.0
[INFO] [stderr]    Compiling headers v0.3.2
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling futures-macro v0.3.6
[INFO] [stderr]    Compiling tokio-macros v1.0.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.4
[INFO] [stderr]    Compiling async-stream v0.3.0
[INFO] [stderr]    Compiling pin-project v1.0.4
[INFO] [stderr]    Compiling tokio-stream v0.1.2
[INFO] [stderr]    Compiling pin-project v0.4.27
[INFO] [stderr]    Compiling futures-util v0.3.6
[INFO] [stderr]    Compiling tokio-util v0.6.2
[INFO] [stderr]    Compiling tracing-futures v0.2.4
[INFO] [stderr]    Compiling futures-executor v0.3.6
[INFO] [stderr]    Compiling h2 v0.3.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.13.0
[INFO] [stderr]    Compiling futures v0.3.6
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling erased-serde v0.3.12
[INFO] [stderr]    Compiling hyper v0.14.2
[INFO] [stderr]    Compiling warp v0.3.0
[INFO] [stderr]    Compiling warp-json-rpc v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `jsonrpc` is never read
[INFO] [stdout]   --> src/req.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Request {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 17 |     jsonrpc: Version,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Request` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 32s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.17.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "11b7ed31fec17bee52fe9f15af37bd3c5eeaa4b8bf6d08cdf54e45afc175654c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11b7ed31fec17bee52fe9f15af37bd3c5eeaa4b8bf6d08cdf54e45afc175654c", kill_on_drop: false }`
[INFO] [stdout] 11b7ed31fec17bee52fe9f15af37bd3c5eeaa4b8bf6d08cdf54e45afc175654c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eb02d9a67cbd64ed1da35c087848971ade7cca3bbcc8700981bf3946d42bfd34
[INFO] running `Command { std: "docker" "start" "-a" "eb02d9a67cbd64ed1da35c087848971ade7cca3bbcc8700981bf3946d42bfd34", kill_on_drop: false }`
[INFO] [stdout] warning: field `jsonrpc` is never read
[INFO] [stdout]   --> src/req.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Request {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 17 |     jsonrpc: Version,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Request` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling warp-json-rpc v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `jsonrpc` is never read
[INFO] [stdout]   --> src/req.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Request {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 17 |     jsonrpc: Version,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Request` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.12s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.17.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "eb02d9a67cbd64ed1da35c087848971ade7cca3bbcc8700981bf3946d42bfd34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb02d9a67cbd64ed1da35c087848971ade7cca3bbcc8700981bf3946d42bfd34", kill_on_drop: false }`
[INFO] [stdout] eb02d9a67cbd64ed1da35c087848971ade7cca3bbcc8700981bf3946d42bfd34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5c84e09690fb14cbc8efe5917eb469a07c46998dbdaf71f617efeddf57f075b9
[INFO] running `Command { std: "docker" "start" "-a" "5c84e09690fb14cbc8efe5917eb469a07c46998dbdaf71f617efeddf57f075b9", kill_on_drop: false }`
[INFO] [stderr] warning: field `jsonrpc` is never read
[INFO] [stderr]   --> src/req.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub struct Request {
[INFO] [stderr]    |            ------- field in this struct
[INFO] [stderr] 17 |     jsonrpc: Version,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Request` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `warp-json-rpc` (lib) generated 1 warning
[INFO] [stderr] warning: `warp-json-rpc` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.17.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/warp_json_rpc-e639ce585991bb3f)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test req::test::deserialize_bad_id ... ok
[INFO] [stdout] test req::test::deserialize_by_name_request ... ok
[INFO] [stdout] test req::test::deserialize_null_id ... ok
[INFO] [stdout] test req::test::deserialize_no_id_should_fail ... ok
[INFO] [stdout] test req::test::deserialize_string_id ... ok
[INFO] [stdout] test req::test::deserialize_number_id ... ok
[INFO] [stdout] test res::test::serialize_err_response ... ok
[INFO] [stdout] test req::test::deserialize_by_pos_request ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test res::test::serialize_response ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- res::test::serialize_response stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'res::test::serialize_response' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.12/src/any.rs:81:9:
[INFO] [stdout] invalid cast; enable `unstable-debug` feature to debug
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5fb173b50e42 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5fb173b50e42 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5fb173b50e42 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5fb173b50e42 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5fb173b76543 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5fb173b76543 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5fb173b4ddd3 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5fb173b4ddd3 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5fb173b50c92 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5fb173b523bc - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5fb173b52212 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5fb173b13cc4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5fb173b13cc4 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5fb173b52e9b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5fb173b52e9b - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5fb173b52cac - std::panicking::begin_panic::{{closure}}::h13865f7f56367b41
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:770:9
[INFO] [stdout]   16:     0x5fb173b51349 - std::sys::backtrace::__rust_end_short_backtrace::h41e1700e19349ed1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x5fb173b52bc2 - std::panicking::begin_panic::h6990e2ce2677fde3
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:769:5
[INFO] [stdout]   18:     0x5fb173ada1cf - erased_serde::any::Any::invalid_cast_to::h6d2d8b4d1f452127
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.12/src/any.rs:81:9
[INFO] [stdout]   19:     0x5fb173ada1cf - erased_serde::any::Any::take::hc9ccdcfb0de1b20c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.12/src/any.rs:71:18
[INFO] [stdout]   20:     0x5fb173ada1cf - erased_serde::ser::Ok::take::h0a47b1fe3b88c453
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.12/src/ser.rs:229:19
[INFO] [stdout]   21:     0x5fb173ada1cf - core::ops::function::FnOnce::call_once::h811ba7116d1b88f9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5fb173ada1cf - core::result::Result<T,E>::map::ha8aa3e7c637c0c76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:801:25
[INFO] [stdout]   23:     0x5fb173ada1cf - erased_serde::ser::serialize::hbe3eeffaab1fe95c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.12/src/ser.rs:458:10
[INFO] [stdout]   24:     0x5fb173ada1cf - <dyn erased_serde::ser::Serialize as serde::ser::Serialize>::serialize::h87a24584edf6d5a3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.12/src/macros.rs:92:17
[INFO] [stdout]   25:     0x5fb173ad89c5 - serde::ser::impls::<impl serde::ser::Serialize for alloc::boxed::Box<T>>::serialize::h032d3174594b0c48
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.117/src/ser/impls.rs:390:26
[INFO] [stdout]   26:     0x5fb173ad89c5 - <serde_json::ser::Compound<W,F> as serde::ser::SerializeMap>::serialize_value::h062847d36bedab26
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.59/src/ser.rs:716:28
[INFO] [stdout]   27:     0x5fb173ad89c5 - <serde::private::ser::FlatMapSerializer<M> as serde::ser::Serializer>::serialize_newtype_variant::hdd661ef1c6674812
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.117/src/private/ser.rs:1165:16
[INFO] [stdout]   28:     0x5fb173ad89c5 - warp_json_rpc::res::_::<impl serde::ser::Serialize for warp_json_rpc::res::ResponseContent>::serialize::h590b3c5c38e04edb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/res.rs:71:10
[INFO] [stdout]   29:     0x5fb173ad89c5 - serde::ser::impls::<impl serde::ser::Serialize for &T>::serialize::hc25754ade541bd80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.117/src/ser/impls.rs:390:26
[INFO] [stdout]   30:     0x5fb173ad89c5 - warp_json_rpc::res::_::<impl serde::ser::Serialize for warp_json_rpc::res::Response>::serialize::h6ee8b15cc2ace00c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/res.rs:11:10
[INFO] [stdout]   31:     0x5fb173ad7b35 - serde_json::ser::to_writer::hfef8774bd388432c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.59/src/ser.rs:2158:16
[INFO] [stdout]   32:     0x5fb173ad7b35 - serde_json::ser::to_vec::h07dfff3704e2b6ef
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.59/src/ser.rs:2192:10
[INFO] [stdout]   33:     0x5fb173ad7b35 - serde_json::ser::to_string::h7fb7fcc22e33dd9f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.59/src/ser.rs:2223:20
[INFO] [stdout]   34:     0x5fb173ad7b35 - warp_json_rpc::res::test::serialize_response::h7818b80cfae8a923
[INFO] [stdout]                                at /opt/rustwide/workdir/src/res.rs:155:23
[INFO] [stdout]   35:     0x5fb173ad84b9 - warp_json_rpc::res::test::serialize_response::{{closure}}::hf0821bcd171d8048
[INFO] [stdout]                                at /opt/rustwide/workdir/src/res.rs:143:28
[INFO] [stdout]   36:     0x5fb173ad84b9 - core::ops::function::FnOnce::call_once::h114e855f1fcf9190
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x5fb173b193fb - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x5fb173b193fb - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   39:     0x5fb173b1863e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   40:     0x5fb173b1863e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   41:     0x5fb173b1863e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   42:     0x5fb173b1863e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   43:     0x5fb173b1863e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x5fb173b1863e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   45:     0x5fb173b1863e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   46:     0x5fb173adc1e4 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   47:     0x5fb173adc1e4 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   48:     0x5fb173adfb8a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   49:     0x5fb173adfb8a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   50:     0x5fb173adfb8a - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   51:     0x5fb173adfb8a - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   52:     0x5fb173adfb8a - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5fb173adfb8a - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   54:     0x5fb173adfb8a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x5fb173b55df7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   56:     0x5fb173b55df7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   57:     0x5fb173b55df7 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   58:     0x797c1aa73aa4 - <unknown>
[INFO] [stdout]   59:     0x797c1ab00a34 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     res::test::serialize_response
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 8 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5c84e09690fb14cbc8efe5917eb469a07c46998dbdaf71f617efeddf57f075b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c84e09690fb14cbc8efe5917eb469a07c46998dbdaf71f617efeddf57f075b9", kill_on_drop: false }`
[INFO] [stdout] 5c84e09690fb14cbc8efe5917eb469a07c46998dbdaf71f617efeddf57f075b9
