Build:
  1. 0
2026-06-24 13:55.34: New job: build systemverilog.0.0.1 (0af9c4809022)
2026-06-24 13:55.34: Waiting for resource in pool day11-builds
2026-06-24 16:04.15: Got resource from pool day11-builds
2026-06-24 16:04.15: [profile full] build systemverilog.0.0.1
2026-06-24 16:04.15: build systemverilog.0.0.1 (0af9c4809022)
=== DEPENDENCIES (20 transitive) ===
  astring.0.8.5                                      832f01f8db85
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  dune.3.23.1                                        dc7ac21ea3be
  menhir.20200211                                    d912fa646dfc
  menhirLib.20200211                                 acc23f51a2e6
  menhirSdk.20200211                                 089d10e6f7b9
  ocaml.5.4.1                                        71fed6f83b21
  ocaml-base-compiler.5.4.1                          4b8cbe74bda9
  ocaml-compiler.5.4.1                               df07189447bd
  ocaml-compiler-libs.v0.17.0                        16db8c1cf256
  ocaml-config.3                                     e4a06a221f09
  ocamlbuild.0.16.1                                  17067329c57b
  ocamlfind.1.9.8                                    567e34ecf540
  ppx_derivers.1.2.1                                 9db920257470
  ppx_import.1.12.0                                  65df0fd7fa1b
  ppxlib.0.38.0                                      778175ab9125
  sexplib0.v0.17.0                                   bc4140a6824d
  stdlib-shims.0.3.0                                 d3f2d28ed00d
  topkg.1.1.1                                        6f52f98db34d
=== STDOUT ===
Processing: [default: loading data]
[systemverilog.0.0.1: dl]
[systemverilog.0.0.1: extract]
-> retrieved systemverilog.0.0.1  (https://opam.ocaml.org/cache)
[systemverilog: subst] expanding opam variables in pkg/META.in, generating pkg/META
[systemverilog: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--dev-pkg" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/systemverilog.0.0.1)
- + ocamlfind ocamlc -config
- + ocamlfind ocamlopt -I +unix unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -modules src/grammar.mli > src/grammar.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/grammar.cmi src/grammar.mli
- + ocamlfind ocamldep -package ppx_import -modules src/grammar.ml > src/grammar.ml.depends
- + ocamlfind ocamldep -modules src/lexer.mli > src/lexer.mli.depends
- + menhir --raw-depend --ocamldep 'ocamlfind ocamldep -modules' src/parser.mly > src/parser.mly.depends
- + menhir --ocamlc 'ocamlfind ocamlc -g -bin-annot -safe-string -w -40 -package ppx_import -I src' --infer src/parser.mly
- + ocamlfind ocamldep -modules src/parser.mli > src/parser.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/parser.cmi src/parser.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/lexer.cmi src/lexer.mli
- + /home/opam/.opam/default/bin/ocamllex.opt -q src/lexer.mll
- + ocamlfind ocamldep -package ppx_import -modules src/lexer.ml > src/lexer.ml.depends
- + ocamlfind ocamldep -package ppx_import -modules src/parser.ml > src/parser.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package ppx_import -I src -o src/grammar.cmo src/grammar.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package ppx_import -I src -o src/lexer.cmo src/lexer.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -w -40 -package ppx_import -I src -o src/parser.cmo src/parser.ml
- + ocamlfind ocamlc -pack -g -bin-annot src/grammar.cmo src/parser.cmo src/lexer.cmo -o src/SystemVerilog.cmo
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -for-pack SystemVerilog -package ppx_import -I src -o src/grammar.cmx src/grammar.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -for-pack SystemVerilog -w -40 -package ppx_import -I src -o src/parser.cmx src/parser.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -for-pack SystemVerilog -package ppx_import -I src -o src/lexer.cmx src/lexer.ml
- + touch src/SystemVerilog.mli  ; if  ocamlfind ocamlopt -pack -g -bin-annot -I src src/grammar.cmx src/parser.cmx src/lexer.cmx -o src/SystemVerilog.cmx  ; then  rm -f src/SystemVerilog.mli  ; else  rm -f src/SystemVerilog.mli  ; exit 1; fi
- + ocamlfind ocamlopt -a -I src src/SystemVerilog.cmx -o src/SystemVerilog.cmxa
- + ocamlfind ocamldep -modules tools/sv_parse.ml > tools/sv_parse.ml.depends
- + ocamlfind ocamlc -c -I +unix -g -bin-annot -safe-string -I tools -I src -o tools/sv_parse.cmo tools/sv_parse.ml
- + ocamlfind ocamlopt -c -I +unix -g -bin-annot -safe-string -I tools -I src -o tools/sv_parse.cmx tools/sv_parse.ml
- + ocamlfind ocamlopt -c -I +unix -g -bin-annot -safe-string -I tools -I src -o tools/sv_parse.cmx tools/sv_parse.ml
- File "tools/sv_parse.ml", line 1:
- Error: src/grammar.cmx was built with -for-pack SystemVerilog, but the 
-        current unit Sv_parse is not
- Command exited with code 2.
- pkg.ml: [ERROR] cmd ['ocamlbuild' '-use-ocamlfind' '-classic-display' '-j' '4' '-tag' 'debug'
-      '-build-dir' '_build' 'pkg.otarget']: exited with 10
[ERROR] The compilation of systemverilog.0.0.1 failed at "ocaml pkg/pkg.ml build --dev-pkg false".
build failed... 

=== STDERR ===

2026-06-24 16:04.34: FAILED: build systemverilog.0.0.1
2026-06-24 16:04.34: Job failed: build failed: systemverilog.0.0.1