==> Building on electivire ==> Checking for remote environment... ==> Syncing package to remote host... sending incremental file list ./ .SRCINFO 477 100% 0.00kB/s 0:00:00 477 100% 0.00kB/s 0:00:00 (xfr#1, to-chk=2/4) PKGBUILD 1,147 100% 1.09MB/s 0:00:00 1,147 100% 1.09MB/s 0:00:00 (xfr#2, to-chk=1/4) ocaml-findlib-1.9.8-3.log 329 100% 321.29kB/s 0:00:00 329 100% 321.29kB/s 0:00:00 (xfr#3, to-chk=0/4) sent 1,418 bytes received 94 bytes 1,008.00 bytes/sec total size is 1,821 speedup is 1.20 ==> Patching arch to riscv64... ==> Running pkgctl build --arch riscv64 --repo extra on remote host... ==> WARNING: unsupported architecture: riscv64 ==> Building ocaml-findlib  -> repo: extra  -> arch: riscv64  -> worker: felix-1 ==> Building ocaml-findlib for [extra] (riscv64) ]2;🔵 Container arch-nspawn-2578149 on electivire.felixc.at[?25l:: Synchronizing package databases... core downloading... extra downloading... :: Starting full system upgrade... there is nothing to do [?25h==> Building in chroot for [extra] (riscv64)... ==> Synchronizing chroot copy [/var/lib/archbuild/extra-riscv64/root] -> [felix-1]...done ==> Making package: ocaml-findlib 1.9.8-3 (Wed Jan 15 03:23:36 2025) ==> Retrieving sources...  -> Downloading findlib-1.9.8.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 268k 100 268k 0 0 8328k 0 --:--:-- --:--:-- --:--:-- 8382k ==> Validating source files with b2sums... findlib-1.9.8.tar.gz ... Passed ]2;🔵 Container arch-nspawn-2579176 on electivire.felixc.at==> Making package: ocaml-findlib 1.9.8-3 (Wed Jan 15 03:23:47 2025) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (2) New Version Net Change Download Size extra/ocaml 5.2.1-1 178.95 MiB 33.44 MiB extra/ocaml-compiler-libs 5.2.1-1 94.86 MiB 41.90 MiB Total Download Size: 75.34 MiB Total Installed Size: 273.80 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... ocaml-compiler-libs-5.2.1-1-riscv64 downloading... ocaml-5.2.1-1-riscv64 downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing ocaml... Optional dependencies for ocaml ncurses: advanced ncurses features [installed] tk: advanced tk features installing ocaml-compiler-libs... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Checking buildtime dependencies... ==> Retrieving sources...  -> Found findlib-1.9.8.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources...  -> Extracting findlib-1.9.8.tar.gz with bsdtar ==> Starting build()... Welcome to findlib version 1.9.8 Configuring core... Checking for #remove_directory... Testing threading model... systhread_supported: true Testing DLLs... Testing whether ppxopt can be supported... Checking for ocamlc -opaque... Checking for ocamlopt -g... Configuring libraries... unix: package already present dynlink: package already present bigarray: not present (possible since 4.08) compiler-libs: package already present dbm: not present (normal since 4.00) graphics: not present (normal since 4.09) num: not present (normal since 4.06) ocamlbuild: not present (normal since 4.03) ocamldoc: package already present raw_spacetime: not present (normal since 4.12) threads: package already present str: package already present labltk: not present (normal since 4.02) native dynlink: found camlp4: not present (normal since OCaml-4.02) bytes: found, installing fake library Configuration for bytes written to site-lib-src/bytes/META Detecting compiler arguments: (extractor built) ok About the OCAML core installation: Standard library: /usr/lib/ocaml Binaries: /usr/bin Manual pages: /usr/local/man Multi-threading type: posix The directory of site-specific packages will be site-lib: /usr/lib/ocaml The configuration file is written to: findlib config file: /etc/findlib.conf Software will be installed: Libraries: in /findlib Binaries: /usr/bin Manual pages: /usr/share/man topfind script: /usr/lib/ocaml Topfind ppxopt support: yes Toolbox: no Link custom runtime: yes Need bytes compatibility: no Configuration has been written to Makefile.config You can now do 'make all', and optionally 'make opt', to build ocamlfind. for p in findlib; do ( cd src/$p; /usr/bin/make all ) || exit; done for p in findlib; do ( cd src/$p; /usr/bin/make opt ) || exit; done make[1]: Entering directory '/build/ocaml-findlib/src/findlib-1.9.8/src/findlib' make[1]: Entering directory '/build/ocaml-findlib/src/findlib-1.9.8/src/findlib' ocamllex fl_meta.mll ocamllex fl_meta.mll USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib_config.mlp | \ ../../tools/patch '@CONFIGFILE@' '/etc/findlib.conf' | \ ../../tools/patch '@STDLIB@' '/usr/lib/ocaml' | \ ../../tools/patch '@RELATIVE_PATHS@' 'false' | \ sed -e 's;@AUTOLINK@;true;g' \ -e 's;@SYSTEM@;linux;g' \ >findlib_config.ml USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib_config.mlp | \ ../../tools/patch '@CONFIGFILE@' '/etc/findlib.conf' | \ ../../tools/patch '@STDLIB@' '/usr/lib/ocaml' | \ ../../tools/patch '@RELATIVE_PATHS@' 'false' | \ sed -e 's;@AUTOLINK@;true;g' \ -e 's;@SYSTEM@;linux;g' \ >findlib_config.ml if [ "true" = "true" ]; then \ cp topfind.ml.in topfind.ml; \ else \ sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ > topfind.ml ; \ fi if [ "true" = "true" ]; then \ cp topfind.ml.in topfind.ml; \ else \ sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ > topfind.ml ; \ fi 22 states, 392 transitions, table size 1700 bytes 22 states, 392 transitions, table size 1700 bytes /usr/bin/cp: cannot create regular file 'topfind.ml': File exists Makefile:197: depend: No such file or directory make[1]: *** [Makefile:103: topfind.ml] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/build/ocaml-findlib/src/findlib-1.9.8/src/findlib' ocamldep *.ml *.mli >depend make: *** [Makefile:14: all] Error 2 make: *** Waiting for unfinished jobs.... ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_compat.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_split.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metatoken.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metatoken.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_topo.mli ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c findlib.mli ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_args.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c ocaml_args.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c topfind.mli if [ "1" = "1" ]; then \ cp topfind.in topfind.compat.in; \ else \ sed -e '/REMOVE_DIRECTORY_BEGIN/,/REMOVE_DIRECTORY_END/ d' topfind.in \ > topfind.compat.in ; \ fi ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_dynload.mli USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat topfind.compat.in | \ ../../tools/patch '@SITELIB@' '/usr/lib/ocaml' | \ ../../tools/patch '@RELATIVE_PATHS@' 'false' \ >topfind ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_topo.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_metascanner.mli ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_meta.ml ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_package_base.mli ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib_config.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metascanner.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_package_base.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_lint.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib.ml ocamlopt -I +compiler-libs -g -a -o findlib.cmxa fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c frontend.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c topfind.ml ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_dynload.ml File "topfind.ml", line 128, characters 40-63: 128 | match Hashtbl.find Toploop.directive_table "ppx" with ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ fi File "topfind.ml", line 258, characters 4-27: 258 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 268, characters 4-27: 268 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 280, characters 4-27: 280 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 293, characters 4-27: 293 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 307, characters 4-27: 307 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 319, characters 4-27: 319 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ fi if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \ fi ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ -I +unix -I +dynlink ocaml_args.cmx frontend.cmx make[1]: Leaving directory '/build/ocaml-findlib/src/findlib-1.9.8/src/findlib' ==> ERROR: A failure occurred in build().  Aborting... ==> ERROR: Build failed, check /var/lib/archbuild/extra-riscv64/felix-1/build [?25h[?25h[?25hreceiving incremental file list ocaml-findlib-1.9.8-3-riscv64-build.log sent 43 bytes received 2,037 bytes 1,386.67 bytes/sec total size is 8,398 speedup is 4.04