[INFO] cloning repository https://github.com/jultty/en
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jultty/en" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjultty%2Fen", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjultty%2Fen'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fc5498ef29f95fd80f8c302119d066ad89d8376b
[INFO] testing jultty/en against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjultty%2Fen" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jultty/en
[INFO] finished tweaking git repo https://github.com/jultty/en
[INFO] tweaked toml for git repo https://github.com/jultty/en written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jultty/en on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jultty/en 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded slug v0.1.6
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.125
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.125
[INFO] [stderr]   Downloaded humansize v2.1.3
[INFO] [stderr]   Downloaded globwalk v0.9.1
[INFO] [stderr]   Downloaded chrono-tz-build v0.3.0
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.125
[INFO] [stderr]   Downloaded tera v1.20.1
[INFO] [stderr]   Downloaded ignore v0.4.26
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.125
[INFO] [stderr]   Downloaded parse-zoneinfo v0.3.1
[INFO] [stderr]   Downloaded js-sys v0.3.102
[INFO] [stderr]   Downloaded chrono-tz v0.9.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] da390c082c23a1031c36eeba852282f24390927149f4fffcd697c281706d079a
[INFO] running `Command { std: "docker" "start" "da390c082c23a1031c36eeba852282f24390927149f4fffcd697c281706d079a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da390c082c23a1031c36eeba852282f24390927149f4fffcd697c281706d079a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da390c082c23a1031c36eeba852282f24390927149f4fffcd697c281706d079a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da390c082c23a1031c36eeba852282f24390927149f4fffcd697c281706d079a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da390c082c23a1031c36eeba852282f24390927149f4fffcd697c281706d079a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling ignore v0.4.26
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling tera v1.20.1
[INFO] [stderr]    Compiling en v0.4.0-alpha (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.75s
[INFO] running `Command { std: "docker" "inspect" "da390c082c23a1031c36eeba852282f24390927149f4fffcd697c281706d079a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da390c082c23a1031c36eeba852282f24390927149f4fffcd697c281706d079a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling en v0.4.0-alpha (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.49s
[INFO] running `Command { std: "docker" "inspect" "da390c082c23a1031c36eeba852282f24390927149f4fffcd697c281706d079a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da390c082c23a1031c36eeba852282f24390927149f4fffcd697c281706d079a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/en-5852277f52a9f8b6)
[INFO] [stdout] 
[INFO] [stdout] running 343 tests
[INFO] [stdout] test dev::log::level::tests::display_level ... ok
[INFO] [stdout] test dev::log::level::tests::level_from_str ... ok
[INFO] [stdout] test dev::log::level::tests::level_from_u16 ... ok
[INFO] [stdout] test dev::log::level::tests::u16_from_level ... ok
[INFO] [stdout] test dev::log::tests::wrap_containing_space ... ok
[INFO] [stdout] test dev::log::tests::wrap_newline ... ok
[INFO] [stdout] test dev::log::tests::wrap_spaces ... ok
[INFO] [stdout] test dev::test::tests::bad_test_directory_name ... ok
[INFO] [stdout] test dev::test::tests::display_contains_str_from_io_error ... ok
[INFO] [stdout] test dev::test::tests::display_contains_str_from_from ... ok
[INFO] [stdout] test dev::test::serial_tests::failed_working_directory_reset ... ok
[INFO] [stdout] test dev::test::tests::display_contains_str_from_tera_error ... ok
[INFO] [stdout] test dev::test::tests::from_io_error ... ok
[INFO] [stdout] test dev::log::tests::wrap_space ... ok
[INFO] [stdout] test dev::test::tests::from_tera_error ... ok
[INFO] [stdout] test graph::meta::tests::display_version_error_cause ... ok
[INFO] [stdout] test graph::meta::tests::malformed_major ... ok
[INFO] [stdout] test graph::meta::tests::leading_v ... ok
[INFO] [stdout] test graph::meta::tests::missing_minor ... ok
[INFO] [stdout] test graph::meta::tests::malformed_patch ... ok
[INFO] [stdout] test graph::meta::tests::missing_major ... ok
[INFO] [stdout] test graph::meta::tests::malformed_minor ... ok
[INFO] [stdout] test graph::meta::tests::version_validation ... ok
[INFO] [stdout] test graph::serial_tests::no_graph_fallback ... FAILED
[INFO] [stdout] test graph::meta::tests::from_compilation_matches_compilation_version ... ok
[INFO] [stdout] test graph::meta::tests::missing_patch ... ok
[INFO] [stdout] test graph::tests::bad_deserial_format ... ok
[INFO] [stdout] test graph::tests::bad_json ... ok
[INFO] [stdout] test graph::tests::bad_deserial_input ... ok
[INFO] [stdout] test graph::node::tests::empty_node_message ... ok
[INFO] [stdout] test graph::meta::tests::version_from_str ... ok
[INFO] [stdout] test graph::tests::empty_graph ... ok
[INFO] [stdout] test graph::node::tests::display ... ok
[INFO] [stdout] test dev::log::tests::trait_stripping ... ok
[INFO] [stdout] test dev::log::tests::debug_var_set ... ok
[INFO] [stdout] test graph::tests::find_inexact ... ok
[INFO] [stdout] test graph::tests::empty_modulated_graph_is_empty ... ok
[INFO] [stdout] test graph::tests::format_display ... ok
[INFO] [stdout] test graph::tests::format_from_str ... ok
[INFO] [stdout] test graph::tests::good_json ... ok
[INFO] [stdout] test graph::tests::find_exact ... ok
[INFO] [stdout] test graph::tests::malformed_with_message ... ok
[INFO] [stdout] test graph::tests::malformed_without_message ... ok
[INFO] [stdout] test graph::tests::detached_count_increments ... ok
[INFO] [stdout] test graph::tests::no_title_population_from_id_if_title_set ... ok
[INFO] [stdout] test graph::tests::find_redirect_to_inexisting ... ok
[INFO] [stdout] test graph::tests::query_result_display ... ok
[INFO] [stdout] test graph::tests::serial_error_display ... ok
[INFO] [stdout] test graph::tests::string_from_serial_error ... ok
[INFO] [stdout] test graph::tests::links_become_connections ... ok
[INFO] [stdout] test graph::tests::double_recursion_to_redirect ... ok
[INFO] [stdout] test graph::tests::find_inexact_to_redirect ... ok
[INFO] [stdout] test graph::tests::detached_edge_is_flagged ... ok
[INFO] [stdout] test graph::tests::populated_summary ... ok
[INFO] [stdout] test graph::tests::supplied_summary ... ok
[INFO] [stdout] test graph::tests::find_redirect_to_existing ... ok
[INFO] [stdout] test graph::tests::with_message ... ok
[INFO] [stdout] test graph::tests::to_and_from_population ... ok
[INFO] [stdout] test graph::tests::title_population_from_id ... ok
[INFO] [stdout] test router::handlers::fixed::serial_tests::custom_font_found_if_serving_enabled ... FAILED
[INFO] [stdout] test router::handlers::fixed::serial_tests::default_font_found_if_serving_enabled ... FAILED
[INFO] [stdout] test router::handlers::fixed::serial_tests::font_not_found_if_serving_disabled ... FAILED
[INFO] [stdout] test router::handlers::fixed::serial_tests::io_asset_error ... FAILED
[INFO] [stdout] test router::handlers::fixed::serial_tests::target_file_exists ... FAILED
[INFO] [stdout] test router::handlers::fixed::tests::assemble_from_blob ... ok
[INFO] [stdout] test router::handlers::fixed::tests::asset_from_str ... ok
[INFO] [stdout] test router::handlers::fixed::tests::error_from_string ... ok
[INFO] [stdout] test router::handlers::fixed::tests::error_from_utf8error ... ok
[INFO] [stdout] test router::handlers::fixed::tests::new_asset_utf8_error ... ok
[INFO] [stdout] test router::handlers::fixed::tests::new_blob_asset ... ok
[INFO] [stdout] test router::handlers::fixed::tests::new_text_asset ... ok
[INFO] [stdout] test graph::tests::detached_anchors_increase_counts ... ok
[INFO] [stdout] test router::handlers::fixed::tests::not_found_asset_error ... ok
[INFO] [stdout] test graph::tests::attached_edge_is_not_flagged ... ok
[INFO] [stdout] test router::handlers::fixed::tests::not_found ... ok
[INFO] [stdout] test graph::tests::summary_from_first_sentence ... ok
[INFO] [stdout] test graph::tests::repeated_detached_anchors_increase_counts ... ok
[INFO] [stdout] test graph::tests::anchors_become_connections ... ok
[INFO] [stdout] test graph::tests::summary_from_first_paragraph ... ok
[INFO] [stdout] test graph::tests::summary_from_first_300_chars ... ok
[INFO] [stdout] test router::handlers::graph::tests::standalone_graph_redirect ... ok
[INFO] [stdout] test graph::meta::tests::config_about_text has been running for over 60 seconds
[INFO] [stdout] test graph::meta::tests::config_footer_text has been running for over 60 seconds
[INFO] [stdout] test graph::meta::tests::empty_footer_text has been running for over 60 seconds
[INFO] [stdout] test graph::meta::tests::modulated_graph_version_matches_compilation_version has been running for over 60 seconds
[INFO] [stdout] test graph::tests::bad_serial_format has been running for over 60 seconds
[INFO] [stdout] test router::handlers::error::tests::custom_message has been running for over 60 seconds
[INFO] [stdout] test router::handlers::error::tests::internal_error has been running for over 60 seconds
[INFO] [stdout] test router::handlers::error::tests::not_found has been running for over 60 seconds
[INFO] [stdout] test router::handlers::fixed::tests::serial_json has been running for over 60 seconds
[INFO] [stdout] test router::handlers::fixed::tests::serial_json_content_type has been running for over 60 seconds
[INFO] [stdout] test router::handlers::fixed::tests::serial_toml has been running for over 60 seconds
[INFO] [stdout] test router::handlers::fixed::tests::serial_toml_content_type has been running for over 60 seconds
[INFO] [stdout] test router::handlers::graph::tests::docs_redirect has been running for over 60 seconds
[INFO] [stdout] test router::handlers::graph::tests::not_found has been running for over 60 seconds
[INFO] [stdout] test router::handlers::graph::tests::redirect has been running for over 60 seconds
[INFO] [stdout] test router::handlers::graph::tests::syntax has been running for over 60 seconds
[INFO] [stdout] test router::handlers::error::tests::custom_message ... ok
[INFO] [stdout] test graph::meta::tests::config_about_text ... ok
[INFO] [stdout] test router::handlers::mime::tests::all ... ok
[INFO] [stdout] test router::handlers::mime::tests::smoke ... ok
[INFO] [stdout] test router::handlers::mime::tests::unknown ... ok
[INFO] [stdout] test graph::meta::tests::config_footer_text ... ok
[INFO] [stdout] test router::handlers::navigation::tests::dedicated_redirect_endpoint ... ok
[INFO] [stdout] test router::handlers::navigation::tests::id_redirect ... ok
[INFO] [stdout] test graph::meta::tests::modulated_graph_version_matches_compilation_version ... ok
[INFO] [stdout] test router::handlers::navigation::tests::search_redirect ... ok
[INFO] [stdout] test graph::meta::tests::empty_footer_text ... ok
[INFO] [stdout] test router::handlers::raw::tests::invalid_header ... ok
[INFO] [stdout] test router::handlers::raw::tests::repeated_header ... ok
[INFO] [stdout] test router::handlers::template::serial_tests::custom_template ... FAILED
[INFO] [stdout] test router::handlers::template::serial_tests::custom_template_inheritance_error ... FAILED
[INFO] [stdout] test router::handlers::template::serial_tests::inner_template_no_op ... FAILED
[INFO] [stdout] test router::handlers::template::serial_tests::invalid_utf8_template_filename ... FAILED
[INFO] [stdout] test router::handlers::template::serial_tests::templates_dir_not_found_ok ... FAILED
[INFO] [stdout] test router::handlers::template::serial_tests::templates_dir_unexpected_error ... FAILED
[INFO] [stdout] test router::handlers::template::tests::by_filename_empty ... ok
[INFO] [stdout] test router::handlers::template::tests::by_filename_file_not_found ... ok
[INFO] [stdout] test router::handlers::template::tests::by_filename_forced_error ... ok
[INFO] [stdout] test router::handlers::template::tests::by_filename_index ... ok
[INFO] [stdout] test router::handlers::template::tests::default_templates_exist_and_match ... ok
[INFO] [stdout] test router::handlers::template::tests::emergency_wrap_custom_message ... ok
[INFO] [stdout] test router::handlers::template::tests::empty_template_read_is_an_error ... ok
[INFO] [stdout] test router::handlers::template::tests::render_bad_context ... ok
[INFO] [stdout] test router::handlers::template::tests::render_custom_error_message ... ok
[INFO] [stdout] test router::handlers::template::tests::render_empty ... ok
[INFO] [stdout] test graph::tests::bad_serial_format ... ok
[INFO] [stdout] test router::handlers::template::tests::render_not_found ... ok
[INFO] [stdout] test router::handlers::template::tests::rendering_error_display ... ok
[INFO] [stdout] test router::handlers::template::tests::rendering_error_html_contains_inner_error ... ok
[INFO] [stdout] test router::handlers::template::tests::template_read_with_a_default_is_ok ... ok
[INFO] [stdout] test router::handlers::template::tests::template_read_with_a_file_is_ok ... ok
[INFO] [stdout] test router::handlers::template::tests::template_read_without_a_default_is_an_error ... ok
[INFO] [stdout] test router::handlers::template::tests::template_read_without_permissions_is_an_error ... FAILED
[INFO] [stdout] test router::handlers::fixed::tests::serial_json_content_type ... ok
[INFO] [stdout] test router::handlers::graph::tests::syntax ... ok
[INFO] [stdout] test router::handlers::fixed::tests::serial_json ... ok
[INFO] [stdout] test router::handlers::error::tests::not_found ... ok
[INFO] [stdout] test router::handlers::graph::tests::redirect ... ok
[INFO] [stdout] test router::handlers::error::tests::internal_error ... ok
[INFO] [stdout] test router::tests::smoke ... ok
[INFO] [stdout] test syntax::command::tests::address ... ok
[INFO] [stdout] test syntax::command::tests::empty ... ok
[INFO] [stdout] test syntax::command::tests::graph_path ... ok
[INFO] [stdout] test syntax::command::tests::hostname ... ok
[INFO] [stdout] test syntax::command::tests::port ... ok
[INFO] [stdout] test router::handlers::graph::tests::docs_redirect ... ok
[INFO] [stdout] test router::handlers::graph::tests::not_found ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::anchor_destination_at_eoi ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::anchor_with_internal_apostrophe ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::anchor_with_internal_double_quotes ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::anchor_to_node_s ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::anchor_with_internal_double_quotes_wrapping_spaced_words ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::anchor_with_internal_parenthesis ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::anchor_with_leading_double_quote ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::anchor_with_internal_parenthesis_wrapping_spaced_words ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::anchor_with_leading_parenthesis ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::anchor_with_leading_single_quote ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::anchor_with_trailing_double_quote ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::anchor_with_trailing_single_quote ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::anchor_with_trailing_parenthesis ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::empty_line_separated_anchors ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::explicit_end_of_destination ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::external_anchor_destination_at_eoi ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::flanking ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::explicit_end_of_external_destination ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::flanking_at_eoi ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::flanking_with_trailing_comma ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::flanking_with_trailing_comma_and_space ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::http_external_anchor ... ok
[INFO] [stdout] test router::handlers::fixed::tests::serial_toml ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::http_external_anchor_leading_no_third_then_eoi ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::http_external_anchor_leading_no_third_then_newline ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::indifferent_leading_pipe ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::http_external_anchor_leading_no_third_then_space ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::indifferent_multiline_leading_pipe ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::indifferent_multiline_trailing_pipe ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::leading_multiword_anchor ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::indifferent_trailing_pipe ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::needless_three_pipe_anchor ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::leading_plural_anchor_at_eoi ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::leading_plural_anchor ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::nonleading_anchor_with_internal_apostrophe ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::newline_wrapped_anchor ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::newline_separated_anchors ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::nonleading_anchor_with_internal_apostrophe_at_soi ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::nonleading_anchor_with_internal_apostrophe_at_eoi ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::nonleading_plural_anchor_at_eoi ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::nonleading_plural_anchor ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::trailing_anchor ... ok
[INFO] [stdout] test syntax::content::parser::context::block::tests::end_with_open_header ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::trailing_anchor_with_newline ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::nonleading_second_pipe ... ok
[INFO] [stdout] test syntax::content::parser::context::block::tests::pre ... ok
[INFO] [stdout] test syntax::content::parser::context::list::tests::bad_context - should panic ... ok
[INFO] [stdout] test syntax::content::parser::context::block::tests::truncated_header_level ... ok
[INFO] [stdout] test syntax::content::parser::context::block::tests::eoi_pre ... ok
[INFO] [stdout] test syntax::content::parser::context::list::tests::minimally_nested_unordered_list ... ok
[INFO] [stdout] test syntax::content::parser::context::list::tests::unordered_list ... ok
[INFO] [stdout] test syntax::content::parser::context::list::tests::unordered_list_after_newline ... ok
[INFO] [stdout] test router::handlers::fixed::tests::serial_toml_content_type ... ok
[INFO] [stdout] test syntax::content::parser::context::list::tests::unordered_list_after_three_newlines ... ok
[INFO] [stdout] test syntax::content::parser::context::list::tests::unordered_list_as_eoi ... ok
[INFO] [stdout] test syntax::content::parser::context::list::tests::unordered_list_after_two_newlines ... ok
[INFO] [stdout] test syntax::content::parser::context::list::tests::unordered_list_before_three_newlines_then_literals ... ok
[INFO] [stdout] test syntax::content::parser::context::list::tests::unordered_list_before_three_newlines ... ok
[INFO] [stdout] test syntax::content::parser::context::list::tests::unordered_list_before_newline ... ok
[INFO] [stdout] test syntax::content::parser::context::list::tests::unordered_list_as_soi ... ok
[INFO] [stdout] test syntax::content::parser::context::list::tests::unordered_list_before_two_newlines ... ok
[INFO] [stdout] test syntax::content::parser::context::list::tests::unordered_nested_list_multilevel_depth_drop ... ok
[INFO] [stdout] test syntax::content::parser::context::list::tests::unordered_nested_list ... ok
[INFO] [stdout] test syntax::content::parser::context::table::tests::single_row ... ok
[INFO] [stdout] test syntax::content::parser::context::table::tests::three_rows ... ok
[INFO] [stdout] test syntax::content::parser::context::table::tests::two_rows ... ok
[INFO] [stdout] test syntax::content::parser::context::table::tests::with_anchor ... ok
[INFO] [stdout] test syntax::content::parser::context::table::tests::with_header ... ok
[INFO] [stdout] test router::handlers::graph::tests::syntax_content_type has been running for over 60 seconds
[INFO] [stdout] test router::handlers::navigation::tests::about_page_ok has been running for over 60 seconds
[INFO] [stdout] test router::handlers::navigation::tests::inexistent_page_error has been running for over 60 seconds
[INFO] [stdout] test router::handlers::navigation::tests::tree_page_ok has been running for over 60 seconds
[INFO] [stdout] test router::handlers::template::tests::render_with_context has been running for over 60 seconds
[INFO] [stdout] test router::tests::no_about_page has been running for over 60 seconds
[INFO] [stdout] test router::handlers::template::tests::render_with_context ... ok
[INFO] [stdout] test router::tests::no_json_raw_graph has been running for over 60 seconds
[INFO] [stdout] test router::tests::no_raw_graph has been running for over 60 seconds
[INFO] [stdout] test router::tests::no_toml_raw_graph has been running for over 60 seconds
[INFO] [stdout] test router::tests::no_tree_page has been running for over 60 seconds
[INFO] [stdout] test router::tests::routes has been running for over 60 seconds
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::absolute_anchor has been running for over 60 seconds
[INFO] [stdout] test router::handlers::graph::tests::syntax_content_type ... ok
[INFO] [stdout] test syntax::content::parser::context::table::tests::no_flanking_delimiters has been running for over 60 seconds
[INFO] [stdout] test syntax::content::parser::context::table::tests::no_leading_delimiters has been running for over 60 seconds
[INFO] [stdout] test syntax::content::parser::context::table::tests::no_trailing_delimiters has been running for over 60 seconds
[INFO] [stdout] test router::handlers::navigation::tests::inexistent_page_error ... ok
[INFO] [stdout] test syntax::content::parser::context::tests::open_list_eoi - should panic ... ok
[INFO] [stdout] test syntax::content::parser::context::tests::open_quote_eoi - should panic ... ok
[INFO] [stdout] test syntax::content::parser::context::tests::open_table_eoi - should panic ... ok
[INFO] [stdout] test syntax::content::parser::context::tests::open_verse_eoi ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::count_char ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::display ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::first_lexeme ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::first_segment ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::is_next_punctuation ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::is_punctuation ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::match_absent_first_char ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::match_first_char ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::match_last_char ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::match_next_either_char ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::match_next_last_char ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::match_third_char ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::match_triple ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::mutate_text ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::new_lexeme ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::next_first_char ... ok
[INFO] [stdout] test syntax::content::parser::lexeme::tests::third_as_char ... ok
[INFO] [stdout] test syntax::content::parser::point::tests::checkbox ... ok
[INFO] [stdout] test syntax::content::parser::point::tests::oblique ... ok
[INFO] [stdout] test syntax::content::parser::point::tests::oblique_anchor ... ok
[INFO] [stdout] test syntax::content::parser::point::tests::oblique_anchor_with_trailing_comma ... ok
[INFO] [stdout] test syntax::content::parser::context::table::tests::with_indent has been running for over 60 seconds
[INFO] [stdout] test syntax::content::parser::point::tests::trailing_oblique ... ok
[INFO] [stdout] test syntax::content::parser::point::tests::trailing_oblique_with_newline ... ok
[INFO] [stdout] test syntax::content::parser::point::tests::underline ... ok
[INFO] [stdout] test syntax::content::parser::segment::delimiter::tests::atomize_dual_flanking_underscore ... ok
[INFO] [stdout] test syntax::content::parser::segment::delimiter::tests::atomize_flankign_sentence ... ok
[INFO] [stdout] test syntax::content::parser::segment::delimiter::tests::atomize_left_flanking_underscore ... ok
[INFO] [stdout] test syntax::content::parser::segment::delimiter::tests::atomize_newlines ... ok
[INFO] [stdout] test syntax::content::parser::segment::delimiter::tests::atomize_nonflanking_underscore ... ok
[INFO] [stdout] test syntax::content::parser::segment::delimiter::tests::atomize_pipes ... ok
[INFO] [stdout] test syntax::content::parser::segment::delimiter::tests::atomize_pipes_and_ticks ... ok
[INFO] [stdout] test syntax::content::parser::segment::delimiter::tests::atomize_right_flanking_underscore ... ok
[INFO] [stdout] test syntax::content::parser::segment::delimiter::tests::atomize_ticks_no_spaces ... ok
[INFO] [stdout] test syntax::content::parser::segment::delimiter::tests::atomize_ticks_with_spaces ... ok
[INFO] [stdout] test syntax::content::parser::segment::delimiter::tests::atomize_words ... ok
[INFO] [stdout] test syntax::content::parser::state::tests::anchor_buffer_display ... ok
[INFO] [stdout] test syntax::content::parser::state::tests::anchor_buffer_display_with_destination_set ... ok
[INFO] [stdout] test syntax::content::parser::state::tests::anchor_buffer_display_with_text_and_destination_set ... ok
[INFO] [stdout] test syntax::content::parser::state::tests::anchor_buffer_display_with_text_set ... ok
[INFO] [stdout] test syntax::content::parser::tests::display_level ... ok
[INFO] [stdout] test syntax::content::parser::tests::empty_render_is_empty ... ok
[INFO] [stdout] test syntax::content::parser::tests::mixed_sample ... ok
[INFO] [stdout] test syntax::content::parser::token::anchor::tests::display_empty_destination ... ok
[INFO] [stdout] test syntax::content::parser::token::anchor::tests::display_no_destination ... ok
[INFO] [stdout] test syntax::content::parser::token::anchor::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::anchor::tests::lex - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::anchor::tests::render_anchor ... ok
[INFO] [stdout] test syntax::content::parser::token::anchor::tests::render_empty_destination ... ok
[INFO] [stdout] test syntax::content::parser::token::anchor::tests::resolve_none_destination ... ok
[INFO] [stdout] test syntax::content::parser::token::anchor::tests::set_node_id ... ok
[INFO] [stdout] test syntax::content::parser::token::anchor::tests::token_display ... ok
[INFO] [stdout] test syntax::content::parser::token::anchor::tests::unknown_destination_render - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::bold::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::bold::tests::lex - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::bold::tests::render ... ok
[INFO] [stdout] test syntax::content::parser::token::bold::tests::token_display ... ok
[INFO] [stdout] test syntax::content::parser::token::checkbox::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::checkbox::tests::render ... ok
[INFO] [stdout] test syntax::content::parser::token::checkbox::tests::token_display ... ok
[INFO] [stdout] test syntax::content::parser::token::code::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::code::tests::lex - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::code::tests::render ... ok
[INFO] [stdout] test syntax::content::parser::token::code::tests::token_display ... ok
[INFO] [stdout] test syntax::content::parser::token::header::tests::ascii_ids_set ... ok
[INFO] [stdout] test syntax::content::parser::token::header::tests::ascii_ids_unset ... ok
[INFO] [stdout] test syntax::content::parser::token::header::tests::display_dom_id ... ok
[INFO] [stdout] test syntax::content::parser::token::header::tests::display_unknown_open_state ... ok
[INFO] [stdout] test syntax::content::parser::token::header::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::header::tests::get_level ... ok
[INFO] [stdout] test syntax::content::parser::token::header::tests::id_deduplication ... ok
[INFO] [stdout] test syntax::content::parser::token::header::tests::make_id ... ok
[INFO] [stdout] test syntax::content::parser::token::header::tests::no_id_render ... ok
[INFO] [stdout] test syntax::content::parser::token::header::tests::token_display ... ok
[INFO] [stdout] test syntax::content::parser::token::header::tests::unknown_open_state_render - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::item::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::item::tests::lex - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::item::tests::probe ... ok
[INFO] [stdout] test syntax::content::parser::token::item::tests::render - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::item::tests::token_display ... ok
[INFO] [stdout] test syntax::content::parser::token::item::tests::token_render - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::linebreak::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::linebreak::tests::token_display ... ok
[INFO] [stdout] test syntax::content::parser::token::list::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::list::tests::lex - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::list::tests::ordered_list ... ok
[INFO] [stdout] test syntax::content::parser::token::list::tests::render_flat_list ... ok
[INFO] [stdout] test syntax::content::parser::token::list::tests::render_multilevel_depth_drop ... ok
[INFO] [stdout] test syntax::content::parser::token::list::tests::render_nested_list ... ok
[INFO] [stdout] test syntax::content::parser::token::list::tests::token_display ... ok
[INFO] [stdout] test syntax::content::parser::token::literal::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::literal::tests::token_display ... ok
[INFO] [stdout] test syntax::content::parser::token::oblique::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::oblique::tests::lex - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::oblique::tests::render ... ok
[INFO] [stdout] test syntax::content::parser::token::oblique::tests::token_display ... ok
[INFO] [stdout] test syntax::content::parser::token::paragraph::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::paragraph::tests::lex ... ok
[INFO] [stdout] test syntax::content::parser::token::paragraph::tests::render_state_unknown - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::paragraph::tests::token_display ... ok
[INFO] [stdout] test syntax::content::parser::token::preformat::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::preformat::tests::lex - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::preformat::tests::token_display ... ok
[INFO] [stdout] test syntax::content::parser::token::quote::tests::display ... ok
[INFO] [stdout] test syntax::content::parser::token::quote::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::quote::tests::lex - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::strike::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::strike::tests::lex - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::strike::tests::render ... ok
[INFO] [stdout] test syntax::content::parser::token::strike::tests::token_display ... ok
[INFO] [stdout] test syntax::content::parser::token::table::tests::display ... ok
[INFO] [stdout] test syntax::content::parser::token::table::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::table::tests::lex - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::underline::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::underline::tests::lex - should panic ... ok
[INFO] [stdout] test syntax::content::parser::token::underline::tests::render ... ok
[INFO] [stdout] test syntax::content::parser::token::underline::tests::token_display ... ok
[INFO] [stdout] test syntax::content::parser::token::verse::tests::display ... ok
[INFO] [stdout] test syntax::content::parser::token::verse::tests::flatten ... ok
[INFO] [stdout] test syntax::content::parser::token::verse::tests::lexed_verse_is_empty ... ok
[INFO] [stdout] test syntax::content::parser::token::verse::tests::render_attempt_with_unknown_open_state - should panic ... ok
[INFO] [stdout] test syntax::content::tests::only ... ok
[INFO] [stdout] test router::handlers::navigation::tests::about_page_ok ... ok
[INFO] [stdout] test router::handlers::navigation::tests::tree_page_ok ... ok
[INFO] [stdout] test syntax::content::parser::context::table::tests::no_trailing_delimiters ... ok
[INFO] [stdout] test router::tests::no_about_page ... ok
[INFO] [stdout] test syntax::content::parser::context::anchor::tests::absolute_anchor ... ok
[INFO] [stdout] test syntax::content::parser::context::table::tests::no_leading_delimiters ... ok
[INFO] [stdout] test syntax::content::parser::context::table::tests::no_flanking_delimiters ... ok
[INFO] [stdout] test syntax::content::parser::context::table::tests::with_indent ... ok
[INFO] [stdout] test router::tests::no_json_raw_graph ... ok
[INFO] [stdout] test router::tests::no_tree_page ... ok
[INFO] [stdout] test router::tests::no_toml_raw_graph ... ok
[INFO] [stdout] test syntax::content::parser::context::table::tests::with_leading_and_trailing_delimiters ... ok
[INFO] [stdout] test syntax::content::parser::context::table::tests::with_loaded_anchor ... ok
[INFO] [stdout] test router::tests::no_raw_graph ... ok
[INFO] [stdout] test router::tests::routes ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- graph::serial_tests::no_graph_fallback stdout ----
[INFO] [stdout] Error: Error { message: "Failed test's directory creation", inner_io: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }), inner_tera: None }
[INFO] [stdout] 
[INFO] [stdout] ---- router::handlers::fixed::serial_tests::custom_font_found_if_serving_enabled stdout ----
[INFO] [stdout] Error: Error { message: "Failed test's directory creation", inner_io: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }), inner_tera: None }
[INFO] [stdout] 
[INFO] [stdout] ---- router::handlers::fixed::serial_tests::default_font_found_if_serving_enabled stdout ----
[INFO] [stdout] Error: Error { message: "Failed test's directory creation", inner_io: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }), inner_tera: None }
[INFO] [stdout] 
[INFO] [stdout] ---- router::handlers::fixed::serial_tests::font_not_found_if_serving_disabled stdout ----
[INFO] [stdout] Error: Error { message: "Failed test's directory creation", inner_io: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }), inner_tera: None }
[INFO] [stdout] 
[INFO] [stdout] ---- router::handlers::fixed::serial_tests::io_asset_error stdout ----
[INFO] [stdout] Error: Error { message: "Failed test's directory creation", inner_io: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }), inner_tera: None }
[INFO] [stdout] 
[INFO] [stdout] ---- router::handlers::fixed::serial_tests::target_file_exists stdout ----
[INFO] [stdout] Error: Error { message: "Failed test's directory creation", inner_io: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }), inner_tera: None }
[INFO] [stdout] 
[INFO] [stdout] ---- router::handlers::template::serial_tests::custom_template stdout ----
[INFO] [stdout] Error: Error { message: "Failed test's directory creation", inner_io: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }), inner_tera: None }
[INFO] [stdout] 
[INFO] [stdout] ---- router::handlers::template::serial_tests::custom_template_inheritance_error stdout ----
[INFO] [stdout] Error: Error { message: "Failed test's directory creation", inner_io: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }), inner_tera: None }
[INFO] [stdout] 
[INFO] [stdout] ---- router::handlers::template::serial_tests::inner_template_no_op stdout ----
[INFO] [stdout] Error: Error { message: "Failed test's directory creation", inner_io: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }), inner_tera: None }
[INFO] [stdout] 
[INFO] [stdout] ---- router::handlers::template::serial_tests::invalid_utf8_template_filename stdout ----
[INFO] [stdout] Error: Error { message: "Failed test's directory creation", inner_io: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }), inner_tera: None }
[INFO] [stdout] 
[INFO] [stdout] ---- router::handlers::template::serial_tests::templates_dir_not_found_ok stdout ----
[INFO] [stdout] Error: Error { message: "Failed test's directory creation", inner_io: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }), inner_tera: None }
[INFO] [stdout] 
[INFO] [stdout] ---- router::handlers::template::serial_tests::templates_dir_unexpected_error stdout ----
[INFO] [stdout] Error: Error { message: "Failed test's directory creation", inner_io: Some(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }), inner_tera: None }
[INFO] [stdout] 
[INFO] [stdout] ---- router::handlers::template::tests::template_read_without_permissions_is_an_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'router::handlers::template::tests::template_read_without_permissions_is_an_error' (1539) panicked at src/router/handlers/template.rs:475:9:
[INFO] [stdout] assertion failed: result.is_err()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bc5262df0d8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5bc5262df0d8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5bc5262df0d8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5bc5262df0d8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5bc5262f731a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5bc5262f731a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5bc5262e3fe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5bc5262e3fe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5bc5262bb2e6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5bc5262bb2e6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5bc5262d5d59 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5bc52614052c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5bc52614052c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5bc5262d5f12 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5bc5262d5f12 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5bc5262bb3d4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5bc5262afb89 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5bc5262bc23d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5bc5262f7b5c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5bc5262f7b22 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5bc525b70c14 - en[ef07ed2856dbfc1f]::router::handlers::template::tests::template_read_without_permissions_is_an_error
[INFO] [stdout]                                at /opt/rustwide/workdir/src/router/handlers/template.rs:475:9
[INFO] [stdout]   21:     0x5bc525b6aa87 - en[ef07ed2856dbfc1f]::router::handlers::template::tests::template_read_without_permissions_is_an_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/router/handlers/template.rs:473:55
[INFO] [stdout]   22:     0x5bc525ac5286 - <en[ef07ed2856dbfc1f]::router::handlers::template::tests::template_read_without_permissions_is_an_error::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5bc52613360b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5bc52613360b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5bc526140e85 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5bc526140e85 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5bc526140e85 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5bc526140e85 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5bc526140e85 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5bc526140e85 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5bc526140e85 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5bc52613a794 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5bc52613a794 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5bc526143f02 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5bc526143f02 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5bc526143f02 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5bc526143f02 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5bc526143f02 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5bc526143f02 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5bc526143f02 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5bc5262de06f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   42:     0x5bc5262de06f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x713ede1e1aa4 - <unknown>
[INFO] [stdout]   44:     0x713ede26ea64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     graph::serial_tests::no_graph_fallback
[INFO] [stdout]     router::handlers::fixed::serial_tests::custom_font_found_if_serving_enabled
[INFO] [stdout]     router::handlers::fixed::serial_tests::default_font_found_if_serving_enabled
[INFO] [stdout]     router::handlers::fixed::serial_tests::font_not_found_if_serving_disabled
[INFO] [stdout]     router::handlers::fixed::serial_tests::io_asset_error
[INFO] [stdout]     router::handlers::fixed::serial_tests::target_file_exists
[INFO] [stdout]     router::handlers::template::serial_tests::custom_template
[INFO] [stdout]     router::handlers::template::serial_tests::custom_template_inheritance_error
[INFO] [stdout]     router::handlers::template::serial_tests::inner_template_no_op
[INFO] [stdout]     router::handlers::template::serial_tests::invalid_utf8_template_filename
[INFO] [stdout]     router::handlers::template::serial_tests::templates_dir_not_found_ok
[INFO] [stdout]     router::handlers::template::serial_tests::templates_dir_unexpected_error
[INFO] [stdout]     router::handlers::template::tests::template_read_without_permissions_is_an_error
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 330 passed; 13 failed; 0 ignored; 0 measured; 0 filtered out; finished in 260.05s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "da390c082c23a1031c36eeba852282f24390927149f4fffcd697c281706d079a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da390c082c23a1031c36eeba852282f24390927149f4fffcd697c281706d079a", kill_on_drop: false }`
[INFO] [stdout] da390c082c23a1031c36eeba852282f24390927149f4fffcd697c281706d079a
