Build:
  1. 0
2026-06-24 13:02.02: New job: build fpath.0.7.3 (497907e82175)
2026-06-24 13:02.02: Waiting for resource in pool day11-builds
2026-06-24 13:48.47: Got resource from pool day11-builds
2026-06-24 13:48.47: [profile full] build fpath.0.7.3
2026-06-24 13:48.47: build fpath.0.7.3 (497907e82175)
=== DEPENDENCIES (8 transitive) ===
  astring.0.8.5                                      02132e0bc392
  compiler-cloning.enabled                           439a1fc77aa6
  ocaml.5.5.0                                        383268832c4b
  ocaml-base-compiler.5.5.0                          522c248944c8
  ocaml-compiler.5.5.0                               eb1a8babf54c
  ocamlbuild.0.16.1                                  e57f00093c6a
  ocamlfind.1.9.8                                    b506a15fcd6c
  topkg.1.0.8                                        dcd9cd6efdae
=== STDOUT ===
Processing: [default: loading data]
[fpath.0.7.3: dl]
[fpath.0.7.3: extract]
-> retrieved fpath.0.7.3  (https://opam.ocaml.org/cache)
[fpath: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" (CWD=/home/opam/.opam/default/.opam-switch/build/fpath.0.7.3)
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -config
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package astring -modules src/fpath.ml > src/fpath.ml.depends
- + ocamlfind ocamldep -package astring -modules src/fpath.mli > src/fpath.mli.depends
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmi src/fpath.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmi src/fpath.mli
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmx src/fpath.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmx src/fpath.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "src/fpath.ml", line 40, characters 22-38:
- 40 |   let is_unc_path p = String.is_prefix "\\\\" p
-                            ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of
-   this function.
- 
- File "src/fpath.ml", line 124, characters 21-37:
- 124 |   let has_volume p = String.is_prefix "//" p
-                            ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of
-   this function.
- 
- File "src/fpath.ml", line 427, characters 10-26:
- 427 |   if not (String.is_prefix prefix p) then false else
-                 ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of
-   this function.
- 
- File "src/fpath.ml", line 548, characters 42-58:
- 548 | | Some r -> not (String.equal dotdot r || String.is_prefix dotdot_dir r)
-                                                 ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of
-   this function.
- 
- File "src/fpath.ml", line 563, characters 32-48:
- 563 | | true -> String.equal dot p || String.is_prefix dot_dir p
-                                       ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of
-   this function.
- 
- File "src/fpath.ml", line 578, characters 35-51:
- 578 | | true -> String.equal dotdot p || String.is_prefix dotdot_dir p
-                                          ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of
-   this function.
- 
- File "src/fpath.ml", line 633, characters 18-31:
- 633 |   if not (String.(Sub.is_suffix (sub e) ext)) then false else
-                         ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of
-   this function.
- + ocamlfind ocamlopt -a -package astring -I src src/fpath.cmx -o src/fpath.cmxa
- + ocamlfind ocamlopt -a -package astring -I src src/fpath.cmx -o src/fpath.cmxa
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -shared -linkall -package astring -I src src/fpath.cmxa -o src/fpath.cmxs
- + ocamlfind ocamlopt -shared -linkall -package astring -I src src/fpath.cmxa -o src/fpath.cmxs
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmo src/fpath.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmo src/fpath.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "src/fpath.ml", line 40, characters 22-38:
- 40 |   let is_unc_path p = String.is_prefix "\\\\" p
-                            ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of
-   this function.
- 
- File "src/fpath.ml", line 124, characters 21-37:
- 124 |   let has_volume p = String.is_prefix "//" p
-                            ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of
-   this function.
- 
- File "src/fpath.ml", line 427, characters 10-26:
- 427 |   if not (String.is_prefix prefix p) then false else
-                 ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of
-   this function.
- 
- File "src/fpath.ml", line 548, characters 42-58:
- 548 | | Some r -> not (String.equal dotdot r || String.is_prefix dotdot_dir r)
-                                                 ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of
-   this function.
- 
- File "src/fpath.ml", line 563, characters 32-48:
- 563 | | true -> String.equal dot p || String.is_prefix dot_dir p
-                                       ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of
-   this function.
- 
- File "src/fpath.ml", line 578, characters 35-51:
- 578 | | true -> String.equal dotdot p || String.is_prefix dotdot_dir p
-                                          ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of
-   this function.
- 
- File "src/fpath.ml", line 633, characters 18-31:
- 633 |   if not (String.(Sub.is_suffix (sub e) ext)) then false else
-                         ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of
-   this function.
- + ocamlfind ocamlc -a -package astring -I src src/fpath.cmo -o src/fpath.cma
- + ocamlfind ocamlc -a -package astring -I src src/fpath.cmo -o src/fpath.cma
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package compiler-libs.toplevel -package astring -modules src/fpath_top.ml > src/fpath_top.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmo src/fpath_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmo src/fpath_top.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmx src/fpath_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmx src/fpath_top.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmx -o src/fpath_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmx -o src/fpath_top.cmxa
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmxa -o src/fpath_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmxa -o src/fpath_top.cmxs
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmo -o src/fpath_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmo -o src/fpath_top.cma
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- # No parallelism done
-> compiled  fpath.0.7.3
-> installed fpath.0.7.3

=== STDERR ===

2026-06-24 13:48.58: OK: build fpath.0.7.3 (runc: 4.1s, disk: 14KB)
2026-06-24 13:48.58: Job succeeded