[INFO] fetching crate publicsuffix 1.5.2... [INFO] extracting crate publicsuffix 1.5.2 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/publicsuffix/1.5.2 [INFO] extracting crate publicsuffix 1.5.2 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/publicsuffix/1.5.2 [INFO] validating manifest of publicsuffix-1.5.2 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of publicsuffix-1.5.2 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-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-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/publicsuffix/1.5.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rspec v1.0.0-beta.3 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing publicsuffix-1.5.2 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 316e629be05e9cd96517b663bb572838c8a68ea6d7af6364271d4da85ae3bb6a [INFO] running `"docker" "start" "-a" "316e629be05e9cd96517b663bb572838c8a68ea6d7af6364271d4da85ae3bb6a"` [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] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [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] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [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] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [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] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [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] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [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] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.23s [INFO] running `"docker" "inspect" "316e629be05e9cd96517b663bb572838c8a68ea6d7af6364271d4da85ae3bb6a"` [INFO] running `"docker" "rm" "-f" "316e629be05e9cd96517b663bb572838c8a68ea6d7af6364271d4da85ae3bb6a"` [INFO] [stdout] 316e629be05e9cd96517b663bb572838c8a68ea6d7af6364271d4da85ae3bb6a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 59051635f9b1b5508316f6f8bfeb09d0abe39e21b2ae56affea7fea793eaff7d [INFO] running `"docker" "start" "-a" "59051635f9b1b5508316f6f8bfeb09d0abe39e21b2ae56affea7fea793eaff7d"` [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] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [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] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [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] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [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] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [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] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [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] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [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] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.05s [INFO] running `"docker" "inspect" "59051635f9b1b5508316f6f8bfeb09d0abe39e21b2ae56affea7fea793eaff7d"` [INFO] running `"docker" "rm" "-f" "59051635f9b1b5508316f6f8bfeb09d0abe39e21b2ae56affea7fea793eaff7d"` [INFO] [stdout] 59051635f9b1b5508316f6f8bfeb09d0abe39e21b2ae56affea7fea793eaff7d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 649f62d4f057965915f4ccd279ba0e41fb807670bf0c48798aeeb355798ae946 [INFO] running `"docker" "start" "-a" "649f62d4f057965915f4ccd279ba0e41fb807670bf0c48798aeeb355798ae946"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/publicsuffix-c9151429fe14ac39 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] error: test failed, to rerun pass '--lib' [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: "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::he4c1be718a2154d6 (0x5611db7f6e15) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1/src/backtrace.rs:56 [INFO] [stdout] 1: ::default::hd1b9ec3d6a9079da (0x5611db7f5a23) [INFO] [stdout] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1/src/lib.rs:671 [INFO] [stdout] 2: publicsuffix::errors::Error::from_kind::h7aece81a0fb88f99 (0x5611db4ad6a0) [INFO] [stdout] at /opt/crater/workdir/<::error_chain::error_chain::impl_error_chain_processed macros>:53 [INFO] [stdout] 3: >::from::h7277585e27db8ca7 (0x5611db4ad800) [INFO] [stdout] at src/errors.rs:6 [INFO] [stdout] 4: publicsuffix::request::hf5b723e163816524 (0x5611db492f74) [INFO] [stdout] at src/lib.rs:236 [INFO] [stdout] 5: publicsuffix::List::from_url::hd7b0eeafa10309ae (0x5611db494ee4) [INFO] [stdout] at src/lib.rs:322 [INFO] [stdout] 6: publicsuffix::List::fetch::{{closure}}::hd0d165c5bff36bd4 (0x5611db495067) [INFO] [stdout] at src/lib.rs:374 [INFO] [stdout] 7: core::result::Result::or_else::ha8f53905774c5afa (0x5611db4b4896) [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libcore/result.rs:709 [INFO] [stdout] 8: publicsuffix::List::fetch::h294d80d68747d766 (0x5611db495019) [INFO] [stdout] at src/lib.rs:371 [INFO] [stdout] 9: publicsuffix::tests::list_behaviour::h87bbf44d1725ebec (0x5611db48c261) [INFO] [stdout] at src/tests.rs:9 [INFO] [stdout] 10: publicsuffix::tests::list_behaviour::{{closure}}::h27d8b0cd12946f35 (0x5611db48c23a) [INFO] [stdout] at src/tests.rs:8 [INFO] [stdout] 11: core::ops::function::FnOnce::call_once::hbd122ea3ee1c8242 (0x5611db4a504e) [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libcore/ops/function.rs:231 [INFO] [stdout] 12: as core::ops::function::FnOnce>::call_once::h7d12c58d88f85f52 (0x5611db4e349f) [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/liballoc/boxed.rs:746 [INFO] [stdout] 13: __rust_maybe_catch_panic (0x5611db84b31a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 14: std::panicking::try::h5ed77697f4b9cf5a (0x5611db4fde78) [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panicking.rs:273 [INFO] [stdout] std::panic::catch_unwind::hc3df70fd601bf96f [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panic.rs:388 [INFO] [stdout] test::run_test::run_test_inner::{{closure}}::haf52e514bd7b7a7a [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 15: std::sys_common::backtrace::__rust_begin_short_backtrace::he61de6f42984ba1b (0x5611db4d8a15) [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h583331a58084cfa6 (0x5611db4dca15) [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/thread/mod.rs:470 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once::h730d3f044d244375 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panic.rs:309 [INFO] [stdout] std::panicking::try::do_call::h11328ad090f12422 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panicking.rs:294 [INFO] [stdout] 17: __rust_maybe_catch_panic (0x5611db84b31a) [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 18: std::panicking::try::hd00f486f5358e439 (0x5611db4dd0a2) [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panicking.rs:273 [INFO] [stdout] std::panic::catch_unwind::h78adeaedb9e59cb0 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panic.rs:388 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}}::ha2637f22a0fb0434 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/thread/mod.rs:469 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}}::h86e6656f4f46649d [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libcore/ops/function.rs:231 [INFO] [stdout] 19: as core::ops::function::FnOnce>::call_once::h146d737fe1c8556c (0x5611db83a87f) [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/liballoc/boxed.rs:746 [INFO] [stdout] 20: as core::ops::function::FnOnce>::call_once::h44ec2de830c4be09 (0x5611db84a740) [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/liballoc/boxed.rs:746 [INFO] [stdout] std::sys_common::thread::start_thread::hed7ed434f3e17f57 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start::h62b89907378dc35b [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 21: start_thread (0x7fb973a024a4) [INFO] [stdout] 22: __clone (0x7fb97352dd0f) [INFO] [stdout] 23: (0x0)) } })', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611db846b6b - backtrace::backtrace::libunwind::trace::h98ebe34dc63b52e3 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5611db846b6b - backtrace::backtrace::trace_unsynchronized::hd041341a38fdc1ca [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5611db846b6b - std::sys_common::backtrace::_print::hc8c584aa09df5c15 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5611db846b6b - std::sys_common::backtrace::print::h4828f56ae571c1ad [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5611db846b6b - std::panicking::default_hook::{{closure}}::h69fce690c9f4b3d3 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 5: 0x5611db8467ff - std::panicking::default_hook::h231e0e11400caad4 [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 6: 0x5611db8472e0 - std::panicking::rust_panic_with_hook::h8c0d039880f491f2 [INFO] [stdout] at src/libstd/panicking.rs:475 [INFO] [stdout] 7: 0x5611db846e62 - std::panicking::continue_panic_fmt::hd71af4da4e8103ab [INFO] [stdout] at src/libstd/panicking.rs:382 [INFO] [stdout] 8: 0x5611db846d46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:309 [INFO] [stdout] 9: 0x5611db85fd9d - core::panicking::panic_fmt::h5b6e1f42b8cc12be [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5611db4b11e3 - core::result::unwrap_failed::h1506532278d8646d [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5611db4b35d6 - core::result::Result::unwrap::hbc10ebce0043ed46 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x5611db48c281 - publicsuffix::tests::list_behaviour::h87bbf44d1725ebec [INFO] [stdout] at src/tests.rs:9 [INFO] [stdout] 13: 0x5611db48c23a - publicsuffix::tests::list_behaviour::{{closure}}::h27d8b0cd12946f35 [INFO] [stdout] at src/tests.rs:8 [INFO] [stdout] 14: 0x5611db4a504e - core::ops::function::FnOnce::call_once::hbd122ea3ee1c8242 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5611db4e349f - as core::ops::function::FnOnce>::call_once::h7d12c58d88f85f52 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5611db84b31a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 17: 0x5611db4fde78 - std::panicking::try::h5ed77697f4b9cf5a [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panicking.rs:273 [INFO] [stdout] 18: 0x5611db4fde78 - std::panic::catch_unwind::hc3df70fd601bf96f [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panic.rs:388 [INFO] [stdout] 19: 0x5611db4fde78 - test::run_test::run_test_inner::{{closure}}::haf52e514bd7b7a7a [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5611db4d8a15 - std::sys_common::backtrace::__rust_begin_short_backtrace::he61de6f42984ba1b [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5611db4dca15 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h583331a58084cfa6 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5611db4dca15 - as core::ops::function::FnOnce<()>>::call_once::h730d3f044d244375 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panic.rs:309 [INFO] [stdout] 23: 0x5611db4dca15 - std::panicking::try::do_call::h11328ad090f12422 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panicking.rs:294 [INFO] [stdout] 24: 0x5611db84b31a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:85 [INFO] [stdout] 25: 0x5611db4dd0a2 - std::panicking::try::hd00f486f5358e439 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panicking.rs:273 [INFO] [stdout] 26: 0x5611db4dd0a2 - std::panic::catch_unwind::h78adeaedb9e59cb0 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/panic.rs:388 [INFO] [stdout] 27: 0x5611db4dd0a2 - std::thread::Builder::spawn_unchecked::{{closure}}::ha2637f22a0fb0434 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5611db4dd0a2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h86e6656f4f46649d [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x5611db83a87f - as core::ops::function::FnOnce>::call_once::h146d737fe1c8556c [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5611db84a740 - as core::ops::function::FnOnce>::call_once::h44ec2de830c4be09 [INFO] [stdout] at /rustc/e212b7d492c96d3837691ba29d32d5f468933fb8/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5611db84a740 - std::sys_common::thread::start_thread::hed7ed434f3e17f57 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5611db84a740 - std::sys::unix::thread::Thread::new::thread_start::h62b89907378dc35b [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7fb973a024a4 - start_thread [INFO] [stdout] 34: 0x7fb97352dd0f - __clone [INFO] [stdout] 35: 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] running `"docker" "inspect" "649f62d4f057965915f4ccd279ba0e41fb807670bf0c48798aeeb355798ae946"` [INFO] running `"docker" "rm" "-f" "649f62d4f057965915f4ccd279ba0e41fb807670bf0c48798aeeb355798ae946"` [INFO] [stdout] 649f62d4f057965915f4ccd279ba0e41fb807670bf0c48798aeeb355798ae946