[GH-ISSUE #717] Tests fail on systems without IPv6 enabled #9103

Open
opened 2026-06-07 23:18:41 +03:00 by zhus · 0 comments
Owner

Originally created by @jf-uu on GitHub (Jun 7, 2026).
Original GitHub issue: https://github.com/sigoden/dufs/issues/717

Problem

On systems without IPv6 enabled, tests fail. I understand this isn't a common configuration, so if this isn't meant to be supported then no worries.

On v0.46.0, only the bind_ipv4_ipv6 test failed (case 3), but f97a47f625 causes almost all tests to fail.

Log

$ cargo test --no-fail-fast
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
     Running unittests src/main.rs (target/debug/deps/dufs-781b97016f1e984c)

running 11 tests
test auth::tests::test_compact_split_rules ... ok
test auth::tests::test_split_account_paths ... ok
test utils::tests::test_parse_range ... ok
test utils::tests::test_glob_key ... ok
test auth::tests::test_access_paths ... ok
test args::tests::test_default ... ok
test args::tests::test_args_from_cli2 ... ok
test args::tests::test_args_from_empty_config_file ... ok
test args::tests::test_args_from_config_file2 ... ok
test args::tests::test_args_from_cli1 ... ok
test args::tests::test_args_from_config_file1 ... ok

test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/allow.rs (target/debug/deps/allow-e74de9f00e891b25)

running 10 tests
Error: Failed to bind `:::33621`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::34657`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::39735`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::42507`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::38747`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::44905`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::45477`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::44471`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::36063`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::46583`

Caused by:
    Address family not supported by protocol (os error 97)
test allow_search ... FAILED
test allow_upload_delete_can_override ... FAILED
test allow_archive ... FAILED
test default_not_allow_delete ... FAILED
test default_not_allow_upload ... FAILED
test allow_upload_no_override ... FAILED
test allow_delete_no_override ... FAILED
test default_not_exist_dir ... FAILED
test allow_upload_not_exist_dir ... FAILED
test default_not_allow_archive ... FAILED

failures:

---- allow_search stdout ----

thread 'allow_search' (134617) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 44471

---- allow_upload_delete_can_override stdout ----

thread 'allow_upload_delete_can_override' (134618) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 46583
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- allow_archive stdout ----

thread 'allow_archive' (134615) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 39735

---- default_not_allow_delete stdout ----

thread 'default_not_allow_delete' (134622) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36063

---- default_not_allow_upload stdout ----

thread 'default_not_allow_upload' (134623) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 45477

---- allow_upload_no_override stdout ----

thread 'allow_upload_no_override' (134619) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 44905

---- allow_delete_no_override stdout ----

thread 'allow_delete_no_override' (134616) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 38747

---- default_not_exist_dir stdout ----

thread 'default_not_exist_dir' (134624) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 34657

---- allow_upload_not_exist_dir stdout ----

thread 'allow_upload_not_exist_dir' (134620) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 42507

---- default_not_allow_archive stdout ----

thread 'default_not_allow_archive' (134621) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33621


failures:
    allow_archive
    allow_delete_no_override
    allow_search
    allow_upload_delete_can_override
    allow_upload_no_override
    allow_upload_not_exist_dir
    default_not_allow_archive
    default_not_allow_delete
    default_not_allow_upload
    default_not_exist_dir

test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s

error: test failed, to rerun pass `--test allow`
     Running tests/args.rs (target/debug/deps/args-203bcd41cb323f0e)

running 3 tests
Error: Error: Failed to bind `:::45347`

Caused by:Failed to bind `:::38485`


Caused by:
    Address family not supported by protocol (os error 97)    
Address family not supported by protocol (os error 97)
Error: Failed to bind `:::35245`

Caused by:
    Address family not supported by protocol (os error 97)
test path_prefix_index ... FAILED
test path_prefix_propfind ... FAILED
test path_prefix_file ... FAILED

failures:

---- path_prefix_index stdout ----

thread 'path_prefix_index' (134892) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 35245

---- path_prefix_propfind stdout ----

thread 'path_prefix_propfind' (134893) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 38485
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- path_prefix_file stdout ----

thread 'path_prefix_file' (134891) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 45347


failures:
    path_prefix_file
    path_prefix_index
    path_prefix_propfind

test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s

error: test failed, to rerun pass `--test args`
     Running tests/assets.rs (target/debug/deps/assets-2df08b4f2298e623)

running 8 tests
Error: Failed to bind `:::41187`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::33333`

Caused by:
    Address family not supported by protocol (os error 97Error: )Failed to bind `:::38947`


Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::46203`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::46553`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Error: Failed to bind `:::34769`Failed to bind `:::35531`

Caused by:

Caused by:

        Address family not supported by protocolAddress family not supported by protocol (os error  (os error 9797))

Error: Failed to bind `:::40015`

Caused by:
    Address family not supported by protocol (os error 97)
test assets ... FAILED
test asset_js_with_prefix ... FAILED
test assets_override_not_found_page ... FAILED
test assets_with_prefix ... FAILED
test asset_js ... FAILED
test asset_ico ... FAILED
test asset_css ... FAILED
test assets_override ... FAILED

failures:

---- assets stdout ----

thread 'assets' (134992) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 40015

---- asset_js_with_prefix stdout ----

thread 'asset_js_with_prefix' (134991) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 46553

---- assets_override_not_found_page stdout ----

thread 'assets_override_not_found_page' (134994) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 34769

---- assets_with_prefix stdout ----

thread 'assets_with_prefix' (134995) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 35531

---- asset_js stdout ----

thread 'asset_js' (134990) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 46203
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- asset_ico stdout ----

thread 'asset_ico' (134989) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 38947

---- asset_css stdout ----

thread 'asset_css' (134988) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33333

---- assets_override stdout ----

thread 'assets_override' (134993) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 41187


failures:
    asset_css
    asset_ico
    asset_js
    asset_js_with_prefix
    assets
    assets_override
    assets_override_not_found_page
    assets_with_prefix

test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s

error: test failed, to rerun pass `--test assets`
     Running tests/auth.rs (target/debug/deps/auth-a178a49638a67f79)

running 30 tests
Error: Failed to bind `:::33855`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::45605`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::33507`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::39825`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::45975`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::38863`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::43277`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::37987`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::39499`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::38389`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::34875`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::36211`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::38937`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::36695`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::36297`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::46675`

Caused by:
    Address family not supported by protocol (os error 97)
test auth_anonymous_no_precedence ... FAILED
test auth_basic::case_2 ... FAILED
test auth::case_1 ... FAILED
test auth_hashed_password::case_2 ... FAILED
test auth::case_2 ... FAILED
test auth_data ... FAILED
test auth_nest ... FAILED
test auth_nest_share ... FAILED
test auth_no_skip_if_anonymous ... FAILED
test auth_hashed_password::case_1 ... FAILED
test auth_and_public ... FAILED
test auth_check3 ... FAILED
test auth_basic::case_1 ... FAILED
test auth_logout ... FAILED
test auth_check2 ... FAILED
test auth_check ... FAILED
Error: Failed to bind `:::44295`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::40667`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::37425`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::39877`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::43825`

Caused by:
    Address family not supported by protocol (os error 97)Error: 
Failed to bind `:::36519`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::33667`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::43363`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::37981`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::41423`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::42857`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::39439`

Caused by:
    Address family not supported by protocol (os error Error: 97Failed to bind `:::40299`)

Caused by:

    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::38023`

Caused by:
    Address family not supported by protocol (os error 97)
test auth_skip_on_options_method ... FAILED
test auth_webdav_copy ... FAILED
test auth_partial_index ... FAILED
test no_auth_propfind_dir ... FAILED
test no_auth ... FAILED
test auth_path_prefix ... FAILED
test auth_skip ... FAILED
test auth_readonly ... FAILED
test auth_precedence ... FAILED
test auth_webdav_move ... FAILED
test auth_propfind_dir ... FAILED
test invalid_auth ... FAILED
test auth_skip_if_no_auth_user ... FAILED
test token_auth ... FAILED

failures:

---- auth_anonymous_no_precedence stdout ----

thread 'auth_anonymous_no_precedence' (135187) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 43277

---- auth_basic::case_2 stdout ----

thread 'auth_basic::case_2' (135189) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 46675

---- auth::case_1 stdout ----

thread 'auth::case_1' (135184) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 39825

---- auth_hashed_password::case_2 stdout ----

thread 'auth_hashed_password::case_2' (135195) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 38937

---- auth::case_2 stdout ----

thread 'auth::case_2' (135185) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 45605

---- auth_data stdout ----

thread 'auth_data' (135193) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 34875

---- auth_nest stdout ----

thread 'auth_nest' (135197) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 38863

---- auth_nest_share stdout ----

thread 'auth_nest_share' (135198) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 39499

---- auth_no_skip_if_anonymous stdout ----

thread 'auth_no_skip_if_anonymous' (135199) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33507
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- auth_hashed_password::case_1 stdout ----

thread 'auth_hashed_password::case_1' (135194) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 45975

---- auth_and_public stdout ----

thread 'auth_and_public' (135186) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36211

---- auth_check3 stdout ----

thread 'auth_check3' (135192) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36695

---- auth_basic::case_1 stdout ----

thread 'auth_basic::case_1' (135188) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 37987

---- auth_logout stdout ----

thread 'auth_logout' (135196) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 38389

---- auth_check2 stdout ----

thread 'auth_check2' (135191) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36297

---- auth_check stdout ----

thread 'auth_check' (135190) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33855

---- auth_skip_on_options_method stdout ----

thread 'auth_skip_on_options_method' (135518) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 40667

---- auth_webdav_copy stdout ----

thread 'auth_webdav_copy' (135519) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 40299

---- auth_partial_index stdout ----

thread 'auth_partial_index' (135511) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 44295

---- no_auth_propfind_dir stdout ----

thread 'no_auth_propfind_dir' (135528) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 39439

---- no_auth stdout ----

thread 'no_auth' (135522) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 43363

---- auth_path_prefix stdout ----

thread 'auth_path_prefix' (135512) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 37425

---- auth_skip stdout ----

thread 'auth_skip' (135516) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 38023

---- auth_readonly stdout ----

thread 'auth_readonly' (135515) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 39877

---- auth_precedence stdout ----

thread 'auth_precedence' (135513) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 41423

---- auth_webdav_move stdout ----

thread 'auth_webdav_move' (135520) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 43825

---- auth_propfind_dir stdout ----

thread 'auth_propfind_dir' (135514) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 37981

---- invalid_auth stdout ----

thread 'invalid_auth' (135521) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36519

---- auth_skip_if_no_auth_user stdout ----

thread 'auth_skip_if_no_auth_user' (135517) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33667

---- token_auth stdout ----

thread 'token_auth' (135536) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 42857


failures:
    auth::case_1
    auth::case_2
    auth_and_public
    auth_anonymous_no_precedence
    auth_basic::case_1
    auth_basic::case_2
    auth_check
    auth_check2
    auth_check3
    auth_data
    auth_hashed_password::case_1
    auth_hashed_password::case_2
    auth_logout
    auth_nest
    auth_nest_share
    auth_no_skip_if_anonymous
    auth_partial_index
    auth_path_prefix
    auth_precedence
    auth_propfind_dir
    auth_readonly
    auth_skip
    auth_skip_if_no_auth_user
    auth_skip_on_options_method
    auth_webdav_copy
    auth_webdav_move
    invalid_auth
    no_auth
    no_auth_propfind_dir
    token_auth

test result: FAILED. 0 passed; 30 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.02s

error: test failed, to rerun pass `--test auth`
     Running tests/bind.rs (target/debug/deps/bind-6dd12600a0c081f4)

running 6 tests
test bind_fails::case_1 ... ok
Error: Failed to bind `:::34083`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::45685`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `::1:37143`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::36005`

Caused by:
    Address family not supported by protocol (os error 97)
test bind_ipv4_ipv6::case_2 ... ok
test validate_printed_urls::case_2 ... FAILED
test bind_ipv4_ipv6::case_1 ... FAILED
test bind_ipv4_ipv6::case_3 ... FAILED
test validate_printed_urls::case_1 ... FAILED

failures:

---- validate_printed_urls::case_2 stdout ----

thread 'validate_printed_urls::case_2' (135804) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 34083

---- bind_ipv4_ipv6::case_1 stdout ----

thread 'bind_ipv4_ipv6::case_1' (135800) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 45685
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- bind_ipv4_ipv6::case_3 stdout ----

thread 'bind_ipv4_ipv6::case_3' (135802) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 37143

---- validate_printed_urls::case_1 stdout ----

thread 'validate_printed_urls::case_1' (135803) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36005


failures:
    bind_ipv4_ipv6::case_1
    bind_ipv4_ipv6::case_3
    validate_printed_urls::case_1
    validate_printed_urls::case_2

test result: FAILED. 2 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s

error: test failed, to rerun pass `--test bind`
     Running tests/cache.rs (target/debug/deps/cache-bedb58a8aebf059e)

running 10 tests
Error: Error: Failed to bind `:::44679`

Caused by:
    Address family not supported by protocol (os error 97)
Failed to bind `:::43897`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::46647`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::33933`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Error: Failed to bind `:::37495`Failed to bind `:::39277`

Caused by:

Caused by:

        Address family not supported by protocolAddress family not supported by protocol (os error  (os error 9797))

Error: Failed to bind `:::38525`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::46713`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::43187`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::36395`

Caused by:
    Address family not supported by protocol (os error 97)
test get_file_with_if_modified_since_condition::case_1 ... FAILED
test get_file_with_etag_match::case_3 ... FAILED
test get_file_with_etag_match::case_4 ... FAILED
test get_file_with_if_modified_since_condition::case_6 ... FAILED
test get_file_with_etag_match::case_2 ... FAILED
test get_file_with_if_modified_since_condition::case_5 ... FAILED
test get_file_with_etag_match::case_1 ... FAILED
test get_file_with_if_modified_since_condition::case_4 ... FAILED
test get_file_with_if_modified_since_condition::case_2 ... FAILED
test get_file_with_if_modified_since_condition::case_3 ... FAILED

failures:

---- get_file_with_if_modified_since_condition::case_1 stdout ----

thread 'get_file_with_if_modified_since_condition::case_1' (135942) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33933

---- get_file_with_etag_match::case_3 stdout ----

thread 'get_file_with_etag_match::case_3' (135940) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36395

---- get_file_with_etag_match::case_4 stdout ----

thread 'get_file_with_etag_match::case_4' (135941) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 43187

---- get_file_with_if_modified_since_condition::case_6 stdout ----

thread 'get_file_with_if_modified_since_condition::case_6' (135947) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 44679

---- get_file_with_etag_match::case_2 stdout ----

thread 'get_file_with_etag_match::case_2' (135939) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 43897

---- get_file_with_if_modified_since_condition::case_5 stdout ----

thread 'get_file_with_if_modified_since_condition::case_5' (135946) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 37495

---- get_file_with_etag_match::case_1 stdout ----

thread 'get_file_with_etag_match::case_1' (135938) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 46647

---- get_file_with_if_modified_since_condition::case_4 stdout ----

thread 'get_file_with_if_modified_since_condition::case_4' (135945) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 38525

---- get_file_with_if_modified_since_condition::case_2 stdout ----

thread 'get_file_with_if_modified_since_condition::case_2' (135943) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 39277

---- get_file_with_if_modified_since_condition::case_3 stdout ----

thread 'get_file_with_if_modified_since_condition::case_3' (135944) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 46713
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    get_file_with_etag_match::case_1
    get_file_with_etag_match::case_2
    get_file_with_etag_match::case_3
    get_file_with_etag_match::case_4
    get_file_with_if_modified_since_condition::case_1
    get_file_with_if_modified_since_condition::case_2
    get_file_with_if_modified_since_condition::case_3
    get_file_with_if_modified_since_condition::case_4
    get_file_with_if_modified_since_condition::case_5
    get_file_with_if_modified_since_condition::case_6

test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s

error: test failed, to rerun pass `--test cache`
     Running tests/cli.rs (target/debug/deps/cli-08857e76153dc055)

running 2 tests
test help_shows ... ok
test print_completions ... ok

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s

     Running tests/config.rs (target/debug/deps/config-40ea06aa82e7abd1)

running 1 test
test use_config_file ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s

     Running tests/cors.rs (target/debug/deps/cors-d83165a87e2e733c)

running 1 test
Error: Failed to bind `:::39289`

Caused by:
    Address family not supported by protocol (os error 97)
test cors ... FAILED

failures:

---- cors stdout ----

thread 'cors' (136292) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 39289
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    cors

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s

error: test failed, to rerun pass `--test cors`
     Running tests/digest_auth_util.rs (target/debug/deps/digest_auth_util-217361421b272e6b)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/fixtures.rs (target/debug/deps/fixtures-191f8aba0a24a55f)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/health.rs (target/debug/deps/health-4a6e637bf3f25f8c)

running 3 tests
Error: Failed to bind `:::40153`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::36831`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::45685`

Caused by:
    Address family not supported by protocol (os error 97)
test path_prefix_health ... FAILED
test normal_health ... FAILED
test auth_health ... FAILED

failures:

---- path_prefix_health stdout ----

thread 'path_prefix_health' (136357) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36831

---- normal_health stdout ----

thread 'normal_health' (136356) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 40153
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- auth_health stdout ----

thread 'auth_health' (136355) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 45685


failures:
    auth_health
    normal_health
    path_prefix_health

test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.02s

error: test failed, to rerun pass `--test health`
     Running tests/hidden.rs (target/debug/deps/hidden-2401bb16db774027)

running 10 tests
Error: Failed to bind `:::33043`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::35531`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::45653`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::39503`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::36981`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::43489`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::42463`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::33373`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::45825`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::40115`

Caused by:
    Address family not supported by protocol (os error 97)
test hidden_propfind_dir::case_1 ... FAILED
test hidden_get_dir::case_2 ... FAILED
test hidden_search_dir::case_2 ... FAILED
test hidden_dir_only::case_2 ... FAILED
test hidden_propfind_dir::case_2 ... FAILED
test hidden_get_dir2::case_1 ... FAILED
test hidden_dir_only::case_1 ... FAILED
test hidden_search_dir::case_1 ... FAILED
test hidden_get_dir2::case_2 ... FAILED
test hidden_get_dir::case_1 ... FAILED

failures:

---- hidden_propfind_dir::case_1 stdout ----

thread 'hidden_propfind_dir::case_1' (136442) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 42463

---- hidden_get_dir::case_2 stdout ----

thread 'hidden_get_dir::case_2' (136441) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 45825

---- hidden_search_dir::case_2 stdout ----

thread 'hidden_search_dir::case_2' (136445) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 40115

---- hidden_dir_only::case_2 stdout ----

thread 'hidden_dir_only::case_2' (136437) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33373

---- hidden_propfind_dir::case_2 stdout ----

thread 'hidden_propfind_dir::case_2' (136443) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33043

---- hidden_get_dir2::case_1 stdout ----

thread 'hidden_get_dir2::case_1' (136438) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 43489

---- hidden_dir_only::case_1 stdout ----

thread 'hidden_dir_only::case_1' (136436) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 45653

---- hidden_search_dir::case_1 stdout ----

thread 'hidden_search_dir::case_1' (136444) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 35531
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- hidden_get_dir2::case_2 stdout ----

thread 'hidden_get_dir2::case_2' (136439) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36981

---- hidden_get_dir::case_1 stdout ----

thread 'hidden_get_dir::case_1' (136440) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 39503


failures:
    hidden_dir_only::case_1
    hidden_dir_only::case_2
    hidden_get_dir2::case_1
    hidden_get_dir2::case_2
    hidden_get_dir::case_1
    hidden_get_dir::case_2
    hidden_propfind_dir::case_1
    hidden_propfind_dir::case_2
    hidden_search_dir::case_1
    hidden_search_dir::case_2

test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.02s

error: test failed, to rerun pass `--test hidden`
     Running tests/http.rs (target/debug/deps/http-81c80180802657ff)

running 38 tests
Error: Failed to bind `:::39921`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::36793`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::46641`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::41327`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::42743`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::35435`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::33759`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::41907`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::36637`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::43005`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::38477`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::41825`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::40111`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::33351`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::41045`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::34535`

Caused by:
    Address family not supported by protocol (os error 97)
test get_dir_search4 ... FAILED
test get_dir_404 ... FAILED
test delete_file ... FAILED
test get_dir_search2 ... FAILED
test get_dir_zip::case_3 ... FAILED
test empty_search ... FAILED
test get_dir_simple ... FAILED
test delete_file_404 ... FAILED
test get_dir_noscript ... FAILED
test get_dir_search ... FAILED
test get_dir_search3 ... FAILED
test get_dir_json ... FAILED
test get_dir_zip::case_4 ... FAILED
test get_dir ... FAILED
test get_dir_zip::case_1 ... FAILED
test get_dir_zip::case_2 ... FAILED
Error: Error: Failed to bind `:::44513`Failed to bind `:::42351`

Caused by:

Caused by:

        Address family not supported by protocolAddress family not supported by protocol (os error  (os error 9797))

Error: Failed to bind `:::45521`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::34427`

Caused by:
    Address family not supported by protocol (os error 97Error: )
Failed to bind `:::33147`

Caused by:
Error:     Address family not supported by protocol (os error Failed to bind `:::45921`97)

Caused by:

    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::40785`

Caused by:
    Address family not supported by protocol (os error 97Error: )
Failed to bind `:::33421`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Error: Failed to bind `:::38673`Failed to bind `:::39101`

Caused by:

Caused by:

    Address family not supported by protocol (os error     97Address family not supported by protocol) (os error 
97)
Error: Failed to bind `:::36539`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::42107`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::39553`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::46837`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::37391`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::37189`

Caused by:
    Address family not supported by protocol (os error 97)
test get_file ... FAILED
test get_file_edit_bin ... FAILED
test get_file_content_type ... FAILED
test get_file_edit ... FAILED
test get_file_404 ... FAILED
test head_dir_search ... FAILED
test get_dir_zip::case_5 ... FAILED
test head_dir_404 ... FAILED
test get_file_emoji_path ... FAILED
test head_dir ... FAILED
test get_file_json ... FAILED
test head_file ... FAILED
test hash_file ... FAILED
test get_file_newline_path ... FAILED
test head_dir_zip ... FAILED
test head_file_404 ... FAILED
Error: Error: Failed to bind `:::42999`

Caused by:
Failed to bind `:::38917`

Caused by:
    Address family not supported by protocol (os error 97)    Address family not supported by protocol
 (os error 97)
Error: Failed to bind `:::33755`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::46321`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::43205`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::46875`

Caused by:
    Address family not supported by protocol (os error 97)
test put_file ... FAILED
test options_dir ... FAILED
test no_hash_file ... FAILED
test resumable_upload ... FAILED
test put_file_conflict_dir ... FAILED
test put_file_create_dir ... FAILED

failures:

---- get_dir_search4 stdout ----

thread 'get_dir_search4' (136677) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36637

---- get_dir_404 stdout ----

thread 'get_dir_404' (136671) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 41825
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- delete_file stdout ----

thread 'delete_file' (136667) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 46641

---- get_dir_search2 stdout ----

thread 'get_dir_search2' (136675) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 38477

---- get_dir_zip::case_3 stdout ----

thread 'get_dir_zip::case_3' (136681) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 35435

---- empty_search stdout ----

thread 'empty_search' (136669) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 42743

---- get_dir_simple stdout ----

thread 'get_dir_simple' (136678) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33759

---- delete_file_404 stdout ----

thread 'delete_file_404' (136668) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 41327

---- get_dir_noscript stdout ----

thread 'get_dir_noscript' (136673) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36793

---- get_dir_search stdout ----

thread 'get_dir_search' (136674) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 39921

---- get_dir_search3 stdout ----

thread 'get_dir_search3' (136676) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 43005

---- get_dir_json stdout ----

thread 'get_dir_json' (136672) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 41907

---- get_dir_zip::case_4 stdout ----

thread 'get_dir_zip::case_4' (136695) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 34535

---- get_dir stdout ----

thread 'get_dir' (136670) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 40111

---- get_dir_zip::case_1 stdout ----

thread 'get_dir_zip::case_1' (136679) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33351

---- get_dir_zip::case_2 stdout ----

thread 'get_dir_zip::case_2' (136680) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 41045

---- get_file stdout ----

thread 'get_file' (137079) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 38673

---- get_file_edit_bin stdout ----

thread 'get_file_edit_bin' (137083) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 42107

---- get_file_content_type stdout ----

thread 'get_file_content_type' (137081) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 45521

---- get_file_edit stdout ----

thread 'get_file_edit' (137082) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 46837

---- get_file_404 stdout ----

thread 'get_file_404' (137080) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 44513

---- head_dir_search stdout ----

thread 'head_dir_search' (137098) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 40785

---- get_dir_zip::case_5 stdout ----

thread 'get_dir_zip::case_5' (137078) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 42351

---- head_dir_404 stdout ----

thread 'head_dir_404' (137089) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 37189

---- get_file_emoji_path stdout ----

thread 'get_file_emoji_path' (137084) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 39101

---- head_dir stdout ----

thread 'head_dir' (137088) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33421

---- get_file_json stdout ----

thread 'get_file_json' (137085) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33147

---- head_file stdout ----

thread 'head_file' (137103) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36539

---- hash_file stdout ----

thread 'hash_file' (137087) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 37391

---- get_file_newline_path stdout ----

thread 'get_file_newline_path' (137086) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 34427

---- head_dir_zip stdout ----

thread 'head_dir_zip' (137099) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 39553

---- head_file_404 stdout ----

thread 'head_file_404' (137105) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 45921

---- put_file stdout ----

thread 'put_file' (137429) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33755

---- options_dir stdout ----

thread 'options_dir' (137428) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 46321

---- no_hash_file stdout ----

thread 'no_hash_file' (137427) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 42999

---- resumable_upload stdout ----

thread 'resumable_upload' (137432) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 43205

---- put_file_conflict_dir stdout ----

thread 'put_file_conflict_dir' (137430) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 46875

---- put_file_create_dir stdout ----

thread 'put_file_create_dir' (137431) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 38917


failures:
    delete_file
    delete_file_404
    empty_search
    get_dir
    get_dir_404
    get_dir_json
    get_dir_noscript
    get_dir_search
    get_dir_search2
    get_dir_search3
    get_dir_search4
    get_dir_simple
    get_dir_zip::case_1
    get_dir_zip::case_2
    get_dir_zip::case_3
    get_dir_zip::case_4
    get_dir_zip::case_5
    get_file
    get_file_404
    get_file_content_type
    get_file_edit
    get_file_edit_bin
    get_file_emoji_path
    get_file_json
    get_file_newline_path
    hash_file
    head_dir
    head_dir_404
    head_dir_search
    head_dir_zip
    head_file
    head_file_404
    no_hash_file
    options_dir
    put_file
    put_file_conflict_dir
    put_file_create_dir
    resumable_upload

test result: FAILED. 0 passed; 38 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.03s

error: test failed, to rerun pass `--test http`
     Running tests/http_logger.rs (target/debug/deps/http_logger-e6089a56d2e909a4)

running 3 tests
Error: Failed to bind `:::37119`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::42153`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::36293`

Caused by:
    Address family not supported by protocol (os error 97)
test log_remote_user::case_1 ... FAILED
test log_remote_user::case_2 ... FAILED
test no_log::case_1 ... FAILED

failures:

---- log_remote_user::case_1 stdout ----

thread 'log_remote_user::case_1' (137580) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 37119

---- log_remote_user::case_2 stdout ----

thread 'log_remote_user::case_2' (137581) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36293
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- no_log::case_1 stdout ----

thread 'no_log::case_1' (137582) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 42153


failures:
    log_remote_user::case_1
    log_remote_user::case_2
    no_log::case_1

test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s

error: test failed, to rerun pass `--test http_logger`
     Running tests/range.rs (target/debug/deps/range-c088837a78da702a)

running 7 tests
Error: Failed to bind `:::33047`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::42985`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::37529`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Error: Failed to bind `:::33115`Failed to bind `:::36553`

Caused by:

Caused by:

    Address family not supported by protocol     (os error Address family not supported by protocol97 (os error )97
)
Error: Failed to bind `:::33849`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::46551`

Caused by:
    Address family not supported by protocol (os error 97)
test get_file_multipart_range_reversed ... FAILED
test get_file_multipart_range ... FAILED
test get_file_range_reversed ... FAILED
test get_file_range_beyond ... FAILED
test get_file_multipart_range_invalid ... FAILED
test get_file_range_invalid ... FAILED
test get_file_range ... FAILED

failures:

---- get_file_multipart_range_reversed stdout ----

thread 'get_file_multipart_range_reversed' (137660) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33849
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- get_file_multipart_range stdout ----

thread 'get_file_multipart_range' (137658) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36553

---- get_file_range_reversed stdout ----

thread 'get_file_range_reversed' (137664) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33047

---- get_file_range_beyond stdout ----

thread 'get_file_range_beyond' (137662) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33115

---- get_file_multipart_range_invalid stdout ----

thread 'get_file_multipart_range_invalid' (137659) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 46551

---- get_file_range_invalid stdout ----

thread 'get_file_range_invalid' (137663) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 42985

---- get_file_range stdout ----

thread 'get_file_range' (137661) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 37529


failures:
    get_file_multipart_range
    get_file_multipart_range_invalid
    get_file_multipart_range_reversed
    get_file_range
    get_file_range_beyond
    get_file_range_invalid
    get_file_range_reversed

test result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s

error: test failed, to rerun pass `--test range`
     Running tests/render.rs (target/debug/deps/render-f374d18476d82ab4)

running 9 tests
Error: Failed to bind `:::46769`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::44355`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::33613`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::36815`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::36329`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::43071`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::45173`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Error: Failed to bind `:::37013`Failed to bind `:::40261`

Caused by:

Caused by:

        Address family not supported by protocolAddress family not supported by protocol (os error  (os error 9797))

test render_index ... FAILED
test render_try_index ... FAILED
test render_try_index4::case_2 ... FAILED
test render_try_index3 ... FAILED
test render_spa2 ... FAILED
test render_try_index2 ... FAILED
test render_spa ... FAILED
test render_index2 ... FAILED
test render_try_index4::case_1 ... FAILED

failures:

---- render_index stdout ----

thread 'render_index' (137813) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 37013

---- render_try_index stdout ----

thread 'render_try_index' (137817) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36815

---- render_try_index4::case_2 stdout ----

thread 'render_try_index4::case_2' (137821) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 45173

---- render_try_index3 stdout ----

thread 'render_try_index3' (137819) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 44355

---- render_spa2 stdout ----

thread 'render_spa2' (137816) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 36329
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- render_try_index2 stdout ----

thread 'render_try_index2' (137818) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 43071

---- render_spa stdout ----

thread 'render_spa' (137815) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 40261

---- render_index2 stdout ----

thread 'render_index2' (137814) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33613

---- render_try_index4::case_1 stdout ----

thread 'render_try_index4::case_1' (137820) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 46769


failures:
    render_index
    render_index2
    render_spa
    render_spa2
    render_try_index
    render_try_index2
    render_try_index3
    render_try_index4::case_1
    render_try_index4::case_2

test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s

error: test failed, to rerun pass `--test render`
     Running tests/single_file.rs (target/debug/deps/single_file-f90b2bf3499fceca)

running 2 tests
Error: Failed to bind `:::46329`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::33739`

Caused by:
    Address family not supported by protocol (os error 97)
test single_file::case_1 ... FAILED
test path_prefix_single_file::case_1 ... FAILED

failures:

---- single_file::case_1 stdout ----

thread 'single_file::case_1' (138033) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 46329
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- path_prefix_single_file::case_1 stdout ----

thread 'path_prefix_single_file::case_1' (138032) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 33739


failures:
    path_prefix_single_file::case_1
    single_file::case_1

test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s

error: test failed, to rerun pass `--test single_file`
     Running tests/sort.rs (target/debug/deps/sort-56bf3da6e08638f8)

running 2 tests
Error: Failed to bind `:::35915`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::38405`

Caused by:
    Address family not supported by protocol (os error 97)
test search_dir_sort_by_name ... FAILED
test ls_dir_sort_by_name ... FAILED

failures:

---- search_dir_sort_by_name stdout ----

thread 'search_dir_sort_by_name' (138133) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 35915
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- ls_dir_sort_by_name stdout ----

thread 'ls_dir_sort_by_name' (138132) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 38405


failures:
    ls_dir_sort_by_name
    search_dir_sort_by_name

test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s

error: test failed, to rerun pass `--test sort`
     Running tests/symlink.rs (target/debug/deps/symlink-0db4783cecccfcfa)

running 2 tests
Error: Failed to bind `:::32979`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::35963`

Caused by:
    Address family not supported by protocol (os error 97)
test default_not_allow_symlink ... FAILED
test allow_symlink ... FAILED

failures:

---- default_not_allow_symlink stdout ----

thread 'default_not_allow_symlink' (138269) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 32979
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- allow_symlink stdout ----

thread 'allow_symlink' (138268) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 35963


failures:
    allow_symlink
    default_not_allow_symlink

test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s

error: test failed, to rerun pass `--test symlink`
     Running tests/tls.rs (target/debug/deps/tls-016c1933e4a372cd)

running 5 tests
test wrong_path_key ... ok
test wrong_path_cert ... ok
Error: Failed to bind `:::35377`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::34695`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::44815`

Caused by:
    Address family not supported by protocol (os error 97)
test tls_works::case_1 ... FAILED
test tls_works::case_3 ... FAILED
test tls_works::case_2 ... FAILED

failures:

---- tls_works::case_1 stdout ----

thread 'tls_works::case_1' (138328) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 34695

---- tls_works::case_3 stdout ----

thread 'tls_works::case_3' (138330) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 35377

---- tls_works::case_2 stdout ----

thread 'tls_works::case_2' (138329) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 44815
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    tls_works::case_1
    tls_works::case_2
    tls_works::case_3

test result: FAILED. 2 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s

error: test failed, to rerun pass `--test tls`
     Running tests/utils.rs (target/debug/deps/utils-b6e2aebdfcf1ca6d)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/webdav.rs (target/debug/deps/webdav-3c9c9eea5a29c682)

running 22 tests
Error: Failed to bind `:::39651`

Caused by:
    Address family not supported by protocol (os error 97)Error: 
Failed to bind `:::46793`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::43225`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::40909`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::39661`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::37845`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::43641`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::38649`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::46025`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::38243`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::41017`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::45719`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::42485`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::39101`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::41475`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::43201`

Caused by:
    Address family not supported by protocol (os error 97)
test copy_file_404 ... FAILED
test move_not_allow_upload ... FAILED
test copy_not_allow_upload ... FAILED
test mkcol_dir ... FAILED
test mkcol_already_exists ... FAILED
test lock_file ... FAILED
test copy_file ... FAILED
test propfind_dir ... FAILED
test lock_file_404 ... FAILED
test mkcol_not_allow_upload ... FAILED
test move_file_404 ... FAILED
test propfind_dir_depth2 ... FAILED
test propfind_dir_depth0 ... FAILED
test propfind_404 ... FAILED
test move_file ... FAILED
test move_not_allow_delete ... FAILED
Error: Error: Failed to bind `:::45889`

Caused by:Failed to bind `:::39887`


Caused by:
        Address family not supported by protocolAddress family not supported by protocol (os error  (os error 9797))

Error: Failed to bind `:::44227`

Caused by:
    Error: Address family not supported by protocol (os error Failed to bind `:::38945`97

Caused by:)

    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::34215`

Caused by:
    Address family not supported by protocol (os error 97)
Error: Failed to bind `:::45965`

Caused by:
    Address family not supported by protocol (os error 97)
test proppatch_file ... FAILED
test proppatch_404 ... FAILED
test propfind_double_slash ... FAILED
test propfind_file ... FAILED
test unlock_file ... FAILED
test unlock_file_404 ... FAILED

failures:

---- copy_file_404 stdout ----

thread 'copy_file_404' (138469) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 40909

---- move_not_allow_upload stdout ----

thread 'move_not_allow_upload' (138479) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 43225

---- copy_not_allow_upload stdout ----

thread 'copy_not_allow_upload' (138470) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 39651

---- mkcol_dir stdout ----

thread 'mkcol_dir' (138474) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 38243

---- mkcol_already_exists stdout ----

thread 'mkcol_already_exists' (138473) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 39661

---- lock_file stdout ----

thread 'lock_file' (138471) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 46793

---- copy_file stdout ----

thread 'copy_file' (138468) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 38649
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- propfind_dir stdout ----

thread 'propfind_dir' (138481) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 45719

---- lock_file_404 stdout ----

thread 'lock_file_404' (138472) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 46025

---- mkcol_not_allow_upload stdout ----

thread 'mkcol_not_allow_upload' (138475) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 41017

---- move_file_404 stdout ----

thread 'move_file_404' (138477) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 37845

---- propfind_dir_depth2 stdout ----

thread 'propfind_dir_depth2' (138483) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 43201

---- propfind_dir_depth0 stdout ----

thread 'propfind_dir_depth0' (138482) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 41475

---- propfind_404 stdout ----

thread 'propfind_404' (138480) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 43641

---- move_file stdout ----

thread 'move_file' (138476) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 39101

---- move_not_allow_delete stdout ----

thread 'move_not_allow_delete' (138478) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 42485

---- proppatch_file stdout ----

thread 'proppatch_file' (138796) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 44227

---- proppatch_404 stdout ----

thread 'proppatch_404' (138795) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 39887

---- propfind_double_slash stdout ----

thread 'propfind_double_slash' (138793) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 38945

---- propfind_file stdout ----

thread 'propfind_file' (138794) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 45889

---- unlock_file stdout ----

thread 'unlock_file' (138797) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 34215

---- unlock_file_404 stdout ----

thread 'unlock_file_404' (138798) panicked at tests/fixtures.rs:155:13:
timeout waiting for port 45965


failures:
    copy_file
    copy_file_404
    copy_not_allow_upload
    lock_file
    lock_file_404
    mkcol_already_exists
    mkcol_dir
    mkcol_not_allow_upload
    move_file
    move_file_404
    move_not_allow_delete
    move_not_allow_upload
    propfind_404
    propfind_dir
    propfind_dir_depth0
    propfind_dir_depth2
    propfind_double_slash
    propfind_file
    proppatch_404
    proppatch_file
    unlock_file
    unlock_file_404

test result: FAILED. 0 passed; 22 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.03s

error: test failed, to rerun pass `--test webdav`
error: 18 targets failed:
    `--test allow`
    `--test args`
    `--test assets`
    `--test auth`
    `--test bind`
    `--test cache`
    `--test cors`
    `--test health`
    `--test hidden`
    `--test http`
    `--test http_logger`
    `--test range`
    `--test render`
    `--test single_file`
    `--test sort`
    `--test symlink`
    `--test tls`
    `--test webdav`

Environment Information

  • Dufs version: 30587cedfa
  • Browser/Webdav info: N/A
  • OS info: N/A
  • Proxy server (if any): N/A
Originally created by @jf-uu on GitHub (Jun 7, 2026). Original GitHub issue: https://github.com/sigoden/dufs/issues/717 **Problem** On systems without IPv6 enabled, tests fail. I understand this isn't a common configuration, so if this isn't meant to be supported then no worries. On `v0.46.0`, only the `bind_ipv4_ipv6` test failed (case 3), but f97a47f62558fbc13f1710be55e05ccabdd8e432 causes almost all tests to fail. **Log** ```text $ cargo test --no-fail-fast Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s Running unittests src/main.rs (target/debug/deps/dufs-781b97016f1e984c) running 11 tests test auth::tests::test_compact_split_rules ... ok test auth::tests::test_split_account_paths ... ok test utils::tests::test_parse_range ... ok test utils::tests::test_glob_key ... ok test auth::tests::test_access_paths ... ok test args::tests::test_default ... ok test args::tests::test_args_from_cli2 ... ok test args::tests::test_args_from_empty_config_file ... ok test args::tests::test_args_from_config_file2 ... ok test args::tests::test_args_from_cli1 ... ok test args::tests::test_args_from_config_file1 ... ok test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/allow.rs (target/debug/deps/allow-e74de9f00e891b25) running 10 tests Error: Failed to bind `:::33621` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::34657` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::39735` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::42507` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::38747` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::44905` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::45477` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::44471` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::36063` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::46583` Caused by: Address family not supported by protocol (os error 97) test allow_search ... FAILED test allow_upload_delete_can_override ... FAILED test allow_archive ... FAILED test default_not_allow_delete ... FAILED test default_not_allow_upload ... FAILED test allow_upload_no_override ... FAILED test allow_delete_no_override ... FAILED test default_not_exist_dir ... FAILED test allow_upload_not_exist_dir ... FAILED test default_not_allow_archive ... FAILED failures: ---- allow_search stdout ---- thread 'allow_search' (134617) panicked at tests/fixtures.rs:155:13: timeout waiting for port 44471 ---- allow_upload_delete_can_override stdout ---- thread 'allow_upload_delete_can_override' (134618) panicked at tests/fixtures.rs:155:13: timeout waiting for port 46583 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- allow_archive stdout ---- thread 'allow_archive' (134615) panicked at tests/fixtures.rs:155:13: timeout waiting for port 39735 ---- default_not_allow_delete stdout ---- thread 'default_not_allow_delete' (134622) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36063 ---- default_not_allow_upload stdout ---- thread 'default_not_allow_upload' (134623) panicked at tests/fixtures.rs:155:13: timeout waiting for port 45477 ---- allow_upload_no_override stdout ---- thread 'allow_upload_no_override' (134619) panicked at tests/fixtures.rs:155:13: timeout waiting for port 44905 ---- allow_delete_no_override stdout ---- thread 'allow_delete_no_override' (134616) panicked at tests/fixtures.rs:155:13: timeout waiting for port 38747 ---- default_not_exist_dir stdout ---- thread 'default_not_exist_dir' (134624) panicked at tests/fixtures.rs:155:13: timeout waiting for port 34657 ---- allow_upload_not_exist_dir stdout ---- thread 'allow_upload_not_exist_dir' (134620) panicked at tests/fixtures.rs:155:13: timeout waiting for port 42507 ---- default_not_allow_archive stdout ---- thread 'default_not_allow_archive' (134621) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33621 failures: allow_archive allow_delete_no_override allow_search allow_upload_delete_can_override allow_upload_no_override allow_upload_not_exist_dir default_not_allow_archive default_not_allow_delete default_not_allow_upload default_not_exist_dir test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s error: test failed, to rerun pass `--test allow` Running tests/args.rs (target/debug/deps/args-203bcd41cb323f0e) running 3 tests Error: Error: Failed to bind `:::45347` Caused by:Failed to bind `:::38485` Caused by: Address family not supported by protocol (os error 97) Address family not supported by protocol (os error 97) Error: Failed to bind `:::35245` Caused by: Address family not supported by protocol (os error 97) test path_prefix_index ... FAILED test path_prefix_propfind ... FAILED test path_prefix_file ... FAILED failures: ---- path_prefix_index stdout ---- thread 'path_prefix_index' (134892) panicked at tests/fixtures.rs:155:13: timeout waiting for port 35245 ---- path_prefix_propfind stdout ---- thread 'path_prefix_propfind' (134893) panicked at tests/fixtures.rs:155:13: timeout waiting for port 38485 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- path_prefix_file stdout ---- thread 'path_prefix_file' (134891) panicked at tests/fixtures.rs:155:13: timeout waiting for port 45347 failures: path_prefix_file path_prefix_index path_prefix_propfind test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s error: test failed, to rerun pass `--test args` Running tests/assets.rs (target/debug/deps/assets-2df08b4f2298e623) running 8 tests Error: Failed to bind `:::41187` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::33333` Caused by: Address family not supported by protocol (os error 97Error: )Failed to bind `:::38947` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::46203` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::46553` Caused by: Address family not supported by protocol (os error 97) Error: Error: Failed to bind `:::34769`Failed to bind `:::35531` Caused by: Caused by: Address family not supported by protocolAddress family not supported by protocol (os error (os error 9797)) Error: Failed to bind `:::40015` Caused by: Address family not supported by protocol (os error 97) test assets ... FAILED test asset_js_with_prefix ... FAILED test assets_override_not_found_page ... FAILED test assets_with_prefix ... FAILED test asset_js ... FAILED test asset_ico ... FAILED test asset_css ... FAILED test assets_override ... FAILED failures: ---- assets stdout ---- thread 'assets' (134992) panicked at tests/fixtures.rs:155:13: timeout waiting for port 40015 ---- asset_js_with_prefix stdout ---- thread 'asset_js_with_prefix' (134991) panicked at tests/fixtures.rs:155:13: timeout waiting for port 46553 ---- assets_override_not_found_page stdout ---- thread 'assets_override_not_found_page' (134994) panicked at tests/fixtures.rs:155:13: timeout waiting for port 34769 ---- assets_with_prefix stdout ---- thread 'assets_with_prefix' (134995) panicked at tests/fixtures.rs:155:13: timeout waiting for port 35531 ---- asset_js stdout ---- thread 'asset_js' (134990) panicked at tests/fixtures.rs:155:13: timeout waiting for port 46203 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- asset_ico stdout ---- thread 'asset_ico' (134989) panicked at tests/fixtures.rs:155:13: timeout waiting for port 38947 ---- asset_css stdout ---- thread 'asset_css' (134988) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33333 ---- assets_override stdout ---- thread 'assets_override' (134993) panicked at tests/fixtures.rs:155:13: timeout waiting for port 41187 failures: asset_css asset_ico asset_js asset_js_with_prefix assets assets_override assets_override_not_found_page assets_with_prefix test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s error: test failed, to rerun pass `--test assets` Running tests/auth.rs (target/debug/deps/auth-a178a49638a67f79) running 30 tests Error: Failed to bind `:::33855` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::45605` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::33507` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::39825` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::45975` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::38863` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::43277` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::37987` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::39499` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::38389` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::34875` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::36211` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::38937` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::36695` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::36297` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::46675` Caused by: Address family not supported by protocol (os error 97) test auth_anonymous_no_precedence ... FAILED test auth_basic::case_2 ... FAILED test auth::case_1 ... FAILED test auth_hashed_password::case_2 ... FAILED test auth::case_2 ... FAILED test auth_data ... FAILED test auth_nest ... FAILED test auth_nest_share ... FAILED test auth_no_skip_if_anonymous ... FAILED test auth_hashed_password::case_1 ... FAILED test auth_and_public ... FAILED test auth_check3 ... FAILED test auth_basic::case_1 ... FAILED test auth_logout ... FAILED test auth_check2 ... FAILED test auth_check ... FAILED Error: Failed to bind `:::44295` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::40667` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::37425` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::39877` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::43825` Caused by: Address family not supported by protocol (os error 97)Error: Failed to bind `:::36519` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::33667` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::43363` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::37981` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::41423` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::42857` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::39439` Caused by: Address family not supported by protocol (os error Error: 97Failed to bind `:::40299`) Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::38023` Caused by: Address family not supported by protocol (os error 97) test auth_skip_on_options_method ... FAILED test auth_webdav_copy ... FAILED test auth_partial_index ... FAILED test no_auth_propfind_dir ... FAILED test no_auth ... FAILED test auth_path_prefix ... FAILED test auth_skip ... FAILED test auth_readonly ... FAILED test auth_precedence ... FAILED test auth_webdav_move ... FAILED test auth_propfind_dir ... FAILED test invalid_auth ... FAILED test auth_skip_if_no_auth_user ... FAILED test token_auth ... FAILED failures: ---- auth_anonymous_no_precedence stdout ---- thread 'auth_anonymous_no_precedence' (135187) panicked at tests/fixtures.rs:155:13: timeout waiting for port 43277 ---- auth_basic::case_2 stdout ---- thread 'auth_basic::case_2' (135189) panicked at tests/fixtures.rs:155:13: timeout waiting for port 46675 ---- auth::case_1 stdout ---- thread 'auth::case_1' (135184) panicked at tests/fixtures.rs:155:13: timeout waiting for port 39825 ---- auth_hashed_password::case_2 stdout ---- thread 'auth_hashed_password::case_2' (135195) panicked at tests/fixtures.rs:155:13: timeout waiting for port 38937 ---- auth::case_2 stdout ---- thread 'auth::case_2' (135185) panicked at tests/fixtures.rs:155:13: timeout waiting for port 45605 ---- auth_data stdout ---- thread 'auth_data' (135193) panicked at tests/fixtures.rs:155:13: timeout waiting for port 34875 ---- auth_nest stdout ---- thread 'auth_nest' (135197) panicked at tests/fixtures.rs:155:13: timeout waiting for port 38863 ---- auth_nest_share stdout ---- thread 'auth_nest_share' (135198) panicked at tests/fixtures.rs:155:13: timeout waiting for port 39499 ---- auth_no_skip_if_anonymous stdout ---- thread 'auth_no_skip_if_anonymous' (135199) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33507 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- auth_hashed_password::case_1 stdout ---- thread 'auth_hashed_password::case_1' (135194) panicked at tests/fixtures.rs:155:13: timeout waiting for port 45975 ---- auth_and_public stdout ---- thread 'auth_and_public' (135186) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36211 ---- auth_check3 stdout ---- thread 'auth_check3' (135192) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36695 ---- auth_basic::case_1 stdout ---- thread 'auth_basic::case_1' (135188) panicked at tests/fixtures.rs:155:13: timeout waiting for port 37987 ---- auth_logout stdout ---- thread 'auth_logout' (135196) panicked at tests/fixtures.rs:155:13: timeout waiting for port 38389 ---- auth_check2 stdout ---- thread 'auth_check2' (135191) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36297 ---- auth_check stdout ---- thread 'auth_check' (135190) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33855 ---- auth_skip_on_options_method stdout ---- thread 'auth_skip_on_options_method' (135518) panicked at tests/fixtures.rs:155:13: timeout waiting for port 40667 ---- auth_webdav_copy stdout ---- thread 'auth_webdav_copy' (135519) panicked at tests/fixtures.rs:155:13: timeout waiting for port 40299 ---- auth_partial_index stdout ---- thread 'auth_partial_index' (135511) panicked at tests/fixtures.rs:155:13: timeout waiting for port 44295 ---- no_auth_propfind_dir stdout ---- thread 'no_auth_propfind_dir' (135528) panicked at tests/fixtures.rs:155:13: timeout waiting for port 39439 ---- no_auth stdout ---- thread 'no_auth' (135522) panicked at tests/fixtures.rs:155:13: timeout waiting for port 43363 ---- auth_path_prefix stdout ---- thread 'auth_path_prefix' (135512) panicked at tests/fixtures.rs:155:13: timeout waiting for port 37425 ---- auth_skip stdout ---- thread 'auth_skip' (135516) panicked at tests/fixtures.rs:155:13: timeout waiting for port 38023 ---- auth_readonly stdout ---- thread 'auth_readonly' (135515) panicked at tests/fixtures.rs:155:13: timeout waiting for port 39877 ---- auth_precedence stdout ---- thread 'auth_precedence' (135513) panicked at tests/fixtures.rs:155:13: timeout waiting for port 41423 ---- auth_webdav_move stdout ---- thread 'auth_webdav_move' (135520) panicked at tests/fixtures.rs:155:13: timeout waiting for port 43825 ---- auth_propfind_dir stdout ---- thread 'auth_propfind_dir' (135514) panicked at tests/fixtures.rs:155:13: timeout waiting for port 37981 ---- invalid_auth stdout ---- thread 'invalid_auth' (135521) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36519 ---- auth_skip_if_no_auth_user stdout ---- thread 'auth_skip_if_no_auth_user' (135517) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33667 ---- token_auth stdout ---- thread 'token_auth' (135536) panicked at tests/fixtures.rs:155:13: timeout waiting for port 42857 failures: auth::case_1 auth::case_2 auth_and_public auth_anonymous_no_precedence auth_basic::case_1 auth_basic::case_2 auth_check auth_check2 auth_check3 auth_data auth_hashed_password::case_1 auth_hashed_password::case_2 auth_logout auth_nest auth_nest_share auth_no_skip_if_anonymous auth_partial_index auth_path_prefix auth_precedence auth_propfind_dir auth_readonly auth_skip auth_skip_if_no_auth_user auth_skip_on_options_method auth_webdav_copy auth_webdav_move invalid_auth no_auth no_auth_propfind_dir token_auth test result: FAILED. 0 passed; 30 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.02s error: test failed, to rerun pass `--test auth` Running tests/bind.rs (target/debug/deps/bind-6dd12600a0c081f4) running 6 tests test bind_fails::case_1 ... ok Error: Failed to bind `:::34083` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::45685` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `::1:37143` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::36005` Caused by: Address family not supported by protocol (os error 97) test bind_ipv4_ipv6::case_2 ... ok test validate_printed_urls::case_2 ... FAILED test bind_ipv4_ipv6::case_1 ... FAILED test bind_ipv4_ipv6::case_3 ... FAILED test validate_printed_urls::case_1 ... FAILED failures: ---- validate_printed_urls::case_2 stdout ---- thread 'validate_printed_urls::case_2' (135804) panicked at tests/fixtures.rs:155:13: timeout waiting for port 34083 ---- bind_ipv4_ipv6::case_1 stdout ---- thread 'bind_ipv4_ipv6::case_1' (135800) panicked at tests/fixtures.rs:155:13: timeout waiting for port 45685 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- bind_ipv4_ipv6::case_3 stdout ---- thread 'bind_ipv4_ipv6::case_3' (135802) panicked at tests/fixtures.rs:155:13: timeout waiting for port 37143 ---- validate_printed_urls::case_1 stdout ---- thread 'validate_printed_urls::case_1' (135803) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36005 failures: bind_ipv4_ipv6::case_1 bind_ipv4_ipv6::case_3 validate_printed_urls::case_1 validate_printed_urls::case_2 test result: FAILED. 2 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s error: test failed, to rerun pass `--test bind` Running tests/cache.rs (target/debug/deps/cache-bedb58a8aebf059e) running 10 tests Error: Error: Failed to bind `:::44679` Caused by: Address family not supported by protocol (os error 97) Failed to bind `:::43897` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::46647` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::33933` Caused by: Address family not supported by protocol (os error 97) Error: Error: Failed to bind `:::37495`Failed to bind `:::39277` Caused by: Caused by: Address family not supported by protocolAddress family not supported by protocol (os error (os error 9797)) Error: Failed to bind `:::38525` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::46713` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::43187` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::36395` Caused by: Address family not supported by protocol (os error 97) test get_file_with_if_modified_since_condition::case_1 ... FAILED test get_file_with_etag_match::case_3 ... FAILED test get_file_with_etag_match::case_4 ... FAILED test get_file_with_if_modified_since_condition::case_6 ... FAILED test get_file_with_etag_match::case_2 ... FAILED test get_file_with_if_modified_since_condition::case_5 ... FAILED test get_file_with_etag_match::case_1 ... FAILED test get_file_with_if_modified_since_condition::case_4 ... FAILED test get_file_with_if_modified_since_condition::case_2 ... FAILED test get_file_with_if_modified_since_condition::case_3 ... FAILED failures: ---- get_file_with_if_modified_since_condition::case_1 stdout ---- thread 'get_file_with_if_modified_since_condition::case_1' (135942) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33933 ---- get_file_with_etag_match::case_3 stdout ---- thread 'get_file_with_etag_match::case_3' (135940) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36395 ---- get_file_with_etag_match::case_4 stdout ---- thread 'get_file_with_etag_match::case_4' (135941) panicked at tests/fixtures.rs:155:13: timeout waiting for port 43187 ---- get_file_with_if_modified_since_condition::case_6 stdout ---- thread 'get_file_with_if_modified_since_condition::case_6' (135947) panicked at tests/fixtures.rs:155:13: timeout waiting for port 44679 ---- get_file_with_etag_match::case_2 stdout ---- thread 'get_file_with_etag_match::case_2' (135939) panicked at tests/fixtures.rs:155:13: timeout waiting for port 43897 ---- get_file_with_if_modified_since_condition::case_5 stdout ---- thread 'get_file_with_if_modified_since_condition::case_5' (135946) panicked at tests/fixtures.rs:155:13: timeout waiting for port 37495 ---- get_file_with_etag_match::case_1 stdout ---- thread 'get_file_with_etag_match::case_1' (135938) panicked at tests/fixtures.rs:155:13: timeout waiting for port 46647 ---- get_file_with_if_modified_since_condition::case_4 stdout ---- thread 'get_file_with_if_modified_since_condition::case_4' (135945) panicked at tests/fixtures.rs:155:13: timeout waiting for port 38525 ---- get_file_with_if_modified_since_condition::case_2 stdout ---- thread 'get_file_with_if_modified_since_condition::case_2' (135943) panicked at tests/fixtures.rs:155:13: timeout waiting for port 39277 ---- get_file_with_if_modified_since_condition::case_3 stdout ---- thread 'get_file_with_if_modified_since_condition::case_3' (135944) panicked at tests/fixtures.rs:155:13: timeout waiting for port 46713 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: get_file_with_etag_match::case_1 get_file_with_etag_match::case_2 get_file_with_etag_match::case_3 get_file_with_etag_match::case_4 get_file_with_if_modified_since_condition::case_1 get_file_with_if_modified_since_condition::case_2 get_file_with_if_modified_since_condition::case_3 get_file_with_if_modified_since_condition::case_4 get_file_with_if_modified_since_condition::case_5 get_file_with_if_modified_since_condition::case_6 test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s error: test failed, to rerun pass `--test cache` Running tests/cli.rs (target/debug/deps/cli-08857e76153dc055) running 2 tests test help_shows ... ok test print_completions ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s Running tests/config.rs (target/debug/deps/config-40ea06aa82e7abd1) running 1 test test use_config_file ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s Running tests/cors.rs (target/debug/deps/cors-d83165a87e2e733c) running 1 test Error: Failed to bind `:::39289` Caused by: Address family not supported by protocol (os error 97) test cors ... FAILED failures: ---- cors stdout ---- thread 'cors' (136292) panicked at tests/fixtures.rs:155:13: timeout waiting for port 39289 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: cors test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s error: test failed, to rerun pass `--test cors` Running tests/digest_auth_util.rs (target/debug/deps/digest_auth_util-217361421b272e6b) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/fixtures.rs (target/debug/deps/fixtures-191f8aba0a24a55f) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/health.rs (target/debug/deps/health-4a6e637bf3f25f8c) running 3 tests Error: Failed to bind `:::40153` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::36831` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::45685` Caused by: Address family not supported by protocol (os error 97) test path_prefix_health ... FAILED test normal_health ... FAILED test auth_health ... FAILED failures: ---- path_prefix_health stdout ---- thread 'path_prefix_health' (136357) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36831 ---- normal_health stdout ---- thread 'normal_health' (136356) panicked at tests/fixtures.rs:155:13: timeout waiting for port 40153 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- auth_health stdout ---- thread 'auth_health' (136355) panicked at tests/fixtures.rs:155:13: timeout waiting for port 45685 failures: auth_health normal_health path_prefix_health test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.02s error: test failed, to rerun pass `--test health` Running tests/hidden.rs (target/debug/deps/hidden-2401bb16db774027) running 10 tests Error: Failed to bind `:::33043` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::35531` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::45653` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::39503` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::36981` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::43489` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::42463` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::33373` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::45825` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::40115` Caused by: Address family not supported by protocol (os error 97) test hidden_propfind_dir::case_1 ... FAILED test hidden_get_dir::case_2 ... FAILED test hidden_search_dir::case_2 ... FAILED test hidden_dir_only::case_2 ... FAILED test hidden_propfind_dir::case_2 ... FAILED test hidden_get_dir2::case_1 ... FAILED test hidden_dir_only::case_1 ... FAILED test hidden_search_dir::case_1 ... FAILED test hidden_get_dir2::case_2 ... FAILED test hidden_get_dir::case_1 ... FAILED failures: ---- hidden_propfind_dir::case_1 stdout ---- thread 'hidden_propfind_dir::case_1' (136442) panicked at tests/fixtures.rs:155:13: timeout waiting for port 42463 ---- hidden_get_dir::case_2 stdout ---- thread 'hidden_get_dir::case_2' (136441) panicked at tests/fixtures.rs:155:13: timeout waiting for port 45825 ---- hidden_search_dir::case_2 stdout ---- thread 'hidden_search_dir::case_2' (136445) panicked at tests/fixtures.rs:155:13: timeout waiting for port 40115 ---- hidden_dir_only::case_2 stdout ---- thread 'hidden_dir_only::case_2' (136437) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33373 ---- hidden_propfind_dir::case_2 stdout ---- thread 'hidden_propfind_dir::case_2' (136443) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33043 ---- hidden_get_dir2::case_1 stdout ---- thread 'hidden_get_dir2::case_1' (136438) panicked at tests/fixtures.rs:155:13: timeout waiting for port 43489 ---- hidden_dir_only::case_1 stdout ---- thread 'hidden_dir_only::case_1' (136436) panicked at tests/fixtures.rs:155:13: timeout waiting for port 45653 ---- hidden_search_dir::case_1 stdout ---- thread 'hidden_search_dir::case_1' (136444) panicked at tests/fixtures.rs:155:13: timeout waiting for port 35531 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- hidden_get_dir2::case_2 stdout ---- thread 'hidden_get_dir2::case_2' (136439) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36981 ---- hidden_get_dir::case_1 stdout ---- thread 'hidden_get_dir::case_1' (136440) panicked at tests/fixtures.rs:155:13: timeout waiting for port 39503 failures: hidden_dir_only::case_1 hidden_dir_only::case_2 hidden_get_dir2::case_1 hidden_get_dir2::case_2 hidden_get_dir::case_1 hidden_get_dir::case_2 hidden_propfind_dir::case_1 hidden_propfind_dir::case_2 hidden_search_dir::case_1 hidden_search_dir::case_2 test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.02s error: test failed, to rerun pass `--test hidden` Running tests/http.rs (target/debug/deps/http-81c80180802657ff) running 38 tests Error: Failed to bind `:::39921` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::36793` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::46641` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::41327` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::42743` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::35435` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::33759` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::41907` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::36637` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::43005` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::38477` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::41825` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::40111` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::33351` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::41045` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::34535` Caused by: Address family not supported by protocol (os error 97) test get_dir_search4 ... FAILED test get_dir_404 ... FAILED test delete_file ... FAILED test get_dir_search2 ... FAILED test get_dir_zip::case_3 ... FAILED test empty_search ... FAILED test get_dir_simple ... FAILED test delete_file_404 ... FAILED test get_dir_noscript ... FAILED test get_dir_search ... FAILED test get_dir_search3 ... FAILED test get_dir_json ... FAILED test get_dir_zip::case_4 ... FAILED test get_dir ... FAILED test get_dir_zip::case_1 ... FAILED test get_dir_zip::case_2 ... FAILED Error: Error: Failed to bind `:::44513`Failed to bind `:::42351` Caused by: Caused by: Address family not supported by protocolAddress family not supported by protocol (os error (os error 9797)) Error: Failed to bind `:::45521` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::34427` Caused by: Address family not supported by protocol (os error 97Error: ) Failed to bind `:::33147` Caused by: Error: Address family not supported by protocol (os error Failed to bind `:::45921`97) Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::40785` Caused by: Address family not supported by protocol (os error 97Error: ) Failed to bind `:::33421` Caused by: Address family not supported by protocol (os error 97) Error: Error: Failed to bind `:::38673`Failed to bind `:::39101` Caused by: Caused by: Address family not supported by protocol (os error 97Address family not supported by protocol) (os error 97) Error: Failed to bind `:::36539` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::42107` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::39553` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::46837` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::37391` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::37189` Caused by: Address family not supported by protocol (os error 97) test get_file ... FAILED test get_file_edit_bin ... FAILED test get_file_content_type ... FAILED test get_file_edit ... FAILED test get_file_404 ... FAILED test head_dir_search ... FAILED test get_dir_zip::case_5 ... FAILED test head_dir_404 ... FAILED test get_file_emoji_path ... FAILED test head_dir ... FAILED test get_file_json ... FAILED test head_file ... FAILED test hash_file ... FAILED test get_file_newline_path ... FAILED test head_dir_zip ... FAILED test head_file_404 ... FAILED Error: Error: Failed to bind `:::42999` Caused by: Failed to bind `:::38917` Caused by: Address family not supported by protocol (os error 97) Address family not supported by protocol (os error 97) Error: Failed to bind `:::33755` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::46321` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::43205` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::46875` Caused by: Address family not supported by protocol (os error 97) test put_file ... FAILED test options_dir ... FAILED test no_hash_file ... FAILED test resumable_upload ... FAILED test put_file_conflict_dir ... FAILED test put_file_create_dir ... FAILED failures: ---- get_dir_search4 stdout ---- thread 'get_dir_search4' (136677) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36637 ---- get_dir_404 stdout ---- thread 'get_dir_404' (136671) panicked at tests/fixtures.rs:155:13: timeout waiting for port 41825 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- delete_file stdout ---- thread 'delete_file' (136667) panicked at tests/fixtures.rs:155:13: timeout waiting for port 46641 ---- get_dir_search2 stdout ---- thread 'get_dir_search2' (136675) panicked at tests/fixtures.rs:155:13: timeout waiting for port 38477 ---- get_dir_zip::case_3 stdout ---- thread 'get_dir_zip::case_3' (136681) panicked at tests/fixtures.rs:155:13: timeout waiting for port 35435 ---- empty_search stdout ---- thread 'empty_search' (136669) panicked at tests/fixtures.rs:155:13: timeout waiting for port 42743 ---- get_dir_simple stdout ---- thread 'get_dir_simple' (136678) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33759 ---- delete_file_404 stdout ---- thread 'delete_file_404' (136668) panicked at tests/fixtures.rs:155:13: timeout waiting for port 41327 ---- get_dir_noscript stdout ---- thread 'get_dir_noscript' (136673) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36793 ---- get_dir_search stdout ---- thread 'get_dir_search' (136674) panicked at tests/fixtures.rs:155:13: timeout waiting for port 39921 ---- get_dir_search3 stdout ---- thread 'get_dir_search3' (136676) panicked at tests/fixtures.rs:155:13: timeout waiting for port 43005 ---- get_dir_json stdout ---- thread 'get_dir_json' (136672) panicked at tests/fixtures.rs:155:13: timeout waiting for port 41907 ---- get_dir_zip::case_4 stdout ---- thread 'get_dir_zip::case_4' (136695) panicked at tests/fixtures.rs:155:13: timeout waiting for port 34535 ---- get_dir stdout ---- thread 'get_dir' (136670) panicked at tests/fixtures.rs:155:13: timeout waiting for port 40111 ---- get_dir_zip::case_1 stdout ---- thread 'get_dir_zip::case_1' (136679) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33351 ---- get_dir_zip::case_2 stdout ---- thread 'get_dir_zip::case_2' (136680) panicked at tests/fixtures.rs:155:13: timeout waiting for port 41045 ---- get_file stdout ---- thread 'get_file' (137079) panicked at tests/fixtures.rs:155:13: timeout waiting for port 38673 ---- get_file_edit_bin stdout ---- thread 'get_file_edit_bin' (137083) panicked at tests/fixtures.rs:155:13: timeout waiting for port 42107 ---- get_file_content_type stdout ---- thread 'get_file_content_type' (137081) panicked at tests/fixtures.rs:155:13: timeout waiting for port 45521 ---- get_file_edit stdout ---- thread 'get_file_edit' (137082) panicked at tests/fixtures.rs:155:13: timeout waiting for port 46837 ---- get_file_404 stdout ---- thread 'get_file_404' (137080) panicked at tests/fixtures.rs:155:13: timeout waiting for port 44513 ---- head_dir_search stdout ---- thread 'head_dir_search' (137098) panicked at tests/fixtures.rs:155:13: timeout waiting for port 40785 ---- get_dir_zip::case_5 stdout ---- thread 'get_dir_zip::case_5' (137078) panicked at tests/fixtures.rs:155:13: timeout waiting for port 42351 ---- head_dir_404 stdout ---- thread 'head_dir_404' (137089) panicked at tests/fixtures.rs:155:13: timeout waiting for port 37189 ---- get_file_emoji_path stdout ---- thread 'get_file_emoji_path' (137084) panicked at tests/fixtures.rs:155:13: timeout waiting for port 39101 ---- head_dir stdout ---- thread 'head_dir' (137088) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33421 ---- get_file_json stdout ---- thread 'get_file_json' (137085) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33147 ---- head_file stdout ---- thread 'head_file' (137103) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36539 ---- hash_file stdout ---- thread 'hash_file' (137087) panicked at tests/fixtures.rs:155:13: timeout waiting for port 37391 ---- get_file_newline_path stdout ---- thread 'get_file_newline_path' (137086) panicked at tests/fixtures.rs:155:13: timeout waiting for port 34427 ---- head_dir_zip stdout ---- thread 'head_dir_zip' (137099) panicked at tests/fixtures.rs:155:13: timeout waiting for port 39553 ---- head_file_404 stdout ---- thread 'head_file_404' (137105) panicked at tests/fixtures.rs:155:13: timeout waiting for port 45921 ---- put_file stdout ---- thread 'put_file' (137429) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33755 ---- options_dir stdout ---- thread 'options_dir' (137428) panicked at tests/fixtures.rs:155:13: timeout waiting for port 46321 ---- no_hash_file stdout ---- thread 'no_hash_file' (137427) panicked at tests/fixtures.rs:155:13: timeout waiting for port 42999 ---- resumable_upload stdout ---- thread 'resumable_upload' (137432) panicked at tests/fixtures.rs:155:13: timeout waiting for port 43205 ---- put_file_conflict_dir stdout ---- thread 'put_file_conflict_dir' (137430) panicked at tests/fixtures.rs:155:13: timeout waiting for port 46875 ---- put_file_create_dir stdout ---- thread 'put_file_create_dir' (137431) panicked at tests/fixtures.rs:155:13: timeout waiting for port 38917 failures: delete_file delete_file_404 empty_search get_dir get_dir_404 get_dir_json get_dir_noscript get_dir_search get_dir_search2 get_dir_search3 get_dir_search4 get_dir_simple get_dir_zip::case_1 get_dir_zip::case_2 get_dir_zip::case_3 get_dir_zip::case_4 get_dir_zip::case_5 get_file get_file_404 get_file_content_type get_file_edit get_file_edit_bin get_file_emoji_path get_file_json get_file_newline_path hash_file head_dir head_dir_404 head_dir_search head_dir_zip head_file head_file_404 no_hash_file options_dir put_file put_file_conflict_dir put_file_create_dir resumable_upload test result: FAILED. 0 passed; 38 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.03s error: test failed, to rerun pass `--test http` Running tests/http_logger.rs (target/debug/deps/http_logger-e6089a56d2e909a4) running 3 tests Error: Failed to bind `:::37119` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::42153` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::36293` Caused by: Address family not supported by protocol (os error 97) test log_remote_user::case_1 ... FAILED test log_remote_user::case_2 ... FAILED test no_log::case_1 ... FAILED failures: ---- log_remote_user::case_1 stdout ---- thread 'log_remote_user::case_1' (137580) panicked at tests/fixtures.rs:155:13: timeout waiting for port 37119 ---- log_remote_user::case_2 stdout ---- thread 'log_remote_user::case_2' (137581) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36293 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- no_log::case_1 stdout ---- thread 'no_log::case_1' (137582) panicked at tests/fixtures.rs:155:13: timeout waiting for port 42153 failures: log_remote_user::case_1 log_remote_user::case_2 no_log::case_1 test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s error: test failed, to rerun pass `--test http_logger` Running tests/range.rs (target/debug/deps/range-c088837a78da702a) running 7 tests Error: Failed to bind `:::33047` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::42985` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::37529` Caused by: Address family not supported by protocol (os error 97) Error: Error: Failed to bind `:::33115`Failed to bind `:::36553` Caused by: Caused by: Address family not supported by protocol (os error Address family not supported by protocol97 (os error )97 ) Error: Failed to bind `:::33849` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::46551` Caused by: Address family not supported by protocol (os error 97) test get_file_multipart_range_reversed ... FAILED test get_file_multipart_range ... FAILED test get_file_range_reversed ... FAILED test get_file_range_beyond ... FAILED test get_file_multipart_range_invalid ... FAILED test get_file_range_invalid ... FAILED test get_file_range ... FAILED failures: ---- get_file_multipart_range_reversed stdout ---- thread 'get_file_multipart_range_reversed' (137660) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33849 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- get_file_multipart_range stdout ---- thread 'get_file_multipart_range' (137658) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36553 ---- get_file_range_reversed stdout ---- thread 'get_file_range_reversed' (137664) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33047 ---- get_file_range_beyond stdout ---- thread 'get_file_range_beyond' (137662) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33115 ---- get_file_multipart_range_invalid stdout ---- thread 'get_file_multipart_range_invalid' (137659) panicked at tests/fixtures.rs:155:13: timeout waiting for port 46551 ---- get_file_range_invalid stdout ---- thread 'get_file_range_invalid' (137663) panicked at tests/fixtures.rs:155:13: timeout waiting for port 42985 ---- get_file_range stdout ---- thread 'get_file_range' (137661) panicked at tests/fixtures.rs:155:13: timeout waiting for port 37529 failures: get_file_multipart_range get_file_multipart_range_invalid get_file_multipart_range_reversed get_file_range get_file_range_beyond get_file_range_invalid get_file_range_reversed test result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s error: test failed, to rerun pass `--test range` Running tests/render.rs (target/debug/deps/render-f374d18476d82ab4) running 9 tests Error: Failed to bind `:::46769` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::44355` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::33613` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::36815` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::36329` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::43071` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::45173` Caused by: Address family not supported by protocol (os error 97) Error: Error: Failed to bind `:::37013`Failed to bind `:::40261` Caused by: Caused by: Address family not supported by protocolAddress family not supported by protocol (os error (os error 9797)) test render_index ... FAILED test render_try_index ... FAILED test render_try_index4::case_2 ... FAILED test render_try_index3 ... FAILED test render_spa2 ... FAILED test render_try_index2 ... FAILED test render_spa ... FAILED test render_index2 ... FAILED test render_try_index4::case_1 ... FAILED failures: ---- render_index stdout ---- thread 'render_index' (137813) panicked at tests/fixtures.rs:155:13: timeout waiting for port 37013 ---- render_try_index stdout ---- thread 'render_try_index' (137817) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36815 ---- render_try_index4::case_2 stdout ---- thread 'render_try_index4::case_2' (137821) panicked at tests/fixtures.rs:155:13: timeout waiting for port 45173 ---- render_try_index3 stdout ---- thread 'render_try_index3' (137819) panicked at tests/fixtures.rs:155:13: timeout waiting for port 44355 ---- render_spa2 stdout ---- thread 'render_spa2' (137816) panicked at tests/fixtures.rs:155:13: timeout waiting for port 36329 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- render_try_index2 stdout ---- thread 'render_try_index2' (137818) panicked at tests/fixtures.rs:155:13: timeout waiting for port 43071 ---- render_spa stdout ---- thread 'render_spa' (137815) panicked at tests/fixtures.rs:155:13: timeout waiting for port 40261 ---- render_index2 stdout ---- thread 'render_index2' (137814) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33613 ---- render_try_index4::case_1 stdout ---- thread 'render_try_index4::case_1' (137820) panicked at tests/fixtures.rs:155:13: timeout waiting for port 46769 failures: render_index render_index2 render_spa render_spa2 render_try_index render_try_index2 render_try_index3 render_try_index4::case_1 render_try_index4::case_2 test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s error: test failed, to rerun pass `--test render` Running tests/single_file.rs (target/debug/deps/single_file-f90b2bf3499fceca) running 2 tests Error: Failed to bind `:::46329` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::33739` Caused by: Address family not supported by protocol (os error 97) test single_file::case_1 ... FAILED test path_prefix_single_file::case_1 ... FAILED failures: ---- single_file::case_1 stdout ---- thread 'single_file::case_1' (138033) panicked at tests/fixtures.rs:155:13: timeout waiting for port 46329 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- path_prefix_single_file::case_1 stdout ---- thread 'path_prefix_single_file::case_1' (138032) panicked at tests/fixtures.rs:155:13: timeout waiting for port 33739 failures: path_prefix_single_file::case_1 single_file::case_1 test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s error: test failed, to rerun pass `--test single_file` Running tests/sort.rs (target/debug/deps/sort-56bf3da6e08638f8) running 2 tests Error: Failed to bind `:::35915` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::38405` Caused by: Address family not supported by protocol (os error 97) test search_dir_sort_by_name ... FAILED test ls_dir_sort_by_name ... FAILED failures: ---- search_dir_sort_by_name stdout ---- thread 'search_dir_sort_by_name' (138133) panicked at tests/fixtures.rs:155:13: timeout waiting for port 35915 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- ls_dir_sort_by_name stdout ---- thread 'ls_dir_sort_by_name' (138132) panicked at tests/fixtures.rs:155:13: timeout waiting for port 38405 failures: ls_dir_sort_by_name search_dir_sort_by_name test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s error: test failed, to rerun pass `--test sort` Running tests/symlink.rs (target/debug/deps/symlink-0db4783cecccfcfa) running 2 tests Error: Failed to bind `:::32979` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::35963` Caused by: Address family not supported by protocol (os error 97) test default_not_allow_symlink ... FAILED test allow_symlink ... FAILED failures: ---- default_not_allow_symlink stdout ---- thread 'default_not_allow_symlink' (138269) panicked at tests/fixtures.rs:155:13: timeout waiting for port 32979 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- allow_symlink stdout ---- thread 'allow_symlink' (138268) panicked at tests/fixtures.rs:155:13: timeout waiting for port 35963 failures: allow_symlink default_not_allow_symlink test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s error: test failed, to rerun pass `--test symlink` Running tests/tls.rs (target/debug/deps/tls-016c1933e4a372cd) running 5 tests test wrong_path_key ... ok test wrong_path_cert ... ok Error: Failed to bind `:::35377` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::34695` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::44815` Caused by: Address family not supported by protocol (os error 97) test tls_works::case_1 ... FAILED test tls_works::case_3 ... FAILED test tls_works::case_2 ... FAILED failures: ---- tls_works::case_1 stdout ---- thread 'tls_works::case_1' (138328) panicked at tests/fixtures.rs:155:13: timeout waiting for port 34695 ---- tls_works::case_3 stdout ---- thread 'tls_works::case_3' (138330) panicked at tests/fixtures.rs:155:13: timeout waiting for port 35377 ---- tls_works::case_2 stdout ---- thread 'tls_works::case_2' (138329) panicked at tests/fixtures.rs:155:13: timeout waiting for port 44815 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: tls_works::case_1 tls_works::case_2 tls_works::case_3 test result: FAILED. 2 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s error: test failed, to rerun pass `--test tls` Running tests/utils.rs (target/debug/deps/utils-b6e2aebdfcf1ca6d) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/webdav.rs (target/debug/deps/webdav-3c9c9eea5a29c682) running 22 tests Error: Failed to bind `:::39651` Caused by: Address family not supported by protocol (os error 97)Error: Failed to bind `:::46793` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::43225` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::40909` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::39661` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::37845` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::43641` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::38649` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::46025` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::38243` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::41017` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::45719` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::42485` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::39101` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::41475` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::43201` Caused by: Address family not supported by protocol (os error 97) test copy_file_404 ... FAILED test move_not_allow_upload ... FAILED test copy_not_allow_upload ... FAILED test mkcol_dir ... FAILED test mkcol_already_exists ... FAILED test lock_file ... FAILED test copy_file ... FAILED test propfind_dir ... FAILED test lock_file_404 ... FAILED test mkcol_not_allow_upload ... FAILED test move_file_404 ... FAILED test propfind_dir_depth2 ... FAILED test propfind_dir_depth0 ... FAILED test propfind_404 ... FAILED test move_file ... FAILED test move_not_allow_delete ... FAILED Error: Error: Failed to bind `:::45889` Caused by:Failed to bind `:::39887` Caused by: Address family not supported by protocolAddress family not supported by protocol (os error (os error 9797)) Error: Failed to bind `:::44227` Caused by: Error: Address family not supported by protocol (os error Failed to bind `:::38945`97 Caused by:) Address family not supported by protocol (os error 97) Error: Failed to bind `:::34215` Caused by: Address family not supported by protocol (os error 97) Error: Failed to bind `:::45965` Caused by: Address family not supported by protocol (os error 97) test proppatch_file ... FAILED test proppatch_404 ... FAILED test propfind_double_slash ... FAILED test propfind_file ... FAILED test unlock_file ... FAILED test unlock_file_404 ... FAILED failures: ---- copy_file_404 stdout ---- thread 'copy_file_404' (138469) panicked at tests/fixtures.rs:155:13: timeout waiting for port 40909 ---- move_not_allow_upload stdout ---- thread 'move_not_allow_upload' (138479) panicked at tests/fixtures.rs:155:13: timeout waiting for port 43225 ---- copy_not_allow_upload stdout ---- thread 'copy_not_allow_upload' (138470) panicked at tests/fixtures.rs:155:13: timeout waiting for port 39651 ---- mkcol_dir stdout ---- thread 'mkcol_dir' (138474) panicked at tests/fixtures.rs:155:13: timeout waiting for port 38243 ---- mkcol_already_exists stdout ---- thread 'mkcol_already_exists' (138473) panicked at tests/fixtures.rs:155:13: timeout waiting for port 39661 ---- lock_file stdout ---- thread 'lock_file' (138471) panicked at tests/fixtures.rs:155:13: timeout waiting for port 46793 ---- copy_file stdout ---- thread 'copy_file' (138468) panicked at tests/fixtures.rs:155:13: timeout waiting for port 38649 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- propfind_dir stdout ---- thread 'propfind_dir' (138481) panicked at tests/fixtures.rs:155:13: timeout waiting for port 45719 ---- lock_file_404 stdout ---- thread 'lock_file_404' (138472) panicked at tests/fixtures.rs:155:13: timeout waiting for port 46025 ---- mkcol_not_allow_upload stdout ---- thread 'mkcol_not_allow_upload' (138475) panicked at tests/fixtures.rs:155:13: timeout waiting for port 41017 ---- move_file_404 stdout ---- thread 'move_file_404' (138477) panicked at tests/fixtures.rs:155:13: timeout waiting for port 37845 ---- propfind_dir_depth2 stdout ---- thread 'propfind_dir_depth2' (138483) panicked at tests/fixtures.rs:155:13: timeout waiting for port 43201 ---- propfind_dir_depth0 stdout ---- thread 'propfind_dir_depth0' (138482) panicked at tests/fixtures.rs:155:13: timeout waiting for port 41475 ---- propfind_404 stdout ---- thread 'propfind_404' (138480) panicked at tests/fixtures.rs:155:13: timeout waiting for port 43641 ---- move_file stdout ---- thread 'move_file' (138476) panicked at tests/fixtures.rs:155:13: timeout waiting for port 39101 ---- move_not_allow_delete stdout ---- thread 'move_not_allow_delete' (138478) panicked at tests/fixtures.rs:155:13: timeout waiting for port 42485 ---- proppatch_file stdout ---- thread 'proppatch_file' (138796) panicked at tests/fixtures.rs:155:13: timeout waiting for port 44227 ---- proppatch_404 stdout ---- thread 'proppatch_404' (138795) panicked at tests/fixtures.rs:155:13: timeout waiting for port 39887 ---- propfind_double_slash stdout ---- thread 'propfind_double_slash' (138793) panicked at tests/fixtures.rs:155:13: timeout waiting for port 38945 ---- propfind_file stdout ---- thread 'propfind_file' (138794) panicked at tests/fixtures.rs:155:13: timeout waiting for port 45889 ---- unlock_file stdout ---- thread 'unlock_file' (138797) panicked at tests/fixtures.rs:155:13: timeout waiting for port 34215 ---- unlock_file_404 stdout ---- thread 'unlock_file_404' (138798) panicked at tests/fixtures.rs:155:13: timeout waiting for port 45965 failures: copy_file copy_file_404 copy_not_allow_upload lock_file lock_file_404 mkcol_already_exists mkcol_dir mkcol_not_allow_upload move_file move_file_404 move_not_allow_delete move_not_allow_upload propfind_404 propfind_dir propfind_dir_depth0 propfind_dir_depth2 propfind_double_slash propfind_file proppatch_404 proppatch_file unlock_file unlock_file_404 test result: FAILED. 0 passed; 22 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.03s error: test failed, to rerun pass `--test webdav` error: 18 targets failed: `--test allow` `--test args` `--test assets` `--test auth` `--test bind` `--test cache` `--test cors` `--test health` `--test hidden` `--test http` `--test http_logger` `--test range` `--test render` `--test single_file` `--test sort` `--test symlink` `--test tls` `--test webdav` ``` <!-- Attach relevant log outputs that can help diagnose the issue. --> **Environment Information** - Dufs version: 30587cedfa0959e7b329f746f07f0b106141219d - Browser/Webdav info: N/A - OS info: N/A - Proxy server (if any): N/A
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#9103