[INFO] crate rs-jsonrpc-server-utils 8.0.0 is already in cache [INFO] extracting crate rs-jsonrpc-server-utils 8.0.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/rs-jsonrpc-server-utils/8.0.0 [INFO] extracting crate rs-jsonrpc-server-utils 8.0.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rs-jsonrpc-server-utils/8.0.0 [INFO] validating manifest of rs-jsonrpc-server-utils-8.0.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rs-jsonrpc-server-utils-8.0.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rs-jsonrpc-server-utils-8.0.0 [INFO] finished frobbing rs-jsonrpc-server-utils-8.0.0 [INFO] frobbed toml for rs-jsonrpc-server-utils-8.0.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/rs-jsonrpc-server-utils/8.0.0/Cargo.toml [INFO] started frobbing rs-jsonrpc-server-utils-8.0.0 [INFO] finished frobbing rs-jsonrpc-server-utils-8.0.0 [INFO] frobbed toml for rs-jsonrpc-server-utils-8.0.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rs-jsonrpc-server-utils/8.0.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rs-jsonrpc-server-utils-8.0.0 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/rs-jsonrpc-server-utils/8.0.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 1db83a477a92a47eafd45d31bb6b19a4f4ae9313463a5f241492d961cb369e8a [INFO] running `"docker" "start" "-a" "1db83a477a92a47eafd45d31bb6b19a4f4ae9313463a5f241492d961cb369e8a"` [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling rs-jsonrpc-core v8.0.0 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling globset v0.1.4 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling rs-jsonrpc-server-utils v8.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/matcher.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/matcher.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.17s [INFO] running `"docker" "inspect" "1db83a477a92a47eafd45d31bb6b19a4f4ae9313463a5f241492d961cb369e8a"` [INFO] running `"docker" "rm" "-f" "1db83a477a92a47eafd45d31bb6b19a4f4ae9313463a5f241492d961cb369e8a"` [INFO] [stdout] 1db83a477a92a47eafd45d31bb6b19a4f4ae9313463a5f241492d961cb369e8a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/rs-jsonrpc-server-utils/8.0.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 44774d5020f6b662cc447d24f6135b8bf4289b24ce7684542fa39bbbb67fac95 [INFO] running `"docker" "start" "-a" "44774d5020f6b662cc447d24f6135b8bf4289b24ce7684542fa39bbbb67fac95"` [INFO] [stderr] Compiling rs-jsonrpc-server-utils v8.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/matcher.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/matcher.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.01s [INFO] running `"docker" "inspect" "44774d5020f6b662cc447d24f6135b8bf4289b24ce7684542fa39bbbb67fac95"` [INFO] running `"docker" "rm" "-f" "44774d5020f6b662cc447d24f6135b8bf4289b24ce7684542fa39bbbb67fac95"` [INFO] [stdout] 44774d5020f6b662cc447d24f6135b8bf4289b24ce7684542fa39bbbb67fac95 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/rs-jsonrpc-server-utils/8.0.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 38f26783b32c201a665ae159ce57e9141711addc1e9c35f3a35751e39435f843 [INFO] running `"docker" "start" "-a" "38f26783b32c201a665ae159ce57e9141711addc1e9c35f3a35751e39435f843"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/rs_jsonrpc_server_utils-68bf9b2df4e62278 [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test cors::tests::should_return_none_for_empty_list ... ok [INFO] [stdout] test cors::tests::should_return_none_if_origin_is_not_defined ... ok [INFO] [stdout] test cors::tests::should_return_none_when_there_are_no_cors_domains_and_no_origin ... ok [INFO] [stdout] test cors::tests::should_return_null_if_origin_is_null ... ok [INFO] [stdout] test cors::tests::should_return_none_for_empty_origin ... ok [INFO] [stdout] test cors::tests::should_return_none_for_not_matching_origin ... ok [INFO] [stdout] test hosts::tests::should_accept_if_on_the_list ... ok [INFO] [stdout] test cors::tests::should_return_domain_when_all_are_allowed ... ok [INFO] [stdout] test cors::tests::should_allow_origins_that_matches_hosts ... ok [INFO] [stdout] test hosts::tests::should_reject_if_header_not_on_the_list ... ok [INFO] [stdout] test hosts::tests::should_reject_when_there_is_no_header ... ok [INFO] [stdout] test hosts::tests::should_reject_when_validation_is_disabled ... ok [INFO] [stdout] test cors::tests::should_return_specific_origin_if_we_allow_any ... ok [INFO] [stdout] test hosts::tests::should_accept_if_on_the_list_with_port ... ok [INFO] [stdout] test stream_codec::tests::fragmented_encode ... ok [INFO] [stdout] test stream_codec::tests::escape ... ok [INFO] [stdout] test hosts::tests::should_support_wildcards ... ok [INFO] [stdout] test stream_codec::tests::huge ... ok [INFO] [stdout] test stream_codec::tests::simple_line_codec ... ok [INFO] [stdout] test stream_codec::tests::whitespace ... ok [INFO] [stdout] test stream_codec::tests::simple_encode ... ok [INFO] [stdout] test cors::tests::should_not_allow_partially_matching_origin ... ok [INFO] [stdout] test cors::tests::should_return_specific_origin_if_there_is_a_match ... ok [INFO] [stdout] test hosts::tests::should_parse_host ... ok [INFO] [stdout] test cors::tests::should_parse_origin ... FAILED [INFO] [stdout] test cors::tests::should_support_wildcards ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- cors::tests::should_parse_origin stdout ---- [INFO] [stdout] thread 'cors::tests::should_parse_origin' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Origin { protocol: Http, host: Host { hostname: "superstring.ch", port: Fixed(8443), as_string: "superstring.ch:8443", matcher: "superstring.ch:8443" (true) }, as_string: "http://superstring.ch:8443", matcher: "http://superstring.ch:8443" (true) }`, [INFO] [stdout] right: `Origin { protocol: Https, host: Host { hostname: "superstring.ch", port: Fixed(8443), as_string: "superstring.ch:8443", matcher: "superstring.ch:8443" (true) }, as_string: "https://superstring.ch:8443", matcher: "https://superstring.ch:8443" (true) }`', src/cors.rs:221:3 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56259a935a93 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x56259a9313cb - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x56259a9347d6 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x56259a9344fe - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x56259a934edf - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x56259a934a61 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x56259a9349ae - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stdout] at src/libstd/panicking.rs:336 [INFO] [stdout] 7: 0x56259a729142 - rs_jsonrpc_server_utils::cors::tests::should_parse_origin::hc6ce23366c720d45 [INFO] [stdout] at src/cors.rs:221 [INFO] [stdout] 8: 0x56259a728c59 - rs_jsonrpc_server_utils::cors::tests::should_parse_origin::{{closure}}::h9c1c067af01966d1 [INFO] [stdout] at src/cors.rs:217 [INFO] [stdout] 9: 0x56259a741c1d - core::ops::function::FnOnce::call_once::h2b6138647623d2fc [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 10: 0x56259a74f3be - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 11: 0x56259a937f59 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 12: 0x56259a769cb7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 13: 0x56259a7446d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 14: 0x56259a748784 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 15: 0x56259a937f59 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 16: 0x56259a748d91 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x56259a92917e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 18: 0x56259a93731f - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 19: 0x7fdb7cf594a3 - start_thread [INFO] [stdout] 20: 0x7fdb7ca84d0e - __clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- cors::tests::should_support_wildcards stdout ---- [INFO] [stdout] thread 'cors::tests::should_support_wildcards' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Invalid`, [INFO] [stdout] right: `Ok(Value(Origin { protocol: Http, host: Host { hostname: "superstring.ch", port: None, as_string: "superstring.ch", matcher: "superstring.ch" (true) }, as_string: "http://superstring.ch", matcher: "http://superstring.ch" (true) }))`', src/cors.rs:418:3 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56259a935a93 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x56259a9313cb - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stdout] 2: 0x56259a9347d6 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] at src/libstd/panicking.rs:197 [INFO] [stdout] 3: 0x56259a9344fe - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stdout] at src/libstd/panicking.rs:208 [INFO] [stdout] 4: 0x56259a934edf - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stdout] at src/libstd/panicking.rs:474 [INFO] [stdout] 5: 0x56259a934a61 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stdout] at src/libstd/panicking.rs:381 [INFO] [stdout] 6: 0x56259a9349ae - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stdout] at src/libstd/panicking.rs:336 [INFO] [stdout] 7: 0x56259a72c8f9 - rs_jsonrpc_server_utils::cors::tests::should_support_wildcards::h37757f4d564ab1fd [INFO] [stdout] at src/cors.rs:418 [INFO] [stdout] 8: 0x56259a72c359 - rs_jsonrpc_server_utils::cors::tests::should_support_wildcards::{{closure}}::h8b5b5a541d938dde [INFO] [stdout] at src/cors.rs:401 [INFO] [stdout] 9: 0x56259a741b1d - core::ops::function::FnOnce::call_once::h104bec2c844fe209 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 10: 0x56259a74f3be - as core::ops::function::FnOnce>::call_once::h6b004fa8f4fc1608 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 11: 0x56259a937f59 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 12: 0x56259a769cb7 - test::run_test::run_test_inner::{{closure}}::h9a4d23c41d058d37 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at src/libtest/lib.rs:1468 [INFO] [stdout] 13: 0x56259a7446d4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3765d76361a33ff7 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/sys_common/backtrace.rs:136 [INFO] [stdout] 14: 0x56259a748784 - std::panicking::try::do_call::h6f86e980b52f74d5 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:470 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:315 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:293 [INFO] [stdout] 15: 0x56259a937f59 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 16: 0x56259a748d91 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h760b8a2b155f54c3 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panicking.rs:272 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/panic.rs:394 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libcore/ops/function.rs:231 [INFO] [stdout] 17: 0x56259a92917e - as core::ops::function::FnOnce>::call_once::h805c3cc89d534c05 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] 18: 0x56259a93731f - std::sys::unix::thread::Thread::new::thread_start::h6f10b78f26c98dc6 [INFO] [stdout] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/liballoc/boxed.rs:704 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 19: 0x7fdb7cf594a3 - start_thread [INFO] [stdout] 20: 0x7fdb7ca84d0e - __clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] cors::tests::should_parse_origin [INFO] [stdout] cors::tests::should_support_wildcards [INFO] [stdout] [INFO] [stdout] test result: FAILED. 24 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "38f26783b32c201a665ae159ce57e9141711addc1e9c35f3a35751e39435f843"` [INFO] running `"docker" "rm" "-f" "38f26783b32c201a665ae159ce57e9141711addc1e9c35f3a35751e39435f843"` [INFO] [stdout] 38f26783b32c201a665ae159ce57e9141711addc1e9c35f3a35751e39435f843