Skip to content

Instantly share code, notes, and snippets.

@tsnobip
Created July 8, 2022 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsnobip/0db53ab4aed59bc7d1294171317cb59e to your computer and use it in GitHub Desktop.
Save tsnobip/0db53ab4aed59bc7d1294171317cb59e to your computer and use it in GitHub Desktop.
Dune Logs - Missing dependency file after upgrading lang dune above 2.9
dune build --verbose
Shared cache: disabled
Workspace root: /Users/paul/code/stork
Auto-detected concurrency: 8
Running[0]: /Users/paul/.opam/default/bin/ocamlc.opt -config > /var/folders/2k/9dsd6lhj3g5gj0zvj6s75g8w0000gn/T/dune_da6911_output
Dune context:
{ name = "default"
; kind = "default"
; profile = Dev
; merlin = true
; for_host = None
; fdo_target_exe = None
; build_dir = "default"
; toplevel_path = Some External "/Users/paul/code/stork/_opam/lib/toplevel"
; ocaml_bin = External "/Users/paul/.opam/default/bin"
; ocaml = Ok External "/Users/paul/code/stork/_opam/bin/ocaml"
; ocamlc = External "/Users/paul/.opam/default/bin/ocamlc.opt"
; ocamlopt = Ok External "/Users/paul/.opam/default/bin/ocamlopt.opt"
; ocamldep = Ok External "/Users/paul/.opam/default/bin/ocamldep.opt"
; ocamlmklib = Ok External "/Users/paul/.opam/default/bin/ocamlmklib.opt"
; env =
map
{ "DUNE_OCAML_HARDCODED" : "/Users/paul/code/stork/_opam/lib"
; "DUNE_OCAML_STDLIB" : "/Users/paul/.opam/default/lib/ocaml"
; "DUNE_SOURCEROOT" : "/Users/paul/code/stork"
; "INSIDE_DUNE" : "/Users/paul/code/stork/_build/default"
; "MANPATH" : "/Users/paul/code/stork/_build/install/default/bin"
; "OCAMLFIND_IGNORE_DUPS_IN" :
"/Users/paul/code/stork/_build/install/default/lib"
; "OCAMLPATH" : "/Users/paul/code/stork/_build/install/default/lib"
; "OCAMLTOP_INCLUDE_PATH" :
"/Users/paul/code/stork/_build/install/default/lib/toplevel"
; "OCAML_COLOR" : "always"
; "OPAMCOLOR" : "always"
}
; findlib_paths = [ External "/Users/paul/code/stork/_opam/lib" ]
; arch_sixtyfour = true
; natdynlink_supported = true
; supports_shared_libraries = true
; ocaml_config =
{ version = "4.14.0"
; standard_library_default = "/Users/paul/.opam/default/lib/ocaml"
; standard_library = "/Users/paul/.opam/default/lib/ocaml"
; standard_runtime = "the_standard_runtime_variable_was_deleted"
; ccomp_type = "cc"
; c_compiler = "cc"
; ocamlc_cflags =
[ "-O2"; "-fno-strict-aliasing"; "-fwrapv"; "-pthread" ]
; ocamlc_cppflags = [ "-D_FILE_OFFSET_BITS=64" ]
; ocamlopt_cflags =
[ "-O2"; "-fno-strict-aliasing"; "-fwrapv"; "-pthread" ]
; ocamlopt_cppflags = [ "-D_FILE_OFFSET_BITS=64" ]
; bytecomp_c_compiler =
[ "cc"
; "-O2"
; "-fno-strict-aliasing"
; "-fwrapv"
; "-pthread"
; "-D_FILE_OFFSET_BITS=64"
]
; bytecomp_c_libraries = [ "-lm"; "-lpthread" ]
; native_c_compiler =
[ "cc"
; "-O2"
; "-fno-strict-aliasing"
; "-fwrapv"
; "-pthread"
; "-D_FILE_OFFSET_BITS=64"
]
; native_c_libraries = [ "-lm" ]
; native_pack_linker = [ "ld"; "-r"; "-o" ]
; cc_profile = []
; architecture = "amd64"
; model = "default"
; int_size = 63
; word_size = 64
; system = "macosx"
; asm = [ "cc"; "-c"; "-Wno-trigraphs" ]
; 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-apple-darwin21.5.0"
; target = "x86_64-apple-darwin21.5.0"
; profiling = false
; flambda = false
; spacetime = false
; safe_string = true
; exec_magic_number = "Caml1999X031"
; cmi_magic_number = "Caml1999I031"
; cmo_magic_number = "Caml1999O031"
; cma_magic_number = "Caml1999A031"
; cmx_magic_number = "Caml1999Y031"
; cmxa_magic_number = "Caml1999Z031"
; ast_impl_magic_number = "Caml1999M031"
; ast_intf_magic_number = "Caml1999N031"
; cmxs_magic_number = "Caml1999D031"
; cmt_magic_number = "Caml1999T031"
; natdynlink_supported = true
; supports_shared_libraries = true
; windows_unicode = false
}
}
Actual targets:
- alias @@default
Promoting "_build/default/stork.opam" to "stork.opam"
Running[1]: (cd _build/default/test/simple_transitive_no_gen && /Users/paul/code/stork/_opam/bin/atdgen -j -j-std simple_transitive_change_1.atd)
Running[2]: (cd _build/default/test/simple_transitive_no_gen && /Users/paul/code/stork/_opam/bin/atdgen -j -j-std simple_transitive_change_2.atd)
Running[3]: (cd _build/default/test/simple_transitive_no_gen && /Users/paul/code/stork/_opam/bin/atdgen -t simple_transitive_change_1.atd)
Running[4]: (cd _build/default/test/simple_transitive_no_gen && /Users/paul/code/stork/_opam/bin/atdgen -t simple_transitive_change_2.atd)
Running[5]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/custom_output_prefix/test_json_parsing.ml) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/test_json_parsing.ml.d
Running[6]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/realistic_examples/test_json_parsing.ml) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/test_json_parsing.ml.d
Running[7]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_change/test_json_parsing.ml) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/test_json_parsing.ml.d
Running[8]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_no_gen/test_json_parsing.ml) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/test_json_parsing.ml.d
Running[9]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/single_version/test_json_parsing.ml) > _build/default/test/single_version/.test_json_parsing.eobjs/test_json_parsing.ml.d
Running[10]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -g -w -24 -I .ppx/8ad9147ffa99328890a19bc1ba4dac39 -I /Users/paul/.opam/default/lib/ocaml/compiler-libs -I /Users/paul/code/stork/_opam/lib/gen -I /Users/paul/code/stork/_opam/lib/ocaml-compiler-libs/common -I /Users/paul/code/stork/_opam/lib/ocaml-compiler-libs/shadow -I /Users/paul/code/stork/_opam/lib/ppx_derivers -I /Users/paul/code/stork/_opam/lib/ppx_string_interpolation -I /Users/paul/code/stork/_opam/lib/ppxlib -I /Users/paul/code/stork/_opam/lib/ppxlib/ast -I /Users/paul/code/stork/_opam/lib/ppxlib/astlib -I /Users/paul/code/stork/_opam/lib/ppxlib/print_diff -I /Users/paul/code/stork/_opam/lib/ppxlib/stdppx -I /Users/paul/code/stork/_opam/lib/ppxlib/traverse_builtins -I /Users/paul/code/stork/_opam/lib/sedlex -I /Users/paul/code/stork/_opam/lib/seq -I /Users/paul/code/stork/_opam/lib/sexplib0 -I /Users/paul/code/stork/_opam/lib/stdlib-shims -no-alias-deps -o .ppx/8ad9147ffa99328890a19bc1ba4dac39/dune__exe___ppx.cmo -c -impl .ppx/8ad9147ffa99328890a19bc1ba4dac39/_ppx.ml-gen)
Running[11]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -bin-annot -I lib/.stork.objs/byte -no-alias-deps -opaque -o lib/.stork.objs/byte/stork.cmo -c -impl lib/stork.ml-gen)
Running[12]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -I lib/.stork.objs/byte -I lib/.stork.objs/native -intf-suffix .ml-gen -no-alias-deps -opaque -o lib/.stork.objs/native/stork.cmx -c -impl lib/stork.ml-gen)
Running[13]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -g -w -24 -I .ppx/8ad9147ffa99328890a19bc1ba4dac39 -I /Users/paul/.opam/default/lib/ocaml/compiler-libs -I /Users/paul/code/stork/_opam/lib/gen -I /Users/paul/code/stork/_opam/lib/ocaml-compiler-libs/common -I /Users/paul/code/stork/_opam/lib/ocaml-compiler-libs/shadow -I /Users/paul/code/stork/_opam/lib/ppx_derivers -I /Users/paul/code/stork/_opam/lib/ppx_string_interpolation -I /Users/paul/code/stork/_opam/lib/ppxlib -I /Users/paul/code/stork/_opam/lib/ppxlib/ast -I /Users/paul/code/stork/_opam/lib/ppxlib/astlib -I /Users/paul/code/stork/_opam/lib/ppxlib/print_diff -I /Users/paul/code/stork/_opam/lib/ppxlib/stdppx -I /Users/paul/code/stork/_opam/lib/ppxlib/traverse_builtins -I /Users/paul/code/stork/_opam/lib/sedlex -I /Users/paul/code/stork/_opam/lib/seq -I /Users/paul/code/stork/_opam/lib/sexplib0 -I /Users/paul/code/stork/_opam/lib/stdlib-shims -intf-suffix .ml-gen -no-alias-deps -o .ppx/8ad9147ffa99328890a19bc1ba4dac39/dune__exe___ppx.cmx -c -impl .ppx/8ad9147ffa99328890a19bc1ba4dac39/_ppx.ml-gen)
Running[14]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w -70 -g -bin-annot -I test/.test_utils.objs/byte -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/yojson -no-alias-deps -opaque -o test/.test_utils.objs/byte/test_utils.cmo -c -impl test/test_utils.ml)
Running[15]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w -70 -g -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -o test/.test_utils.objs/native/test_utils.cmx -c -impl test/test_utils.ml)
Running[16]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w -70 -g -a -o test/test_utils.cma test/.test_utils.objs/byte/test_utils.cmo)
Running[17]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -g -w -24 -I .ppx/a52da5dd1aa0bcab2f796355f9b34bae -I /Users/paul/.opam/default/lib/ocaml/compiler-libs -I /Users/paul/code/stork/_opam/lib/gen -I /Users/paul/code/stork/_opam/lib/ocaml-compiler-libs/common -I /Users/paul/code/stork/_opam/lib/ocaml-compiler-libs/shadow -I /Users/paul/code/stork/_opam/lib/ppx_derivers -I /Users/paul/code/stork/_opam/lib/ppx_deriving/api -I /Users/paul/code/stork/_opam/lib/ppx_deriving/show -I /Users/paul/code/stork/_opam/lib/ppx_string_interpolation -I /Users/paul/code/stork/_opam/lib/ppxlib -I /Users/paul/code/stork/_opam/lib/ppxlib/ast -I /Users/paul/code/stork/_opam/lib/ppxlib/astlib -I /Users/paul/code/stork/_opam/lib/ppxlib/print_diff -I /Users/paul/code/stork/_opam/lib/ppxlib/stdppx -I /Users/paul/code/stork/_opam/lib/ppxlib/traverse_builtins -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/sedlex -I /Users/paul/code/stork/_opam/lib/seq -I /Users/paul/code/stork/_opam/lib/sexplib0 -I /Users/paul/code/stork/_opam/lib/stdlib-shims -no-alias-deps -o .ppx/a52da5dd1aa0bcab2f796355f9b34bae/dune__exe___ppx.cmo -c -impl .ppx/a52da5dd1aa0bcab2f796355f9b34bae/_ppx.ml-gen)
Running[18]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -g -w -24 -I .ppx/a52da5dd1aa0bcab2f796355f9b34bae -I /Users/paul/.opam/default/lib/ocaml/compiler-libs -I /Users/paul/code/stork/_opam/lib/gen -I /Users/paul/code/stork/_opam/lib/ocaml-compiler-libs/common -I /Users/paul/code/stork/_opam/lib/ocaml-compiler-libs/shadow -I /Users/paul/code/stork/_opam/lib/ppx_derivers -I /Users/paul/code/stork/_opam/lib/ppx_deriving/api -I /Users/paul/code/stork/_opam/lib/ppx_deriving/show -I /Users/paul/code/stork/_opam/lib/ppx_string_interpolation -I /Users/paul/code/stork/_opam/lib/ppxlib -I /Users/paul/code/stork/_opam/lib/ppxlib/ast -I /Users/paul/code/stork/_opam/lib/ppxlib/astlib -I /Users/paul/code/stork/_opam/lib/ppxlib/print_diff -I /Users/paul/code/stork/_opam/lib/ppxlib/stdppx -I /Users/paul/code/stork/_opam/lib/ppxlib/traverse_builtins -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/sedlex -I /Users/paul/code/stork/_opam/lib/seq -I /Users/paul/code/stork/_opam/lib/sexplib0 -I /Users/paul/code/stork/_opam/lib/stdlib-shims -intf-suffix .ml-gen -no-alias-deps -o .ppx/a52da5dd1aa0bcab2f796355f9b34bae/dune__exe___ppx.cmx -c -impl .ppx/a52da5dd1aa0bcab2f796355f9b34bae/_ppx.ml-gen)
Running[19]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w -70 -g -a -o test/test_utils.cmxa test/.test_utils.objs/native/test_utils.cmx)
Running[20]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -g -w -24 -o .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe /Users/paul/.opam/default/lib/ocaml/compiler-libs/ocamlcommon.cmxa /Users/paul/code/stork/_opam/lib/ppx_derivers/ppx_derivers.cmxa /Users/paul/code/stork/_opam/lib/ocaml-compiler-libs/common/ocaml_common.cmxa /Users/paul/code/stork/_opam/lib/ppxlib/astlib/astlib.cmxa /Users/paul/code/stork/_opam/lib/stdlib-shims/stdlib_shims.cmxa /Users/paul/code/stork/_opam/lib/ppxlib/ast/ppxlib_ast.cmxa /Users/paul/code/stork/_opam/lib/ocaml-compiler-libs/shadow/ocaml_shadow.cmxa /Users/paul/code/stork/_opam/lib/ppxlib/print_diff/ppxlib_print_diff.cmxa /Users/paul/code/stork/_opam/lib/ppxlib/traverse_builtins/ppxlib_traverse_builtins.cmxa /Users/paul/code/stork/_opam/lib/sexplib0/sexplib0.cmxa /Users/paul/code/stork/_opam/lib/ppxlib/stdppx/stdppx.cmxa /Users/paul/code/stork/_opam/lib/ppxlib/ppxlib.cmxa /Users/paul/code/stork/_opam/lib/result/result.cmxa /Users/paul/code/stork/_opam/lib/ppx_deriving/api/ppx_deriving_api.cmxa /Users/paul/code/stork/_opam/lib/ppx_deriving/show/ppx_deriving_show.cmxa -I /Users/paul/.opam/default/lib/ocaml /Users/paul/code/stork/_opam/lib/gen/gen.cmxa /Users/paul/code/stork/_opam/lib/sedlex/sedlex.cmxa /Users/paul/code/stork/_opam/lib/ppx_string_interpolation/ppx_string_interpolation.cmxa .ppx/a52da5dd1aa0bcab2f796355f9b34bae/dune__exe___ppx.cmx)
Running[21]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -g -w -24 -o .ppx/8ad9147ffa99328890a19bc1ba4dac39/ppx.exe /Users/paul/.opam/default/lib/ocaml/compiler-libs/ocamlcommon.cmxa /Users/paul/code/stork/_opam/lib/ocaml-compiler-libs/common/ocaml_common.cmxa /Users/paul/code/stork/_opam/lib/ppxlib/astlib/astlib.cmxa /Users/paul/code/stork/_opam/lib/stdlib-shims/stdlib_shims.cmxa /Users/paul/code/stork/_opam/lib/ppxlib/ast/ppxlib_ast.cmxa /Users/paul/code/stork/_opam/lib/ocaml-compiler-libs/shadow/ocaml_shadow.cmxa /Users/paul/code/stork/_opam/lib/ppxlib/print_diff/ppxlib_print_diff.cmxa /Users/paul/code/stork/_opam/lib/ppx_derivers/ppx_derivers.cmxa /Users/paul/code/stork/_opam/lib/ppxlib/traverse_builtins/ppxlib_traverse_builtins.cmxa /Users/paul/code/stork/_opam/lib/sexplib0/sexplib0.cmxa /Users/paul/code/stork/_opam/lib/ppxlib/stdppx/stdppx.cmxa /Users/paul/code/stork/_opam/lib/ppxlib/ppxlib.cmxa -I /Users/paul/.opam/default/lib/ocaml /Users/paul/code/stork/_opam/lib/gen/gen.cmxa /Users/paul/code/stork/_opam/lib/sedlex/sedlex.cmxa /Users/paul/code/stork/_opam/lib/ppx_string_interpolation/ppx_string_interpolation.cmxa .ppx/8ad9147ffa99328890a19bc1ba4dac39/dune__exe___ppx.cmx)
Running[22]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w -70 -g -shared -linkall -I test -o test/test_utils.cmxs test/test_utils.cmxa)
Running[23]: (cd _build/.sandbox/31f108f7f32435307e2029c9365717ce/default && .ppx/8ad9147ffa99328890a19bc1ba4dac39/ppx.exe -o bin/common.pp.ml --impl bin/common.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[24]: (cd _build/.sandbox/9e5c6247bd98d3c5e43da65c7eb8a59d/default && .ppx/8ad9147ffa99328890a19bc1ba4dac39/ppx.exe -o bin/common.pp.mli --intf bin/common.mli -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[25]: (cd _build/.sandbox/afdb886faaca23d02be956b8dfaffc5c/default && .ppx/8ad9147ffa99328890a19bc1ba4dac39/ppx.exe -o bin/main.pp.ml --impl bin/main.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[26]: (cd _build/.sandbox/4ec44fbd3e5a9cd9820ccc7cb100a380/default && .ppx/8ad9147ffa99328890a19bc1ba4dac39/ppx.exe -o bin/main.pp.mli --intf bin/main.mli -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[27]: (cd _build/.sandbox/bd2a95da996a9eeb5358e04de1dbca54/default && .ppx/8ad9147ffa99328890a19bc1ba4dac39/ppx.exe -o bin/commands/cmd_gen.pp.ml --impl bin/commands/cmd_gen.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[28]: (cd _build/.sandbox/63020d6a423d52c90bc29cfe5643239a/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/Ast.pp.ml --impl lib/Ast.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[29]: (cd _build/.sandbox/57e9b59b09b73263be2da7481dce79bb/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/Ast.pp.mli --intf lib/Ast.mli -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[30]: (cd _build/.sandbox/67422390882c974df07ac7e3d2273faf/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/config.pp.ml --impl lib/config.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[31]: (cd _build/.sandbox/5c5fb7fbad6c0d40ecd9502a71faab2f/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/config.pp.mli --intf lib/config.mli -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[32]: (cd _build/.sandbox/148a0d5256269ebae4e4398c21cdd351/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/file.pp.ml --impl lib/file.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[33]: (cd _build/.sandbox/2e6a72df0d6212c89a48e882ec3fe90b/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/file.pp.mli --intf lib/file.mli -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[34]: (cd _build/.sandbox/708e7213de816ce00509511d2b69a70a/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/generator.pp.ml --impl lib/generator.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[35]: (cd _build/.sandbox/89b69a8cd571a776b1ee371e8bcc2d3e/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/generator.pp.mli --intf lib/generator.mli -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[36]: (cd _build/.sandbox/8d60f11b350d17080212312537f78ecf/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/letops.pp.ml --impl lib/letops.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[37]: (cd _build/.sandbox/e528aa3206e0ce185d1fed088984c543/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/letops.pp.mli --intf lib/letops.mli -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[38]: (cd _build/.sandbox/db1a4e6422c9520efcf9049b63626b53/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/stork_error.pp.ml --impl lib/stork_error.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[39]: (cd _build/.sandbox/788bb6e7363751340b5b1daa8835c6a5/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/stork_error.pp.mli --intf lib/stork_error.mli -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[40]: (cd _build/.sandbox/afd0ed10281f1ff51ca927fc3d50e5c1/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/upgrader.pp.ml --impl lib/upgrader.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[41]: (cd _build/.sandbox/3322d16437af811ce2be9bd73bea926b/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/upgrader.pp.mli --intf lib/upgrader.mli -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[42]: (cd _build/.sandbox/412dbb0cb91ba9c9f08e9747b87830df/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/version.pp.ml --impl lib/version.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[43]: (cd _build/.sandbox/d7d8cf6119dae591e73de5224b5ee1e7/default && .ppx/a52da5dd1aa0bcab2f796355f9b34bae/ppx.exe --cookie 'library-name="stork"' -o lib/version.pp.mli --intf lib/version.mli -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
Running[44]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl bin/main.pp.ml) > _build/default/bin/.main.eobjs/main.pp.ml.d
Running[45]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf lib/Ast.pp.mli) > _build/default/lib/.stork.objs/Ast.pp.mli.d
Running[46]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl lib/file.pp.ml) > _build/default/lib/.stork.objs/file.pp.ml.d
Running[47]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl lib/config.pp.ml) > _build/default/lib/.stork.objs/config.pp.ml.d
Running[48]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf lib/file.pp.mli) > _build/default/lib/.stork.objs/file.pp.mli.d
Running[49]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl lib/Ast.pp.ml) > _build/default/lib/.stork.objs/Ast.pp.ml.d
Running[50]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf lib/generator.pp.mli) > _build/default/lib/.stork.objs/generator.pp.mli.d
Running[51]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf lib/letops.pp.mli) > _build/default/lib/.stork.objs/letops.pp.mli.d
Running[52]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl lib/stork_error.pp.ml) > _build/default/lib/.stork.objs/stork_error.pp.ml.d
Running[53]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf lib/stork_error.pp.mli) > _build/default/lib/.stork.objs/stork_error.pp.mli.d
Running[54]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf lib/config.pp.mli) > _build/default/lib/.stork.objs/config.pp.mli.d
Running[55]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf lib/version.pp.mli) > _build/default/lib/.stork.objs/version.pp.mli.d
Running[56]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__Ast.cmi -c -intf lib/Ast.pp.mli)
Running[57]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl lib/version.pp.ml) > _build/default/lib/.stork.objs/version.pp.ml.d
Running[58]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl lib/letops.pp.ml) > _build/default/lib/.stork.objs/letops.pp.ml.d
Running[59]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf lib/upgrader.pp.mli) > _build/default/lib/.stork.objs/upgrader.pp.mli.d
Running[60]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl lib/generator.pp.ml) > _build/default/lib/.stork.objs/generator.pp.ml.d
Running[61]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl lib/upgrader.pp.ml) > _build/default/lib/.stork.objs/upgrader.pp.ml.d
Running[62]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__File.cmi -c -intf lib/file.pp.mli)
Running[63]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__Letops.cmi -c -intf lib/letops.pp.mli)
Running[64]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__Stork_error.cmi -c -intf lib/stork_error.pp.mli)
Running[65]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__Version.cmi -c -intf lib/version.pp.mli)
Running[66]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__Ast.cmo -c -impl lib/Ast.pp.ml)
Running[67]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -I lib/.stork.objs/byte -I lib/.stork.objs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/native/stork__Ast.cmx -c -impl lib/Ast.pp.ml)
Running[68]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__File.cmo -c -impl lib/file.pp.ml)
Running[69]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -I lib/.stork.objs/byte -I lib/.stork.objs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/native/stork__File.cmx -c -impl lib/file.pp.ml)
Running[70]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__Letops.cmo -c -impl lib/letops.pp.ml)
Running[71]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -I lib/.stork.objs/byte -I lib/.stork.objs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/native/stork__Letops.cmx -c -impl lib/letops.pp.ml)
Running[72]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__Stork_error.cmo -c -impl lib/stork_error.pp.ml)
Running[73]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -I lib/.stork.objs/byte -I lib/.stork.objs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/native/stork__Stork_error.cmx -c -impl lib/stork_error.pp.ml)
Running[74]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__Config.cmi -c -intf lib/config.pp.mli)
Running[75]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__Version.cmo -c -impl lib/version.pp.ml)
Running[76]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -I lib/.stork.objs/byte -I lib/.stork.objs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/native/stork__Version.cmx -c -impl lib/version.pp.ml)
Running[77]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__Config.cmo -c -impl lib/config.pp.ml)
Running[78]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -I lib/.stork.objs/byte -I lib/.stork.objs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/native/stork__Config.cmx -c -impl lib/config.pp.ml)
Running[79]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__Upgrader.cmi -c -intf lib/upgrader.pp.mli)
Running[80]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__Upgrader.cmo -c -impl lib/upgrader.pp.ml)
Running[81]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -I lib/.stork.objs/byte -I lib/.stork.objs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/native/stork__Upgrader.cmx -c -impl lib/upgrader.pp.ml)
Running[82]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__Generator.cmi -c -intf lib/generator.pp.mli)
Running[83]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -bin-annot -I lib/.stork.objs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/byte/stork__Generator.cmo -c -impl lib/generator.pp.ml)
Running[84]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -I lib/.stork.objs/byte -I lib/.stork.objs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Stork -o lib/.stork.objs/native/stork__Generator.cmx -c -impl lib/generator.pp.ml)
Running[85]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl bin/commands/cmd_gen.pp.ml) > _build/default/bin/.main.eobjs/cmd_gen.pp.ml.d
Running[86]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf bin/common.pp.mli) > _build/default/bin/.main.eobjs/common.pp.mli.d
Running[87]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl bin/common.pp.ml) > _build/default/bin/.main.eobjs/common.pp.ml.d
Running[88]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -bin-annot -I bin/.main.eobjs/byte -no-alias-deps -opaque -o bin/.main.eobjs/byte/dune__exe.cmo -c -impl bin/.main.eobjs/dune__exe.ml-gen)
Running[89]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf bin/main.pp.mli) > _build/default/bin/.main.eobjs/main.pp.mli.d
Running[90]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -I bin/.main.eobjs/byte -I bin/.main.eobjs/native -intf-suffix .ml-gen -no-alias-deps -opaque -o bin/.main.eobjs/native/dune__exe.cmx -c -impl bin/.main.eobjs/dune__exe.ml-gen)
Running[91]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -70 -g -bin-annot -I bin/.main.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/cmdliner -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/fmt -I /Users/paul/code/stork/_opam/lib/logs -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -no-alias-deps -opaque -open Dune__exe -o bin/.main.eobjs/byte/dune__exe__Common.cmi -c -intf bin/common.pp.mli)
Running[92]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -70 -g -bin-annot -I bin/.main.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/cmdliner -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/fmt -I /Users/paul/code/stork/_opam/lib/logs -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -no-alias-deps -opaque -open Dune__exe -o bin/.main.eobjs/byte/dune__exe__Main.cmi -c -intf bin/main.pp.mli)
Running[93]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -70 -g -I bin/.main.eobjs/byte -I bin/.main.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/cmdliner -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/fmt -I /Users/paul/code/stork/_opam/lib/logs -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bin/.main.eobjs/native/dune__exe__Common.cmx -c -impl bin/common.pp.ml)
Running[94]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -70 -g -bin-annot -I bin/.main.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/cmdliner -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/fmt -I /Users/paul/code/stork/_opam/lib/logs -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -no-alias-deps -opaque -open Dune__exe -o bin/.main.eobjs/byte/dune__exe__Cmd_gen.cmo -c -impl bin/commands/cmd_gen.pp.ml)
Running[95]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -a -o lib/stork.cma lib/.stork.objs/byte/stork.cmo lib/.stork.objs/byte/stork__Version.cmo lib/.stork.objs/byte/stork__Ast.cmo lib/.stork.objs/byte/stork__Stork_error.cmo lib/.stork.objs/byte/stork__Config.cmo lib/.stork.objs/byte/stork__Letops.cmo lib/.stork.objs/byte/stork__Upgrader.cmo lib/.stork.objs/byte/stork__File.cmo lib/.stork.objs/byte/stork__Generator.cmo)
Running[96]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -70 -g -I bin/.main.eobjs/byte -I bin/.main.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/cmdliner -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/fmt -I /Users/paul/code/stork/_opam/lib/logs -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bin/.main.eobjs/native/dune__exe__Cmd_gen.cmx -c -impl bin/commands/cmd_gen.pp.ml)
Running[97]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -70 -g -I bin/.main.eobjs/byte -I bin/.main.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/cmdliner -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/fmt -I /Users/paul/code/stork/_opam/lib/logs -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bin/.main.eobjs/native/dune__exe__Main.cmx -c -impl bin/main.pp.ml)
Running[98]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -a -o lib/stork.cmxa lib/.stork.objs/native/stork.cmx lib/.stork.objs/native/stork__Version.cmx lib/.stork.objs/native/stork__Ast.cmx lib/.stork.objs/native/stork__Stork_error.cmx lib/.stork.objs/native/stork__Config.cmx lib/.stork.objs/native/stork__Letops.cmx lib/.stork.objs/native/stork__Upgrader.cmx lib/.stork.objs/native/stork__File.cmx lib/.stork.objs/native/stork__Generator.cmx)
Running[99]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -70 -g -o bin/main.exe /Users/paul/code/stork/_opam/lib/easy-format/easy_format.cmxa /Users/paul/.opam/default/lib/ocaml/unix.cmxa -I /Users/paul/.opam/default/lib/ocaml /Users/paul/code/stork/_opam/lib/atd/atd.cmxa /Users/paul/code/stork/_opam/lib/camlp-streams/camlp_streams.cmxa /Users/paul/code/stork/_opam/lib/biniou/biniou.cmxa /Users/paul/code/stork/_opam/lib/yojson/yojson.cmxa /Users/paul/code/stork/_opam/lib/atdgen-runtime/atdgen_runtime.cmxa /Users/paul/code/stork/_opam/lib/atdgen/atdgen.cmxa /Users/paul/code/stork/_opam/lib/result/result.cmxa /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmxa lib/stork.cmxa /Users/paul/code/stork/_opam/lib/cmdliner/cmdliner.cmxa /Users/paul/code/stork/_opam/lib/fmt/fmt.cmxa /Users/paul/code/stork/_opam/lib/fmt/fmt_tty.cmxa /Users/paul/code/stork/_opam/lib/logs/logs.cmxa /Users/paul/code/stork/_opam/lib/logs/logs_fmt.cmxa /Users/paul/code/stork/_opam/lib/logs/logs_cli.cmxa bin/.main.eobjs/native/dune__exe.cmx bin/.main.eobjs/native/dune__exe__Common.cmx bin/.main.eobjs/native/dune__exe__Cmd_gen.cmx bin/.main.eobjs/native/dune__exe__Main.cmx)
Running[100]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -open StdLabels -w -4 -g -shared -linkall -I lib -o lib/stork.cmxs lib/stork.cmxa)
Running[101]: (cd _build/default/test/custom_output_prefix && ../../../install/default/bin/stork gen -o custom_output_prefix original_output_prefix_1.atd original_output_prefix_bar.atd)
Running[102]: (cd _build/default/test/realistic_examples && ../../../install/default/bin/stork gen realistic_202008241.atd realistic_202103001.atd realistic_202103115.atd)
Running[103]: (cd _build/default/test/simple_transitive_change && ../../../install/default/bin/stork gen simple_transitive_change_1.atd simple_transitive_change_2.atd)
Running[104]: (cd _build/default/test/simple_transitive_no_gen && ../../../install/default/bin/stork gen --no-gen simple_transitive_change_1.atd simple_transitive_change_2.atd)
Running[105]: (cd _build/default/test/single_version && ../../../install/default/bin/stork gen single_version_1.atd)
Running[106]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_no_gen/simple_transitive_change.mli) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/simple_transitive_change.mli.d
Running[107]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_no_gen/simple_transitive_change_1_t.mli) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/simple_transitive_change_1_t.mli.d
Running[108]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_no_gen/simple_transitive_change_2_j.mli) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/simple_transitive_change_2_j.mli.d
Running[109]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_no_gen/simple_transitive_change_2_t.mli) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/simple_transitive_change_2_t.mli.d
Running[110]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_no_gen/simple_transitive_change_upgrader_t.mli) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/simple_transitive_change_upgrader_t.mli.d
Running[111]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/single_version/single_version.mli) > _build/default/test/single_version/.test_json_parsing.eobjs/single_version.mli.d
Running[112]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_change/simple_transitive_change.mli) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/simple_transitive_change.mli.d
Running[113]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/custom_output_prefix/custom_output_prefix.mli) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/custom_output_prefix.mli.d
Running[114]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/single_version/single_version_1_j.mli) > _build/default/test/single_version/.test_json_parsing.eobjs/single_version_1_j.mli.d
Running[115]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/single_version/single_version_1_t.mli) > _build/default/test/single_version/.test_json_parsing.eobjs/single_version_1_t.mli.d
Running[116]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_change/simple_transitive_change_1_t.mli) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/simple_transitive_change_1_t.mli.d
Running[117]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_change/simple_transitive_change_2_j.mli) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/simple_transitive_change_2_j.mli.d
Running[118]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_change/simple_transitive_change_2_t.mli) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/simple_transitive_change_2_t.mli.d
Running[119]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_change/simple_transitive_change_upgrader_t.mli) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/simple_transitive_change_upgrader_t.mli.d
Running[120]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/realistic_examples/realistic.mli) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic.mli.d
Running[121]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_no_gen/simple_transitive_change.ml) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/simple_transitive_change.ml.d
Running[122]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/custom_output_prefix/custom_output_prefix_1_t.mli) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/custom_output_prefix_1_t.mli.d
Running[123]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/custom_output_prefix/custom_output_prefix_bar_j.mli) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/custom_output_prefix_bar_j.mli.d
Running[124]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/custom_output_prefix/custom_output_prefix_bar_t.mli) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/custom_output_prefix_bar_t.mli.d
Running[125]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/custom_output_prefix/custom_output_prefix_upgrader_t.mli) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/custom_output_prefix_upgrader_t.mli.d
Running[126]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/single_version/single_version.ml) > _build/default/test/single_version/.test_json_parsing.eobjs/single_version.ml.d
Running[127]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_change/simple_transitive_change.ml) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/simple_transitive_change.ml.d
Running[128]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/realistic_examples/realistic_202008241_t.mli) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_202008241_t.mli.d
Running[129]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/realistic_examples/realistic_202103001_t.mli) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_202103001_t.mli.d
Running[130]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/realistic_examples/realistic_202103115_j.mli) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_202103115_j.mli.d
Running[131]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/realistic_examples/realistic_202103115_t.mli) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_202103115_t.mli.d
Running[132]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/realistic_examples/realistic_upgrader_t.mli) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_upgrader_t.mli.d
Running[133]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_no_gen/simple_transitive_change_1_j.mli) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/simple_transitive_change_1_j.mli.d
Running[134]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_no_gen/simple_transitive_change_user_fns.mli) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/simple_transitive_change_user_fns.mli.d
Running[135]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/custom_output_prefix/custom_output_prefix.ml) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/custom_output_prefix.ml.d
Running[136]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_change/simple_transitive_change_1_j.mli) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/simple_transitive_change_1_j.mli.d
Running[137]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_change/simple_transitive_change_user_fns.mli) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/simple_transitive_change_user_fns.mli.d
Running[138]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/single_version/single_version_1_j.ml) > _build/default/test/single_version/.test_json_parsing.eobjs/single_version_1_j.ml.d
Running[139]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/realistic_examples/realistic.ml) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic.ml.d
Running[140]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/custom_output_prefix/custom_output_prefix_1_j.mli) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/custom_output_prefix_1_j.mli.d
Running[141]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/custom_output_prefix/custom_output_prefix_user_fns.mli) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/custom_output_prefix_user_fns.mli.d
Running[142]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_no_gen/simple_transitive_change_1_j.ml) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/simple_transitive_change_1_j.ml.d
Running[143]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_change/simple_transitive_change_1_j.ml) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/simple_transitive_change_1_j.ml.d
Running[144]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/realistic_examples/realistic_202008241_j.mli) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_202008241_j.mli.d
Running[145]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/realistic_examples/realistic_202103001_j.mli) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_202103001_j.mli.d
Running[146]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/realistic_examples/realistic_user_fns.mli) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_user_fns.mli.d
Running[147]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/single_version/single_version_1_t.ml) > _build/default/test/single_version/.test_json_parsing.eobjs/single_version_1_t.ml.d
Running[148]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/custom_output_prefix/custom_output_prefix_1_j.ml) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/custom_output_prefix_1_j.ml.d
Running[149]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_no_gen/simple_transitive_change_1_t.ml) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/simple_transitive_change_1_t.ml.d
Running[150]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_change/simple_transitive_change_1_t.ml) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/simple_transitive_change_1_t.ml.d
Running[151]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/realistic_examples/realistic_202008241_j.ml) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_202008241_j.ml.d
Running[152]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -bin-annot -I test/single_version/.test_json_parsing.eobjs/byte -no-alias-deps -opaque -o test/single_version/.test_json_parsing.eobjs/byte/dune__exe.cmo -c -impl test/single_version/.test_json_parsing.eobjs/dune__exe.ml-gen)
Running[153]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/custom_output_prefix/custom_output_prefix_1_t.ml) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/custom_output_prefix_1_t.ml.d
Running[154]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_no_gen/simple_transitive_change_2_j.ml) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/simple_transitive_change_2_j.ml.d
Running[155]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -I test/single_version/.test_json_parsing.eobjs/byte -I test/single_version/.test_json_parsing.eobjs/native -intf-suffix .ml-gen -no-alias-deps -opaque -o test/single_version/.test_json_parsing.eobjs/native/dune__exe.cmx -c -impl test/single_version/.test_json_parsing.eobjs/dune__exe.ml-gen)
Running[156]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_change/simple_transitive_change_2_j.ml) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/simple_transitive_change_2_j.ml.d
Running[157]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/single_version/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/single_version/.test_json_parsing.eobjs/byte/dune__exe__Single_version_1_t.cmi -c -intf test/single_version/single_version_1_t.mli)
Running[158]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/single_version/test_json_parsing.mli) > _build/default/test/single_version/.test_json_parsing.eobjs/test_json_parsing.mli.d
Running[159]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/single_version/.test_json_parsing.eobjs/byte -I test/single_version/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/single_version/.test_json_parsing.eobjs/native/dune__exe__Single_version_1_t.cmx -c -impl test/single_version/single_version_1_t.ml)
Running[160]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/single_version/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/single_version/.test_json_parsing.eobjs/byte/dune__exe__Single_version_1_j.cmi -c -intf test/single_version/single_version_1_j.mli)
Running[161]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/single_version/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/single_version/.test_json_parsing.eobjs/byte/dune__exe__Test_json_parsing.cmi -c -intf test/single_version/test_json_parsing.mli)
Running[162]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/single_version/.test_json_parsing.eobjs/byte -I test/single_version/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/single_version/.test_json_parsing.eobjs/native/dune__exe__Single_version_1_j.cmx -c -impl test/single_version/single_version_1_j.ml)
Running[163]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/single_version/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/single_version/.test_json_parsing.eobjs/byte/dune__exe__Single_version.cmi -c -intf test/single_version/single_version.mli)
Running[164]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/custom_output_prefix/custom_output_prefix_bar_j.ml) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/custom_output_prefix_bar_j.ml.d
Running[165]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_no_gen/simple_transitive_change_2_t.ml) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/simple_transitive_change_2_t.ml.d
Running[166]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/single_version/.test_json_parsing.eobjs/byte -I test/single_version/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/single_version/.test_json_parsing.eobjs/native/dune__exe__Single_version.cmx -c -impl test/single_version/single_version.ml)
Running[167]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/single_version/.test_json_parsing.eobjs/byte -I test/single_version/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/single_version/.test_json_parsing.eobjs/native/dune__exe__Test_json_parsing.cmx -c -impl test/single_version/test_json_parsing.ml)
Running[168]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_change/simple_transitive_change_2_t.ml) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/simple_transitive_change_2_t.ml.d
Running[169]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/custom_output_prefix/custom_output_prefix_bar_t.ml) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/custom_output_prefix_bar_t.ml.d
Running[170]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_no_gen/simple_transitive_change_upgrader_t.ml) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/simple_transitive_change_upgrader_t.ml.d
Running[171]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/realistic_examples/Atdgen_universal_codec.ml) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/Atdgen_universal_codec.ml.d
Running[172]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -o test/single_version/test_json_parsing.exe /Users/paul/code/stork/_opam/lib/easy-format/easy_format.cmxa /Users/paul/code/stork/_opam/lib/camlp-streams/camlp_streams.cmxa /Users/paul/code/stork/_opam/lib/biniou/biniou.cmxa /Users/paul/code/stork/_opam/lib/yojson/yojson.cmxa /Users/paul/.opam/default/lib/ocaml/unix.cmxa -I /Users/paul/.opam/default/lib/ocaml /Users/paul/code/stork/_opam/lib/atd/atd.cmxa /Users/paul/code/stork/_opam/lib/atdgen-runtime/atdgen_runtime.cmxa /Users/paul/code/stork/_opam/lib/atdgen/atdgen.cmxa /Users/paul/code/stork/_opam/lib/result/result.cmxa /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmxa lib/stork.cmxa test/test_utils.cmxa test/single_version/.test_json_parsing.eobjs/native/dune__exe.cmx test/single_version/.test_json_parsing.eobjs/native/dune__exe__Single_version_1_t.cmx test/single_version/.test_json_parsing.eobjs/native/dune__exe__Single_version_1_j.cmx test/single_version/.test_json_parsing.eobjs/native/dune__exe__Single_version.cmx test/single_version/.test_json_parsing.eobjs/native/dune__exe__Test_json_parsing.cmx)
Running[173]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_change/simple_transitive_change_upgrader_t.ml) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/simple_transitive_change_upgrader_t.ml.d
Running[174]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/custom_output_prefix/custom_output_prefix_upgrader_t.ml) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/custom_output_prefix_upgrader_t.ml.d
Running[175]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/realistic_examples/realistic_202008241_t.ml) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_202008241_t.ml.d
Running[176]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_no_gen/simple_transitive_change_user_fns.ml) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/simple_transitive_change_user_fns.ml.d
Running[177]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/simple_transitive_change/simple_transitive_change_user_fns.ml) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/simple_transitive_change_user_fns.ml.d
Running[178]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/custom_output_prefix/custom_output_prefix_user_fns.ml) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/custom_output_prefix_user_fns.ml.d
Running[179]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/realistic_examples/realistic_202103001_j.ml) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_202103001_j.ml.d
Running[180]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -bin-annot -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -no-alias-deps -opaque -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte/dune__exe.cmo -c -impl test/simple_transitive_no_gen/.test_json_parsing.eobjs/dune__exe.ml-gen)
Running[181]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -bin-annot -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -no-alias-deps -opaque -o test/simple_transitive_change/.test_json_parsing.eobjs/byte/dune__exe.cmo -c -impl test/simple_transitive_change/.test_json_parsing.eobjs/dune__exe.ml-gen)
Running[182]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -bin-annot -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -no-alias-deps -opaque -o test/custom_output_prefix/.test_json_parsing.eobjs/byte/dune__exe.cmo -c -impl test/custom_output_prefix/.test_json_parsing.eobjs/dune__exe.ml-gen)
Running[183]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/native -intf-suffix .ml-gen -no-alias-deps -opaque -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe.cmx -c -impl test/simple_transitive_no_gen/.test_json_parsing.eobjs/dune__exe.ml-gen)
Running[184]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I test/simple_transitive_change/.test_json_parsing.eobjs/native -intf-suffix .ml-gen -no-alias-deps -opaque -o test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe.cmx -c -impl test/simple_transitive_change/.test_json_parsing.eobjs/dune__exe.ml-gen)
Running[185]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I test/custom_output_prefix/.test_json_parsing.eobjs/native -intf-suffix .ml-gen -no-alias-deps -opaque -o test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe.cmx -c -impl test/custom_output_prefix/.test_json_parsing.eobjs/dune__exe.ml-gen)
Running[186]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte/dune__exe__Simple_transitive_change_1_t.cmi -c -intf test/simple_transitive_no_gen/simple_transitive_change_1_t.mli)
Running[187]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte/dune__exe__Simple_transitive_change_2_t.cmi -c -intf test/simple_transitive_no_gen/simple_transitive_change_2_t.mli)
Running[188]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/byte/dune__exe__Simple_transitive_change_1_t.cmi -c -intf test/simple_transitive_change/simple_transitive_change_1_t.mli)
Running[189]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/byte/dune__exe__Simple_transitive_change_2_t.cmi -c -intf test/simple_transitive_change/simple_transitive_change_2_t.mli)
Running[190]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/byte/dune__exe__Custom_output_prefix_1_t.cmi -c -intf test/custom_output_prefix/custom_output_prefix_1_t.mli)
Running[191]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/byte/dune__exe__Custom_output_prefix_bar_t.cmi -c -intf test/custom_output_prefix/custom_output_prefix_bar_t.mli)
Running[192]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_1_t.cmx -c -impl test/simple_transitive_no_gen/simple_transitive_change_1_t.ml)
Running[193]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte/dune__exe__Simple_transitive_change_1_j.cmi -c -intf test/simple_transitive_no_gen/simple_transitive_change_1_j.mli)
Running[194]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_2_t.cmx -c -impl test/simple_transitive_no_gen/simple_transitive_change_2_t.ml)
Running[195]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte/dune__exe__Simple_transitive_change_2_j.cmi -c -intf test/simple_transitive_no_gen/simple_transitive_change_2_j.mli)
Running[196]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte/dune__exe__Simple_transitive_change_upgrader_t.cmi -c -intf test/simple_transitive_no_gen/simple_transitive_change_upgrader_t.mli)
Running[197]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I test/simple_transitive_change/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_1_t.cmx -c -impl test/simple_transitive_change/simple_transitive_change_1_t.ml)
Running[198]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/byte/dune__exe__Simple_transitive_change_1_j.cmi -c -intf test/simple_transitive_change/simple_transitive_change_1_j.mli)
Running[199]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I test/simple_transitive_change/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_2_t.cmx -c -impl test/simple_transitive_change/simple_transitive_change_2_t.ml)
Running[200]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/byte/dune__exe__Simple_transitive_change_2_j.cmi -c -intf test/simple_transitive_change/simple_transitive_change_2_j.mli)
Running[201]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/byte/dune__exe__Simple_transitive_change_upgrader_t.cmi -c -intf test/simple_transitive_change/simple_transitive_change_upgrader_t.mli)
Running[202]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I test/custom_output_prefix/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Custom_output_prefix_1_t.cmx -c -impl test/custom_output_prefix/custom_output_prefix_1_t.ml)
Running[203]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/byte/dune__exe__Custom_output_prefix_1_j.cmi -c -intf test/custom_output_prefix/custom_output_prefix_1_j.mli)
Running[204]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I test/custom_output_prefix/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Custom_output_prefix_bar_t.cmx -c -impl test/custom_output_prefix/custom_output_prefix_bar_t.ml)
Running[205]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/byte/dune__exe__Custom_output_prefix_bar_j.cmi -c -intf test/custom_output_prefix/custom_output_prefix_bar_j.mli)
Running[206]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/byte/dune__exe__Custom_output_prefix_upgrader_t.cmi -c -intf test/custom_output_prefix/custom_output_prefix_upgrader_t.mli)
Running[207]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_1_j.cmx -c -impl test/simple_transitive_no_gen/simple_transitive_change_1_j.ml)
Running[208]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_2_j.cmx -c -impl test/simple_transitive_no_gen/simple_transitive_change_2_j.ml)
Running[209]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_upgrader_t.cmx -c -impl test/simple_transitive_no_gen/simple_transitive_change_upgrader_t.ml)
Running[210]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte/dune__exe__Simple_transitive_change.cmi -c -intf test/simple_transitive_no_gen/simple_transitive_change.mli)
Running[211]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte/dune__exe__Simple_transitive_change_user_fns.cmi -c -intf test/simple_transitive_no_gen/simple_transitive_change_user_fns.mli)
Running[212]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I test/simple_transitive_change/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_1_j.cmx -c -impl test/simple_transitive_change/simple_transitive_change_1_j.ml)
Running[213]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I test/simple_transitive_change/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_2_j.cmx -c -impl test/simple_transitive_change/simple_transitive_change_2_j.ml)
Running[214]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I test/simple_transitive_change/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_upgrader_t.cmx -c -impl test/simple_transitive_change/simple_transitive_change_upgrader_t.ml)
Running[215]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/byte/dune__exe__Simple_transitive_change.cmi -c -intf test/simple_transitive_change/simple_transitive_change.mli)
Running[216]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/byte/dune__exe__Simple_transitive_change_user_fns.cmi -c -intf test/simple_transitive_change/simple_transitive_change_user_fns.mli)
Running[217]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I test/custom_output_prefix/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Custom_output_prefix_1_j.cmx -c -impl test/custom_output_prefix/custom_output_prefix_1_j.ml)
Running[218]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I test/custom_output_prefix/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Custom_output_prefix_bar_j.cmx -c -impl test/custom_output_prefix/custom_output_prefix_bar_j.ml)
Running[219]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I test/custom_output_prefix/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Custom_output_prefix_upgrader_t.cmx -c -impl test/custom_output_prefix/custom_output_prefix_upgrader_t.ml)
Running[220]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/byte/dune__exe__Custom_output_prefix.cmi -c -intf test/custom_output_prefix/custom_output_prefix.mli)
Running[221]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/byte/dune__exe__Custom_output_prefix_user_fns.cmi -c -intf test/custom_output_prefix/custom_output_prefix_user_fns.mli)
Running[222]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change.cmx -c -impl test/simple_transitive_no_gen/simple_transitive_change.ml)
Running[223]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_user_fns.cmx -c -impl test/simple_transitive_no_gen/simple_transitive_change_user_fns.ml)
Running[224]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_no_gen/test_json_parsing.mli) > _build/default/test/simple_transitive_no_gen/.test_json_parsing.eobjs/test_json_parsing.mli.d
Running[225]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/simple_transitive_change/test_json_parsing.mli) > _build/default/test/simple_transitive_change/.test_json_parsing.eobjs/test_json_parsing.mli.d
Running[226]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/custom_output_prefix/test_json_parsing.mli) > _build/default/test/custom_output_prefix/.test_json_parsing.eobjs/test_json_parsing.mli.d
Running[227]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/realistic_examples/realistic_202103001_t.ml) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_202103001_t.ml.d
Running[228]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I test/simple_transitive_change/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change.cmx -c -impl test/simple_transitive_change/simple_transitive_change.ml)
Running[229]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I test/simple_transitive_change/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_user_fns.cmx -c -impl test/simple_transitive_change/simple_transitive_change_user_fns.ml)
Running[230]: (cd _build/default/test/single_version && ./test_json_parsing.exe) > _build/default/test/single_version/test_json_parsing.output
Running[231]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I test/custom_output_prefix/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Custom_output_prefix.cmx -c -impl test/custom_output_prefix/custom_output_prefix.ml)
Running[232]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I test/custom_output_prefix/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Custom_output_prefix_user_fns.cmx -c -impl test/custom_output_prefix/custom_output_prefix_user_fns.ml)
Running[233]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte/dune__exe__Test_json_parsing.cmi -c -intf test/simple_transitive_no_gen/test_json_parsing.mli)
Running[234]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/byte/dune__exe__Test_json_parsing.cmi -c -intf test/simple_transitive_change/test_json_parsing.mli)
Running[235]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/byte/dune__exe__Test_json_parsing.cmi -c -intf test/custom_output_prefix/test_json_parsing.mli)
File "test/single_version/dune", line 18, characters 8-25:
18 | (names test_json_parsing)
^^^^^^^^^^^^^^^^^
Command [230] exited with code 2:
$ (cd _build/default/test/single_version && ./test_json_parsing.exe) > _build/default/test/single_version/test_json_parsing.output
Fatal error: exception Sys_error("single_version_1.json: No such file or directory")
Running[236]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/byte -I test/simple_transitive_no_gen/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Test_json_parsing.cmx -c -impl test/simple_transitive_no_gen/test_json_parsing.ml)
Running[237]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/simple_transitive_change/.test_json_parsing.eobjs/byte -I test/simple_transitive_change/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Test_json_parsing.cmx -c -impl test/simple_transitive_change/test_json_parsing.ml)
Running[238]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/custom_output_prefix/.test_json_parsing.eobjs/byte -I test/custom_output_prefix/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Test_json_parsing.cmx -c -impl test/custom_output_prefix/test_json_parsing.ml)
Running[239]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/realistic_examples/realistic_202103115_j.ml) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_202103115_j.ml.d
Running[240]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -o test/simple_transitive_no_gen/test_json_parsing.exe /Users/paul/code/stork/_opam/lib/easy-format/easy_format.cmxa /Users/paul/code/stork/_opam/lib/camlp-streams/camlp_streams.cmxa /Users/paul/code/stork/_opam/lib/biniou/biniou.cmxa /Users/paul/code/stork/_opam/lib/yojson/yojson.cmxa /Users/paul/.opam/default/lib/ocaml/unix.cmxa -I /Users/paul/.opam/default/lib/ocaml /Users/paul/code/stork/_opam/lib/atd/atd.cmxa /Users/paul/code/stork/_opam/lib/atdgen-runtime/atdgen_runtime.cmxa /Users/paul/code/stork/_opam/lib/atdgen/atdgen.cmxa /Users/paul/code/stork/_opam/lib/result/result.cmxa /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmxa lib/stork.cmxa test/test_utils.cmxa test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe.cmx test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_1_t.cmx test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_1_j.cmx test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_2_t.cmx test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_2_j.cmx test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_upgrader_t.cmx test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_user_fns.cmx test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change.cmx test/simple_transitive_no_gen/.test_json_parsing.eobjs/native/dune__exe__Test_json_parsing.cmx)
Running[241]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -o test/custom_output_prefix/test_json_parsing.exe /Users/paul/code/stork/_opam/lib/easy-format/easy_format.cmxa /Users/paul/code/stork/_opam/lib/camlp-streams/camlp_streams.cmxa /Users/paul/code/stork/_opam/lib/biniou/biniou.cmxa /Users/paul/code/stork/_opam/lib/yojson/yojson.cmxa /Users/paul/.opam/default/lib/ocaml/unix.cmxa -I /Users/paul/.opam/default/lib/ocaml /Users/paul/code/stork/_opam/lib/atd/atd.cmxa /Users/paul/code/stork/_opam/lib/atdgen-runtime/atdgen_runtime.cmxa /Users/paul/code/stork/_opam/lib/atdgen/atdgen.cmxa /Users/paul/code/stork/_opam/lib/result/result.cmxa /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmxa lib/stork.cmxa test/test_utils.cmxa test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe.cmx test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Custom_output_prefix_1_t.cmx test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Custom_output_prefix_1_j.cmx test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Custom_output_prefix_bar_t.cmx test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Custom_output_prefix_bar_j.cmx test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Custom_output_prefix_upgrader_t.cmx test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Custom_output_prefix_user_fns.cmx test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Custom_output_prefix.cmx test/custom_output_prefix/.test_json_parsing.eobjs/native/dune__exe__Test_json_parsing.cmx)
Running[242]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -o test/simple_transitive_change/test_json_parsing.exe /Users/paul/code/stork/_opam/lib/easy-format/easy_format.cmxa /Users/paul/code/stork/_opam/lib/camlp-streams/camlp_streams.cmxa /Users/paul/code/stork/_opam/lib/biniou/biniou.cmxa /Users/paul/code/stork/_opam/lib/yojson/yojson.cmxa /Users/paul/.opam/default/lib/ocaml/unix.cmxa -I /Users/paul/.opam/default/lib/ocaml /Users/paul/code/stork/_opam/lib/atd/atd.cmxa /Users/paul/code/stork/_opam/lib/atdgen-runtime/atdgen_runtime.cmxa /Users/paul/code/stork/_opam/lib/atdgen/atdgen.cmxa /Users/paul/code/stork/_opam/lib/result/result.cmxa /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmxa lib/stork.cmxa test/test_utils.cmxa test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe.cmx test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_1_t.cmx test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_1_j.cmx test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_2_t.cmx test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_2_j.cmx test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_upgrader_t.cmx test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change_user_fns.cmx test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Simple_transitive_change.cmx test/simple_transitive_change/.test_json_parsing.eobjs/native/dune__exe__Test_json_parsing.cmx)
Running[243]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/realistic_examples/realistic_202103115_t.ml) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_202103115_t.ml.d
Running[244]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/realistic_examples/realistic_upgrader_t.ml) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_upgrader_t.ml.d
Running[245]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -impl test/realistic_examples/realistic_user_fns.ml) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/realistic_user_fns.ml.d
Running[246]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -bin-annot -I test/realistic_examples/.test_json_parsing.eobjs/byte -no-alias-deps -opaque -o test/realistic_examples/.test_json_parsing.eobjs/byte/dune__exe.cmo -c -impl test/realistic_examples/.test_json_parsing.eobjs/dune__exe.ml-gen)
Running[247]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -I test/realistic_examples/.test_json_parsing.eobjs/byte -I test/realistic_examples/.test_json_parsing.eobjs/native -intf-suffix .ml-gen -no-alias-deps -opaque -o test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe.cmx -c -impl test/realistic_examples/.test_json_parsing.eobjs/dune__exe.ml-gen)
Running[248]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/realistic_examples/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/byte/dune__exe__Atdgen_universal_codec.cmo -c -impl test/realistic_examples/Atdgen_universal_codec.ml)
Running[249]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/realistic_examples/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/byte/dune__exe__Realistic_202008241_t.cmi -c -intf test/realistic_examples/realistic_202008241_t.mli)
Running[250]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/realistic_examples/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/byte/dune__exe__Realistic_202103001_t.cmi -c -intf test/realistic_examples/realistic_202103001_t.mli)
Running[251]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/realistic_examples/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/byte/dune__exe__Realistic_202103115_t.cmi -c -intf test/realistic_examples/realistic_202103115_t.mli)
Running[252]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/realistic_examples/.test_json_parsing.eobjs/byte -I test/realistic_examples/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Atdgen_universal_codec.cmx -c -impl test/realistic_examples/Atdgen_universal_codec.ml)
Running[253]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/realistic_examples/.test_json_parsing.eobjs/byte -I test/realistic_examples/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_202008241_t.cmx -c -impl test/realistic_examples/realistic_202008241_t.ml)
Running[254]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/realistic_examples/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/byte/dune__exe__Realistic_202008241_j.cmi -c -intf test/realistic_examples/realistic_202008241_j.mli)
Running[255]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/realistic_examples/.test_json_parsing.eobjs/byte -I test/realistic_examples/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_202103001_t.cmx -c -impl test/realistic_examples/realistic_202103001_t.ml)
Running[256]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/realistic_examples/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/byte/dune__exe__Realistic_202103001_j.cmi -c -intf test/realistic_examples/realistic_202103001_j.mli)
Running[257]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/realistic_examples/.test_json_parsing.eobjs/byte -I test/realistic_examples/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_202103115_t.cmx -c -impl test/realistic_examples/realistic_202103115_t.ml)
Running[258]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/realistic_examples/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/byte/dune__exe__Realistic_202103115_j.cmi -c -intf test/realistic_examples/realistic_202103115_j.mli)
Running[259]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/realistic_examples/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/byte/dune__exe__Realistic_upgrader_t.cmi -c -intf test/realistic_examples/realistic_upgrader_t.mli)
Running[260]: (cd _build/default && /Users/paul/.opam/default/bin/ocamldep.opt -modules -intf test/realistic_examples/test_json_parsing.mli) > _build/default/test/realistic_examples/.test_json_parsing.eobjs/test_json_parsing.mli.d
Running[261]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/realistic_examples/.test_json_parsing.eobjs/byte -I test/realistic_examples/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_202008241_j.cmx -c -impl test/realistic_examples/realistic_202008241_j.ml)
Running[262]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/realistic_examples/.test_json_parsing.eobjs/byte -I test/realistic_examples/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_202103001_j.cmx -c -impl test/realistic_examples/realistic_202103001_j.ml)
Running[263]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/realistic_examples/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/byte/dune__exe__Test_json_parsing.cmi -c -intf test/realistic_examples/test_json_parsing.mli)
Running[264]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/realistic_examples/.test_json_parsing.eobjs/byte -I test/realistic_examples/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_upgrader_t.cmx -c -impl test/realistic_examples/realistic_upgrader_t.ml)
Running[265]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/realistic_examples/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/byte/dune__exe__Realistic_user_fns.cmi -c -intf test/realistic_examples/realistic_user_fns.mli)
Running[266]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/realistic_examples/.test_json_parsing.eobjs/byte -I test/realistic_examples/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_202103115_j.cmx -c -impl test/realistic_examples/realistic_202103115_j.ml)
Running[267]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -bin-annot -I test/realistic_examples/.test_json_parsing.eobjs/byte -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I test/.test_utils.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/byte/dune__exe__Realistic.cmi -c -intf test/realistic_examples/realistic.mli)
Running[268]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/realistic_examples/.test_json_parsing.eobjs/byte -I test/realistic_examples/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_user_fns.cmx -c -impl test/realistic_examples/realistic_user_fns.ml)
Running[269]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/realistic_examples/.test_json_parsing.eobjs/byte -I test/realistic_examples/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic.cmx -c -impl test/realistic_examples/realistic.ml)
Running[270]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -I test/realistic_examples/.test_json_parsing.eobjs/byte -I test/realistic_examples/.test_json_parsing.eobjs/native -I /Users/paul/code/stork/_opam/lib/atd -I /Users/paul/code/stork/_opam/lib/atdgen -I /Users/paul/code/stork/_opam/lib/atdgen-runtime -I /Users/paul/code/stork/_opam/lib/biniou -I /Users/paul/code/stork/_opam/lib/camlp-streams -I /Users/paul/code/stork/_opam/lib/easy-format -I /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime -I /Users/paul/code/stork/_opam/lib/result -I /Users/paul/code/stork/_opam/lib/yojson -I lib/.stork.objs/byte -I lib/.stork.objs/native -I test/.test_utils.objs/byte -I test/.test_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Test_json_parsing.cmx -c -impl test/realistic_examples/test_json_parsing.ml)
Running[271]: (cd _build/default/test/custom_output_prefix && ./test_json_parsing.exe) > _build/default/test/custom_output_prefix/test_json_parsing.output
Running[272]: (cd _build/default/test/simple_transitive_change && ./test_json_parsing.exe) > _build/default/test/simple_transitive_change/test_json_parsing.output
Running[273]: (cd _build/default/test/simple_transitive_no_gen && ./test_json_parsing.exe) > _build/default/test/simple_transitive_no_gen/test_json_parsing.output
File "test/custom_output_prefix/dune", line 25, characters 8-25:
25 | (names test_json_parsing)
^^^^^^^^^^^^^^^^^
Command [271] exited with code 2:
$ (cd _build/default/test/custom_output_prefix && ./test_json_parsing.exe) > _build/default/test/custom_output_prefix/test_json_parsing.output
Fatal error: exception Sys_error("custom_output_prefix_1.json: No such file or directory")
File "test/simple_transitive_change/dune", line 23, characters 8-25:
23 | (names test_json_parsing)
^^^^^^^^^^^^^^^^^
Command [272] exited with code 2:
$ (cd _build/default/test/simple_transitive_change && ./test_json_parsing.exe) > _build/default/test/simple_transitive_change/test_json_parsing.output
Fatal error: exception Sys_error("simple_transitive_change_1.json: No such file or directory")
File "test/simple_transitive_no_gen/dune", line 39, characters 8-25:
39 | (names test_json_parsing)
^^^^^^^^^^^^^^^^^
Command [273] exited with code 2:
$ (cd _build/default/test/simple_transitive_no_gen && ./test_json_parsing.exe) > _build/default/test/simple_transitive_no_gen/test_json_parsing.output
Fatal error: exception Sys_error("simple_transitive_change_1.json: No such file or directory")
Running[274]: (cd _build/default && /Users/paul/.opam/default/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -open StdLabels -w +A-48-42-44 -warn-error +A-3 -linkall -g -open StdLabels -w +A-48-42-40-70 -g -o test/realistic_examples/test_json_parsing.exe /Users/paul/code/stork/_opam/lib/easy-format/easy_format.cmxa /Users/paul/code/stork/_opam/lib/camlp-streams/camlp_streams.cmxa /Users/paul/code/stork/_opam/lib/biniou/biniou.cmxa /Users/paul/code/stork/_opam/lib/yojson/yojson.cmxa /Users/paul/.opam/default/lib/ocaml/unix.cmxa -I /Users/paul/.opam/default/lib/ocaml /Users/paul/code/stork/_opam/lib/atd/atd.cmxa /Users/paul/code/stork/_opam/lib/atdgen-runtime/atdgen_runtime.cmxa /Users/paul/code/stork/_opam/lib/atdgen/atdgen.cmxa /Users/paul/code/stork/_opam/lib/result/result.cmxa /Users/paul/code/stork/_opam/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmxa lib/stork.cmxa test/test_utils.cmxa test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe.cmx test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Atdgen_universal_codec.cmx test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_202008241_t.cmx test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_202008241_j.cmx test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_202103001_t.cmx test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_202103001_j.cmx test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_202103115_t.cmx test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_202103115_j.cmx test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_upgrader_t.cmx test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic_user_fns.cmx test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Realistic.cmx test/realistic_examples/.test_json_parsing.eobjs/native/dune__exe__Test_json_parsing.cmx)
Running[275]: (cd _build/default/test/realistic_examples && ./test_json_parsing.exe) > _build/default/test/realistic_examples/test_json_parsing.output
File "test/realistic_examples/dune", line 27, characters 8-25:
27 | (names test_json_parsing)
^^^^^^^^^^^^^^^^^
Command [275] exited with code 2:
$ (cd _build/default/test/realistic_examples && ./test_json_parsing.exe) > _build/default/test/realistic_examples/test_json_parsing.output
Fatal error: exception Sys_error("realistic_202008241.json: No such file or directory")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment