Build:
- 0
2026-06-24 16:22.40: New job: build mastodon-archive-viewer.0.1 (600fbf4f988f)
2026-06-24 16:22.40: Waiting for resource in pool day11-builds
2026-06-24 17:15.56: Got resource from pool day11-builds
2026-06-24 17:15.56: [profile full] build mastodon-archive-viewer.0.1
2026-06-24 17:15.56: build mastodon-archive-viewer.0.1 (600fbf4f988f)
=== DEPENDENCIES (26 transitive) ===
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
cmdliner.1.3.0 7280d3fb1acd
containers.3.18 ab2d0eced21f
csexp.1.5.2 610c78f17734
cstruct.6.2.0 e9d4a3904d04
dune.3.23.1 848a72441e15
dune-configurator.3.23.1 bc97ce98d8a9
either.1.0.0 a20a29c4eda3
ezjsonm.1.3.0 3aa8be97b1a0
fmt.0.11.0 7cf6f7d63275
hex.1.5.0 97fd0cae853c
jbuilder.1.0+beta20.2 4f461261c648
jsonm.1.0.2 f6ae894bc8c9
ocaml.4.14.4 b047fb9251f4
ocaml-base-compiler.4.14.4 d3b7ccb2c6fb
ocaml-config.2 2d9c209f5590
ocamlbuild.0.16.1 7e0d6aadb209
ocamlfind.1.9.8 214dd418ac02
ptime.1.2.0 84bd2cff0ba0
re.1.14.0 d62d6f65abb6
seq.base 0160fc3002c2
sexplib0.v0.17.0 86d78ae8a795
topkg.1.1.1 511e1a1958da
tyxml.4.6.0 46841f4aa30d
uutf.1.0.4 6722c3fe4bcc
=== 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-24 17:16.09: OK: build mastodon-archive-viewer.0.1 (runc: 2.6s, disk: 16KB)
2026-06-24 17:16.09: Job succeeded