[INFO] cloning repository https://github.com/AntonChernev/suffix-tree-search [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AntonChernev/suffix-tree-search" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntonChernev%2Fsuffix-tree-search", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntonChernev%2Fsuffix-tree-search'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1a74152404d74555571cdb3d3123d656c81e5ff2 [INFO] testing AntonChernev/suffix-tree-search against beta-2022-08-09 for beta-1.64-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntonChernev%2Fsuffix-tree-search" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AntonChernev/suffix-tree-search on toolchain beta-2022-08-09 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-08-09" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AntonChernev/suffix-tree-search [INFO] finished tweaking git repo https://github.com/AntonChernev/suffix-tree-search [INFO] tweaked toml for git repo https://github.com/AntonChernev/suffix-tree-search written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/AntonChernev/suffix-tree-search already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-08-09" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-08-09" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9dd17552b9f017b4257866b44de24c7ed0d18cd3de088a1a01e2bffb9c140907 [INFO] running `Command { std: "docker" "start" "-a" "9dd17552b9f017b4257866b44de24c7ed0d18cd3de088a1a01e2bffb9c140907", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9dd17552b9f017b4257866b44de24c7ed0d18cd3de088a1a01e2bffb9c140907", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dd17552b9f017b4257866b44de24c7ed0d18cd3de088a1a01e2bffb9c140907", kill_on_drop: false }` [INFO] [stdout] 9dd17552b9f017b4257866b44de24c7ed0d18cd3de088a1a01e2bffb9c140907 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-08-09" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90e50af007d8d59c32238ae47d1c59c289acab95ee6797b24af689a468bb22df [INFO] running `Command { std: "docker" "start" "-a" "90e50af007d8d59c32238ae47d1c59c289acab95ee6797b24af689a468bb22df", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling untrusted v0.6.2 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling backtrace v0.3.44 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling sct v0.5.0 [INFO] [stderr] Compiling webpki v0.19.1 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling gotham_derive v0.4.0 [INFO] [stderr] Compiling rustls v0.15.2 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling tokio-rustls v0.9.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.47 [INFO] [stderr] Compiling bincode v1.2.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling borrow-bag v1.0.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling gotham v0.4.0 [INFO] [stderr] Compiling suffix_tree v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 21s [INFO] running `Command { std: "docker" "inspect" "90e50af007d8d59c32238ae47d1c59c289acab95ee6797b24af689a468bb22df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90e50af007d8d59c32238ae47d1c59c289acab95ee6797b24af689a468bb22df", kill_on_drop: false }` [INFO] [stdout] 90e50af007d8d59c32238ae47d1c59c289acab95ee6797b24af689a468bb22df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-08-09" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36cd20d280634fe50fb4e9984c30c74d127e521d65af534f38397b8a116816b8 [INFO] running `Command { std: "docker" "start" "-a" "36cd20d280634fe50fb4e9984c30c74d127e521d65af534f38397b8a116816b8", kill_on_drop: false }` [INFO] [stderr] Compiling suffix_tree v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.54s [INFO] running `Command { std: "docker" "inspect" "36cd20d280634fe50fb4e9984c30c74d127e521d65af534f38397b8a116816b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36cd20d280634fe50fb4e9984c30c74d127e521d65af534f38397b8a116816b8", kill_on_drop: false }` [INFO] [stdout] 36cd20d280634fe50fb4e9984c30c74d127e521d65af534f38397b8a116816b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-08-09" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a37adf234ec99abe64a062573569465d24a9fc201970b1485caf5edf863f4e5f [INFO] running `Command { std: "docker" "start" "-a" "a37adf234ec99abe64a062573569465d24a9fc201970b1485caf5edf863f4e5f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.71s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/suffix_tree-0fdcd1e375406d7a) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test suffix_tree::tests::test_search_bg ... ok [INFO] [stdout] test suffix_tree::tests::test_search_en ... ok [INFO] [stdout] test routing::tests::test_search ... FAILED [INFO] [stdout] test routing::tests::test_get_text ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- routing::tests::test_search stdout ---- [INFO] [stdout] thread 'routing::tests::test_search' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 22, kind: InvalidInput, message: "Invalid argument" } [INFO] [stdout] [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new [INFO] [stdout] at src/backtrace/internal.rs:46 [INFO] [stdout] 1: failure::backtrace::Backtrace::new [INFO] [stdout] at src/backtrace/mod.rs:121 [INFO] [stdout] 2: >::from [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.6/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.6/src/error/mod.rs:36 [INFO] [stdout] 4: as core::ops::try_trait::FromResidual>>::from_residual [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/result.rs:2134 [INFO] [stdout] 5: gotham::plain::test::TestServer::with_timeout [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gotham-0.4.0/src/plain/test.rs:106 [INFO] [stdout] 6: gotham::plain::test::TestServer::new [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gotham-0.4.0/src/plain/test.rs:97 [INFO] [stdout] 7: suffix_tree::routing::tests::test_search [INFO] [stdout] at src/routing.rs:81 [INFO] [stdout] 8: suffix_tree::routing::tests::test_search::{{closure}} [INFO] [stdout] at src/routing.rs:79 [INFO] [stdout] 9: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/ops/function.rs:248 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once [INFO] [stdout] at library/core/src/ops/function.rs:248 [INFO] [stdout] test::__rust_begin_short_backtrace [INFO] [stdout] at library/test/src/lib.rs:572 [INFO] [stdout] 11: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at library/alloc/src/boxed.rs:1935 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at library/core/src/panic/unwind_safe.rs:271 [INFO] [stdout] std::panicking::try::do_call [INFO] [stdout] at library/std/src/panicking.rs:492 [INFO] [stdout] std::panicking::try [INFO] [stdout] at library/std/src/panicking.rs:456 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at library/std/src/panic.rs:137 [INFO] [stdout] test::run_test_in_process [INFO] [stdout] at library/test/src/lib.rs:595 [INFO] [stdout] test::run_test::run_test_inner::{{closure}} [INFO] [stdout] at library/test/src/lib.rs:489 [INFO] [stdout] 12: test::run_test::run_test_inner::{{closure}} [INFO] [stdout] at library/test/src/lib.rs:516 [INFO] [stdout] std::sys_common::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at library/std/src/sys_common/backtrace.rs:122 [INFO] [stdout] 13: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} [INFO] [stdout] at library/std/src/thread/mod.rs:505 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at library/core/src/panic/unwind_safe.rs:271 [INFO] [stdout] std::panicking::try::do_call [INFO] [stdout] at library/std/src/panicking.rs:492 [INFO] [stdout] std::panicking::try [INFO] [stdout] at library/std/src/panicking.rs:456 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at library/std/src/panic.rs:137 [INFO] [stdout] std::thread::Builder::spawn_unchecked_::{{closure}} [INFO] [stdout] at library/std/src/thread/mod.rs:504 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at library/core/src/ops/function.rs:248 [INFO] [stdout] 14: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at library/alloc/src/boxed.rs:1935 [INFO] [stdout] as core::ops::function::FnOnce>::call_once [INFO] [stdout] at library/alloc/src/boxed.rs:1935 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at library/std/src/sys/unix/thread.rs:108 [INFO] [stdout] 15: start_thread [INFO] [stdout] 16: __clone [INFO] [stdout] ', src/routing.rs:81:57 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564bece8d210 - std::backtrace_rs::backtrace::libunwind::trace::hc2aafb361b930ef6 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x564bece8d210 - std::backtrace_rs::backtrace::trace_unsynchronized::h804481ad4855a013 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x564bece8d210 - std::sys_common::backtrace::_print_fmt::hde719312690c42c7 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x564bece8d210 - ::fmt::h3ac798ae3916ddb8 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x564beceb27bc - core::fmt::write::h56d0a26c056ebf7d [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/fmt/mod.rs:1198:17 [INFO] [stdout] 5: 0x564bece871b5 - std::io::Write::write_fmt::h05e70be662867c59 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/io/mod.rs:1672:15 [INFO] [stdout] 6: 0x564bece8ed61 - std::sys_common::backtrace::_print::h157d3034d56c5f2b [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x564bece8ed61 - std::sys_common::backtrace::print::h8711cdaccf25c72b [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x564bece8ed61 - std::panicking::default_hook::{{closure}}::h5a65e9070c5bad88 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x564bece8e9b1 - std::panicking::default_hook::h02eec242e22c1c0a [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x564bece8f403 - std::panicking::rust_panic_with_hook::hd120b75e7be84603 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x564bece8f2f7 - std::panicking::begin_panic_handler::{{closure}}::he7b199a96ab3ad47 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x564bece8d734 - std::sys_common::backtrace::__rust_end_short_backtrace::h128233115a8d97ab [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x564bece8f022 - rust_begin_unwind [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x564bec8eb5a3 - core::panicking::panic_fmt::h9ba2fa2bf5a290c7 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x564bec8eb6f3 - core::result::unwrap_failed::hc9fc90d7d677f8a0 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/result.rs:1814:5 [INFO] [stdout] 16: 0x564bec9ac649 - core::result::Result::unwrap::hffda1d4b0d498c3c [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/result.rs:1107:23 [INFO] [stdout] 17: 0x564bec9e2096 - suffix_tree::routing::tests::test_search::h052d24d3c1f04a65 [INFO] [stdout] at /opt/rustwide/workdir/src/routing.rs:81:27 [INFO] [stdout] 18: 0x564bec9e201a - suffix_tree::routing::tests::test_search::{{closure}}::h404b18415264757b [INFO] [stdout] at /opt/rustwide/workdir/src/routing.rs:79:5 [INFO] [stdout] 19: 0x564bec96802e - core::ops::function::FnOnce::call_once::hf5588b47581e2634 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 20: 0x564beca1e0f3 - core::ops::function::FnOnce::call_once::ha4000de7d74ce957 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 21: 0x564beca1e0f3 - test::__rust_begin_short_backtrace::h97d00f92a6823310 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/test/src/lib.rs:572:5 [INFO] [stdout] 22: 0x564beca1ce8c - as core::ops::function::FnOnce>::call_once::hd4e49082446b7e36 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/alloc/src/boxed.rs:1935:9 [INFO] [stdout] 23: 0x564beca1ce8c - as core::ops::function::FnOnce<()>>::call_once::hd614da272fbcc3e8 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x564beca1ce8c - std::panicking::try::do_call::h65eed6c45a2ac496 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x564beca1ce8c - std::panicking::try::h30300676e84e25e1 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x564beca1ce8c - std::panic::catch_unwind::h31f6fe9f178404d3 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x564beca1ce8c - test::run_test_in_process::h63f59f5a2354d4f0 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/test/src/lib.rs:595:18 [INFO] [stdout] 28: 0x564beca1ce8c - test::run_test::run_test_inner::{{closure}}::heffd6e2eac3b867c [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/test/src/lib.rs:489:39 [INFO] [stdout] 29: 0x564bec9e766c - test::run_test::run_test_inner::{{closure}}::h174c7d5725c867fe [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/test/src/lib.rs:516:37 [INFO] [stdout] 30: 0x564bec9e766c - std::sys_common::backtrace::__rust_begin_short_backtrace::h6b256ade43a1c5e2 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x564bec9ed03f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h574ba971f26d19c5 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/thread/mod.rs:505:17 [INFO] [stdout] 32: 0x564bec9ed03f - as core::ops::function::FnOnce<()>>::call_once::h1575ce15b07116dd [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x564bec9ed03f - std::panicking::try::do_call::h62958754a3d546a4 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x564bec9ed03f - std::panicking::try::h4ae2dc197d04f86d [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x564bec9ed03f - std::panic::catch_unwind::h8c834bd4e9aedde1 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x564bec9ed03f - std::thread::Builder::spawn_unchecked_::{{closure}}::hbdaa27f018f8b53d [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/thread/mod.rs:504:30 [INFO] [stdout] 37: 0x564bec9ed03f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88c4d88f89c45d7c [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 38: 0x564bece93ba3 - as core::ops::function::FnOnce>::call_once::hafebb5a654285d1f [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/alloc/src/boxed.rs:1935:9 [INFO] [stdout] 39: 0x564bece93ba3 - as core::ops::function::FnOnce>::call_once::hd7f46a8cec019e0f [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/alloc/src/boxed.rs:1935:9 [INFO] [stdout] 40: 0x564bece93ba3 - std::sys::unix::thread::Thread::new::thread_start::hcd40f54db19fb2e5 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fd1841db609 - start_thread [INFO] [stdout] 42: 0x7fd183fab133 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- routing::tests::test_get_text stdout ---- [INFO] [stdout] thread 'routing::tests::test_get_text' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 22, kind: InvalidInput, message: "Invalid argument" } [INFO] [stdout] [INFO] [stdout] 0: failure::backtrace::internal::InternalBacktrace::new [INFO] [stdout] at src/backtrace/internal.rs:46 [INFO] [stdout] 1: failure::backtrace::Backtrace::new [INFO] [stdout] at src/backtrace/mod.rs:121 [INFO] [stdout] 2: >::from [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.6/src/error/error_impl.rs:19 [INFO] [stdout] 3: >::from [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.6/src/error/mod.rs:36 [INFO] [stdout] 4: as core::ops::try_trait::FromResidual>>::from_residual [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/result.rs:2134 [INFO] [stdout] 5: gotham::plain::test::TestServer::with_timeout [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gotham-0.4.0/src/plain/test.rs:106 [INFO] [stdout] 6: gotham::plain::test::TestServer::new [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gotham-0.4.0/src/plain/test.rs:97 [INFO] [stdout] 7: suffix_tree::routing::tests::test_get_text [INFO] [stdout] at src/routing.rs:64 [INFO] [stdout] 8: suffix_tree::routing::tests::test_get_text::{{closure}} [INFO] [stdout] at src/routing.rs:62 [INFO] [stdout] 9: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/ops/function.rs:248 [INFO] [stdout] 10: core::ops::function::FnOnce::call_once [INFO] [stdout] at library/core/src/ops/function.rs:248 [INFO] [stdout] test::__rust_begin_short_backtrace [INFO] [stdout] at library/test/src/lib.rs:572 [INFO] [stdout] 11: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at library/alloc/src/boxed.rs:1935 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at library/core/src/panic/unwind_safe.rs:271 [INFO] [stdout] std::panicking::try::do_call [INFO] [stdout] at library/std/src/panicking.rs:492 [INFO] [stdout] std::panicking::try [INFO] [stdout] at library/std/src/panicking.rs:456 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at library/std/src/panic.rs:137 [INFO] [stdout] test::run_test_in_process [INFO] [stdout] at library/test/src/lib.rs:595 [INFO] [stdout] test::run_test::run_test_inner::{{closure}} [INFO] [stdout] at library/test/src/lib.rs:489 [INFO] [stdout] 12: test::run_test::run_test_inner::{{closure}} [INFO] [stdout] at library/test/src/lib.rs:516 [INFO] [stdout] std::sys_common::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at library/std/src/sys_common/backtrace.rs:122 [INFO] [stdout] 13: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} [INFO] [stdout] at library/std/src/thread/mod.rs:505 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at library/core/src/panic/unwind_safe.rs:271 [INFO] [stdout] std::panicking::try::do_call [INFO] [stdout] at library/std/src/panicking.rs:492 [INFO] [stdout] std::panicking::try [INFO] [stdout] at library/std/src/panicking.rs:456 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at library/std/src/panic.rs:137 [INFO] [stdout] std::thread::Builder::spawn_unchecked_::{{closure}} [INFO] [stdout] at library/std/src/thread/mod.rs:504 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at library/core/src/ops/function.rs:248 [INFO] [stdout] 14: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at library/alloc/src/boxed.rs:1935 [INFO] [stdout] as core::ops::function::FnOnce>::call_once [INFO] [stdout] at library/alloc/src/boxed.rs:1935 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at library/std/src/sys/unix/thread.rs:108 [INFO] [stdout] 15: start_thread [INFO] [stdout] 16: __clone [INFO] [stdout] ', src/routing.rs:64:57 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564bece8d210 - std::backtrace_rs::backtrace::libunwind::trace::hc2aafb361b930ef6 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x564bece8d210 - std::backtrace_rs::backtrace::trace_unsynchronized::h804481ad4855a013 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x564bece8d210 - std::sys_common::backtrace::_print_fmt::hde719312690c42c7 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x564bece8d210 - ::fmt::h3ac798ae3916ddb8 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x564beceb27bc - core::fmt::write::h56d0a26c056ebf7d [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/fmt/mod.rs:1198:17 [INFO] [stdout] 5: 0x564bece871b5 - std::io::Write::write_fmt::h05e70be662867c59 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/io/mod.rs:1672:15 [INFO] [stdout] 6: 0x564bece8ed61 - std::sys_common::backtrace::_print::h157d3034d56c5f2b [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x564bece8ed61 - std::sys_common::backtrace::print::h8711cdaccf25c72b [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x564bece8ed61 - std::panicking::default_hook::{{closure}}::h5a65e9070c5bad88 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x564bece8e9b1 - std::panicking::default_hook::h02eec242e22c1c0a [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x564bece8f403 - std::panicking::rust_panic_with_hook::hd120b75e7be84603 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x564bece8f2f7 - std::panicking::begin_panic_handler::{{closure}}::he7b199a96ab3ad47 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x564bece8d734 - std::sys_common::backtrace::__rust_end_short_backtrace::h128233115a8d97ab [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x564bece8f022 - rust_begin_unwind [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x564bec8eb5a3 - core::panicking::panic_fmt::h9ba2fa2bf5a290c7 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x564bec8eb6f3 - core::result::unwrap_failed::hc9fc90d7d677f8a0 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/result.rs:1814:5 [INFO] [stdout] 16: 0x564bec9ac649 - core::result::Result::unwrap::hffda1d4b0d498c3c [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/result.rs:1107:23 [INFO] [stdout] 17: 0x564bec9e1c00 - suffix_tree::routing::tests::test_get_text::hdb28f389f6ed7266 [INFO] [stdout] at /opt/rustwide/workdir/src/routing.rs:64:27 [INFO] [stdout] 18: 0x564bec9e1b8a - suffix_tree::routing::tests::test_get_text::{{closure}}::hbc5f844b6d707a3e [INFO] [stdout] at /opt/rustwide/workdir/src/routing.rs:62:5 [INFO] [stdout] 19: 0x564bec96747e - core::ops::function::FnOnce::call_once::h0130ca7e268e5f9e [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 20: 0x564beca1e0f3 - core::ops::function::FnOnce::call_once::ha4000de7d74ce957 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 21: 0x564beca1e0f3 - test::__rust_begin_short_backtrace::h97d00f92a6823310 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/test/src/lib.rs:572:5 [INFO] [stdout] 22: 0x564beca1ce8c - as core::ops::function::FnOnce>::call_once::hd4e49082446b7e36 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/alloc/src/boxed.rs:1935:9 [INFO] [stdout] 23: 0x564beca1ce8c - as core::ops::function::FnOnce<()>>::call_once::hd614da272fbcc3e8 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x564beca1ce8c - std::panicking::try::do_call::h65eed6c45a2ac496 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x564beca1ce8c - std::panicking::try::h30300676e84e25e1 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x564beca1ce8c - std::panic::catch_unwind::h31f6fe9f178404d3 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x564beca1ce8c - test::run_test_in_process::h63f59f5a2354d4f0 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/test/src/lib.rs:595:18 [INFO] [stdout] 28: 0x564beca1ce8c - test::run_test::run_test_inner::{{closure}}::heffd6e2eac3b867c [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/test/src/lib.rs:489:39 [INFO] [stdout] 29: 0x564bec9e766c - test::run_test::run_test_inner::{{closure}}::h174c7d5725c867fe [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/test/src/lib.rs:516:37 [INFO] [stdout] 30: 0x564bec9e766c - std::sys_common::backtrace::__rust_begin_short_backtrace::h6b256ade43a1c5e2 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x564bec9ed03f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h574ba971f26d19c5 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/thread/mod.rs:505:17 [INFO] [stdout] 32: 0x564bec9ed03f - as core::ops::function::FnOnce<()>>::call_once::h1575ce15b07116dd [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x564bec9ed03f - std::panicking::try::do_call::h62958754a3d546a4 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x564bec9ed03f - std::panicking::try::h4ae2dc197d04f86d [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x564bec9ed03f - std::panic::catch_unwind::h8c834bd4e9aedde1 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x564bec9ed03f - std::thread::Builder::spawn_unchecked_::{{closure}}::hbdaa27f018f8b53d [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/thread/mod.rs:504:30 [INFO] [stdout] 37: 0x564bec9ed03f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88c4d88f89c45d7c [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 38: 0x564bece93ba3 - as core::ops::function::FnOnce>::call_once::hafebb5a654285d1f [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/alloc/src/boxed.rs:1935:9 [INFO] [stdout] 39: 0x564bece93ba3 - as core::ops::function::FnOnce>::call_once::hd7f46a8cec019e0f [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/alloc/src/boxed.rs:1935:9 [INFO] [stdout] 40: 0x564bece93ba3 - std::sys::unix::thread::Thread::new::thread_start::hcd40f54db19fb2e5 [INFO] [stdout] at /rustc/56714e5332f5f21c39d710cc4a6dd279132dedd6/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fd1841db609 - start_thread [INFO] [stdout] 42: 0x7fd183fab133 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] routing::tests::test_get_text [INFO] [stdout] routing::tests::test_search [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin suffix_tree' [INFO] running `Command { std: "docker" "inspect" "a37adf234ec99abe64a062573569465d24a9fc201970b1485caf5edf863f4e5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a37adf234ec99abe64a062573569465d24a9fc201970b1485caf5edf863f4e5f", kill_on_drop: false }` [INFO] [stdout] a37adf234ec99abe64a062573569465d24a9fc201970b1485caf5edf863f4e5f