[INFO] cloning repository https://github.com/hoijui/mle
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hoijui/mle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhoijui%2Fmle", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhoijui%2Fmle'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3963febe784901c90841506000eae4065ef05079
[INFO] testing hoijui/mle against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhoijui%2Fmle" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hoijui/mle
[INFO] finished tweaking git repo https://github.com/hoijui/mle
[INFO] tweaked toml for git repo https://github.com/hoijui/mle written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hoijui/mle on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hoijui/mle 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ad1a7c5abcbabf237564963119d07916c0c08161465520ea378601c044fd66d6
[INFO] running `Command { std: "docker" "start" "-a" "ad1a7c5abcbabf237564963119d07916c0c08161465520ea378601c044fd66d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad1a7c5abcbabf237564963119d07916c0c08161465520ea378601c044fd66d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad1a7c5abcbabf237564963119d07916c0c08161465520ea378601c044fd66d6", kill_on_drop: false }`
[INFO] [stdout] ad1a7c5abcbabf237564963119d07916c0c08161465520ea378601c044fd66d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4707317d87195c903bd62d63f6b22b26e657e953b0c3499578574da77a82d112
[INFO] running `Command { std: "docker" "start" "-a" "4707317d87195c903bd62d63f6b22b26e657e953b0c3499578574da77a82d112", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling value-bag v1.12.0
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling piper v0.2.5
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling pulldown-cmark v0.13.3
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling async-lock v3.4.2
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling async-executor v1.14.0
[INFO] [stderr]    Compiling async-fs v2.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling simplelog v0.12.2
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling git-version-macro v0.3.9
[INFO] [stderr]    Compiling dynify-macros v0.1.2
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling git-version v0.3.9
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling dynify v0.1.2
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling async-walkdir v2.1.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling wildmatch v2.6.1
[INFO] [stderr]    Compiling serde_regex v1.1.0
[INFO] [stderr]    Compiling relative-path v2.0.1
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling csv-async v1.3.1
[INFO] [stderr]    Compiling cli_utils_hoijui v0.13.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling mle v0.28.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.73s
[INFO] running `Command { std: "docker" "inspect" "4707317d87195c903bd62d63f6b22b26e657e953b0c3499578574da77a82d112", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4707317d87195c903bd62d63f6b22b26e657e953b0c3499578574da77a82d112", kill_on_drop: false }`
[INFO] [stdout] 4707317d87195c903bd62d63f6b22b26e657e953b0c3499578574da77a82d112
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 06db62c57bf1de7f4d87c6e179d13c75774639c3fe962f4a4f80cb315588a7ab
[INFO] running `Command { std: "docker" "start" "-a" "06db62c57bf1de7f4d87c6e179d13c75774639c3fe962f4a4f80cb315588a7ab", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling winnow v1.0.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling toml_datetime v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling toml_parser v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling mle v0.28.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling toml_edit v0.25.8+spec-1.1.0
[INFO] [stderr]    Compiling criterion-plot v0.8.2
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling ntest_timeout v0.9.5
[INFO] [stderr]    Compiling ntest_test_cases v0.9.5
[INFO] [stderr]    Compiling ntest v0.9.5
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 19.72s
[INFO] running `Command { std: "docker" "inspect" "06db62c57bf1de7f4d87c6e179d13c75774639c3fe962f4a4f80cb315588a7ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06db62c57bf1de7f4d87c6e179d13c75774639c3fe962f4a4f80cb315588a7ab", kill_on_drop: false }`
[INFO] [stdout] 06db62c57bf1de7f4d87c6e179d13c75774639c3fe962f4a4f80cb315588a7ab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c928c43b8a58c13a4a80d65bd224dd970287957b903f461512301cb4e6dd5be7
[INFO] running `Command { std: "docker" "start" "-a" "c928c43b8a58c13a4a80d65bd224dd970287957b903f461512301cb4e6dd5be7", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mle-9a7dd55e39e08827)
[INFO] [stdout] 
[INFO] [stdout] running 64 tests
[INFO] [stdout] test extractors::html::tests::anchors__less_than_exclamation_minus_minuscomment_minus_minus_greater_than_less_thana_href_equal_double_quotehttps_colon_slash_slashwww_full_stopw3schools_full_stopcom_double_quote_name_equal_double_quotethe_anchor_double_quote_greater_thanVisit_W3Schools_full_stopcom_exclamation_less_than_slasha_greater_than_true_1_57 ... ok
[INFO] [stdout] test extractors::html::tests::anchors__less_than_exclamation_minus_minuscomment_minus_minus_greater_than_less_thantable_id_equal_double_quotethe_anchor_double_quote_greater_thanVisit_W3Schools_full_stopcom_exclamation_less_than_slasha_greater_than_false_1_26 ... ok
[INFO] [stdout] test extractors::html::tests::anchors__less_than_exclamation_minus_minuscomment_minus_minus_greater_than_less_thana_name_equal_double_quotethe_anchor_double_quote_greater_thanVisit_W3Schools_full_stopcom_exclamation_less_than_slasha_greater_than_true_1_24 ... ok
[INFO] [stdout] test extractors::html::tests::anchors__less_than_exclamation_minus_minuscomment_minus_minus_greater_than_less_thana_href_equal_double_quotehttps_colon_slash_slashwww_full_stopw3schools_full_stopcom_double_quote_id_equal_double_quotethe_anchor_double_quote_greater_thanVisit_W3Schools_full_stopcom_exclamation_less_than_slasha_greater_than_false_1_55 ... ok
[INFO] [stdout] test extractors::html::tests::anchors__less_than_exclamation_minus_minuscomment_minus_minus_greater_than_less_thanabc_id_equal_double_quotethe_anchor_double_quote_greater_thanVisit_W3Schools_full_stopcom_exclamation_less_than_slasha_greater_than_false_1_24 ... ok
[INFO] [stdout] test extractors::html::tests::doc_type__less_than_exclamationDocType_html_greater_than ... ok
[INFO] [stdout] test extractors::html::tests::doc_type__less_than_exclamationDoctype_html_greater_than ... ok
[INFO] [stdout] test extractors::html::tests::doc_type__less_than_exclamationDOCTYPE_html_greater_than ... ok
[INFO] [stdout] test extractors::html::tests::commented ... ok
[INFO] [stdout] test extractors::html::tests::doc_type__less_than_exclamationdoctype_html_greater_than ... ok
[INFO] [stdout] test extractors::html::tests::document ... ok
[INFO] [stdout] test extractors::html::tests::links__less_than_exclamation_minus_minuscomment_minus_minus_greater_than_less_thana_href_equal_double_quotehttps_colon_slash_slashwww_full_stopw3schools_full_stopcom_double_quote_greater_thanVisit_W3Schools_full_stopcom_exclamation_less_than_slasha_greater_than_1_24 ... ok
[INFO] [stdout] test extractors::html::tests::links__less_thana_href__equal____double_quotehttps_colon_slash_slashwww_full_stopw3schools_full_stopcom_double_quote_greater_than_Visit_W3Schools_full_stopcom_exclamation__less_than_slasha_greater_than_4_4 ... ok
[INFO] [stdout] test extractors::html::tests::links__less_thana_href_equal_double_quotehttps_colon_slash_slashwww_full_stopw3schools_full_stopcom_double_quote_greater_thanVisit_W3Schools_full_stopcom_exclamation_less_than_slasha_greater_than_1_10 ... ok
[INFO] [stdout] test extractors::html::tests::links__less_thana_href_equal_double_quotehttps_colon_slash_slashwww_full_stopw3schools_full_stopcom_double_quote_target_equal_double_quote_blank_double_quote_greater_thanVisit_W3Schools_full_stopcom_exclamation_less_than_slasha_greater_than_1_10 ... ok
[INFO] [stdout] test extractors::html::tests::empty_attrib ... ok
[INFO] [stdout] test extractors::html::tests::no_anchors__less_than_exclamation_minus_minuscomment_minus_minus_greater_than_less_thanabc_name_equal_double_quotethe_anchor_double_quote_greater_thanVisit_W3Schools_full_stopcom_exclamation_less_than_slashabc_greater_than ... ok
[INFO] [stdout] test extractors::html::tests::links__less_thana_hreflang_equal_double_quoteen_double_quote_href_equal_double_quotehttps_colon_slash_slashwww_full_stopw3schools_full_stopcom_double_quote_greater_thanVisit_W3Schools_full_stopcom_exclamation_less_than_slasha_greater_than_1_24 ... ok
[INFO] [stdout] test extractors::html::tests::no_anchors__less_than_exclamation_minus_minuscomment_minus_minus_greater_than_less_thana_namename_equal_double_quotethe_anchor_double_quote_greater_thanVisit_W3Schools_full_stopcom_exclamation_less_than_slasha_greater_than ... ok
[INFO] [stdout] test extractors::html::tests::no_anchors__less_than_exclamation_minus_minuscomment_minus_minus_greater_than_less_thantable_idid_equal_double_quotethe_anchor_double_quote_greater_thanVisit_W3Schools_full_stopcom_exclamation_less_than_slasha_greater_than ... ok
[INFO] [stdout] test extractors::html::tests::sc_skip_ws ... ok
[INFO] [stdout] test extractors::html::tests::sc_take ... ok
[INFO] [stdout] test extractors::html::tests::links_single_t ... ok
[INFO] [stdout] test extractors::html::tests::sc_take_any ... ok
[INFO] [stdout] test extractors::html::tests::no_link ... ok
[INFO] [stdout] test extractors::html::tests::two_with_extra_attrib ... ok
[INFO] [stdout] test extractors::markdown::tests::commented_link ... ok
[INFO] [stdout] test extractors::markdown::tests::code_block ... ok
[INFO] [stdout] test extractors::markdown::tests::escaped_code_block ... ok
[INFO] [stdout] test extractors::markdown::tests::checkboxes_quoted ... ok
[INFO] [stdout] test extractors::markdown::tests::checkboxes_with_tags ... ok
[INFO] [stdout] test extractors::markdown::tests::html_code_block ... ok
[INFO] [stdout] test extractors::markdown::tests::checkboxes ... ok
[INFO] [stdout] test extractors::markdown::tests::html_link_ident ... ok
[INFO] [stdout] test extractors::markdown::tests::html_link_new_http_no_anchor_line ... ok
[INFO] [stdout] test extractors::markdown::tests::html_link_no_target ... ok
[INFO] [stdout] test extractors::markdown::tests::image_reference ... ok
[INFO] [stdout] test extractors::markdown::tests::html_link_with_target ... ok
[INFO] [stdout] test extractors::markdown::tests::inline_code ... ok
[INFO] [stdout] test extractors::markdown::tests::inline_link_This_is_a_short_link__less_thanhttp_colon_slash_slashexample_full_stopnet_slash_greater_than_22 ... ok
[INFO] [stdout] test extractors::markdown::tests::inline_link__less_thanhttp_colon_slash_slashexample_full_stopnet_slash_greater_than_1 ... ok
[INFO] [stdout] test extractors::markdown::tests::inline_no_link ... ok
[INFO] [stdout] test extractors::markdown::tests::link_escaped ... ok
[INFO] [stdout] test extractors::markdown::tests::link_in_code_block ... ok
[INFO] [stdout] test extractors::markdown::tests::link_in_headline ... ok
[INFO] [stdout] test extractors::markdown::tests::link_near_inline_code ... ok
[INFO] [stdout] test extractors::markdown::tests::link_relative_with_newline ... ok
[INFO] [stdout] test extractors::markdown::tests::link_no_title ... ok
[INFO] [stdout] test extractors::markdown::tests::link_relative_with_newline_and_space ... ok
[INFO] [stdout] test extractors::markdown::tests::link_relative_with_newline_and_space_wrong ... ok
[INFO] [stdout] test extractors::markdown::tests::link_target_on_new_line ... ok
[INFO] [stdout] test extractors::markdown::tests::link_very_near_inline_code ... ok
[INFO] [stdout] test extractors::markdown::tests::link_with_newline ... ok
[INFO] [stdout] test extractors::markdown::tests::link_with_title ... ok
[INFO] [stdout] test extractors::markdown::tests::nested_links ... ok
[INFO] [stdout] test extractors::markdown::tests::no_link_colon ... ok
[INFO] [stdout] test extractors::markdown::tests::non_checkboxes ... ok
[INFO] [stdout] test extractors::markdown::tests::referenced_link ... ok
[INFO] [stdout] test extractors::markdown::tests::referenced_link_no_tag_only_reference ... ok
[INFO] [stdout] test extractors::markdown::tests::referenced_link_case_insensitive ... ok
[INFO] [stdout] test extractors::markdown::tests::referenced_link_with_spaces ... ok
[INFO] [stdout] test markup::tests::all_lowercase_file_extensions ... ok
[INFO] [stdout] test extractors::markdown::tests::referenced_link_tag_only ... ok
[INFO] [stdout] test extractors::markdown::tests::raw_html_issue_31 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 64 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mle-54b7999ddde5e63e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/end_to_end.rs (/opt/rustwide/target/debug/deps/end_to_end-6c521df7d8f9895a)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] [][]test end_to_end_different_root ... ok
[INFO] [stdout] [][]test end_to_end ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/markdown_files.rs (/opt/rustwide/target/debug/deps/markdown_files-a0b960f22c46deda)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test no_links ... ok
[INFO] [stdout] test some_links ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/throttle.rs (/opt/rustwide/target/debug/deps/throttle-8552899a8662b563)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests mle
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/link.rs - link::FileLoc::join (line 117) ... ok
[INFO] [stdout] test src/link.rs - link::FileSystemLoc::join (line 600) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.99s; merged doctests compilation took 0.48s
[INFO] running `Command { std: "docker" "inspect" "c928c43b8a58c13a4a80d65bd224dd970287957b903f461512301cb4e6dd5be7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c928c43b8a58c13a4a80d65bd224dd970287957b903f461512301cb4e6dd5be7", kill_on_drop: false }`
[INFO] [stdout] c928c43b8a58c13a4a80d65bd224dd970287957b903f461512301cb4e6dd5be7
