OCamllabs icon Home|Differences with the last checks|Previous runs


Building on summer

(from freebsd)
2024-04-18 06:54.36 ---> using "77d5fe31836124b4684d554707425c4fde23f9ef3df0a804431a47419573778d" from cache

/: (user (uid 1000) (gid 1000))

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2024-04-18 06:54.36 ---> using "a2b22593046b56fadc85e22b0da7b84e903c1f5aa4d42a7c481121ceec28b31f" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q f089d8564db935c703bea70a4b3d8335ffa1bef3"))
2024-04-18 06:54.36 ---> using "83de7f37a3fdfdf2af7d52001c195007ba3d03fbf63bb1c5deeb0bd7199a7e68" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2024-04-18 06:54.36 ---> using "ae05d419fac6605f1fa37d4b0e1385766018ebaa3233982c89fd3cd33bf5b52b" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.14.1' 'ocaml-base-compiler.4.14.1'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.14.1"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.14.1  (cached)
-> installed ocaml-base-compiler.4.14.1
-> installed ocaml-config.2
-> installed ocaml.4.14.1
Done.
# Run eval $(opam env --switch=4.14.1) to update the current shell environment
2024-04-18 06:54.36 ---> using "141be27e9e0ebb1fb3c3878d245ca5b32294a540950418ca62d711f486fac687" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2024-04-18 06:54.36 ---> using "72aa242bda62d28199dcb867f3fc8b109a5eb0c910cde2077a6e022a52d02938" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"erlang.0.0.14\"\
               \nopam install -vy \"erlang.0.0.14\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"erlang.0.0.14\" | grep -q '\"freebsd\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
[NOTE] erlang.0.0.14 is not installed.

Nothing to do.
The following actions will be performed:
=== install 20 packages
  - install base                v0.16.3           [required by ppx_sexp_conv]
  - install cmdliner            1.2.0             [required by erlang]
  - install conf-bash           1                 [required by base]
  - install csexp               1.5.2             [required by dune-configurator]
  - install dune                3.15.0            [required by erlang]
  - install dune-configurator   3.15.0            [required by base]
  - install erlang              0.0.14
  - install menhir              20231231          [required by erlang]
  - install menhirCST           20231231          [required by menhir]
  - install menhirLib           20231231          [required by menhir]
  - install menhirSdk           20231231          [required by menhir]
  - install num                 1.5               [required by sexplib]
  - install ocaml-compiler-libs v0.12.4           [required by ppxlib]
  - install parsexp             v0.16.0           [required by sexplib]
  - install ppx_derivers        1.2.1             [required by ppxlib]
  - install ppx_sexp_conv       v0.16.0           [required by erlang]
  - install ppxlib              0.32.1~5.2preview [required by ppx_sexp_conv]
  - install sexplib             v0.16.0           [required by erlang]
  - install sexplib0            v0.16.0           [required by ppx_sexp_conv, sexplib]
  - install stdlib-shims        0.3.0             [required by ppxlib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/56:
Processing  2/56:
Processing  3/56:
Processing  4/56:
Processing  5/56: [conf-bash: bash]
+ /usr/local/bin/bash "--version" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/conf-bash.1)
- GNU bash, version 5.2.21(0)-release (amd64-portbld-freebsd14.0)
- Copyright (C) 2022 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- 
- This is free software; you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
-> compiled  conf-bash.1
Processing  5/56:
-> installed conf-bash.1
Processing  6/56:
-> retrieved csexp.1.5.2  (cached)
Processing  7/56:
-> retrieved cmdliner.1.2.0  (cached)
Processing  8/56:
Processing  9/56: [cmdliner: gmake all]
-> retrieved base.v0.16.3  (cached)
Processing 10/56: [cmdliner: gmake all]
-> retrieved erlang.0.0.14  (cached)
Processing 11/56: [cmdliner: gmake all]
-> retrieved menhir.20231231, menhirCST.20231231, menhirLib.20231231, menhirSdk.20231231  (cached)
Processing 12/56: [cmdliner: gmake all]
-> retrieved num.1.5  (cached)
Processing 13/56: [cmdliner: gmake all]
Processing 14/56: [cmdliner: gmake all] [num: gmake opam-legacy]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 15/56: [cmdliner: gmake all] [num: gmake opam-legacy]
-> retrieved parsexp.v0.16.0  (cached)
Processing 16/56: [cmdliner: gmake all] [num: gmake opam-legacy]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 17/56: [cmdliner: gmake all] [num: gmake opam-legacy]
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
Processing 18/56: [cmdliner: gmake all] [num: gmake opam-legacy]
-> retrieved sexplib.v0.16.0  (cached)
Processing 19/56: [cmdliner: gmake all] [num: gmake opam-legacy]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 20/56: [cmdliner: gmake all] [num: gmake opam-legacy]
-> retrieved ppxlib.0.32.1~5.2preview  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.15.0, dune-configurator.3.15.0  (cached)
Processing 21/56: [cmdliner: gmake all] [dune: ocaml 15] [num: gmake opam-legacy]
+ /usr/local/bin/gmake "all" "PREFIX=/home/opam/.opam/4.14.1" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/cmdliner.1.2.0)
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.2.0
Processing 21/56: [dune: ocaml 15] [num: gmake opam-legacy]
Processing 22/56: [dune: ocaml 15] [num: gmake opam-legacy] [cmdliner: gmake install]
+ /usr/local/bin/gmake "install" "LIBDIR=/home/opam/.opam/4.14.1/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.14.1/doc/cmdliner" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/cmdliner.1.2.0)
- install -d "/home/opam/.opam/4.14.1/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/4.14.1/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/4.14.1/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/4.14.1/lib/cmdliner"
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   "/home/opam/.opam/4.14.1/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/4.14.1/lib/cmdliner"
Processing 22/56: [dune: ocaml 15] [num: gmake opam-legacy] [cmdliner: gmake install-doc]
+ /usr/local/bin/gmake "install-doc" "LIBDIR=/home/opam/.opam/4.14.1/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.14.1/doc/cmdliner" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/cmdliner.1.2.0)
- install -d "/home/opam/.opam/4.14.1/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/4.14.1/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/4.14.1/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.2.0
Processing 22/56: [dune: ocaml 15] [num: gmake opam-legacy]
+ /usr/local/bin/gmake "PROFILE=release" "opam-legacy" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/num.1.5)
- /usr/local/bin/gmake -C src all
- gmake[1]: Entering directory '/home/opam/.opam/4.14.1/.opam-switch/build/num.1.5/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.1/.opam-switch/build/num.1.5/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5
Processing 22/56: [dune: ocaml 15]
-> installed num.1.5
Processing 23/56: [dune: ocaml 15]
+ /home/opam/.opam/4.14.1/bin/ocaml "boot/bootstrap.ml" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/dune.3.15.0)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- /tmp/camlobj988373.c:16598:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
- extern value caml_get_public_method();
-              ^
- /home/opam/.opam/4.14.1/lib/ocaml/caml/mlvalues.h:236:18: note: conflicting prototype is here
- CAMLextern value caml_get_public_method (value obj, value tag);
-                  ^
- /tmp/camlobj988373.c:16780:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
- extern value caml_set_oo_id();
-              ^
- /home/opam/.opam/4.14.1/lib/ocaml/caml/mlvalues.h:413:18: note: conflicting prototype is here
- CAMLextern value caml_set_oo_id(value obj);
-                  ^
- 2 warnings generated.
- ./.duneboot.exe -j 15
- cd _boot && /home/opam/.opam/4.14.1/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
- File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- cd _boot && /home/opam/.opam/4.14.1/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
- File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- cd _boot && /home/opam/.opam/4.14.1/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
- File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- cd _boot && /home/opam/.opam/4.14.1/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
- File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (_, Checksum_mismatch _)
- 

Processing 23/56: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/4.14.1/.opam-switch/build/dune.3.15.0/./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/dune.3.15.0)
-> compiled  dune.3.15.0
-> installed dune.3.15.0
Processing 25/56: [csexp: dune build]
Processing 26/56: [csexp: dune build] [menhirCST: dune build]
Processing 27/56: [csexp: dune build] [menhirCST: dune build] [menhirLib: dune build]
Processing 28/56: [csexp: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 29/56: [csexp: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
Processing 30/56: [csexp: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 31/56: [csexp: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
Processing 32/56: [csexp: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "csexp" "-j" "15" "@install" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/csexp.1.5.2)
-> compiled  csexp.1.5.2
Processing 32/56: [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed csexp.1.5.2
Processing 33/56: [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 34/56: [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "stdlib-shims" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled  stdlib-shims.0.3.0
Processing 34/56: [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
-> installed stdlib-shims.0.3.0
Processing 35/56: [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
+ /bin/rm "-rf" "vendor/csexp" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/dune-configurator.3.15.0)
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "sexplib0" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/sexplib0.v0.16.0)
-> compiled  sexplib0.v0.16.0
Processing 35/56: [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed sexplib0.v0.16.0
Processing 36/56: [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 37/56: [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [parsexp: dune build] [ppx_derivers: dune build]
+ /bin/rm "-rf" "vendor/pp" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/dune-configurator.3.15.0)
Processing 37/56: [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [parsexp: dune build] [ppx_derivers: dune build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "ppx_derivers" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ppx_derivers.1.2.1)
-> compiled  ppx_derivers.1.2.1
Processing 37/56: [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [parsexp: dune build]
-> installed ppx_derivers.1.2.1
Processing 38/56: [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [parsexp: dune build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "ocaml-compiler-libs" "-j" "15" "@install" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ocaml-compiler-libs.v0.12.4)
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 38/56: [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [parsexp: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 39/56: [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [parsexp: dune build]
Processing 40/56: [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [parsexp: dune build] [ppxlib: dune build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "menhirSdk" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/menhirSdk.20231231)
-> compiled  menhirSdk.20231231
Processing 40/56: [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [parsexp: dune build] [ppxlib: dune build]
-> installed menhirSdk.20231231
Processing 41/56: [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [parsexp: dune build] [ppxlib: dune build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "menhirLib" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/menhirLib.20231231)
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20231231
Processing 41/56: [dune-configurator: dune build] [menhirCST: dune build] [parsexp: dune build] [ppxlib: dune build]
-> installed menhirLib.20231231
Processing 42/56: [dune-configurator: dune build] [menhirCST: dune build] [parsexp: dune build] [ppxlib: dune build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "menhirCST" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/menhirCST.20231231)
-> compiled  menhirCST.20231231
Processing 42/56: [dune-configurator: dune build] [parsexp: dune build] [ppxlib: dune build]
-> installed menhirCST.20231231
Processing 43/56: [dune-configurator: dune build] [parsexp: dune build] [ppxlib: dune build]
Processing 44/56: [dune-configurator: dune build] [menhir: dune build] [parsexp: dune build] [ppxlib: dune build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "dune-configurator" "-j" "15" "@install" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/dune-configurator.3.15.0)
-> compiled  dune-configurator.3.15.0
Processing 44/56: [menhir: dune build] [parsexp: dune build] [ppxlib: dune build]
-> installed dune-configurator.3.15.0
Processing 45/56: [menhir: dune build] [parsexp: dune build] [ppxlib: dune build]
Processing 46/56: [base: dune build] [menhir: dune build] [parsexp: dune build] [ppxlib: dune build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "parsexp" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/parsexp.v0.16.0)
-> compiled  parsexp.v0.16.0
Processing 46/56: [base: dune build] [menhir: dune build] [ppxlib: dune build]
-> installed parsexp.v0.16.0
Processing 47/56: [base: dune build] [menhir: dune build] [ppxlib: dune build]
Processing 48/56: [base: dune build] [menhir: dune build] [ppxlib: dune build] [sexplib: dune build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "sexplib" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/sexplib.v0.16.0)
-> compiled  sexplib.v0.16.0
Processing 48/56: [base: dune build] [menhir: dune build] [ppxlib: dune build]
-> installed sexplib.v0.16.0
Processing 49/56: [base: dune build] [menhir: dune build] [ppxlib: dune build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "base" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/base.v0.16.3)
-> compiled  base.v0.16.3
Processing 49/56: [menhir: dune build] [ppxlib: dune build]
-> installed base.v0.16.3
Processing 50/56: [menhir: dune build] [ppxlib: dune build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "ppxlib" "-j" "15" "@install" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ppxlib.0.32.1~5.2preview)
-> compiled  ppxlib.0.32.1~5.2preview
Processing 50/56: [menhir: dune build]
-> installed ppxlib.0.32.1~5.2preview
Processing 51/56: [menhir: dune build]
Processing 52/56: [menhir: dune build] [ppx_sexp_conv: dune build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "menhir" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/menhir.20231231)
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 99 sample input sentences and 99 error messages.
- Read 99 sample input sentences and 47 error messages.
- (cd _build/default && src/stage2/.bin/menhir --exn-carries-state --no-pager --require-aliases --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 199 states.
- The grammar is not SLR(1) -- 7 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 308 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 50 states.
- Priority played a role in 0 of these states.
- 156 out of 308 states have a default reduction.
- 108 out of 308 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 39 out of 96 symbols keep track of their end position.
- The StackLang code contains 4113 instructions in 277 blocks.
- The StackLang code comprises 5 mutually recursive groups.
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 99 sample input sentences and 47 error messages.
-> compiled  menhir.20231231
Processing 52/56: [ppx_sexp_conv: dune build]
-> installed menhir.20231231
Processing 53/56: [ppx_sexp_conv: dune build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "ppx_sexp_conv" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ppx_sexp_conv.v0.16.0)
-> compiled  ppx_sexp_conv.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
Processing 55/56: [erlang: dune build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "erlang" "-j" "15" "@install" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/erlang.0.0.14)
- (cd _build/default && /home/opam/.opam/4.14.1/bin/menhir --explain --dump erlang/src/erl_parser.mly --base erlang/src/erl_parser --infer-write-query erlang/src/erl_parser__mock.ml.mock)
- Note: the nonterminal symbol list (from erlang/src/erl_parser.mly) is renamed erlang_src_erl_parser_list.
- File "erlang/src/erl_parser.mly", line 90, characters 38-48:
- Warning: the token ARROW_BACK is unused.
- File "erlang/src/erl_parser.mly", line 86, characters 45-50:
- Warning: the token BEGIN is unused.
- File "erlang/src/erl_parser.mly", line 96, characters 16-26:
- Warning: the token UNDERSCORE is unused.
- (cd _build/default/erlang/src && /home/opam/.opam/4.14.1/bin/menhir erl_parser.mly --compile-errors erl_parser.messages) > _build/default/erlang/src/erl_parser_messages.ml
- Note: the nonterminal symbol list (from erl_parser.mly) is renamed erl_parser_list.
- File "erl_parser.mly", line 90, characters 38-48:
- Warning: the token ARROW_BACK is unused.
- File "erl_parser.mly", line 86, characters 45-50:
- Warning: the token BEGIN is unused.
- File "erl_parser.mly", line 96, characters 16-26:
- Warning: the token UNDERSCORE is unused.
- Warning: 20 states have shift/reduce conflicts.
- Warning: 2 states have reduce/reduce conflicts.
- Warning: 371 shift/reduce conflicts were arbitrarily resolved.
- Warning: 65 reduce/reduce conflicts were arbitrarily resolved.
- File "<standard.mly>", line 109, characters 18-18:
- Warning: production option(catch_class) -> is never reduced.
- Warning: in total, 1 production is never reduced.
- Read 1 sample input sentences and 1 error messages.
- (cd _build/default && /home/opam/.opam/4.14.1/bin/ocamlc.opt -w -40 -g -bin-annot -I erlang/src/.erlang.objs/byte -I /home/opam/.opam/4.14.1/lib/parsexp -I /home/opam/.opam/4.14.1/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14.1/lib/sexplib -I /home/opam/.opam/4.14.1/lib/sexplib0 -intf-suffix .ml -no-alias-deps -open Erlang__ -o erlang/src/.erlang.objs/byte/erlang__Erl_ast_helper.cmo -c -impl erlang/src/erl_ast_helper.pp.ml)
- File "erlang/src/erl_ast_helper.ml", line 125, characters 17-28:
- 125 |   let mk ~name ?(spec = None) ~cases =
-                        ^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "erlang/src/erl_ast_helper.ml", line 134, characters 18-30:
- 134 |   let case ~lhs ?(guard = None) ~rhs =
-                         ^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "erlang/src/erl_ast_helper.ml", line 140, characters 26-37:
- 140 |   let mk ?(kind = Type) ?(params = []) ~name ~expr =
-                                 ^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "erlang/src/erl_ast_helper.ml", line 140, characters 11-22:
- 140 |   let mk ?(kind = Type) ?(params = []) ~name ~expr =
-                  ^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "erlang/src/erl_ast_helper.ml", line 143, characters 14-23:
- 143 |   let apply ?(args = []) ~name = Type_constr { tc_name = name; tc_args = args }
-                     ^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "erlang/src/erl_ast_helper.ml", line 145, characters 13-22:
- 145 |   let fun_ ?(args = []) ~return =
-                    ^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/4.14.1/bin/menhir --explain --dump erlang/src/erl_parser.mly --base erlang/src/erl_parser --infer-read-reply erlang/src/erl_parser__mock.mli.inferred)
- Note: the nonterminal symbol list (from erlang/src/erl_parser.mly) is renamed erlang_src_erl_parser_list.
- Warning: 20 states have shift/reduce conflicts.
- Warning: 2 states have reduce/reduce conflicts.
- Warning: 371 shift/reduce conflicts were arbitrarily resolved.
- Warning: 65 reduce/reduce conflicts were arbitrarily resolved.
- File "<standard.mly>", line 109, characters 18-18:
- Warning: production option(catch_class) -> is never reduced.
- Warning: in total, 1 production is never reduced.
- (cd _build/default && /home/opam/.opam/4.14.1/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I erlang/bin/.erldump.eobjs/byte -I /home/opam/.opam/4.14.1/lib/cmdliner -I /home/opam/.opam/4.14.1/lib/parsexp -I /home/opam/.opam/4.14.1/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14.1/lib/sexplib -I /home/opam/.opam/4.14.1/lib/sexplib0 -I erlang/src/.erlang.objs/byte -no-alias-deps -open Dune__exe -o erlang/bin/.erldump.eobjs/byte/dune__exe__Erldump.cmo -c -impl erlang/bin/erldump.ml)
- File "erlang/bin/erldump.ml", line 23, characters 4-13:
- 23 |     Term.info name ~version ~doc ~man
-          ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "erlang/bin/erldump.ml", line 59, characters 11-15:
- 59 |     (Term.(pure run $ sources), info)
-                 ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "erlang/bin/erldump.ml", line 75, characters 8-19:
- 75 |   Term.(exit_status @@ eval_choice Help.cmd cmds)
-              ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.exit_status
- Use Stdlib.exit and Cmd.eval' instead.
- File "erlang/bin/erldump.ml", line 75, characters 23-34:
- 75 |   Term.(exit_status @@ eval_choice Help.cmd cmds)
-                             ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/4.14.1/bin/ocamlopt.opt -w -40 -g -I erlang/src/.erlang.objs/byte -I erlang/src/.erlang.objs/native -I /home/opam/.opam/4.14.1/lib/parsexp -I /home/opam/.opam/4.14.1/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14.1/lib/sexplib -I /home/opam/.opam/4.14.1/lib/sexplib0 -intf-suffix .ml -no-alias-deps -open Erlang__ -o erlang/src/.erlang.objs/native/erlang__Erl_ast_helper.cmx -c -impl erlang/src/erl_ast_helper.pp.ml)
- File "erlang/src/erl_ast_helper.ml", line 125, characters 17-28:
- 125 |   let mk ~name ?(spec = None) ~cases =
-                        ^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "erlang/src/erl_ast_helper.ml", line 134, characters 18-30:
- 134 |   let case ~lhs ?(guard = None) ~rhs =
-                         ^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "erlang/src/erl_ast_helper.ml", line 140, characters 26-37:
- 140 |   let mk ?(kind = Type) ?(params = []) ~name ~expr =
-                                 ^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "erlang/src/erl_ast_helper.ml", line 140, characters 11-22:
- 140 |   let mk ?(kind = Type) ?(params = []) ~name ~expr =
-                  ^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "erlang/src/erl_ast_helper.ml", line 143, characters 14-23:
- 143 |   let apply ?(args = []) ~name = Type_constr { tc_name = name; tc_args = args }
-                     ^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "erlang/src/erl_ast_helper.ml", line 145, characters 13-22:
- 145 |   let fun_ ?(args = []) ~return =
-                    ^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/4.14.1/bin/ocamlopt.opt -w -40 -safe-string -g -I erlang/bin/.erldump.eobjs/byte -I erlang/bin/.erldump.eobjs/native -I /home/opam/.opam/4.14.1/lib/cmdliner -I /home/opam/.opam/4.14.1/lib/parsexp -I /home/opam/.opam/4.14.1/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14.1/lib/sexplib -I /home/opam/.opam/4.14.1/lib/sexplib0 -I erlang/src/.erlang.objs/byte -I erlang/src/.erlang.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o erlang/bin/.erldump.eobjs/native/dune__exe__Erldump.cmx -c -impl erlang/bin/erldump.ml)
- File "erlang/bin/erldump.ml", line 23, characters 4-13:
- 23 |     Term.info name ~version ~doc ~man
-          ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "erlang/bin/erldump.ml", line 59, characters 11-15:
- 59 |     (Term.(pure run $ sources), info)
-                 ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "erlang/bin/erldump.ml", line 75, characters 8-19:
- 75 |   Term.(exit_status @@ eval_choice Help.cmd cmds)
-              ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.exit_status
- Use Stdlib.exit and Cmd.eval' instead.
- File "erlang/bin/erldump.ml", line 75, characters 23-34:
- 75 |   Term.(exit_status @@ eval_choice Help.cmd cmds)
-                             ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
-> compiled  erlang.0.0.14
-> installed erlang.0.0.14
Done.
2024-04-18 06:56.58 ---> saved as "f5128bd76b2c58c129d5104b88d197e8c0feeaf8c48a46c58d923533c96b869b"
Job succeeded