Build:
- 0
2026-06-24 11:07.25: New job: build thrift.0.10.0 (6fb589d2d937)
2026-06-24 11:07.25: Waiting for resource in pool day11-builds
2026-06-24 11:22.38: Got resource from pool day11-builds
2026-06-24 11:22.38: [profile full] build thrift.0.10.0
2026-06-24 11:22.38: build thrift.0.10.0 (6fb589d2d937)
=== DEPENDENCIES (6 transitive) ===
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
dune.3.23.1 848a72441e15
ocaml.4.14.4 b047fb9251f4
ocaml-base-compiler.4.14.4 d3b7ccb2c6fb
ocaml-config.2 2d9c209f5590
=== STDOUT ===
Processing: [default: loading data]
The following system packages will first need to be installed:
thrift-compiler
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "thrift-compiler"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package thrift-compiler.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18247 files and directories currently installed.)
- Preparing to unpack .../thrift-compiler_0.17.0-2+b2_amd64.deb ...
- Unpacking thrift-compiler (0.17.0-2+b2) ...
- Setting up thrift-compiler (0.17.0-2+b2) ...
[thrift.0.10.0: dl]
[thrift.0.10.0: extract]
-> retrieved thrift.0.10.0 (https://opam.ocaml.org/cache)
[thrift: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "thrift" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/thrift.0.10.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -warn-error -3-9-27-33-35 -g -bin-annot -I src/.thrift.objs/byte -I /home/opam/.opam/default/lib/ocaml/threads -no-alias-deps -o src/.thrift.objs/byte/tBinaryProtocol.cmo -c -impl src/TBinaryProtocol.ml)
- File "src/TBinaryProtocol.ml", line 56, characters 4-49:
- 56 | ibyte.[0] <- char_of_int (if b then 1 else 0);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "src/TBinaryProtocol.ml", line 59, characters 4-43:
- 59 | ibyte.[0] <- char_of_int (get_byte i 0);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "src/TBinaryProtocol.ml", line 63, characters 6-37:
- 63 | ibyte.[1] <- char_of_int (gb 0);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "src/TBinaryProtocol.ml", line 64, characters 6-37:
- 64 | ibyte.[0] <- char_of_int (gb 1);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "src/TBinaryProtocol.ml", line 69, characters 8-41:
- 69 | ibyte.[3-i] <- char_of_int (gb i)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "src/TBinaryProtocol.ml", line 75, characters 8-41:
- 75 | ibyte.[7-i] <- char_of_int (gb i)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -warn-error -3-9-27-33-35 -g -I src/.thrift.objs/byte -I src/.thrift.objs/native -I /home/opam/.opam/default/lib/ocaml/threads -intf-suffix .ml -no-alias-deps -o src/.thrift.objs/native/tBinaryProtocol.cmx -c -impl src/TBinaryProtocol.ml)
- File "src/TBinaryProtocol.ml", line 56, characters 4-49:
- 56 | ibyte.[0] <- char_of_int (if b then 1 else 0);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "src/TBinaryProtocol.ml", line 59, characters 4-43:
- 59 | ibyte.[0] <- char_of_int (get_byte i 0);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "src/TBinaryProtocol.ml", line 63, characters 6-37:
- 63 | ibyte.[1] <- char_of_int (gb 0);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "src/TBinaryProtocol.ml", line 64, characters 6-37:
- 64 | ibyte.[0] <- char_of_int (gb 1);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "src/TBinaryProtocol.ml", line 69, characters 8-41:
- 69 | ibyte.[3-i] <- char_of_int (gb i)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
- File "src/TBinaryProtocol.ml", line 75, characters 8-41:
- 75 | ibyte.[7-i] <- char_of_int (gb i)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.set
- Use Bytes.set/BytesLabels.set instead.
-> compiled thrift.0.10.0
-> installed thrift.0.10.0
=== STDERR ===
2026-06-24 11:22.56: OK: build thrift.0.10.0 (runc: 7.2s, disk: 0KB)
2026-06-24 11:22.56: Job succeeded