Last active
May 13, 2020 10:13
-
-
Save CohenCyril/fb450004e71c822313fb84da611b20d8 to your computer and use it in GitHub Desktop.
Failing building elpi 1.11.0 nix package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| these derivations will be built: | |
| /nix/store/73q5m4rrvyhdy2zq0vs33r6zkkzp7lgd-ocaml4.09.1-elpi-1.11.0.drv | |
| building '/nix/store/73q5m4rrvyhdy2zq0vs33r6zkkzp7lgd-ocaml4.09.1-elpi-1.11.0.drv'... | |
| unpacking sources | |
| unpacking source archive /nix/store/65h09410f0nhbssijpgqkcgnz27hyvhc-source | |
| source root is source | |
| patching sources | |
| configuring | |
| no configure script, doing nothing | |
| building | |
| dune build -p elpi @all ; RC=$?; \ | |
| ( cp -r _build/default/src/.ppcache src/ 2>/dev/null || true ); \ | |
| ( echo "FLG -ppx './merlinppx.exe --as-ppx --cookie '\''elpi_trace=\"true\"'\'''" >> src/.merlin );\ | |
| exit $RC | |
| ocamlc ppxfindcache/.ppxfindcache2.eobjs/byte/dune__exe__Ppxfindcache2.{cmi,cmo,cmt} | |
| File "ppxfindcache/ppxfindcache.useppx.ml", line 5, characters 2-44: | |
| Warning 21: this statement never returns (or has an unsound type.) | |
| File "ppxfindcache/ppxfindcache.useppx.ml", line 13, characters 4-46: | |
| Warning 21: this statement never returns (or has an unsound type.) | |
| ocamlc src/.elpi.objs/byte/elpi__Util.{cmo,cmt} | |
| File "src/util.ml", line 146, characters 16-34: | |
| 146 | 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 | |
| ocamlopt ppxfindcache/.ppxfindcache2.eobjs/native/dune__exe__Ppxfindcache2.{cmx,o} | |
| File "ppxfindcache/ppxfindcache.useppx.ml", line 5, characters 2-44: | |
| Warning 21: this statement never returns (or has an unsound type.) | |
| File "ppxfindcache/ppxfindcache.useppx.ml", line 13, characters 4-46: | |
| Warning 21: this statement never returns (or has an unsound type.) | |
| ocamlc src/.elpi.objs/byte/elpi__Ptmap.{cmo,cmt} | |
| File "src/ptmap.ml", line 223, characters 34-52: | |
| 223 | List.sort (fun (k1,_) (k2,_) -> Pervasives.compare k1 k2) | |
| ^^^^^^^^^^^^^^^^^^ | |
| 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 | |
| ocamlopt src/.elpi.objs/native/elpi__Util.{cmx,o} | |
| File "src/util.ml", line 146, characters 16-34: | |
| 146 | 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 | |
| ocamlopt src/.elpi.objs/native/elpi__Ptmap.{cmx,o} | |
| File "src/ptmap.ml", line 223, characters 34-52: | |
| 223 | List.sort (fun (k1,_) (k2,_) -> Pervasives.compare k1 k2) | |
| ^^^^^^^^^^^^^^^^^^ | |
| 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 | |
| ocamlc src/.elpi.objs/byte/elpi__Parser.{cmi,cmti} (exit 2) | |
| (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Parser.cmi -c -intf src/parser.pp.mli) | |
| File "src/parser.mli", line 16, characters 20-26: | |
| 16 | val precedence_of : Func.t -> fixity * int | |
| ^^^^^^ | |
| Error: Unbound module Func | |
| Hint: Did you mean Fun? | |
| ocamlc src/.elpi.objs/byte/elpi__Builtin.{cmi,cmti} (exit 2) | |
| (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Builtin.cmi -c -intf src/builtin.mli) | |
| File "src/builtin.mli", line 7, characters 5-16: | |
| 7 | open API.BuiltIn | |
| ^^^^^^^^^^^ | |
| Error: Unbound module API.BuiltIn | |
| ocamlc trace/ppx/.trace_ppx.objs/byte/trace_ppx.{cmi,cmo,cmt} (exit 2) | |
| (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I trace/ppx/.trace_ppx.objs/byte -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/4d9a98lcs9237f2bp51mgvpf397nn0pd-ocaml4.09.1-ppx_derivers-1.2.1/lib/ocaml/4.09.1/site-lib/ppx_derivers -I /nix/store/5y25dxlcjhma3ivxwrv4hg1rcqnjr0lb-ocaml4.09.1-ocaml-migrate-parsetree-1.5.0/lib/ocaml/4.09.1/site-lib/ocaml-migrate-parsetree -I /nix/store/ggarpg9a2lqrzl527djcw1rh7a69z9y1-ocaml4.09.1-sexplib0-0.13.0/lib/ocaml/4.09.1/site-lib/sexplib0 -I /nix/store/hicyy82mm431savwxda115m91hsbhb3v-ocaml4.09.1-stdio-0.13.0/lib/ocaml/4.09.1/site-lib/stdio -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/base_internalhash_types -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/caml -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/shadow_stdlib -I /nix/store/p00kfr7cp8a91g9swwlnsgvlnpalax3z-ocaml4.09.1-ocaml-compiler-libs-0.12.1/lib/ocaml/4.09.1/site-lib/ocaml-compiler-libs/common -I /nix/store/p00kfr7cp8a91g9swwlnsgvlnpalax3z-ocaml4.09.1-ocaml-compiler-libs-0.12.1/lib/ocaml/4.09.1/site-lib/ocaml-compiler-libs/shadow -I /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/lib/ocaml/compiler-libs -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/ast -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/print_diff -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/traverse_builtins -no-alias-deps -o trace/ppx/.trace_ppx.objs/byte/trace_ppx.cmo -c -impl trace/ppx/trace_ppx.pp.ml) | |
| File "trace/ppx/trace_ppx.ml", line 108, characters 20-29: | |
| 108 | List.exists (fun {attr_name = { txt; _ } ; _ } -> txt = "trace") l | |
| ^^^^^^^^^ | |
| Error: Unbound record field attr_name | |
| Hint: Did you mean pmtd_name? | |
| make: *** [Makefile:30: build] Error 1 | |
| builder for '/nix/store/73q5m4rrvyhdy2zq0vs33r6zkkzp7lgd-ocaml4.09.1-elpi-1.11.0.drv' failed with exit code 2 | |
| error: build of '/nix/store/73q5m4rrvyhdy2zq0vs33r6zkkzp7lgd-ocaml4.09.1-elpi-1.11.0.drv' failed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| these derivations will be built: | |
| /nix/store/im33vln04zmki2ssfkpl3wjdw3rjs6mn-ocaml4.09.1-elpi-1.11.0.drv | |
| building '/nix/store/im33vln04zmki2ssfkpl3wjdw3rjs6mn-ocaml4.09.1-elpi-1.11.0.drv'... | |
| unpacking sources | |
| unpacking source archive /nix/store/65h09410f0nhbssijpgqkcgnz27hyvhc-source | |
| source root is source | |
| patching sources | |
| configuring | |
| no configure script, doing nothing | |
| building | |
| dune build -p elpi --verbose @all ; RC=$?; \ | |
| ( cp -r _build/default/src/.ppcache src/ 2>/dev/null || true ); \ | |
| ( echo "FLG -ppx './merlinppx.exe --as-ppx --cookie '\''elpi_trace=\"true\"'\'''" >> src/.merlin );\ | |
| exit $RC | |
| Workspace root: /build/source | |
| Running[0]: /nix/store/3qgzqqamhnwm178amyb46pdrzx2nakl5-coreutils-8.31/bin/nproc > /build/dune0ab7b7.output 2> /dev/null | |
| Auto-detected concurrency: 8 | |
| disable binary cache | |
| Running[1]: /nix/store/h7nqs2szdj366wi0i2zkf91gn3xav7vv-ocaml-findlib-1.8.1/bin/ocamlfind printconf path > /build/dunee31ff5.output | |
| Running[2]: /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -config > /build/dune54c953.output | |
| Dune context: | |
| { name = "default" | |
| ; kind = "default" | |
| ; profile = Release | |
| ; merlin = true | |
| ; for_host = None | |
| ; fdo_target_exe = None | |
| ; build_dir = "default" | |
| ; toplevel_path = None | |
| ; ocaml_bin = | |
| External "/nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin" | |
| ; ocaml = | |
| Ok | |
| External | |
| "/nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocaml" | |
| ; ocamlc = | |
| External | |
| "/nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt" | |
| ; ocamlopt = | |
| Ok | |
| External | |
| "/nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt" | |
| ; ocamldep = | |
| Ok | |
| External | |
| "/nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt" | |
| ; ocamlmklib = | |
| Ok | |
| External | |
| "/nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlmklib.opt" | |
| ; env = | |
| map | |
| { "INSIDE_DUNE" : "/build/source/_build/default" | |
| ; "MANPATH" : "/build/source/_build/install/default/bin" | |
| ; "OCAMLFIND_IGNORE_DUPS_IN" : | |
| "/build/source/_build/install/default/lib" | |
| ; "OCAMLTOP_INCLUDE_PATH" : | |
| "/build/source/_build/install/default/lib/toplevel" | |
| ; "OCAML_COLOR" : "always" | |
| ; "OPAMCOLOR" : "always" | |
| } | |
| ; findlib_path = | |
| [ External | |
| "/nix/store/qyf4699gm5vdh0k9n6s3g3ly3vzgd2hy-dune-2.5.1/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/h7nqs2szdj366wi0i2zkf91gn3xav7vv-ocaml-findlib-1.8.1/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/y79r6ys1jpqsj9g4iqn5cli1nnf042zi-ocaml4.09.1-ppx_tools_versioned-5.3.0/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/5y25dxlcjhma3ivxwrv4hg1rcqnjr0lb-ocaml4.09.1-ocaml-migrate-parsetree-1.5.0/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/4d9a98lcs9237f2bp51mgvpf397nn0pd-ocaml4.09.1-ppx_derivers-1.2.1/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/p00kfr7cp8a91g9swwlnsgvlnpalax3z-ocaml4.09.1-ocaml-compiler-libs-0.12.1/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/hicyy82mm431savwxda115m91hsbhb3v-ocaml4.09.1-stdio-0.13.0/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/ggarpg9a2lqrzl527djcw1rh7a69z9y1-ocaml4.09.1-sexplib0-0.13.0/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/1isbmljrwrz5fsgcxgdqkr8cd9yzrlb6-ocaml4.09.1-ppx_tools-6.0+4.08.0/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/" | |
| ; External | |
| "/nix/store/h7nqs2szdj366wi0i2zkf91gn3xav7vv-ocaml-findlib-1.8.1/lib/ocaml/4.09.1/site-lib" | |
| ] | |
| ; arch_sixtyfour = true | |
| ; natdynlink_supported = true | |
| ; supports_shared_libraries = true | |
| ; ocaml_config = | |
| { version = "4.09.1" | |
| ; standard_library_default = | |
| "/nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/lib/ocaml" | |
| ; standard_library = | |
| "/nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/lib/ocaml" | |
| ; standard_runtime = "the_standard_runtime_variable_was_deleted" | |
| ; ccomp_type = "cc" | |
| ; c_compiler = "gcc" | |
| ; ocamlc_cflags = [ "-O2"; "-fno-strict-aliasing"; "-fwrapv"; "-fPIC" ] | |
| ; ocamlopt_cflags = [ "-O2"; "-fno-strict-aliasing"; "-fwrapv" ] | |
| ; bytecomp_c_compiler = | |
| [ "gcc" | |
| ; "-O2" | |
| ; "-fno-strict-aliasing" | |
| ; "-fwrapv" | |
| ; "-fPIC" | |
| ; "-D_FILE_OFFSET_BITS=64" | |
| ; "-D_REENTRANT" | |
| ] | |
| ; bytecomp_c_libraries = [ "-lm"; "-ldl"; "-lpthread" ] | |
| ; native_c_compiler = | |
| [ "gcc" | |
| ; "-O2" | |
| ; "-fno-strict-aliasing" | |
| ; "-fwrapv" | |
| ; "-D_FILE_OFFSET_BITS=64" | |
| ; "-D_REENTRANT" | |
| ] | |
| ; native_c_libraries = [ "-lm"; "-ldl" ] | |
| ; cc_profile = [] | |
| ; architecture = "amd64" | |
| ; model = "default" | |
| ; int_size = 63 | |
| ; word_size = 64 | |
| ; system = "linux" | |
| ; asm = [ "as" ] | |
| ; asm_cfi_supported = true | |
| ; with_frame_pointers = false | |
| ; ext_exe = "" | |
| ; ext_obj = ".o" | |
| ; ext_asm = ".s" | |
| ; ext_lib = ".a" | |
| ; ext_dll = ".so" | |
| ; os_type = "Unix" | |
| ; default_executable_name = "a.out" | |
| ; systhread_supported = true | |
| ; host = "x86_64-pc-linux-gnu" | |
| ; target = "x86_64-pc-linux-gnu" | |
| ; profiling = false | |
| ; flambda = false | |
| ; spacetime = false | |
| ; safe_string = false | |
| ; exec_magic_number = "Caml1999X026" | |
| ; cmi_magic_number = "Caml1999I026" | |
| ; cmo_magic_number = "Caml1999O026" | |
| ; cma_magic_number = "Caml1999A026" | |
| ; cmx_magic_number = "Caml1999Y026" | |
| ; cmxa_magic_number = "Caml1999Z026" | |
| ; ast_impl_magic_number = "Caml1999M026" | |
| ; ast_intf_magic_number = "Caml1999N026" | |
| ; cmxs_magic_number = "Caml1999D026" | |
| ; cmt_magic_number = "Caml1999T026" | |
| ; natdynlink_supported = true | |
| ; supports_shared_libraries = true | |
| ; windows_unicode = false | |
| } | |
| } | |
| Actual targets: | |
| - recursive alias @all | |
| Running[3]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -w -49 -nopervasives -nostdlib -g -bin-annot -I trace/runtime/.trace_ppx_runtime.objs/byte -no-alias-deps -o trace/runtime/.trace_ppx_runtime.objs/byte/trace_ppx_runtime.cmo -c -impl trace/runtime/trace_ppx_runtime.ml-gen) | |
| Running[4]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -intf trace/runtime/runtime.mli) > _build/default/trace/runtime/.trace_ppx_runtime.objs/runtime.mli.d | |
| Running[5]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl src/elpi.ml) > _build/default/src/.elpi.objs/elpi.ml.d | |
| Running[6]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -w -49 -nopervasives -nostdlib -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -no-alias-deps -o src/.elpi.objs/byte/elpi__.cmo -c -impl src/elpi__.ml-gen) | |
| Running[7]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl ppxfindcache/ppxfindcache_aux.ml) > _build/default/ppxfindcache/.ppxfindcache_aux.objs/ppxfindcache_aux.ml.d | |
| Running[8]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl ppxfindcache/ppxfindcache2.ml) > _build/default/ppxfindcache/.ppxfindcache2.eobjs/ppxfindcache2.ml.d | |
| Running[9]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -intf src/builtin.mli) > _build/default/src/.elpi.objs/builtin.mli.d | |
| Running[10]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl src/builtin_checker.ml) > _build/default/src/.elpi.objs/builtin_checker.ml.d | |
| Running[11]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -w -49 -nopervasives -nostdlib -g -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml-gen -no-alias-deps -o trace/runtime/.trace_ppx_runtime.objs/native/trace_ppx_runtime.cmx -c -impl trace/runtime/trace_ppx_runtime.ml-gen) | |
| Running[12]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl elpi_REPL.ml) > _build/default/.elpi_REPL.eobjs/elpi_REPL.ml.d | |
| Running[13]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I trace/runtime/.trace_ppx_runtime.objs/byte -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -no-alias-deps -open Trace_ppx_runtime -o trace/runtime/.trace_ppx_runtime.objs/byte/trace_ppx_runtime__Runtime.cmi -c -intf trace/runtime/runtime.mli) | |
| Running[14]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -w -49 -nopervasives -nostdlib -g -I src/.elpi.objs/byte -I src/.elpi.objs/native -I src/.elpi.objs/public_cmi -intf-suffix .ml-gen -no-alias-deps -o src/.elpi.objs/native/elpi__.cmx -c -impl src/elpi__.ml-gen) | |
| Running[15]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I ppxfindcache/.ppxfindcache_aux.objs/byte -no-alias-deps -o ppxfindcache/.ppxfindcache_aux.objs/byte/ppxfindcache_aux.cmo -c -impl ppxfindcache/ppxfindcache_aux.ml) | |
| Running[16]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl trace/runtime/runtime.ml) > _build/default/trace/runtime/.trace_ppx_runtime.objs/runtime.ml.d | |
| Running[17]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl src/builtin.ml) > _build/default/src/.elpi.objs/builtin.ml.d | |
| Running[18]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl src/builtin_map.ml) > _build/default/src/.elpi.objs/builtin_map.ml.d | |
| Running[19]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl src/builtin_set.ml) > _build/default/src/.elpi.objs/builtin_set.ml.d | |
| Running[20]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl src/builtin_stdlib.ml) > _build/default/src/.elpi.objs/builtin_stdlib.ml.d | |
| Running[21]: (cd _build/default && /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/bin/camlp5o -I . -I +camlp5 pa_extend.cmo pa_lexer.cmo src/parser.mli) > _build/default/src/parser.pp.mli | |
| Running[22]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Builtin_checker.cmo -c -impl src/builtin_checker.ml) | |
| Running[23]: (cd _build/default && /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/bin/camlp5o -I . -I +camlp5 pa_extend.cmo pa_lexer.cmo src/parser.ml) > _build/default/src/parser.pp.ml | |
| Running[24]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I trace/runtime/.trace_ppx_runtime.objs/byte -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -intf-suffix .ml -no-alias-deps -open Trace_ppx_runtime -o trace/runtime/.trace_ppx_runtime.objs/byte/trace_ppx_runtime__Runtime.cmo -c -impl trace/runtime/runtime.ml) | |
| Running[25]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Builtin_set.cmo -c -impl src/builtin_set.ml) | |
| Running[26]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Builtin_stdlib.cmo -c -impl src/builtin_stdlib.ml) | |
| Running[27]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -a -o ppxfindcache/ppxfindcache_aux.cma ppxfindcache/.ppxfindcache_aux.objs/byte/ppxfindcache_aux.cmo) | |
| Running[28]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl src/ppx_deriving_runtime_proxy.ml) > _build/default/src/.elpi.objs/ppx_deriving_runtime_proxy.ml.d | |
| Running[29]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -intf src/parser.pp.mli) > _build/default/src/.elpi.objs/parser.pp.mli.d | |
| Running[30]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -intf src/ptmap.mli) > _build/default/src/.elpi.objs/ptmap.mli.d | |
| Running[31]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl src/ptmap.ml) > _build/default/src/.elpi.objs/ptmap.ml.d | |
| Running[32]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Ppx_deriving_runtime_proxy.cmo -c -impl src/ppx_deriving_runtime_proxy.ml) | |
| Running[33]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -o .ppx/0224ad3443a846e54f1637fccb074e7d/ppx.exe -w -24 -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/4d9a98lcs9237f2bp51mgvpf397nn0pd-ocaml4.09.1-ppx_derivers-1.2.1/lib/ocaml/4.09.1/site-lib/ppx_derivers -I /nix/store/5y25dxlcjhma3ivxwrv4hg1rcqnjr0lb-ocaml4.09.1-ocaml-migrate-parsetree-1.5.0/lib/ocaml/4.09.1/site-lib/ocaml-migrate-parsetree -I /nix/store/ggarpg9a2lqrzl527djcw1rh7a69z9y1-ocaml4.09.1-sexplib0-0.13.0/lib/ocaml/4.09.1/site-lib/sexplib0 -I /nix/store/hicyy82mm431savwxda115m91hsbhb3v-ocaml4.09.1-stdio-0.13.0/lib/ocaml/4.09.1/site-lib/stdio -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/base_internalhash_types -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/caml -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/shadow_stdlib -I /nix/store/p00kfr7cp8a91g9swwlnsgvlnpalax3z-ocaml4.09.1-ocaml-compiler-libs-0.12.1/lib/ocaml/4.09.1/site-lib/ocaml-compiler-libs/common -I /nix/store/p00kfr7cp8a91g9swwlnsgvlnpalax3z-ocaml4.09.1-ocaml-compiler-libs-0.12.1/lib/ocaml/4.09.1/site-lib/ocaml-compiler-libs/shadow -I /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/lib/ocaml/compiler-libs -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/ast -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/metaquot -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/metaquot_lifters -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/print_diff -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/traverse_builtins /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/lib/ocaml/compiler-libs/ocamlcommon.cmxa /nix/store/p00kfr7cp8a91g9swwlnsgvlnpalax3z-ocaml4.09.1-ocaml-compiler-libs-0.12.1/lib/ocaml/4.09.1/site-lib/ocaml-compiler-libs/common/ocaml_common.cmxa /nix/store/p00kfr7cp8a91g9swwlnsgvlnpalax3z-ocaml4.09.1-ocaml-compiler-libs-0.12.1/lib/ocaml/4.09.1/site-lib/ocaml-compiler-libs/shadow/ocaml_shadow.cmxa /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result/result.cmxa /nix/store/4d9a98lcs9237f2bp51mgvpf397nn0pd-ocaml4.09.1-ppx_derivers-1.2.1/lib/ocaml/4.09.1/site-lib/ppx_derivers/ppx_derivers.cmxa /nix/store/5y25dxlcjhma3ivxwrv4hg1rcqnjr0lb-ocaml4.09.1-ocaml-migrate-parsetree-1.5.0/lib/ocaml/4.09.1/site-lib/ocaml-migrate-parsetree/migrate_parsetree.cmxa /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/ast/ppxlib_ast.cmxa /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/base_internalhash_types/base_internalhash_types.cmxa /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/caml/caml.cmxa /nix/store/ggarpg9a2lqrzl527djcw1rh7a69z9y1-ocaml4.09.1-sexplib0-0.13.0/lib/ocaml/4.09.1/site-lib/sexplib0/sexplib0.cmxa /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/shadow_stdlib/shadow_stdlib.cmxa /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/base.cmxa /nix/store/hicyy82mm431savwxda115m91hsbhb3v-ocaml4.09.1-stdio-0.13.0/lib/ocaml/4.09.1/site-lib/stdio/stdio.cmxa /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/print_diff/ppxlib_print_diff.cmxa /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/traverse_builtins/ppxlib_traverse_builtins.cmxa /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/ppxlib.cmxa /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/metaquot_lifters/ppxlib_metaquot_lifters.cmxa /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/metaquot/ppxlib_metaquot.cmxa .ppx/0224ad3443a846e54f1637fccb074e7d/_ppx.ml) | |
| Running[34]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Ptmap.cmi -c -intf src/ptmap.mli) | |
| Running[35]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl ppxfindcache/ppxfindcache.ml) > _build/default/ppxfindcache/.ppxfindcache.eobjs/ppxfindcache.ml.d | |
| Running[36]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -intf src/util.mli) > _build/default/src/.elpi.objs/util.mli.d | |
| Running[37]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl src/util.ml) > _build/default/src/.elpi.objs/util.ml.d | |
| Running[38]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl fix_elpi_install.ml) > _build/default/.fix_elpi_install.eobjs/fix_elpi_install.ml.d | |
| Running[39]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I .fix_elpi_install.eobjs/byte -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -no-alias-deps -o .fix_elpi_install.eobjs/byte/dune__exe__Fix_elpi_install.cmo -c -impl fix_elpi_install.ml) | |
| Running[40]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl src/merlinppx.ml) > _build/default/src/.merlinppx.eobjs/merlinppx.ml.d | |
| Running[41]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/test.ml) > _build/default/tests/.test.eobjs/test.ml.d | |
| Running[42]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Util.cmi -c -intf src/util.mli) | |
| Running[43]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -w -49 -nopervasives -nostdlib -g -bin-annot -I tests/sources/.sepcomp.objs/byte -no-alias-deps -o tests/sources/.sepcomp.objs/byte/sepcomp.cmo -c -impl tests/sources/sepcomp.ml-gen) | |
| Running[44]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/sources/sepcomp_template.ml) > _build/default/tests/sources/.sepcomp.objs/sepcomp_template.ml.d | |
| Running[45]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I tests/.test.eobjs/byte -no-alias-deps -o tests/.test.eobjs/byte/dune__exe__Test.cmo -c -impl tests/test.ml) | |
| Running[46]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/sources/sepcomp1.ml) > _build/default/tests/sources/.sepcomp1.eobjs/sepcomp1.ml.d | |
| Running[47]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -I .fix_elpi_install.eobjs/byte -I .fix_elpi_install.eobjs/native -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -intf-suffix .ml -no-alias-deps -o .fix_elpi_install.eobjs/native/dune__exe__Fix_elpi_install.cmx -c -impl fix_elpi_install.ml) | |
| Running[48]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/sources/sepcomp2.ml) > _build/default/tests/sources/.sepcomp2.eobjs/sepcomp2.ml.d | |
| Running[49]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -w -49 -nopervasives -nostdlib -g -I tests/sources/.sepcomp.objs/byte -I tests/sources/.sepcomp.objs/native -intf-suffix .ml-gen -no-alias-deps -o tests/sources/.sepcomp.objs/native/sepcomp.cmx -c -impl tests/sources/sepcomp.ml-gen) | |
| Running[50]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -I tests/.test.eobjs/byte -I tests/.test.eobjs/native -intf-suffix .ml -no-alias-deps -o tests/.test.eobjs/native/dune__exe__Test.cmx -c -impl tests/test.ml) | |
| Running[51]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -a -o trace/runtime/trace_ppx_runtime.cma trace/runtime/.trace_ppx_runtime.objs/byte/trace_ppx_runtime.cmo trace/runtime/.trace_ppx_runtime.objs/byte/trace_ppx_runtime__Runtime.cmo) | |
| Running[52]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/sources/sepcomp3.ml) > _build/default/tests/sources/.sepcomp3.eobjs/sepcomp3.ml.d | |
| Running[53]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/sources/sepcomp4.ml) > _build/default/tests/sources/.sepcomp4.eobjs/sepcomp4.ml.d | |
| Running[54]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/sources/sepcomp5.ml) > _build/default/tests/sources/.sepcomp5.eobjs/sepcomp5.ml.d | |
| Running[55]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -o fix_elpi_install.exe /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/re.cmxa .fix_elpi_install.eobjs/native/dune__exe__Fix_elpi_install.cmx) | |
| Running[56]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/sources/sepcomp6.ml) > _build/default/tests/sources/.sepcomp6.eobjs/sepcomp6.ml.d | |
| Running[57]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -w -49 -nopervasives -nostdlib -g -bin-annot -I tests/suite/.test_suite.objs/byte -no-alias-deps -o tests/suite/.test_suite.objs/byte/test_suite.cmo -c -impl tests/suite/test_suite.ml-gen) | |
| Running[58]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/suite/builtins.ml) > _build/default/tests/suite/.test_suite.objs/builtins.ml.d | |
| Running[59]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -o tests/test.exe tests/.test.eobjs/native/dune__exe__Test.cmx) | |
| Running[60]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -w -49 -nopervasives -nostdlib -g -I tests/suite/.test_suite.objs/byte -I tests/suite/.test_suite.objs/native -intf-suffix .ml-gen -no-alias-deps -o tests/suite/.test_suite.objs/native/test_suite.cmx -c -impl tests/suite/test_suite.ml-gen) | |
| Running[61]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/suite/correctness_FO.ml) > _build/default/tests/suite/.test_suite.objs/correctness_FO.ml.d | |
| Running[62]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/suite/correctness_HO.ml) > _build/default/tests/suite/.test_suite.objs/correctness_HO.ml.d | |
| Running[63]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/suite/elpi_api.ml) > _build/default/tests/suite/.test_suite.objs/elpi_api.ml.d | |
| Running[64]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/suite/elpi_specific.ml) > _build/default/tests/suite/.test_suite.objs/elpi_specific.ml.d | |
| Running[65]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Util.cmo -c -impl src/util.ml) | |
| Running[66]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/suite/performance_FO.ml) > _build/default/tests/suite/.test_suite.objs/performance_FO.ml.d | |
| Running[67]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/suite/performance_HO.ml) > _build/default/tests/suite/.test_suite.objs/performance_HO.ml.d | |
| Running[68]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -intf tests/suite/suite.mli) > _build/default/tests/suite/.test_suite.objs/suite.mli.d | |
| Running[69]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl tests/suite/suite.ml) > _build/default/tests/suite/.test_suite.objs/suite.ml.d | |
| Running[70]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I tests/suite/.test_suite.objs/byte -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/byte/test_suite__Suite.cmi -c -intf tests/suite/suite.mli) | |
| Running[71]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Builtin_map.cmo -c -impl src/builtin_map.ml) | |
| Running[72]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -intf-suffix .ml -no-alias-deps -open Trace_ppx_runtime -o trace/runtime/.trace_ppx_runtime.objs/native/trace_ppx_runtime__Runtime.cmx -c -impl trace/runtime/runtime.ml) | |
| Running[73]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl src/parser.pp.ml) > _build/default/src/.elpi.objs/parser.pp.ml.d | |
| Running[74]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -I ppxfindcache/.ppxfindcache_aux.objs/byte -I ppxfindcache/.ppxfindcache_aux.objs/native -intf-suffix .ml -no-alias-deps -o ppxfindcache/.ppxfindcache_aux.objs/native/ppxfindcache_aux.cmx -c -impl ppxfindcache/ppxfindcache_aux.ml) | |
| Running[75]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I tests/suite/.test_suite.objs/byte -intf-suffix .ml -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/byte/test_suite__Suite.cmo -c -impl tests/suite/suite.ml) | |
| Running[76]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I ppxfindcache/.ppxfindcache2.eobjs/byte -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/1isbmljrwrz5fsgcxgdqkr8cd9yzrlb6-ocaml4.09.1-ppx_tools-6.0+4.08.0/lib/ocaml/4.09.1/site-lib/ppx_tools -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/4d9a98lcs9237f2bp51mgvpf397nn0pd-ocaml4.09.1-ppx_derivers-1.2.1/lib/ocaml/4.09.1/site-lib/ppx_derivers -I /nix/store/5y25dxlcjhma3ivxwrv4hg1rcqnjr0lb-ocaml4.09.1-ocaml-migrate-parsetree-1.5.0/lib/ocaml/4.09.1/site-lib/ocaml-migrate-parsetree -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/api -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/create -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/enum -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/eq -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/fold -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/iter -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/make -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/map -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/ord -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/show -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/std -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/lib/ocaml/compiler-libs -I ppxfindcache/.ppxfindcache_aux.objs/byte -I ppxfindcache/.ppxfindcache_aux.objs/native -no-alias-deps -o ppxfindcache/.ppxfindcache2.eobjs/byte/dune__exe__Ppxfindcache2.cmo -c -impl ppxfindcache/ppxfindcache2.ml) | |
| Output[76]: | |
| File "ppxfindcache/ppxfindcache.useppx.ml", line 5, characters 2-44: | |
| Warning 21: this statement never returns (or has an unsound type.) | |
| File "ppxfindcache/ppxfindcache.useppx.ml", line 13, characters 4-46: | |
| Warning 21: this statement never returns (or has an unsound type.) | |
| Running[77]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Ptmap.cmo -c -impl src/ptmap.ml) | |
| Running[78]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -a -o ppxfindcache/ppxfindcache_aux.cmxa ppxfindcache/.ppxfindcache_aux.objs/native/ppxfindcache_aux.cmx) | |
| Output[77]: | |
| File "src/ptmap.ml", line 223, characters 34-52: | |
| 223 | List.sort (fun (k1,_) (k2,_) -> Pervasives.compare k1 k2) | |
| ^^^^^^^^^^^^^^^^^^ | |
| 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 | |
| Running[79]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I tests/suite/.test_suite.objs/byte -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/byte/test_suite__Builtins.cmo -c -impl tests/suite/builtins.ml) | |
| Running[80]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -shared -linkall -I ppxfindcache -o ppxfindcache/ppxfindcache_aux.cmxs ppxfindcache/ppxfindcache_aux.cmxa) | |
| Output[65]: | |
| File "src/util.ml", line 146, characters 16-34: | |
| 146 | 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 | |
| Running[81]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I tests/suite/.test_suite.objs/byte -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/byte/test_suite__Correctness_FO.cmo -c -impl tests/suite/correctness_FO.ml) | |
| Running[82]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I tests/suite/.test_suite.objs/byte -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/byte/test_suite__Elpi_api.cmo -c -impl tests/suite/elpi_api.ml) | |
| Running[83]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I tests/suite/.test_suite.objs/byte -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/byte/test_suite__Elpi_specific.cmo -c -impl tests/suite/elpi_specific.ml) | |
| Running[84]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I tests/suite/.test_suite.objs/byte -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/byte/test_suite__Correctness_HO.cmo -c -impl tests/suite/correctness_HO.ml) | |
| Running[85]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -a -o trace/runtime/trace_ppx_runtime.cmxa trace/runtime/.trace_ppx_runtime.objs/native/trace_ppx_runtime.cmx trace/runtime/.trace_ppx_runtime.objs/native/trace_ppx_runtime__Runtime.cmx) | |
| Running[86]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I tests/suite/.test_suite.objs/byte -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/byte/test_suite__Performance_FO.cmo -c -impl tests/suite/performance_FO.ml) | |
| Running[87]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I tests/suite/.test_suite.objs/byte -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/byte/test_suite__Performance_HO.cmo -c -impl tests/suite/performance_HO.ml) | |
| Running[88]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -I tests/suite/.test_suite.objs/byte -I tests/suite/.test_suite.objs/native -intf-suffix .ml -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/native/test_suite__Suite.cmx -c -impl tests/suite/suite.ml) | |
| Running[89]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -linkall -g -I ppxfindcache/.ppxfindcache2.eobjs/byte -I ppxfindcache/.ppxfindcache2.eobjs/native -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/1isbmljrwrz5fsgcxgdqkr8cd9yzrlb6-ocaml4.09.1-ppx_tools-6.0+4.08.0/lib/ocaml/4.09.1/site-lib/ppx_tools -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/4d9a98lcs9237f2bp51mgvpf397nn0pd-ocaml4.09.1-ppx_derivers-1.2.1/lib/ocaml/4.09.1/site-lib/ppx_derivers -I /nix/store/5y25dxlcjhma3ivxwrv4hg1rcqnjr0lb-ocaml4.09.1-ocaml-migrate-parsetree-1.5.0/lib/ocaml/4.09.1/site-lib/ocaml-migrate-parsetree -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/api -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/create -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/enum -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/eq -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/fold -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/iter -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/make -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/map -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/ord -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/show -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/std -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/lib/ocaml/compiler-libs -I ppxfindcache/.ppxfindcache_aux.objs/byte -I ppxfindcache/.ppxfindcache_aux.objs/native -intf-suffix .ml -no-alias-deps -o ppxfindcache/.ppxfindcache2.eobjs/native/dune__exe__Ppxfindcache2.cmx -c -impl ppxfindcache/ppxfindcache2.ml) | |
| Running[90]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -linkall -g -I src/.elpi.objs/byte -I src/.elpi.objs/native -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/native/elpi__Builtin_checker.cmx -c -impl src/builtin_checker.ml) | |
| Running[91]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -shared -linkall -I trace/runtime -o trace/runtime/trace_ppx_runtime.cmxs trace/runtime/trace_ppx_runtime.cmxa) | |
| Running[92]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -linkall -g -I src/.elpi.objs/byte -I src/.elpi.objs/native -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/native/elpi__Builtin_map.cmx -c -impl src/builtin_map.ml) | |
| Running[93]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -a -o tests/suite/test_suite.cma -linkall tests/suite/.test_suite.objs/byte/test_suite.cmo tests/suite/.test_suite.objs/byte/test_suite__Suite.cmo tests/suite/.test_suite.objs/byte/test_suite__Performance_HO.cmo tests/suite/.test_suite.objs/byte/test_suite__Performance_FO.cmo tests/suite/.test_suite.objs/byte/test_suite__Elpi_specific.cmo tests/suite/.test_suite.objs/byte/test_suite__Elpi_api.cmo tests/suite/.test_suite.objs/byte/test_suite__Correctness_HO.cmo tests/suite/.test_suite.objs/byte/test_suite__Correctness_FO.cmo tests/suite/.test_suite.objs/byte/test_suite__Builtins.cmo) | |
| Running[94]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -linkall -g -I src/.elpi.objs/byte -I src/.elpi.objs/native -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/native/elpi__Builtin_set.cmx -c -impl src/builtin_set.ml) | |
| Running[95]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -linkall -g -I src/.elpi.objs/byte -I src/.elpi.objs/native -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/native/elpi__Builtin_stdlib.cmx -c -impl src/builtin_stdlib.ml) | |
| Running[96]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -linkall -g -I src/.elpi.objs/byte -I src/.elpi.objs/native -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/native/elpi__Ppx_deriving_runtime_proxy.cmx -c -impl src/ppx_deriving_runtime_proxy.ml) | |
| Running[97]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -linkall -g -I src/.elpi.objs/byte -I src/.elpi.objs/native -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/native/elpi__Util.cmx -c -impl src/util.ml) | |
| Output[89]: | |
| File "ppxfindcache/ppxfindcache.useppx.ml", line 5, characters 2-44: | |
| Warning 21: this statement never returns (or has an unsound type.) | |
| File "ppxfindcache/ppxfindcache.useppx.ml", line 13, characters 4-46: | |
| Warning 21: this statement never returns (or has an unsound type.) | |
| Running[98]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -linkall -g -o ppxfindcache/ppxfindcache2.exe /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/lib/ocaml/unix.cmxa -I /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/lib/ocaml /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/re.cmxa ppxfindcache/ppxfindcache_aux.cmxa /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/lib/ocaml/compiler-libs/ocamlcommon.cmxa /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result/result.cmxa /nix/store/4d9a98lcs9237f2bp51mgvpf397nn0pd-ocaml4.09.1-ppx_derivers-1.2.1/lib/ocaml/4.09.1/site-lib/ppx_derivers/ppx_derivers.cmxa /nix/store/5y25dxlcjhma3ivxwrv4hg1rcqnjr0lb-ocaml4.09.1-ocaml-migrate-parsetree-1.5.0/lib/ocaml/4.09.1/site-lib/ocaml-migrate-parsetree/migrate_parsetree.cmxa /nix/store/1isbmljrwrz5fsgcxgdqkr8cd9yzrlb6-ocaml4.09.1-ppx_tools-6.0+4.08.0/lib/ocaml/4.09.1/site-lib/ppx_tools/ppx_tools.cmxa /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/api/ppx_deriving_api.cmxa /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/create/ppx_deriving_create.cmxa /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/enum/ppx_deriving_enum.cmxa /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/eq/ppx_deriving_eq.cmxa /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/fold/ppx_deriving_fold.cmxa /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/iter/ppx_deriving_iter.cmxa /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/make/ppx_deriving_make.cmxa /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/map/ppx_deriving_map.cmxa /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/ord/ppx_deriving_ord.cmxa /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/show/ppx_deriving_show.cmxa /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/std/ppx_deriving_std.cmxa ppxfindcache/.ppxfindcache2.eobjs/native/dune__exe__Ppxfindcache2.cmx) | |
| Running[99]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -I tests/suite/.test_suite.objs/byte -I tests/suite/.test_suite.objs/native -intf-suffix .ml -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/native/test_suite__Builtins.cmx -c -impl tests/suite/builtins.ml) | |
| Running[100]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -I tests/suite/.test_suite.objs/byte -I tests/suite/.test_suite.objs/native -intf-suffix .ml -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/native/test_suite__Correctness_FO.cmx -c -impl tests/suite/correctness_FO.ml) | |
| Running[101]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -I tests/suite/.test_suite.objs/byte -I tests/suite/.test_suite.objs/native -intf-suffix .ml -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/native/test_suite__Elpi_specific.cmx -c -impl tests/suite/elpi_specific.ml) | |
| Running[102]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -I tests/suite/.test_suite.objs/byte -I tests/suite/.test_suite.objs/native -intf-suffix .ml -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/native/test_suite__Elpi_api.cmx -c -impl tests/suite/elpi_api.ml) | |
| Running[103]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -I tests/suite/.test_suite.objs/byte -I tests/suite/.test_suite.objs/native -intf-suffix .ml -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/native/test_suite__Correctness_HO.cmx -c -impl tests/suite/correctness_HO.ml) | |
| Running[104]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -I tests/suite/.test_suite.objs/byte -I tests/suite/.test_suite.objs/native -intf-suffix .ml -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/native/test_suite__Performance_FO.cmx -c -impl tests/suite/performance_FO.ml) | |
| Running[105]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -I tests/suite/.test_suite.objs/byte -I tests/suite/.test_suite.objs/native -intf-suffix .ml -no-alias-deps -open Test_suite -o tests/suite/.test_suite.objs/native/test_suite__Performance_HO.cmx -c -impl tests/suite/performance_HO.ml) | |
| Running[106]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -a -o tests/suite/test_suite.cmxa -linkall tests/suite/.test_suite.objs/native/test_suite.cmx tests/suite/.test_suite.objs/native/test_suite__Suite.cmx tests/suite/.test_suite.objs/native/test_suite__Performance_HO.cmx tests/suite/.test_suite.objs/native/test_suite__Performance_FO.cmx tests/suite/.test_suite.objs/native/test_suite__Elpi_specific.cmx tests/suite/.test_suite.objs/native/test_suite__Elpi_api.cmx tests/suite/.test_suite.objs/native/test_suite__Correctness_HO.cmx tests/suite/.test_suite.objs/native/test_suite__Correctness_FO.cmx tests/suite/.test_suite.objs/native/test_suite__Builtins.cmx) | |
| Running[107]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -w -40 -g -shared -linkall -I tests/suite -o tests/suite/test_suite.cmxs tests/suite/test_suite.cmxa) | |
| Output[97]: | |
| File "src/util.ml", line 146, characters 16-34: | |
| 146 | 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 | |
| Running[108]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -linkall -g -I src/.elpi.objs/byte -I src/.elpi.objs/native -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/native/elpi__Ptmap.cmx -c -impl src/ptmap.ml) | |
| Output[108]: | |
| File "src/ptmap.ml", line 223, characters 34-52: | |
| 223 | List.sort (fun (k1,_) (k2,_) -> Pervasives.compare k1 k2) | |
| ^^^^^^^^^^^^^^^^^^ | |
| 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 | |
| Running[109]: (cd _build/default && .ppx/0224ad3443a846e54f1637fccb074e7d/ppx.exe --cookie 'library-name="trace_ppx"' -o trace/ppx/trace_ppx.pp.ml --impl trace/ppx/trace_ppx.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) | |
| Running[110]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl trace/ppx/trace_ppx.pp.ml) > _build/default/trace/ppx/.trace_ppx.objs/trace_ppx.pp.ml.d | |
| Running[111]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I trace/ppx/.trace_ppx.objs/byte -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/4d9a98lcs9237f2bp51mgvpf397nn0pd-ocaml4.09.1-ppx_derivers-1.2.1/lib/ocaml/4.09.1/site-lib/ppx_derivers -I /nix/store/5y25dxlcjhma3ivxwrv4hg1rcqnjr0lb-ocaml4.09.1-ocaml-migrate-parsetree-1.5.0/lib/ocaml/4.09.1/site-lib/ocaml-migrate-parsetree -I /nix/store/ggarpg9a2lqrzl527djcw1rh7a69z9y1-ocaml4.09.1-sexplib0-0.13.0/lib/ocaml/4.09.1/site-lib/sexplib0 -I /nix/store/hicyy82mm431savwxda115m91hsbhb3v-ocaml4.09.1-stdio-0.13.0/lib/ocaml/4.09.1/site-lib/stdio -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/base_internalhash_types -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/caml -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/shadow_stdlib -I /nix/store/p00kfr7cp8a91g9swwlnsgvlnpalax3z-ocaml4.09.1-ocaml-compiler-libs-0.12.1/lib/ocaml/4.09.1/site-lib/ocaml-compiler-libs/common -I /nix/store/p00kfr7cp8a91g9swwlnsgvlnpalax3z-ocaml4.09.1-ocaml-compiler-libs-0.12.1/lib/ocaml/4.09.1/site-lib/ocaml-compiler-libs/shadow -I /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/lib/ocaml/compiler-libs -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/ast -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/print_diff -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/traverse_builtins -no-alias-deps -o trace/ppx/.trace_ppx.objs/byte/trace_ppx.cmo -c -impl trace/ppx/trace_ppx.pp.ml) | |
| Running[112]: (cd _build/default && ../install/default/bin/ppxfindcache_deriving_std src/API.ml --cache-file src/.ppcache/API.ml --cache-file src/.ppcache/API.mli --cache-file src/.ppcache/util.ml --cache-file src/.ppcache/util.mli --cache-file src/.ppcache/ast.ml --cache-file src/.ppcache/ast.mli --cache-file src/.ppcache/data.ml --cache-file src/.ppcache/compiler.ml --cache-file src/.ppcache/compiler.mli) > _build/default/src/API.pp.ml | |
| Running[113]: (cd _build/default && ../install/default/bin/ppxfindcache_deriving_std src/ast.mli --cache-file src/.ppcache/API.ml --cache-file src/.ppcache/API.mli --cache-file src/.ppcache/util.ml --cache-file src/.ppcache/util.mli --cache-file src/.ppcache/ast.ml --cache-file src/.ppcache/ast.mli --cache-file src/.ppcache/data.ml --cache-file src/.ppcache/compiler.ml --cache-file src/.ppcache/compiler.mli) > _build/default/src/ast.pp.mli | |
| Running[114]: (cd _build/default && ../install/default/bin/ppxfindcache_deriving_std src/ast.ml --cache-file src/.ppcache/API.ml --cache-file src/.ppcache/API.mli --cache-file src/.ppcache/util.ml --cache-file src/.ppcache/util.mli --cache-file src/.ppcache/ast.ml --cache-file src/.ppcache/ast.mli --cache-file src/.ppcache/data.ml --cache-file src/.ppcache/compiler.ml --cache-file src/.ppcache/compiler.mli) > _build/default/src/ast.pp.ml | |
| Running[115]: (cd _build/default && ../install/default/bin/ppxfindcache_deriving_std src/compiler.mli --cache-file src/.ppcache/API.ml --cache-file src/.ppcache/API.mli --cache-file src/.ppcache/util.ml --cache-file src/.ppcache/util.mli --cache-file src/.ppcache/ast.ml --cache-file src/.ppcache/ast.mli --cache-file src/.ppcache/data.ml --cache-file src/.ppcache/compiler.ml --cache-file src/.ppcache/compiler.mli) > _build/default/src/compiler.pp.mli | |
| Running[116]: (cd _build/default && ../install/default/bin/ppxfindcache_deriving_std src/compiler.ml --cache-file src/.ppcache/API.ml --cache-file src/.ppcache/API.mli --cache-file src/.ppcache/util.ml --cache-file src/.ppcache/util.mli --cache-file src/.ppcache/ast.ml --cache-file src/.ppcache/ast.mli --cache-file src/.ppcache/data.ml --cache-file src/.ppcache/compiler.ml --cache-file src/.ppcache/compiler.mli) > _build/default/src/compiler.pp.ml | |
| Running[117]: (cd _build/default && ../install/default/bin/ppxfindcache_deriving_std src/data.ml --cache-file src/.ppcache/API.ml --cache-file src/.ppcache/API.mli --cache-file src/.ppcache/util.ml --cache-file src/.ppcache/util.mli --cache-file src/.ppcache/ast.ml --cache-file src/.ppcache/ast.mli --cache-file src/.ppcache/data.ml --cache-file src/.ppcache/compiler.ml --cache-file src/.ppcache/compiler.mli) > _build/default/src/data.pp.ml | |
| Running[118]: (cd _build/default && ../install/default/bin/ppxfindcache_deriving_std src/API.mli --cache-file src/.ppcache/API.ml --cache-file src/.ppcache/API.mli --cache-file src/.ppcache/util.ml --cache-file src/.ppcache/util.mli --cache-file src/.ppcache/ast.ml --cache-file src/.ppcache/ast.mli --cache-file src/.ppcache/data.ml --cache-file src/.ppcache/compiler.ml --cache-file src/.ppcache/compiler.mli) > _build/default/src/API.pp.mli | |
| Running[119]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -intf src/ast.pp.mli) > _build/default/src/.elpi.objs/ast.pp.mli.d | |
| Running[120]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -intf src/API.pp.mli) > _build/default/src/.elpi.objs/API.pp.mli.d | |
| Running[121]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl src/ast.pp.ml) > _build/default/src/.elpi.objs/ast.pp.ml.d | |
| Running[122]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl src/compiler.pp.ml) > _build/default/src/.elpi.objs/compiler.pp.ml.d | |
| Running[123]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -intf src/compiler.pp.mli) > _build/default/src/.elpi.objs/compiler.pp.mli.d | |
| Running[124]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl src/API.pp.ml) > _build/default/src/.elpi.objs/API.pp.ml.d | |
| Running[125]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamldep.opt -modules -impl src/data.pp.ml) > _build/default/src/.elpi.objs/data.pp.ml.d | |
| Running[126]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Ast.cmi -c -intf src/ast.pp.mli) | |
| Running[127]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__API.cmi -c -intf src/API.pp.mli) | |
| Running[128]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Compiler.cmi -c -intf src/compiler.pp.mli) | |
| Running[129]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Data.cmo -c -impl src/data.pp.ml) | |
| Running[130]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Ast.cmo -c -impl src/ast.pp.ml) | |
| Running[131]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Parser.cmi -c -intf src/parser.pp.mli) | |
| Running[132]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -linkall -g -I src/.elpi.objs/byte -I src/.elpi.objs/native -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/native/elpi__Ast.cmx -c -impl src/ast.pp.ml) | |
| Running[133]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -linkall -g -I src/.elpi.objs/byte -I src/.elpi.objs/native -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/native/elpi__API.cmx -c -impl src/API.pp.ml) | |
| Running[134]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__API.cmo -c -impl src/API.pp.ml) | |
| Running[135]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Compiler.cmo -c -impl src/compiler.pp.ml) | |
| Command [111] exited with code 2: | |
| $ (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -w -40 -g -bin-annot -I trace/ppx/.trace_ppx.objs/byte -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/4d9a98lcs9237f2bp51mgvpf397nn0pd-ocaml4.09.1-ppx_derivers-1.2.1/lib/ocaml/4.09.1/site-lib/ppx_derivers -I /nix/store/5y25dxlcjhma3ivxwrv4hg1rcqnjr0lb-ocaml4.09.1-ocaml-migrate-parsetree-1.5.0/lib/ocaml/4.09.1/site-lib/ocaml-migrate-parsetree -I /nix/store/ggarpg9a2lqrzl527djcw1rh7a69z9y1-ocaml4.09.1-sexplib0-0.13.0/lib/ocaml/4.09.1/site-lib/sexplib0 -I /nix/store/hicyy82mm431savwxda115m91hsbhb3v-ocaml4.09.1-stdio-0.13.0/lib/ocaml/4.09.1/site-lib/stdio -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/base_internalhash_types -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/caml -I /nix/store/imiykrpms4409cjwgr1b79cih6ycal0w-ocaml4.09.1-base-0.13.1/lib/ocaml/4.09.1/site-lib/base/shadow_stdlib -I /nix/store/p00kfr7cp8a91g9swwlnsgvlnpalax3z-ocaml4.09.1-ocaml-compiler-libs-0.12.1/lib/ocaml/4.09.1/site-lib/ocaml-compiler-libs/common -I /nix/store/p00kfr7cp8a91g9swwlnsgvlnpalax3z-ocaml4.09.1-ocaml-compiler-libs-0.12.1/lib/ocaml/4.09.1/site-lib/ocaml-compiler-libs/shadow -I /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/lib/ocaml/compiler-libs -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/ast -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/print_diff -I /nix/store/z4xrs7hn38zhcm98xa2mccypkk4zvfhq-ocaml4.09.1-ppxlib-0.8.1/lib/ocaml/4.09.1/site-lib/ppxlib/traverse_builtins -no-alias-deps -o trace/ppx/.trace_ppx.objs/byte/trace_ppx.cmo -c -impl trace/ppx/trace_ppx.pp.ml) | |
| File "trace/ppx/trace_ppx.ml", line 108, characters 20-29: | |
| 108 | List.exists (fun {attr_name = { txt; _ } ; _ } -> txt = "trace") l | |
| ^^^^^^^^^ | |
| Error: Unbound record field attr_name | |
| Hint: Did you mean pmtd_name? | |
| Running[136]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Builtin.cmi -c -intf src/builtin.mli) | |
| Running[137]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -linkall -g -I src/.elpi.objs/byte -I src/.elpi.objs/native -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/native/elpi__Data.cmx -c -impl src/data.pp.ml) | |
| Running[138]: (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlopt.opt -linkall -g -I src/.elpi.objs/byte -I src/.elpi.objs/native -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -open Elpi__ -o src/.elpi.objs/native/elpi__Compiler.cmx -c -impl src/compiler.pp.ml) | |
| Command [131] exited with code 2: | |
| $ (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Parser.cmi -c -intf src/parser.pp.mli) | |
| File "src/parser.mli", line 16, characters 20-26: | |
| 16 | val precedence_of : Func.t -> fixity * int | |
| ^^^^^^ | |
| Error: Unbound module Func | |
| Hint: Did you mean Fun? | |
| Command [136] exited with code 2: | |
| $ (cd _build/default && /nix/store/s37qwaqzi246z8fl3jpv016j8dzfwmig-ocaml-4.09.1/bin/ocamlc.opt -linkall -g -bin-annot -I src/.elpi.objs/byte -I src/.elpi.objs/public_cmi -I /nix/store/0x5vdncjs78xihrjq64s52nsq47m3m9y-ocaml4.09.1-seq-0.1/lib/ocaml/4.09.1/site-lib/seq -I /nix/store/3f6xxwh0gsmqnkfcakkb1qfavcagcbah-ocaml4.09.1-result-1.2/lib/ocaml/4.09.1/site-lib/result -I /nix/store/93jg6hkvpkmbc0mihi0wb9qjpwp62fkj-camlp5-7.11/lib/ocaml/4.09.1/site-lib/camlp5 -I /nix/store/d81rk58irb3q08q5hh02jl215p73vbbi-ocaml4.09.1-ppx_deriving-4.4.1/lib/ocaml/4.09.1/site-lib/ppx_deriving/runtime -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re -I /nix/store/k318j0m9r84y31kkg5cckkk447qh2zij-ocaml4.09.1-re-1.9.0/lib/ocaml/4.09.1/site-lib/re/str -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -no-alias-deps -open Elpi__ -o src/.elpi.objs/byte/elpi__Builtin.cmi -c -intf src/builtin.mli) | |
| File "src/builtin.mli", line 7, characters 5-16: | |
| 7 | open API.BuiltIn | |
| ^^^^^^^^^^^ | |
| Error: Unbound module API.BuiltIn | |
| make: *** [Makefile:30: build] Error 1 | |
| builder for '/nix/store/im33vln04zmki2ssfkpl3wjdw3rjs6mn-ocaml4.09.1-elpi-1.11.0.drv' failed with exit code 2 | |
| error: build of '/nix/store/im33vln04zmki2ssfkpl3wjdw3rjs6mn-ocaml4.09.1-elpi-1.11.0.drv' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment