[INFO] fetching crate fontconfig-rs 0.1.1...
[INFO] testing fontconfig-rs-0.1.1 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate fontconfig-rs 0.1.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate fontconfig-rs 0.1.1
[INFO] finished tweaking crates.io crate fontconfig-rs 0.1.1
[INFO] tweaked toml for crates.io crate fontconfig-rs 0.1.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fontconfig-rs 0.1.1 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fontconfig-rs 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2a128b5ce1ca33c6cc496163034c503ce2654a6cb20ef620b17fbeed655a3515
[INFO] running `Command { std: "docker" "start" "-a" "2a128b5ce1ca33c6cc496163034c503ce2654a6cb20ef620b17fbeed655a3515", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a128b5ce1ca33c6cc496163034c503ce2654a6cb20ef620b17fbeed655a3515", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a128b5ce1ca33c6cc496163034c503ce2654a6cb20ef620b17fbeed655a3515", kill_on_drop: false }`
[INFO] [stdout] 2a128b5ce1ca33c6cc496163034c503ce2654a6cb20ef620b17fbeed655a3515
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 95745d7f0c94ca16ec8b9dd9bc1fc8e3758df84f3772b4a81c21086472f37fc6
[INFO] running `Command { std: "docker" "start" "-a" "95745d7f0c94ca16ec8b9dd9bc1fc8e3758df84f3772b4a81c21086472f37fc6", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling const-cstr v0.3.0
[INFO] [stderr]    Compiling fontconfig-rs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v3.1.0
[INFO] [stderr]    Compiling libloading v0.7.3
[INFO] [stderr]    Compiling dlib v0.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/charset.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]    |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
[INFO] running `Command { std: "docker" "inspect" "95745d7f0c94ca16ec8b9dd9bc1fc8e3758df84f3772b4a81c21086472f37fc6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95745d7f0c94ca16ec8b9dd9bc1fc8e3758df84f3772b4a81c21086472f37fc6", kill_on_drop: false }`
[INFO] [stdout] 95745d7f0c94ca16ec8b9dd9bc1fc8e3758df84f3772b4a81c21086472f37fc6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 89fad2b91f1aaf9d031f18b19d18c50ab18f736567a132264b11c188ddfb184d
[INFO] running `Command { std: "docker" "start" "-a" "89fad2b91f1aaf9d031f18b19d18c50ab18f736567a132264b11c188ddfb184d", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling indexmap v1.9.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling os_str_bytes v6.1.0
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling textwrap v0.15.0
[INFO] [stderr]    Compiling clap_lex v0.2.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling clap_derive v3.2.5
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling fontconfig-rs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/charset.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]    |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clap v3.2.5
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/charset.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]    |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.31s
[INFO] running `Command { std: "docker" "inspect" "89fad2b91f1aaf9d031f18b19d18c50ab18f736567a132264b11c188ddfb184d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89fad2b91f1aaf9d031f18b19d18c50ab18f736567a132264b11c188ddfb184d", kill_on_drop: false }`
[INFO] [stdout] 89fad2b91f1aaf9d031f18b19d18c50ab18f736567a132264b11c188ddfb184d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] d217b50a9a6ac4828dd1ba28a788191ba8a7834cafd5bd142b0945ea9ba96b8f
[INFO] running `Command { std: "docker" "start" "-a" "d217b50a9a6ac4828dd1ba28a788191ba8a7834cafd5bd142b0945ea9ba96b8f", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/charset.rs:78:17
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub fn iter(&self) -> Iter {
[INFO] [stderr]    |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stderr]    |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `fontconfig-rs` (lib) generated 1 warning (run `cargo fix --lib -p fontconfig-rs` to apply 1 suggestion)
[INFO] [stderr] warning: `fontconfig-rs` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/fontconfig-rs/46c4780d65b5cd33/deps/fontconfig-46c4780d65b5cd33)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test charset::tests::charset_equal ... ok
[INFO] [stdout] test charset::tests::charset_intersect ... ok
[INFO] [stdout] test charset::tests::charset_merge ... ok
[INFO] [stdout] test charset::tests::charset_modify ... ok
[INFO] [stdout] test charset::tests::charset_subtract ... ok
[INFO] [stdout] test charset::tests::charset_union ... ok
[INFO] [stdout] test fontset::tests::fontset_iter_mut ... ok
[INFO] [stdout] test fontset::tests::fontset_iter ... ok
[INFO] [stdout] test langset::tests::contains ... ok
[INFO] [stdout] test langset::tests::new ... ok
[INFO] [stdout] test langset::tests::debug ... ok
[INFO] [stdout] test fontset::tests::fontset_new ... ok
[INFO] [stdout] test langset::tests::compare ... ok
[INFO] [stdout] test langset::tests::charset ... ok
[INFO] [stdout] test langset::tests::push ... ok
[INFO] [stdout] test objectset::tests::objectset_add ... ok
[INFO] [stdout] test objectset::tests::objectset_build ... ok
[INFO] [stdout] test objectset::tests::objectset_new ... ok
[INFO] [stdout] test pattern::tests::test_get_family ... ok
[INFO] [stdout] test pattern::tests::test_get_family_exists ... ok
[INFO] [stdout] test pattern::tests::test_into_inner ... ok
[INFO] [stdout] test charset::tests::charset_iter ... ok
[INFO] [stdout] test tests::find_font ... ok
[INFO] [stdout] test pattern::tests::test_get_filepath ... ok
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] test tests::iter_lang_set ... ok
[INFO] [stdout] test tests::iter_and_print ... ok
[INFO] [stdout] test stringset::tests::list_fonts_of_ja ... FAILED
[INFO] [stdout] test tests::iter_font_sort ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- stringset::tests::list_fonts_of_ja stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'stringset::tests::list_fonts_of_ja' (40) panicked at src/stringset.rs:145:9:
[INFO] [stdout] assertion failed: ja_fonts.count() == 0
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x633a7457cf52 - std[840933623431fd06]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x633a7457cf52 - std[840933623431fd06]::backtrace_rs::backtrace::trace_unsynchronized::<std[840933623431fd06]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x633a7457cf52 - std[840933623431fd06]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x633a7457cf52 - <<std[840933623431fd06]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8f93d80df273fe75]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x633a74591d1a - <core[8f93d80df273fe75]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x633a74591d1a - core[8f93d80df273fe75]::fmt::write
[INFO] [stdout]    6:     0x633a74581e46 - std[840933623431fd06]::io::default_write_fmt::<alloc[40b2bae28975ac47]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x633a74581e46 - <alloc[40b2bae28975ac47]::vec::Vec<u8> as std[840933623431fd06]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x633a7455b29f - <std[840933623431fd06]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x633a7455b29f - std[840933623431fd06]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x633a74575109 - std[840933623431fd06]::panicking::default_hook
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x633a7450f4ce - <alloc[40b2bae28975ac47]::boxed::Box<dyn for<'a, 'b> core[8f93d80df273fe75]::ops::function::Fn<(&'a std[840933623431fd06]::panic::PanicHookInfo<'b>,), Output = ()> + core[8f93d80df273fe75]::marker::Sync + core[8f93d80df273fe75]::marker::Send> as core[8f93d80df273fe75]::ops::function::Fn<(&std[840933623431fd06]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x633a7450f4ce - test[2f1252070343a163]::test_main_with_exit_callback::<test[2f1252070343a163]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x633a745752c2 - <alloc[40b2bae28975ac47]::boxed::Box<dyn for<'a, 'b> core[8f93d80df273fe75]::ops::function::Fn<(&'a std[840933623431fd06]::panic::PanicHookInfo<'b>,), Output = ()> + core[8f93d80df273fe75]::marker::Sync + core[8f93d80df273fe75]::marker::Send> as core[8f93d80df273fe75]::ops::function::Fn<(&std[840933623431fd06]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x633a745752c2 - std[840933623431fd06]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x633a7455b38a - std[840933623431fd06]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x633a74552cf9 - std[840933623431fd06]::sys::backtrace::__rust_end_short_backtrace::<std[840933623431fd06]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x633a7455c1ad - __rustc[5b4a0c6d8cc4a177]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x633a745923ec - core[8f93d80df273fe75]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x633a745923b2 - core[8f93d80df273fe75]::panicking::panic
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x633a744f4b05 - fontconfig[6e2e5eb5f57b257c]::stringset::tests::list_fonts_of_ja
[INFO] [stdout]                                at /opt/rustwide/workdir/src/stringset.rs:145:9
[INFO] [stdout]   21:     0x633a744f2c67 - fontconfig[6e2e5eb5f57b257c]::stringset::tests::list_fonts_of_ja::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/stringset.rs:137:26
[INFO] [stdout]   22:     0x633a744ff216 - <fontconfig[6e2e5eb5f57b257c]::stringset::tests::list_fonts_of_ja::{closure#0} as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x633a7450387b - <fn() -> core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x633a7450387b - test[2f1252070343a163]::__rust_begin_short_backtrace::<core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>, fn() -> core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x633a745100da - test[2f1252070343a163]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x633a745100da - <core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x633a745100da - std[840933623431fd06]::panicking::catch_unwind::do_call::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}>, core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x633a745100da - std[840933623431fd06]::panicking::catch_unwind::<core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>, core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x633a745100da - std[840933623431fd06]::panic::catch_unwind::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}>, core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x633a745100da - test[2f1252070343a163]::run_test_in_process
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x633a745100da - test[2f1252070343a163]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x633a7450a5a4 - test[2f1252070343a163]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x633a7450a5a4 - std[840933623431fd06]::sys::backtrace::__rust_begin_short_backtrace::<test[2f1252070343a163]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x633a74512bd2 - std[840933623431fd06]::thread::lifecycle::spawn_unchecked::<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x633a74512bd2 - <core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x633a74512bd2 - std[840933623431fd06]::panicking::catch_unwind::do_call::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x633a74512bd2 - std[840933623431fd06]::panicking::catch_unwind::<(), core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x633a74512bd2 - std[840933623431fd06]::panic::catch_unwind::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x633a74512bd2 - std[840933623431fd06]::thread::lifecycle::spawn_unchecked::<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x633a74512bd2 - <std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1} as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x633a7457c7cf - <alloc[40b2bae28975ac47]::boxed::Box<dyn core[8f93d80df273fe75]::ops::function::FnOnce<(), Output = ()> + core[8f93d80df273fe75]::marker::Send> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   42:     0x633a7457c7cf - <std[840933623431fd06]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   43:     0x75d2d5597aa4 - <unknown>
[INFO] [stdout]   44:     0x75d2d5624a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::iter_font_sort stdout ----
[INFO] [stdout] Some("NimbusSans-Regular")
[INFO] [stdout] Some("Nimbus Sans Regular")
[INFO] [stdout] Some("Nimbus Sans Regular")
[INFO] [stdout] Some("NimbusSans-Bold")
[INFO] [stdout] Some("Nimbus Sans Bold")
[INFO] [stdout] Some("Nimbus Sans Bold")
[INFO] [stdout] Some("NimbusSans-Italic")
[INFO] [stdout] Some("Nimbus Sans Italic")
[INFO] [stdout] Some("Nimbus Sans Italic")
[INFO] [stdout] Some("NimbusSans-BoldItalic")
[INFO] [stdout] Some("Nimbus Sans Bold Italic")
[INFO] [stdout] Some("Nimbus Sans Bold Italic")
[INFO] [stdout] Some("URWGothic-Book")
[INFO] [stdout] Some("URW Gothic Book")
[INFO] [stdout] Some("URW Gothic Book")
[INFO] [stdout] Some("URWGothic-Demi")
[INFO] [stdout] Some("URW Gothic Demi")
[INFO] [stdout] Some("URW Gothic Demi")
[INFO] [stdout] Some("URWGothic-BookOblique")
[INFO] [stdout] Some("URW Gothic Book Oblique")
[INFO] [stdout] Some("URW Gothic Book Oblique")
[INFO] [stdout] Some("URWGothic-DemiOblique")
[INFO] [stdout] Some("URW Gothic Demi Oblique")
[INFO] [stdout] Some("URW Gothic Demi Oblique")
[INFO] [stdout] Some("Nimbus Sans Narrow Regular")
[INFO] [stdout] Some("Nimbus Sans Narrow Regular")
[INFO] [stdout] Some("NimbusSansNarrow-Regular")
[INFO] [stdout] Some("Nimbus Sans Narrow Bold")
[INFO] [stdout] Some("Nimbus Sans Narrow Bold")
[INFO] [stdout] Some("NimbusSansNarrow-Bold")
[INFO] [stdout] Some("Nimbus Sans Narrow Oblique")
[INFO] [stdout] Some("Nimbus Sans Narrow Oblique")
[INFO] [stdout] Some("NimbusSansNarrow-Oblique")
[INFO] [stdout] Some("Nimbus Sans Narrow Bold Oblique")
[INFO] [stdout] Some("Nimbus Sans Narrow Bold Oblique")
[INFO] [stdout] Some("NimbusSansNarrow-BoldOblique")
[INFO] [stdout] Some("Droid Sans Fallback")
[INFO] [stdout] Some("OpenSymbol")
[INFO] [stdout] Some("Roboto Condensed")
[INFO] [stdout] Some("Roboto")
[INFO] [stdout] Some("Liberation Mono")
[INFO] [stdout] Some("Liberation Sans")
[INFO] [stdout] Some("Liberation Serif")
[INFO] [stdout] Some("Lato Regular")
[INFO] [stdout] Some("Noto Sans Mono Regular")
[INFO] [stdout] Some("D050000L")
[INFO] [stdout] Some("Standard Symbols PS")
[INFO] [stdout] Some("C059-Roman")
[INFO] [stdout] Some("NimbusMonoPS-Regular")
[INFO] [stdout] Some("NimbusRoman-Regular")
[INFO] [stdout] Some("P052-Roman")
[INFO] [stdout] Some("Noto Mono")
[INFO] [stdout] Some("Nimbus Mono PS Regular")
[INFO] [stdout] Some("Nimbus Roman Regular")
[INFO] [stdout] Some("Nimbus Mono PS Regular")
[INFO] [stdout] Some("Nimbus Roman Regular")
[INFO] [stdout] Some("D050000L Regular")
[INFO] [stdout] Some("Standard Symbols PS Regular")
[INFO] [stdout] Some("D050000L Regular")
[INFO] [stdout] Some("Standard Symbols PS Regular")
[INFO] [stdout] Some("Liberation Sans Narrow")
[INFO] [stdout] Some("Roboto Condensed Medium")
[INFO] [stdout] Some("Roboto Medium")
[INFO] [stdout] Some("Lato Medium")
[INFO] [stdout] Some("C059 Roman")
[INFO] [stdout] Some("P052 Roman")
[INFO] [stdout] Some("C059 Roman")
[INFO] [stdout] Some("P052 Roman")
[INFO] [stdout] Some("Roboto Condensed Light")
[INFO] [stdout] Some("Roboto Light")
[INFO] [stdout] Some("Lato Light")
[INFO] [stdout] Some("URWBookman-Light")
[INFO] [stdout] Some("URW Bookman Light")
[INFO] [stdout] Some("URW Bookman Light")
[INFO] [stdout] Some("Lato Thin")
[INFO] [stdout] Some("Roboto Thin")
[INFO] [stdout] Some("Lato Hairline")
[INFO] [stdout] Some("Lato Semibold")
[INFO] [stdout] Some("URWBookman-Demi")
[INFO] [stdout] Some("URW Bookman Demi")
[INFO] [stdout] Some("URW Bookman Demi")
[INFO] [stdout] Some("Roboto Condensed Bold")
[INFO] [stdout] Some("Roboto Bold")
[INFO] [stdout] Some("Liberation Mono Bold")
[INFO] [stdout] Some("Liberation Sans Bold")
[INFO] [stdout] Some("Liberation Serif Bold")
[INFO] [stdout] Some("Lato Bold")
[INFO] [stdout] Some("Noto Sans Mono Bold")
[INFO] [stdout] Some("C059-Bold")
[INFO] [stdout] Some("NimbusMonoPS-Bold")
[INFO] [stdout] Some("NimbusRoman-Bold")
[INFO] [stdout] Some("P052-Bold")
[INFO] [stdout] Some("C059 Bold")
[INFO] [stdout] Some("Nimbus Mono PS Bold")
[INFO] [stdout] Some("Nimbus Roman Bold")
[INFO] [stdout] Some("P052 Bold")
[INFO] [stdout] Some("C059 Bold")
[INFO] [stdout] Some("Nimbus Mono PS Bold")
[INFO] [stdout] Some("Nimbus Roman Bold")
[INFO] [stdout] Some("P052 Bold")
[INFO] [stdout] Some("Liberation Sans Narrow Bold")
[INFO] [stdout] Some("Lato Heavy")
[INFO] [stdout] Some("Roboto Black")
[INFO] [stdout] Some("Lato Black")
[INFO] [stdout] Some("Roboto Condensed Italic")
[INFO] [stdout] Some("Roboto Italic")
[INFO] [stdout] Some("Liberation Mono Italic")
[INFO] [stdout] Some("Liberation Sans Italic")
[INFO] [stdout] Some("Liberation Serif Italic")
[INFO] [stdout] Some("Lato Italic")
[INFO] [stdout] Some("C059-Italic")
[INFO] [stdout] Some("NimbusMonoPS-Italic")
[INFO] [stdout] Some("NimbusRoman-Italic")
[INFO] [stdout] Some("P052-Italic")
[INFO] [stdout] Some("Nimbus Mono PS Italic")
[INFO] [stdout] Some("Nimbus Roman Italic")
[INFO] [stdout] Some("P052 Italic")
[INFO] [stdout] Some("Nimbus Mono PS Italic")
[INFO] [stdout] Some("Nimbus Roman Italic")
[INFO] [stdout] Some("P052 Italic")
[INFO] [stdout] Some("Liberation Sans Narrow Italic")
[INFO] [stdout] Some("Roboto Condensed Medium Italic")
[INFO] [stdout] Some("Roboto Medium Italic")
[INFO] [stdout] Some("Lato Medium Italic")
[INFO] [stdout] Some("Z003-MediumItalic")
[INFO] [stdout] Some("C059 Italic")
[INFO] [stdout] Some("Z003 Medium Italic")
[INFO] [stdout] Some("C059 Italic")
[INFO] [stdout] Some("Z003 Medium Italic")
[INFO] [stdout] Some("Roboto Condensed Light Italic")
[INFO] [stdout] Some("Roboto Light Italic")
[INFO] [stdout] Some("Lato Light Italic")
[INFO] [stdout] Some("URWBookman-LightItalic")
[INFO] [stdout] Some("URW Bookman Light Italic")
[INFO] [stdout] Some("URW Bookman Light Italic")
[INFO] [stdout] Some("Lato Thin Italic")
[INFO] [stdout] Some("Roboto Thin Italic")
[INFO] [stdout] Some("Lato Hairline Italic")
[INFO] [stdout] Some("Lato Semibold Italic")
[INFO] [stdout] Some("URWBookman-DemiItalic")
[INFO] [stdout] Some("URW Bookman Demi Italic")
[INFO] [stdout] Some("URW Bookman Demi Italic")
[INFO] [stdout] Some("Roboto Condensed Bold Italic")
[INFO] [stdout] Some("Roboto Bold Italic")
[INFO] [stdout] Some("Liberation Mono Bold Italic")
[INFO] [stdout] Some("Liberation Sans Bold Italic")
[INFO] [stdout] Some("Liberation Serif Bold Italic")
[INFO] [stdout] Some("Lato Bold Italic")
[INFO] [stdout] Some("C059-BdIta")
[INFO] [stdout] Some("NimbusMonoPS-BoldItalic")
[INFO] [stdout] Some("NimbusRoman-BoldItalic")
[INFO] [stdout] Some("P052-BoldItalic")
[INFO] [stdout] Some("C059 Bold Italic")
[INFO] [stdout] Some("Nimbus Mono PS Bold Italic")
[INFO] [stdout] Some("Nimbus Roman Bold Italic")
[INFO] [stdout] Some("P052 Bold Italic")
[INFO] [stdout] Some("C059 Bold Italic")
[INFO] [stdout] Some("Nimbus Mono PS Bold Italic")
[INFO] [stdout] Some("Nimbus Roman Bold Italic")
[INFO] [stdout] Some("P052 Bold Italic")
[INFO] [stdout] Some("Liberation Sans Narrow Bold Italic")
[INFO] [stdout] Some("Lato Heavy Italic")
[INFO] [stdout] Some("Roboto Black Italic")
[INFO] [stdout] Some("Lato Black Italic")
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::iter_font_sort' (44) panicked at src/lib.rs:482:9:
[INFO] [stdout] assertion failed: font_set.iter().next().unwrap().name().unwrap() == "DejaVu Sans"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x633a7457cf52 - std[840933623431fd06]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x633a7457cf52 - std[840933623431fd06]::backtrace_rs::backtrace::trace_unsynchronized::<std[840933623431fd06]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x633a7457cf52 - std[840933623431fd06]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x633a7457cf52 - <<std[840933623431fd06]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8f93d80df273fe75]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x633a74591d1a - <core[8f93d80df273fe75]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x633a74591d1a - core[8f93d80df273fe75]::fmt::write
[INFO] [stdout]    6:     0x633a74581e46 - std[840933623431fd06]::io::default_write_fmt::<alloc[40b2bae28975ac47]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x633a74581e46 - <alloc[40b2bae28975ac47]::vec::Vec<u8> as std[840933623431fd06]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x633a7455b29f - <std[840933623431fd06]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x633a7455b29f - std[840933623431fd06]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x633a74575109 - std[840933623431fd06]::panicking::default_hook
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x633a7450f4ce - <alloc[40b2bae28975ac47]::boxed::Box<dyn for<'a, 'b> core[8f93d80df273fe75]::ops::function::Fn<(&'a std[840933623431fd06]::panic::PanicHookInfo<'b>,), Output = ()> + core[8f93d80df273fe75]::marker::Sync + core[8f93d80df273fe75]::marker::Send> as core[8f93d80df273fe75]::ops::function::Fn<(&std[840933623431fd06]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x633a7450f4ce - test[2f1252070343a163]::test_main_with_exit_callback::<test[2f1252070343a163]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x633a745752c2 - <alloc[40b2bae28975ac47]::boxed::Box<dyn for<'a, 'b> core[8f93d80df273fe75]::ops::function::Fn<(&'a std[840933623431fd06]::panic::PanicHookInfo<'b>,), Output = ()> + core[8f93d80df273fe75]::marker::Sync + core[8f93d80df273fe75]::marker::Send> as core[8f93d80df273fe75]::ops::function::Fn<(&std[840933623431fd06]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x633a745752c2 - std[840933623431fd06]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x633a7455b38a - std[840933623431fd06]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x633a74552cf9 - std[840933623431fd06]::sys::backtrace::__rust_end_short_backtrace::<std[840933623431fd06]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x633a7455c1ad - __rustc[5b4a0c6d8cc4a177]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x633a745923ec - core[8f93d80df273fe75]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x633a745923b2 - core[8f93d80df273fe75]::panicking::panic
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x633a744f42cd - fontconfig[6e2e5eb5f57b257c]::tests::iter_font_sort
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:482:9
[INFO] [stdout]   21:     0x633a744f2ae7 - fontconfig[6e2e5eb5f57b257c]::tests::iter_font_sort::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:469:24
[INFO] [stdout]   22:     0x633a744feb96 - <fontconfig[6e2e5eb5f57b257c]::tests::iter_font_sort::{closure#0} as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x633a7450387b - <fn() -> core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x633a7450387b - test[2f1252070343a163]::__rust_begin_short_backtrace::<core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>, fn() -> core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x633a745100da - test[2f1252070343a163]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x633a745100da - <core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x633a745100da - std[840933623431fd06]::panicking::catch_unwind::do_call::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}>, core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x633a745100da - std[840933623431fd06]::panicking::catch_unwind::<core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>, core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x633a745100da - std[840933623431fd06]::panic::catch_unwind::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}>, core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x633a745100da - test[2f1252070343a163]::run_test_in_process
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x633a745100da - test[2f1252070343a163]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x633a7450a5a4 - test[2f1252070343a163]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x633a7450a5a4 - std[840933623431fd06]::sys::backtrace::__rust_begin_short_backtrace::<test[2f1252070343a163]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x633a74512bd2 - std[840933623431fd06]::thread::lifecycle::spawn_unchecked::<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x633a74512bd2 - <core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x633a74512bd2 - std[840933623431fd06]::panicking::catch_unwind::do_call::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x633a74512bd2 - std[840933623431fd06]::panicking::catch_unwind::<(), core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x633a74512bd2 - std[840933623431fd06]::panic::catch_unwind::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x633a74512bd2 - std[840933623431fd06]::thread::lifecycle::spawn_unchecked::<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x633a74512bd2 - <std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1} as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x633a7457c7cf - <alloc[40b2bae28975ac47]::boxed::Box<dyn core[8f93d80df273fe75]::ops::function::FnOnce<(), Output = ()> + core[8f93d80df273fe75]::marker::Send> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   42:     0x633a7457c7cf - <std[840933623431fd06]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   43:     0x75d2d5597aa4 - <unknown>
[INFO] [stdout]   44:     0x75d2d5624a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     stringset::tests::list_fonts_of_ja
[INFO] [stdout]     tests::iter_font_sort
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 27 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "d217b50a9a6ac4828dd1ba28a788191ba8a7834cafd5bd142b0945ea9ba96b8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d217b50a9a6ac4828dd1ba28a788191ba8a7834cafd5bd142b0945ea9ba96b8f", kill_on_drop: false }`
[INFO] [stdout] d217b50a9a6ac4828dd1ba28a788191ba8a7834cafd5bd142b0945ea9ba96b8f
