[INFO] cloning repository https://github.com/LJason77/Zelda [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LJason77/Zelda" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLJason77%2FZelda", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLJason77%2FZelda'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2c2e73e38e2bc11d8b0f194f1caf04446c803450 [INFO] testing LJason77/Zelda against master#404c8471aba60c2d837fa728e7c729a0f52d5830 for pr-87041-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLJason77%2FZelda" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LJason77/Zelda on toolchain 404c8471aba60c2d837fa728e7c729a0f52d5830 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+404c8471aba60c2d837fa728e7c729a0f52d5830" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/LJason77/Zelda [INFO] finished tweaking git repo https://github.com/LJason77/Zelda [INFO] tweaked toml for git repo https://github.com/LJason77/Zelda written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/LJason77/Zelda already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+404c8471aba60c2d837fa728e7c729a0f52d5830" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+404c8471aba60c2d837fa728e7c729a0f52d5830" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bcdceaab90f36cd8dd8c86ab1d09e637ea7aa3518a83498100584beb0ec3e9e7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bcdceaab90f36cd8dd8c86ab1d09e637ea7aa3518a83498100584beb0ec3e9e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bcdceaab90f36cd8dd8c86ab1d09e637ea7aa3518a83498100584beb0ec3e9e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcdceaab90f36cd8dd8c86ab1d09e637ea7aa3518a83498100584beb0ec3e9e7", kill_on_drop: false }` [INFO] [stdout] bcdceaab90f36cd8dd8c86ab1d09e637ea7aa3518a83498100584beb0ec3e9e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+404c8471aba60c2d837fa728e7c729a0f52d5830" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e83222c1141f51bdead8be8a9ad6a9c78d4d9b622404a36080d76a206d23fc42 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e83222c1141f51bdead8be8a9ad6a9c78d4d9b622404a36080d76a206d23fc42", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.106 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling cc v1.0.71 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling fastrand v1.5.0 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling time-macros v0.2.3 [INFO] [stderr] Compiling inlinable_string v0.1.14 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling state v0.5.2 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling encoding_rs v0.8.29 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling rustversion v1.0.5 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling binascii v0.1.4 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.8 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling cookie v0.16.0-rc.1 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling figment v0.10.6 [INFO] [stderr] Compiling multer v2.0.1 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling tinyvec v1.5.0 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling async-lock v2.4.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling rocket v0.5.0-rc.1 (https://github.com/SergioBenitez/Rocket#8cae077b) [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling tokio v1.13.0 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling atomic v0.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling twoway v0.2.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.3.4 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling sha2 v0.9.8 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling pbkdf2 v0.8.0 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling darling_core v0.13.0 [INFO] [stderr] Compiling devise_core v0.3.1 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling h2 v0.3.7 [INFO] [stderr] Compiling ctor v0.1.21 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling tokio-macros v1.5.1 [INFO] [stderr] Compiling pear_codegen v0.2.3 [INFO] [stderr] Compiling ref-cast-impl v1.0.6 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling devise_codegen v0.3.1 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling typed-builder v0.9.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling darling_macro v0.13.0 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling devise v0.3.1 [INFO] [stderr] Compiling polling v2.1.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling os_info v3.0.7 [INFO] [stderr] Compiling pear v0.2.3 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling darling v0.13.0 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling serde_with_macros v1.5.1 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling async-std v1.10.0 [INFO] [stderr] Compiling hyper v0.14.14 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling rocket_http v0.5.0-rc.1 (https://github.com/SergioBenitez/Rocket#8cae077b) [INFO] [stderr] Compiling trust-dns-proto v0.20.3 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling serde_with v1.11.0 [INFO] [stderr] Compiling ubyte v0.10.1 [INFO] [stderr] Compiling trust-dns-resolver v0.20.3 [INFO] [stderr] Compiling rocket_codegen v0.5.0-rc.1 (https://github.com/SergioBenitez/Rocket#8cae077b) [INFO] [stderr] Compiling bson v2.0.1 [INFO] [stderr] Compiling async-std-resolver v0.20.3 [INFO] [stderr] Compiling mongodb v2.0.1 [INFO] [stderr] Compiling zelda v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5m 47s [INFO] running `Command { std: "docker" "inspect" "e83222c1141f51bdead8be8a9ad6a9c78d4d9b622404a36080d76a206d23fc42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e83222c1141f51bdead8be8a9ad6a9c78d4d9b622404a36080d76a206d23fc42", kill_on_drop: false }` [INFO] [stdout] e83222c1141f51bdead8be8a9ad6a9c78d4d9b622404a36080d76a206d23fc42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+404c8471aba60c2d837fa728e7c729a0f52d5830" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bc52b56af1f83f834b99dd2c48b0893ddbb13f137b1d46fdef19ea96887e7fce [INFO] running `Command { std: "docker" "start" "-a" "bc52b56af1f83f834b99dd2c48b0893ddbb13f137b1d46fdef19ea96887e7fce", kill_on_drop: false }` [INFO] [stderr] Compiling zelda v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 23.07s [INFO] running `Command { std: "docker" "inspect" "bc52b56af1f83f834b99dd2c48b0893ddbb13f137b1d46fdef19ea96887e7fce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc52b56af1f83f834b99dd2c48b0893ddbb13f137b1d46fdef19ea96887e7fce", kill_on_drop: false }` [INFO] [stdout] bc52b56af1f83f834b99dd2c48b0893ddbb13f137b1d46fdef19ea96887e7fce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+404c8471aba60c2d837fa728e7c729a0f52d5830" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 39d2d6fe26a7f294b0acdc12edfa91ff7639d1f5c1d8c1b3168bd7d7469c7b35 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "39d2d6fe26a7f294b0acdc12edfa91ff7639d1f5c1d8c1b3168bd7d7469c7b35", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.54s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/zelda-cdc875c23bb678c4) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/zelda-53cc9b9617871b7c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/catchers.rs (/opt/rustwide/target/debug/deps/catchers-af6936609d44a025) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test not_found ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s [INFO] [stdout] [INFO] [stderr] Running tests/index.rs (/opt/rustwide/target/debug/deps/index-3beb10a1639a5941) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test health_check ... ok [INFO] [stdout] test tips ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tips stdout ---- [INFO] [stdout] Configured for debug. [INFO] [stdout] >> address: 127.0.0.1 [INFO] [stdout] >> port: 8000 [INFO] [stdout] >> workers: 16 [INFO] [stdout] >> ident: Rocket [INFO] [stdout] >> limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB [INFO] [stdout] >> temp dir: /tmp [INFO] [stdout] >> keep-alive: 5s [INFO] [stdout] >> tls: disabled [INFO] [stdout] >> shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s [INFO] [stdout] >> log level: normal [INFO] [stdout] >> cli colors: true [INFO] [stdout] Routes: [INFO] [stdout] >> (tips) GET /tips [INFO] [stdout] >> (health_check) GET /health [INFO] [stdout] Catchers: [INFO] [stdout] >> (not_found) 404 [INFO] [stdout] Fairings: [INFO] [stdout] >> Shield (liftoff, response, singleton) [INFO] [stdout] Shield: [INFO] [stdout] >> Permissions-Policy: interest-cohort=() [INFO] [stdout] >> X-Content-Type-Options: nosniff [INFO] [stdout] >> X-Frame-Options: SAMEORIGIN [INFO] [stdout] Rocket has launched into local orbit [INFO] [stdout] GET /tips: [INFO] [stdout] >> Matched: (tips) GET /tips [INFO] [stdout] thread 'tips' panicked at 'called `Result::unwrap()` on an `Err` value: Error { kind: ServerSelection { message: "Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: 127.0.0.1:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }" }, labels: {} }', src/api/index.rs:21:65 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f0e68e9fac - std::backtrace_rs::backtrace::libunwind::trace::hf7449935ead7573e [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55f0e68e9fac - std::backtrace_rs::backtrace::trace_unsynchronized::h221aa2d88d72372a [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55f0e68e9fac - std::sys_common::backtrace::_print_fmt::h1c77e8983e1df895 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55f0e68e9fac - ::fmt::hd4ec41a9a6b0d22c [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55f0e691087c - core::fmt::write::h72801a82c94e6ff1 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/fmt/mod.rs:1149:17 [INFO] [stdout] 5: 0x55f0e68e2ab5 - std::io::Write::write_fmt::h4a32d0934f160ec4 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55f0e68ebaa0 - std::sys_common::backtrace::_print::h2d15cd157796a64a [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55f0e68ebaa0 - std::sys_common::backtrace::print::h52d286d22e2398eb [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55f0e68ebaa0 - std::panicking::default_hook::{{closure}}::h6da08fba6306daf2 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55f0e68eb686 - std::panicking::default_hook::h266f67a22e76b11a [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55f0e68ec154 - std::panicking::rust_panic_with_hook::he55698a957f4fb6d [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55f0e68ebc30 - std::panicking::begin_panic_handler::{{closure}}::h01f453c3ac181895 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55f0e68ea454 - std::sys_common::backtrace::__rust_end_short_backtrace::h675d77c6e5a3926d [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55f0e68ebb99 - rust_begin_unwind [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55f0e5acca71 - core::panicking::panic_fmt::h7b8580d81fcbbacd [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/panicking.rs:107:14 [INFO] [stdout] 15: 0x55f0e5accb63 - core::result::unwrap_failed::h885d3f7beb571353 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/result.rs:1661:5 [INFO] [stdout] 16: 0x55f0e5b0d135 - core::result::Result::unwrap::h36e7f34e47f62cb1 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/result.rs:1342:23 [INFO] [stdout] 17: 0x55f0e5b0eeef - zelda::api::index::tips::{{closure}}::h0dc1e4386e3a28f0 [INFO] [stdout] at /opt/rustwide/workdir/src/api/index.rs:21:22 [INFO] [stdout] 18: 0x55f0e5b6da5b - as core::future::future::Future>::poll::h7c795d710ea5739b [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/future/mod.rs:84:19 [INFO] [stdout] 19: 0x55f0e5b10778 - zelda::api::index::tips::into_info::monomorphized_function::{{closure}}::h96789709a3f3ffa4 [INFO] [stdout] at /opt/rustwide/workdir/src/api/index.rs:16:5 [INFO] [stdout] 20: 0x55f0e5b6cdca - as core::future::future::Future>::poll::h3730926d948ea100 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/future/mod.rs:84:19 [INFO] [stdout] 21: 0x55f0e657adcf - as core::future::future::Future>::poll::h015c68f2cca1cfbd [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/future/future.rs:123:9 [INFO] [stdout] 22: 0x55f0e658ff0f - as core::future::future::Future>::poll::h686760d2230c72eb [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/panic/unwind_safe.rs:289:9 [INFO] [stdout] 23: 0x55f0e652c89e - as core::future::future::Future>::poll::{{closure}}::h6fee0e9b2630899b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.17/src/future/future/catch_unwind.rs:36:42 [INFO] [stdout] 24: 0x55f0e65909ec - as core::ops::function::FnOnce<()>>::call_once::h10d5424c3f233277 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55f0e643c52b - std::panicking::try::do_call::h9a49d3ccc23e737e [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55f0e6456b0b - __rust_try [INFO] [stdout] 27: 0x55f0e643be5f - std::panicking::try::h82eff355ca51adcb [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:370:19 [INFO] [stdout] 28: 0x55f0e657ecab - std::panic::catch_unwind::hbccd910b67e1472d [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panic.rs:133:14 [INFO] [stdout] 29: 0x55f0e652c7d4 - as core::future::future::Future>::poll::h86f40b41d3d2f519 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.17/src/future/future/catch_unwind.rs:36:9 [INFO] [stdout] 30: 0x55f0e6524212 - rocket::server::handle::{{closure}}::hddac4f6d7c73e0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rocket-8bf16d9ca7e90bdc/8cae077/core/lib/src/server.rs:52:5 [INFO] [stdout] 31: 0x55f0e654157b - as core::future::future::Future>::poll::h79be164d947393c3 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/future/mod.rs:84:19 [INFO] [stdout] 32: 0x55f0e6527c06 - rocket::server::>::route::{{closure}}::h31f418431d050f27 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rocket-8bf16d9ca7e90bdc/8cae077/core/lib/src/server.rs:280:27 [INFO] [stdout] 33: 0x55f0e6540c2b - as core::future::future::Future>::poll::h2c601ab1d6537168 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/future/mod.rs:84:19 [INFO] [stdout] 34: 0x55f0e6525fbf - rocket::server::>::route_and_process::{{closure}}::h408bc4d15a10b59b [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rocket-8bf16d9ca7e90bdc/8cae077/core/lib/src/server.rs:235:34 [INFO] [stdout] 35: 0x55f0e6541ad9 - as core::future::future::Future>::poll::h95e0f5c3901b636d [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/future/mod.rs:84:19 [INFO] [stdout] 36: 0x55f0e65251f1 - rocket::server::>::dispatch::{{closure}}::h7538bdaaebb5401f [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rocket-8bf16d9ca7e90bdc/8cae077/core/lib/src/server.rs:209:28 [INFO] [stdout] 37: 0x55f0e6541689 - as core::future::future::Future>::poll::h80455c6e7fa75e60 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/future/mod.rs:84:19 [INFO] [stdout] 38: 0x55f0e642f2fb - rocket::local::asynchronous::response::LocalResponse::new::{{closure}}::h0300973a20a1a0ee [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rocket-8bf16d9ca7e90bdc/8cae077/core/lib/src/local/asynchronous/response.rs:90:42 [INFO] [stdout] 39: 0x55f0e6541799 - as core::future::future::Future>::poll::h811caa00a4a8a84c [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/future/mod.rs:84:19 [INFO] [stdout] 40: 0x55f0e651fc83 - rocket::local::asynchronous::request::LocalRequest::_dispatch::{{closure}}::heb8822bbaa5a5c03 [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rocket-8bf16d9ca7e90bdc/8cae077/core/lib/src/local/asynchronous/request.rs:98:24 [INFO] [stdout] 41: 0x55f0e6541939 - as core::future::future::Future>::poll::h88bffbf1768706c8 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/future/mod.rs:84:19 [INFO] [stdout] 42: 0x55f0e6529cbf - rocket::local::asynchronous::request::LocalRequest::dispatch::{{closure}}::hf4f21a066b48b02c [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rocket-8bf16d9ca7e90bdc/8cae077/core/lib/src/local/request.rs:326:9 [INFO] [stdout] 43: 0x55f0e6541be9 - as core::future::future::Future>::poll::habc25fcb5be76a84 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/future/mod.rs:84:19 [INFO] [stdout] 44: 0x55f0e5ae5bcb - index::tips::{{closure}}::h4d57c9c5948c7f68 [INFO] [stdout] at /opt/rustwide/workdir/tests/index.rs:9:20 [INFO] [stdout] 45: 0x55f0e5ae015b - as core::future::future::Future>::poll::hc972fc2f2103b3cc [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/future/mod.rs:84:19 [INFO] [stdout] 46: 0x55f0e5ad3c90 - tokio::park::thread::CachedParkThread::block_on::{{closure}}::h3cead19ffc26c853 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/park/thread.rs:263:54 [INFO] [stdout] 47: 0x55f0e5ade490 - tokio::coop::with_budget::{{closure}}::h626611cf44833cfd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/coop.rs:106:9 [INFO] [stdout] 48: 0x55f0e5acf418 - std::thread::local::LocalKey::try_with::h8364382b6065b9f6 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/thread/local.rs:412:16 [INFO] [stdout] 49: 0x55f0e5acec7d - std::thread::local::LocalKey::with::hb0b5decaca03a9b2 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/thread/local.rs:388:9 [INFO] [stdout] 50: 0x55f0e5ad36e9 - tokio::coop::with_budget::h9cd7825988716bd9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/coop.rs:99:5 [INFO] [stdout] 51: 0x55f0e5ad36e9 - tokio::coop::budget::he13af417e6a3351c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/coop.rs:76:5 [INFO] [stdout] 52: 0x55f0e5ad36e9 - tokio::park::thread::CachedParkThread::block_on::h94bc54e6f991951f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/park/thread.rs:263:31 [INFO] [stdout] 53: 0x55f0e5ad9b37 - tokio::runtime::enter::Enter::block_on::h4168fed2e4c6cebd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/runtime/enter.rs:151:13 [INFO] [stdout] 54: 0x55f0e5ad3f9c - tokio::runtime::thread_pool::ThreadPool::block_on::hd7d022462b6a2c57 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/runtime/thread_pool/mod.rs:77:9 [INFO] [stdout] 55: 0x55f0e5ad6733 - tokio::runtime::Runtime::block_on::h2b926723ea5facaa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/runtime/mod.rs:463:43 [INFO] [stdout] 56: 0x55f0e5ad6c76 - rocket::async_test::h4d82f43deb8ac6bd [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rocket-8bf16d9ca7e90bdc/8cae077/core/lib/src/lib.rs:217:5 [INFO] [stdout] 57: 0x55f0e5ae5581 - index::tips::hf24c2c0c858db81b [INFO] [stdout] at /opt/rustwide/workdir/tests/index.rs:5:17 [INFO] [stdout] 58: 0x55f0e5ae553a - index::tips::{{closure}}::h86063556c4e40683 [INFO] [stdout] at /opt/rustwide/workdir/tests/index.rs:5:7 [INFO] [stdout] 59: 0x55f0e5ae05de - core::ops::function::FnOnce::call_once::ha26930b5e7135797 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 60: 0x55f0e64145c3 - core::ops::function::FnOnce::call_once::h5d20c69df64cb066 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 61: 0x55f0e64145c3 - test::__rust_begin_short_backtrace::h74effa4f90907c5e [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/test/src/lib.rs:585:5 [INFO] [stdout] 62: 0x55f0e6413187 - as core::ops::function::FnOnce>::call_once::h19edd65423024e64 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/alloc/src/boxed.rs:1811:9 [INFO] [stdout] 63: 0x55f0e6413187 - as core::ops::function::FnOnce<()>>::call_once::hecd0007c98d2c571 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 64: 0x55f0e6413187 - std::panicking::try::do_call::hdfd7d8bd90990dc0 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:406:40 [INFO] [stdout] 65: 0x55f0e6413187 - std::panicking::try::h24be999959943ce9 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:370:19 [INFO] [stdout] 66: 0x55f0e6413187 - std::panic::catch_unwind::h0ca097148ff956c7 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panic.rs:133:14 [INFO] [stdout] 67: 0x55f0e6413187 - test::run_test_in_process::hb1447ce84a041621 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/test/src/lib.rs:608:18 [INFO] [stdout] 68: 0x55f0e6413187 - test::run_test::run_test_inner::{{closure}}::h243d5767f98dd76b [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/test/src/lib.rs:500:39 [INFO] [stdout] 69: 0x55f0e63dfa6e - test::run_test::run_test_inner::{{closure}}::ha28868a6fd450406 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/test/src/lib.rs:527:37 [INFO] [stdout] 70: 0x55f0e63dfa6e - std::sys_common::backtrace::__rust_begin_short_backtrace::h9b0a0ec9acaf0854 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 71: 0x55f0e63e4b68 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd8bff32e65e0fd1d [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 72: 0x55f0e63e4b68 - as core::ops::function::FnOnce<()>>::call_once::he74b6751c2689665 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 73: 0x55f0e63e4b68 - std::panicking::try::do_call::h5d2ee92103f6cc44 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:406:40 [INFO] [stdout] 74: 0x55f0e63e4b68 - std::panicking::try::h4ff94863d1e19091 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:370:19 [INFO] [stdout] 75: 0x55f0e63e4b68 - std::panic::catch_unwind::h80719b283a984060 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panic.rs:133:14 [INFO] [stdout] 76: 0x55f0e63e4b68 - std::thread::Builder::spawn_unchecked::{{closure}}::h53d75ac43e0325b2 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 77: 0x55f0e63e4b68 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha0944c3b1c2a3b97 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 78: 0x55f0e68f11a3 - as core::ops::function::FnOnce>::call_once::h4beb69a85f7fb16c [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/alloc/src/boxed.rs:1811:9 [INFO] [stdout] 79: 0x55f0e68f11a3 - as core::ops::function::FnOnce>::call_once::hef865a799f44aaf2 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/alloc/src/boxed.rs:1811:9 [INFO] [stdout] 80: 0x55f0e68f11a3 - std::sys::unix::thread::Thread::new::thread_start::hee0b2d4e2414fa96 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 81: 0x7efcc82e3609 - start_thread [INFO] [stdout] 82: 0x7efcc80b5293 - clone [INFO] [stdout] 83: 0x0 - [INFO] [stdout] >> Handler tips panicked. [INFO] [stdout] >> This is an application bug. [INFO] [stdout] >> A panic in Rust must be treated as an exceptional event. [INFO] [stdout] >> Panicking is not a suitable error handling mechanism. [INFO] [stdout] >> Unwinding, the result of a panic, is an expensive operation. [INFO] [stdout] >> Panics will degrade application performance. [INFO] [stdout] >> Instead of panicking, return `Option` and/or `Result`. [INFO] [stdout] >> Values of either type can be returned directly from handlers. [INFO] [stdout] >> A panic is treated as an internal server error. [INFO] [stdout] >> Outcome: Failure [INFO] [stdout] >> No 500 catcher registered. Using Rocket default. [INFO] [stdout] thread 'tips' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Status { code: 500 }`, [INFO] [stdout] right: `Status { code: 200 }`', tests/index.rs:10:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f0e68e9fac - std::backtrace_rs::backtrace::libunwind::trace::hf7449935ead7573e [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55f0e68e9fac - std::backtrace_rs::backtrace::trace_unsynchronized::h221aa2d88d72372a [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55f0e68e9fac - std::sys_common::backtrace::_print_fmt::h1c77e8983e1df895 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55f0e68e9fac - ::fmt::hd4ec41a9a6b0d22c [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55f0e691087c - core::fmt::write::h72801a82c94e6ff1 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/fmt/mod.rs:1149:17 [INFO] [stdout] 5: 0x55f0e68e2ab5 - std::io::Write::write_fmt::h4a32d0934f160ec4 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55f0e68ebaa0 - std::sys_common::backtrace::_print::h2d15cd157796a64a [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55f0e68ebaa0 - std::sys_common::backtrace::print::h52d286d22e2398eb [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55f0e68ebaa0 - std::panicking::default_hook::{{closure}}::h6da08fba6306daf2 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55f0e68eb686 - std::panicking::default_hook::h266f67a22e76b11a [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55f0e68ec154 - std::panicking::rust_panic_with_hook::he55698a957f4fb6d [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55f0e68ebc30 - std::panicking::begin_panic_handler::{{closure}}::h01f453c3ac181895 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55f0e68ea454 - std::sys_common::backtrace::__rust_end_short_backtrace::h675d77c6e5a3926d [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55f0e68ebb99 - rust_begin_unwind [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55f0e5acca71 - core::panicking::panic_fmt::h7b8580d81fcbbacd [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/panicking.rs:107:14 [INFO] [stdout] 15: 0x55f0e690e878 - core::panicking::assert_failed_inner::hc71171cfb6f4bc69 [INFO] [stdout] 16: 0x55f0e5addb2a - core::panicking::assert_failed::hb162e59698c4ee60 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/panicking.rs:145:5 [INFO] [stdout] 17: 0x55f0e5ae5d9e - index::tips::{{closure}}::h4d57c9c5948c7f68 [INFO] [stdout] at /opt/rustwide/workdir/tests/index.rs:10:5 [INFO] [stdout] 18: 0x55f0e5ae015b - as core::future::future::Future>::poll::hc972fc2f2103b3cc [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/future/mod.rs:84:19 [INFO] [stdout] 19: 0x55f0e5ad3c90 - tokio::park::thread::CachedParkThread::block_on::{{closure}}::h3cead19ffc26c853 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/park/thread.rs:263:54 [INFO] [stdout] 20: 0x55f0e5ade490 - tokio::coop::with_budget::{{closure}}::h626611cf44833cfd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/coop.rs:106:9 [INFO] [stdout] 21: 0x55f0e5acf418 - std::thread::local::LocalKey::try_with::h8364382b6065b9f6 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/thread/local.rs:412:16 [INFO] [stdout] 22: 0x55f0e5acec7d - std::thread::local::LocalKey::with::hb0b5decaca03a9b2 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/thread/local.rs:388:9 [INFO] [stdout] 23: 0x55f0e5ad36e9 - tokio::coop::with_budget::h9cd7825988716bd9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/coop.rs:99:5 [INFO] [stdout] 24: 0x55f0e5ad36e9 - tokio::coop::budget::he13af417e6a3351c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/coop.rs:76:5 [INFO] [stdout] 25: 0x55f0e5ad36e9 - tokio::park::thread::CachedParkThread::block_on::h94bc54e6f991951f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/park/thread.rs:263:31 [INFO] [stdout] 26: 0x55f0e5ad9b37 - tokio::runtime::enter::Enter::block_on::h4168fed2e4c6cebd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/runtime/enter.rs:151:13 [INFO] [stdout] 27: 0x55f0e5ad3f9c - tokio::runtime::thread_pool::ThreadPool::block_on::hd7d022462b6a2c57 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/runtime/thread_pool/mod.rs:77:9 [INFO] [stdout] 28: 0x55f0e5ad6733 - tokio::runtime::Runtime::block_on::h2b926723ea5facaa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.13.0/src/runtime/mod.rs:463:43 [INFO] [stdout] 29: 0x55f0e5ad6c76 - rocket::async_test::h4d82f43deb8ac6bd [INFO] [stdout] at /opt/rustwide/cargo-home/git/checkouts/rocket-8bf16d9ca7e90bdc/8cae077/core/lib/src/lib.rs:217:5 [INFO] [stdout] 30: 0x55f0e5ae5581 - index::tips::hf24c2c0c858db81b [INFO] [stdout] at /opt/rustwide/workdir/tests/index.rs:5:17 [INFO] [stdout] 31: 0x55f0e5ae553a - index::tips::{{closure}}::h86063556c4e40683 [INFO] [stdout] at /opt/rustwide/workdir/tests/index.rs:5:7 [INFO] [stdout] 32: 0x55f0e5ae05de - core::ops::function::FnOnce::call_once::ha26930b5e7135797 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 33: 0x55f0e64145c3 - core::ops::function::FnOnce::call_once::h5d20c69df64cb066 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 34: 0x55f0e64145c3 - test::__rust_begin_short_backtrace::h74effa4f90907c5e [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/test/src/lib.rs:585:5 [INFO] [stdout] 35: 0x55f0e6413187 - as core::ops::function::FnOnce>::call_once::h19edd65423024e64 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/alloc/src/boxed.rs:1811:9 [INFO] [stdout] 36: 0x55f0e6413187 - as core::ops::function::FnOnce<()>>::call_once::hecd0007c98d2c571 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 37: 0x55f0e6413187 - std::panicking::try::do_call::hdfd7d8bd90990dc0 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:406:40 [INFO] [stdout] 38: 0x55f0e6413187 - std::panicking::try::h24be999959943ce9 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:370:19 [INFO] [stdout] 39: 0x55f0e6413187 - std::panic::catch_unwind::h0ca097148ff956c7 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panic.rs:133:14 [INFO] [stdout] 40: 0x55f0e6413187 - test::run_test_in_process::hb1447ce84a041621 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/test/src/lib.rs:608:18 [INFO] [stdout] 41: 0x55f0e6413187 - test::run_test::run_test_inner::{{closure}}::h243d5767f98dd76b [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/test/src/lib.rs:500:39 [INFO] [stdout] 42: 0x55f0e63dfa6e - test::run_test::run_test_inner::{{closure}}::ha28868a6fd450406 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/test/src/lib.rs:527:37 [INFO] [stdout] 43: 0x55f0e63dfa6e - std::sys_common::backtrace::__rust_begin_short_backtrace::h9b0a0ec9acaf0854 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 44: 0x55f0e63e4b68 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd8bff32e65e0fd1d [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 45: 0x55f0e63e4b68 - as core::ops::function::FnOnce<()>>::call_once::he74b6751c2689665 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 46: 0x55f0e63e4b68 - std::panicking::try::do_call::h5d2ee92103f6cc44 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:406:40 [INFO] [stdout] 47: 0x55f0e63e4b68 - std::panicking::try::h4ff94863d1e19091 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panicking.rs:370:19 [INFO] [stdout] 48: 0x55f0e63e4b68 - std::panic::catch_unwind::h80719b283a984060 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/panic.rs:133:14 [INFO] [stdout] 49: 0x55f0e63e4b68 - std::thread::Builder::spawn_unchecked::{{closure}}::h53d75ac43e0325b2 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 50: 0x55f0e63e4b68 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha0944c3b1c2a3b97 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 51: 0x55f0e68f11a3 - as core::ops::function::FnOnce>::call_once::h4beb69a85f7fb16c [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/alloc/src/boxed.rs:1811:9 [INFO] [stdout] 52: 0x55f0e68f11a3 - as core::ops::function::FnOnce>::call_once::hef865a799f44aaf2 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/alloc/src/boxed.rs:1811:9 [INFO] [stdout] 53: 0x55f0e68f11a3 - std::sys::unix::thread::Thread::new::thread_start::hee0b2d4e2414fa96 [INFO] [stdout] at /rustc/404c8471aba60c2d837fa728e7c729a0f52d5830/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 54: 0x7efcc82e3609 - start_thread [INFO] [stdout] 55: 0x7efcc80b5293 - clone [INFO] [stdout] 56: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tips [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 30.58s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test index' [INFO] running `Command { std: "docker" "inspect" "39d2d6fe26a7f294b0acdc12edfa91ff7639d1f5c1d8c1b3168bd7d7469c7b35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39d2d6fe26a7f294b0acdc12edfa91ff7639d1f5c1d8c1b3168bd7d7469c7b35", kill_on_drop: false }` [INFO] [stdout] 39d2d6fe26a7f294b0acdc12edfa91ff7639d1f5c1d8c1b3168bd7d7469c7b35