[INFO] cloning repository https://github.com/mertzamir/reverse-proxy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mertzamir/reverse-proxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmertzamir%2Freverse-proxy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmertzamir%2Freverse-proxy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bf43d47eb71c2708518fd0284d34b09b79538298
[INFO] testing mertzamir/reverse-proxy against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmertzamir%2Freverse-proxy" "/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/mertzamir/reverse-proxy
[INFO] finished tweaking git repo https://github.com/mertzamir/reverse-proxy
[INFO] tweaked toml for git repo https://github.com/mertzamir/reverse-proxy written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mertzamir/reverse-proxy 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/mertzamir/reverse-proxy 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] [stderr] warning: unused manifest key: tests
[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] 6c3e6f0369a4d609368e5371c91581943de62ca41bbdca683d186670b617f00f
[INFO] running `Command { std: "docker" "start" "-a" "6c3e6f0369a4d609368e5371c91581943de62ca41bbdca683d186670b617f00f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c3e6f0369a4d609368e5371c91581943de62ca41bbdca683d186670b617f00f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c3e6f0369a4d609368e5371c91581943de62ca41bbdca683d186670b617f00f", kill_on_drop: false }`
[INFO] [stdout] 6c3e6f0369a4d609368e5371c91581943de62ca41bbdca683d186670b617f00f
[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] ef64eb3906c08315ed554176243fd89835c79f8c639dfd1f68f70602d97d055e
[INFO] running `Command { std: "docker" "start" "-a" "ef64eb3906c08315ed554176243fd89835c79f8c639dfd1f68f70602d97d055e", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: tests
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling futures-core v0.3.26
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling tokio v1.25.0
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling futures-task v0.3.26
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling futures-util v0.3.26
[INFO] [stderr]    Compiling jobserver v0.1.25
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling futures-sink v0.3.26
[INFO] [stderr]    Compiling futures-io v0.3.26
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling openssl v0.10.45
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling openssl-sys v0.9.80
[INFO] [stderr]    Compiling zstd-sys v2.0.7+zstd.1.5.4
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling paste v1.0.11
[INFO] [stderr]    Compiling bytestring v1.2.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.5
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling futures-channel v0.3.26
[INFO] [stderr]    Compiling zstd-safe v6.0.4+zstd.1.5.4
[INFO] [stderr]    Compiling local-waker v0.1.3
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling unicode-bidi v0.3.10
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling rustix v0.36.8
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling time-macros v0.2.6
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling brotli-decompressor v2.3.4
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling base64 v0.21.0
[INFO] [stderr]    Compiling linux-raw-sys v0.1.4
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling serde_json v1.0.93
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling actix-router v0.5.1
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling tokio-util v0.7.7
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling actix-rt v2.8.0
[INFO] [stderr]    Compiling actix-codec v0.5.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling local-channel v0.1.3
[INFO] [stderr]    Compiling actix-web-codegen v4.1.0
[INFO] [stderr]    Compiling is-terminal v0.4.3
[INFO] [stderr]    Compiling actix-server v2.2.0
[INFO] [stderr]    Compiling actix-macros v0.2.3
[INFO] [stderr]    Compiling ipnet v2.7.1
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling hyper v0.14.24
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.14
[INFO] [stderr]    Compiling zstd v0.12.3+zstd.1.5.2
[INFO] [stderr]    Compiling actix-http v3.3.0
[INFO] [stderr]    Compiling actix-web v4.3.0
[INFO] [stderr]    Compiling actix_server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s
[INFO] running `Command { std: "docker" "inspect" "ef64eb3906c08315ed554176243fd89835c79f8c639dfd1f68f70602d97d055e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef64eb3906c08315ed554176243fd89835c79f8c639dfd1f68f70602d97d055e", kill_on_drop: false }`
[INFO] [stdout] ef64eb3906c08315ed554176243fd89835c79f8c639dfd1f68f70602d97d055e
[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] 0d517939d86f7e91a3afc2f1204f550d927a6bd2a39f3dcfe309962671708f4b
[INFO] running `Command { std: "docker" "start" "-a" "0d517939d86f7e91a3afc2f1204f550d927a6bd2a39f3dcfe309962671708f4b", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: tests
[INFO] [stderr]    Compiling actix_server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.16s
[INFO] running `Command { std: "docker" "inspect" "0d517939d86f7e91a3afc2f1204f550d927a6bd2a39f3dcfe309962671708f4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d517939d86f7e91a3afc2f1204f550d927a6bd2a39f3dcfe309962671708f4b", kill_on_drop: false }`
[INFO] [stdout] 0d517939d86f7e91a3afc2f1204f550d927a6bd2a39f3dcfe309962671708f4b
[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] 1e9775251186da02d5f9c8faba1f512d4b8493df99b7ec311e526f7c08fba929
[INFO] running `Command { std: "docker" "start" "-a" "1e9775251186da02d5f9c8faba1f512d4b8493df99b7ec311e526f7c08fba929", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: tests
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/actix_server-e808f4e1999536b2)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test api::handler_test::test_index_not_get_request ... ok
[INFO] [stdout] test api::handler_test::test_index_no_url ... ok
[INFO] [stdout] test api::handler_test::test_index_ok ... FAILED
[INFO] [stdout] test api::handler_test::test_index_broken_url ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- api::handler_test::test_index_ok stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'api::handler_test::test_index_ok' (20) panicked at src/api/handler_test.rs:18:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 500
[INFO] [stdout]  right: 200
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b85e34be962 - 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:     0x5b85e34be962 - 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:     0x5b85e34be962 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5b85e34be962 - <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:     0x5b85e34d0c2f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5b85e34d0c2f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5b85e348a7b1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b85e348a7b1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5b85e34973d2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5b85e349c2ef - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5b85e349c181 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5b85e2e3e5be - <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:     0x5b85e2e3e5be - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b85e349ca5f - <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:     0x5b85e349ca5f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5b85e349c80a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5b85e3497509 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5b85e347ea1d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5b85e34da050 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5b85e34d9e03 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5b85e2deff24 - core::panicking::assert_failed::h3830e5097f0f7990
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5b85e2e16aaf - actix_server::api::handler_test::test_index_ok::{{closure}}::h8bae76c5ebec269d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api/handler_test.rs:18:5
[INFO] [stdout]   22:     0x5b85e2e19f08 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h00f1991a0d5ed2b9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/task/local.rs:923:44
[INFO] [stdout]   23:     0x5b85e2e18b67 - tokio::task::local::LocalSet::with::{{closure}}::h618632f94be24b2d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/task/local.rs:684:13
[INFO] [stdout]   24:     0x5b85e2debe85 - std::thread::local::LocalKey<T>::try_with::hd641472cbe99c294
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   25:     0x5b85e2dea34e - std::thread::local::LocalKey<T>::with::hb90054d024865f7b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   26:     0x5b85e2e187db - tokio::task::local::LocalSet::with::h8dca610a907056b0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/task/local.rs:667:17
[INFO] [stdout]   27:     0x5b85e2e19d8b - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h3dc5381c795e58a9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/task/local.rs:913:22
[INFO] [stdout]   28:     0x5b85e2e190fd - tokio::task::local::LocalSet::run_until::{{closure}}::h62301968e6d560b8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/task/local.rs:573:19
[INFO] [stdout]   29:     0x5b85e2e19b2d - <core::pin::Pin<P> as core::future::future::Future>::poll::hd93ee7d745da737a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   30:     0x5b85e2de9f1d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h9493cb95d0ad4f1e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   31:     0x5b85e2de9dab - tokio::runtime::coop::with_budget::ha9d2395887d72bd0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   32:     0x5b85e2de9dab - tokio::runtime::coop::budget::h58b142a63e83231c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   33:     0x5b85e2de9dab - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::heca09d050c77a234
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   34:     0x5b85e2de3890 - tokio::runtime::scheduler::current_thread::Context::enter::h03c610ebe634bfba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   35:     0x5b85e2de771a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h8a5624578ad6ec1a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   36:     0x5b85e2de6884 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h4040911a9d1364d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   37:     0x5b85e2e0f173 - tokio::macros::scoped_tls::ScopedKey<T>::set::h6d1d0900478a791d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   38:     0x5b85e2de662f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hef8226ed4027edfa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   39:     0x5b85e2de69a2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h987eddf64896321c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   40:     0x5b85e2de2a13 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h92e124ee27961186
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   41:     0x5b85e2df96fe - tokio::runtime::runtime::Runtime::block_on::h80465e7e37a07969
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   42:     0x5b85e2e18db3 - tokio::task::local::LocalSet::block_on::hcb9be4b9eadae6e7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/task/local.rs:534:12
[INFO] [stdout]   43:     0x5b85e2e0feda - actix_rt::runtime::Runtime::block_on::h9c07084e7dae0c38
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.8.0/src/runtime.rs:82:20
[INFO] [stdout]   44:     0x5b85e2dfc2da - actix_rt::system::SystemRunner::block_on::h14f9eaf537e1c4e0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.8.0/src/system.rs:210:17
[INFO] [stdout]   45:     0x5b85e2e162e8 - actix_server::api::handler_test::test_index_ok::hc6f323385ab04d4a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api/handler_test.rs:9:1
[INFO] [stdout]   46:     0x5b85e2e16357 - actix_server::api::handler_test::test_index_ok::{{closure}}::h259432958c57336f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api/handler_test.rs:10:25
[INFO] [stdout]   47:     0x5b85e2dec946 - core::ops::function::FnOnce::call_once::h362d3785243c7eb2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5b85e2e3e37b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x5b85e2e3e37b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   50:     0x5b85e2e53fe5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   51:     0x5b85e2e53fe5 - <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]   52:     0x5b85e2e53fe5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   53:     0x5b85e2e53fe5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   54:     0x5b85e2e53fe5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5b85e2e53fe5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   56:     0x5b85e2e53fe5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   57:     0x5b85e2e2a7d4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   58:     0x5b85e2e2a7d4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   59:     0x5b85e2e2e09a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   60:     0x5b85e2e2e09a - <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]   61:     0x5b85e2e2e09a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   62:     0x5b85e2e2e09a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   63:     0x5b85e2e2e09a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5b85e2e2e09a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   65:     0x5b85e2e2e09a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   66:     0x5b85e349266f - <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]   67:     0x5b85e349266f - 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]   68:     0x705010835aa4 - <unknown>
[INFO] [stdout]   69:     0x7050108c2a34 - clone
[INFO] [stdout]   70:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- api::handler_test::test_index_broken_url stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'api::handler_test::test_index_broken_url' (17) panicked at src/api/handler_test.rs:43:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 500
[INFO] [stdout]  right: 404
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b85e34be962 - 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:     0x5b85e34be962 - 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:     0x5b85e34be962 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5b85e34be962 - <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:     0x5b85e34d0c2f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5b85e34d0c2f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5b85e348a7b1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b85e348a7b1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5b85e34973d2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5b85e349c2ef - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5b85e349c181 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5b85e2e3e5be - <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:     0x5b85e2e3e5be - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b85e349ca5f - <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:     0x5b85e349ca5f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5b85e349c80a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5b85e3497509 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5b85e347ea1d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5b85e34da050 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5b85e34d9e03 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5b85e2deff24 - core::panicking::assert_failed::h3830e5097f0f7990
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5b85e2e17b1f - actix_server::api::handler_test::test_index_broken_url::{{closure}}::h38ced617bd942c1e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api/handler_test.rs:43:5
[INFO] [stdout]   22:     0x5b85e2e1a058 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::ha4845475a131fa83
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/task/local.rs:923:44
[INFO] [stdout]   23:     0x5b85e2e18c77 - tokio::task::local::LocalSet::with::{{closure}}::h750264b44a201bfc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/task/local.rs:684:13
[INFO] [stdout]   24:     0x5b85e2deaba5 - std::thread::local::LocalKey<T>::try_with::h41f555908001fb0c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   25:     0x5b85e2de9f8e - std::thread::local::LocalKey<T>::with::h12153296ead91a3c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   26:     0x5b85e2e1878b - tokio::task::local::LocalSet::with::h4279b910e3944af0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/task/local.rs:667:17
[INFO] [stdout]   27:     0x5b85e2e19ddb - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::ha309e2e4d4689d98
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/task/local.rs:913:22
[INFO] [stdout]   28:     0x5b85e2e1955d - tokio::task::local::LocalSet::run_until::{{closure}}::h9ec807d2f6faf158
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/task/local.rs:573:19
[INFO] [stdout]   29:     0x5b85e2e19aed - <core::pin::Pin<P> as core::future::future::Future>::poll::hd2d781631a2dca6c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   30:     0x5b85e2de9e9d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h57a1f0bdee10a6c8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   31:     0x5b85e2de972b - tokio::runtime::coop::with_budget::h9de6a228d8f65f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   32:     0x5b85e2de972b - tokio::runtime::coop::budget::h64574deebc488294
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   33:     0x5b85e2de972b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h528be796ea5dc318
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   34:     0x5b85e2de3bb0 - tokio::runtime::scheduler::current_thread::Context::enter::h096f70de41319308
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   35:     0x5b85e2de8cba - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hfbc32e89c53ec2ae
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   36:     0x5b85e2de68c4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h73d5e41867af8117
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   37:     0x5b85e2e0f2a3 - tokio::macros::scoped_tls::ScopedKey<T>::set::h6d91300e38e10212
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   38:     0x5b85e2de5a5f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h799067a6a450e571
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   39:     0x5b85e2de69f2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hd0efa8c8fb2dcb8e
[INFO] [stderr] error: test failed, to rerun pass `--bin actix_server`
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   40:     0x5b85e2de2cf3 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hca439855b57fdb55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   41:     0x5b85e2df91ee - tokio::runtime::runtime::Runtime::block_on::h3b4688cbcf95cf41
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   42:     0x5b85e2e18d13 - tokio::task::local::LocalSet::block_on::h4baf17a7601abb4c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/task/local.rs:534:12
[INFO] [stdout]   43:     0x5b85e2e0feba - actix_rt::runtime::Runtime::block_on::h6e0c1cbd2bb79ef6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.8.0/src/runtime.rs:82:20
[INFO] [stdout]   44:     0x5b85e2dfc2fa - actix_rt::system::SystemRunner::block_on::hacf357a12d423506
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.8.0/src/system.rs:210:17
[INFO] [stdout]   45:     0x5b85e2e17388 - actix_server::api::handler_test::test_index_broken_url::heb5229e47e05aee1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api/handler_test.rs:33:1
[INFO] [stdout]   46:     0x5b85e2e17b87 - actix_server::api::handler_test::test_index_broken_url::{{closure}}::hc6e7cba2382ceb1f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/api/handler_test.rs:34:33
[INFO] [stdout]   47:     0x5b85e2decb76 - core::ops::function::FnOnce::call_once::h87d5dc6826dee60e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5b85e2e3e37b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x5b85e2e3e37b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   50:     0x5b85e2e53fe5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   51:     0x5b85e2e53fe5 - <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]   52:     0x5b85e2e53fe5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   53:     0x5b85e2e53fe5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   54:     0x5b85e2e53fe5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5b85e2e53fe5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   56:     0x5b85e2e53fe5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   57:     0x5b85e2e2a7d4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   58:     0x5b85e2e2a7d4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   59:     0x5b85e2e2e09a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   60:     0x5b85e2e2e09a - <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]   61:     0x5b85e2e2e09a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   62:     0x5b85e2e2e09a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   63:     0x5b85e2e2e09a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5b85e2e2e09a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   65:     0x5b85e2e2e09a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   66:     0x5b85e349266f - <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]   67:     0x5b85e349266f - 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]   68:     0x705010835aa4 - <unknown>
[INFO] [stdout]   69:     0x7050108c2a34 - clone
[INFO] [stdout]   70:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     api::handler_test::test_index_broken_url
[INFO] [stdout]     api::handler_test::test_index_ok
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1e9775251186da02d5f9c8faba1f512d4b8493df99b7ec311e526f7c08fba929", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e9775251186da02d5f9c8faba1f512d4b8493df99b7ec311e526f7c08fba929", kill_on_drop: false }`
[INFO] [stdout] 1e9775251186da02d5f9c8faba1f512d4b8493df99b7ec311e526f7c08fba929
