Build:
  1. 0
2026-06-16 17:16.12: New job: build binsec.0.9.0 (c90b17ee1b3e)
2026-06-16 17:16.12: Waiting for resource in pool day11-builds
2026-06-16 18:04.21: Got resource from pool day11-builds
2026-06-16 18:04.21: [profile full] build binsec.0.9.0
2026-06-16 18:04.21: build binsec.0.9.0 (c90b17ee1b3e)
=== DEPENDENCIES (30 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  conf-gmp.5                                         61e3c79e0ddf
  conf-pkg-config.5                                  64c6b37d622b
  csexp.1.5.2                                        1637d117a8bb
  dune.3.23.1                                        433683e90514
  dune-private-libs.3.23.1                           07654aa79309
  dune-site.3.23.1                                   8c934bbe9c98
  dyn.3.23.1                                         5422467d975c
  dypgen.0.2.1                                       301104f2f241
  fs-io.3.23.1                                       94d5fde32e5a
  grain_dypgen.0.2.1                                 d5e4375ba613
  ISO8601.0.2.6                                      18443f9a32b3
  menhir.20260209                                    db1e576d09fc
  menhirCST.20260209                                 5ae1ce0e3cc9
  menhirGLR.20260209                                 a21348cfb497
  menhirLib.20260209                                 643af17924e0
  menhirSdk.20260209                                 3c82faacb8b3
  ocaml.5.3.0                                        f3f5cb82ec5e
  ocaml-base-compiler.5.3.0                          3282792848d7
  ocaml-compiler.5.3.0                               ec781058d2f3
  ocaml-config.3                                     0df636be409d
  ocamlfind.1.9.8                                    814b8d0197a7
  ocamlgraph.2.2.0                                   a76bf61b4295
  ordering.3.23.1                                    af2575010b0a
  pp.2.0.0                                           1e61e99dad3e
  stdune.3.23.1                                      f18a01ccbbf2
  toml.7.1.0                                         9e4cf1acb30d
  top-closure.3.23.1                                 54bd179bad61
  zarith.1.14                                        092094dfacac
=== STDOUT ===
Processing: [default: loading data]
[binsec.0.9.0: dl]
[binsec.0.9.0: extract]
-> retrieved binsec.0.9.0  (https://opam.ocaml.org/cache)
[binsec: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "binsec" "-j" "39" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/binsec.0.9.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w -3 -g -bin-annot -bin-annot-occurrences -I src/.binsec.objs/byte -I /home/opam/.opam/default/lib/dune-private-libs/dune-section -I /home/opam/.opam/default/lib/dune-private-libs/meta_parser -I /home/opam/.opam/default/lib/dune-site -I /home/opam/.opam/default/lib/dune-site/linker -I /home/opam/.opam/default/lib/dune-site/plugins -I /home/opam/.opam/default/lib/dune-site/private -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/ocamlgraph -I /home/opam/.opam/default/lib/zarith -no-alias-deps -open Binsec -o src/.binsec.objs/byte/binsec__Hash.cmi -c -intf src/base/hash.mli)
- File "src/base/hash.mli", line 34, characters 25-31:
- 34 | val return : t -> int [@@inline]
-                               ^^^^^^
- Warning 53 [misplaced-attribute]: the "inline" attribute cannot appear in this context
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w -3 -g -I src/.binsec.objs/byte -I src/.binsec.objs/native -I /home/opam/.opam/default/lib/dune-private-libs/dune-section -I /home/opam/.opam/default/lib/dune-private-libs/meta_parser -I /home/opam/.opam/default/lib/dune-site -I /home/opam/.opam/default/lib/dune-site/linker -I /home/opam/.opam/default/lib/dune-site/plugins -I /home/opam/.opam/default/lib/dune-site/private -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/ocamlgraph -I /home/opam/.opam/default/lib/zarith -cmi-file src/.binsec.objs/byte/binsec__Hashamt.cmi -no-alias-deps -open Binsec -o src/.binsec.objs/native/binsec__Hashamt.cmx -c -impl src/base/hashamt.ml)
- File "src/base/hashamt.ml", line 93, characters 5-12:
- 93 |   [@@inlined]
-           ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- 
- File "src/base/hashamt.ml", line 117, characters 7-14:
- 117 |     [@@inlined]
-              ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- 
- File "src/base/hashamt.ml", line 119, characters 49-56:
- 119 |     let mem x b : bool = b land select x != 0 [@@inlined]
-                                                        ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- 
- File "src/base/hashamt.ml", line 120, characters 55-62:
- 120 |     let get x v b : 'a = v.(popcnt (b land mask x)) [@@inlined]
-                                                              ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- 
- File "src/base/hashamt.ml", line 121, characters 64-71:
- 121 |     let set x a v b : unit = v.(popcnt (b land mask x)) <- a [@@inlined]
-                                                                       ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w -3 -g -bin-annot -bin-annot-occurrences -I src/.binsec.objs/byte -I /home/opam/.opam/default/lib/dune-private-libs/dune-section -I /home/opam/.opam/default/lib/dune-private-libs/meta_parser -I /home/opam/.opam/default/lib/dune-site -I /home/opam/.opam/default/lib/dune-site/linker -I /home/opam/.opam/default/lib/dune-site/plugins -I /home/opam/.opam/default/lib/dune-site/private -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/ocamlgraph -I /home/opam/.opam/default/lib/zarith -cmi-file src/.binsec.objs/byte/binsec__Hashamt.cmi -no-alias-deps -open Binsec -o src/.binsec.objs/byte/binsec__Hashamt.cmo -c -impl src/base/hashamt.ml)
- File "src/base/hashamt.ml", line 93, characters 5-12:
- 93 |   [@@inlined]
-           ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- 
- File "src/base/hashamt.ml", line 117, characters 7-14:
- 117 |     [@@inlined]
-              ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- 
- File "src/base/hashamt.ml", line 119, characters 49-56:
- 119 |     let mem x b : bool = b land select x != 0 [@@inlined]
-                                                        ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- 
- File "src/base/hashamt.ml", line 120, characters 55-62:
- 120 |     let get x v b : 'a = v.(popcnt (b land mask x)) [@@inlined]
-                                                              ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- 
- File "src/base/hashamt.ml", line 121, characters 64-71:
- 121 |     let set x a v b : unit = v.(popcnt (b land mask x)) <- a [@@inlined]
-                                                                       ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- (cd _build/default && /home/opam/.opam/default/bin/menhir src/smtlib/smtlib_parser.mly --base src/smtlib/smtlib_parser --infer-read-reply src/smtlib/smtlib_parser__mock.mli.inferred)
- Warning: one state has shift/reduce conflicts.
- Warning: 9 shift/reduce conflicts were arbitrarily resolved.
- (cd _build/default && /home/opam/.opam/default/bin/menhir src/parser/dbacsl_parser.mly --base src/parser/dbacsl_parser --infer-read-reply src/parser/dbacsl_parser__mock.mli.inferred)
- Warning: 7 states have shift/reduce conflicts.
- Warning: 94 shift/reduce conflicts were arbitrarily resolved.
- (cd _build/default && /home/opam/.opam/default/bin/menhir src/parser/parser.mly --base src/parser/parser --infer-read-reply src/parser/parser__mock.mli.inferred)
- Warning: 6 states have shift/reduce conflicts.
- Warning: 86 states have end-of-stream conflicts.
- Warning: 34 shift/reduce conflicts were arbitrarily resolved.
- Warning: 86 end-of-stream conflicts were arbitrarily resolved.
[binsec: dune install]
+ /home/opam/.opam/default/bin/dune "install" "-p" "binsec" "--create-install-files" "binsec" (CWD=/home/opam/.opam/default/.opam-switch/build/binsec.0.9.0)
-> compiled  binsec.0.9.0
-> installed binsec.0.9.0
[WARNING] Opam package conf-pkg-config.5 depends on the following system package that can no longer be found: pkg-config

=== STDERR ===

2026-06-16 18:05.47: OK: build binsec.0.9.0 (runc: 54.7s, disk: 15KB)
2026-06-16 18:05.47: Job succeeded