==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: ocaml-fpath 0.7.3-10 (Mon Jun 22 20:14:15 2026)
==> Retrieving sources...
  -> Found fpath-0.7.3.tbz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    fpath-0.7.3.tbz ... Passed
==> Making package: ocaml-fpath 0.7.3-10 (Tue Jun 23 02:14:18 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (2) ocaml-5.5.0-1  ocaml-astring-0.8.5-10

Total Download Size:     0.75 MiB
Total Installed Size:  175.83 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 ocaml-astring-0.8.5-10-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing ocaml...
Optional dependencies for ocaml
    ncurses: advanced ncurses features [installed]
    tk: advanced tk features
installing ocaml-astring...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (8) bubblewrap-0.11.2-1  ocaml-compiler-libs-5.5.0-1  ocaml-result-1.5-17  unzip-6.0-23  ocaml-findlib-1.9.8-7  ocaml-topkg-1.1.1-1  ocamlbuild-0.16.1-6  opam-2.5.1-2

Total Download Size:     7.97 MiB
Total Installed Size:  127.45 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 opam-2.5.1-2-aarch64 downloading...
 ocaml-topkg-1.1.1-1-aarch64 downloading...
 ocamlbuild-0.16.1-6-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing ocaml-compiler-libs...
installing ocaml-findlib...
installing ocamlbuild...
installing ocaml-result...
installing ocaml-topkg...
installing bubblewrap...
installing unzip...
installing opam...
Optional dependencies for opam
    darcs: For downloading packages with darcs
    git: For downloading packages with git
    mercurial: For downloading packages with mercurial
    rsync: For downloading packages with rsync
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found fpath-0.7.3.tbz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting fpath-0.7.3.tbz with bsdtar
==> Starting build()...
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 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 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 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
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 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
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 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 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 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 ocamlopt -shared -linkall -package astring -I src src/fpath.cmxa -o src/fpath.cmxs
+ ocamlfind ocamlc -a -package astring -I src src/fpath.cmo -o src/fpath.cma
+ ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmxa -o src/fpath_top.cmxs
+ ocamlfind ocamlc -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmo -o src/fpath_top.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 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 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 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
# Parallel statistics: { count(total): 1(12), max: 4, min: 4, average(total): 4.000(1.250) }
==> Entering fakeroot environment...
==> Starting package()...
Creating directory /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath
_build/opam                      => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/opam
_build/pkg/META                  => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/META
_build/src/fpath.a               => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.a
_build/src/fpath.cma             => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cma
_build/src/fpath.cmi             => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmi
_build/src/fpath.cmt             => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmt
_build/src/fpath.cmti            => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmti
_build/src/fpath.cmx             => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmx
_build/src/fpath.cmxa            => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmxa
_build/src/fpath.cmxs            => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmxs
_build/src/fpath.ml              => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.ml
_build/src/fpath.mli             => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.mli
_build/src/fpath_top.a           => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.a
_build/src/fpath_top.cma         => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.cma
_build/src/fpath_top.cmt         => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.cmt
_build/src/fpath_top.cmx         => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.cmx
_build/src/fpath_top.cmxa        => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.cmxa
_build/src/fpath_top.cmxs        => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.cmxs
_build/src/fpath_top.ml          => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.ml
_build/src/fpath_top_init.ml     => /build/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top_init.ml
Creating directory /build/ocaml-fpath/pkg/ocaml-fpath/usr/share/doc/fpath
_build/CHANGES.md                => /build/ocaml-fpath/pkg/ocaml-fpath/usr/share/doc/fpath/CHANGES.md
_build/LICENSE.md                => /build/ocaml-fpath/pkg/ocaml-fpath/usr/share/doc/fpath/LICENSE.md
_build/README.md                 => /build/ocaml-fpath/pkg/ocaml-fpath/usr/share/doc/fpath/README.md
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/lib/ocaml/fpath/fpath.cmxs
usr/lib/ocaml/fpath/fpath.cma
usr/lib/ocaml/fpath/fpath_top.cmxs
usr/lib/ocaml/fpath/fpath.a
usr/lib/ocaml/fpath/fpath_top.cma
usr/lib/ocaml/fpath/fpath_top.a
==> Creating package "ocaml-fpath"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ocaml-fpath 0.7.3-10 (Tue Jun 23 02:14:39 2026)
==> Cleaning up...
[?12l[?25h