Build:
  1. 0
2026-06-23 19:52.14: New job: build ledit.2.06 (b75df659a9d3)
2026-06-23 19:52.14: Waiting for resource in pool day11-builds
2026-06-23 20:44.16: Got resource from pool day11-builds
2026-06-23 20:44.16: [profile full] build ledit.2.06
2026-06-23 20:44.17: build ledit.2.06 (b75df659a9d3)
=== DEPENDENCIES (41 transitive) ===
  astring.0.8.5                                      c9b7741b1ba7
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bos.0.3.0                                          e5ef89ad6515
  camlp-streams.5.0.1                                c9a7b3ba9fed
  camlp5.8.05.01                                     1934b97218ee
  camlp5-buildscripts.0.07                           ca9bb110f089
  compiler-cloning.enabled                           0d2606125f88
  conf-bash.1                                        e53fa0fe5f26
  conf-libpcre2-8.2                                  284bfd3c1500
  conf-m4.1                                          16c0f2e0bd7c
  conf-perl.2                                        9ee1ae5f2bf1
  conf-pkg-config.5                                  4b60827fc174
  conf-which.1                                       9799649fc020
  csexp.1.5.2                                        315ecef51574
  cstruct.6.2.0                                      056623ecd350
  dune.3.23.1                                        dbfeecb5ca10
  dune-compiledb.0.6.0                               625f7c2e239f
  dune-configurator.3.23.1                           8afe79196456
  ezjsonm.1.3.0                                      00df91fbe74d
  fmt.0.11.0                                         13e83cd80bf7
  fpath.0.7.3                                        5652a682081f
  hex.1.5.0                                          4c0070d197fa
  jsonm.1.0.2                                        dfb5c8e0a63f
  logs.0.10.0                                        fac801fbd78e
  not-ocamlfind.0.14                                 002c7f9fb804
  num.1.6                                            94f72f650e98
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocamlbuild.0.16.1                                  b485a4f69c01
  ocamlfind.1.9.8                                    5b46f9d92bbd
  ocamlgraph.2.2.0                                   ca0ab2b73a4f
  parsexp.v0.17.0                                    7d275d842ed2
  pcre2.8.0.4                                        fd2a37214668
  re.1.14.0                                          a474ef408490
  rresult.0.7.0                                      673600dffe08
  sexplib.v0.17.0                                    c0adfbf904aa
  sexplib0.v0.17.0                                   313244870034
  topkg.1.1.1                                        8e3718e4cf5c
  uutf.1.0.4                                         1318ab0da942
=== STDOUT ===
Processing: [default: loading data]
[ledit.2.06: dl]
[ledit.2.06: extract]
[ledit.2.06/ledit.install: dl]
-> retrieved ledit.2.06  (https://opam.ocaml.org/cache)
[ledit: make all]
+ /usr/bin/make "all" (CWD=/home/opam/.opam/default/.opam-switch/build/ledit.2.06)
- camlp5r -I ext -I +../camlp-streams `ocamlfind query camlp-streams`/camlp_streams.cma -loc loc ext/pa_def.ml -o ext/pa_def.ppo
- ocamlc -I `camlp5 -where` -I +unix -I +../camlp-streams -c -impl ext/pa_def.ppo
- rm -f ext/pa_def.ppo
- camlp5r -I ext -I +../camlp-streams `ocamlfind query camlp-streams`/camlp_streams.cma -loc loc ext/pa_local.ml -o ext/pa_local.ppo
- ocamlc -I `camlp5 -where` -I +unix -I +../camlp-streams -c -impl ext/pa_local.ppo
- rm -f ext/pa_local.ppo
- camlp5r -I ext -I +../camlp-streams `ocamlfind query camlp-streams`/camlp_streams.cma cursor.mli -o cursor.ppi
- ocamlc -I `camlp5 -where` -I +unix -I +../camlp-streams -c -intf cursor.ppi
- /bin/rm -f cursor.ppi
- camlp5r -I ext -I +../camlp-streams `ocamlfind query camlp-streams`/camlp_streams.cma cursor.ml -o cursor.ppo
- ocamlc -I `camlp5 -where` -I +unix -I +../camlp-streams -c -impl cursor.ppo
- /bin/rm -f cursor.ppo
- camlp5r -I ext -I +../camlp-streams `ocamlfind query camlp-streams`/camlp_streams.cma ledit.mli -o ledit.ppi
- ocamlc -I `camlp5 -where` -I +unix -I +../camlp-streams -c -intf ledit.ppi
- /bin/rm -f ledit.ppi
- camlp5r -I ext -I +../camlp-streams `ocamlfind query camlp-streams`/camlp_streams.cma ledit.ml -o ledit.ppo
- ocamlc -I `camlp5 -where` -I +unix -I +../camlp-streams -c -impl ledit.ppo
- /bin/rm -f ledit.ppo
- camlp5r -I ext -I +../camlp-streams `ocamlfind query camlp-streams`/camlp_streams.cma go.ml -o go.ppo
- ocamlc -I `camlp5 -where` -I +unix -I +../camlp-streams -c -impl go.ppo
- File "go.ml", line 162, characters 9-23:
- 162 |   | e -> Printexc.catch raise e ]
-                ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Printexc.catch
- This function is no longer needed.
- /bin/rm -f go.ppo
- ocamlc -custom -I `camlp5 -where` -I +unix -I +../camlp-streams unix.cma gramlib.cma camlp_streams.cma cursor.cmo ledit.cmo go.cmo -o ledit.out
- VERSION=`sed -n -e 's/^.* version = "\(.*\)".*$/\1/p' go.ml`; \
- sed s/LEDIT_VERSION/$VERSION/ ledit.1.tpl > ledit.1
- ocamlc -a -o ledit.cma cursor.cmo ledit.cmo
-> compiled  ledit.2.06
-> installed ledit.2.06
[WARNING] Opam packages conf-libpcre2-8.2, conf-pkg-config.5 and not-ocamlfind.0.14 depend on the following system packages that are no longer installed: libpcre2-dev pkg-config xdot
  - conf-libpcre2-8.2: depends on libpcre2-dev
  - conf-pkg-config.5: depends on pkg-config
  - not-ocamlfind.0.14: depends on xdot

=== STDERR ===

2026-06-23 20:44.45: OK: build ledit.2.06 (runc: 4.2s, disk: 11KB)
2026-06-23 20:44.45: Job succeeded