Skip to content
Success

false,ocaml-ppc-64-be (Aug 25, 2025, 10:41:06 AM)

Started 5 hr 38 min ago
Took 28 min on ocaml-ppc-64-be

Started by upstream project main build number 4805
originally caused by:

Revision: 94d408c9c94b2756bf57838ec04a327f861eaeef
Repository: https://github.com/ocaml/ocaml
  • origin/trunk
Changes
  1. Ensure the minor heap is actually empty before reallocating it (details / githubweb)
  2. use No_scan_tag and NOT_MARKABLE to indicate free block (details / githubweb)
  3. change shared pools heap representation to indicate contiguous free ranges (details / githubweb)
  4. add prefetching (details / githubweb)
  5. add Changes (details / githubweb)
  6. actually prefetch a page ahead (details / githubweb)
  7. restore split asserts (details / githubweb)
  8. clarify comment in verify_pool (details / githubweb)
  9. fix bug in compaction (details / githubweb)
  10. write Debug_free_major in to newly initialised pools (details / githubweb)
  11. fix bug in pool_finalise (details / githubweb)
  12. simplify macro (details / githubweb)
  13. Update runtime/shared_heap.c (details / githubweb)
  14. Update runtime/shared_heap.c (details / githubweb)
  15. restore atomic header read (details / githubweb)
  16. make note about GC pacing logic (details / githubweb)
  17. Update runtime/shared_heap.c (details / githubweb)
  18. wh -> Whsize_hd (details / githubweb)
  19. always update the pointer in the last free block (details / githubweb)
  20. revert all_used annotation (details / githubweb)
  21. error messages: external with non-syntactic arity (details / githubweb)
  22. release calendar update (details / githubweb)
  23. Upstream "mark-delay" change from flambda-backend. (details / githubweb)
  24. Hack to work around accounting problem: artificially catch-up work_counter at the start of any slice when it falls very far behind alloc_counter. (details / githubweb)
  25. fix finaliser handling bug (details / githubweb)
  26. Guard call to caml_darken (details / githubweb)
  27. Fix ephe_custom.ml test for the mark-delay scheme (details / githubweb)
  28. Don't make finaliser updates dependent on work being available. (details / githubweb)
  29. Removed unused field in package_type (details / githubweb)
  30. Changes (details / githubweb)
  31. Rename cstrs to constraints to distinguish from cstrs = constructors (#14141) (details / githubweb)
  32. Move the orphaned ephemerons GC colour check inside the barrier. (details / githubweb)
  33. minor gc: more consistent memprof logging (details / githubweb)
  34. Fix missing expectations in typing-poly/poly.ml (details / githubweb)
  35. Additional corrections (details / githubweb)
  36. Audit unexecuted phrases (details / githubweb)
  37. Audit (details / githubweb)
  38. Fix audit (details / githubweb)
  39. Changes (details / githubweb)
  40. Update changes (details / githubweb)
  41. runtime: free the minor heap when leaving STW participants (details / githubweb)
  42. Update parser and adapt to the new Tpoly invariant. Requires bootstrap. (details / githubweb)
  43. bootstrap (details / githubweb)
  44. Add tests for polymorphic parameters (details / githubweb)
  45. Promote polymorphic parameters tests failures (details / githubweb)
  46. Refactor: more descriptive return type for [split_function], renaming and comment work (details / githubweb)
  47. Introduce new error "opt params cannot be polymorphic" (details / githubweb)
  48. Wrap and generalize filter_arrow_mono if principal (details / githubweb)
  49. Handle polymorphic parameters in type_apply_arg (details / githubweb)
  50. Refactor Pexp_function case and handle poly (details / githubweb)
  51. Add one generalization level in type_class_arg_pattern (details / githubweb)
  52. Handle polymorphic parameters in [type_approx and] [type_pat_aux] (details / githubweb)
  53. Add changes entry for #15733 (details / githubweb)
  54. Add test with class argument (details / githubweb)
  55. Additional tests with labels (details / githubweb)
  56. review: reorder functions in btype (details / githubweb)
  57. review: comment format (details / githubweb)
  58. review: add a Btype.newgenmono utility symetrical to Ctype.newmono (details / githubweb)
  59. review: use label names in error messages (details / githubweb)
  60. review: additional tests (details / githubweb)
  61. Add test for polymorphic variants in polymorphic parameters (details / githubweb)
  62. Take fixed instances of polys where appropriate (details / githubweb)
  63. Show issue with subtyping trace (details / githubweb)
  64. Fix subtyping error trace (details / githubweb)
  65. tests: Promote error messages improvements after rebasing. (details / githubweb)
  66. review: more reuse in parser and reloc in [param_type] (details / githubweb)
  67. review: move [is_really_poly] utility to Ctype. (details / githubweb)
  68. Add more test cases (details / githubweb)
  69. Move definition closer to usage (details / githubweb)
  70. Additional test cases (details / githubweb)
  71. Document function in comment (details / githubweb)
  72. Add test cases (details / githubweb)
  73. Fix typo in error message (details / githubweb)
  74. Rename function and move it to Btype (details / githubweb)
  75. Inline function and exception used only once (details / githubweb)
  76. Document function (details / githubweb)
  77. Enforce Tpoly invariant (details / githubweb)
  78. Clarify conditions (details / githubweb)
  79. Clearer argument label and field names (details / githubweb)
  80. Turn ordinary comment into a documentation comment (details / githubweb)
  81. Clearer variable name (details / githubweb)
  82. Fix wrong set of univars (details / githubweb)
  83. review: De-duplicate parser rule for let (details / githubweb)
  84. review: Add test with syntactic arity mismatch (details / githubweb)
  85. review: Fix test (details / githubweb)
  86. Fix dependency generation when tools are disabled (details / githubweb)
  87. Fix generation of config.status for dynlink (details / githubweb)
  88. Don't generate ocamltest_config.ml when not needed (details / githubweb)
  89. Correct ocamltest-manual (details / githubweb)
  90. symbol names: revert to using `$` only on macOS and Windows (#14143) (details / githubweb)
  91. bookkeeping: update release info (details / githubweb)
  92. Minor heap reservation: change the terminology (details / githubweb)
  93. review: use 'arena' for the (committed) minor heap space (details / githubweb)
  94. self-review: solidify two separate comments on minor heap layout (details / githubweb)
  95. runtime/domain.c: add a category of 'parked' stw_domains (details / githubweb)
  96. [minor] domain.c: reorder domain_self and heap-reservation variables (details / githubweb)
  97. [minor] domain.c: reorder domain_create (details / githubweb)
  98. use POOL_FIRST_BLOCK (details / githubweb)
  99. domain.c: fix `stw_resize_minor_heaps_reservation`. (details / githubweb)
  100. Extend parsetree to distinguish between `(module M : S)` and `(module M) : (module S)` (details / githubweb)
  101. Changes (details / githubweb)
  102. add hashtbl remove and replace which return the previous value (#14060) (details / githubweb)
  103. Memprof.start replaces any existing profile in the domain, Memprof.is_sampling (details / githubweb)
  104. Adjust test and add test (details / githubweb)
  105. [minor] Code clean-up (details / githubweb)
  106. [documentation] Clarify a difference between threads and domains (details / githubweb)
  107. Changes (details / githubweb)
  108. Clarify test (details / githubweb)
  109. Run callbacks before starting a different profile (details / githubweb)
  110. Bump multicoretests to the trunk-compatible 0.9 (details / githubweb)
  111. Also bump qcheck to 0.26 while we are at it (details / githubweb)
  112. runtime: host aligned fibers inside the fiber cache whenever possible (#14169) (details / githubweb)
  113. Add expectation to wellfounded11150.ml (#14170) (details / githubweb)
  114. Print row types when they are GADT constructors (details / githubweb)
  115. Better Btype.is_row_name (details / githubweb)
  116. Gc.stat: restore stack_size and add live_stacks_words (#14168) (details / githubweb)
  117. error message: explain quantification mismatches (details / githubweb)
  118. deprecation alert: file location (details / githubweb)
  119. update Changes (details / githubweb)
  120. Fix #13658 (details / githubweb)
  121. Remove misleading comment, and change call back to the more intuitive function (now that that function can't allocate after the minor GC). (details / githubweb)
  122. Add runtime counters EV_C_MINOR_PROMOTED_WORDS and EV_C_MINOR_ALLOCATED_WORDS. (details / githubweb)
  123. ocamlprof: do not instrument unreachable clauses (details / githubweb)
  124. Changes (details / githubweb)
  125. Changes: 14169 was included in 5.4 (details / githubweb)
  126. Add Changes (details / githubweb)
  127. Highlight known units for runtime_counter. (details / githubweb)