Build:
- 0
2026-06-24 13:54.51: New job: build lwt_glib.1.1.0 (aba603a5c477)
2026-06-24 13:54.51: Waiting for resource in pool day11-builds
2026-06-24 15:54.02: Got resource from pool day11-builds
2026-06-24 15:54.02: [profile full] build lwt_glib.1.1.0
2026-06-24 15:54.02: build lwt_glib.1.1.0 (aba603a5c477)
=== DEPENDENCIES (16 transitive) ===
base-bytes.base c40d17bc86b5
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
conf-glib-2.1 a0d710b2f56e
conf-pkg-config.5 d5de2c6a88f9
cppo.1.8.0 5f3f70cae95b
csexp.1.5.2 610c78f17734
dune.3.23.1 848a72441e15
dune-configurator.3.23.1 bc97ce98d8a9
jbuilder.1.0+beta20.2 4f461261c648
lwt.5.10.0 7005b0d98aa6
ocaml.4.14.4 b047fb9251f4
ocaml-base-compiler.4.14.4 d3b7ccb2c6fb
ocaml-config.2 2d9c209f5590
ocamlfind.1.9.8 214dd418ac02
ocplib-endian.1.2 380dd426e898
=== STDOUT ===
Processing: [default: loading data]
[lwt_glib.1.1.0: dl]
[lwt_glib.1.1.0: extract]
-> retrieved lwt_glib.1.1.0 (https://opam.ocaml.org/cache)
[lwt_glib: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "lwt_glib" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/lwt_glib.1.1.0)
- ocaml (internal)
- File "/home/opam/.opam/default/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/src/core/jbuild.ml", line 3, characters 14-37:
- 3 | Hashtbl.add Toploop.directive_table "require" (Toploop.Directive_string ignore);
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "/home/opam/.opam/default/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/src/core/jbuild.ml", line 4, characters 14-37:
- 4 | Hashtbl.add Toploop.directive_table "use" (Toploop.Directive_string (fun _ ->
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "/home/opam/.opam/default/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/src/core/jbuild.ml", line 6, characters 14-37:
- 6 | Hashtbl.add Toploop.directive_table "use_mod" (Toploop.Directive_string (fun _ ->
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocaml (internal)
- File "/home/opam/.opam/default/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/test/core/jbuild.ml", line 3, characters 14-37:
- 3 | Hashtbl.add Toploop.directive_table "require" (Toploop.Directive_string ignore);
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "/home/opam/.opam/default/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/test/core/jbuild.ml", line 4, characters 14-37:
- 4 | Hashtbl.add Toploop.directive_table "use" (Toploop.Directive_string (fun _ ->
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "/home/opam/.opam/default/.opam-switch/build/lwt_glib.1.1.0/_build/.jbuilds/default/test/core/jbuild.ml", line 6, characters 14-37:
- 6 | Hashtbl.add Toploop.directive_table "use_mod" (Toploop.Directive_string (fun _ ->
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc src/glib/config/.discover.eobjs/discover.{cmi,cmo,cmt}
- File "src/glib/config/discover.ml", line 15, characters 8-29:
- 15 | try Pervasives.input_line input_channel
- ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlc src/glib/.lwt_glib.objs/lwt_glib.{cmo,cmt}
- File "src/glib/lwt_glib.ml", line 27, characters 42-59:
- 27 | | State_glib_into_lwt of (unit -> unit) Lwt_sequence.node * (unit -> unit) Lwt_sequence.node
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 27, characters 77-94:
- 27 | | State_glib_into_lwt of (unit -> unit) Lwt_sequence.node * (unit -> unit) Lwt_sequence.node
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 86, characters 14-28:
- 86 | ignore (Lwt_main.yield ())
- ^^^^^^^^^^^^^^
- Alert deprecated: Lwt_main.yield
- Use Lwt.pause instead
- File "src/glib/lwt_glib.ml", line 111, characters 35-53:
- 111 | state := State_glib_into_lwt(Lwt_sequence.add_l enter Lwt_main.enter_iter_hooks,
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 111, characters 60-85:
- 111 | state := State_glib_into_lwt(Lwt_sequence.add_l enter Lwt_main.enter_iter_hooks,
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Lwt_main.enter_iter_hooks
- Use module Lwt_main.Enter_iter_hooks.
- File "src/glib/lwt_glib.ml", line 112, characters 35-53:
- 112 | Lwt_sequence.add_l leave Lwt_main.leave_iter_hooks)
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 112, characters 60-85:
- 112 | Lwt_sequence.add_l leave Lwt_main.leave_iter_hooks)
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Lwt_main.leave_iter_hooks
- Use module Lwt_main.Leave_iter_hooks.
- File "src/glib/lwt_glib.ml", line 124, characters 4-23:
- 124 | Lwt_sequence.remove node_enter;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 125, characters 4-23:
- 125 | Lwt_sequence.remove node_leave;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- ocamlopt src/glib/.lwt_glib.objs/lwt_glib.{cmx,o}
- File "src/glib/lwt_glib.ml", line 27, characters 42-59:
- 27 | | State_glib_into_lwt of (unit -> unit) Lwt_sequence.node * (unit -> unit) Lwt_sequence.node
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 27, characters 77-94:
- 27 | | State_glib_into_lwt of (unit -> unit) Lwt_sequence.node * (unit -> unit) Lwt_sequence.node
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 86, characters 14-28:
- 86 | ignore (Lwt_main.yield ())
- ^^^^^^^^^^^^^^
- Alert deprecated: Lwt_main.yield
- Use Lwt.pause instead
- File "src/glib/lwt_glib.ml", line 111, characters 35-53:
- 111 | state := State_glib_into_lwt(Lwt_sequence.add_l enter Lwt_main.enter_iter_hooks,
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 111, characters 60-85:
- 111 | state := State_glib_into_lwt(Lwt_sequence.add_l enter Lwt_main.enter_iter_hooks,
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Lwt_main.enter_iter_hooks
- Use module Lwt_main.Enter_iter_hooks.
- File "src/glib/lwt_glib.ml", line 112, characters 35-53:
- 112 | Lwt_sequence.add_l leave Lwt_main.leave_iter_hooks)
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 112, characters 60-85:
- 112 | Lwt_sequence.add_l leave Lwt_main.leave_iter_hooks)
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Lwt_main.leave_iter_hooks
- Use module Lwt_main.Leave_iter_hooks.
- File "src/glib/lwt_glib.ml", line 124, characters 4-23:
- 124 | Lwt_sequence.remove node_enter;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- File "src/glib/lwt_glib.ml", line 125, characters 4-23:
- 125 | Lwt_sequence.remove node_leave;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Lwt_sequence
- Use package lwt-dllist. See
- https://github.com/mirage/lwt-dllist
- ocamlopt src/glib/config/.discover.eobjs/discover.{cmx,o}
- File "src/glib/config/discover.ml", line 15, characters 8-29:
- 15 | try Pervasives.input_line input_channel
- ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-> compiled lwt_glib.1.1.0
-> installed lwt_glib.1.1.0
[WARNING] Opam package conf-glib-2.1 depends on the following system package that can no longer be found: libglib2.0-dev
=== STDERR ===
2026-06-24 15:54.27: OK: build lwt_glib.1.1.0 (runc: 3.1s, disk: 15KB)
2026-06-24 15:54.27: Job succeeded