=== DEPENDENCIES (16 transitive) === base.v0.17.3 ad21b94e102b base-threads.base 922226874b26 base-unix.base af6d03bc3069 csexp.1.5.2 17c1b90a9296 dune.3.23.1 576e1f6f2801 dune-configurator.3.23.1 4666fe974725 ocaml.5.3.0 3b3099991dfa ocaml-base-compiler.5.3.0 2904f7516889 ocaml-compiler.5.3.0 3d6930b3d31d ocaml-compiler-libs.v0.17.0 07752b5b7191 ocaml-config.3 54dec4351157 ocaml_intrinsics_kernel.v0.17.2 a72b772a5e58 ppx_derivers.1.2.1 685a4191e253 ppxlib.0.38.0 c677dcdc3075 sexplib0.v0.17.0 dab9d88b98ed stdlib-shims.0.3.0 86d6a51ecd2b === STDOUT === Processing: [default: loading data] [ppx_stable_witness.v0.17.0: http] [ppx_stable_witness.v0.17.0: extract] -> retrieved ppx_stable_witness.v0.17.0 (https://github.com/janestreet/ppx_stable_witness/archive/refs/tags/v0.17.0.tar.gz) [ppx_stable_witness: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "ppx_stable_witness" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/ppx_stable_witness.v0.17.0) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/src/.ppx_stable_witness.objs/byte -I /home/opam/.opam/default/lib/base -I /home/opam/.opam/default/lib/base/base_internalhash_types -I /home/opam/.opam/default/lib/base/shadow_stdlib -I /home/opam/.opam/default/lib/ocaml-compiler-libs/common -I /home/opam/.opam/default/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/default/lib/ocaml/compiler-libs -I /home/opam/.opam/default/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/default/lib/ppx_derivers -I /home/opam/.opam/default/lib/ppxlib -I /home/opam/.opam/default/lib/ppxlib/ast -I /home/opam/.opam/default/lib/ppxlib/astlib -I /home/opam/.opam/default/lib/ppxlib/print_diff -I /home/opam/.opam/default/lib/ppxlib/stdppx -I /home/opam/.opam/default/lib/ppxlib/traverse_builtins -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/stdlib-shims -cmi-file src/src/.ppx_stable_witness.objs/byte/ppx_stable_witness.cmi -no-alias-deps -o src/src/.ppx_stable_witness.objs/byte/ppx_stable_witness.cmo -c -impl src/src/ppx_stable_witness.pp.ml) - File "src/src/ppx_stable_witness.ml", lines 101-115, characters 6-66: - 101 | ......(match core_type.ptyp_desc with - 102 | | Ptyp_any -> [ unsupported ~loc "wildcard type" ] - 103 | | Ptyp_var var -> [ check_type_variable ~loc var ] - 104 | | Ptyp_arrow _ -> [ unsupported ~loc "arrow type" ] - 105 | | Ptyp_tuple tuple -> List.concat_map tuple ~f:check_core_type - ... - 112 | | Ptyp_variant (rows, _, _) -> List.concat_map rows ~f:check_row_field - 113 | | Ptyp_poly (_, _) -> [ unsupported ~loc "polymorphic type" ] - 114 | | Ptyp_package _ -> [ unsupported ~loc "first-class module type" ] - 115 | | Ptyp_extension _ -> [ unsupported ~loc "ppx extension" ]) - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - Ptyp_open (_, _) - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/src/.ppx_stable_witness.objs/byte -I src/src/.ppx_stable_witness.objs/native -I /home/opam/.opam/default/lib/base -I /home/opam/.opam/default/lib/base/base_internalhash_types -I /home/opam/.opam/default/lib/base/shadow_stdlib -I /home/opam/.opam/default/lib/ocaml-compiler-libs/common -I /home/opam/.opam/default/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/default/lib/ocaml/compiler-libs -I /home/opam/.opam/default/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/default/lib/ppx_derivers -I /home/opam/.opam/default/lib/ppxlib -I /home/opam/.opam/default/lib/ppxlib/ast -I /home/opam/.opam/default/lib/ppxlib/astlib -I /home/opam/.opam/default/lib/ppxlib/print_diff -I /home/opam/.opam/default/lib/ppxlib/stdppx -I /home/opam/.opam/default/lib/ppxlib/traverse_builtins -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/stdlib-shims -cmi-file src/src/.ppx_stable_witness.objs/byte/ppx_stable_witness.cmi -no-alias-deps -o src/src/.ppx_stable_witness.objs/native/ppx_stable_witness.cmx -c -impl src/src/ppx_stable_witness.pp.ml) - File "src/src/ppx_stable_witness.ml", lines 101-115, characters 6-66: - 101 | ......(match core_type.ptyp_desc with - 102 | | Ptyp_any -> [ unsupported ~loc "wildcard type" ] - 103 | | Ptyp_var var -> [ check_type_variable ~loc var ] - 104 | | Ptyp_arrow _ -> [ unsupported ~loc "arrow type" ] - 105 | | Ptyp_tuple tuple -> List.concat_map tuple ~f:check_core_type - ... - 112 | | Ptyp_variant (rows, _, _) -> List.concat_map rows ~f:check_row_field - 113 | | Ptyp_poly (_, _) -> [ unsupported ~loc "polymorphic type" ] - 114 | | Ptyp_package _ -> [ unsupported ~loc "first-class module type" ] - 115 | | Ptyp_extension _ -> [ unsupported ~loc "ppx extension" ]) - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - Ptyp_open (_, _) -> compiled ppx_stable_witness.v0.17.0 -> installed ppx_stable_witness.v0.17.0 === STDERR ===