Skip to content

Instantly share code, notes, and snippets.

@EliahKagan
Created June 23, 2024 00:25
Show Gist options
  • Save EliahKagan/78a47197c365f15a07ff5a484c46be12 to your computer and use it in GitHub Desktop.
Save EliahKagan/78a47197c365f15a07ff5a484c46be12 to your computer and use it in GitHub Desktop.
Errors when aborting tests with Ctrl+C on Windows
ek@Glub MINGW64 ~/src/crossbeam (master)
$ cargo nextest run --all --no-fail-fast
warning: C:\Users\ek\src\crossbeam\Cargo.toml: unused manifest key: workspace.lints.rust.unexpected_cfgs.check-cfg
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
Starting 631 tests across 49 binaries (run ID: 63ca707b-a5e1-49ee-8a94-cf8d21fef6fd, nextest profile: default)
PASS [ 0.074s] crossbeam::subcrates deque
PASS [ 0.067s] crossbeam::subcrates epoch
PASS [ 0.078s] crossbeam::subcrates channel
PASS [ 0.061s] crossbeam::subcrates queue
PASS [ 0.056s] crossbeam::subcrates utils
PASS [ 0.051s] crossbeam-channel::after capacity
PASS [ 0.035s] crossbeam-channel::after stress_default
PASS [ 0.072s] crossbeam-channel::after recv
PASS [ 0.028s] crossbeam-channel::array capacity
PASS [ 0.035s] crossbeam-channel::array channel_through_channel
PASS [ 0.078s] crossbeam-channel::after recv_two
PASS [ 0.021s] crossbeam-channel::array fairness
PASS [ 0.116s] crossbeam-channel::after len_empty_full
PASS [ 0.028s] crossbeam-channel::array fairness_duplicates
PASS [ 0.029s] crossbeam-channel::array len
PASS [ 0.020s] crossbeam-channel::array len_empty_full
PASS [ 0.015s] crossbeam-channel::array panic_on_drop
PASS [ 0.138s] crossbeam-channel::after recv_race
PASS [ 0.042s] crossbeam-channel::array linearizable
PASS [ 0.019s] crossbeam-channel::array recv_after_disconnect
PASS [ 0.167s] crossbeam-channel::after ready
PASS [ 0.020s] crossbeam-channel::array recv_in_send
PASS [ 0.061s] crossbeam-channel::array mpmc
PASS [ 0.019s] crossbeam-channel::array send_after_disconnect
PASS [ 0.169s] crossbeam-channel::after select
PASS [ 0.037s] crossbeam-channel::array spsc
PASS [ 0.152s] crossbeam-channel::array drops
PASS [ 0.067s] crossbeam-channel::array stress_iter
PASS [ 0.311s] crossbeam-channel::after fire
PASS [ 0.412s] crossbeam-channel::after recv_timeout
PASS [ 0.018s] crossbeam-channel::golang chan1::main
PASS [ 0.070s] crossbeam-channel::golang chan::main
PASS [ 0.516s] crossbeam-channel::after try_recv
PASS [ 0.012s] crossbeam-channel::golang chan_test::test_chan_send_interface
PASS [ 0.890s] crossbeam-channel::after stress_clone
Canceling due to interrupt: 16 tests still running
ABORT [ 1.046s] crossbeam-channel::after fairness
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.806s] crossbeam-channel::array stress_timeout_two_threads
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.880s] crossbeam-channel::array recv_timeout
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.972s] crossbeam-channel::array disconnect_wakes_receiver
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.964s] crossbeam-channel::array disconnect_wakes_sender
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 1.047s] crossbeam-channel::after fairness_duplicates
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.115s] crossbeam-channel::golang chan_test::test_nonblock_recv_race
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.861s] crossbeam-channel::array send_timeout
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.812s] crossbeam-channel::array stress_oneshot
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.902s] crossbeam-channel::array recv
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.874s] crossbeam-channel::array send
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.465s] crossbeam-channel::golang chan_test::test_multi_consumer
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.520s] crossbeam-channel::golang chan_test::test_chan
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.733s] crossbeam-channel::array try_send
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.775s] crossbeam-channel::array try_recv
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.854s] crossbeam-channel::array smoke
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
PASS [ 0.144s] crossbeam-channel::golang chan_test::test_nonblock_select_race
------------
Summary [ 1.223s] 52/631 tests run: 36 passed, 16 failed, 0 skipped
error: test run failed
ek@Glub MINGW64 ~/source/repos/gitoxide (main)
$ cargo nextest run --all --no-fail-fast
warning: function `evaluate_target_dir` is never used
--> gix-prompt\tests\prompt.rs:9:8
|
9 | fn evaluate_target_dir() -> String {
| ^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: `gix-prompt` (test "prompt") generated 1 warning
Compiling gix-filter v0.11.2 (C:\Users\ek\source\repos\gitoxide\gix-filter)
Finished `test` profile [unoptimized + debuginfo] target(s) in 4.67s
Starting 2355 tests across 127 binaries (9 skipped; run ID: 8406b876-001a-41fa-a054-487ee2cf1f3f, nextest profile: default)
PASS [ 0.095s] gitoxide plumbing::main::tests::clap
PASS [ 0.090s] gitoxide shared::value_parser_tests::rename_fraction
PASS [ 0.085s] gix id::tests::size_of_oid
PASS [ 0.080s] gix open::tests::size_of_options
PASS [ 0.037s] gix remote::connection::fetch::refs::tests::update::unborn_remote_branches_can_be_created_locally_if_they_are_new
PASS [ 0.043s] gix remote::connection::fetch::refs::tests::update::remote_symbolic_refs_with_locally_unavailable_target_result_in_valid_peeled_branches
PASS [ 0.050s] gix remote::connection::fetch::refs::tests::update::remote_symbolic_refs_with_locally_unavailable_target_dont_overwrite_valid_local_branches
PASS [ 0.053s] gix remote::connection::fetch::refs::tests::update::unborn_remote_branches_can_update_local_unborn_branches
PASS [ 0.047s] gix remote::connection::fetch::refs::tests::update::unborn_remote_refs_dont_overwrite_valid_local_refs
PASS [ 0.281s] gix remote::connection::fetch::refs::tests::update::checked_out_branches_in_worktrees_are_rejected_with_additional_information
PASS [ 0.409s] gix::gix clone::blocking_io::fetch_and_checkout_specific_non_existing
PASS [ 0.469s] gix::gix clone::blocking_io::fetch_and_checkout_empty_remote_repo
PASS [ 0.809s] gix::gix clone::blocking_io::fetch_only_without_configuration
PASS [ 1.000s] gix::gix clone::blocking_io::fetch_and_checkout_specific_annotated_tag
PASS [ 1.047s] gix::gix clone::blocking_io::fetch_only_with_configuration
PASS [ 1.107s] gix::gix clone::blocking_io::fetch_and_checkout_specific_ref
PASS [ 1.168s] gix::gix clone::blocking_io::fetch_and_checkout
PASS [ 0.053s] gix::gix clone::clone_and_destination_must_be_empty
PASS [ 0.130s] gix::gix clone::clone_and_early_persist_without_receive
PASS [ 0.128s] gix::gix clone::clone_bare_into_empty_directory_and_early_drop
PASS [ 0.248s] gix::gix clone::blocking_io::from_shallow_prohibited_with_option
PASS [ 0.082s] gix::gix clone::clone_into_empty_directory_and_early_drop
PASS [ 0.069s] gix::gix commit::describe::lightweight_tags_are_sorted_lexicographically
PASS [ 0.068s] gix::gix commit::describe::tags_are_sorted_by_date_and_lexicographically
PASS [ 1.002s] gix::gix clone::blocking_io::fetch_shallow_no_checkout_then_unshallow
PASS [ 0.067s] gix::gix commit::describe::tags_are_sorted_by_priority
PASS [ 0.054s] gix::gix commit::describe::with_dirty_suffix::dirty_suffix_does_not_apply_if_not_dirty
PASS [ 0.068s] gix::gix commit::describe::with_dirty_suffix::dirty_suffix_applies_automatically_if_dirty
PASS [ 0.040s] gix::gix config::tree::branch::merge
PASS [ 0.998s] gix::gix clone::blocking_io::from_non_shallow_by_deepen_exclude_then_deepen_to_unshallow
PASS [ 0.041s] gix::gix config::tree::checkout::workers
PASS [ 0.048s] gix::gix config::tree::core::abbrev
PASS [ 0.039s] gix::gix config::tree::core::autocrlf
PASS [ 0.029s] gix::gix config::tree::core::check_round_trip_encoding
PASS [ 0.042s] gix::gix config::tree::core::check_stat
PASS [ 0.034s] gix::gix config::tree::core::delta_base_cache_limit
Canceling due to interrupt: 15 tests still running
PASS [ 0.041s] gix::gix config::tree::core::disambiguate
PASS [ 0.033s] gix::gix config::tree::core::log_all_ref_updates
PASS [ 0.537s] gix::gix clone::blocking_io::from_shallow_allowed_by_default
PASS [ 0.040s] gix::gix config::tree::core::eol
PASS [ 0.030s] gix::gix config::tree::core::safecrlf
PASS [ 0.029s] gix::gix config::tree::diff::driver_binary
PASS [ 0.036s] gix::gix config::tree::diff::algorithm
PASS [ 0.051s] gix::gix config::tree::core::timeouts
PASS [ 0.030s] gix::gix config::tree::diff::renames
PASS [ 0.045s] gix::gix config::tree::extensions::object_format
PASS [ 0.037s] gix::gix config::tree::fetch::algorithm
PASS [ 0.031s] gix::gix config::tree::gitoxide::allow::protocol_from_user
PASS [ 0.039s] gix::gix config::tree::fetch::recurse_submodule
PASS [ 0.049s] gix::gix config::tree::gitoxide::author::name_and_email_fallback
PASS [ 0.042s] gix::gix config::tree::gitoxide::commit::author_and_committer_date
PASS [ 0.045s] gix::gix config::tree::gitoxide::committer::name_and_email_fallback
PASS [ 0.036s] gix::gix config::tree::gitoxide::http::connect_timeout
PASS [ 0.028s] gix::gix config::tree::http::extra_header
PASS [ 0.027s] gix::gix config::tree::http::follow_redirects
PASS [ 0.029s] gix::gix config::tree::http::http_version
ABORT [ 1.810s] gix remote::connection::fetch::refs::tests::update::remote_symbolic_refs_can_always_be_set_as_there_is_no_scenario_where_it_could_be_nonexisting_and_rejected
Message [ ] code 0xc0000409: The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application. (os error 1282)
ABORT [ 1.765s] gix remote::connection::fetch::refs::tests::update::various_valid_updates
Message [ ] code 0xc0000409: The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application. (os error 1282)
ABORT [ 0.801s] gix::gix clone::blocking_io::from_non_shallow_then_deepen_then_deepen_since_to_unshallow
Message [ ] code 0xc0000409: The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application. (os error 1282)
ABORT [ 1.901s] gix remote::connection::fetch::refs::tests::update::remote_symbolic_refs_can_be_written_locally_and_point_to_tracking_branch
Message [ ] code 0xc0000409: The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application. (os error 1282)
ABORT [ 2.001s] gix remote::connection::fetch::refs::tests::update::non_fast_forward_is_rejected_if_dry_run_is_disabled
Message [ ] code 0xc0000409: The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application. (os error 1282)
ABORT [ 2.006s] gix remote::connection::fetch::refs::tests::update::remote_refs_cannot_map_to_local_head
Message [ ] code 0xc0000409: The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application. (os error 1282)
ABORT [ 2.067s] gix remote::connection::fetch::refs::tests::update::fast_forwards_are_called_out_even_if_force_is_given
Message [ ] code 0xc0000409: The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application. (os error 1282)
ABORT [ 2.062s] gix remote::connection::fetch::refs::tests::update::local_symbolic_refs_can_be_overwritten
Message [ ] code 0xc0000409: The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application. (os error 1282)
ABORT [ 2.118s] gix remote::connection::fetch::refs::tests::update::local_direct_refs_are_written_with_symbolic_ones
Message [ ] code 0xc0000409: The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application. (os error 1282)
ABORT [ 2.215s] gix remote::connection::fetch::refs::tests::update::non_fast_forward_is_rejected_but_appears_to_be_fast_forward_in_dryrun_mode
Message [ ] code 0xc0000409: The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application. (os error 1282)
------------
Summary [ 2.264s] 66/2355 tests run: 56 passed, 10 failed, 0 skipped
error: test run failed
ek@Glub MINGW64 ~/src/ripgrep (master)
$ cargo nextest run --all --no-fail-fast
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
Starting 1072 tests across 13 binaries (1 skipped; run ID: 3e8c150f-15e1-4d47-a54f-9bb1a59c8cc4, nextest profile: default)
PASS [ 0.082s] globset glob::tests::any1
PASS [ 0.076s] globset glob::tests::any2
PASS [ 0.072s] globset glob::tests::cls1
PASS [ 0.068s] globset glob::tests::cls10
PASS [ 0.063s] globset glob::tests::cls11
PASS [ 0.055s] globset glob::tests::cls13
PASS [ 0.059s] globset glob::tests::cls12
PASS [ 0.051s] globset glob::tests::cls14
PASS [ 0.041s] globset glob::tests::cls16
PASS [ 0.046s] globset glob::tests::cls15
PASS [ 0.035s] globset glob::tests::cls17
PASS [ 0.030s] globset glob::tests::cls18
PASS [ 0.026s] globset glob::tests::cls19
PASS [ 0.020s] globset glob::tests::cls2
PASS [ 0.037s] globset glob::tests::cls20
PASS [ 0.095s] globset glob::tests::cls21
PASS [ 0.087s] globset glob::tests::cls3
PASS [ 0.080s] globset glob::tests::cls4
PASS [ 0.075s] globset glob::tests::cls5
PASS [ 0.069s] globset glob::tests::cls6
PASS [ 0.064s] globset glob::tests::cls7
PASS [ 0.058s] globset glob::tests::cls8
PASS [ 0.052s] globset glob::tests::cls9
PASS [ 0.039s] globset glob::tests::err_range2
PASS [ 0.034s] globset glob::tests::err_unclosed1
PASS [ 0.046s] globset glob::tests::err_range1
PASS [ 0.029s] globset glob::tests::err_unclosed2
PASS [ 0.024s] globset glob::tests::err_unclosed3
PASS [ 0.018s] globset glob::tests::err_unclosed4
PASS [ 0.088s] globset glob::tests::extract_baselit1
PASS [ 0.015s] globset glob::tests::extract_ext4
PASS [ 0.088s] globset glob::tests::extract_baselit2
PASS [ 0.074s] globset glob::tests::extract_baselit4
PASS [ 0.069s] globset glob::tests::extract_basetoks1
PASS [ 0.063s] globset glob::tests::extract_basetoks2
PASS [ 0.081s] globset glob::tests::extract_baselit3
PASS [ 0.058s] globset glob::tests::extract_basetoks3
PASS [ 0.053s] globset glob::tests::extract_basetoks4
PASS [ 0.047s] globset glob::tests::extract_basetoks5
PASS [ 0.042s] globset glob::tests::extract_basetoks6
PASS [ 0.031s] globset glob::tests::extract_ext1
PASS [ 0.026s] globset glob::tests::extract_ext2
PASS [ 0.021s] globset glob::tests::extract_ext3
PASS [ 0.042s] globset glob::tests::extract_basetoks7
PASS [ 0.021s] globset glob::tests::extract_ext5
PASS [ 0.078s] globset glob::tests::extract_ext6
PASS [ 0.073s] globset glob::tests::extract_ext7
PASS [ 0.067s] globset glob::tests::extract_lit1
PASS [ 0.052s] globset glob::tests::extract_lit4
PASS [ 0.047s] globset glob::tests::extract_lit5
PASS [ 0.042s] globset glob::tests::extract_lit6
PASS [ 0.032s] globset glob::tests::extract_lit8
PASS [ 0.038s] globset glob::tests::extract_lit7
PASS [ 0.019s] globset glob::tests::extract_prefix3
PASS [ 0.028s] globset glob::tests::extract_prefix1
PASS [ 0.023s] globset glob::tests::extract_prefix2
PASS [ 0.027s] globset glob::tests::extract_prefix4
PASS [ 0.022s] globset glob::tests::extract_req_ext1
PASS [ 0.081s] globset glob::tests::extract_lit2
PASS [ 0.076s] globset glob::tests::extract_lit3
PASS [ 0.067s] globset glob::tests::extract_req_ext6
PASS [ 0.061s] globset glob::tests::extract_req_ext7
PASS [ 0.039s] globset glob::tests::extract_suffix2
PASS [ 0.091s] globset glob::tests::extract_req_ext2
PASS [ 0.086s] globset glob::tests::extract_req_ext3
PASS [ 0.080s] globset glob::tests::extract_req_ext4
PASS [ 0.073s] globset glob::tests::extract_req_ext5
PASS [ 0.069s] globset glob::tests::extract_req_ext8
PASS [ 0.063s] globset glob::tests::extract_req_ext9
PASS [ 0.057s] globset glob::tests::extract_suffix1
PASS [ 0.054s] globset glob::tests::extract_suffix3
PASS [ 0.061s] globset glob::tests::extract_suffix4
PASS [ 0.056s] globset glob::tests::extract_suffix5
PASS [ 0.055s] globset glob::tests::extract_suffix6
PASS [ 0.057s] globset glob::tests::extract_suffix7
PASS [ 0.097s] globset glob::tests::literal2
PASS [ 0.096s] globset glob::tests::match1
PASS [ 0.089s] globset glob::tests::match10
PASS [ 0.081s] globset glob::tests::match2
PASS [ 0.074s] globset glob::tests::match3
PASS [ 0.069s] globset glob::tests::match4
PASS [ 0.108s] globset glob::tests::literal1
PASS [ 0.064s] globset glob::tests::match5
PASS [ 0.050s] globset glob::tests::match7
PASS [ 0.056s] globset glob::tests::match6
PASS [ 0.049s] globset glob::tests::match8
PASS [ 0.056s] globset glob::tests::match9
PASS [ 0.051s] globset glob::tests::matchalt1
Canceling due to interrupt: 8 tests still running
PASS [ 0.051s] globset glob::tests::matchalt10
PASS [ 0.050s] globset glob::tests::matchalt3
PASS [ 0.094s] globset glob::tests::matchalt11
PASS [ 0.080s] globset glob::tests::matchalt13
PASS [ 0.074s] globset glob::tests::matchalt14
PASS [ 0.086s] globset glob::tests::matchalt12
PASS [ 0.067s] globset glob::tests::matchalt15
PASS [ 0.061s] globset glob::tests::matchalt16
PASS [ 0.056s] globset glob::tests::matchalt2
PASS [ 0.051s] globset glob::tests::matchalt4
PASS [ 0.040s] globset glob::tests::matchalt6
PASS [ 0.045s] globset glob::tests::matchalt5
PASS [ 0.045s] globset glob::tests::matchalt7
PASS [ 0.052s] globset glob::tests::matchalt8
PASS [ 0.047s] globset glob::tests::matchalt9
ABORT [ 0.047s] globset glob::tests::matchcasei1
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
PASS [ 0.056s] globset glob::tests::matchbackslash6
PASS [ 0.089s] globset glob::tests::matchbackslash1
PASS [ 0.084s] globset glob::tests::matchbackslash2
PASS [ 0.077s] globset glob::tests::matchbackslash3
PASS [ 0.071s] globset glob::tests::matchbackslash4
PASS [ 0.065s] globset glob::tests::matchbackslash5
PASS [ 0.048s] globset glob::tests::matchcasei2
PASS [ 0.032s] globset glob::tests::matchescape
PASS [ 0.044s] globset glob::tests::matchcasei3
PASS [ 0.037s] globset glob::tests::matchcasei4
PASS [ 0.027s] globset glob::tests::matchnot1
PASS [ 0.057s] globset glob::tests::matchbackslash8
PASS [ 0.021s] globset glob::tests::matchnot10
PASS [ 0.016s] globset glob::tests::matchnot11
PASS [ 0.018s] globset glob::tests::matchnot12
PASS [ 0.020s] globset glob::tests::matchnot13
------------
Summary [ 0.690s] 120/1072 tests run: 119 passed, 1 failed, 0 skipped
error: test run failed
ek@Glub MINGW64 ~/src/rust-bio (master)
$ cargo nextest run --all --no-fail-fast
warning: unused import: `XYEmission`
--> src\stats\pairhmm\pairhmm.rs:20:63
|
20 | EmissionParameters, GapParameters, StartEndGapParameters, XYEmission,
| ^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
warning: methods `block_mut`, `left_block_mut`, and `print_state` are never used
--> src\pattern_matching\myers\traceback.rs:74:8
|
65 | pub(super) trait TracebackHandler<'a, T, D>
| ---------------- methods in this trait
...
74 | fn block_mut(&mut self) -> &mut State<T, D>;
| ^^^^^^^^^
...
80 | fn left_block_mut(&mut self) -> &mut State<T, D>;
| ^^^^^^^^^^^^^^
...
149 | fn print_state(&self) {
| ^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: `bio` (lib) generated 2 warnings (run `cargo fix --lib -p bio` to apply 1 suggestion)
warning: `bio` (lib test) generated 1 warning (1 duplicate)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
Starting 408 tests across 2 binaries (run ID: ec8dd99b-f258-415a-8cb0-c3e8ec9bed5e, nextest profile: default)
PASS [ 0.073s] bio alignment::distance::tests::test_simd_levenshtein_dist
PASS [ 0.068s] bio alignment::pairwise::banded::banded::test_aligner_new
PASS [ 0.106s] bio alignment::distance::tests::test_hamming_dist_bad
PASS [ 0.101s] bio alignment::distance::tests::test_hamming_dist_good
PASS [ 0.090s] bio alignment::distance::tests::test_simd_bounded_levenshtein_dist
PASS [ 0.096s] bio alignment::distance::tests::test_levenshtein_dist
PASS [ 0.085s] bio alignment::distance::tests::test_simd_hamming_dist_bad
PASS [ 0.079s] bio alignment::distance::tests::test_simd_hamming_dist_good
PASS [ 0.066s] bio alignment::pairwise::banded::banded::test_band_add_kmer
PASS [ 0.076s] bio alignment::pairwise::banded::banded::test_band_add_entry
PASS [ 0.072s] bio alignment::pairwise::banded::banded::test_blosum62
PASS [ 0.115s] bio alignment::pairwise::banded::banded::test_band_ends_inside
PASS [ 0.102s] bio alignment::pairwise::banded::banded::test_band_starts_inside
PASS [ 0.091s] bio alignment::pairwise::banded::banded::test_deletions_ouside_band
PASS [ 0.082s] bio alignment::pairwise::banded::banded::test_global
PASS [ 0.074s] bio alignment::pairwise::banded::banded::test_global_affine_ins
PASS [ 0.068s] bio alignment::pairwise::banded::banded::test_global_affine_ins2
PASS [ 0.059s] bio alignment::pairwise::banded::banded::test_global_right_del
PASS [ 0.052s] bio alignment::pairwise::banded::banded::test_insert_in_between_semiglobal
PASS [ 0.046s] bio alignment::pairwise::banded::banded::test_insert_only_semiglobal
PASS [ 0.022s] bio alignment::pairwise::banded::banded::test_issue12_1
PASS [ 0.072s] bio alignment::pairwise::banded::banded::test_insertion_ouside_band
LEAK [ 0.171s] bio alignment::pairwise::banded::banded::test_band_is_fully_inside
PASS [ 0.144s] bio alignment::pairwise::banded::banded::test_deletion
PASS [ 0.079s] bio alignment::pairwise::banded::banded::test_insertion_after_clip
PASS [ 0.158s] bio alignment::pairwise::banded::banded::test_big
PASS [ 0.063s] bio alignment::pairwise::banded::banded::test_issue11
PASS [ 0.091s] bio alignment::pairwise::banded::banded::test_insertion
PASS [ 0.097s] bio alignment::pairwise::banded::banded::test_issue12_2
PASS [ 0.092s] bio alignment::pairwise::banded::banded::test_issue12_3
PASS [ 0.086s] bio alignment::pairwise::banded::banded::test_left_aligned_del
PASS [ 0.080s] bio alignment::pairwise::banded::banded::test_left_aligned_ins
PASS [ 0.065s] bio alignment::pairwise::banded::banded::test_local_affine_ins2
PASS [ 0.074s] bio alignment::pairwise::banded::banded::test_local
PASS [ 0.058s] bio alignment::pairwise::banded::banded::test_local_empty
PASS [ 0.047s] bio alignment::pairwise::banded::banded::test_only_clips
PASS [ 0.065s] bio alignment::pairwise::banded::banded::test_longer_string_all_operations
PASS [ 0.097s] bio alignment::pairwise::banded::banded::test_overhangs1
PASS [ 0.091s] bio alignment::pairwise::banded::banded::test_overhangs2
PASS [ 0.086s] bio alignment::pairwise::banded::banded::test_overhangs3
PASS [ 0.080s] bio alignment::pairwise::banded::banded::test_overhangs4
PASS [ 0.069s] bio alignment::pairwise::banded::banded::test_semiglobal
PASS [ 0.062s] bio alignment::pairwise::banded::banded::test_semiglobal_gap_open_lt_mismatch
PASS [ 0.056s] bio alignment::pairwise::banded::banded::test_semiglobal_simple
PASS [ 0.092s] bio alignment::pairwise::banded::banded::test_overhangs5
PASS [ 0.061s] bio alignment::pairwise::banded::banded::test_traceback_outside_band
PASS [ 0.049s] bio alignment::pairwise::banded::banded::test_xclip_suffix_custom
PASS [ 0.043s] bio alignment::pairwise::banded::banded::test_yclip_prefix_custom
PASS [ 0.084s] bio alignment::pairwise::banded::banded::test_xclip_prefix_custom
PASS [ 0.110s] bio alignment::pairwise::banded::banded::test_substitutions
PASS [ 0.091s] bio alignment::pairwise::banded::banded::test_yclip_prefix_only
PASS [ 0.085s] bio alignment::pairwise::banded::banded::test_yclip_suffix_custom
PASS [ 0.078s] bio alignment::pairwise::banded::banded::test_yclip_suffix_only
PASS [ 0.147s] bio alignment::pairwise::banded::banded::test_same
PASS [ 0.072s] bio alignment::pairwise::banded::banded::test_zero_score_clips
PASS [ 0.066s] bio alignment::pairwise::tests::test_aligner_new
PASS [ 0.077s] bio alignment::pairwise::tests::test_blosum62
PASS [ 0.072s] bio alignment::pairwise::tests::test_blosum62_local
PASS [ 0.066s] bio alignment::pairwise::tests::test_global
PASS [ 0.078s] bio alignment::pairwise::tests::test_global_affine_ins
PASS [ 0.071s] bio alignment::pairwise::tests::test_global_affine_ins2
PASS [ 0.065s] bio alignment::pairwise::tests::test_global_right_del
PASS [ 0.059s] bio alignment::pairwise::tests::test_insert_in_between_semiglobal
PASS [ 0.091s] bio alignment::pairwise::tests::test_insert_only_semiglobal
PASS [ 0.090s] bio alignment::pairwise::tests::test_issue11
PASS [ 0.090s] bio alignment::pairwise::tests::test_issue12_2
PASS [ 0.096s] bio alignment::pairwise::tests::test_issue12_1
PASS [ 0.078s] bio alignment::pairwise::tests::test_left_aligned_del
PASS [ 0.072s] bio alignment::pairwise::tests::test_left_aligned_ins
PASS [ 0.066s] bio alignment::pairwise::tests::test_local
PASS [ 0.095s] bio alignment::pairwise::tests::test_issue12_3
PASS [ 0.072s] bio alignment::pairwise::tests::test_local_affine_ins2
PASS [ 0.060s] bio alignment::pairwise::tests::test_only_clips
PASS [ 0.084s] bio alignment::pairwise::tests::test_longer_string_all_operations
PASS [ 0.072s] bio alignment::pairwise::tests::test_scoring_from_scores
PASS [ 0.065s] bio alignment::pairwise::tests::test_semiglobal
PASS [ 0.058s] bio alignment::pairwise::tests::test_semiglobal_gap_open_lt_mismatch
PASS [ 0.046s] bio alignment::pairwise::tests::test_xclip_prefix_custom
PASS [ 0.052s] bio alignment::pairwise::tests::test_semiglobal_simple
PASS [ 0.041s] bio alignment::pairwise::tests::test_xclip_prefix_suffix
PASS [ 0.090s] bio alignment::pairwise::tests::test_xclip_suffix_custom
PASS [ 0.083s] bio alignment::pairwise::tests::test_yclip_prefix_custom
PASS [ 0.077s] bio alignment::pairwise::tests::test_yclip_prefix_suffix
PASS [ 0.067s] bio alignment::pairwise::tests::test_zero_score_clips
PASS [ 0.072s] bio alignment::pairwise::tests::test_yclip_suffix_custom
PASS [ 0.055s] bio alignment::poa::tests::test_alignment
PASS [ 0.075s] bio alignment::pairwise::tests::traceback_cell
PASS [ 0.088s] bio alignment::poa::tests::test_alt_branched_alignment
PASS [ 0.081s] bio alignment::poa::tests::test_branched_alignment
PASS [ 0.071s] bio alignment::poa::tests::test_edge_cases
PASS [ 0.061s] bio alignment::poa::tests::test_init_graph
PASS [ 0.055s] bio alignment::poa::tests::test_insertion_on_branch
PASS [ 0.050s] bio alignment::poa::tests::test_poa_method_chaining
PASS [ 0.103s] bio alignment::poa::tests::test_consensus
PASS [ 0.101s] bio alignment::poa::tests::test_xclip_prefix_custom
PASS [ 0.094s] bio alignment::poa::tests::test_xclip_suffix_custom
PASS [ 0.088s] bio alignment::poa::tests::test_yclip_prefix_custom
PASS [ 0.081s] bio alignment::poa::tests::test_yclip_suffix_custom
PASS [ 0.074s] bio alignment::sparse::sparse_alignment::test_expanded_matches
PASS [ 0.068s] bio alignment::sparse::sparse_alignment::test_find_kmer_matches
PASS [ 0.029s] bio alignment::sparse::sparse_alignment::test_sdp
PASS [ 0.023s] bio alignment::sparse::sparse_alignment::test_sdp1
PASS [ 0.082s] bio alignment::sparse::sparse_alignment::test_lcskpp0
PASS [ 0.096s] bio alignment::sparse::sparse_alignment::test_lcskpp1
PASS [ 0.091s] bio alignment::sparse::sparse_alignment::test_lcskpp2
PASS [ 0.083s] bio alignment::sparse::sparse_alignment::test_lcskpp_same
PASS [ 0.075s] bio alignment::sparse::sparse_alignment::test_lcskpp_tandem_repeat
PASS [ 0.092s] bio alignment::sparse::sparse_alignment::test_sdp2
PASS [ 0.083s] bio alignment::sparse::sparse_alignment::test_sdpkpp_tandem_repeat
PASS [ 0.063s] bio alphabets::dna::tests::number_is_no_word
PASS [ 0.098s] bio alignment::sparse::sparse_alignment::test_sdpkpp_same
PASS [ 0.084s] bio alphabets::dna::tests::is_word
PASS [ 0.075s] bio alphabets::dna::tests::symbol_is_no_word
PASS [ 0.068s] bio alphabets::protein::tests::is_no_word
PASS [ 0.068s] bio alphabets::protein::tests::is_word
PASS [ 0.102s] bio alphabets::dna::tests::is_no_word
PASS [ 0.062s] bio alphabets::protein::tests::iupac_contains_iupac_chars
PASS [ 0.061s] bio alphabets::protein::tests::number_is_no_word
PASS [ 0.061s] bio alphabets::protein::tests::symbol_is_no_word
PASS [ 0.055s] bio alphabets::rna::tests::is_no_word
PASS [ 0.050s] bio alphabets::rna::tests::is_word
PASS [ 0.092s] bio alphabets::rna::tests::number_is_no_word
PASS [ 0.085s] bio alphabets::rna::tests::symbol_is_no_word
PASS [ 0.078s] bio alphabets::rna::tests::test_reverse_complement
PASS [ 0.079s] bio alphabets::tests::test_alphabet_eq
PASS [ 0.080s] bio alphabets::tests::test_qgram_shiftleft_overflow
PASS [ 0.080s] bio data_structures::annot_map::tests::lookup
PASS [ 0.075s] bio data_structures::annot_map::tests::overlaps
PASS [ 0.074s] bio data_structures::bit_tree::test_bit_tree::test_bit_tree
PASS [ 0.068s] bio data_structures::bitenc::tests::test_bitenc
PASS [ 0.065s] bio data_structures::bitenc::tests::test_push_values
PASS [ 0.061s] bio data_structures::bwt::tests::test_bwtfind
PASS [ 0.055s] bio data_structures::bwt::tests::test_invert_bwt
PASS [ 0.058s] bio data_structures::fmindex::tests::test_all_smems
PASS [ 0.089s] bio data_structures::bitenc::tests::test_push_values_edge_cases
PASS [ 0.083s] bio data_structures::bwt::tests::test_occ
PASS [ 0.076s] bio data_structures::bwt::tests::test_occwm
PASS [ 0.084s] bio data_structures::fmindex::tests::test_fmindex
PASS [ 0.082s] bio data_structures::fmindex::tests::test_fmindex_backward_search_optimization
PASS [ 0.077s] bio data_structures::fmindex::tests::test_fmindex_backward_search_partial_match
PASS [ 0.068s] bio data_structures::fmindex::tests::test_fmindex_not_found
PASS [ 0.068s] bio data_structures::fmindex::tests::test_init_interval
PASS [ 0.063s] bio data_structures::fmindex::tests::test_smems
PASS [ 0.046s] bio data_structures::interval_tree::array_backed_interval_tree::tests::test_disjoint_two_element_search
LEAK [ 0.167s] bio data_structures::bitenc::tests::test_issue29
PASS [ 0.073s] bio data_structures::interval_tree::array_backed_interval_tree::tests::test_example
PASS [ 0.067s] bio data_structures::interval_tree::avl_interval_tree::tests::from_iterator
PASS [ 0.066s] bio data_structures::interval_tree::avl_interval_tree::tests::iter_mut
PASS [ 0.097s] bio data_structures::interpolation_table::tests::test_interpolation_table
PASS [ 0.018s] bio data_structures::qgram_index::tests::test_matches
PASS [ 0.109s] bio data_structures::fmindex::tests::test_issue39
PASS [ 0.087s] bio data_structures::interval_tree::avl_interval_tree::tests::test_insertion_and_intersection
PASS [ 0.053s] bio data_structures::qgram_index::tests::test_qgram_matches
Canceling due to interrupt: 14 tests still running
PASS [ 0.088s] bio data_structures::interval_tree::avl_interval_tree::tests::zero_width_ranges
PASS [ 0.080s] bio data_structures::qgram_index::tests::test_exact_matches
PASS [ 0.080s] bio data_structures::qgram_index::tests::test_exact_matches_self
PASS [ 0.072s] bio data_structures::qgram_index::tests::test_iterator
PASS [ 0.080s] bio data_structures::qgram_index::tests::test_qgram_sizeof_pos
PASS [ 0.073s] bio data_structures::qgram_index::tests::test_qgram_with_max_count
ABORT [ 0.166s] bio data_structures::interval_tree::array_backed_interval_tree::tests::find_arbitrary
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.521s] bio alignment::poa::tests::test_global_banded
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
ABORT [ 0.027s] bio data_structures::rank_select::tests::test_select_start
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
PASS [ 0.067s] bio data_structures::qgram_index::tests::test_qgram_with_max_count_index_0
PASS [ 0.059s] bio data_structures::rank_select::tests::test_rank_k
PASS [ 0.053s] bio data_structures::rank_select::tests::test_rank_select
PASS [ 0.046s] bio data_structures::rank_select::tests::test_rank_select2
PASS [ 0.078s] bio data_structures::rank_select::tests::test_select
PASS [ 0.085s] bio data_structures::rank_select::tests::test_select_end
PASS [ 0.073s] bio data_structures::rank_select::tests::test_single_select
PASS [ 0.076s] bio data_structures::suffix_array::tests::test_buckets
PASS [ 0.022s] bio data_structures::wavelet_matrix::tests::test_wm_buildpaper
PASS [ 0.066s] bio data_structures::suffix_array::tests::test_issue10_1
PASS [ 0.070s] bio data_structures::suffix_array::tests::test_handles_sentinels_properly
PASS [ 0.046s] bio data_structures::suffix_array::tests::test_pos_types
PASS [ 0.028s] bio data_structures::wavelet_matrix::tests::test_wm_builddna
PASS [ 0.061s] bio data_structures::suffix_array::tests::test_issue10_2
PASS [ 0.051s] bio data_structures::suffix_array::tests::test_pos
PASS [ 0.056s] bio data_structures::suffix_array::tests::test_lms_pos
ABORT [ 0.189s] bio data_structures::interval_tree::avl_interval_tree::tests::test_insertion_and_intersection_2
Message [ ] code 0xc000013a: {Application Exit by CTRL+C}
The application terminated as a result of a CTRL+C. (os error 572)
PASS [ 0.018s] bio data_structures::wavelet_matrix::tests::test_wm_rank_1
PASS [ 0.020s] bio data_structures::wavelet_matrix::tests::test_wm_rank_2
PASS [ 1.915s] bio data_structures::suffix_array::tests::test_sorts_lexically
PASS [ 4.764s] bio data_structures::suffix_array::tests::test_sampled_matches
------------
Summary [ 5.878s] 183/408 tests run: 179 passed (2 leaky), 4 failed, 0 skipped
error: test run failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment