2025-07-23 10:06.20: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/587/head (8dcd1fe231aa675bf7ba58a13028451a9566fee5) (linux-x86_64:alpine-3.21-4.14_opam-2.3) Base: ocaml/opam:alpine-3.21-ocaml-4.14@sha256:ce7c521de2e50e6ba02ecb769afb8f518fd84aef8447affa8b443c3175d9dc33 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/587/head" && git reset --hard 8dcd1fe2 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.21-ocaml-4.14@sha256:ce7c521de2e50e6ba02ecb769afb8f518fd84aef8447affa8b443c3175d9dc33 # alpine-3.21-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./ RUN opam pin add -yn ppxlib.dev './' && \ opam pin add -yn ppxlib-tools.dev './' && \ opam pin add -yn ppxlib-bench.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-07-23 10:06.20: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:alpine-3.21-ocaml-4.14@sha256:ce7c521de2e50e6ba02ecb769afb8f518fd84aef8447affa8b443c3175d9dc33-alpine-3.21-4.14_opam-2.3-b68e9df276868c41024ba0e8680a3274" 2025-07-23 10:06.20: Using OBuilder spec: ((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:ce7c521de2e50e6ba02ecb769afb8f518fd84aef8447affa8b443c3175d9dc33) (comment alpine-3.21-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ppxlib.dev './' && \ \nopam pin add -yn ppxlib-tools.dev './' && \ \nopam pin add -yn ppxlib-bench.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 yojson.3.0.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-07-23 10:06.20: Waiting for resource in pool OCluster 2025-07-23 10:06.20: Waiting for worker… 2025-07-23 10:07.44: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 8dcd1fe2 Simplify gencopy arrow_type helper (from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:ce7c521de2e50e6ba02ecb769afb8f518fd84aef8447affa8b443c3175d9dc33) Unable to find image 'ocaml/opam:alpine-3.21-ocaml-4.14@sha256:ce7c521de2e50e6ba02ecb769afb8f518fd84aef8447affa8b443c3175d9dc33' locally docker.io/ocaml/opam@sha256:ce7c521de2e50e6ba02ecb769afb8f518fd84aef8447affa8b443c3175d9dc33: Pulling from ocaml/opam f18232174bc9: Pulling fs layer e435b1bc6765: Pulling fs layer 504218c123c0: Pulling fs layer 3d1adc3444db: Pulling fs layer 949b4e53049e: Pulling fs layer 8f30d8d0a846: Pulling fs layer 1c2148a11545: Pulling fs layer 0688ce6bab1b: Pulling fs layer 9fff074a1f8d: Pulling fs layer 2f670f1f18e5: Pulling fs layer 4327a1eff3e9: Pulling fs layer 6416d634e0f0: Pulling fs layer 226a04ebb5cc: Pulling fs layer 524ffc10718d: Pulling fs layer edbef0ed17ce: Pulling fs layer 4f4fb700ef54: Pulling fs layer f41102d57d16: Pulling fs layer 74c0a3cca53d: Pulling fs layer 3d1adc3444db: Waiting 20433c03b8ee: Pulling fs layer d15cae79f6ee: Pulling fs layer 8f30d8d0a846: Waiting c49df74bbb30: Pulling fs layer c7e2533797d3: Pulling fs layer 4327a1eff3e9: Waiting f7a7b488445e: Pulling fs layer 6416d634e0f0: Waiting 4100580b8204: Pulling fs layer fbc8271f8aed: Pulling fs layer 2f3cf6786764: Pulling fs layer eabb0eb9a599: Pulling fs layer ed0e937dd1f9: Pulling fs layer 74233ff0361f: Pulling fs layer e0f8996903d5: Pulling fs layer 20433c03b8ee: Waiting 2decd1769587: Pulling fs layer e2fe16af1f37: Pulling fs layer 8596850f1643: Pulling fs layer 9b056d789ba8: Pulling fs layer c49df74bbb30: Waiting c1650c02722d: Pulling fs layer 5b41b547e796: Pulling fs layer edbef0ed17ce: Waiting ff378e7406b2: Pulling fs layer 808871be9e84: Pulling fs layer eabb0eb9a599: Waiting 74233ff0361f: Waiting 8596850f1643: Waiting f7a7b488445e: Waiting ed0e937dd1f9: Waiting e0f8996903d5: Waiting 2f3cf6786764: Waiting ff378e7406b2: Waiting 4f4fb700ef54: Waiting 4100580b8204: Waiting 808871be9e84: Waiting fbc8271f8aed: Waiting 2decd1769587: Waiting 74c0a3cca53d: Waiting 1c2148a11545: Waiting e2fe16af1f37: Waiting 5b41b547e796: Waiting c1650c02722d: Waiting 226a04ebb5cc: Waiting 9fff074a1f8d: Waiting 524ffc10718d: Waiting e435b1bc6765: Verifying Checksum e435b1bc6765: Download complete f18232174bc9: Verifying Checksum f18232174bc9: Download complete f18232174bc9: Pull complete e435b1bc6765: Pull complete 949b4e53049e: Verifying Checksum 949b4e53049e: Download complete 8f30d8d0a846: Verifying Checksum 8f30d8d0a846: Download complete 504218c123c0: Verifying Checksum 504218c123c0: Download complete 504218c123c0: Pull complete 0688ce6bab1b: Verifying Checksum 0688ce6bab1b: Download complete 9fff074a1f8d: Verifying Checksum 9fff074a1f8d: Download complete 3d1adc3444db: Verifying Checksum 3d1adc3444db: Download complete 4327a1eff3e9: Verifying Checksum 4327a1eff3e9: Download complete 2f670f1f18e5: Verifying Checksum 2f670f1f18e5: Download complete 6416d634e0f0: Verifying Checksum 6416d634e0f0: Download complete 226a04ebb5cc: Verifying Checksum 226a04ebb5cc: Download complete edbef0ed17ce: Verifying Checksum edbef0ed17ce: Download complete 1c2148a11545: Verifying Checksum 1c2148a11545: Download complete f41102d57d16: Verifying Checksum f41102d57d16: Download complete 4f4fb700ef54: Download complete 524ffc10718d: Verifying Checksum 524ffc10718d: Download complete 20433c03b8ee: Verifying Checksum 20433c03b8ee: Download complete c49df74bbb30: Download complete c7e2533797d3: Verifying Checksum c7e2533797d3: Download complete d15cae79f6ee: Download complete 74c0a3cca53d: Verifying Checksum 74c0a3cca53d: Download complete f7a7b488445e: Verifying Checksum f7a7b488445e: Download complete fbc8271f8aed: Download complete 2f3cf6786764: Verifying Checksum 2f3cf6786764: Download complete 4100580b8204: Verifying Checksum 4100580b8204: Download complete ed0e937dd1f9: Download complete e0f8996903d5: Verifying Checksum e0f8996903d5: Download complete eabb0eb9a599: Download complete e2fe16af1f37: Verifying Checksum e2fe16af1f37: Download complete 3d1adc3444db: Pull complete 8596850f1643: Download complete 949b4e53049e: Pull complete 9b056d789ba8: Download complete 8f30d8d0a846: Pull complete 1c2148a11545: Pull complete 0688ce6bab1b: Pull complete 9fff074a1f8d: Pull complete 2f670f1f18e5: Pull complete 4327a1eff3e9: Pull complete 6416d634e0f0: Pull complete 226a04ebb5cc: Pull complete 524ffc10718d: Pull complete 2decd1769587: Verifying Checksum 2decd1769587: Download complete 5b41b547e796: Verifying Checksum 5b41b547e796: Download complete edbef0ed17ce: Pull complete 4f4fb700ef54: Pull complete ff378e7406b2: Verifying Checksum ff378e7406b2: Download complete f41102d57d16: Pull complete 74c0a3cca53d: Pull complete 20433c03b8ee: Pull complete d15cae79f6ee: Pull complete c49df74bbb30: Pull complete c7e2533797d3: Pull complete f7a7b488445e: Pull complete 4100580b8204: Pull complete fbc8271f8aed: Pull complete 2f3cf6786764: Pull complete eabb0eb9a599: Pull complete ed0e937dd1f9: Pull complete 808871be9e84: Download complete c1650c02722d: Verifying Checksum c1650c02722d: Download complete 74233ff0361f: Verifying Checksum 74233ff0361f: Download complete 74233ff0361f: Pull complete e0f8996903d5: Pull complete 2decd1769587: Pull complete e2fe16af1f37: Pull complete 8596850f1643: Pull complete 9b056d789ba8: Pull complete c1650c02722d: Pull complete 5b41b547e796: Pull complete ff378e7406b2: Pull complete 808871be9e84: Pull complete Digest: sha256:ce7c521de2e50e6ba02ecb769afb8f518fd84aef8447affa8b443c3175d9dc33 Status: Downloaded newer image for ocaml/opam@sha256:ce7c521de2e50e6ba02ecb769afb8f518fd84aef8447affa8b443c3175d9dc33 2025-07-23 10:07.47 ---> using "55d202f7fecfb1870e4e5ff40a2bf370c1ccb0b90b65ea9e954fa8fcf7fc2c95" from cache /: (comment alpine-3.21-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-07-23 10:07.47 ---> using "57b9ec26c9d793b9841d4b9b0806229705a50fa368e146f4bfa780c65be697a9" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-23 10:07.47 ---> using "c5fb68b3751ecc9278ff2d149fb1343dcef6f7d8470fcb0193da697334885f4e" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-07-23 10:07.47 ---> using "c71ebc92fba988860b9c156257f28c79e1408d4794c998911176c5ddf483c859" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-23 10:07.47 ---> using "0de77c75cb625e4c58667571d1f22ce917bcfd7afcc95609af2c00442f4db95b" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u")) 382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-07-23 10:08.13 ---> saved as "5fc9b95c93bdf9e7830ab38e3ab8fbbc71590a14ca9ae5607492822f3631e3a4" /src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) 2025-07-23 10:08.14 ---> saved as "88f879d3517530f6df8fe13816e836a21ba25fdc8238de7f69d366beeec308a9" /src: (run (network host) (shell "opam pin add -yn ppxlib.dev './' && \ \nopam pin add -yn ppxlib-tools.dev './' && \ \nopam pin add -yn ppxlib-bench.dev './'")) [ppxlib.dev] synchronised (file:///src) ppxlib is now pinned to file:///src (version dev) [ppxlib-tools.dev] synchronised (file:///src) ppxlib-tools is now pinned to file:///src (version dev) Package ppxlib-bench does not exist, create as a NEW package? [y/n] y [ppxlib-bench.dev] synchronised (file:///src) ppxlib-bench is now pinned to file:///src (version dev) 2025-07-23 10:08.21 ---> saved as "5c438c79a2d14ceee95321f77ec4514cc51509d3386209b94adadc786f2a0b84" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-23 10:08.22 ---> saved as "a6eca83a94e570520ea86cc7b6fa1ff23598fc2fca1082709945d6ab531bbd17" /src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 yojson.3.0.0") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS")) + /usr/bin/sudo "apk" "update" - fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz - v3.21.4-12-g5f8325a8a60 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main] - v3.21.4-10-gdc5ab0099fa [https://dl-cdn.alpinelinux.org/alpine/v3.21/community] - v3.23.0_alpha20250612-3122-g6b5cc0dc735 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v3.23.0_alpha20250612-3127-gf857546886d [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v3.23.0_alpha20250612-3125-g2f1cea6b8c0 [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 59192 distinct packages available <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppxlib.dev] synchronised (file:///src) [ppxlib-bench.dev] synchronised (file:///src) [ppxlib-tools.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-07-23 10:08.35 ---> saved as "fc477528ba520347dca0c8d646aef0702185e6cfc01c2c3dde8b9be9b3fd3988" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 14 packages - install base v0.16.4 - install cinaps v0.15.1 - install cmdliner 1.3.0 - install csexp 1.5.2 - install dune 3.19.1 - install dune-configurator 3.19.1 - install ocaml-compiler-libs v0.12.4 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install re 1.13.2 - install seq base - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cinaps.v0.15.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved base.v0.16.4 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved re.1.13.2 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed dune.3.19.1 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.13.2 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed yojson.3.0.0 -> installed cinaps.v0.15.1 -> installed dune-configurator.3.19.1 -> installed base.v0.16.4 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-23 10:09.16 ---> saved as "d8714a76d39486db1008ae438a4bd2ee8158ee4147a6042057ef42ea54990f50" /src: (copy (src .) (dst /src)) 2025-07-23 10:09.16 ---> saved as "fea5fcaa53f81f2e6ba655b6961ab794a12e4f4ec6d4edac7eeb37bffbcb268a" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/4.14/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 -g -I dev/gencopy/.gencopy.eobjs/byte -I dev/gencopy/.gencopy.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I astlib/.astlib.objs/byte -I astlib/.astlib.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -intf-suffix .ml -no-alias-deps -opaque -o dev/gencopy/.gencopy.eobjs/native/dune__exe__Gencopy.cmx -c -impl dev/gencopy/gencopy.pp.ml) File "dev/gencopy/gencopy.ml", line 116, characters 16-31: 116 | let index = List.find_index is_var decl.ptype_params in ^^^^^^^^^^^^^^^ Error: Unbound value List.find_index (cd _build/default && /home/opam/.opam/4.14/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 -g -bin-annot -I dev/gencopy/.gencopy.eobjs/byte -I ast/.ppxlib_ast.objs/byte -I astlib/.astlib.objs/byte -I src/.ppxlib.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o dev/gencopy/.gencopy.eobjs/byte/dune__exe__Gencopy.cmo -c -impl dev/gencopy/gencopy.pp.ml) File "dev/gencopy/gencopy.ml", line 116, characters 16-31: 116 | let index = List.find_index is_var decl.ptype_params in ^^^^^^^^^^^^^^^ Error: Unbound value List.find_index "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-07-23 10:09.35: Job failed: Failed: Build failed