Build:
- 0
2026-09-03 23:09.36: New job: build cookies.1.0.0 (e31a6318d309) 2026-09-03 23:09.36: Waiting for resource in pool day11-builds 2026-09-04 00:01.41: Got resource from pool day11-builds 2026-09-04 00:01.41: [profile full] build cookies.1.0.0 2026-09-04 00:01.41: build cookies.1.0.0 (e31a6318d309) === DEPENDENCIES (28 transitive) === base.v0.17.3 82edd6e178f2 base-threads.base 3d2f2cbc6db2 base-unix.base 3a38ddca6b5e compiler-cloning.enabled 966a2e6839f0 cppo.1.8.0 83351009e21e csexp.1.5.2 58b250503765 dune.3.24.2 ec704e062ad3 dune-configurator.3.24.2 183455f65a68 fieldslib.v0.17.0 ff8d0a0e6827 ocaml.5.5.0 22ebd7932512 ocaml-base-compiler.5.5.0 db1659234e8a ocaml-compiler.5.5.0 7f52fb26d939 ocaml-compiler-libs.v0.17.0 5bb965f7a9b8 ocaml_intrinsics_kernel.v0.17.2 73ed8f7cbaaf ocamlbuild.0.16.1 ccce18256717 ocamlfind.1.9.9~preview 6a4c70487cf9 ppx_derivers.1.2.1 b98ec33f5664 ppx_deriving.6.1.3 f42e5829c88b ppx_fields_conv.v0.17.0 0928adf5590c ppx_sexp_conv.v0.17.1 34b096a879f3 ppx_variants_conv.v0.17.1 531d5eb337f1 ppxlib.0.38.0 3ee699583a7b ppxlib_jane.v0.17.4 4b7b40a77119 ptime.1.2.0 668689079baf sexplib0.v0.17.0 ff60a3c976cf stdlib-shims.0.3.0 8ab1e1c44699 topkg.1.1.1 3bd227743fbd variantslib.v0.17.0 429f6e657e4d === STDOUT === Processing: [default: loading data] [cookies.1.0.0: dl] [cookies.1.0.0: extract] -> retrieved cookies.1.0.0 (https://opam.ocaml.org/cache) [cookies: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "cookies" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/cookies.1.0.0) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/.cookies.objs/byte -I /home/opam/.opam/default/lib/base -I /home/opam/.opam/default/lib/base/base_internalhash_types -I /home/opam/.opam/default/lib/base/shadow_stdlib -I /home/opam/.opam/default/lib/fieldslib -I /home/opam/.opam/default/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/variantslib -cmi-file lib/.cookies.objs/byte/cookie.cmi -no-alias-deps -o lib/.cookies.objs/byte/cookie.cmo -c -impl lib/cookie.pp.ml) - File "lib/cookie.ml", line 96, characters 43-50: - 96 | type cookie_name = Cookie_name of string [@unboxed] - ^^^^^^^ - Warning 53 [misplaced-attribute]: the unboxed attribute cannot appear in this context - - File "lib/cookie.ml", line 99, characters 45-52: - 99 | type cookie_value = Cookie_value of string [@unboxed] - ^^^^^^^ - Warning 53 [misplaced-attribute]: the unboxed attribute cannot appear in this context - - File "lib/cookie.ml", line 102, characters 45-52: - 102 | type domain_value = Domain_value of string [@unboxed] - ^^^^^^^ - Warning 53 [misplaced-attribute]: the unboxed attribute cannot appear in this context - - File "lib/cookie.ml", line 105, characters 43-50: - 105 | type cookie_path = Cookie_path of string [@unboxed] - ^^^^^^^ - Warning 53 [misplaced-attribute]: the unboxed attribute cannot appear in this context - - File "lib/cookie.ml", line 108, characters 46-53: - 108 | type cookie_max_age = Cookie_max_age of int [@unboxed] - ^^^^^^^ - Warning 53 [misplaced-attribute]: the unboxed attribute cannot appear in this context - - File "lib/cookie.ml", line 111, characters 53-60: - 111 | type cookie_extension = Cookie_extension of string [@unboxed] - ^^^^^^^ - Warning 53 [misplaced-attribute]: the unboxed attribute cannot appear in this context - - File "lib/cookie.ml", line 114, characters 50-57: - 114 | type cookie_expires = Cookie_expires of Ptime.t [@unboxed] - ^^^^^^^ - Warning 53 [misplaced-attribute]: the unboxed attribute cannot appear in this context - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.cookies.objs/byte -I lib/.cookies.objs/native -I /home/opam/.opam/default/lib/base -I /home/opam/.opam/default/lib/base/base_internalhash_types -I /home/opam/.opam/default/lib/base/shadow_stdlib -I /home/opam/.opam/default/lib/fieldslib -I /home/opam/.opam/default/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/variantslib -cmi-file lib/.cookies.objs/byte/cookie.cmi -no-alias-deps -o lib/.cookies.objs/native/cookie.cmx -c -impl lib/cookie.pp.ml) - File "lib/cookie.ml", line 96, characters 43-50: - 96 | type cookie_name = Cookie_name of string [@unboxed] - ^^^^^^^ - Warning 53 [misplaced-attribute]: the unboxed attribute cannot appear in this context - - File "lib/cookie.ml", line 99, characters 45-52: - 99 | type cookie_value = Cookie_value of string [@unboxed] - ^^^^^^^ - Warning 53 [misplaced-attribute]: the unboxed attribute cannot appear in this context - - File "lib/cookie.ml", line 102, characters 45-52: - 102 | type domain_value = Domain_value of string [@unboxed] - ^^^^^^^ - Warning 53 [misplaced-attribute]: the unboxed attribute cannot appear in this context - - File "lib/cookie.ml", line 105, characters 43-50: - 105 | type cookie_path = Cookie_path of string [@unboxed] - ^^^^^^^ - Warning 53 [misplaced-attribute]: the unboxed attribute cannot appear in this context - - File "lib/cookie.ml", line 108, characters 46-53: - 108 | type cookie_max_age = Cookie_max_age of int [@unboxed] - ^^^^^^^ - Warning 53 [misplaced-attribute]: the unboxed attribute cannot appear in this context - - File "lib/cookie.ml", line 111, characters 53-60: - 111 | type cookie_extension = Cookie_extension of string [@unboxed] - ^^^^^^^ - Warning 53 [misplaced-attribute]: the unboxed attribute cannot appear in this context - - File "lib/cookie.ml", line 114, characters 50-57: - 114 | type cookie_expires = Cookie_expires of Ptime.t [@unboxed] - ^^^^^^^ - Warning 53 [misplaced-attribute]: the unboxed attribute cannot appear in this context -> compiled cookies.1.0.0 -> installed cookies.1.0.0 === STDERR === 2026-09-04 00:01.56: OK: build cookies.1.0.0 (runc: 7.1s, disk: 13KB) 2026-09-04 00:01.56: Job succeeded