Build:
- 0
2026-06-16 15:57.45: New job: build mastodon-archive-viewer.0.1 (7b47ac5cddd3)
2026-06-16 15:57.45: Waiting for resource in pool day11-builds
2026-06-16 16:43.53: Got resource from pool day11-builds
2026-06-16 16:43.53: [profile full] build mastodon-archive-viewer.0.1
2026-06-16 16:43.54: build mastodon-archive-viewer.0.1 (7b47ac5cddd3)
=== DEPENDENCIES (26 transitive) ===
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
cmdliner.1.3.0 dad70bc4de20
containers.3.18 20a9d4789bc6
csexp.1.5.2 ec63db2dab31
cstruct.6.2.0 3af3e53176c5
dune.3.23.1 5402470d931c
dune-configurator.3.23.1 58f4a3f92083
either.1.0.0 2ca8f816a9b8
ezjsonm.1.3.0 420418f5b179
fmt.0.11.0 2f125ef7f2a8
hex.1.5.0 b1a3e2a02986
jbuilder.1.0+beta20.2 ab5ab9884b95
jsonm.1.0.2 bd232e48c922
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
ptime.1.2.0 cedc85093139
re.1.14.0 8d7c1999492d
seq.base 063828a3d698
sexplib0.v0.17.0 7af37899b3a0
topkg.1.1.1 ab549298f3fc
tyxml.4.6.0 706533081ce5
uutf.1.0.4 9791e8459782
=== STDOUT ===
Processing: [default: loading data]
[mastodon-archive-viewer.0.1: dl]
[mastodon-archive-viewer.0.1: extract]
-> retrieved mastodon-archive-viewer.0.1 (https://opam.ocaml.org/cache)
[mastodon-archive-viewer: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "mastodon-archive-viewer" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/mastodon-archive-viewer.0.1)
- ocamlc src/.main.eobjs/config.{cmi,cmo,cmt}
- File "src/config.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- ocamlc src/.main.eobjs/main.{cmi,cmo,cmt}
- File "src/main.ml", line 272, characters 34-40:
- 272 | | Some summary -> [tr [td [b [pcdata "CW: "]; pcdata summary]]]
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 272, characters 50-56:
- 272 | | Some summary -> [tr [td [b [pcdata "CW: "]; pcdata summary]]]
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 273, characters 41-47:
- 273 | | None when sensitive -> [tr [td [b [pcdata "Sensitive media"]]]]
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 277, characters 30-36:
- 277 | | Some url -> [tr [td [b [pcdata "In reply to "]; a ~a:[a_href url] [pcdata url]]]]
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 277, characters 73-79:
- 277 | | Some url -> [tr [td [b [pcdata "In reply to "]; a ~a:[a_href url] [pcdata url]]]]
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 281, characters 16-22:
- 281 | | Public -> pcdata "Public"
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 282, characters 18-24:
- 282 | | Unlisted -> pcdata "Unlisted"
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 283, characters 24-30:
- 283 | | Followers_only -> pcdata "Followers only"
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 284, characters 12-18:
- 284 | | DM -> pcdata "Direct Message"
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 288, characters 17-23:
- 288 | tr [td [b [pcdata "Tooted at "]; a ~a:[a_href original_url] [pcdata (Format.sprintf "%a" print_time t)]]] ::
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 288, characters 67-73:
- 288 | tr [td [b [pcdata "Tooted at "]; a ~a:[a_href original_url] [pcdata (Format.sprintf "%a" print_time t)]]] ::
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 289, characters 17-23:
- 289 | tr [td [b [pcdata "Privacy: "]; print_privacy privacy]] ::
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 312, characters 11-17:
- 312 | b [pcdata "Boosted at "];
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 313, characters 8-14:
- 313 | pcdata (Format.sprintf "%a: " print_time t);
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 314, characters 27-33:
- 314 | a ~a:[a_href url] [pcdata url]
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 324, characters 26-32:
- 324 | let head = head (title (pcdata "mastodon-archive-viewer")) [charset] in
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 340, characters 2-20:
- 340 | Cmdliner.Term.pure main $
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/main.ml", line 345, characters 2-20:
- 345 | Cmdliner.Term.info
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/main.ml", line 352, characters 9-27:
- 352 | let () = Cmdliner.Term.exit (Cmdliner.Term.eval (term, info))
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- File "src/main.ml", line 352, characters 29-47:
- 352 | let () = Cmdliner.Term.exit (Cmdliner.Term.eval (term, info))
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- File "src/main.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- ocamlopt src/.main.eobjs/main.{cmx,o}
- File "src/main.ml", line 272, characters 34-40:
- 272 | | Some summary -> [tr [td [b [pcdata "CW: "]; pcdata summary]]]
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 272, characters 50-56:
- 272 | | Some summary -> [tr [td [b [pcdata "CW: "]; pcdata summary]]]
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 273, characters 41-47:
- 273 | | None when sensitive -> [tr [td [b [pcdata "Sensitive media"]]]]
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 277, characters 30-36:
- 277 | | Some url -> [tr [td [b [pcdata "In reply to "]; a ~a:[a_href url] [pcdata url]]]]
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 277, characters 73-79:
- 277 | | Some url -> [tr [td [b [pcdata "In reply to "]; a ~a:[a_href url] [pcdata url]]]]
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 281, characters 16-22:
- 281 | | Public -> pcdata "Public"
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 282, characters 18-24:
- 282 | | Unlisted -> pcdata "Unlisted"
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 283, characters 24-30:
- 283 | | Followers_only -> pcdata "Followers only"
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 284, characters 12-18:
- 284 | | DM -> pcdata "Direct Message"
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 288, characters 17-23:
- 288 | tr [td [b [pcdata "Tooted at "]; a ~a:[a_href original_url] [pcdata (Format.sprintf "%a" print_time t)]]] ::
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 288, characters 67-73:
- 288 | tr [td [b [pcdata "Tooted at "]; a ~a:[a_href original_url] [pcdata (Format.sprintf "%a" print_time t)]]] ::
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 289, characters 17-23:
- 289 | tr [td [b [pcdata "Privacy: "]; print_privacy privacy]] ::
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 312, characters 11-17:
- 312 | b [pcdata "Boosted at "];
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 313, characters 8-14:
- 313 | pcdata (Format.sprintf "%a: " print_time t);
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 314, characters 27-33:
- 314 | a ~a:[a_href url] [pcdata url]
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 324, characters 26-32:
- 324 | let head = head (title (pcdata "mastodon-archive-viewer")) [charset] in
- ^^^^^^
- Alert deprecated: Tyxml.Html.pcdata
- Use txt instead
- File "src/main.ml", line 340, characters 2-20:
- 340 | Cmdliner.Term.pure main $
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "src/main.ml", line 345, characters 2-20:
- 345 | Cmdliner.Term.info
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "src/main.ml", line 352, characters 9-27:
- 352 | let () = Cmdliner.Term.exit (Cmdliner.Term.eval (term, info))
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- File "src/main.ml", line 352, characters 29-47:
- 352 | let () = Cmdliner.Term.exit (Cmdliner.Term.eval (term, info))
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-> compiled mastodon-archive-viewer.0.1
-> installed mastodon-archive-viewer.0.1
=== STDERR ===
2026-06-16 16:44.15: OK: build mastodon-archive-viewer.0.1 (runc: 3.1s, disk: 16KB)
2026-06-16 16:44.15: Job succeeded