Build:
- 0
2026-06-24 12:11.36: New job: build rfsm.1.6-alpha-3 (8dfdb190c4f2) 2026-06-24 12:11.36: Waiting for resource in pool day11-builds 2026-06-24 13:36.08: Got resource from pool day11-builds 2026-06-24 13:36.08: [profile full] build rfsm.1.6-alpha-3 2026-06-24 13:36.08: build rfsm.1.6-alpha-3 (8dfdb190c4f2) === DEPENDENCIES (11 transitive) === base-threads.base c9e7bdbf5823 base-unix.base 7d1428be9ddb dune.3.23.1 848a72441e15 lascar.0.6-alpha 3f7d8439f371 menhir.20211128 4d375e46691e menhirLib.20211128 84dec646e3db menhirSdk.20211128 fab0287522a3 ocaml.4.14.4 b047fb9251f4 ocaml-base-compiler.4.14.4 d3b7ccb2c6fb ocaml-config.2 2d9c209f5590 ocamlgraph.2.2.0 9a3a86466508 === STDOUT === Processing: [default: loading data] [rfsm.1.6-alpha-3: dl] [rfsm.1.6-alpha-3: extract] -> retrieved rfsm.1.6-alpha-3 (https://opam.ocaml.org/cache) [rfsm: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "rfsm" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/rfsm.1.6-alpha-3) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -bin-annot -I src/lib/.rfsm.objs/byte -I /home/opam/.opam/default/lib/lascar -I /home/opam/.opam/default/lib/lascar/utils -I /home/opam/.opam/default/lib/ocamlgraph -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/byte/rfsm__Types.cmo -c -impl src/lib/types.ml) - File "src/lib/types.ml", line 16, characters 62-80: - 16 | module VarSet = Set.Make(struct type t = string let compare = Pervasives.compare end) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -bin-annot -I src/lib/.rfsm.objs/byte -I /home/opam/.opam/default/lib/lascar -I /home/opam/.opam/default/lib/lascar/utils -I /home/opam/.opam/default/lib/ocamlgraph -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/byte/rfsm__Expr.cmo -c -impl src/lib/expr.ml) - File "src/lib/expr.ml", line 91, characters 62-80: - 91 | module VarSet = Set.Make(struct type t = string let compare = Pervasives.compare end) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -I src/lib/.rfsm.objs/byte -I src/lib/.rfsm.objs/native -I /home/opam/.opam/default/lib/lascar -I /home/opam/.opam/default/lib/lascar/utils -I /home/opam/.opam/default/lib/ocamlgraph -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/native/rfsm__Types.cmx -c -impl src/lib/types.ml) - File "src/lib/types.ml", line 16, characters 62-80: - 16 | module VarSet = Set.Make(struct type t = string let compare = Pervasives.compare end) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -I src/lib/.rfsm.objs/byte -I src/lib/.rfsm.objs/native -I /home/opam/.opam/default/lib/lascar -I /home/opam/.opam/default/lib/lascar/utils -I /home/opam/.opam/default/lib/ocamlgraph -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/native/rfsm__Expr.cmx -c -impl src/lib/expr.ml) - File "src/lib/expr.ml", line 91, characters 62-80: - 91 | module VarSet = Set.Make(struct type t = string let compare = Pervasives.compare end) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -bin-annot -I src/lib/.rfsm.objs/byte -I /home/opam/.opam/default/lib/lascar -I /home/opam/.opam/default/lib/lascar/utils -I /home/opam/.opam/default/lib/ocamlgraph -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/byte/rfsm__Fsm.cmo -c -impl src/lib/fsm.ml) - File "src/lib/fsm.ml", line 37, characters 16-34: - 37 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/lib/fsm.ml", line 67, characters 16-34: - 67 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -bin-annot -I src/lib/.rfsm.objs/byte -I /home/opam/.opam/default/lib/lascar -I /home/opam/.opam/default/lib/lascar/utils -I /home/opam/.opam/default/lib/ocamlgraph -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/byte/rfsm__Dynamic.cmo -c -impl src/lib/dynamic.ml) - File "src/lib/dynamic.ml", line 235, characters 34-52: - 235 | let compare_priority t1 t2 = Pervasives.compare (priority_of t2) (priority_of t1) in (* reverse order *) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -bin-annot -I src/lib/.rfsm.objs/byte -I /home/opam/.opam/default/lib/lascar -I /home/opam/.opam/default/lib/lascar/utils -I /home/opam/.opam/default/lib/ocamlgraph -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/byte/rfsm__Static.cmo -c -impl src/lib/static.ml) - File "src/lib/static.ml", line 17, characters 20-38: - 17 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -I src/lib/.rfsm.objs/byte -I src/lib/.rfsm.objs/native -I /home/opam/.opam/default/lib/lascar -I /home/opam/.opam/default/lib/lascar/utils -I /home/opam/.opam/default/lib/ocamlgraph -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/native/rfsm__Fsm.cmx -c -impl src/lib/fsm.ml) - File "src/lib/fsm.ml", line 37, characters 16-34: - 37 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/lib/fsm.ml", line 67, characters 16-34: - 67 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -I src/lib/.rfsm.objs/byte -I src/lib/.rfsm.objs/native -I /home/opam/.opam/default/lib/lascar -I /home/opam/.opam/default/lib/lascar/utils -I /home/opam/.opam/default/lib/ocamlgraph -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/native/rfsm__Dynamic.cmx -c -impl src/lib/dynamic.ml) - File "src/lib/dynamic.ml", line 235, characters 34-52: - 235 | let compare_priority t1 t2 = Pervasives.compare (priority_of t2) (priority_of t1) in (* reverse order *) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -I src/lib/.rfsm.objs/byte -I src/lib/.rfsm.objs/native -I /home/opam/.opam/default/lib/lascar -I /home/opam/.opam/default/lib/lascar/utils -I /home/opam/.opam/default/lib/ocamlgraph -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/native/rfsm__Static.cmx -c -impl src/lib/static.ml) - File "src/lib/static.ml", line 17, characters 20-38: - 17 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - (cd _build/default && /home/opam/.opam/default/bin/menhir src/bin/old_parser.mly --base src/bin/old_parser --infer-read-reply src/bin/old_parser__mock.mli.inferred) - Warning: 2 states have shift/reduce conflicts. - Warning: 2 shift/reduce conflicts were arbitrarily resolved. - (cd _build/default && /home/opam/.opam/default/bin/menhir src/bin/main_parser.mly --base src/bin/main_parser --infer-read-reply src/bin/main_parser__mock.mli.inferred) - Warning: 2 states have shift/reduce conflicts. - Warning: 2 shift/reduce conflicts were arbitrarily resolved. -> compiled rfsm.1.6-alpha-3 -> installed rfsm.1.6-alpha-3 === STDERR === 2026-06-24 13:36.24: OK: build rfsm.1.6-alpha-3 (runc: 9.1s, disk: 15KB) 2026-06-24 13:36.24: Job succeeded