Skip to content

Bump parquet from 54.2.1 to 54.3.1#200

Merged
marvin-hansen merged 1 commit intomainfrom
dependabot/cargo/parquet-54.3.1
Apr 3, 2025
Merged

Bump parquet from 54.2.1 to 54.3.1#200
marvin-hansen merged 1 commit intomainfrom
dependabot/cargo/parquet-54.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 31, 2025

Bumps parquet from 54.2.1 to 54.3.1.

Release notes

Sourced from parquet's releases.

arrow 54.3.1

Changelog

54.3.1 (2025-03-26)

Full Changelog

Fixed bugs:

  • Round trip encoding of list of fixed list fails when offset is not zero #7315

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

arrow 54.3.0

... (truncated)

Changelog

Sourced from parquet's changelog.

Historical Changelog

54.3.0 (2025-03-17)

Full Changelog

Implemented enhancements:

  • Using column chunk offset index in InMemoryRowGroup::fetch #7300
  • Support reading parquet with modular encryption #7296 [parquet]
  • Add example for how to read/write encrypted parquet files #7281 [parquet]
  • Have writer return parsed ParquetMetadata #7254 [parquet]
  • feat: Support Utf8View in JSON reader #7244 [arrow]
  • StructBuilder should provide a way to get a &dyn ArrayBuilder of a field builder #7193 [arrow]
  • Support div_wrapping/rem_wrapping for numeric arithmetic kernels #7158 [arrow]
  • Improve RleDecoder performance #7195 [parquet] (Dandandan)
  • Improve arrow-json deserialization performance by 30% #7157 [arrow] (mwylde)
  • Add with_skip_validation flag to IPC StreamReader, FileReader and FileDecoder #7120 [arrow] (alamb)

Fixed bugs:

  • Archery integration CI test is failing on main: error: package half v2.5.0 cannot be built because it requires rustc 1.81 or newer, while the currently active rustc version is 1.77.2 #7291
  • MSRV CI check is failing on main #7289
  • Incorrect IPC schema encoding for multiple dictionaries #7058 [arrow] [arrow-flight]

Documentation updates:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [parquet](https://github.com/apache/arrow-rs) from 54.2.1 to 54.3.1.
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@54.2.1...54.3.1)

---
updated-dependencies:
- dependency-name: parquet
  dependency-version: 54.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 31, 2025
@dependabot dependabot Bot requested a review from marvin-hansen as a code owner March 31, 2025 23:14
@qodo-code-review
Copy link
Copy Markdown
Contributor

Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here.

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: coverage

Failed stage: Upload coverage to Codecov [❌]

Failure summary:

The action failed because the Codecov upload process couldn't complete successfully. The error
message at line 1583 indicates: "Upload failed: {"message":"Token required because branch is
protected"}". This means that the branch being used in this PR is protected, and Codecov requires an
authentication token to upload coverage data for protected branches, but no token was provided (line
1573 shows "Token of length 0 detected").

Relevant error logs:
1:  ##[group]Operating System
2:  Ubuntu
...

126:  ##[group]Run set -eu
127:  �[36;1mset -eu�[0m
128:  �[36;1mif ! command -v bash >/dev/null; then�[0m
129:  �[36;1m  if grep -Eq '^ID=alpine' /etc/os-release; then�[0m
130:  �[36;1m    printf '::group::Install packages required for install-action (bash)\n'�[0m
131:  �[36;1m    # NB: sync with apk_install in main.sh�[0m
132:  �[36;1m    if command -v sudo >/dev/null; then�[0m
133:  �[36;1m      sudo apk --no-cache add bash�[0m
134:  �[36;1m    elif command -v doas >/dev/null; then�[0m
135:  �[36;1m      doas apk --no-cache add bash�[0m
136:  �[36;1m    else�[0m
137:  �[36;1m      apk --no-cache add bash�[0m
138:  �[36;1m    fi�[0m
139:  �[36;1m    printf '::endgroup::\n'�[0m
140:  �[36;1m  else�[0m
141:  �[36;1m    printf '::error::install-action requires bash\n'�[0m
142:  �[36;1m    exit 1�[0m
...

424:  �[1m�[32m   Compiling�[0m brotli v7.0.0
425:  �[1m�[32m   Compiling�[0m arrow-ipc v54.3.1
426:  �[1m�[32m   Compiling�[0m zstd v0.13.3
427:  �[1m�[32m   Compiling�[0m arrayvec v0.7.6
428:  �[1m�[32m   Compiling�[0m simdutf8 v0.1.5
429:  �[1m�[32m   Compiling�[0m seq-macro v0.3.5
430:  �[1m�[32m   Compiling�[0m parquet v54.3.1
431:  �[1m�[32m   Compiling�[0m deep_causality v0.7.3 (/home/runner/work/deep_causality/deep_causality/deep_causality)
432:  �[1m�[32m   Compiling�[0m example-starter v0.1.0 (/home/runner/work/deep_causality/deep_causality/deep_causality/examples/starter)
433:  �[1m�[32m   Compiling�[0m example-smoking v0.1.0 (/home/runner/work/deep_causality/deep_causality/deep_causality/examples/smoking)
434:  �[1m�[32m   Compiling�[0m example-csm v0.1.0 (/home/runner/work/deep_causality/deep_causality/deep_causality/examples/csm)
435:  �[1m�[32m   Compiling�[0m example-ctx v0.1.0 (/home/runner/work/deep_causality/deep_causality/deep_causality/examples/ctx)
436:  �[1m�[32m    Finished�[0m `test` profile [unoptimized + debuginfo] target(s) in 45.44s
437:  �[1m�[32m     Running�[0m unittests src/lib.rs (target/llvm-cov-target/debug/deps/dcl_data_structures-0ddd929ff57ce1f3)
438:  running 0 tests
439:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
440:  �[1m�[32m     Running�[0m tests/mod.rs (target/llvm-cov-target/debug/deps/mod-f3bab0fcbcc1a986)
...

547:  test ring_buffer::producer::single_producer_tests::test_single_producer_publish ... ok
548:  test ring_buffer::producer::single_producer_tests::test_single_producer_write ... ok
549:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_buffer_size ... ok
550:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_cache_alignment ... ok
551:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_default_implementation ... ok
552:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_different_types ... ok
553:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_get_and_set ... ok
554:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_new_ringbuffer ... ok
555:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_new_ringbuffer_non_power_of_two - should panic ... ok
556:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_new_ringbuffer_zero_capacity - should panic ... ok
557:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_optimal_batch_size ... ok
558:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_thread_safety ... ok
559:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_wrapping_behavior ... ok
560:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::writes_and_reads_data ... ok
561:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::writes_are_visible_across_threads ... ok
562:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_compare_exchange_failure ... ok
563:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_compare_exchange_success ... ok
564:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_concurrent_increment ... ok
565:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_concurrent_reads ... ok
566:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_default ... ok
567:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_from ... ok
568:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_get_set ... ok
569:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_increment ... ok
570:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_into ... ok
571:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_multiple_modifications ... ok
572:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_thread_safety ... ok
573:  test ring_buffer::sequence::atomic_sequence_relaxed_tests::test_atomic_sequence_clone ... ok
574:  test ring_buffer::sequence::atomic_sequence_relaxed_tests::test_atomic_sequence_compare_exchange_failure ... ok
575:  test ring_buffer::sequence::atomic_sequence_relaxed_tests::test_atomic_sequence_compare_exchange_success ... ok
...

624:  test window_type::storage_safe::window_array_tests::test_first ... ok
625:  test window_type::storage_safe::window_array_tests::test_last ... ok
626:  test window_type::storage_safe::window_array_tests::test_push ... ok
627:  test window_type::storage_safe::window_array_tests::test_slice ... ok
628:  test window_type::storage_safe::window_array_tests::test_slice_err ... ok
629:  test window_type::storage_safe::window_array_tests::test_vec ... ok
630:  test window_type::storage_safe::window_array_tests::test_vec_err ... ok
631:  test window_type::storage_safe::window_vector_stress_tests::test_vector_storage_capacity_limits ... ok
632:  test window_type::storage_safe::window_vector_stress_tests::test_vector_storage_concurrent_access ... ok
633:  test window_type::storage_safe::window_vector_stress_tests::test_vector_storage_edge_cases ... ok
634:  test window_type::storage_safe::window_vector_stress_tests::test_vector_storage_memory_behavior ... ok
635:  test window_type::storage_safe::window_vector_tests::test_arr ... ok
636:  test window_type::storage_safe::window_vector_tests::test_arr_err ... ok
637:  test window_type::storage_safe::window_vector_tests::test_edge_cases ... ok
638:  test window_type::storage_safe::window_vector_tests::test_empty ... ok
639:  test window_type::storage_safe::window_vector_tests::test_error_conditions ... ok
640:  test window_type::storage_safe::window_vector_tests::test_filled ... ok
...

689:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_push ... ok
690:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_rapid_pushes ... ok
691:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_push_beyond_capacity ... ok
692:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_rewind_behavior ... ok
693:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_sequential_push ... ok
694:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_slice ... ok
695:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_slice_err ... ok
696:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_vec ... ok
697:  test window_type::storage_unsafe::window_vector_stress_tests::test_vector_storage_capacity_limits ... ok
698:  test window_type::storage_unsafe::window_unsafe_vector_tests::test_vec_err ... ok
699:  test window_type::storage_unsafe::window_vector_stress_tests::test_vector_storage_edge_cases ... ok
700:  test window_type::storage_unsafe::window_vector_stress_tests::test_vector_storage_memory_behavior ... ok
701:  test window_type::storage_unsafe::window_vector_stress_tests::test_vector_storage_concurrent_access ... ok
702:  test ring_buffer::wait_strategy::spinloop_wait_strategy_tests::test_spinloop_wait_strategy_stress ... ok
703:  test ring_buffer::wait_strategy::spinloop_wait_strategy_tests::test_spinloop_wait_strategy_concurrent ... ok
704:  test result: ok. 262 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
705:  �[1m�[32m     Running�[0m unittests src/lib.rs (target/llvm-cov-target/debug/deps/deep_causality-f1a988dd64a8793f)
706:  running 0 tests
707:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
708:  �[1m�[32m     Running�[0m tests/mod.rs (target/llvm-cov-target/debug/deps/mod-6e5763be4eb0ef11)
709:  running 490 tests
710:  test errors::action_error_tests::test_action_error_debug ... ok
711:  test errors::action_error_tests::test_action_error_display ... ok
712:  test errors::action_error_tests::test_action_error_is_error ... ok
713:  test errors::action_error_tests::test_action_error_creation ... ok
714:  test errors::adjustment_error_tests::test_adjustment_error_creation ... ok
715:  test errors::adjustment_error_tests::test_adjustment_error_debug ... ok
716:  test errors::adjustment_error_tests::test_adjustment_error_is_error ... ok
717:  test errors::adjustment_error_tests::test_adjustment_error_display ... ok
718:  test errors::build_error_tests::test_build_error_creation ... ok
719:  test errors::build_error_tests::test_build_error_debug ... ok
720:  test errors::build_error_tests::test_build_error_display ... ok
721:  test errors::build_error_tests::test_build_error_is_error ... ok
722:  test errors::causal_graph_index_error_tests::test_causal_graph_index_error_creation ... ok
723:  test errors::causal_graph_index_error_tests::test_causal_graph_index_error_debug ... ok
724:  test errors::causal_graph_index_error_tests::test_causal_graph_index_error_display ... ok
725:  test errors::causal_graph_index_error_tests::test_causal_graph_index_error_is_error ... ok
726:  test errors::causality_error_tests::test_causality_error_creation ... ok
727:  test errors::causality_error_tests::test_causality_error_debug ... ok
728:  test errors::causality_error_tests::test_causality_error_display ... ok
729:  test errors::causality_error_tests::test_causality_error_is_error ... ok
730:  test errors::causality_graph_error_tests::test_causality_graph_error_creation ... ok
731:  test errors::causality_graph_error_tests::test_causality_graph_error_debug ... ok
732:  test errors::causality_graph_error_tests::test_causality_graph_error_display ... ok
733:  test errors::causality_graph_error_tests::test_causality_graph_error_is_error ... ok
734:  test errors::context_index_error_tests::test_context_index_error_creation ... ok
735:  test errors::context_index_error_tests::test_context_index_error_debug ... ok
736:  test errors::context_index_error_tests::test_context_index_error_display ... ok
737:  test errors::context_index_error_tests::test_context_index_error_is_error ... ok
738:  test errors::update_error_tests::test_update_error_creation ... ok
739:  test errors::update_error_tests::test_update_error_debug ... ok
740:  test errors::update_error_tests::test_update_error_display ... ok
741:  test errors::update_error_tests::test_update_error_is_error ... ok
742:  test extensions::assumable::assumable_arr_tests::test_all_assumptions_tested ... ok
...

1119:  test types::model_types::model_tests::test_assumptions ... ok
1120:  test types::model_types::model_tests::test_author ... ok
1121:  test types::model_types::model_tests::test_context ... ok
1122:  test types::model_types::model_tests::test_causaloid ... ok
1123:  test types::model_types::model_tests::test_description ... ok
1124:  test types::model_types::model_tests::test_id ... ok
1125:  test types::model_types::model_tests::test_new ... ok
1126:  test types::reasoning_types::assumption_tests::test_assumption_description ... ok
1127:  test types::reasoning_types::assumption_tests::test_assumption_id ... ok
1128:  test types::reasoning_types::assumption_tests::test_assumption_tested ... ok
1129:  test types::reasoning_types::assumption_tests::test_assumption_valid ... ok
1130:  test types::reasoning_types::assumption_tests::test_verify_assumption ... ok
1131:  test types::reasoning_types::assumption_tests::test_assumption_to_string ... ok
1132:  test types::reasoning_types::causality_graph_explaining_tests::test_explain_all_causes ... ok
1133:  test types::reasoning_types::causality_graph_explaining_tests::test_explain_subgraph_from_cause ... ok
1134:  test types::reasoning_types::causality_graph_explaining_tests::test_explain_all_causes_error ... ok
1135:  test types::reasoning_types::causality_graph_explaining_tests::test_explain_shortest_path_between_causes ... ok
1136:  test types::reasoning_types::causality_graph_explaining_tests::test_explain_subgraph_from_cause_error ... ok
1137:  test types::reasoning_types::causality_graph_reasoning_tests::test_left_imbalanced_cause_graph ... ok
1138:  test types::reasoning_types::causality_graph_reasoning_tests::test_linear_graph ... ok
1139:  test types::reasoning_types::causality_graph_reasoning_tests::test_multi_layer_cause_graph ... ok
1140:  test types::reasoning_types::causality_graph_reasoning_tests::test_multi_cause_graph ... ok
1141:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_all_causes ... ok
1142:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_all_causes_error ... ok
1143:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_shortest_path_between_causes ... ok
1144:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_shortest_path_between_causes_error ... ok
1145:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_single_cause_err_empty_graph ... ok
1146:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_single_cause_multi_data ... ok
1147:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_single_cause_single_data ... ok
1148:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_subgraph_from_cause ... ok
1149:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_subgraph_from_cause_error ... ok
1150:  test types::reasoning_types::causality_graph_tests::test_add_causaloid ... ok
...

1185:  test types::reasoning_types::inference_tests::test_question ... ok
1186:  test types::reasoning_types::inference_tests::test_target ... ok
1187:  test types::reasoning_types::inference_tests::test_threshold ... ok
1188:  test types::reasoning_types::inference_tests::test_to_string ... ok
1189:  test types::reasoning_types::observation_tests::test_effect_id ... ok
1190:  test types::reasoning_types::observation_tests::test_effect_observed ... ok
1191:  test types::reasoning_types::observation_tests::test_effect_to_string ... ok
1192:  test utils::math_utils_tests::test_abs_num_neg ... ok
1193:  test utils::math_utils_tests::test_abs_num_pos ... ok
1194:  test utils::math_utils_tests::test_sum_float ... ok
1195:  test utils::math_utils_tests::test_sum_int ... ok
1196:  test utils::time_utils_tests::test_time ... ok
1197:  test types::reasoning_types::causaloid_tests::test_causal_graph ... ok
1198:  test types::reasoning_types::causaloid_tests::test_from_causal_graph ... ok
1199:  test types::reasoning_types::causaloid_tests::test_from_causal_graph_with_context ... ok
1200:  test result: ok. 490 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
1201:  �[1m�[32m     Running�[0m unittests src/lib.rs (target/llvm-cov-target/debug/deps/deep_causality_macros-56ad6d0831f3cae9)
1202:  running 0 tests
1203:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1204:  �[1m�[32m     Running�[0m tests/collections_tests.rs (target/llvm-cov-target/debug/deps/collections_tests-d4d285ca9b2e1e8f)
1205:  running 4 tests
1206:  test test_get_all_items ... ok
1207:  test test_is_empty ... ok
1208:  test test_len ... ok
1209:  test test_to_vec ... ok
1210:  test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1211:  �[1m�[32m     Running�[0m tests/constructor_tests.rs (target/llvm-cov-target/debug/deps/constructor_tests-ba176dc7b2b0e837)
1212:  running 10 tests
1213:  test test_cfg_attr_lint ... ok
1214:  test test_custom_field_value ... ok
1215:  test test_derive_enum ... ok
1216:  test test_derive_struct ... ok
1217:  test test_generic_with_bounds ... ok
1218:  test test_lint_attrs ... ok
1219:  test test_multiple_field_attrs ... ok
1220:  test test_unit_struct ... ok
1221:  test test_unnamed_fields ... ok
1222:  test test_ref ... ok
1223:  test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1224:  �[1m�[32m     Running�[0m tests/getters_tests.rs (target/llvm-cov-target/debug/deps/getters_tests-14de3ebcd629decb)
1225:  running 6 tests
1226:  test test_basic_getters ... ok
1227:  test test_custom_getter_name ... ok
1228:  test test_empty_struct ... ok
1229:  test test_generic_types ... ok
1230:  test test_generic_with_bounds ... ok
1231:  test test_multiple_custom_names ... ok
1232:  test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1233:  �[1m�[32m     Running�[0m tests/mod.rs (target/llvm-cov-target/debug/deps/mod-355b91e7a350e6cb)
...

1240:  test constructor_tests::test_custom_field_value ... ok
1241:  test constructor_tests::test_derive_enum ... ok
1242:  test constructor_tests::test_derive_struct ... ok
1243:  test constructor_tests::test_lint_attrs ... ok
1244:  test constructor_tests::test_multiple_field_attrs ... ok
1245:  test constructor_tests::test_generic_with_bounds ... ok
1246:  test constructor_tests::test_ref ... ok
1247:  test constructor_tests::test_unit_struct ... ok
1248:  test constructor_tests::test_unnamed_fields ... ok
1249:  test getters_tests::test_basic_getters ... ok
1250:  test getters_tests::test_custom_getter_name ... ok
1251:  test getters_tests::test_empty_struct ... ok
1252:  test getters_tests::test_generic_types ... ok
1253:  test getters_tests::test_generic_with_bounds ... ok
1254:  test getters_tests::test_multiple_custom_names ... ok
1255:  test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1256:  �[1m�[32m     Running�[0m unittests src/main.rs (target/llvm-cov-target/debug/deps/example_csm-563901e908057b28)
1257:  running 0 tests
1258:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1259:  �[1m�[32m     Running�[0m unittests src/main.rs (target/llvm-cov-target/debug/deps/example_ctx-bc6c0160850bd17c)
1260:  running 0 tests
1261:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1262:  �[1m�[32m     Running�[0m unittests src/main.rs (target/llvm-cov-target/debug/deps/example_smoking-9046dd71dd71c923)
1263:  running 0 tests
1264:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1265:  �[1m�[32m     Running�[0m unittests src/main.rs (target/llvm-cov-target/debug/deps/example_starter-af2b91eb5fe4ce68)
1266:  running 0 tests
1267:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1268:  �[1m�[32m     Running�[0m unittests src/lib.rs (target/llvm-cov-target/debug/deps/ultragraph-00b60f52743b50ef)
1269:  running 0 tests
1270:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1271:  �[1m�[32m     Running�[0m tests/constructor_tests.rs (target/llvm-cov-target/debug/deps/constructor_tests-f67c5276fd58d261)
1272:  running 4 tests
1273:  test test_default ... ok
1274:  test test_new ... ok
1275:  test test_new_with_matrix_storage ... ok
1276:  test test_with_capacity ... ok
1277:  test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1278:  �[1m�[32m     Running�[0m tests/error_tests.rs (target/llvm-cov-target/debug/deps/error_tests-27bd83206c36670b)
1279:  running 1 test
1280:  test test_ultra_graph_error ... ok
1281:  test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1282:  �[1m�[32m     Running�[0m tests/graph_like_tests.rs (target/llvm-cov-target/debug/deps/graph_like_tests-1687ccc5c69853ac)
1283:  running 13 tests
1284:  test test_add_edge ... ok
1285:  test test_add_edge_error ... ok
1286:  test test_add_edge_with_weight_error ... ok
1287:  test test_add_edge_with_weight_err ... ok
1288:  test test_contains_edge ... ok
1289:  test test_add_node ... ok
1290:  test test_contains_node ... ok
1291:  test test_get_node ... ok
1292:  test test_get_node_error ... ok
1293:  test test_remove_edge_error ... ok
1294:  test test_remove_node ... ok
1295:  test test_remove_node_error ... ok
1296:  test test_remove_edge ... ok
1297:  test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1298:  �[1m�[32m     Running�[0m tests/graph_outgoing_edges_tests.rs (target/llvm-cov-target/debug/deps/graph_outgoing_edges_tests-bf7db175a3b7af93)
1299:  running 2 tests
1300:  test test_outgoing_edges_error ... ok
1301:  test test_outgoing_edges ... ok
1302:  test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1303:  �[1m�[32m     Running�[0m tests/graph_root_tests.rs (target/llvm-cov-target/debug/deps/graph_root_tests-05db0534f8af7a15)
1304:  running 5 tests
1305:  test test_add_root_node ... ok
1306:  test test_contains_root_node ... ok
1307:  test test_get_last_index ... ok
1308:  test test_get_root_index ... ok
1309:  test test_get_root_node ... ok
1310:  test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1311:  �[1m�[32m     Running�[0m tests/graph_shortest_path_tests.rs (target/llvm-cov-target/debug/deps/graph_shortest_path_tests-ce93d63388678b2c)
1312:  running 2 tests
1313:  test test_shortest_path_error ... ok
1314:  test test_shortest_path ... ok
1315:  test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1316:  �[1m�[32m     Running�[0m tests/graph_storage_tests.rs (target/llvm-cov-target/debug/deps/graph_storage_tests-eab0ec00a1f14e88)
1317:  running 9 tests
1318:  test test_clear ... ok
1319:  test test_get_all_nodes ... ok
1320:  test test_get_all_nodes_empty ... ok
1321:  test test_get_get_all_edges ... ok
1322:  test test_get_get_all_edges_empty ... ok
1323:  test test_is_empty ... ok
1324:  test test_number_edges ... ok
1325:  test test_number_nodes ... ok
1326:  test test_size ... ok
1327:  test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1328:  �[1m�[32m     Running�[0m tests/mod.rs (target/llvm-cov-target/debug/deps/mod-2030c45f5d7c6b04)
1329:  running 36 tests
1330:  test constructor_tests::test_default ... ok
1331:  test constructor_tests::test_new ... ok
1332:  test error_tests::test_ultra_graph_error ... ok
1333:  test graph_like_tests::test_add_edge ... ok
1334:  test graph_like_tests::test_add_edge_error ... ok
1335:  test constructor_tests::test_new_with_matrix_storage ... ok
1336:  test graph_like_tests::test_add_edge_with_weight_err ... ok
1337:  test constructor_tests::test_with_capacity ... ok
1338:  test graph_like_tests::test_add_node ... ok
1339:  test graph_like_tests::test_get_node ... ok
1340:  test graph_like_tests::test_contains_edge ... ok
1341:  test graph_like_tests::test_contains_node ... ok
1342:  test graph_like_tests::test_get_node_error ... ok
1343:  test graph_like_tests::test_add_edge_with_weight_error ... ok
1344:  test graph_like_tests::test_remove_edge_error ... ok
1345:  test graph_like_tests::test_remove_node ... ok
1346:  test graph_like_tests::test_remove_node_error ... ok
1347:  test graph_outgoing_edges_tests::test_outgoing_edges ... ok
1348:  test graph_root_tests::test_add_root_node ... ok
1349:  test graph_root_tests::test_contains_root_node ... ok
1350:  test graph_outgoing_edges_tests::test_outgoing_edges_error ... ok
1351:  test graph_like_tests::test_remove_edge ... ok
1352:  test graph_root_tests::test_get_last_index ... ok
1353:  test graph_root_tests::test_get_root_node ... ok
1354:  test graph_root_tests::test_get_root_index ... ok
1355:  test graph_shortest_path_tests::test_shortest_path ... ok
1356:  test graph_shortest_path_tests::test_shortest_path_error ... ok
1357:  test graph_storage_tests::test_clear ... ok
1358:  test graph_storage_tests::test_get_all_nodes ... ok
1359:  test graph_storage_tests::test_get_all_nodes_empty ... ok
1360:  test graph_storage_tests::test_get_get_all_edges ... ok
1361:  test graph_storage_tests::test_get_get_all_edges_empty ... ok
1362:  test graph_storage_tests::test_is_empty ... ok
1363:  test graph_storage_tests::test_number_edges ... ok
1364:  test graph_storage_tests::test_number_nodes ... ok
1365:  test graph_storage_tests::test_size ... ok
1366:  test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1367:  Finished report saved to lcov.info
1368:  ##[group]Run codecov/codecov-action@v5.4.0
1369:  with:
1370:  files: lcov.info
1371:  fail_ci_if_error: true
1372:  disable_file_fixes: false
...

1495:  CC_SHA: 8ed87db98bcca9e70db99d600e5273571d39b9d5
1496:  CC_PR: 
1497:  CC_BASE_SHA: 
1498:  CC_BINARY: 
1499:  CC_BUILD: 
1500:  CC_BUILD_URL: 
1501:  CC_CODE: 
1502:  CC_DIR: 
1503:  CC_DISABLE_FILE_FIXES: false
1504:  CC_DISABLE_SEARCH: false
1505:  CC_DISABLE_TELEM: false
1506:  CC_DRY_RUN: false
1507:  CC_ENTERPRISE_URL: 
1508:  CC_ENV: 
1509:  CC_EXCLUDES: 
1510:  CC_FAIL_ON_ERROR: true
1511:  CC_FILES: lcov.info
...

1560:  gpg: Total number processed: 1
1561:  gpg:               imported: 1
1562:  �[0;32m==>�[0m Verifying GPG signature integrity
1563:  �[0;32m ->�[0m Downloading �[0;36mhttps://cli.codecov.io/latest/linux/codecov.SHA256SUM�[0m
1564:  �[0;32m ->�[0m Downloading �[0;36mhttps://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig�[0m
1565:  gpg: Signature made Tue Mar 25 17:04:28 2025 UTC
1566:  gpg:                using RSA key 27034E7FDB850E0BBC2C62FF806BB28AED779869
1567:  gpg: Good signature from "Codecov Uploader (Codecov Uploader Verification Key) <security@codecov.io>" [unknown]
1568:  gpg: WARNING: This key is not certified with a trusted signature!
1569:  gpg:          There is no indication that the signature belongs to the owner.
1570:  Primary key fingerprint: 2703 4E7F DB85 0E0B BC2C  62FF 806B B28A ED77 9869
1571:  codecov: OK
1572:  �[0;32m==>�[0m CLI integrity verified
1573:  �[0;32m ->�[0m Token of length 0 detected
1574:  �[0;32m==>�[0m Running upload-coverage
1575:  �[0;36m./codecov  upload-coverage --fail-on-error --git-service github --sha 8ed87db98bcca9e70db99d600e5273571d39b9d5 --file lcov.info --gcov-executable gcov�[0m
1576:  info - 2025-03-31 23:15:21,925 -- ci service found: github-actions
1577:  warning - 2025-03-31 23:15:21,949 -- xcrun is not installed or can't be found.
1578:  warning - 2025-03-31 23:15:21,983 -- No gcov data found.
1579:  warning - 2025-03-31 23:15:21,984 -- coverage.py is not installed or can't be found.
1580:  info - 2025-03-31 23:15:22,070 -- Found 1 coverage files to report
1581:  info - 2025-03-31 23:15:22,070 -- > /home/runner/work/deep_causality/deep_causality/lcov.info
1582:  info - 2025-03-31 23:15:22,406 -- Process Upload complete
1583:  error - 2025-03-31 23:15:22,406 -- Upload failed: {"message":"Token required because branch is protected"}
1584:  Sentry is attempting to send 2 pending events
1585:  Waiting up to 2 seconds
1586:  Press Ctrl-C to quit
1587:  �[0;31m==> Failed to run upload-coverage�[0m
1588:  �[0;31m    Exiting...�[0m
1589:  ##[error]Process completed with exit code 1.
1590:  Post job cleanup.

@marvin-hansen marvin-hansen merged commit 2cb7149 into main Apr 3, 2025
8 of 9 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/parquet-54.3.1 branch April 3, 2025 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant