Build:
- 0
2026-09-06 18:55.00: New job: build mastodon-archive-viewer.0.1 (d73d46ab3714)
2026-09-06 18:55.00: Waiting for resource in pool day11-builds
2026-09-06 18:59.37: Got resource from pool day11-builds
2026-09-06 18:59.37: [profile full] build mastodon-archive-viewer.0.1
2026-09-06 18:59.37: build mastodon-archive-viewer.0.1 (d73d46ab3714)
=== DEPENDENCIES (26 transitive) ===
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
cmdliner.1.3.0 50421b7f7592
containers.3.18 7d21edc54647
csexp.1.5.2 c758d7657e5b
cstruct.6.3.0 e176deed2a95
dune.3.24.2 bf83cdf0a904
dune-configurator.3.24.2 23afe5cb4d3b
either.1.0.0 80a79a80153b
ezjsonm.1.3.0 0f18bfea2326
fmt.0.11.0 90404cf711de
hex.1.5.0 31688a919b07
jbuilder.1.0+beta20.2 d14840434490
jsonm.1.0.2 2748527a6357
ocaml.4.14.4 c7d6265b51fe
ocaml-base-compiler.4.14.4 7a409b6ffbef
ocaml-config.2 85edea6ac168
ocamlbuild.0.16.1 5ae5ab4d19bf
ocamlfind.1.9.8 3cae95bed0a0
ptime.1.2.0 b1ba40b0b818
re.1.14.0 dd879e7a18b1
seq.base 1957e27deb9b
sexplib0.v0.17.0 17292fd79d80
topkg.1.1.1 f1122af0988e
tyxml.4.6.0 f7a450fe72d0
uutf.1.0.4 c96782dc9eaa
=== 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-09-06 19:00.02: OK: build mastodon-archive-viewer.0.1 (runc: 3.1s, disk: 16KB)
2026-09-06 19:00.02: Job succeeded