Parent Log:
http://ci.aztec-labs.com/d447f9a13417abbf
Command: eeaced0e346c0d38 noir/scripts/run_test.sh stdlib_tests-50e00d53b0cad07b run_stdlib_tests::true_i64_max_expects
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/71fe6b444df8fafa5531226cf458dbd22d2f3ab7
Env: REF_NAME=gh-readonly-queue/master/pr-15117-c06f30929f18b85bcea93c0926a8d640a3819f00 CURRENT_VERSION=0.87.8 CI_FULL=1
Date: Tue Jun 17 19:34:46 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15117_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_53bf29c1a2e31c1e_master
19:34:46
19:34:46 running 1 test
19:34:47 [stdlib] Testing hash::assert_pedersen...
ok
19:34:47 [stdlib] Testing array::check_shuffle::test::test_shuffle...
ok
19:34:47 [stdlib] Testing array::check_shuffle::test::test_shuffle_compound_struct...
ok
19:34:47 [stdlib] Testing array::check_shuffle::test::test_shuffle_duplicates...
ok
19:34:47 [stdlib] Testing array::check_shuffle::test::test_shuffle_fail...
ok
19:34:47 [stdlib] Testing array::check_shuffle::test::test_shuffle_identity...
ok
19:34:47 [stdlib] Testing array::test::concat...
ok
19:34:47 [stdlib] Testing array::test::concat_something_with_zero_length...
ok
19:34:47 [stdlib] Testing array::test::concat_zero_length_with_something...
ok
19:34:47 [stdlib] Testing array::test::concat_zero_lengths...
ok
19:34:47 [stdlib] Testing array::test::for_each_empty...
ok
19:34:47 [stdlib] Testing array::test::for_each_example...
ok
19:34:47 [stdlib] Testing array::test::for_eachi_empty...
ok
19:34:47 [stdlib] Testing array::test::for_eachi_example...
ok
19:34:47 [stdlib] Testing array::test::map_empty...
ok
19:34:47 [stdlib] Testing array::test::map_example...
ok
19:34:47 [stdlib] Testing array::test::mapi_empty...
ok
19:34:47 [stdlib] Testing array::test::mapi_example...
ok
19:34:47 [stdlib] Testing array::test::test_sort...
ok
19:34:47 [stdlib] Testing array::test::test_sort_100_values...
ok
19:34:47 [stdlib] Testing array::test::test_sort_100_values_comptime...
ok
19:34:47 [stdlib] Testing array::test::test_sort_via...
ok
19:34:47 [stdlib] Testing array::test::test_sort_via_100_values...
ok
19:34:47 [stdlib] Testing slice::test::for_each_empty...
ok
19:34:47 [stdlib] Testing slice::test::for_each_example...
ok
19:34:47 [stdlib] Testing slice::test::for_eachi_empty...
ok
19:34:47 [stdlib] Testing slice::test::for_eachi_example...
ok
19:34:47 [stdlib] Testing slice::test::map_empty...
ok
19:34:47 [stdlib] Testing slice::test::map_example...
ok
19:34:47 [stdlib] Testing slice::test::mapi_empty...
ok
19:34:47 [stdlib] Testing slice::test::mapi_example...
ok
19:34:47 [stdlib] Testing field::bn254::tests::check_assert_gt...
ok
19:34:47 [stdlib] Testing field::bn254::tests::check_assert_gt_unconstrained...
ok
19:34:47 [stdlib] Testing field::bn254::tests::check_decompose...
ok
19:34:47 [stdlib] Testing field::bn254::tests::check_decompose_unconstrained...
ok
19:34:47 [stdlib] Testing field::bn254::tests::check_gt...
ok
19:34:47 [stdlib] Testing field::bn254::tests::check_gt_unconstrained...
ok
19:34:47 [stdlib] Testing field::bn254::tests::check_lte_hint...
ok
19:34:47 [stdlib] Testing field::bn254::tests::check_plo_phi...
ok
19:34:47 [stdlib] Testing field::tests::test_field_less_than...
ok
19:34:47 [stdlib] Testing field::tests::test_to_be_bits...
ok
19:34:47 [stdlib] Testing field::tests::test_to_be_bytes...
ok
19:34:47 [stdlib] Testing field::tests::test_to_be_radix...
ok
19:34:47 [stdlib] Testing field::tests::test_to_le_bits...
ok
19:34:47 [stdlib] Testing field::tests::test_to_le_bytes...
ok
19:34:47 [stdlib] Testing field::tests::test_to_le_radix...
ok
19:34:47 [stdlib] Testing field::tests::test_to_le_radix_1...
ok
19:34:47 [stdlib] Testing field::tests::test_to_le_radix_3...
ok
19:34:47 [stdlib] Testing field::tests::test_to_le_radix_512...
ok
19:34:47 [stdlib] Testing field::tests::test_to_le_radix_brillig_3...
ok
19:34:47 [stdlib] Testing collections::vec::tests::panics_when_writing_elements_past_end_of_vec...
ok
19:34:47 [stdlib] Testing collections::vec::tests::set_updates_values_properly...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::get::panics_when_reading_elements_past_end_of_vec...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::set::panics_when_writing_elements_past_end_of_vec...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::set::set_updates_values_properly...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::map::applies_function_correctly...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::map::applies_function_that_changes_return_type...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::map::does_not_apply_function_past_len...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::mapi::applies_function_correctly...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::mapi::applies_function_that_changes_return_type...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::mapi::does_not_apply_function_past_len...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::for_each::applies_function_correctly...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::for_each::applies_function_that_changes_return_type...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::for_each::does_not_apply_function_past_len...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::for_each::smoke_test...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::for_eachi::applies_function_correctly...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::for_eachi::applies_function_that_changes_return_type...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::for_eachi::does_not_apply_function_past_len...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::for_eachi::smoke_test...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::from_array::empty...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::from_array::equal_len...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::from_array::max_len_greater_then_array_len...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::from_array::max_len_lower_then_array_len...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::trait_from::simple...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::trait_eq::empty_equality...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::trait_eq::inequality...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::from_parts::from_parts...
ok
19:34:47 [stdlib] Testing collections::bounded_vec::bounded_vec_tests::from_parts::from_parts_unchecked...
ok
19:34:47 [stdlib] Testing cmp::cmp_tests::sanity_check_max...
ok
19:34:47 [stdlib] Testing cmp::cmp_tests::sanity_check_min...
ok
19:34:47 [stdlib] Testing meta::ctstring::test::as_quoted_str_example...
ok
19:34:47 [stdlib] Testing meta::tests::concatenate_test...
ok
19:34:47 [stdlib] Testing meta::tests::returning_versus_macro_insertion...
ok
19:34:47 [stdlib] Testing tests::test_static_assert_custom_message...
ok
19:34:47 [stdlib] Testing tests::test_wrapping_mul...
ok
19:34:47 [stdlib]
85 tests passed
19:34:47 test run_stdlib_tests::true_i64_max_expects ... ok
19:34:47
19:34:47 test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.34s
19:34:47