[INFO] crate publicsuffix 1.5.2 is already in cache [INFO] extracting crate publicsuffix 1.5.2 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/publicsuffix/1.5.2 [INFO] extracting crate publicsuffix 1.5.2 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/publicsuffix/1.5.2 [INFO] validating manifest of publicsuffix-1.5.2 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of publicsuffix-1.5.2 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing publicsuffix-1.5.2 [INFO] finished frobbing publicsuffix-1.5.2 [INFO] frobbed toml for publicsuffix-1.5.2 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/publicsuffix/1.5.2/Cargo.toml [INFO] started frobbing publicsuffix-1.5.2 [INFO] finished frobbing publicsuffix-1.5.2 [INFO] frobbed toml for publicsuffix-1.5.2 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/publicsuffix/1.5.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing publicsuffix-1.5.2 against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/publicsuffix/1.5.2:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] b5e4f2ad4c09d405b660dea4ae34b546e5d1c0237123be883f00f77ab42b7440 [INFO] running `"docker" "start" "-a" "b5e4f2ad4c09d405b660dea4ae34b546e5d1c0237123be883f00f77ab42b7440"` [INFO] [stderr] Compiling publicsuffix v1.5.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/lib.rs:518:26 [INFO] [stderr] | [INFO] [stderr] 518 | .trim_left_matches("[") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:519:26 [INFO] [stderr] | [INFO] [stderr] 519 | .trim_right_matches("]"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:608:14 [INFO] [stderr] | [INFO] [stderr] 608 | .trim_right_matches('.') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/lib.rs:631:68 [INFO] [stderr] | [INFO] [stderr] 631 | if *label == d_labels[i] || *label == "*" || label.trim_left_matches('!') == d_labels[i] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:686:28 [INFO] [stderr] | [INFO] [stderr] 686 | let input = domain.trim_right_matches('.'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:749:35 [INFO] [stderr] | [INFO] [stderr] 749 | write!(f, "{}", self.full.trim_right_matches(".").to_lowercase()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain! { [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | Io(::std::io::Error); [INFO] [stderr] 9 | | Url(::url::ParseError); [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.96s [INFO] running `"docker" "inspect" "b5e4f2ad4c09d405b660dea4ae34b546e5d1c0237123be883f00f77ab42b7440"` [INFO] running `"docker" "rm" "-f" "b5e4f2ad4c09d405b660dea4ae34b546e5d1c0237123be883f00f77ab42b7440"` [INFO] [stdout] b5e4f2ad4c09d405b660dea4ae34b546e5d1c0237123be883f00f77ab42b7440 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/publicsuffix/1.5.2:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 49d6b809b492544e34be96b93ca213d4cd03485bd0f62ae6ce5ebf578f56c376 [INFO] running `"docker" "start" "-a" "49d6b809b492544e34be96b93ca213d4cd03485bd0f62ae6ce5ebf578f56c376"` [INFO] [stderr] Compiling rspec v1.0.0-beta.3 [INFO] [stderr] Compiling publicsuffix v1.5.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/lib.rs:518:26 [INFO] [stderr] | [INFO] [stderr] 518 | .trim_left_matches("[") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:519:26 [INFO] [stderr] | [INFO] [stderr] 519 | .trim_right_matches("]"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:608:14 [INFO] [stderr] | [INFO] [stderr] 608 | .trim_right_matches('.') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/lib.rs:631:68 [INFO] [stderr] | [INFO] [stderr] 631 | if *label == d_labels[i] || *label == "*" || label.trim_left_matches('!') == d_labels[i] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:686:28 [INFO] [stderr] | [INFO] [stderr] 686 | let input = domain.trim_right_matches('.'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:749:35 [INFO] [stderr] | [INFO] [stderr] 749 | write!(f, "{}", self.full.trim_right_matches(".").to_lowercase()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/tests.rs:118:54 [INFO] [stderr] | [INFO] [stderr] 118 | assert_eq!(res.suffix(), Some(domain.trim_right_matches('.'))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain! { [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | Io(::std::io::Error); [INFO] [stderr] 9 | | Url(::url::ParseError); [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.53s [INFO] running `"docker" "inspect" "49d6b809b492544e34be96b93ca213d4cd03485bd0f62ae6ce5ebf578f56c376"` [INFO] running `"docker" "rm" "-f" "49d6b809b492544e34be96b93ca213d4cd03485bd0f62ae6ce5ebf578f56c376"` [INFO] [stdout] 49d6b809b492544e34be96b93ca213d4cd03485bd0f62ae6ce5ebf578f56c376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/publicsuffix/1.5.2:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen"` [INFO] [stdout] f46cdff7862e6db3d6e8c0b7ab9a916a47cb1c22e843e56d93d289ccd25c208b [INFO] running `"docker" "start" "-a" "f46cdff7862e6db3d6e8c0b7ab9a916a47cb1c22e843e56d93d289ccd25c208b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/publicsuffix-3fec112568d733be [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::list_behaviour ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::list_behaviour stdout ---- [INFO] [stdout] thread 'tests::list_behaviour' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Io(Custom { kind: Other, error: StringError("failed to lookup address information: Temporary failure in name resolution") }), State { next_error: None, backtrace: InternalBacktrace { backtrace: Some(stack backtrace: [INFO] [stdout] 0: error_chain::backtrace::imp::InternalBacktrace::new::hca2f8dda254bf6c1 (0x561932b1add2) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.0/src/backtrace.rs:56 [INFO] [stdout] 1: ::default::hd6c8fcbd4e51632c (0x561932b191c2) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.0/src/lib.rs:666 [INFO] [stdout] 2: publicsuffix::errors::Error::from_kind::h8e28bf6c965ef314 (0x56193282ca4f) [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:53 [INFO] [stdout] 3: >::from::h893f2756c8e6a194 (0x56193282cd0f) [INFO] [stdout] at src/errors.rs:6 [INFO] [stdout] 4: publicsuffix::request::hd33b823e07233dfd (0x5619328158c4) [INFO] [stdout] at src/lib.rs:236 [INFO] [stdout] 5: publicsuffix::List::from_url::h91ad0814a2ab1777 (0x5619328177e3) [INFO] [stdout] at src/lib.rs:322 [INFO] [stdout] 6: publicsuffix::List::fetch::{{closure}}::h8c71e78416718178 (0x561932817966) [INFO] [stdout] at src/lib.rs:374 [INFO] [stdout] 7: >::or_else::h4225fc26b57fd1c1 (0x56193282ab49) [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libcore/result.rs:707 [INFO] [stdout] 8: publicsuffix::List::fetch::h09616d35d6b6738c (0x561932817918) [INFO] [stdout] at src/lib.rs:371 [INFO] [stdout] 9: publicsuffix::tests::list_behaviour::h9dee65cf1317771f (0x56193280eaf0) [INFO] [stdout] at src/tests.rs:9 [INFO] [stdout] 10: publicsuffix::tests::list_behaviour::{{closure}}::hf91fbf61ccda348a (0x56193280eac9) [INFO] [stdout] at src/tests.rs:8 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::h79489d7084f26c77 (0x5619328549dd) [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: {{closure}} (0x56193286283e) [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] call_once [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libcore/ops/function.rs:231 [INFO] [stdout] call_box<(),closure> [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/liballoc/boxed.rs:734 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x561932b59709) [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 14: try<(),std::panic::AssertUnwindSafe>>> (0x56193287fac7) [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panicking.rs:276 [INFO] [stdout] catch_unwind>>,()> [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panic.rs:388 [INFO] [stdout] {{closure}} [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::h85c77ad9ddf8fba3 (0x56193285b284) [INFO] [stdout] 16: {{closure}} (0x56193285b954) [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/thread/mod.rs:469 [INFO] [stdout] call_once<(),closure> [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panic.rs:309 [INFO] [stdout] do_call,()> [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panicking.rs:297 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x561932b59709) [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 18: try<(),std::panic::AssertUnwindSafe> (0x561932862abc) [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panicking.rs:276 [INFO] [stdout] catch_unwind,()> [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panic.rs:388 [INFO] [stdout] {{closure}} [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/thread/mod.rs:468 [INFO] [stdout] call_box<(),closure> [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/liballoc/boxed.rs:734 [INFO] [stdout] 19: call_once<(),()> (0x561932b58b9d) [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/liballoc/boxed.rs:744 [INFO] [stdout] start_thread [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] thread_start [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 20: start_thread (0x7fc23d3d3493) [INFO] [stdout] 21: __clone (0x7fc23cefeace) [INFO] [stdout] 22: (0x0)) } })', src/libcore/result.rs:997:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x561932b56a23 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::hb587d2734f1dc7c5 [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x561932b51aab - std::sys_common::backtrace::_print::he39717f7cfbd122d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x561932b54a46 - std::panicking::default_hook::{{closure}}::hb7f1ae5149814e5e [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x561932b54747 - std::panicking::default_hook::hc2b73d8ffc772b35 [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x561932b55150 - std::panicking::rust_panic_with_hook::h625072734a147d22 [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x561932b54cd1 - std::panicking::continue_panic_fmt::h3d3b66f689c3e04e [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x561932b54bb5 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:312 [INFO] [stdout] 7: 0x561932b69dcc - core::panicking::panic_fmt::h3dc182ff7fefc0c0 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 8: 0x56193282c102 - core::result::unwrap_failed::hf9530b23f592f630 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libcore/macros.rs:16 [INFO] [stdout] 9: 0x5619328295ae - >::unwrap::h9a5cbb1507c4ee4a [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libcore/result.rs:798 [INFO] [stdout] 10: 0x56193280eb10 - publicsuffix::tests::list_behaviour::h9dee65cf1317771f [INFO] [stdout] at src/tests.rs:9 [INFO] [stdout] 11: 0x56193280eac9 - publicsuffix::tests::list_behaviour::{{closure}}::hf91fbf61ccda348a [INFO] [stdout] at src/tests.rs:8 [INFO] [stdout] 12: 0x5619328549dd - core::ops::function::FnOnce::call_once::h79489d7084f26c77 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libcore/ops/function.rs:231 [INFO] [stdout] 13: 0x56193286283e - >::call_box::h6b39ff82621fe3f5 [INFO] [stdout] at src/libtest/lib.rs:1474 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libcore/ops/function.rs:231 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/liballoc/boxed.rs:734 [INFO] [stdout] 14: 0x561932b59709 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 15: 0x56193287fac7 - test::run_test::run_test_inner::{{closure}}::h57942e399d1cc807 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panic.rs:388 [INFO] [stdout] at src/libtest/lib.rs:1429 [INFO] [stdout] 16: 0x56193285b284 - std::sys_common::backtrace::__rust_begin_short_backtrace::h85c77ad9ddf8fba3 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 17: 0x56193285b954 - std::panicking::try::do_call::hf5b2072d080453d1 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panicking.rs:297 [INFO] [stdout] 18: 0x561932b59709 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 19: 0x561932862abc - >::call_box::hf0a5ea81172c4bf3 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/liballoc/boxed.rs:734 [INFO] [stdout] 20: 0x561932b58b9d - std::sys::unix::thread::Thread::new::thread_start::h60ff5f253b4125d5 [INFO] [stdout] at /rustc/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 21: 0x7fc23d3d3493 - start_thread [INFO] [stdout] 22: 0x7fc23cefeace - __clone [INFO] [stdout] 23: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::list_behaviour [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "f46cdff7862e6db3d6e8c0b7ab9a916a47cb1c22e843e56d93d289ccd25c208b"` [INFO] running `"docker" "rm" "-f" "f46cdff7862e6db3d6e8c0b7ab9a916a47cb1c22e843e56d93d289ccd25c208b"` [INFO] [stdout] f46cdff7862e6db3d6e8c0b7ab9a916a47cb1c22e843e56d93d289ccd25c208b