Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2025

Bumps parquet from 54.2.1 to 54.3.0.

Release notes

Sourced from parquet's releases.

arrow 54.3.0

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)

Changelog

Sourced from parquet's changelog.

Historical Changelog

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.0.
- [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.0)

---
updated-dependencies:
- dependency-name: parquet
  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 21, 2025
@dependabot dependabot bot requested a review from marvin-hansen as a code owner March 21, 2025 22:18
@qodo-code-review
Copy link
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 1599 indicates: "Upload failed: {"message":"Token required because branch is
protected"}". This means that the branch being used is protected in GitHub, and Codecov requires an
authentication token to upload coverage data for protected branches, but no token was provided (line
1589: "Token of length 0 detected").

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

142:  ##[group]Run set -eu
143:  �[36;1mset -eu�[0m
144:  �[36;1mif ! command -v bash >/dev/null; then�[0m
145:  �[36;1m  if grep -Eq '^ID=alpine' /etc/os-release; then�[0m
146:  �[36;1m    printf '::group::Install packages required for install-action (bash)\n'�[0m
147:  �[36;1m    # NB: sync with apk_install in main.sh�[0m
148:  �[36;1m    if command -v sudo >/dev/null; then�[0m
149:  �[36;1m      sudo apk --no-cache add bash�[0m
150:  �[36;1m    elif command -v doas >/dev/null; then�[0m
151:  �[36;1m      doas apk --no-cache add bash�[0m
152:  �[36;1m    else�[0m
153:  �[36;1m      apk --no-cache add bash�[0m
154:  �[36;1m    fi�[0m
155:  �[36;1m    printf '::endgroup::\n'�[0m
156:  �[36;1m  else�[0m
157:  �[36;1m    printf '::error::install-action requires bash\n'�[0m
158:  �[36;1m    exit 1�[0m
...

440:  �[1m�[32m   Compiling�[0m brotli v7.0.0
441:  �[1m�[32m   Compiling�[0m arrow-ipc v54.3.0
442:  �[1m�[32m   Compiling�[0m zstd v0.13.3
443:  �[1m�[32m   Compiling�[0m arrayvec v0.7.6
444:  �[1m�[32m   Compiling�[0m simdutf8 v0.1.5
445:  �[1m�[32m   Compiling�[0m seq-macro v0.3.5
446:  �[1m�[32m   Compiling�[0m deep_causality v0.7.3 (/home/runner/work/deep_causality/deep_causality/deep_causality)
447:  �[1m�[32m   Compiling�[0m parquet v54.3.0
448:  �[1m�[32m   Compiling�[0m example-starter v0.1.0 (/home/runner/work/deep_causality/deep_causality/deep_causality/examples/starter)
449:  �[1m�[32m   Compiling�[0m example-csm v0.1.0 (/home/runner/work/deep_causality/deep_causality/deep_causality/examples/csm)
450:  �[1m�[32m   Compiling�[0m example-smoking v0.1.0 (/home/runner/work/deep_causality/deep_causality/deep_causality/examples/smoking)
451:  �[1m�[32m   Compiling�[0m example-ctx v0.1.0 (/home/runner/work/deep_causality/deep_causality/deep_causality/examples/ctx)
452:  �[1m�[32m    Finished�[0m `test` profile [unoptimized + debuginfo] target(s) in 43.93s
453:  �[1m�[32m     Running�[0m unittests src/lib.rs (target/llvm-cov-target/debug/deps/dcl_data_structures-0ddd929ff57ce1f3)
454:  running 0 tests
455:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
456:  �[1m�[32m     Running�[0m tests/mod.rs (target/llvm-cov-target/debug/deps/mod-f3bab0fcbcc1a986)
...

563:  test ring_buffer::producer::single_producer_tests::test_single_producer_publish ... ok
564:  test ring_buffer::producer::single_producer_tests::test_single_producer_write ... ok
565:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_buffer_size ... ok
566:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_cache_alignment ... ok
567:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_default_implementation ... ok
568:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_different_types ... ok
569:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_get_and_set ... ok
570:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_new_ringbuffer ... ok
571:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_new_ringbuffer_non_power_of_two - should panic ... ok
572:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_new_ringbuffer_zero_capacity - should panic ... ok
573:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_optimal_batch_size ... ok
574:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_thread_safety ... ok
575:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::test_wrapping_behavior ... ok
576:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::writes_and_reads_data ... ok
577:  test ring_buffer::ringbuffer::const_array_ring_buffer_tests::writes_are_visible_across_threads ... ok
578:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_compare_exchange_failure ... ok
579:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_compare_exchange_success ... ok
580:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_concurrent_increment ... ok
581:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_concurrent_reads ... ok
582:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_default ... ok
583:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_from ... ok
584:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_get_set ... ok
585:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_increment ... ok
586:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_into ... ok
587:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_multiple_modifications ... ok
588:  test ring_buffer::sequence::atomic_sequence_ordered_tests::test_atomic_sequence_thread_safety ... ok
589:  test ring_buffer::sequence::atomic_sequence_relaxed_tests::test_atomic_sequence_clone ... ok
590:  test ring_buffer::sequence::atomic_sequence_relaxed_tests::test_atomic_sequence_compare_exchange_failure ... ok
591:  test ring_buffer::sequence::atomic_sequence_relaxed_tests::test_atomic_sequence_compare_exchange_success ... ok
...

640:  test window_type::storage_safe::window_array_tests::test_first ... ok
641:  test window_type::storage_safe::window_array_tests::test_last ... ok
642:  test window_type::storage_safe::window_array_tests::test_push ... ok
643:  test window_type::storage_safe::window_array_tests::test_slice ... ok
644:  test window_type::storage_safe::window_array_tests::test_slice_err ... ok
645:  test window_type::storage_safe::window_array_tests::test_vec ... ok
646:  test window_type::storage_safe::window_array_tests::test_vec_err ... ok
647:  test window_type::storage_safe::window_vector_stress_tests::test_vector_storage_capacity_limits ... ok
648:  test window_type::storage_safe::window_vector_stress_tests::test_vector_storage_concurrent_access ... ok
649:  test window_type::storage_safe::window_vector_stress_tests::test_vector_storage_edge_cases ... ok
650:  test window_type::storage_safe::window_vector_stress_tests::test_vector_storage_memory_behavior ... ok
651:  test window_type::storage_safe::window_vector_tests::test_arr ... ok
652:  test window_type::storage_safe::window_vector_tests::test_arr_err ... ok
653:  test window_type::storage_safe::window_vector_tests::test_edge_cases ... ok
654:  test window_type::storage_safe::window_vector_tests::test_empty ... ok
655:  test window_type::storage_safe::window_vector_tests::test_error_conditions ... ok
656:  test window_type::storage_safe::window_vector_tests::test_filled ... ok
...

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

1136:  test types::model_types::model_tests::test_assumptions ... ok
1137:  test types::model_types::model_tests::test_causaloid ... ok
1138:  test types::model_types::model_tests::test_id ... ok
1139:  test types::model_types::model_tests::test_context ... ok
1140:  test types::model_types::model_tests::test_description ... ok
1141:  test types::model_types::model_tests::test_new ... ok
1142:  test types::reasoning_types::assumption_tests::test_assumption_description ... ok
1143:  test types::reasoning_types::assumption_tests::test_assumption_id ... ok
1144:  test types::reasoning_types::assumption_tests::test_assumption_tested ... ok
1145:  test types::reasoning_types::assumption_tests::test_assumption_to_string ... ok
1146:  test types::reasoning_types::assumption_tests::test_assumption_valid ... ok
1147:  test types::reasoning_types::assumption_tests::test_verify_assumption ... ok
1148:  test types::reasoning_types::causality_graph_explaining_tests::test_explain_all_causes ... ok
1149:  test types::reasoning_types::causality_graph_explaining_tests::test_explain_subgraph_from_cause ... ok
1150:  test types::reasoning_types::causality_graph_explaining_tests::test_explain_shortest_path_between_causes ... ok
1151:  test types::reasoning_types::causality_graph_explaining_tests::test_explain_all_causes_error ... ok
1152:  test types::reasoning_types::causality_graph_explaining_tests::test_explain_subgraph_from_cause_error ... ok
1153:  test types::reasoning_types::causality_graph_reasoning_tests::test_left_imbalanced_cause_graph ... ok
1154:  test types::reasoning_types::causality_graph_reasoning_tests::test_linear_graph ... ok
1155:  test types::reasoning_types::causality_graph_reasoning_tests::test_multi_cause_graph ... ok
1156:  test types::reasoning_types::causality_graph_reasoning_tests::test_multi_layer_cause_graph ... ok
1157:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_all_causes ... ok
1158:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_shortest_path_between_causes ... ok
1159:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_all_causes_error ... ok
1160:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_shortest_path_between_causes_error ... ok
1161:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_single_cause_err_empty_graph ... ok
1162:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_single_cause_multi_data ... ok
1163:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_single_cause_single_data ... ok
1164:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_subgraph_from_cause ... ok
1165:  test types::reasoning_types::causality_graph_reasoning_tests::test_reason_subgraph_from_cause_error ... ok
1166:  test types::reasoning_types::causality_graph_reasoning_tests::test_right_imbalanced_cause_graph ... ok
...

1201:  test types::reasoning_types::inference_tests::test_question ... ok
1202:  test types::reasoning_types::inference_tests::test_target ... ok
1203:  test types::reasoning_types::inference_tests::test_threshold ... ok
1204:  test types::reasoning_types::inference_tests::test_to_string ... ok
1205:  test types::reasoning_types::observation_tests::test_effect_id ... ok
1206:  test types::reasoning_types::causaloid_tests::test_from_causal_graph ... ok
1207:  test types::reasoning_types::observation_tests::test_effect_observed ... ok
1208:  test types::reasoning_types::observation_tests::test_effect_to_string ... ok
1209:  test utils::math_utils_tests::test_abs_num_neg ... ok
1210:  test types::reasoning_types::causaloid_tests::test_causal_graph ... ok
1211:  test utils::math_utils_tests::test_abs_num_pos ... ok
1212:  test types::reasoning_types::causaloid_tests::test_from_causal_graph_with_context ... ok
1213:  test utils::math_utils_tests::test_sum_float ... ok
1214:  test utils::math_utils_tests::test_sum_int ... ok
1215:  test utils::time_utils_tests::test_time ... ok
1216:  test result: ok. 490 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
1217:  �[1m�[32m     Running�[0m unittests src/lib.rs (target/llvm-cov-target/debug/deps/deep_causality_macros-56ad6d0831f3cae9)
1218:  running 0 tests
1219:  test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1220:  �[1m�[32m     Running�[0m tests/collections_tests.rs (target/llvm-cov-target/debug/deps/collections_tests-d4d285ca9b2e1e8f)
1221:  running 4 tests
1222:  test test_get_all_items ... ok
1223:  test test_is_empty ... ok
1224:  test test_len ... ok
1225:  test test_to_vec ... ok
1226:  test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1227:  �[1m�[32m     Running�[0m tests/constructor_tests.rs (target/llvm-cov-target/debug/deps/constructor_tests-ba176dc7b2b0e837)
1228:  running 10 tests
1229:  test test_cfg_attr_lint ... ok
1230:  test test_custom_field_value ... ok
1231:  test test_derive_enum ... ok
1232:  test test_derive_struct ... ok
1233:  test test_generic_with_bounds ... ok
1234:  test test_lint_attrs ... ok
1235:  test test_multiple_field_attrs ... ok
1236:  test test_unit_struct ... ok
1237:  test test_ref ... ok
1238:  test test_unnamed_fields ... ok
1239:  test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1240:  �[1m�[32m     Running�[0m tests/getters_tests.rs (target/llvm-cov-target/debug/deps/getters_tests-14de3ebcd629decb)
1241:  running 6 tests
1242:  test test_basic_getters ... ok
1243:  test test_custom_getter_name ... ok
1244:  test test_empty_struct ... ok
1245:  test test_generic_with_bounds ... ok
1246:  test test_generic_types ... ok
1247:  test test_multiple_custom_names ... ok
1248:  test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
1249:  �[1m�[32m     Running�[0m tests/mod.rs (target/llvm-cov-target/debug/deps/mod-355b91e7a350e6cb)
...

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

1511:  CC_SHA: 5fcae166d0f1ede4e82bf530f2886b2d4e3c0fbd
1512:  CC_PR: 
1513:  CC_BASE_SHA: 
1514:  CC_BINARY: 
1515:  CC_BUILD: 
1516:  CC_BUILD_URL: 
1517:  CC_CODE: 
1518:  CC_DIR: 
1519:  CC_DISABLE_FILE_FIXES: false
1520:  CC_DISABLE_SEARCH: false
1521:  CC_DISABLE_TELEM: false
1522:  CC_DRY_RUN: false
1523:  CC_ENTERPRISE_URL: 
1524:  CC_ENV: 
1525:  CC_EXCLUDES: 
1526:  CC_FAIL_ON_ERROR: true
1527:  CC_FILES: lcov.info
...

1576:  gpg: Total number processed: 1
1577:  gpg:               imported: 1
1578:  �[0;32m==>�[0m Verifying GPG signature integrity
1579:  �[0;32m ->�[0m Downloading �[0;36mhttps://cli.codecov.io/latest/linux/codecov.SHA256SUM�[0m
1580:  �[0;32m ->�[0m Downloading �[0;36mhttps://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig�[0m
1581:  gpg: Signature made Wed Mar 12 16:00:55 2025 UTC
1582:  gpg:                using RSA key 27034E7FDB850E0BBC2C62FF806BB28AED779869
1583:  gpg: Good signature from "Codecov Uploader (Codecov Uploader Verification Key) <security@codecov.io>" [unknown]
1584:  gpg: WARNING: This key is not certified with a trusted signature!
1585:  gpg:          There is no indication that the signature belongs to the owner.
1586:  Primary key fingerprint: 2703 4E7F DB85 0E0B BC2C  62FF 806B B28A ED77 9869
1587:  codecov: OK
1588:  �[0;32m==>�[0m CLI integrity verified
1589:  �[0;32m ->�[0m Token of length 0 detected
1590:  �[0;32m==>�[0m Running upload-coverage
1591:  �[0;36m./codecov  upload-coverage --fail-on-error --git-service github --sha 5fcae166d0f1ede4e82bf530f2886b2d4e3c0fbd --file lcov.info --gcov-executable gcov�[0m
1592:  info - 2025-03-21 22:19:17,712 -- ci service found: github-actions
1593:  warning - 2025-03-21 22:19:17,736 -- xcrun is not installed or can't be found.
1594:  warning - 2025-03-21 22:19:17,769 -- No gcov data found.
1595:  warning - 2025-03-21 22:19:17,769 -- coverage.py is not installed or can't be found.
1596:  info - 2025-03-21 22:19:17,853 -- Found 1 coverage files to report
1597:  info - 2025-03-21 22:19:17,854 -- > /home/runner/work/deep_causality/deep_causality/lcov.info
1598:  info - 2025-03-21 22:19:18,151 -- Process Upload complete
1599:  error - 2025-03-21 22:19:18,151 -- Upload failed: {"message":"Token required because branch is protected"}
1600:  �[0;31m==> Failed to run upload-coverage�[0m
1601:  �[0;31m    Exiting...�[0m
1602:  ##[error]Process completed with exit code 1.
1603:  Post job cleanup.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

Superseded by #200.

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/cargo/parquet-54.3.0 branch March 31, 2025 23:14
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