[INFO] cloning repository https://github.com/Solipath/Solipath [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Solipath/Solipath" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSolipath%2FSolipath", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSolipath%2FSolipath'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4a185082df36eb3224e3f171a1c6c0517384278a [INFO] testing Solipath/Solipath against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSolipath%2FSolipath" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Solipath/Solipath on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/Solipath/Solipath [INFO] finished tweaking git repo https://github.com/Solipath/Solipath [INFO] tweaked toml for git repo https://github.com/Solipath/Solipath written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/Solipath/Solipath already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9a50a3d6502aa56dd64e8780c2a429803f466fbb2081c0360666fc74c7931c87 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9a50a3d6502aa56dd64e8780c2a429803f466fbb2081c0360666fc74c7931c87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9a50a3d6502aa56dd64e8780c2a429803f466fbb2081c0360666fc74c7931c87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a50a3d6502aa56dd64e8780c2a429803f466fbb2081c0360666fc74c7931c87", kill_on_drop: false }` [INFO] [stdout] 9a50a3d6502aa56dd64e8780c2a429803f466fbb2081c0360666fc74c7931c87 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee550af24c0e42fb59e492e339f8120401cfc8390d18edb42d5457fbe1200feb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ee550af24c0e42fb59e492e339f8120401cfc8390d18edb42d5457fbe1200feb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling pin-project-lite v0.2.4 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling futures-sink v0.3.13 [INFO] [stderr] Compiling futures-core v0.3.13 [INFO] [stderr] Compiling futures-task v0.3.13 [INFO] [stderr] Compiling once_cell v1.7.0 [INFO] [stderr] Compiling futures-io v0.3.13 [INFO] [stderr] Compiling httparse v1.3.5 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling serde_json v1.0.63 [INFO] [stderr] Compiling hyperx v1.3.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling ipnet v2.3.0 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling tokio v1.2.0 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling futures-channel v0.3.13 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling http v0.2.3 [INFO] [stderr] Compiling tracing v0.1.25 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling bzip2-sys v0.1.10+1.0.8 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling mio v0.7.9 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling filetime v0.2.14 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling tar v0.4.33 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling idna v0.2.2 [INFO] [stderr] Compiling http-body v0.4.0 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling futures-macro v0.3.13 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling pin-project-internal v1.0.5 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Compiling futures-util v0.3.13 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling zip v0.5.9 (https://github.com/bfrazho/zip.git#b0f4e989) [INFO] [stderr] Compiling pin-project v1.0.5 [INFO] [stderr] Compiling futures-executor v0.3.13 [INFO] [stderr] Compiling futures v0.3.13 [INFO] [stderr] Compiling tokio-util v0.6.3 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling hyper v0.14.4 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.1 [INFO] [stderr] Compiling solipath v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/download_verifier/download_checker.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | panic!(failure_message); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 24 | panic!("{}", failure_message); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 50s [INFO] running `Command { std: "docker" "inspect" "ee550af24c0e42fb59e492e339f8120401cfc8390d18edb42d5457fbe1200feb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee550af24c0e42fb59e492e339f8120401cfc8390d18edb42d5457fbe1200feb", kill_on_drop: false }` [INFO] [stdout] ee550af24c0e42fb59e492e339f8120401cfc8390d18edb42d5457fbe1200feb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eedcf495b7dc6c057992aed40075ece2384eb952d5121011e23dd59022210977 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "eedcf495b7dc6c057992aed40075ece2384eb952d5121011e23dd59022210977", kill_on_drop: false }` [INFO] [stderr] Compiling predicates-core v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling downcast v0.10.0 [INFO] [stderr] Compiling fragile v1.0.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling mockall_derive v0.9.1 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/download_verifier/download_checker.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | panic!(failure_message); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 24 | panic!("{}", failure_message); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling predicates-tree v1.0.2 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling predicates v1.0.7 [INFO] [stderr] Compiling mockall v0.9.1 [INFO] [stderr] Compiling solipath v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/download_verifier/download_checker.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | panic!(failure_message); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 24 | panic!("{}", failure_message); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `Command { std: "docker" "inspect" "eedcf495b7dc6c057992aed40075ece2384eb952d5121011e23dd59022210977", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eedcf495b7dc6c057992aed40075ece2384eb952d5121011e23dd59022210977", kill_on_drop: false }` [INFO] [stdout] eedcf495b7dc6c057992aed40075ece2384eb952d5121011e23dd59022210977 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 410ab5c45498f1e34cb2dd80aad93204aaad940fa8389a75aee8b8fc9145a4d5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "410ab5c45498f1e34cb2dd80aad93204aaad940fa8389a75aee8b8fc9145a4d5", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/download_verifier/download_checker.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | panic!(failure_message); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 24 | panic!("{}", failure_message); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `solipath` (bin "download_verifier") generated 1 warning [INFO] [stderr] warning: `solipath` (bin "download_verifier" test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/solipath_lib-5fe54b081d0d0fd4) [INFO] [stdout] [INFO] [stdout] running 59 tests [INFO] [stdout] test solipath_commandline::looping_install_command_executor::tests::can_set_command_executor_and_filter_result ... ok [INFO] [stdout] test solipath_commandline::install_command_filter::tests::filter_commands_file_exists_already_on_a_file_does_not_exist_rule_returns_false ... ok [INFO] [stdout] test solipath_commandline::install_command_filter::tests::filter_commands_no_rules_returns_true ... ok [INFO] [stdout] test solipath_commandline::looping_install_command_executor::tests::can_set_command_executor ... ok [INFO] [stdout] test solipath_dependency_download::looping_dependency_downloader::tests::download_dependencies_two_downloads_one_is_filtered_out ... ok [INFO] [stdout] test solipath_commandline::install_command_executor::tests::run_command_if_rules_pass ... ok [INFO] [stdout] test solipath_dependency_download::dependency_downloader::tests::can_download_dependency ... ok [INFO] [stdout] test solipath_dependency_download::looping_dependency_downloader::tests::download_dependencies_multiple_downloads ... ok [INFO] [stdout] test solipath_dependency_download::looping_dependency_downloader::tests::download_dependencies_single_download ... ok [INFO] [stdout] test solipath_commandline::install_command_executor::tests::do_not_run_command_if_rules_fail ... ok [INFO] [stdout] test solipath_commandline::install_command_filter::tests::filter_commands_file_does_not_exist_on_a_file_does_not_exist_rule_returns_true ... ok [INFO] [stdout] test solipath_commandline::looping_install_command_executor::tests::can_set_command_executor_loops ... ok [INFO] [stdout] test solipath_directory::solipath_directory_finder::tests::base_solipath_directory_ends_with_solipath ... ok [INFO] [stdout] test solipath_directory::solipath_directory_finder::tests::dependency_solipath_directory_ends_with_solipath_dependency_name_version ... ok [INFO] [stdout] test solipath_directory::solipath_directory_finder::tests::dependency_template_solipath_directory_ends_with_solipath_dependency_name ... ok [INFO] [stdout] test solipath_download::file_name_retriever::tests::get_file_name_from_response_no_content_disposition ... ok [INFO] [stdout] test solipath_download::file_name_retriever::tests::get_file_name_from_response_simple_content_disposition_with_only_attachment_should_use_url ... ok [INFO] [stdout] test solipath_download::file_name_retriever::tests::get_file_name_from_response_simple_content_disposition_with_utf8_file_name ... ok [INFO] [stdout] test solipath_download::file_name_retriever::tests::get_string_after_last_forward_slash_should_not_include_leading_slash ... ok [INFO] [stdout] test solipath_commandline::command_executor::test::run_single_string_command ... ok [INFO] [stdout] test solipath_commandline::command_executor::test::run_command ... ok [INFO] [stdout] test solipath_download::file_name_retriever::tests::get_file_name_from_response_simple_content_disposition_with_file_name ... ok [INFO] [stdout] test solipath_environment_variable::looping_environment_setter::tests::set_multiple_environment_variables ... ok [INFO] [stdout] test solipath_environment_variable::environment_setter::test::can_set_variable_for_rust_test ... ok [INFO] [stdout] test solipath_environment_variable::environment_setter::test::can_append_to_path ... ok [INFO] [stdout] test solipath_download::file_decompressor::test::decompresses_tar_gz_file_to_destination_directory ... ok [INFO] [stdout] test solipath_download::file_decompressor::test::decompresses_tar_gz_file_to_destination_directory_with_tgz_extension ... ok [INFO] [stdout] test solipath_environment_variable::looping_environment_setter::tests::set_single_environment_variable ... ok [INFO] [stdout] test solipath_environment_variable::looping_environment_setter::tests::set_single_environment_variable_one_filtered_out ... ok [INFO] [stdout] test solipath_download::conditional_file_downloader::tests::does_not_call_download_file_if_directory_exists ... ok [INFO] [stdout] test solipath_directory::solipath_directory_finder::tests::dependency_downloads_solipath_directory_ends_with_solipath_dependency_name ... ok [INFO] [stdout] test solipath_download::conditional_file_downloader::tests::calls_download_file_and_decompress_file_if_directory_does_not_exist ... ok [INFO] [stdout] test solipath_download::conditional_file_downloader::tests::does_not_call_download_file_if_file_exists ... ok [INFO] [stdout] test solipath_download::file_to_string_downloader::test::can_read_file_after_download ... ok [INFO] [stdout] test solipath_download::conditional_file_downloader::tests::calls_file_downloader_when_file_does_not_exist ... ok [INFO] [stdout] test solipath_platform::platform::test::is_superset_returns_true_for_exact_match ... ok [INFO] [stdout] test solipath_platform::platform::test::is_superset_returns_false_for_incorrect_match ... ok [INFO] [stdout] test solipath_platform::current_platform_retriever::test::can_get_current_platform ... ok [INFO] [stdout] test solipath_platform::platform::test::is_superset_returns_true_when_operating_system_matches_and_architecture_is_none_on_left_side ... ok [INFO] [stdout] test solipath_download::file_decompressor::test::just_copies_file_to_destination_folder_if_not_zip_or_targz_file ... ok [INFO] [stdout] test solipath_platform::platform_filter::test::empty_platform_filter_list_returns_true ... ok [INFO] [stdout] test solipath_execute::command_with_path_executor::tests::get_dependency_instructions_downloads_dependencies_sets_environment_variables_then_executes_the_command ... ok [INFO] [stdout] test solipath_download::file_decompressor::test::decompresses_zip_file_to_destination_directory ... ok [INFO] [stdout] test solipath_instructions::looping_dependency_instructions_retriever::tests::loops_through_each_dependency_calls_retrieve_dependency_instructions_for_each ... ok [INFO] [stdout] test solipath_platform::platform_filter::test::two_items_one_match_operating_system_returns_true ... ok [INFO] [stdout] test solipath_platform::platform_filter::test::one_item_that_does_not_match_current_operating_system_returns_false ... ok [INFO] [stdout] test solipath_instructions::dependency_instructions_retriever::test::can_retrieve_dependencies_does_not_download_if_exists_already ... ok [INFO] [stdout] test solipath_template::looping_template_retriever::test::single_template_retriever ... ok [INFO] [stdout] test solipath_template::template_retriever::test::retrieve_instructions_downloads_data_sends_data_to_template_retriever_and_builds_dependency_instructions ... ok [INFO] [stdout] test solipath_template::looping_template_retriever::test::multiple_template_retriever ... ok [INFO] [stdout] test solipath_template::looping_template_retriever::test::filtered_template_retriever ... ok [INFO] [stdout] test solipath_template::template_variable_replacer::test::single_variable_replacement ... ok [INFO] [stdout] test solipath_instructions::looping_dependency_instructions_retriever::tests::loops_through_and_filters_out_dependency_if_not_match ... ok [INFO] [stdout] test solipath_template::looping_template_retriever::test::multiple_template_retriever_different_instructions ... ok [INFO] [stdout] test solipath_template::template_variable_replacer::test::returns_same_string_if_no_variables ... ok [INFO] [stdout] test solipath_template::template_variable_replacer::test::multiple_variable_replacement ... ok [INFO] [stdout] test solipath_commandline::install_command_filter::tests::filter_commands_unrecognized_filter_panics - should panic ... ok [INFO] [stdout] test solipath_download::file_downloader::tests::can_download_a_file_to_directory ... FAILED [INFO] [stdout] test solipath_download::file_downloader::tests::can_download_a_file ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- solipath_download::file_downloader::tests::can_download_a_file_to_directory stdout ---- [INFO] [stdout] downloading https://raw.githubusercontent.com/rust-lang/rust/master/LICENSE-MIT... [INFO] [stdout] thread 'solipath_download::file_downloader::tests::can_download_a_file_to_directory' panicked at 'file download failed!: reqwest::Error { kind: Request, url: Url { scheme: "https", username: "", password: None, host: Some(Domain("raw.githubusercontent.com")), port: None, path: "/rust-lang/rust/master/LICENSE-MIT", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }', src/solipath_download/file_downloader.rs:38:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x562553377a1c - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x562553377a1c - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x562553377a1c - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x562553377a1c - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56255339de7c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x562553370c85 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x562553379af0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x562553379af0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x562553379af0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x5625533796e2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x56255337a1a4 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x562553379c80 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x562553377ee4 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x562553379be9 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x562552c44dc1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x562552c44eb3 - core::result::unwrap_failed::ha0c84e81219e5878 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1617:5 [INFO] [stdout] 16: 0x562552d0a23c - core::result::Result::expect::hde690e04655b6426 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1259:23 [INFO] [stdout] 17: 0x562552d9c944 - solipath_lib::solipath_download::file_downloader::FileDownloader::make_request::{{closure}}::h3e929eccf43907ea [INFO] [stdout] at /opt/rustwide/workdir/src/solipath_download/file_downloader.rs:34:9 [INFO] [stdout] 18: 0x562552db6dc7 - as core::future::future::Future>::poll::h8f4ed0c9fdbfa596 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x562552da3750 - ::download_file_to_directory::__download_file_to_directory::{{closure}}::h7fbfd7146174b036 [INFO] [stdout] at /opt/rustwide/workdir/src/solipath_download/file_downloader.rs:53:28 [INFO] [stdout] 20: 0x562552db69b3 - as core::future::future::Future>::poll::h8940421494603aba [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x562552deae9b - as core::future::future::Future>::poll::ha1c79ca0c7b16044 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/future.rs:119:9 [INFO] [stdout] 22: 0x562552c74eb2 - solipath_lib::solipath_download::file_downloader::tests::can_download_a_file_to_directory::{{closure}}::h4fe9f4305e56feba [INFO] [stdout] at /opt/rustwide/workdir/src/solipath_download/file_downloader.rs:136:27 [INFO] [stdout] 23: 0x562552db6eab - as core::future::future::Future>::poll::h9073dfd06e9c567d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 24: 0x562552deb04a - as core::future::future::Future>::poll::he8ff0f83a1b693b5 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/future.rs:119:9 [INFO] [stdout] 25: 0x562552dddc20 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::{{closure}}::h645535789a84715e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:58 [INFO] [stdout] 26: 0x562552d63b00 - tokio::coop::with_budget::{{closure}}::hf9d186f4939a240d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/coop.rs:121:9 [INFO] [stdout] 27: 0x562552d1fdd8 - std::thread::local::LocalKey::try_with::h8ff78074d4eb341a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 28: 0x562552d1b07d - std::thread::local::LocalKey::with::h83ce7d1bed8414db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 29: 0x562552dd872f - tokio::coop::with_budget::h0ae1127669484fdb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/coop.rs:114:5 [INFO] [stdout] 30: 0x562552dd872f - tokio::coop::budget::hbd6989bc07e477a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/coop.rs:98:5 [INFO] [stdout] 31: 0x562552dd872f - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::h91dc216b0bb79c8a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35 [INFO] [stdout] 32: 0x562552de99f1 - tokio::runtime::basic_scheduler::enter::{{closure}}::h7ca97a9a36845a43 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29 [INFO] [stdout] 33: 0x562552d0e447 - tokio::macros::scoped_tls::ScopedKey::set::h98c42f745134d87c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 34: 0x562552de7912 - tokio::runtime::basic_scheduler::enter::h7bc8d9c03b97e639 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:5 [INFO] [stdout] 35: 0x562552dd34cb - tokio::runtime::basic_scheduler::Inner

::block_on::h6bdc638545fb0b8e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9 [INFO] [stdout] 36: 0x562552ddeeee - tokio::runtime::basic_scheduler::InnerGuard

::block_on::h59052c9a95e6ac28 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:9 [INFO] [stdout] 37: 0x562552de2558 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::ha305c75efd933292 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:24 [INFO] [stdout] 38: 0x562552c4b9b0 - tokio::runtime::Runtime::block_on::h4341e0e0cf315b77 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/mod.rs:450:46 [INFO] [stdout] 39: 0x562552c74b48 - solipath_lib::solipath_download::file_downloader::tests::can_download_a_file_to_directory::h54adf87f2c194c24 [INFO] [stdout] at /opt/rustwide/workdir/src/solipath_download/file_downloader.rs:131:5 [INFO] [stdout] 40: 0x562552c74a7a - solipath_lib::solipath_download::file_downloader::tests::can_download_a_file_to_directory::{{closure}}::h685072e0c55b2cda [INFO] [stdout] at /opt/rustwide/workdir/src/solipath_download/file_downloader.rs:131:5 [INFO] [stdout] 41: 0x562552ceeb0e - core::ops::function::FnOnce::call_once::he519cbd0ea778e89 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 42: 0x562552e47e43 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 43: 0x562552e47e43 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 44: 0x562552e468c8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 45: 0x562552e468c8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 46: 0x562552e468c8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 47: 0x562552e468c8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 48: 0x562552e468c8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 49: 0x562552e468c8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 50: 0x562552e468c8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 51: 0x562552e1441e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 52: 0x562552e1441e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 53: 0x562552e18cb8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 54: 0x562552e18cb8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 55: 0x562552e18cb8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 56: 0x562552e18cb8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 57: 0x562552e18cb8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 58: 0x562552e18cb8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 59: 0x562552e18cb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 60: 0x5625533812e3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 61: 0x5625533812e3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 62: 0x5625533812e3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 63: 0x7f602cc0b609 - start_thread [INFO] [stdout] 64: 0x7f602c9db293 - clone [INFO] [stdout] 65: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- solipath_download::file_downloader::tests::can_download_a_file stdout ---- [INFO] [stdout] downloading https://raw.githubusercontent.com/rust-lang/rust/master/LICENSE-MIT... [INFO] [stdout] thread 'solipath_download::file_downloader::tests::can_download_a_file' panicked at 'file download failed!: reqwest::Error { kind: Request, url: Url { scheme: "https", username: "", password: None, host: Some(Domain("raw.githubusercontent.com")), port: None, path: "/rust-lang/rust/master/LICENSE-MIT", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }', src/solipath_download/file_downloader.rs:38:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x562553377a1c - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x562553377a1c - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x562553377a1c - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x562553377a1c - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56255339de7c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x562553370c85 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x562553379af0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x562553379af0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x562553379af0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x5625533796e2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x56255337a1a4 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x562553379c80 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x562553377ee4 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x562553379be9 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x562552c44dc1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x562552c44eb3 - core::result::unwrap_failed::ha0c84e81219e5878 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1617:5 [INFO] [stdout] 16: 0x562552d0a23c - core::result::Result::expect::hde690e04655b6426 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1259:23 [INFO] [stdout] 17: 0x562552d9c944 - solipath_lib::solipath_download::file_downloader::FileDownloader::make_request::{{closure}}::h3e929eccf43907ea [INFO] [stdout] at /opt/rustwide/workdir/src/solipath_download/file_downloader.rs:34:9 [INFO] [stdout] 18: 0x562552db6dc7 - as core::future::future::Future>::poll::h8f4ed0c9fdbfa596 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 19: 0x562552da4641 - ::download_file::__download_file::{{closure}}::h65ba6b484771d4e2 [INFO] [stdout] at /opt/rustwide/workdir/src/solipath_download/file_downloader.rs:69:28 [INFO] [stdout] 20: 0x562552db738b - as core::future::future::Future>::poll::hc2cdbdef28652293 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x562552deae05 - as core::future::future::Future>::poll::ha13c4c4fcc2beff0 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/future.rs:119:9 [INFO] [stdout] 22: 0x562552c7470d - solipath_lib::solipath_download::file_downloader::tests::can_download_a_file::{{closure}}::h78ad20ab260a8e18 [INFO] [stdout] at /opt/rustwide/workdir/src/solipath_download/file_downloader.rs:117:9 [INFO] [stdout] 23: 0x562552db726b - as core::future::future::Future>::poll::hb6749b655d946fa7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 24: 0x562552deaf8a - as core::future::future::Future>::poll::hbbead9bb5019fbf2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/future/future.rs:119:9 [INFO] [stdout] 25: 0x562552dde920 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::{{closure}}::he679099bfe7c3af3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:58 [INFO] [stdout] 26: 0x562552d5f540 - tokio::coop::with_budget::{{closure}}::h2a9018f22607effc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/coop.rs:121:9 [INFO] [stdout] 27: 0x562552d21e68 - std::thread::local::LocalKey::try_with::hda58618e5049db3e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 28: 0x562552d1c08d - std::thread::local::LocalKey::with::hdb3b481554e8a231 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 29: 0x562552ddbddf - tokio::coop::with_budget::he1ee78ef0c6c7934 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/coop.rs:114:5 [INFO] [stdout] 30: 0x562552ddbddf - tokio::coop::budget::h7250f85d327215dd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/coop.rs:98:5 [INFO] [stdout] 31: 0x562552ddbddf - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::hdba16c1f223d1298 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/basic_scheduler.rs:184:35 [INFO] [stdout] 32: 0x562552de9931 - tokio::runtime::basic_scheduler::enter::{{closure}}::h67c01d29ca22f97b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:29 [INFO] [stdout] 33: 0x562552d0e627 - tokio::macros::scoped_tls::ScopedKey::set::hb30d05c71823952a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 34: 0x562552de90b2 - tokio::runtime::basic_scheduler::enter::hcc150041cb2c74cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/basic_scheduler.rs:266:5 [INFO] [stdout] 35: 0x562552dd366b - tokio::runtime::basic_scheduler::Inner

::block_on::hfd4f0f8e13310a2b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/basic_scheduler.rs:176:9 [INFO] [stdout] 36: 0x562552ddf09e - tokio::runtime::basic_scheduler::InnerGuard

::block_on::h7e3d351232d81f54 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/basic_scheduler.rs:405:9 [INFO] [stdout] 37: 0x562552de3b18 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::hfbcb00bade05bcfc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/basic_scheduler.rs:136:24 [INFO] [stdout] 38: 0x562552c4cbb0 - tokio::runtime::Runtime::block_on::hdbff230ddaf831d4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.2.0/src/runtime/mod.rs:450:46 [INFO] [stdout] 39: 0x562552c742e8 - solipath_lib::solipath_download::file_downloader::tests::can_download_a_file::h57d9a5e075b8780f [INFO] [stdout] at /opt/rustwide/workdir/src/solipath_download/file_downloader.rs:111:5 [INFO] [stdout] 40: 0x562552c7421a - solipath_lib::solipath_download::file_downloader::tests::can_download_a_file::{{closure}}::hccc2bd2fe2dfbd75 [INFO] [stdout] at /opt/rustwide/workdir/src/solipath_download/file_downloader.rs:111:5 [INFO] [stdout] 41: 0x562552cee36e - core::ops::function::FnOnce::call_once::hbb2d9bafde779961 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 42: 0x562552e47e43 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 43: 0x562552e47e43 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 44: 0x562552e468c8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 45: 0x562552e468c8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 46: 0x562552e468c8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 47: 0x562552e468c8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 48: 0x562552e468c8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 49: 0x562552e468c8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 50: 0x562552e468c8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 51: 0x562552e1441e - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 52: 0x562552e1441e - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 53: 0x562552e18cb8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 54: 0x562552e18cb8 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 55: 0x562552e18cb8 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 56: 0x562552e18cb8 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 57: 0x562552e18cb8 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 58: 0x562552e18cb8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 59: 0x562552e18cb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 60: 0x5625533812e3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 61: 0x5625533812e3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 62: 0x5625533812e3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 63: 0x7f602cc0b609 - start_thread [INFO] [stdout] 64: 0x7f602c9db293 - clone [INFO] [stdout] 65: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] solipath_download::file_downloader::tests::can_download_a_file [INFO] [stdout] solipath_download::file_downloader::tests::can_download_a_file_to_directory [INFO] [stdout] [INFO] [stdout] test result: FAILED. 57 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "410ab5c45498f1e34cb2dd80aad93204aaad940fa8389a75aee8b8fc9145a4d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "410ab5c45498f1e34cb2dd80aad93204aaad940fa8389a75aee8b8fc9145a4d5", kill_on_drop: false }` [INFO] [stdout] 410ab5c45498f1e34cb2dd80aad93204aaad940fa8389a75aee8b8fc9145a4d5