Build:
  1. 0
2026-09-03 22:34.35: New job: build libdash.0.3 (fa7e258c8f97)
2026-09-03 22:34.35: Waiting for resource in pool day11-builds
2026-09-03 23:14.02: Got resource from pool day11-builds
2026-09-03 23:14.02: [profile full] build libdash.0.3
2026-09-03 23:14.02: build libdash.0.3 (fa7e258c8f97)
=== DEPENDENCIES (35 transitive) ===
  atd.2.16.0                                         654fea45c3c0
  atdgen.2.15.0                                      a72134c707ba
  atdgen-runtime.2.16.0                              f8ed132b8b3b
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  biniou.1.2.2                                       0e866e3656a9
  camlp-streams.5.0.1                                7241cfbb9546
  cmdliner.2.1.1                                     ecdcaec2c5a2
  compiler-cloning.enabled                           966a2e6839f0
  conf-aclocal.2                                     ab7d67a3ec5d
  conf-autoconf.1                                    788c5c60b51c
  conf-automake.1                                    cf3295566b8d
  conf-libffi.2.0.0                                  32cf20b5f065
  conf-libtool.1                                     2552725b1111
  conf-pkg-config.5                                  74f50f3cfe72
  csexp.1.5.2                                        58b250503765
  ctypes.0.24.0                                      0932749f0814
  ctypes-foreign.0.24.0                              de0d10812d94
  dune.3.24.2                                        ec704e062ad3
  dune-configurator.3.24.2                           183455f65a68
  easy-format.1.3.4                                  c1f56b061998
  integers.0.8.0                                     39f28989dadd
  menhir.20260209                                    381a2138ba97
  menhirCST.20260209                                 2274e41bb75f
  menhirGLR.20260209                                 dc2d20aa75ca
  menhirLib.20260209                                 aca3f0b58574
  menhirSdk.20260209                                 fb69c1928809
  ocaml.5.5.0                                        22ebd7932512
  ocaml-base-compiler.5.5.0                          db1659234e8a
  ocaml-compiler.5.5.0                               7f52fb26d939
  ocamlfind.1.9.9~preview                            6a4c70487cf9
  re.1.14.0                                          71fe1500ef55
  seq.base                                           28d30f6112ac
  stdlib-shims.0.3.0                                 8ab1e1c44699
  yojson.2.2.2                                       1e1ee3fd5c34
=== STDOUT ===
Processing: [default: loading data]
[libdash.0.3: dl]
[libdash.0.3: extract]
-> retrieved libdash.0.3  (https://opam.ocaml.org/cache)
[libdash: libtoolize]
+ /usr/bin/libtoolize  (CWD=/home/opam/.opam/default/.opam-switch/build/libdash.0.3)
- libtoolize: putting auxiliary files in '.'.
- libtoolize: linking file './ltmain.sh'
- libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
- libtoolize: linking file 'm4/libtool.m4'
- libtoolize: linking file 'm4/ltoptions.m4'
- libtoolize: linking file 'm4/ltsugar.m4'
- libtoolize: linking file 'm4/ltversion.m4'
- libtoolize: linking file 'm4/lt~obsolete.m4'
[libdash: aclocal]
+ /usr/bin/aclocal  (CWD=/home/opam/.opam/default/.opam-switch/build/libdash.0.3)
[libdash: autoheader]
+ /usr/bin/autoheader  (CWD=/home/opam/.opam/default/.opam-switch/build/libdash.0.3)
[libdash: automake]
+ /usr/bin/automake "--add-missing" (CWD=/home/opam/.opam/default/.opam-switch/build/libdash.0.3)
- configure.ac:15: installing './ar-lib'
- configure.ac:10: installing './compile'
- configure.ac:196: installing './config.guess'
- configure.ac:196: installing './config.sub'
- configure.ac:2: installing './install-sh'
- configure.ac:2: installing './missing'
- src/Makefile.am: installing './depcomp'
[libdash: autoconf]
+ /usr/bin/autoconf  (CWD=/home/opam/.opam/default/.opam-switch/build/libdash.0.3)
- configure.ac:196: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
- configure.ac:196: You should run autoupdate.
- m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
- configure.ac:196: the top level
[libdash: mkdir _build]
+ /usr/bin/mkdir "_build" (CWD=/home/opam/.opam/default/.opam-switch/build/libdash.0.3)
[libdash: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/libdash.0.3/./configure "--prefix=/home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build" (CWD=/home/opam/.opam/default/.opam-switch/build/libdash.0.3)
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether sleep supports fractional seconds... yes
- checking filesystem timestamp resolution... 0.01
- checking whether build environment is sane... yes
- checking for a race-free mkdir -p... /usr/bin/mkdir -p
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking xargs -n works... yes
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to enable C11 features... none needed
- checking whether gcc understands -c and -o together... yes
- checking whether make supports the include directive... 
- yes (GNU style)
- checking dependency style of gcc... gcc3
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for wchar.h... yes
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- checking whether _XOPEN_SOURCE should be defined... no
- checking for bison... no
- checking for byacc... no
- checking for ar... ar
- checking the archiver (ar) interface... ar
- checking for build system compiler... gcc
- checking for __attribute__((__alias__()))... yes
- checking for alloca.h... yes
- checking for paths.h... yes
- checking for gcc options needed to detect all undeclared functions... none needed
- checking whether _PATH_BSHELL is declared... yes
- checking whether _PATH_DEVNULL is declared... yes
- checking whether _PATH_TTY is declared... 
- yes
- checking whether isblank is declared... yes
- checking size of intmax_t... 8
- checking size of long long int... 8
- checking whether PRIdMAX is declared... yes
- checking for bsearch... yes
- checking for faccessat... yes
- checking for getpwnam... 
- yes
- checking for getrlimit... yes
- checking for isalpha... yes
- checking for killpg... yes
- checking for mempcpy... yes
- checking for sigsetmask... yes
- checking for stpcpy... yes
- checking for strchrnul... yes
- checking for strsignal... yes
- checking for strtod... yes
- checking for strtoimax... yes
- checking for strtoumax... yes
- checking for sysconf... yes
- checking for signal... yes
- checking for stat64... 
- yes
- checking for open64... yes
- checking for stat::st_mtim... yes
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for file... file
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ranlib... ranlib
- checking for archiver @FILE support... @
- checking for strip... strip
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for a working dd... /usr/bin/dd
- checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
- checking for mt... no
- checking if : is a manifest tool... no
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... 
- no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/Makefile
- config.status: creating config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
[libdash: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/libdash.0.3)
- /usr/bin/make  all-recursive
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3'
- Making all in src
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/src'
-   CC       builtins.def
-   GEN      builtins.h
-   CC       mknodes
-   GEN      nodes.h
-   GEN      token.h
-   CC       mksyntax
-   GEN      syntax.h
- /usr/bin/make  all-am
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/src'
-   CC       dash-alias.o
-   CC       dash-arith_yacc.o
-   CC       dash-arith_yylex.o
-   CC       dash-cd.o
-   CC       dash-error.o
-   CC       dash-eval.o
-   CC       dash-exec.o
-   CC       dash-expand.o
-   CC       dash-histedit.o
-   CC       dash-input.o
-   CC       dash-jobs.o
-   CC       dash-mail.o
-   CC       dash-main.o
-   CC       dash-memalloc.o
-   CC       dash-miscbltin.o
-   CC       dash-mystring.o
-   CC       dash-options.o
-   CC       dash-parser.o
-   CC       dash-redir.o
-   CC       dash-show.o
-   CC       dash-trap.o
-   CC       dash-output.o
-   CC       bltin/dash-printf.o
-   CC       dash-system.o
-   CC       bltin/dash-test.o
-   CC       bltin/dash-times.o
-   CC       dash-var.o
-   CC       builtins.o
-   CC       mkinit
-   GEN      init.c
-   CC       init.o
-   CC       nodes.o
-   CC       mksignames
-   GEN      signames.c
-   CC       signames.o
-   CC       syntax.o
-   CCLD     dash
-   CC       alias.o
-   CC       arith_yacc.o
-   CC       arith_yylex.o
-   CC       cd.o
-   CC       error.o
-   CC       eval.o
-   CC       exec.o
-   CC       expand.o
-   CC       histedit.o
-   CC       input.o
-   CC       jobs.o
-   CC       mail.o
-   CC       main.o
- main.c:278:1: warning: 'read_profile' defined but not used [-Wunused-function]
-   278 | read_profile(const char *name)
-       | ^~~~~~~~~~~~
-   CC       memalloc.o
-   CC       miscbltin.o
-   CC       mystring.o
-   CC       options.o
-   CC       parser.o
-   CC       redir.o
-   CC       show.o
-   CC       trap.o
-   CC       output.o
-   CC       bltin/printf.o
-   CC       system.o
-   CC       bltin/test.o
-   CC       bltin/times.o
-   CC       var.o
-   AR       libdash.a
-   CC       libdash_la-alias.lo
-   CC       libdash_la-arith_yacc.lo
-   CC       libdash_la-arith_yylex.lo
-   CC       libdash_la-cd.lo
-   CC       libdash_la-error.lo
-   CC       libdash_la-eval.lo
-   CC       libdash_la-exec.lo
-   CC       libdash_la-expand.lo
-   CC       libdash_la-histedit.lo
-   CC       libdash_la-input.lo
-   CC       libdash_la-jobs.lo
-   CC       libdash_la-mail.lo
-   CC       libdash_la-main.lo
- main.c:278:1: warning: 'read_profile' defined but not used [-Wunused-function]
-   278 | read_profile(const char *name)
-       | ^~~~~~~~~~~~
-   CC       libdash_la-memalloc.lo
-   CC       libdash_la-miscbltin.lo
-   CC       libdash_la-mystring.lo
-   CC       libdash_la-options.lo
-   CC       libdash_la-parser.lo
-   CC       libdash_la-redir.lo
-   CC       libdash_la-show.lo
-   CC       libdash_la-trap.lo
-   CC       libdash_la-output.lo
-   CC       bltin/libdash_la-printf.lo
-   CC       libdash_la-system.lo
-   CC       bltin/libdash_la-test.lo
-   CC       bltin/libdash_la-times.lo
-   CC       libdash_la-var.lo
-   CC       libdash_la-builtins.lo
-   CC       libdash_la-init.lo
-   CC       libdash_la-nodes.lo
-   CC       libdash_la-signames.lo
-   CC       libdash_la-syntax.lo
-   CCLD     libdash.la
-   CC       dlldash_la-alias.lo
-   CC       dlldash_la-arith_yacc.lo
-   CC       dlldash_la-arith_yylex.lo
-   CC       dlldash_la-cd.lo
-   CC       dlldash_la-error.lo
-   CC       dlldash_la-eval.lo
-   CC       dlldash_la-exec.lo
-   CC       dlldash_la-expand.lo
-   CC       dlldash_la-histedit.lo
-   CC       dlldash_la-input.lo
-   CC       dlldash_la-jobs.lo
-   CC       dlldash_la-mail.lo
-   CC       dlldash_la-main.lo
- main.c:278:1: warning: 'read_profile' defined but not used [-Wunused-function]
-   278 | read_profile(const char *name)
-       | ^~~~~~~~~~~~
-   CC       dlldash_la-memalloc.lo
-   CC       dlldash_la-miscbltin.lo
-   CC       dlldash_la-mystring.lo
-   CC       dlldash_la-options.lo
-   CC       dlldash_la-parser.lo
-   CC       dlldash_la-redir.lo
-   CC       dlldash_la-show.lo
-   CC       dlldash_la-trap.lo
-   CC       dlldash_la-output.lo
-   CC       bltin/dlldash_la-printf.lo
-   CC       dlldash_la-system.lo
-   CC       bltin/dlldash_la-test.lo
-   CC       bltin/dlldash_la-times.lo
-   CC       dlldash_la-var.lo
-   CC       dlldash_la-builtins.lo
-   CC       dlldash_la-init.lo
-   CC       dlldash_la-nodes.lo
-   CC       dlldash_la-signames.lo
-   CC       dlldash_la-syntax.lo
-   CCLD     dlldash.la
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/src'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/src'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3'
[libdash: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/libdash.0.3)
- Making install in src
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/src'
- /usr/bin/make  install-am
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/src'
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/src'
-  /usr/bin/mkdir -p '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib'
-  /bin/bash ../libtool   --mode=install /usr/bin/install -c   libdash.la dlldash.la '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib'
- libtool: install: /usr/bin/install -c .libs/libdash.so.0.0.0 /home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib/libdash.so.0.0.0
- libtool: install: (cd /home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib && { ln -s -f libdash.so.0.0.0 libdash.so.0 || { rm -f libdash.so.0 && ln -s libdash.so.0.0.0 libdash.so.0; }; })
- libtool: install: (cd /home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib && { ln -s -f libdash.so.0.0.0 libdash.so || { rm -f libdash.so && ln -s libdash.so.0.0.0 libdash.so; }; })
- libtool: install: /usr/bin/install -c .libs/libdash.lai /home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib/libdash.la
- libtool: install: /usr/bin/install -c .libs/dlldash.so.0.0.0 /home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib/dlldash.so.0.0.0
- libtool: install: (cd /home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib && { ln -s -f dlldash.so.0.0.0 dlldash.so.0 || { rm -f dlldash.so.0 && ln -s dlldash.so.0.0.0 dlldash.so.0; }; })
- libtool: install: (cd /home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib && { ln -s -f dlldash.so.0.0.0 dlldash.so || { rm -f dlldash.so && ln -s dlldash.so.0.0.0 dlldash.so; }; })
- libtool: install: /usr/bin/install -c .libs/dlldash.lai /home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib/dlldash.la
- libtool: finish: PATH="/home/opam/.opam/default/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib
- ----------------------------------------------------------------------
- Libraries have been installed in:
-    /home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib
- 
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the '-LLIBDIR'
- flag during linking and do at least one of the following:
-    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
-      during execution
-    - add LIBDIR to the 'LD_RUN_PATH' environment variable
-      during linking
-    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
-    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
- 
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
-  /usr/bin/mkdir -p '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/bin'
-   /bin/bash ../libtool   --mode=install /usr/bin/install -c dash '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/bin'
- libtool: install: /usr/bin/install -c dash /home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/bin/dash
-  /usr/bin/mkdir -p '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib'
-  /usr/bin/install -c -m 644  libdash.a '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib'
-  ( cd '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib' && ranlib libdash.a )
-  /usr/bin/mkdir -p '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/share/man/man1'
-  /usr/bin/install -c -m 644 dash.1 '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/share/man/man1'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/src'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/src'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/src'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3'
- make[2]: Nothing to be done for 'install-exec-am'.
- make[2]: Nothing to be done for 'install-data-am'.
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3'
[libdash: ocaml/mk_meta.sh]
+ /home/opam/.opam/default/.opam-switch/build/libdash.0.3/ocaml/mk_meta.sh "/home/opam/.opam/default/lib/libdash" (CWD=/home/opam/.opam/default/.opam-switch/build/libdash.0.3)
[libdash: make ocaml]
+ /usr/bin/make "-C" "ocaml" "all" (CWD=/home/opam/.opam/default/.opam-switch/build/libdash.0.3)
- make: Entering directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/ocaml'
- ocamlfind ocamlmklib -g -package str,ctypes,ctypes.foreign -L/home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib -ldash dash.mli dash.ml ast.mli ast.ml -o dash
- ./mk_meta.sh
- atdgen -j -j-std ast_atd.atd
- sed -i -e '/type char = Ast.char/d' ast_atd_j.ml
- sed -i -e '/type char = Ast.char/d' ast_atd_j.mli
- mv ast_atd_j.ml ast_json.ml
- mv ast_atd_j.mli ast_json.mli
- ocamlfind ocamlopt -g -thread -package threads,str,atdgen,ctypes,ctypes.foreign -linkpkg -cclib -L/home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib -cclib -ldash dash.cmxa ast_json.mli ast_json.ml shell_to_json.ml -o shell_to_json
- ocamlfind ocamlopt -g -thread -package threads,str,atdgen,ctypes,ctypes.foreign -linkpkg -cclib -L/home/opam/.opam/default/.opam-switch/build/libdash.0.3/_build/lib -cclib -ldash dash.cmxa ast_json.mli ast_json.ml json_to_shell.ml -o json_to_shell
- make: Leaving directory '/home/opam/.opam/default/.opam-switch/build/libdash.0.3/ocaml'
[libdash: ./mk_dot_install.sh]
+ /home/opam/.opam/default/.opam-switch/build/libdash.0.3/./mk_dot_install.sh  (CWD=/home/opam/.opam/default/.opam-switch/build/libdash.0.3)
[libdash: ./ldconfig.sh]
+ /home/opam/.opam/default/.opam-switch/build/libdash.0.3/./ldconfig.sh  (CWD=/home/opam/.opam/default/.opam-switch/build/libdash.0.3)
-> compiled  libdash.0.3
[WARNING] Opam packages conf-libffi.2.0.0, conf-libtool.1 and conf-pkg-config.5 depend on the following system packages that are no longer installed: libffi-dev libtool pkg-config
  - conf-libffi.2.0.0: depends on libffi-dev
  - conf-libtool.1: depends on libtool
  - conf-pkg-config.5: depends on pkg-config
-> installed libdash.0.3

=== STDERR ===

2026-09-03 23:15.14: OK: build libdash.0.3 (runc: 67.7s, disk: 28KB)
2026-09-03 23:15.14: Job succeeded