Skip to content

Instantly share code, notes, and snippets.

@EliahKagan
Created June 19, 2024 19:07
Show Gist options
  • Save EliahKagan/944863f44c6bdb0b5e208339bb99d3bb to your computer and use it in GitHub Desktop.
Save EliahKagan/944863f44c6bdb0b5e208339bb99d3bb to your computer and use it in GitHub Desktop.
Odd errors when aborting gitoxide tests with Ctrl+C on Windows
Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 17s
Starting 2351 tests across 127 binaries (9 skipped; run ID: f8326ed4-26fc-4711-a963-eb7ddcdac199, nextest profile: default)
PASS [ 0.090s] gitoxide plumbing::main::tests::clap
PASS [ 0.085s] gitoxide shared::value_parser_tests::rename_fraction
PASS [ 0.081s] gix id::tests::size_of_oid
PASS [ 0.076s] gix open::tests::size_of_options
Canceling due to interrupt: 16 tests still running
ABORT [ 23.634s] gix::gix clone::blocking_io::fetch_and_checkout
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 [ 23.784s] gix remote::connection::fetch::refs::tests::update::checked_out_branches_in_worktrees_are_rejected_with_additional_information
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 [ 23.790s] 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 [ 23.743s] gix remote::connection::fetch::refs::tests::update::unborn_remote_refs_dont_overwrite_valid_local_refs
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 [ 23.839s] 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 [ 23.766s] 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 [ 23.840s] 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 [ 23.872s] 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)
ABORT [ 23.933s] 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 [ 24.005s] 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 [ 24.012s] gix remote::connection::fetch::refs::tests::update::remote_symbolic_refs_with_locally_unavailable_target_dont_overwrite_valid_local_branches
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 [ 23.992s] gix remote::connection::fetch::refs::tests::update::unborn_remote_branches_can_update_local_unborn_branches
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 [ 24.044s] gix remote::connection::fetch::refs::tests::update::remote_symbolic_refs_with_locally_unavailable_target_result_in_valid_peeled_branches
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 [ 24.100s] 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 [ 24.123s] 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 [ 24.166s] gix remote::connection::fetch::refs::tests::update::unborn_remote_branches_can_be_created_locally_if_they_are_new
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 [ 24.252s] 20/2351 tests run: 4 passed, 16 failed, 0 skipped
error: test run failed
ek@Glub MINGW64 ~/source/repos/gitoxide (main)
$ cargo nextest run --all --no-fail-fast
Updating crates.io index
Downloaded url v2.5.2
Downloaded 1 crate (79.7 KB) in 6.57s
Compiling proc-macro2 v1.0.75
Compiling unicode-ident v1.0.12
Compiling serde v1.0.193
Compiling once_cell v1.19.0
Compiling cfg-if v1.0.0
Compiling thiserror v1.0.56
Compiling memchr v2.7.2
Compiling autocfg v1.1.0
Compiling windows_x86_64_msvc v0.48.5
Compiling regex-syntax v0.8.2
Compiling windows_x86_64_msvc v0.52.0
Compiling winapi v0.3.9
Compiling fastrand v2.1.0
Compiling version_check v0.9.4
Compiling crossbeam-utils v0.8.20
Compiling itoa v1.0.10
Compiling parking_lot_core v0.9.9
Compiling scopeguard v1.2.0
Compiling pin-project-lite v0.2.13
Compiling tracing-core v0.1.32
Compiling cc v1.0.83
Compiling getrandom v0.2.11
Compiling zerocopy v0.7.32
Compiling futures-core v0.3.30
Compiling lock_api v0.4.11
Compiling ahash v0.8.7
Compiling sha1_smol v1.0.0
Compiling allocator-api2 v0.2.16
Compiling num-conv v0.1.0
Compiling time-core v0.1.2
Compiling windows-targets v0.48.5
Compiling aho-corasick v1.1.2
Compiling windows-targets v0.52.0
Compiling windows-sys v0.52.0
Compiling powerfmt v0.2.0
Compiling time-macros v0.2.18
Compiling gix-trace v0.1.9 (C:\Users\ek\source\repos\gitoxide\gix-trace)
Compiling deranged v0.3.10
Compiling futures-io v0.3.30
Compiling quote v1.0.35
Compiling hashbrown v0.14.3
Compiling concurrent-queue v2.4.0
Compiling value-bag v1.9.0
Compiling parking v2.2.0
Compiling libc v0.2.153
Compiling tinyvec_macros v0.1.1
Compiling syn v2.0.47
Compiling tinyvec v1.6.0
Compiling slab v0.4.9
Compiling event-listener v4.0.1
Compiling log v0.4.21
Compiling heck v0.4.1
Compiling either v1.9.0
Compiling syn v1.0.109
Compiling event-listener-strategy v0.4.0
Compiling regex-automata v0.4.3
Compiling rustversion v1.0.14
Compiling futures-lite v2.1.0
Compiling futures-sink v0.3.30
Compiling typenum v1.17.0
Compiling async-lock v3.2.0
Compiling futures-channel v0.3.30
Compiling unicode-normalization v0.1.22
Compiling crossbeam-epoch v0.9.17
Compiling generic-array v0.14.7
Compiling rustix v0.38.31
Compiling paste v1.0.14
Compiling crossbeam-deque v0.8.4
Compiling async-channel v2.1.1
Compiling cmake v0.1.50
Compiling rayon-core v1.12.0
Compiling itertools v0.12.0
Compiling lru v0.12.1
Compiling indoc v2.0.4
Compiling time v0.3.36
Compiling cassowary v0.3.0
Compiling unicode-segmentation v1.10.1
Compiling unicode-width v0.1.11
Compiling libz-ng-sys v1.1.13
Compiling winapi-util v0.1.6
Compiling crossterm_winapi v0.9.1
Compiling crc32fast v1.4.2
Compiling same-file v1.0.6
Compiling adler v1.0.2
Compiling signal-hook v0.3.17
Compiling rayon v1.8.0
Compiling walkdir v2.4.0
Compiling crypto-common v0.1.6
Compiling miniz_oxide v0.7.1
Compiling block-buffer v0.10.4
Compiling ansiterm v0.12.2
Compiling signal-hook-registry v1.4.1
Compiling crossbeam-channel v0.5.10
Compiling crossbeam-queue v0.3.10
Compiling humantime v2.1.0
Compiling digest v0.10.7
Compiling human_format v1.0.3
Compiling cpufeatures v0.2.11
Compiling bytes v1.5.0
Compiling sha1 v0.10.6
Compiling windows-sys v0.48.0
Compiling winnow v0.6.0
Compiling unicode-bom v2.0.3
Compiling crossbeam v0.8.3
Compiling pkg-config v0.3.28
Compiling gix-trace v0.1.4
Compiling prodash v26.2.2
Compiling num-traits v0.2.17
Compiling dunce v1.0.4
Compiling errno v0.3.8
Compiling is-terminal v0.4.10
Compiling tempfile v3.10.0
Compiling filetime v0.2.23
Compiling winnow v0.5.40
Compiling io-close v0.3.7
Compiling tar v0.4.40
Compiling memmap2 v0.7.1
Compiling gix-utils v0.1.6
Compiling lzma-sys v0.1.20
Compiling windows v0.48.0
Compiling jwalk v0.8.1
Compiling byteyarn v0.2.3
Compiling memmap2 v0.9.3
Compiling crc-catalog v2.4.0
Compiling crc v3.0.1
Compiling home v0.5.5
Compiling is_ci v1.1.1
Compiling fs_extra v1.3.0
Compiling btoi v0.4.3
Compiling shell-words v1.1.0
Compiling stability v0.1.1
Compiling static_assertions v1.1.0
Compiling fnv v1.0.7
Compiling encoding_rs v0.8.33
Compiling hashbrown v0.12.3
Compiling arrayvec v0.7.4
Compiling clru v0.6.1
Compiling unicode-bidi v0.3.15
Compiling percent-encoding v2.3.1
Compiling uluru v3.0.0
Compiling serde_derive v1.0.193
Compiling thiserror-impl v1.0.56
Compiling tracing-attributes v0.1.27
Compiling strum_macros v0.25.3
Compiling form_urlencoded v1.2.1
Compiling arc-swap v1.6.0
Compiling vcpkg v0.2.15
Compiling imara-diff v0.1.5
Compiling idna v0.5.0
Compiling pin-utils v0.1.0
Compiling regex v1.10.2
Compiling futures-task v0.3.30
Compiling futures-util v0.3.30
Compiling curl v0.4.46
Compiling url v2.5.2
Compiling sdd v0.2.0
Compiling serial_test_derive v3.1.1
Compiling maybe-async v0.2.7
Compiling scc v2.1.1
Compiling socket2 v0.5.5
Compiling libz-sys v1.1.13
Compiling curl-sys v0.4.72+curl-8.6.0
Compiling tracing v0.1.40
Compiling schannel v0.1.23
Compiling polling v3.3.1
Compiling base64 v0.22.1
Compiling bumpalo v3.16.0
Compiling gix-chunk v0.4.5
Compiling gix-bitmap v0.2.8
Compiling strum v0.25.0
Compiling gix-chunk v0.4.8 (C:\Users\ek\source\repos\gitoxide\gix-chunk)
Compiling gix-bitmap v0.2.11 (C:\Users\ek\source\repos\gitoxide\gix-bitmap)
Compiling zip v2.1.0
Compiling equivalent v1.0.1
Compiling simd-adler32 v0.3.7
Compiling lockfree-object-pool v0.1.6
Compiling indexmap v2.1.0
Compiling displaydoc v0.2.4
Compiling io-lifetimes v1.0.11
Compiling zopfli v0.8.1
Compiling gix-macros v0.1.5 (C:\Users\ek\source\repos\gitoxide\gix-macros)
Compiling polling v2.8.0
Compiling rustix v0.37.27
Compiling async-task v4.6.0
Compiling event-listener v2.5.3
Compiling bitflags v1.3.2
Compiling diff v0.1.13
Compiling atomic-waker v1.1.2
Compiling yansi v0.5.1
Compiling serde_json v1.0.108
Compiling piper v0.2.1
Compiling pretty_assertions v1.4.0
Compiling async-io v1.13.0
Compiling waker-fn v1.1.1
Compiling ryu v1.0.16
Compiling fastrand v1.9.0
Compiling blocking v1.5.1
Compiling async-executor v1.8.0
Compiling async-lock v2.8.0
Compiling socket2 v0.4.10
Compiling futures-lite v1.13.0
Compiling async-channel v1.9.0
Compiling async-attributes v1.1.2
Compiling kv-log-macro v1.0.7
Compiling anyhow v1.0.77
Compiling anstyle v1.0.7
Compiling utf8parse v0.2.1
Compiling anstyle-query v1.0.2
Compiling anstyle-parse v0.2.3
Compiling is_terminal_polyfill v1.70.0
Compiling colorchoice v1.0.0
Compiling clap_lex v0.6.0
Compiling anstyle-wincon v3.0.2
Compiling strsim v0.10.0
Compiling clap_derive v4.4.7
Compiling windows_x86_64_msvc v0.42.2
Compiling libsqlite3-sys v0.28.0
Compiling lazy_static v1.4.0
Compiling anstream v0.6.14
Compiling overload v0.1.1
Compiling ntapi v0.4.1
Compiling nu-ansi-term v0.46.0
Compiling sharded-slab v0.1.7
Compiling clap_builder v4.4.12
Compiling windows-targets v0.42.2
Compiling termcolor v1.4.0
Compiling tracing-log v0.2.0
Compiling windows-core v0.51.1
Compiling futures-executor v0.3.30
Compiling futures v0.3.30
Compiling fs-err v2.11.0
Compiling thread_local v1.1.7
Compiling windows v0.44.0
Compiling hashlink v0.9.1
Compiling plotters-backend v0.3.5
Compiling half v1.8.2
Compiling fallible-iterator v0.3.0
Compiling windows v0.51.1
Compiling ciborium-io v0.2.1
Compiling fallible-streaming-iterator v0.1.9
Compiling ciborium-ll v0.2.1
Compiling plotters-svg v0.3.5
Compiling itertools v0.10.5
Compiling layout-rs v0.1.1
Compiling gitoxide v0.36.1 (C:\Users\ek\source\repos\gitoxide)
Compiling open v5.0.1
Compiling cast v0.3.0
Compiling trybuild v1.0.86
Compiling plotters v0.3.5
Compiling env_logger v0.10.2
Compiling terminal_size v0.3.0
Compiling glob v0.3.1
Compiling clap v4.4.12
Compiling anes v0.1.6
Compiling clap_complete v4.4.5
Compiling bstr v1.9.0
Compiling smallvec v1.13.2
Compiling faster-hex v0.9.0
Compiling bitflags v2.4.1
Compiling parking_lot v0.12.1
Compiling gix-hash v0.14.2 (C:\Users\ek\source\repos\gitoxide\gix-hash)
Compiling bytesize v1.3.0
Compiling gix-utils v0.1.12 (C:\Users\ek\source\repos\gitoxide\gix-utils)
Compiling crossterm v0.27.0
Compiling dashmap v5.5.3
Compiling gix-path v0.10.7 (C:\Users\ek\source\repos\gitoxide\gix-path)
Compiling gix-hash v0.13.3
Compiling async-io v2.2.2
Compiling gix-date v0.8.6 (C:\Users\ek\source\repos\gitoxide\gix-date)
Compiling gix-features v0.35.0
Compiling gix-date v0.8.1
Compiling gix-validate v0.8.1
Compiling gix-path v0.10.1
Compiling gix-actor v0.31.2 (C:\Users\ek\source\repos\gitoxide\gix-actor)
Compiling gix-features v0.36.1
Compiling gix-actor v0.27.0
Compiling gix-fs v0.7.0
Compiling gix-commitgraph v0.21.0
Compiling ratatui v0.25.0
Compiling gix-hashtable v0.4.1
Compiling gix-object v0.37.0
Compiling gix-fs v0.8.1
Compiling gix-validate v0.8.5 (C:\Users\ek\source\repos\gitoxide\gix-validate)
Compiling gix-tempfile v11.0.1
Compiling gix-tempfile v10.0.0
Compiling gix-glob v0.13.0
Compiling gix-actor v0.28.1
Compiling gix-quote v0.4.8
Compiling gix-lock v10.0.0
Compiling gix-lock v11.0.1
Compiling gix-object v0.38.0
Compiling gix-ignore v0.8.0
Compiling gix-attributes v0.19.0
Compiling gix-sec v0.10.1
Compiling xz2 v0.1.7
Compiling gix-hashtable v0.5.2 (C:\Users\ek\source\repos\gitoxide\gix-hashtable)
Compiling gix-quote v0.4.12 (C:\Users\ek\source\repos\gitoxide\gix-quote)
Compiling gix-command v0.3.7 (C:\Users\ek\source\repos\gitoxide\gix-command)
Compiling gix-revwalk v0.8.0
Compiling kstring v2.0.0
Compiling gix-packetline-blocking v0.17.4 (C:\Users\ek\source\repos\gitoxide\gix-packetline-blocking)
Compiling gix-config-value v0.14.6 (C:\Users\ek\source\repos\gitoxide\gix-config-value)
Compiling gix-sec v0.10.6 (C:\Users\ek\source\repos\gitoxide\gix-sec)
Compiling gix-traverse v0.33.0
Compiling gix-packetline v0.17.5 (C:\Users\ek\source\repos\gitoxide\gix-packetline)
Compiling gix-prompt v0.8.5 (C:\Users\ek\source\repos\gitoxide\gix-prompt)
Compiling gix-ref v0.38.0
Compiling tui-react v0.22.0
Compiling gix-index v0.25.0
Compiling crosstermion v0.13.0
Compiling serial_test v3.1.1
Compiling gix-mailmap v0.23.1 (C:\Users\ek\source\repos\gitoxide\gix-mailmap)
Compiling prodash v28.0.0
Compiling async-global-executor v2.4.1
Compiling tracing-subscriber v0.3.18
Compiling async-std v1.12.0
Compiling conpty v0.5.1
Compiling gix-discover v0.26.0
Compiling gix-worktree v0.26.0
Compiling rusqlite v0.31.0
Compiling tracing-forest v0.1.6
Compiling tinytemplate v1.2.1
Compiling expectrl v0.7.1
Compiling criterion-plot v0.5.0
Compiling ciborium v0.2.1
Compiling oorandom v11.1.3
Compiling assert_matches v1.5.0
Compiling basic-toml v0.1.7
Compiling criterion v0.5.1
Compiling maplit v1.0.2
Compiling symlink v0.1.0
Compiling cap v0.1.2
Compiling gix-rebase v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-rebase)
Compiling gix-fetchhead v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-fetchhead)
Compiling gix-note v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-note)
Compiling gix-lfs v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-lfs)
Compiling gix-tix v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-tix)
Compiling gix-sequencer v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-sequencer)
Compiling flate2 v1.0.28
Compiling sysinfo v0.30.2
Compiling gix-features v0.38.2 (C:\Users\ek\source\repos\gitoxide\gix-features)
Compiling gix-fs v0.11.1 (C:\Users\ek\source\repos\gitoxide\gix-fs)
Compiling gix-object v0.42.2 (C:\Users\ek\source\repos\gitoxide\gix-object)
Compiling gix-glob v0.16.3 (C:\Users\ek\source\repos\gitoxide\gix-glob)
Compiling gix-commitgraph v0.24.2 (C:\Users\ek\source\repos\gitoxide\gix-commitgraph)
Compiling gix-url v0.27.3 (C:\Users\ek\source\repos\gitoxide\gix-url)
Compiling gix-tempfile v14.0.0 (C:\Users\ek\source\repos\gitoxide\gix-tempfile)
Compiling gix-credentials v0.24.2 (C:\Users\ek\source\repos\gitoxide\gix-credentials)
Compiling gix-attributes v0.22.2 (C:\Users\ek\source\repos\gitoxide\gix-attributes)
Compiling gix-ignore v0.11.2 (C:\Users\ek\source\repos\gitoxide\gix-ignore)
Compiling gix-testtools v0.14.0 (C:\Users\ek\source\repos\gitoxide\tests\tools)
Compiling gix-lock v14.0.0 (C:\Users\ek\source\repos\gitoxide\gix-lock)
Compiling gix-transport v0.42.1 (C:\Users\ek\source\repos\gitoxide\gix-transport)
Compiling gix-pathspec v0.7.5 (C:\Users\ek\source\repos\gitoxide\gix-pathspec)
Compiling gix-revwalk v0.13.1 (C:\Users\ek\source\repos\gitoxide\gix-revwalk)
Compiling gix-filter v0.11.2 (C:\Users\ek\source\repos\gitoxide\gix-filter)
Compiling gix-ref v0.44.1 (C:\Users\ek\source\repos\gitoxide\gix-ref)
Compiling gix-fsck v0.4.0 (C:\Users\ek\source\repos\gitoxide\gix-fsck)
Compiling gix-traverse v0.39.1 (C:\Users\ek\source\repos\gitoxide\gix-traverse)
Compiling gix-revision v0.27.1 (C:\Users\ek\source\repos\gitoxide\gix-revision)
Compiling gix-protocol v0.45.1 (C:\Users\ek\source\repos\gitoxide\gix-protocol)
Compiling gix-index v0.33.0 (C:\Users\ek\source\repos\gitoxide\gix-index)
Compiling gix-refspec v0.23.0 (C:\Users\ek\source\repos\gitoxide\gix-refspec)
Compiling gix-worktree-stream v0.13.0 (C:\Users\ek\source\repos\gitoxide\gix-worktree-stream)
Compiling gix-discover v0.32.0 (C:\Users\ek\source\repos\gitoxide\gix-discover)
Compiling gix-config v0.37.0 (C:\Users\ek\source\repos\gitoxide\gix-config)
Compiling gix-negotiate v0.13.1 (C:\Users\ek\source\repos\gitoxide\gix-negotiate)
Compiling gix-archive v0.13.1 (C:\Users\ek\source\repos\gitoxide\gix-archive)
Compiling gix-worktree v0.34.0 (C:\Users\ek\source\repos\gitoxide\gix-worktree)
Compiling gix-submodule v0.11.0 (C:\Users\ek\source\repos\gitoxide\gix-submodule)
Compiling gix-diff v0.44.0 (C:\Users\ek\source\repos\gitoxide\gix-diff)
Compiling gix-dir v0.5.0 (C:\Users\ek\source\repos\gitoxide\gix-dir)
Compiling gix-worktree-state v0.11.0 (C:\Users\ek\source\repos\gitoxide\gix-worktree-state)
Compiling gix-pack v0.51.0 (C:\Users\ek\source\repos\gitoxide\gix-pack)
Compiling gix-status v0.10.0 (C:\Users\ek\source\repos\gitoxide\gix-status)
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
Compiling gix-odb v0.61.0 (C:\Users\ek\source\repos\gitoxide\gix-odb)
warning: `gix-prompt` (test "prompt") generated 1 warning
Compiling gix v0.63.0 (C:\Users\ek\source\repos\gitoxide\gix)
Compiling gix-diff-tests v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-diff\tests)
Compiling gix-index-tests v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-index\tests)
Compiling gix-traverse-tests v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-traverse\tests)
Compiling gitoxide-core v0.38.0 (C:\Users\ek\source\repos\gitoxide\gitoxide-core)
Compiling gix-odb-tests v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-odb\tests)
Compiling gix-pack-tests v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-pack\tests)
Compiling gix-worktree-state-tests v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-worktree-state\tests)
Compiling gix-status-tests v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-status\tests)
Compiling gix-worktree-tests v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-worktree\tests)
Compiling gix-ref-tests v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-ref\tests)
Compiling gix-config-tests v0.0.0 (C:\Users\ek\source\repos\gitoxide\gix-config\tests)
Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 17s
Starting 2351 tests across 127 binaries (9 skipped; run ID: f8326ed4-26fc-4711-a963-eb7ddcdac199, nextest profile: default)
PASS [ 0.090s] gitoxide plumbing::main::tests::clap
PASS [ 0.085s] gitoxide shared::value_parser_tests::rename_fraction
PASS [ 0.081s] gix id::tests::size_of_oid
PASS [ 0.076s] gix open::tests::size_of_options
Canceling due to interrupt: 16 tests still running
ABORT [ 23.634s] gix::gix clone::blocking_io::fetch_and_checkout
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 [ 23.784s] gix remote::connection::fetch::refs::tests::update::checked_out_branches_in_worktrees_are_rejected_with_additional_information
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 [ 23.790s] 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 [ 23.743s] gix remote::connection::fetch::refs::tests::update::unborn_remote_refs_dont_overwrite_valid_local_refs
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 [ 23.839s] 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 [ 23.766s] 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 [ 23.840s] 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 [ 23.872s] 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)
ABORT [ 23.933s] 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 [ 24.005s] 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 [ 24.012s] gix remote::connection::fetch::refs::tests::update::remote_symbolic_refs_with_locally_unavailable_target_dont_overwrite_valid_local_branches
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 [ 23.992s] gix remote::connection::fetch::refs::tests::update::unborn_remote_branches_can_update_local_unborn_branches
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 [ 24.044s] gix remote::connection::fetch::refs::tests::update::remote_symbolic_refs_with_locally_unavailable_target_result_in_valid_peeled_branches
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 [ 24.100s] 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 [ 24.123s] 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 [ 24.166s] gix remote::connection::fetch::refs::tests::update::unborn_remote_branches_can_be_created_locally_if_they_are_new
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 [ 24.252s] 20/2351 tests run: 4 passed, 16 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