Created
May 5, 2025 04:31
-
-
Save EliahKagan/bd8525d048350fc80a7666d8819089db to your computer and use it in GitHub Desktop.
gitoxide contained_string_matches test run with git 2.47.2 (relates to #1622)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@crow:~/repos/gitoxide (main =)$ PATH="$HOME/git-2.47.2/bin:$PATH" GIX_TEST_IGNORE_ARCHIVES=1 cargo nextest run -p gix revision::spec::from_bytes::regex::find_youngest_matching_commit --no-fail-fast --no-default-features --features max-performance-safe,comfort,basic | |
Compiling proc-macro2 v1.0.95 | |
Compiling unicode-ident v1.0.18 | |
Compiling cfg-if v1.0.0 | |
Compiling thiserror v2.0.12 | |
Compiling libc v0.2.172 | |
Compiling memchr v2.7.4 | |
Compiling fastrand v2.3.0 | |
Compiling regex-automata v0.4.9 | |
Compiling autocfg v1.4.0 | |
Compiling smallvec v1.15.0 | |
Compiling once_cell v1.21.3 | |
Compiling tinyvec_macros v0.1.1 | |
Compiling parking_lot_core v0.9.10 | |
Compiling scopeguard v1.2.0 | |
Compiling value-bag v1.11.1 | |
Compiling home v0.5.11 | |
Compiling human_format v1.1.0 | |
Compiling tinyvec v1.9.0 | |
Compiling stable_deref_trait v1.2.0 | |
Compiling bytesize v2.0.1 | |
Compiling same-file v1.0.6 | |
Compiling version_check v0.9.5 | |
Compiling walkdir v2.5.0 | |
Compiling crossbeam-utils v0.8.21 | |
Compiling bitflags v2.9.0 | |
Compiling typenum v1.18.0 | |
Compiling log v0.4.27 | |
Compiling heapless v0.8.0 | |
Compiling byteorder v1.5.0 | |
Compiling serde v1.0.219 | |
Compiling gix-trace v0.1.12 (/home/ubuntu/repos/gitoxide/gix-trace) | |
Compiling lock_api v0.4.12 | |
Compiling generic-array v0.14.7 | |
Compiling ahash v0.8.11 | |
Compiling cpufeatures v0.2.17 | |
Compiling hash32 v0.3.1 | |
Compiling zlib-rs v0.5.0 | |
Compiling zerocopy v0.7.35 | |
Compiling crc32fast v1.4.2 | |
Compiling allocator-api2 v0.2.21 | |
Compiling jiff v0.2.12 | |
Compiling itoa v1.0.15 | |
Compiling winnow v0.7.7 | |
Compiling getrandom v0.3.2 | |
Compiling quote v1.0.40 | |
Compiling unicode-normalization v0.1.24 | |
Compiling rustix v1.0.7 | |
Compiling crossbeam-channel v0.5.15 | |
Compiling syn v2.0.101 | |
Compiling hashbrown v0.14.5 | |
Compiling linux-raw-sys v0.9.3 | |
Compiling bstr v1.12.0 | |
Compiling gix-trace v0.1.12 | |
Compiling unicode-bom v2.0.3 | |
Compiling icu_locid_transform_data v1.5.1 | |
Compiling writeable v0.5.5 | |
Compiling litemap v0.7.5 | |
Compiling memmap2 v0.9.5 | |
Compiling gix-utils v0.3.0 (/home/ubuntu/repos/gitoxide/gix-utils) | |
Compiling parking_lot v0.12.3 | |
Compiling gix-utils v0.3.0 | |
Compiling icu_properties_data v1.5.1 | |
Compiling static_assertions v1.1.0 | |
Compiling pin-project-lite v0.2.16 | |
Compiling kstring v2.0.2 | |
Compiling icu_normalizer_data v1.5.1 | |
Compiling concurrent-queue v2.5.0 | |
Compiling prodash v29.0.2 | |
Compiling dashmap v6.1.0 | |
Compiling parking v2.2.1 | |
Compiling filetime v0.2.25 | |
Compiling signal-hook v0.3.17 | |
Compiling block-buffer v0.10.4 | |
Compiling crypto-common v0.1.6 | |
Compiling write16 v1.0.0 | |
Compiling utf16_iter v1.0.5 | |
Compiling utf8_iter v1.0.4 | |
Compiling signal-hook-registry v1.4.5 | |
Compiling digest v0.10.7 | |
Compiling fnv v1.0.7 | |
Compiling futures-core v0.3.31 | |
Compiling event-listener v5.4.0 | |
Compiling percent-encoding v2.3.1 | |
Compiling futures-io v0.3.31 | |
Compiling shell-words v1.1.0 | |
Compiling gix-sec v0.11.0 (/home/ubuntu/repos/gitoxide/gix-sec) | |
Compiling sha1 v0.10.6 | |
Compiling slab v0.4.9 | |
Compiling form_urlencoded v1.2.1 | |
Compiling rustix v0.38.44 | |
Compiling futures-lite v2.6.0 | |
Compiling sha1-checked v0.10.0 | |
Compiling event-listener-strategy v0.5.4 | |
Compiling tracing-core v0.1.33 | |
Compiling linux-raw-sys v0.4.15 | |
Compiling foldhash v0.1.5 | |
Compiling hashbrown v0.15.2 | |
Compiling encoding_rs v0.8.35 | |
Compiling syn v1.0.109 | |
Compiling arrayvec v0.7.6 | |
Compiling async-task v4.7.1 | |
Compiling atomic-waker v1.1.2 | |
Compiling uluru v3.1.0 | |
Compiling tracing v0.1.41 | |
Compiling piper v0.2.4 | |
Compiling async-channel v2.3.1 | |
Compiling async-lock v3.4.0 | |
Compiling clru v0.6.2 | |
Compiling gix-sec v0.11.0 | |
Compiling crc-catalog v2.4.0 | |
Compiling anyhow v1.0.98 | |
Compiling event-listener v2.5.3 | |
Compiling arc-swap v1.7.1 | |
Compiling imara-diff v0.1.8 | |
Compiling blocking v1.6.1 | |
Compiling async-executor v1.13.2 | |
Compiling sdd v3.0.8 | |
Compiling async-channel v1.9.0 | |
Compiling crc v3.2.1 | |
Compiling scc v2.3.4 | |
Compiling tar v0.4.44 | |
Compiling io-close v0.3.7 | |
Compiling console v0.15.11 | |
Compiling kv-log-macro v1.0.7 | |
Compiling fs_extra v1.3.0 | |
Compiling diff v0.1.13 | |
Compiling tempfile v3.19.1 | |
Compiling pin-utils v0.1.0 | |
Compiling similar v2.7.0 | |
Compiling yansi v1.0.1 | |
Compiling is_ci v1.2.0 | |
Compiling termtree v0.5.1 | |
Compiling faster-hex v0.10.0 | |
Compiling pretty_assertions v1.4.1 | |
Compiling insta v1.43.1 | |
Compiling libz-rs-sys v0.5.0 | |
Compiling flate2 v1.1.1 | |
Compiling synstructure v0.13.2 | |
Compiling async-attributes v1.1.2 | |
Compiling thiserror-impl v2.0.12 | |
Compiling zerofrom-derive v0.1.6 | |
Compiling yoke-derive v0.7.5 | |
Compiling zerovec-derive v0.10.3 | |
Compiling displaydoc v0.2.5 | |
Compiling icu_provider_macros v1.5.0 | |
Compiling maybe-async v0.2.10 | |
Compiling serial_test_derive v3.2.0 | |
Compiling serial_test v3.2.0 | |
Compiling gix-validate v0.10.0 (/home/ubuntu/repos/gitoxide/gix-validate) | |
Compiling gix-validate v0.10.0 | |
Compiling gix-path v0.10.17 (/home/ubuntu/repos/gitoxide/gix-path) | |
Compiling gix-date v0.10.1 (/home/ubuntu/repos/gitoxide/gix-date) | |
Compiling gix-path v0.10.17 | |
Compiling zerofrom v0.1.6 | |
Compiling gix-chunk v0.4.11 (/home/ubuntu/repos/gitoxide/gix-chunk) | |
Compiling gix-quote v0.6.0 (/home/ubuntu/repos/gitoxide/gix-quote) | |
Compiling gix-actor v0.35.1 (/home/ubuntu/repos/gitoxide/gix-actor) | |
Compiling gix-features v0.42.1 (/home/ubuntu/repos/gitoxide/gix-features) | |
Compiling gix-features v0.42.1 | |
Compiling yoke v0.7.5 | |
Compiling gix-date v0.10.1 | |
Compiling gix-command v0.6.0 (/home/ubuntu/repos/gitoxide/gix-command) | |
Compiling gix-chunk v0.4.11 | |
Compiling gix-bitmap v0.2.14 (/home/ubuntu/repos/gitoxide/gix-bitmap) | |
Compiling zerovec v0.10.4 | |
Compiling gix-hash v0.18.0 | |
Compiling gix-hash v0.18.0 (/home/ubuntu/repos/gitoxide/gix-hash) | |
Compiling gix-fs v0.15.0 (/home/ubuntu/repos/gitoxide/gix-fs) | |
Compiling gix-glob v0.20.0 (/home/ubuntu/repos/gitoxide/gix-glob) | |
Compiling gix-actor v0.35.1 | |
Compiling gix-fs v0.15.0 | |
Compiling gix-glob v0.20.0 | |
Compiling gix-config-value v0.15.0 (/home/ubuntu/repos/gitoxide/gix-config-value) | |
Compiling gix-packetline-blocking v0.19.0 (/home/ubuntu/repos/gitoxide/gix-packetline-blocking) | |
Compiling polling v3.7.4 | |
Compiling gix-hashtable v0.8.1 | |
Compiling gix-tempfile v17.1.0 (/home/ubuntu/repos/gitoxide/gix-tempfile) | |
Compiling gix-object v0.49.1 | |
Compiling gix-hashtable v0.8.1 (/home/ubuntu/repos/gitoxide/gix-hashtable) | |
Compiling gix-commitgraph v0.28.0 (/home/ubuntu/repos/gitoxide/gix-commitgraph) | |
Compiling gix-tempfile v17.1.0 | |
Compiling gix-object v0.49.1 (/home/ubuntu/repos/gitoxide/gix-object) | |
Compiling gix-lock v17.1.0 (/home/ubuntu/repos/gitoxide/gix-lock) | |
Compiling gix-attributes v0.26.0 (/home/ubuntu/repos/gitoxide/gix-attributes) | |
Compiling gix-lock v17.1.0 | |
Compiling gix-commitgraph v0.28.0 | |
Compiling gix-ignore v0.15.0 (/home/ubuntu/repos/gitoxide/gix-ignore) | |
Compiling gix-bitmap v0.2.14 | |
Compiling gix-packetline v0.19.0 (/home/ubuntu/repos/gitoxide/gix-packetline) | |
Compiling gix-quote v0.6.0 | |
Compiling gix-shallow v0.4.0 (/home/ubuntu/repos/gitoxide/gix-shallow) | |
Compiling gix-ignore v0.15.0 | |
Compiling gix-attributes v0.26.0 | |
Compiling tinystr v0.7.6 | |
Compiling icu_collections v1.5.0 | |
Compiling async-io v2.4.0 | |
Compiling icu_locid v1.5.0 | |
Compiling gix-pathspec v0.11.0 (/home/ubuntu/repos/gitoxide/gix-pathspec) | |
Compiling async-global-executor v2.4.1 | |
Compiling gix-revwalk v0.20.1 | |
Compiling gix-ref v0.52.1 | |
Compiling icu_provider v1.5.0 | |
Compiling async-std v1.13.1 | |
Compiling gix-traverse v0.46.1 | |
Compiling gix-revwalk v0.20.1 (/home/ubuntu/repos/gitoxide/gix-revwalk) | |
Compiling gix-ref v0.52.1 (/home/ubuntu/repos/gitoxide/gix-ref) | |
Compiling gix-filter v0.19.1 (/home/ubuntu/repos/gitoxide/gix-filter) | |
Compiling gix-pack v0.59.1 (/home/ubuntu/repos/gitoxide/gix-pack) | |
Compiling icu_locid_transform v1.5.0 | |
Compiling gix-traverse v0.46.1 (/home/ubuntu/repos/gitoxide/gix-traverse) | |
Compiling gix-revision v0.34.1 (/home/ubuntu/repos/gitoxide/gix-revision) | |
Compiling gix-index v0.40.0 | |
Compiling icu_properties v1.5.1 | |
Compiling gix-index v0.40.0 (/home/ubuntu/repos/gitoxide/gix-index) | |
Compiling gix-refspec v0.30.1 (/home/ubuntu/repos/gitoxide/gix-refspec) | |
Compiling gix-worktree v0.41.0 | |
Compiling gix-discover v0.40.1 | |
Compiling gix-config v0.45.1 (/home/ubuntu/repos/gitoxide/gix-config) | |
Compiling gix-odb v0.69.1 (/home/ubuntu/repos/gitoxide/gix-odb) | |
Compiling gix-discover v0.40.1 (/home/ubuntu/repos/gitoxide/gix-discover) | |
Compiling gix-testtools v0.16.1 (/home/ubuntu/repos/gitoxide/tests/tools) | |
Compiling gix-worktree v0.41.0 (/home/ubuntu/repos/gitoxide/gix-worktree) | |
Compiling gix-diff v0.52.1 (/home/ubuntu/repos/gitoxide/gix-diff) | |
Compiling icu_normalizer v1.5.0 | |
Compiling idna_adapter v1.2.0 | |
Compiling idna v1.0.3 | |
Compiling gix-merge v0.5.1 (/home/ubuntu/repos/gitoxide/gix-merge) | |
Compiling url v2.5.4 | |
Compiling gix-url v0.31.0 (/home/ubuntu/repos/gitoxide/gix-url) | |
Compiling gix-transport v0.47.0 (/home/ubuntu/repos/gitoxide/gix-transport) | |
Compiling gix-submodule v0.19.1 (/home/ubuntu/repos/gitoxide/gix-submodule) | |
Compiling gix-protocol v0.50.1 (/home/ubuntu/repos/gitoxide/gix-protocol) | |
Compiling gix v0.72.1 (/home/ubuntu/repos/gitoxide/gix) | |
Finished `test` profile [unoptimized + debuginfo] target(s) in 33.71s | |
──────────── | |
Nextest run ID 9b60a485-38f7-47b6-8ea5-450b6f2c32b0 with nextest profile: default | |
Starting 1 test across 4 binaries (232 tests skipped) | |
FAIL [ 0.764s] gix::gix revision::spec::from_bytes::regex::find_youngest_matching_commit::contained_string_matches | |
stdout ─── | |
running 1 test | |
test revision::spec::from_bytes::regex::find_youngest_matching_commit::contained_string_matches ... FAILED | |
failures: | |
failures: | |
revision::spec::from_bytes::regex::find_youngest_matching_commit::contained_string_matches | |
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 228 filtered out; finished in 0.76s | |
stderr ─── | |
failed to extract 'tests/fixtures/generated-archives/make_rev_spec_parse_repos.tar': Ignoring archive at 'tests/fixtures/generated-archives/make_rev_spec_parse_repos.tar' as GIX_TEST_IGNORE_ARCHIVES is set. | |
thread 'revision::spec::from_bytes::regex::find_youngest_matching_commit::contained_string_matches' panicked at gix/tests/gix/revision/spec/from_bytes/util.rs:181:13: | |
assertion `left == right` failed: :/message: left (ours) should match right (git): Ok(Spec { inner: Include(Sha1(ef80b4b77b167f326351c93284dc0eb00dd54ff4)), path: None, first_ref: None, second_ref: None, repo: Repository { kind: WorkTree { is_linked: false }, git_dir: "tests/fixtures/generated-do-not-edit/make_rev_spec_parse_repos/2818959361-unix/complex_graph/.git", workdir: Some("tests/fixtures/generated-do-not-edit/make_rev_spec_parse_repos/2818959361-unix/complex_graph") } }) | |
left: Some(Include(Sha1(ef80b4b77b167f326351c93284dc0eb00dd54ff4))) | |
right: Some(Include(Sha1(9f9eac6bd1cd4b4cc6a494f044b28c985a22972b))) | |
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace | |
──────────── | |
Summary [ 0.769s] 1 test run: 0 passed, 1 failed, 232 skipped | |
FAIL [ 0.764s] gix::gix revision::spec::from_bytes::regex::find_youngest_matching_commit::contained_string_matches | |
error: test run failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment