[INFO] cloning repository https://github.com/vrn21/spiderman
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vrn21/spiderman" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvrn21%2Fspiderman", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvrn21%2Fspiderman'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a5108f33ad6e4e2a54816c4f2894e8a7c44b6cd6
[INFO] testing vrn21/spiderman against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvrn21%2Fspiderman" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vrn21/spiderman
[INFO] finished tweaking git repo https://github.com/vrn21/spiderman
[INFO] tweaked toml for git repo https://github.com/vrn21/spiderman written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vrn21/spiderman on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vrn21/spiderman 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 675969d8c81a59d15b672c93916b097d1056821dbc7ec8abf0fd076bf5956e31
[INFO] running `Command { std: "docker" "start" "-a" "675969d8c81a59d15b672c93916b097d1056821dbc7ec8abf0fd076bf5956e31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "675969d8c81a59d15b672c93916b097d1056821dbc7ec8abf0fd076bf5956e31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "675969d8c81a59d15b672c93916b097d1056821dbc7ec8abf0fd076bf5956e31", kill_on_drop: false }`
[INFO] [stdout] 675969d8c81a59d15b672c93916b097d1056821dbc7ec8abf0fd076bf5956e31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c361844b2b0db21947ab785eb3d52cb6c18ad900e87b083abc497d822ea4c702
[INFO] running `Command { std: "docker" "start" "-a" "c361844b2b0db21947ab785eb3d52cb6c18ad900e87b083abc497d822ea4c702", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling value-bag v1.11.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling unicode-width v0.1.13
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling async-lock v3.4.1
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling async-executor v1.13.3
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling markup5ever v0.12.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling html5ever v0.27.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling html2text v0.12.6
[INFO] [stderr]    Compiling spiderman v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `queued`
[INFO] [stdout]    --> src/core/crawl.rs:194:29
[INFO] [stdout]     |
[INFO] [stdout] 194 |                 let (total, queued, processed) = manager.stats();
[INFO] [stdout]     |                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_queued`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `fetch` is never used
[INFO] [stdout]   --> src/core/webshooter/mod.rs:72:25
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl<'a> Spiderman<'a> {
[INFO] [stdout]    | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub(crate) async fn fetch(&mut self) -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_url` is never used
[INFO] [stdout]    --> src/core/webshooter/mod.rs:132:4
[INFO] [stdout]     |
[INFO] [stdout] 132 | fn parse_url(url: &str) -> Result<(String, String), Box<dyn std::error::Error>> {
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_body` is never used
[INFO] [stdout]    --> src/core/webshooter/mod.rs:175:4
[INFO] [stdout]     |
[INFO] [stdout] 175 | fn extract_body(response: &str) -> Result<String, Box<dyn std::error::Error>> {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.71s
[INFO] running `Command { std: "docker" "inspect" "c361844b2b0db21947ab785eb3d52cb6c18ad900e87b083abc497d822ea4c702", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c361844b2b0db21947ab785eb3d52cb6c18ad900e87b083abc497d822ea4c702", kill_on_drop: false }`
[INFO] [stdout] c361844b2b0db21947ab785eb3d52cb6c18ad900e87b083abc497d822ea4c702
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b3bd072a8ba491eba8ccfab65aa7356259590e2b190a8054124ce566d54020f
[INFO] running `Command { std: "docker" "start" "-a" "3b3bd072a8ba491eba8ccfab65aa7356259590e2b190a8054124ce566d54020f", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stderr]    Compiling spiderman v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `queued`
[INFO] [stdout]    --> src/core/crawl.rs:194:29
[INFO] [stdout]     |
[INFO] [stdout] 194 |                 let (total, queued, processed) = manager.stats();
[INFO] [stdout]     |                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_queued`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.83s
[INFO] running `Command { std: "docker" "inspect" "3b3bd072a8ba491eba8ccfab65aa7356259590e2b190a8054124ce566d54020f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b3bd072a8ba491eba8ccfab65aa7356259590e2b190a8054124ce566d54020f", kill_on_drop: false }`
[INFO] [stdout] 3b3bd072a8ba491eba8ccfab65aa7356259590e2b190a8054124ce566d54020f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8398422746bc42cae0e09e43fc788f8653c2ca7073c1c751ec218f0716fe0e84
[INFO] running `Command { std: "docker" "start" "-a" "8398422746bc42cae0e09e43fc788f8653c2ca7073c1c751ec218f0716fe0e84", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `queued`
[INFO] [stderr]    --> src/core/crawl.rs:194:29
[INFO] [stderr]     |
[INFO] [stderr] 194 |                 let (total, queued, processed) = manager.stats();
[INFO] [stderr]     |                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_queued`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `spiderman` (bin "spiderman" test) generated 1 warning (run `cargo fix --bin "spiderman" -p spiderman --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/spiderman-f558e1b050642d7e)
[INFO] [stdout] 
[INFO] [stdout] running 104 tests
[INFO] [stdout] test core::document::tests::test_document_many_links ... ok
[INFO] [stdout] test core::document::tests::test_document_new ... ok
[INFO] [stdout] test core::crawl::tests::test_crawl_config_builder ... ok
[INFO] [stdout] test core::crawl::tests::test_crawl_config_default ... ok
[INFO] [stdout] test core::crawl::tests::test_crawl_config_raw_html ... ok
[INFO] [stdout] test core::crawl::tests::test_crawl_config_with_domains ... ok
[INFO] [stdout] test core::document::tests::test_decode_html_entities ... ok
[INFO] [stdout] test core::document::tests::test_document_builder_pattern ... ok
[INFO] [stdout] test core::document::tests::test_document_empty_links ... ok
[INFO] [stdout] test core::document::tests::test_document_from_json ... ok
[INFO] [stdout] test core::document::tests::test_document_getters ... ok
[INFO] [stdout] test core::document::tests::test_document_to_json ... ok
[INFO] [stdout] test core::document::tests::test_document_with_raw_html ... ok
[INFO] [stdout] test core::document::tests::test_document_metadata ... ok
[INFO] [stdout] test core::export::tests::test_export_batch ... ok
[INFO] [stdout] test core::document::tests::test_metadata_empty_html ... ok
[INFO] [stdout] test core::export::tests::test_append_behavior ... ok
[INFO] [stdout] test core::export::tests::test_dir_exists ... ok
[INFO] [stdout] test core::export::tests::test_ensure_output_dir ... ok
[INFO] [stdout] test core::export::tests::test_export_json_array ... ok
[INFO] [stdout] test core::export::tests::test_export_multiple_documents ... ok
[INFO] [stdout] test core::export::tests::test_clear_output_dir ... ok
[INFO] [stdout] test core::export::tests::test_export_single_document ... ok
[INFO] [stdout] test core::document::tests::test_extract_attribute_not_found ... ok
[INFO] [stdout] test core::export::tests::test_jsonl_format ... ok
[INFO] [stdout] test core::html_to_md::tests::test_clean_markdown_removes_excessive_blank_lines ... ok
[INFO] [stdout] test core::link_extractor::tests::test_clean_url_removes_fragment ... ok
[INFO] [stdout] test core::link_extractor::tests::test_clean_url_trims_whitespace ... ok
[INFO] [stdout] test core::document::tests::test_extract_title ... ok
[INFO] [stdout] test core::html_to_md::tests::test_empty_html ... ok
[INFO] [stdout] test core::html_to_md::tests::test_html_with_lists ... ok
[INFO] [stdout] test core::document::tests::test_extract_attribute ... ok
[INFO] [stdout] test core::link_extractor::tests::test_extract_links_basic ... ok
[INFO] [stdout] test core::document::tests::test_extract_title_not_found ... ok
[INFO] [stdout] test core::document::tests::test_extract_title_with_whitespace ... ok
[INFO] [stdout] test core::link_extractor::tests::test_extract_links_empty_html ... ok
[INFO] [stdout] test core::link_extractor::tests::test_extract_links_deduplicates ... ok
[INFO] [stdout] test core::link_extractor::tests::test_extract_links_mixed_formats ... ok
[INFO] [stdout] test core::link_extractor::tests::test_extract_links_single_quotes ... ok
[INFO] [stdout] test core::link_extractor::tests::test_extract_links_no_links ... ok
[INFO] [stdout] test core::link_extractor::tests::test_is_valid_url_with_invalid_urls ... ok
[INFO] [stdout] test core::link_extractor::tests::test_is_valid_url_with_valid_urls ... ok
[INFO] [stdout] test core::link_extractor::tests::test_normalize_url_absolute_urls ... ok
[INFO] [stdout] test core::link_extractor::tests::test_normalize_url_protocol_relative ... ok
[INFO] [stdout] test core::link_extractor::tests::test_normalize_url_with_parent_directory ... ok
[INFO] [stdout] test core::link_extractor::tests::test_normalize_url_relative_paths ... ok
[INFO] [stdout] test core::link_extractor::tests::test_parse_base_url_no_path ... ok
[INFO] [stdout] test core::link_extractor::tests::test_parse_base_url ... ok
[INFO] [stdout] test core::link_extractor::tests::test_parse_base_url_with_port ... ok
[INFO] [stdout] test core::link_extractor::tests::test_resolve_path_with_current_directory ... ok
[INFO] [stdout] test core::link_extractor::tests::test_resolve_path_mixed ... ok
[INFO] [stdout] test core::url_manager::tests::test_add_duplicate_url ... ok
[INFO] [stdout] test core::url_manager::tests::test_extract_domain_basic ... ok
[INFO] [stdout] test core::link_extractor::tests::test_resolve_path_with_parent_directory ... ok
[INFO] [stdout] test core::url_manager::tests::test_extract_domain_no_path ... ok
[INFO] [stdout] test core::url_manager::tests::test_allowed_domains ... ok
[INFO] [stdout] test core::url_manager::tests::test_extract_domain_with_port ... ok
[INFO] [stdout] test core::url_manager::tests::test_get_next ... ok
[INFO] [stdout] test core::url_manager::tests::test_has_next ... ok
[INFO] [stdout] test core::url_manager::tests::test_extract_domain_with_subdomain ... ok
[INFO] [stdout] test core::url_manager::tests::test_max_pages_limit ... ok
[INFO] [stdout] test core::url_manager::tests::test_multiple_allowed_domains ... ok
[INFO] [stdout] test core::url_manager::tests::test_new_url_manager ... ok
[INFO] [stdout] test core::url_manager::tests::test_normalize_url_complex ... ok
[INFO] [stdout] test core::url_manager::tests::test_normalize_url_default_ports ... ok
[INFO] [stdout] test core::url_manager::tests::test_normalize_url_fragment ... ok
[INFO] [stdout] test core::url_manager::tests::test_normalize_url_lowercase ... ok
[INFO] [stdout] test core::url_manager::tests::test_normalize_url_trailing_slash ... ok
[INFO] [stdout] test core::url_manager::tests::test_queue_order ... ok
[INFO] [stdout] test core::url_manager::tests::test_queue_size ... ok
[INFO] [stdout] test core::url_manager::tests::test_stats ... ok
[INFO] [stdout] test core::url_manager::tests::test_visited_count ... ok
[INFO] [stdout] test core::webshooter::tests::test_extract_body_empty_body ... ok
[INFO] [stdout] test core::webshooter::tests::test_extract_body_no_separator ... ok
[INFO] [stdout] test core::webshooter::tests::test_extract_body_with_crlf ... ok
[INFO] [stdout] test core::webshooter::tests::test_extract_body_with_lf ... ok
[INFO] [stdout] test core::webshooter::tests::test_extract_body_with_multiple_headers ... ok
[INFO] [stdout] test core::document::tests::test_extract_metadata_custom ... ok
[INFO] [stdout] test core::export::tests::test_exporter_default ... ok
[INFO] [stdout] test core::html_to_md::tests::test_html_with_links ... ok
[INFO] [stdout] test core::webshooter::tests::test_fetch_invalid_host ... ok
[INFO] [stdout] test core::link_extractor::tests::test_extract_links_filters_invalid ... ok
[INFO] [stdout] test core::url_manager::tests::test_max_pages_prevents_adding ... ok
[INFO] [stdout] test core::document::tests::test_extract_metadata_partial ... ok
[INFO] [stdout] test core::webshooter::tests::test_parse_url_empty_string ... ok
[INFO] [stdout] test core::webshooter::tests::test_parse_url_with_http_protocol ... ok
[INFO] [stdout] test core::webshooter::tests::test_parse_url_with_deep_path ... ok
[INFO] [stdout] test core::webshooter::tests::test_parse_url_with_subdomain ... ok
[INFO] [stdout] test core::webshooter::tests::test_parse_url_without_path ... ok
[INFO] [stdout] test core::webshooter::tests::test_parse_url_without_protocol ... ok
[INFO] [stdout] test core::webshooter::tests::test_parse_url_with_https_protocol ... ok
[INFO] [stdout] test core::document::tests::test_extract_metadata_complete ... ok
[INFO] [stdout] test core::export::tests::test_exporter_new ... ok
[INFO] [stdout] test core::document::tests::test_document_json_pretty ... ok
[INFO] [stdout] test core::document::tests::test_document_timestamp ... ok
[INFO] [stdout] test core::webshooter::tests::test_multiple_fetches ... FAILED
[INFO] [stdout] test core::webshooter::tests::test_fetch_real_website ... FAILED
[INFO] [stdout] test core::webshooter::tests::test_fetch_with_path ... FAILED
[INFO] [stdout] test core::webshooter::tests::test_fetch_with_http_prefix ... FAILED
[INFO] [stdout] test core::link_extractor::tests::test_normalize_url_absolute_paths ... ok
[INFO] [stdout] test core::html_to_md::tests::test_basic_html_to_markdown ... ok
[INFO] [stdout] test core::url_manager::tests::test_is_visited ... ok
[INFO] [stdout] test core::webshooter::tests::test_fetch_updates_html_field ... FAILED
[INFO] [stdout] test core::url_manager::tests::test_add_url ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- core::webshooter::tests::test_multiple_fetches stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'core::webshooter::tests::test_multiple_fetches' (140) panicked at src/core/webshooter/mod.rs:346:13:
[INFO] [stdout] First fetch should succeed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f6128d72942 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f6128d72942 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f6128d72942 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f6128d72942 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f6128d8a58a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f6128d8a58a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5f6128d77d66 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f6128d77d66 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f6128d4edef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f6128d4edef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f6128d69819 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f6128c2f12e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5f6128c2f12e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f6128d69a82 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5f6128d69a82 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f6128d4eeda - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5f6128d43d49 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f6128d4fecd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f6128d8ad4c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f6128921f5f - spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/webshooter/mod.rs:346:13
[INFO] [stdout]   20:     0x5f61288ae050 - <async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:199:29
[INFO] [stdout]   21:     0x5f61288f9068 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   22:     0x5f61288943a5 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   23:     0x5f612889332e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   24:     0x5f61288f58e8 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   25:     0x5f61288b0f6a - <async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:197:13
[INFO] [stdout]   26:     0x5f61289038f4 - <futures_lite[d8658c6e755e5ba9]::future::Or<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}>, <async_executor[64be312602f23bbd]::State>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}>>::{closure#0}::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/future.rs:451:46
[INFO] [stdout]   27:     0x5f61288ab62e - <async_executor[64be312602f23bbd]::State>::run::<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs:758:32
[INFO] [stdout]   28:     0x5f61288a966a - <async_executor[64be312602f23bbd]::Executor>::run::<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs:344:34
[INFO] [stdout]   29:     0x5f61288aa52e - <async_executor[64be312602f23bbd]::LocalExecutor>::run::<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs:649:34
[INFO] [stdout]   30:     0x5f6128908995 - async_io[b35acfdb40e7ca19]::driver::block_on::<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}>>::{closure#0}>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:204:53
[INFO] [stdout]   31:     0x5f61288974cd - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::RefCell<(parking[d3ec67499e33da4f]::Parker, core[585f66e14d78f9ba]::task::wake::Waker, alloc[15e7b27aba85d2e2]::sync::Arc<core[585f66e14d78f9ba]::sync::atomic::AtomicBool>)>>>::try_with::<async_io[b35acfdb40e7ca19]::driver::block_on<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   32:     0x5f612889715e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::RefCell<(parking[d3ec67499e33da4f]::Parker, core[585f66e14d78f9ba]::task::wake::Waker, alloc[15e7b27aba85d2e2]::sync::Arc<core[585f66e14d78f9ba]::sync::atomic::AtomicBool>)>>>::with::<async_io[b35acfdb40e7ca19]::driver::block_on<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   33:     0x5f6128906063 - async_io[b35acfdb40e7ca19]::driver::block_on::<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:180:11
[INFO] [stdout]   34:     0x5f612891ff03 - async_global_executor[fdcc9b36a2afb4aa]::reactor::block_on::<<async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}>>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:3:18
[INFO] [stdout]   35:     0x5f612891a91d - async_global_executor[fdcc9b36a2afb4aa]::reactor::block_on::<<async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:12:5
[INFO] [stdout]   36:     0x5f612892007d - async_global_executor[fdcc9b36a2afb4aa]::executor::block_on::<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}>, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:36
[INFO] [stdout]   37:     0x5f6128897dcd - <std[3f03f8b59f91bef1]::thread::local::LocalKey<async_executor[64be312602f23bbd]::LocalExecutor>>::try_with::<async_global_executor[fdcc9b36a2afb4aa]::executor::block_on<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   38:     0x5f6128897a5e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<async_executor[64be312602f23bbd]::LocalExecutor>>::with::<async_global_executor[fdcc9b36a2afb4aa]::executor::block_on<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   39:     0x5f612891aaca - async_global_executor[fdcc9b36a2afb4aa]::executor::block_on::<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}>, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:20
[INFO] [stdout]   40:     0x5f61288ac8e0 - <async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}, ()>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:171:25
[INFO] [stdout]   41:     0x5f61288f8a16 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   42:     0x5f6128893c8f - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   43:     0x5f612889319e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   44:     0x5f61288f575a - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   45:     0x5f61288a8ca0 - <async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:168:17
[INFO] [stdout]   46:     0x5f612889650d - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<usize>>>::try_with::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   47:     0x5f612889619e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<usize>>>::with::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   48:     0x5f61288a5955 - <async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:161:29
[INFO] [stdout]   49:     0x5f61288b9e3c - async_std[e1e4f898d6ba601d]::task::block_on::block_on::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/block_on.rs:31:20
[INFO] [stdout]   50:     0x5f61289280b4 - spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/webshooter/mod.rs:341:9
[INFO] [stdout]   51:     0x5f61289216a7 - spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/webshooter/mod.rs:340:31
[INFO] [stdout]   52:     0x5f61288a23f6 - <spiderman[542ccf66b053ae13]::core::webshooter::tests::test_multiple_fetches::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x5f6128c234db - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x5f6128c234db - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x5f6128c2fd3a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x5f6128c2fd3a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x5f6128c2fd3a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x5f6128c2fd3a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x5f6128c2fd3a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5f6128c2fd3a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x5f6128c2fd3a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x5f6128c2a204 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x5f6128c2a204 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x5f6128c32832 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x5f6128c32832 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x5f6128c32832 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x5f6128c32832 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x5f6128c32832 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x5f6128c32832 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x5f6128c32832 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5f6128d71c6f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x5f6128d71c6f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x712b74ca8aa4 - <unknown>
[INFO] [stdout]   74:     0x712b74d35a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- core::webshooter::tests::test_fetch_real_website stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'core::webshooter::tests::test_fetch_real_website' (122) panicked at src/core/webshooter/mod.rs:285:13:
[INFO] [stdout] Fetching example.com should succeed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f6128d72942 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f6128d72942 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f6128d72942 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f6128d72942 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f6128d8a58a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f6128d8a58a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5f6128d77d66 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f6128d77d66 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f6128d4edef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f6128d4edef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f6128d69819 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f6128c2f12e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5f6128c2f12e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f6128d69a82 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5f6128d69a82 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f6128d4eeda - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5f6128d43d49 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f6128d4fecd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f6128d8ad4c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f6128922ace - spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/webshooter/mod.rs:285:13
[INFO] [stdout]   20:     0x5f61288ae0d0 - <async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:199:29
[INFO] [stdout]   21:     0x5f61288f9228 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   22:     0x5f61288945a5 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   23:     0x5f61288933ce - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   24:     0x5f61288f5968 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   25:     0x5f61288b0ff1 - <async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:197:13
[INFO] [stdout]   26:     0x5f6128903a34 - <futures_lite[d8658c6e755e5ba9]::future::Or<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}>, <async_executor[64be312602f23bbd]::State>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}>>::{closure#0}::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/future.rs:451:46
[INFO] [stdout]   27:     0x5f61288abd80 - <async_executor[64be312602f23bbd]::State>::run::<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs:758:32
[INFO] [stdout]   28:     0x5f61288a9b48 - <async_executor[64be312602f23bbd]::Executor>::run::<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs:344:34
[INFO] [stdout]   29:     0x5f61288aaa2e - <async_executor[64be312602f23bbd]::LocalExecutor>::run::<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs:649:34
[INFO] [stdout]   30:     0x5f6128909c95 - async_io[b35acfdb40e7ca19]::driver::block_on::<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}>>::{closure#0}>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:204:53
[INFO] [stdout]   31:     0x5f612889774d - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::RefCell<(parking[d3ec67499e33da4f]::Parker, core[585f66e14d78f9ba]::task::wake::Waker, alloc[15e7b27aba85d2e2]::sync::Arc<core[585f66e14d78f9ba]::sync::atomic::AtomicBool>)>>>::try_with::<async_io[b35acfdb40e7ca19]::driver::block_on<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   32:     0x5f61288971de - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::RefCell<(parking[d3ec67499e33da4f]::Parker, core[585f66e14d78f9ba]::task::wake::Waker, alloc[15e7b27aba85d2e2]::sync::Arc<core[585f66e14d78f9ba]::sync::atomic::AtomicBool>)>>>::with::<async_io[b35acfdb40e7ca19]::driver::block_on<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   33:     0x5f6128906243 - async_io[b35acfdb40e7ca19]::driver::block_on::<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:180:11
[INFO] [stdout]   34:     0x5f612891ff63 - async_global_executor[fdcc9b36a2afb4aa]::reactor::block_on::<<async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}>>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:3:18
[INFO] [stdout]   35:     0x5f612891a9bd - async_global_executor[fdcc9b36a2afb4aa]::reactor::block_on::<<async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:12:5
[INFO] [stdout]   36:     0x5f612892013b - async_global_executor[fdcc9b36a2afb4aa]::executor::block_on::<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}>, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:36
[INFO] [stdout]   37:     0x5f612889804f - <std[3f03f8b59f91bef1]::thread::local::LocalKey<async_executor[64be312602f23bbd]::LocalExecutor>>::try_with::<async_global_executor[fdcc9b36a2afb4aa]::executor::block_on<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   38:     0x5f6128897ade - <std[3f03f8b59f91bef1]::thread::local::LocalKey<async_executor[64be312602f23bbd]::LocalExecutor>>::with::<async_global_executor[fdcc9b36a2afb4aa]::executor::block_on<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   39:     0x5f612891ab36 - async_global_executor[fdcc9b36a2afb4aa]::executor::block_on::<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}>, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:20
[INFO] [stdout]   40:     0x5f61288acac0 - <async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}, ()>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:171:25
[INFO] [stdout]   41:     0x5f61288f8c54 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   42:     0x5f6128893f0d - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   43:     0x5f612889321e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   44:     0x5f61288f57e7 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   45:     0x5f61288a8f3e - <async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:168:17
[INFO] [stdout]   46:     0x5f612889678f - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<usize>>>::try_with::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   47:     0x5f612889621e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<usize>>>::with::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   48:     0x5f61288a5ef5 - <async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:161:29
[INFO] [stdout]   49:     0x5f61288b9f9e - async_std[e1e4f898d6ba601d]::task::block_on::block_on::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/block_on.rs:31:20
[INFO] [stdout]   50:     0x5f6128928109 - spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/webshooter/mod.rs:281:9
[INFO] [stdout]   51:     0x5f6128921707 - spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/webshooter/mod.rs:280:33
[INFO] [stdout]   52:     0x5f61288a2476 - <spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_real_website::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x5f6128c234db - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x5f6128c234db - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x5f6128c2fd3a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x5f6128c2fd3a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x5f6128c2fd3a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x5f6128c2fd3a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x5f6128c2fd3a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5f6128c2fd3a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x5f6128c2fd3a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x5f6128c2a204 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x5f6128c2a204 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x5f6128c32832 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x5f6128c32832 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x5f6128c32832 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x5f6128c32832 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x5f6128c32832 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x5f6128c32832 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x5f6128c32832 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5f6128d71c6f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x5f6128d71c6f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x712b74ca8aa4 - <unknown>
[INFO] [stdout]   74:     0x712b74d35a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- core::webshooter::tests::test_fetch_with_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'core::webshooter::tests::test_fetch_with_path' (139) panicked at src/core/webshooter/mod.rs:303:13:
[INFO] [stdout] Fetching with path should succeed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f6128d72942 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f6128d72942 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f6128d72942 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f6128d72942 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f6128d8a58a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f6128d8a58a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5f6128d77d66 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f6128d77d66 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f6128d4edef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f6128d4edef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f6128d69819 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f6128c2f12e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5f6128c2f12e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f6128d69a82 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5f6128d69a82 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f6128d4eeda - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5f6128d43d49 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f6128d4fecd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f6128d8ad4c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f6128921c33 - spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/webshooter/mod.rs:303:13
[INFO] [stdout]   20:     0x5f61288ae010 - <async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:199:29
[INFO] [stdout]   21:     0x5f61288f8f88 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   22:     0x5f61288942a5 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   23:     0x5f61288932de - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   24:     0x5f61288f58a8 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   25:     0x5f61288b0f31 - <async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:197:13
[INFO] [stdout]   26:     0x5f6128903854 - <futures_lite[d8658c6e755e5ba9]::future::Or<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}>, <async_executor[64be312602f23bbd]::State>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}>>::{closure#0}::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/future.rs:451:46
[INFO] [stdout]   27:     0x5f61288ab290 - <async_executor[64be312602f23bbd]::State>::run::<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs:758:32
[INFO] [stdout]   28:     0x5f61288a93e8 - <async_executor[64be312602f23bbd]::Executor>::run::<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs:344:34
[INFO] [stdout]   29:     0x5f61288aa2ae - <async_executor[64be312602f23bbd]::LocalExecutor>::run::<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs:649:34
[INFO] [stdout]   30:     0x5f6128908015 - async_io[b35acfdb40e7ca19]::driver::block_on::<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}>>::{closure#0}>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:204:53
[INFO] [stdout]   31:     0x5f612889738d - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::RefCell<(parking[d3ec67499e33da4f]::Parker, core[585f66e14d78f9ba]::task::wake::Waker, alloc[15e7b27aba85d2e2]::sync::Arc<core[585f66e14d78f9ba]::sync::atomic::AtomicBool>)>>>::try_with::<async_io[b35acfdb40e7ca19]::driver::block_on<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   32:     0x5f612889711e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::RefCell<(parking[d3ec67499e33da4f]::Parker, core[585f66e14d78f9ba]::task::wake::Waker, alloc[15e7b27aba85d2e2]::sync::Arc<core[585f66e14d78f9ba]::sync::atomic::AtomicBool>)>>>::with::<async_io[b35acfdb40e7ca19]::driver::block_on<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   33:     0x5f6128905f73 - async_io[b35acfdb40e7ca19]::driver::block_on::<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:180:11
[INFO] [stdout]   34:     0x5f612891fed3 - async_global_executor[fdcc9b36a2afb4aa]::reactor::block_on::<<async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}>>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:3:18
[INFO] [stdout]   35:     0x5f612891a8cd - async_global_executor[fdcc9b36a2afb4aa]::reactor::block_on::<<async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:12:5
[INFO] [stdout]   36:     0x5f612892001b - async_global_executor[fdcc9b36a2afb4aa]::executor::block_on::<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}>, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:36
[INFO] [stdout]   37:     0x5f6128897c8f - <std[3f03f8b59f91bef1]::thread::local::LocalKey<async_executor[64be312602f23bbd]::LocalExecutor>>::try_with::<async_global_executor[fdcc9b36a2afb4aa]::executor::block_on<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   38:     0x5f6128897a1e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<async_executor[64be312602f23bbd]::LocalExecutor>>::with::<async_global_executor[fdcc9b36a2afb4aa]::executor::block_on<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   39:     0x5f612891aa96 - async_global_executor[fdcc9b36a2afb4aa]::executor::block_on::<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}>, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:20
[INFO] [stdout]   40:     0x5f61288ac7f0 - <async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}, ()>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:171:25
[INFO] [stdout]   41:     0x5f61288f88f4 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   42:     0x5f6128893b4d - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   43:     0x5f612889315e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   44:     0x5f61288f5717 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   45:     0x5f61288a8b5e - <async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:168:17
[INFO] [stdout]   46:     0x5f61288963cf - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<usize>>>::try_with::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   47:     0x5f612889615e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<usize>>>::with::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   48:     0x5f61288a5685 - <async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:161:29
[INFO] [stdout]   49:     0x5f61288b9d8e - async_std[e1e4f898d6ba601d]::task::block_on::block_on::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/block_on.rs:31:20
[INFO] [stdout]   50:     0x5f6128928089 - spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/webshooter/mod.rs:299:9
[INFO] [stdout]   51:     0x5f6128921677 - spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/webshooter/mod.rs:298:30
[INFO] [stdout]   52:     0x5f61288a23b6 - <spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_path::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x5f6128c234db - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x5f6128c234db - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x5f6128c2fd3a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x5f6128c2fd3a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x5f6128c2fd3a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x5f6128c2fd3a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x5f6128c2fd3a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5f6128c2fd3a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x5f6128c2fd3a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x5f6128c2a204 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x5f6128c2a204 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x5f6128c32832 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x5f6128c32832 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x5f6128c32832 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x5f6128c32832 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x5f6128c32832 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x5f6128c32832 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x5f6128c32832 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5f6128d71c6f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x5f6128d71c6f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x712b74ca8aa4 - <unknown>
[INFO] [stdout]   74:     0x712b74d35a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- core::webshooter::tests::test_fetch_with_http_prefix stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'core::webshooter::tests::test_fetch_with_http_prefix' (138) panicked at src/core/webshooter/mod.rs:368:13:
[INFO] [stdout] Fetching with http:// prefix should work
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f6128d72942 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f6128d72942 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f6128d72942 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f6128d72942 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f6128d8a58a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f6128d8a58a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5f6128d77d66 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f6128d77d66 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f6128d4edef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f6128d4edef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f6128d69819 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f6128c2f12e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5f6128c2f12e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f6128d69a82 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5f6128d69a82 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f6128d4eeda - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5f6128d43d49 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f6128d4fecd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f6128d8ad4c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f6128923043 - spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/webshooter/mod.rs:368:13
[INFO] [stdout]   20:     0x5f61288ae110 - <async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:199:29
[INFO] [stdout]   21:     0x5f61288f9308 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   22:     0x5f61288946a5 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   23:     0x5f612889341e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   24:     0x5f61288f59a8 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   25:     0x5f61288b1031 - <async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:197:13
[INFO] [stdout]   26:     0x5f6128903ad4 - <futures_lite[d8658c6e755e5ba9]::future::Or<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}>, <async_executor[64be312602f23bbd]::State>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}>>::{closure#0}::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/future.rs:451:46
[INFO] [stdout]   27:     0x5f61288ac130 - <async_executor[64be312602f23bbd]::State>::run::<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs:758:32
[INFO] [stdout]   28:     0x5f61288a9db8 - <async_executor[64be312602f23bbd]::Executor>::run::<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs:344:34
[INFO] [stdout]   29:     0x5f61288aacae - <async_executor[64be312602f23bbd]::LocalExecutor>::run::<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs:649:34
[INFO] [stdout]   30:     0x5f612890a615 - async_io[b35acfdb40e7ca19]::driver::block_on::<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}>>::{closure#0}>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:204:53
[INFO] [stdout]   31:     0x5f612889788d - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::RefCell<(parking[d3ec67499e33da4f]::Parker, core[585f66e14d78f9ba]::task::wake::Waker, alloc[15e7b27aba85d2e2]::sync::Arc<core[585f66e14d78f9ba]::sync::atomic::AtomicBool>)>>>::try_with::<async_io[b35acfdb40e7ca19]::driver::block_on<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   32:     0x5f612889721e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::RefCell<(parking[d3ec67499e33da4f]::Parker, core[585f66e14d78f9ba]::task::wake::Waker, alloc[15e7b27aba85d2e2]::sync::Arc<core[585f66e14d78f9ba]::sync::atomic::AtomicBool>)>>>::with::<async_io[b35acfdb40e7ca19]::driver::block_on<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   33:     0x5f6128906333 - async_io[b35acfdb40e7ca19]::driver::block_on::<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:180:11
[INFO] [stdout]   34:     0x5f612891ff93 - async_global_executor[fdcc9b36a2afb4aa]::reactor::block_on::<<async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}>>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:3:18
[INFO] [stdout]   35:     0x5f612891aa0d - async_global_executor[fdcc9b36a2afb4aa]::reactor::block_on::<<async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:12:5
[INFO] [stdout]   36:     0x5f612892019b - async_global_executor[fdcc9b36a2afb4aa]::executor::block_on::<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}>, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:36
[INFO] [stdout]   37:     0x5f612889818f - <std[3f03f8b59f91bef1]::thread::local::LocalKey<async_executor[64be312602f23bbd]::LocalExecutor>>::try_with::<async_global_executor[fdcc9b36a2afb4aa]::executor::block_on<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   38:     0x5f6128897b1e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<async_executor[64be312602f23bbd]::LocalExecutor>>::with::<async_global_executor[fdcc9b36a2afb4aa]::executor::block_on<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   39:     0x5f612891ab66 - async_global_executor[fdcc9b36a2afb4aa]::executor::block_on::<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}>, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:20
[INFO] [stdout]   40:     0x5f61288acbb0 - <async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}, ()>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:171:25
[INFO] [stdout]   41:     0x5f61288f8d74 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   42:     0x5f612889404d - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   43:     0x5f612889325e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stderr] error: test failed, to rerun pass `--bin spiderman`
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   44:     0x5f61288f5827 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   45:     0x5f61288a908e - <async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:168:17
[INFO] [stdout]   46:     0x5f61288968cf - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<usize>>>::try_with::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   47:     0x5f612889625e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<usize>>>::with::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   48:     0x5f61288a61c5 - <async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:161:29
[INFO] [stdout]   49:     0x5f61288ba04e - async_std[e1e4f898d6ba601d]::task::block_on::block_on::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/block_on.rs:31:20
[INFO] [stdout]   50:     0x5f6128928439 - spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/webshooter/mod.rs:364:9
[INFO] [stdout]   51:     0x5f6128921797 - spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/webshooter/mod.rs:363:37
[INFO] [stdout]   52:     0x5f61288a2536 - <spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_with_http_prefix::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x5f6128c234db - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x5f6128c234db - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x5f6128c2fd3a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x5f6128c2fd3a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x5f6128c2fd3a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x5f6128c2fd3a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x5f6128c2fd3a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5f6128c2fd3a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x5f6128c2fd3a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x5f6128c2a204 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x5f6128c2a204 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x5f6128c32832 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x5f6128c32832 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x5f6128c32832 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x5f6128c32832 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x5f6128c32832 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x5f6128c32832 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x5f6128c32832 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5f6128d71c6f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x5f6128d71c6f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x712b74ca8aa4 - <unknown>
[INFO] [stdout]   74:     0x712b74d35a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- core::webshooter::tests::test_fetch_updates_html_field stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'core::webshooter::tests::test_fetch_updates_html_field' (137) panicked at src/core/webshooter/mod.rs:328:34:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Custom { kind: Uncategorized, error: VerboseError { source: Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" }, message: "could not resolve address `\"example.com:80\"`" } }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f6128d72942 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f6128d72942 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f6128d72942 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f6128d72942 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f6128d8a58a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f6128d8a58a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5f6128d77d66 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f6128d77d66 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f6128d4edef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f6128d4edef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f6128d69819 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f6128c2f12e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5f6128c2f12e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f6128d69a82 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5f6128d69a82 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f6128d4eea8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5f6128d43d49 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f6128d4fecd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f6128d8ad4c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f6128d8aac2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5f61289233ed - <core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5f61289233ed - spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/webshooter/mod.rs:328:34
[INFO] [stdout]   22:     0x5f61288ae150 - <async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:199:29
[INFO] [stdout]   23:     0x5f61288f93e8 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   24:     0x5f61288947a5 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x5f612889346e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x5f61288f59e8 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   27:     0x5f61288b1071 - <async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:197:13
[INFO] [stdout]   28:     0x5f6128903b74 - <futures_lite[d8658c6e755e5ba9]::future::Or<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}>, <async_executor[64be312602f23bbd]::State>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}>>::{closure#0}::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.6.1/src/future.rs:451:46
[INFO] [stdout]   29:     0x5f61288ac4e0 - <async_executor[64be312602f23bbd]::State>::run::<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs:758:32
[INFO] [stdout]   30:     0x5f61288aa028 - <async_executor[64be312602f23bbd]::Executor>::run::<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs:344:34
[INFO] [stdout]   31:     0x5f61288aaf2e - <async_executor[64be312602f23bbd]::LocalExecutor>::run::<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.3/src/lib.rs:649:34
[INFO] [stdout]   32:     0x5f612890af95 - async_io[b35acfdb40e7ca19]::driver::block_on::<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}>>::{closure#0}>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:204:53
[INFO] [stdout]   33:     0x5f61288979cd - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::RefCell<(parking[d3ec67499e33da4f]::Parker, core[585f66e14d78f9ba]::task::wake::Waker, alloc[15e7b27aba85d2e2]::sync::Arc<core[585f66e14d78f9ba]::sync::atomic::AtomicBool>)>>>::try_with::<async_io[b35acfdb40e7ca19]::driver::block_on<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5f612889725e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::RefCell<(parking[d3ec67499e33da4f]::Parker, core[585f66e14d78f9ba]::task::wake::Waker, alloc[15e7b27aba85d2e2]::sync::Arc<core[585f66e14d78f9ba]::sync::atomic::AtomicBool>)>>>::with::<async_io[b35acfdb40e7ca19]::driver::block_on<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}>>::{closure#0}>::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5f6128906423 - async_io[b35acfdb40e7ca19]::driver::block_on::<(), <async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.6.0/src/driver.rs:180:11
[INFO] [stdout]   36:     0x5f612891ffc3 - async_global_executor[fdcc9b36a2afb4aa]::reactor::block_on::<<async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}>>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:3:18
[INFO] [stdout]   37:     0x5f612891aa5d - async_global_executor[fdcc9b36a2afb4aa]::reactor::block_on::<<async_executor[64be312602f23bbd]::LocalExecutor>::run<(), async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/reactor.rs:12:5
[INFO] [stdout]   38:     0x5f61289201fb - async_global_executor[fdcc9b36a2afb4aa]::executor::block_on::<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}>, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:36
[INFO] [stdout]   39:     0x5f61288982cf - <std[3f03f8b59f91bef1]::thread::local::LocalKey<async_executor[64be312602f23bbd]::LocalExecutor>>::try_with::<async_global_executor[fdcc9b36a2afb4aa]::executor::block_on<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   40:     0x5f6128897b5e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<async_executor[64be312602f23bbd]::LocalExecutor>>::with::<async_global_executor[fdcc9b36a2afb4aa]::executor::block_on<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}>, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   41:     0x5f612891ab96 - async_global_executor[fdcc9b36a2afb4aa]::executor::block_on::<async_std[e1e4f898d6ba601d]::task::builder::SupportTaskLocals<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}>, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/executor.rs:26:20
[INFO] [stdout]   42:     0x5f61288acca0 - <async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}, ()>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:171:25
[INFO] [stdout]   43:     0x5f61288f8e94 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:60:13
[INFO] [stdout]   44:     0x5f612889418d - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::try_with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   45:     0x5f612889329e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<*const async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>>>::with::<<async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   46:     0x5f61288f5867 - <async_std[e1e4f898d6ba601d]::task::task_locals_wrapper::TaskLocalsWrapper>::set_current::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/task_locals_wrapper.rs:55:17
[INFO] [stdout]   47:     0x5f61288a91de - <async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:168:17
[INFO] [stdout]   48:     0x5f6128896a0f - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<usize>>>::try_with::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   49:     0x5f612889629e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<usize>>>::with::<<async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   50:     0x5f61288a6495 - <async_std[e1e4f898d6ba601d]::task::builder::Builder>::blocking::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/builder.rs:161:29
[INFO] [stdout]   51:     0x5f61288ba0fe - async_std[e1e4f898d6ba601d]::task::block_on::block_on::<spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.2/src/task/block_on.rs:31:20
[INFO] [stdout]   52:     0x5f6128928909 - spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/webshooter/mod.rs:321:9
[INFO] [stdout]   53:     0x5f6128921857 - spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/webshooter/mod.rs:320:39
[INFO] [stdout]   54:     0x5f61288a2636 - <spiderman[542ccf66b053ae13]::core::webshooter::tests::test_fetch_updates_html_field::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x5f6128c234db - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5f6128c234db - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   57:     0x5f6128c2fd3a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x5f6128c2fd3a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5f6128c2fd3a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5f6128c2fd3a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5f6128c2fd3a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5f6128c2fd3a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x5f6128c2fd3a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x5f6128c2a204 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x5f6128c2a204 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x5f6128c32832 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   67:     0x5f6128c32832 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   68:     0x5f6128c32832 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x5f6128c32832 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x5f6128c32832 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x5f6128c32832 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   72:     0x5f6128c32832 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x5f6128d71c6f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   74:     0x5f6128d71c6f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   75:     0x712b74ca8aa4 - <unknown>
[INFO] [stdout]   76:     0x712b74d35a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     core::webshooter::tests::test_fetch_real_website
[INFO] [stdout]     core::webshooter::tests::test_fetch_updates_html_field
[INFO] [stdout]     core::webshooter::tests::test_fetch_with_http_prefix
[INFO] [stdout]     core::webshooter::tests::test_fetch_with_path
[INFO] [stdout]     core::webshooter::tests::test_multiple_fetches
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 99 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8398422746bc42cae0e09e43fc788f8653c2ca7073c1c751ec218f0716fe0e84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8398422746bc42cae0e09e43fc788f8653c2ca7073c1c751ec218f0716fe0e84", kill_on_drop: false }`
[INFO] [stdout] 8398422746bc42cae0e09e43fc788f8653c2ca7073c1c751ec218f0716fe0e84
