Build:
  1. 0
2026-06-16 18:06.13: New job: build dockerfile-opam.5.0.0 (8b4118e0c602)
2026-06-16 18:06.13: Waiting for resource in pool day11-builds
2026-06-16 18:29.23: Got resource from pool day11-builds
2026-06-16 18:29.23: [profile full] build dockerfile-opam.5.0.0
2026-06-16 18:29.23: build dockerfile-opam.5.0.0 (8b4118e0c602)
=== DEPENDENCIES (31 transitive) ===
  astring.0.8.5                                      f3e582160ed6
  base.v0.14.4                                       9f1656c7e705
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  cmdliner.1.3.0                                     a308ed263822
  csexp.1.5.2                                        2dc1d42cb195
  dockerfile.8.1.0                                   1f5fcc4ca809
  dune.3.23.1                                        6e9c895d33c4
  dune-configurator.3.22.2                           b3ee8ff25f05
  fmt.0.11.0                                         a3f5f81b53a3
  jbuilder.1.0+beta20.2                              12fbbe32fb93
  num.1.6                                            6107ad20ded4
  ocaml.4.12.1                                       b220906b3826
  ocaml-base-compiler.4.12.1                         ce8680725b32
  ocaml-compiler-libs.v0.12.4                        692cac4e32e0
  ocaml-config.2                                     3a99bd9dbb34
  ocaml-migrate-parsetree.1.8.0                      2e4ce0b38e6e
  ocaml-secondary-compiler.4.14.2                    208983c0e1e0
  ocaml-version.0.3.0                                0448790c2c6a
  ocamlbuild.0.16.1                                  0aed2948eb5f
  ocamlfind.1.9.6                                    6a204c1e4cf6
  ocamlfind-secondary.1.9.6                          74c288ceaf87
  parsexp.v0.14.2                                    9d7241cc0902
  ppx_derivers.1.2.1                                 8e0bcbefff24
  ppx_sexp_conv.v0.14.1                              d818046bc359
  ppxlib.0.15.0                                      e626e7e41d65
  result.1.5                                         be123bcfc185
  sexplib.v0.14.0                                    b0d486e7157e
  sexplib0.v0.14.0                                   ebe6a4b61f9e
  stdlib-shims.0.3.0                                 73378b8dd48d
  topkg.1.1.1                                        38d1e7a378f4
=== STDOUT ===
Processing: [default: loading data]
[dockerfile-opam.5.0.0: dl]
[dockerfile-opam.5.0.0: extract]
-> retrieved dockerfile-opam.5.0.0  (https://opam.ocaml.org/cache)
[dockerfile-opam: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "dockerfile-opam" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/dockerfile-opam.5.0.0)
-       ocamlc src-opam/.dockerfile_opam.objs/dockerfile_opam.{cmo,cmt}
- File "src-opam/dockerfile_opam.ml", line 35, characters 13-21:
- 35 |   let file = Fmt.strf "bubblewrap-%s.tar.xz" rel in
-                   ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 36, characters 12-20:
- 36 |   let url = Fmt.strf "https://github.com/projectatomic/bubblewrap/releases/download/v%s/bubblewrap-%s.tar.xz" rel rel in
-                  ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 245, characters 19-27:
- 245 |     header hub_id (Fmt.strf "%s-opam" distro_tag)
-                          ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 254, characters 3-11:
- 254 |   (Fmt.strf "%s" distro_tag, d)
-          ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 274, characters 26-34:
- 274 |            header hub_id (Fmt.strf "%s-opam" distro_tag)
-                                 ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 284, characters 10-18:
- 284 |          (Fmt.strf "%s-ocaml-%s" distro_tag (tag_of_ocaml_version ov), d) )
-                 ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 289, characters 22-30:
- 289 |   header prod_hub_id (Fmt.strf "%s-ocaml-%s" (D.tag_of_distro distro) ov_base)
-                             ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 303, characters 8-16:
- 303 |         Fmt.strf
-               ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 309, characters 2-10:
- 309 |   Fmt.strf "image: %s\nmanifests:\n%s" target ms
-         ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
-     ocamlopt src-opam/.dockerfile_opam.objs/dockerfile_opam.{cmx,o}
- File "src-opam/dockerfile_opam.ml", line 35, characters 13-21:
- 35 |   let file = Fmt.strf "bubblewrap-%s.tar.xz" rel in
-                   ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 36, characters 12-20:
- 36 |   let url = Fmt.strf "https://github.com/projectatomic/bubblewrap/releases/download/v%s/bubblewrap-%s.tar.xz" rel rel in
-                  ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 245, characters 19-27:
- 245 |     header hub_id (Fmt.strf "%s-opam" distro_tag)
-                          ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 254, characters 3-11:
- 254 |   (Fmt.strf "%s" distro_tag, d)
-          ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 274, characters 26-34:
- 274 |            header hub_id (Fmt.strf "%s-opam" distro_tag)
-                                 ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 284, characters 10-18:
- 284 |          (Fmt.strf "%s-ocaml-%s" distro_tag (tag_of_ocaml_version ov), d) )
-                 ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 289, characters 22-30:
- 289 |   header prod_hub_id (Fmt.strf "%s-ocaml-%s" (D.tag_of_distro distro) ov_base)
-                             ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 303, characters 8-16:
- 303 |         Fmt.strf
-               ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "src-opam/dockerfile_opam.ml", line 309, characters 2-10:
- 309 |   Fmt.strf "image: %s\nmanifests:\n%s" target ms
-         ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
-> compiled  dockerfile-opam.5.0.0
-> installed dockerfile-opam.5.0.0

=== STDERR ===

2026-06-16 18:29.34: OK: build dockerfile-opam.5.0.0 (runc: 3.6s, disk: 12KB)
2026-06-16 18:29.34: Job succeeded