Build:
  1. 0
2026-06-16 18:10.56: New job: build ledit.2.05 (cd5a33dae351)
2026-06-16 18:10.56: Waiting for resource in pool day11-builds
2026-06-16 18:31.59: Got resource from pool day11-builds
2026-06-16 18:31.59: [profile full] build ledit.2.05
2026-06-16 18:31.59: build ledit.2.05 (cd5a33dae351)
=== DEPENDENCIES (40 transitive) ===
  astring.0.8.5                                      156e7cc742dd
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bos.0.3.0                                          c4f7c1954a6b
  camlp-streams.5.0.1                                76b76cc9fe05
  camlp5.8.05.01                                     8dc5199798c5
  camlp5-buildscripts.0.07                           99f5442e3f64
  conf-bash.1                                        e53fa0fe5f26
  conf-libpcre2-8.2                                  b59cdeb3bb90
  conf-m4.1                                          16c0f2e0bd7c
  conf-perl.2                                        9ee1ae5f2bf1
  conf-pkg-config.5                                  64c6b37d622b
  conf-which.1                                       9799649fc020
  csexp.1.5.2                                        ec63db2dab31
  cstruct.6.2.0                                      b14be91c9825
  dune.3.23.1                                        5402470d931c
  dune-compiledb.0.6.0                               90f780ee0f94
  dune-configurator.3.23.1                           58f4a3f92083
  ezjsonm.1.3.0                                      7cdf7464a07e
  fmt.0.11.0                                         fb25837707ac
  fpath.0.7.3                                        d991925a5b6c
  hex.1.5.0                                          59eb090201f6
  jsonm.1.0.2                                        ca365e0a8c1a
  logs.0.10.0                                        a7cdcdcb1947
  not-ocamlfind.0.14                                 ccc3d7bf633f
  num.1.6                                            480227ca99db
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
  ocamlbuild.0.16.1                                  8f6c52e6fce8
  ocamlfind.1.9.8                                    6025f4a8e98e
  ocamlgraph.2.2.0                                   ffe2e581e49b
  parsexp.v0.16.0                                    75d2c6ce6b44
  pcre2.8.0.4                                        427460eecbcf
  re.1.14.0                                          8d7c1999492d
  rresult.0.7.0                                      66e2b7baf32c
  sexplib.v0.16.0                                    c758cedeb83d
  sexplib0.v0.16.0                                   3e198ce31e44
  topkg.1.1.1                                        ab549298f3fc
  uutf.1.0.4                                         80688944c06d
=== STDOUT ===
Processing: [default: loading data]
[ledit.2.05: dl]
[ledit.2.05: extract]
[ledit.2.05/ledit.install: dl]
-> retrieved ledit.2.05  (https://opam.ocaml.org/cache)
[ledit: make all]
+ /usr/bin/make "all" (CWD=/home/opam/.opam/default/.opam-switch/build/ledit.2.05)
- camlp5r -I ext -loc loc ext/pa_def.ml -o ext/pa_def.ppo
- ocamlc -I `camlp5 -where` -c -impl ext/pa_def.ppo
- File "ext/pa_def.ml", line 76, characters 28-40:
- 76 |   Stdpp.raise_with_loc loc (Stream.Error "can't eval")
-                                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- rm -f ext/pa_def.ppo
- camlp5r -I ext -loc loc ext/pa_local.ml -o ext/pa_local.ppo
- ocamlc -I `camlp5 -where` -c -impl ext/pa_local.ppo
- File "ext/pa_local.ml", line 23, characters 35-47:
- 23 |   | _ -> Stdpp.raise_with_loc loc (Stream.Error "identifier expected") ]
-                                         ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- rm -f ext/pa_local.ppo
- camlp5r -I ext cursor.mli -o cursor.ppi
- ocamlc -c -intf cursor.ppi
- /bin/rm -f cursor.ppi
- camlp5r -I ext cursor.ml -o cursor.ppo
- ocamlc -I `camlp5 -where` -c -impl cursor.ppo
- /bin/rm -f cursor.ppo
- camlp5r -I ext ledit.mli -o ledit.ppi
- ocamlc -c -intf ledit.ppi
- /bin/rm -f ledit.ppi
- camlp5r -I ext ledit.ml -o ledit.ppo
- ocamlc -I `camlp5 -where` -c -impl ledit.ppo
- File "ledit.ml", line 183, characters 44-55:
- 183 |         value parse s = get_char (fun () -> Stream.next s);
-                                                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "ledit.ml", line 56, characters 22-35:
- 56 |         value parse : Stream.t char -> t;
-                            ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "ledit.ml", line 1481, characters 17-33:
- 1481 |       let strm = Stream.of_string s in
-                         ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "ledit.ml", line 1488, characters 8-22:
- 1488 |       [ Stream.Failure -> () ];
-                ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- /bin/rm -f ledit.ppo
- camlp5r -I ext go.ml -o go.ppo
- ocamlc -I `camlp5 -where` -c -impl go.ppo
- /bin/rm -f go.ppo
- ocamlc -custom unix.cma -I `camlp5 -where` gramlib.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.05
-> installed ledit.2.05
[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-16 18:32.18: OK: build ledit.2.05 (runc: 4.1s, disk: 11KB)
2026-06-16 18:32.18: Job succeeded