2025-09-29 07:25.01: New job: test tarides/tezos-context-hash https://github.com/tarides/tezos-context-hash.git#refs/heads/main (4633445fa225e6eaf39add8bdae98fa78c8846d1) (linux-x86_64:fedora-42-4.14_opam-2.4) Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d Opam project build To reproduce locally: git clone --recursive "https://github.com/tarides/tezos-context-hash.git" -b "main" && cd "tezos-context-hash" && git reset --hard 4633445f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d # fedora-42-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.4 /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 f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 tezos-context-hash.opam ./ RUN opam pin add -yn tezos-context-hash.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="afl-persistent.1.4 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bheap.2.0.0 bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.5 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 eqaf.0.10 fmt.0.11.0 index.1.6.2 irmin.3.11.0 irmin-pack.3.11.0 irmin-tezos.3.11.0 jsonm.1.0.2 logs.0.7.0 lru.0.3.1 lwt.5.9.2 monolith.20250922 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 optint.0.3.0 pprint.20230830 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_irmin.3.11.0 ppx_repr.0.7.0 ppxlib.0.35.0 progress.0.5.0 psq.0.2.1 repr.0.7.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 terminal.0.5.0 tezos-base58.1.0.0 topkg.1.1.0 uri.4.4.0 uucp.17.0.0 uutf.1.0.4 vector.1.0.0 yojson.3.0.0 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y tezos-context-hash.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-09-29 07:25.01: Using cache hint "tarides/tezos-context-hash-ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d-fedora-42-4.14_opam-2.4-b2b42f7175484b2554ab516ab6f43faf" 2025-09-29 07:25.01: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d) (comment fedora-42-4.14_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src tezos-context-hash.opam) (dst ./)) (run (network host) (shell "opam pin add -yn tezos-context-hash.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "afl-persistent.1.4 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bheap.2.0.0 bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.5 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 eqaf.0.10 fmt.0.11.0 index.1.6.2 irmin.3.11.0 irmin-pack.3.11.0 irmin-tezos.3.11.0 jsonm.1.0.2 logs.0.7.0 lru.0.3.1 lwt.5.9.2 monolith.20250922 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 optint.0.3.0 pprint.20230830 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_irmin.3.11.0 ppx_repr.0.7.0 ppxlib.0.35.0 progress.0.5.0 psq.0.2.1 repr.0.7.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 terminal.0.5.0 tezos-base58.1.0.0 topkg.1.1.0 uri.4.4.0 uucp.17.0.0 uutf.1.0.4 vector.1.0.0 yojson.3.0.0 zarith.1.14") (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.4 --depext-only -y tezos-context-hash.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-09-29 07:25.01: Waiting for resource in pool OCluster 2025-09-29 08:48.45: Waiting for worker… 2025-09-29 08:50.21: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 4633445 Merge pull request #12 from pascutto/fuzz (from ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d) 2025-09-29 08:57.06 ---> using "e21b0f9762b6e571e0b89dbde098ca6c6fb19e60b42fe0d3ffaaac130921345d" from cache /: (comment fedora-42-4.14_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 42 - x86_64 100% | 17.3 KiB/s | 27.0 KiB | 00m02s Fedora 42 - x86_64 - Updates 100% | 7.8 KiB/s | 8.3 KiB | 00m01s Fedora 42 openh264 (From Cisco) - x86_ 100% | 2.2 KiB/s | 986.0 B | 00m00s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2025-09-29 08:57.06 ---> using "fbfb2ad48691720b6564db4b736e1d4be93ea986229fef73b6538dc2384bed48" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-09-29 08:57.06 ---> using "d6fefd342841eef68581b250046862288602132baa8f77a52b8053fbfc9c3ec4" 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 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-09-29 08:57.06 ---> using "1f716f63107930869881713bc9e9a8cc20fd1fe9bacd1f0c77b8137994885460" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-60-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-09-29 08:57.06 ---> using "fa1e3c371e077a77bfdd7e9b675fc264609c257b2d763469ce7b5322c62d39ae" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-29 08:57.06 ---> using "acf79e4c87892220a9d53132c50886ac38fc2795f41dc7e57b282fbc576050ff" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..11b6180fcd master -> origin/master f736a66f83 Merge pull request #28602 from dbuenzli/cmdliner-incompat <><> 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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-09-29 08:57.23 ---> saved as "c052fd8d0008e32d738c6175a78f45bfd9daf25d7c92f1f887d7d557639f9651" /src: (copy (src tezos-context-hash.opam) (dst ./)) 2025-09-29 08:57.23 ---> saved as "9d09d1a4bb98cd5407e1103e9fa0eac384bc6bc5627b1b6910645dabf531adc3" /src: (run (network host) (shell "opam pin add -yn tezos-context-hash.dev './'")) [tezos-context-hash.dev] synchronised (file:///src) tezos-context-hash is now pinned to file:///src (version dev) 2025-09-29 08:57.24 ---> saved as "f5f8a999796d2730b700190ee98ecf110e88f912bac41b101241c21a8a1fd0aa" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-29 08:57.24 ---> saved as "0ca0f2eb746a49afa7caceb8a33b9c95da9eca7afd7a2298cdccd82ad3c7f32f" /src: (env DEPS "afl-persistent.1.4 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bheap.2.0.0 bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.5 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 eqaf.0.10 fmt.0.11.0 index.1.6.2 irmin.3.11.0 irmin-pack.3.11.0 irmin-tezos.3.11.0 jsonm.1.0.2 logs.0.7.0 lru.0.3.1 lwt.5.9.2 monolith.20250922 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 optint.0.3.0 pprint.20230830 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_irmin.3.11.0 ppx_repr.0.7.0 ppxlib.0.35.0 progress.0.5.0 psq.0.2.1 repr.0.7.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 terminal.0.5.0 tezos-base58.1.0.0 topkg.1.1.0 uri.4.4.0 uucp.17.0.0 uutf.1.0.4 vector.1.0.0 yojson.3.0.0 zarith.1.14") /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.4 --depext-only -y tezos-context-hash.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [tezos-context-hash.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). The following system packages will first need to be installed: gmp-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/sbin/sudo "yum" "install" "-y" "gmp-devel" - Updating and loading repositories: - Repositories loaded. - Package Arch Version Repository Size - Installing: - gmp-devel x86_64 1:6.3.0-4.fc42 fedora 352.3 KiB - Installing dependencies: - gmp-c++ x86_64 1:6.3.0-4.fc42 fedora 27.6 KiB - - Transaction Summary: - Installing: 2 packages - - Total size of inbound packages is 193 KiB. Need to download 193 KiB. - After this operation, 380 KiB extra will be used (install 380 KiB, remove 0 B). - [1/2] gmp-c++-1:6.3.0-4.fc42.x86_64 100% | 685.0 KiB/s | 18.5 KiB | 00m00s - [2/2] gmp-devel-1:6.3.0-4.fc42.x86_64 100% | 2.7 MiB/s | 174.4 KiB | 00m00s - -------------------------------------------------------------------------------- - [2/2] Total 100% | 853.5 KiB/s | 192.9 KiB | 00m00s - Running transaction - [1/4] Verify package files 100% | 2.0 KiB/s | 2.0 B | 00m00s - [2/4] Prepare transaction 100% | 62.0 B/s | 2.0 B | 00m00s - [3/4] Installing gmp-c++-1:6.3.0-4.fc42 100% | 27.8 MiB/s | 28.5 KiB | 00m00s - [4/4] Installing gmp-devel-1:6.3.0-4.fc 100% | 9.3 MiB/s | 354.1 KiB | 00m00s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" - gmp-devel-6.3.0-4.fc42.x86_64 2025-09-29 08:57.32 ---> saved as "d6cadb3d74c4aee457857092b5a648b1c421888a92408d6895fd3b187ee9dcb9" /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 60 packages - install afl-persistent 1.4 - install angstrom 0.16.1 - install astring 0.8.5 - install base-bytes base - install base64 3.5.2 - install bheap 2.0.0 - install bigstringaf 0.10.0 - install checkseum 0.5.2 - install cmdliner 1.3.0 - install conf-gmp 5 - install conf-pkg-config 4 - install cppo 1.8.0 - install csexp 1.5.2 - install digestif 1.3.0 - install dune 3.20.2 - install dune-configurator 3.20.2 - install either 1.0.0 - install eqaf 0.10 - install fmt 0.11.0 - install index 1.6.2 - install irmin 3.11.0 - install irmin-pack 3.11.0 - install irmin-tezos 3.11.0 - install jsonm 1.0.2 - install logs 0.7.0 - install lru 0.3.1 - install lwt 5.9.2 - install monolith 20250922 - install mtime 2.1.0 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocamlgraph 2.2.0 - install ocplib-endian 1.2 - install optint 0.3.0 - install pprint 20230830 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_irmin 3.11.0 - install ppx_repr 0.7.0 - install ppxlib 0.35.0 - install progress 0.5.0 - install psq 0.2.1 - install repr 0.7.0 - install rusage 1.0.0 - install semaphore-compat 1.0.2 - install seq base - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install stringext 1.6.0 - install terminal 0.5.0 - install tezos-base58 1.0.0 - install topkg 1.1.0 - install uri 4.4.0 - install uucp 17.0.0 - install uutf 1.0.4 - install vector 1.0.0 - install yojson 3.0.0 - install zarith 1.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved afl-persistent.1.4 (cached) -> retrieved angstrom.0.16.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base64.3.5.2 (cached) -> retrieved bheap.2.0.0 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved conf-gmp.5 (cached) -> retrieved checkseum.0.5.2 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-gmp.5 -> installed conf-pkg-config.4 -> retrieved csexp.1.5.2 (cached) -> retrieved either.1.0.0 (cached) -> retrieved eqaf.0.10 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved index.1.6.2 (cached) -> retrieved digestif.1.3.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved lru.0.3.1 (cached) -> retrieved lwt.5.9.2 (cached) -> retrieved monolith.20250922 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> retrieved irmin.3.11.0, irmin-pack.3.11.0, irmin-tezos.3.11.0, ppx_irmin.3.11.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlgraph.2.2.0 (cached) -> retrieved ocplib-endian.1.2 (cached) -> installed cmdliner.1.3.0 -> retrieved optint.0.3.0 (cached) -> retrieved pprint.20230830 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_repr.0.7.0, repr.0.7.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved progress.0.5.0, terminal.0.5.0 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved rusage.1.0.0 (cached) -> retrieved semaphore-compat.1.0.2 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved tezos-base58.1.0.0 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved uri.4.4.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved vector.1.0.0 (cached) -> retrieved zarith.1.14 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved uucp.17.0.0 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed zarith.1.14 -> installed topkg.1.1.0 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed dune.3.20.2 -> installed base64.3.5.2 -> installed bheap.2.0.0 -> installed afl-persistent.1.4 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed either.1.0.0 -> installed eqaf.0.10 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocaml-syntax-shims.1.0.0 -> installed optint.0.3.0 -> installed pprint.20230830 -> installed psq.0.2.1 -> installed rusage.1.0.0 -> installed semaphore-compat.1.0.2 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed vector.1.0.0 -> installed yojson.3.0.0 -> installed ocamlgraph.2.2.0 -> installed ocplib-endian.1.2 -> installed digestif.1.3.0 -> installed lru.0.3.1 -> installed monolith.20250922 -> installed repr.0.7.0 -> installed tezos-base58.1.0.0 -> installed dune-configurator.3.20.2 -> installed bigstringaf.0.10.0 -> installed checkseum.0.5.2 -> installed angstrom.0.16.1 -> installed uri.4.4.0 -> installed lwt.5.9.2 -> installed logs.0.7.0 -> installed ppxlib.0.35.0 -> installed ppx_deriving.6.0.3 -> installed uucp.17.0.0 -> installed ppx_repr.0.7.0 -> installed terminal.0.5.0 -> installed progress.0.5.0 -> installed ppx_irmin.3.11.0 -> installed index.1.6.2 -> installed irmin.3.11.0 -> installed irmin-pack.3.11.0 -> installed irmin-tezos.3.11.0 Done. <><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><> => afl-persistent is installed, but since the current OCaml compiler does not enable AFL instrumentation by default, most packages will not be instrumented and fuzzing with afl-fuzz may not be effective. To globally enable AFL instrumentation, create an OCaml switch like: opam switch create 4.14.2+afl ocaml-variants.4.14.2+options ocaml-option-afl # To update the current shell environment, run: eval $(opam env) 2025-09-29 08:58.29 ---> saved as "2000f682e52116709073c7eb37a7535c19c8c5dccab62b2b7d4b96676a0e07ba" /src: (copy (src .) (dst /src)) 2025-09-29 08:58.30 ---> saved as "24f9f81b0b4f171ef7c3e89cbc8d93c81b050eda59224b2853cd8a4e9d9f3f28" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (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-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/.main.eobjs/byte -I /home/opam/.opam/4.14/lib/afl-persistent -I /home/opam/.opam/4.14/lib/angstrom -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bheap -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/checkseum/ocaml -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/digestif/c -I /home/opam/.opam/4.14/lib/either -I /home/opam/.opam/4.14/lib/eqaf -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/cli -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/index -I /home/opam/.opam/4.14/lib/index/unix -I /home/opam/.opam/4.14/lib/irmin -I /home/opam/.opam/4.14/lib/irmin-pack -I /home/opam/.opam/4.14/lib/irmin-pack/unix -I /home/opam/.opam/4.14/lib/irmin-tezos -I /home/opam/.opam/4.14/lib/irmin/data -I /home/opam/.opam/4.14/lib/jsonm -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lru -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/monolith -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/optint -I /home/opam/.opam/4.14/lib/pprint -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppx_irmin/internal-lib -I /home/opam/.opam/4.14/lib/ppx_repr -I /home/opam/.opam/4.14/lib/ppx_repr/lib -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/progress -I /home/opam/.opam/4.14/lib/progress/engine -I /home/opam/.opam/4.14/lib/progress/vector -I /home/opam/.opam/4.14/lib/psq -I /home/opam/.opam/4.14/lib/repr -I /home/opam/.opam/4.14/lib/rusage -I /home/opam/.opam/4.14/lib/semaphore-compat -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/terminal -I /home/opam/.opam/4.14/lib/terminal/ansi -I /home/opam/.opam/4.14/lib/tezos-base58 -I /home/opam/.opam/4.14/lib/uri -I /home/opam/.opam/4.14/lib/uucp -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/lib/vector -I /home/opam/.opam/4.14/lib/zarith -I lib/.tezos_context_hash.objs/byte -no-alias-deps -opaque -o test/.main.eobjs/byte/dune__exe__Main.cmo -c -impl test/main.ml) File "test/main.ml", line 63, characters 18-45: 63 | module Commit = Schema.Commit (Schema.Hash) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: The functor application is ill-typed. These arguments: Irmin_tezos.Schema.Hash do not match these parameters: functor (Node_key : $T1) (Commit_key : $T2) -> ... 1. An argument appears to be missing with module type $T1 = sig type t val t : t Repr__Type.t type hash = Store.hash val to_hash : t -> hash end 2. Modules do not match: Irmin_tezos.Schema.Hash : sig type t = Store.hash val hash : ((hash -> unit) -> unit) -> t val short_hash : t -> int val hash_size : int val to_raw_string : t -> hash val unsafe_of_raw_string : hash -> t val short_hash_substring : Bigstringaf.t -> off:int -> int val t : t Repr__Type.t end is not included in $T2 = sig type t val t : t Repr__Type.t type hash = Store.hash val to_hash : t -> hash end (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-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I bin/.main.eobjs/byte -I /home/opam/.opam/4.14/lib/angstrom -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bheap -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/checkseum/ocaml -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/digestif/c -I /home/opam/.opam/4.14/lib/either -I /home/opam/.opam/4.14/lib/eqaf -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/cli -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/index -I /home/opam/.opam/4.14/lib/index/unix -I /home/opam/.opam/4.14/lib/irmin -I /home/opam/.opam/4.14/lib/irmin-pack -I /home/opam/.opam/4.14/lib/irmin-pack/unix -I /home/opam/.opam/4.14/lib/irmin-tezos -I /home/opam/.opam/4.14/lib/irmin/data -I /home/opam/.opam/4.14/lib/jsonm -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lru -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/optint -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppx_irmin/internal-lib -I /home/opam/.opam/4.14/lib/ppx_repr -I /home/opam/.opam/4.14/lib/ppx_repr/lib -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/progress -I /home/opam/.opam/4.14/lib/progress/engine -I /home/opam/.opam/4.14/lib/progress/vector -I /home/opam/.opam/4.14/lib/psq -I /home/opam/.opam/4.14/lib/repr -I /home/opam/.opam/4.14/lib/rusage -I /home/opam/.opam/4.14/lib/semaphore-compat -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/terminal -I /home/opam/.opam/4.14/lib/terminal/ansi -I /home/opam/.opam/4.14/lib/tezos-base58 -I /home/opam/.opam/4.14/lib/uri -I /home/opam/.opam/4.14/lib/uucp -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/lib/vector -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zarith -intf-suffix .ml -no-alias-deps -opaque -o bin/.main.eobjs/byte/dune__exe__Main.cmo -c -impl bin/main.pp.ml) File "bin/main.ml", line 3, characters 14-36: 3 | module Node = Store.Private.Node.Val ^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Store.Private (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-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bin/.main.eobjs/byte -I bin/.main.eobjs/native -I /home/opam/.opam/4.14/lib/angstrom -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bheap -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/checkseum/ocaml -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/digestif/c -I /home/opam/.opam/4.14/lib/either -I /home/opam/.opam/4.14/lib/eqaf -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/cli -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/index -I /home/opam/.opam/4.14/lib/index/unix -I /home/opam/.opam/4.14/lib/irmin -I /home/opam/.opam/4.14/lib/irmin-pack -I /home/opam/.opam/4.14/lib/irmin-pack/unix -I /home/opam/.opam/4.14/lib/irmin-tezos -I /home/opam/.opam/4.14/lib/irmin/data -I /home/opam/.opam/4.14/lib/jsonm -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lru -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/optint -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppx_irmin/internal-lib -I /home/opam/.opam/4.14/lib/ppx_repr -I /home/opam/.opam/4.14/lib/ppx_repr/lib -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/progress -I /home/opam/.opam/4.14/lib/progress/engine -I /home/opam/.opam/4.14/lib/progress/vector -I /home/opam/.opam/4.14/lib/psq -I /home/opam/.opam/4.14/lib/repr -I /home/opam/.opam/4.14/lib/rusage -I /home/opam/.opam/4.14/lib/semaphore-compat -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/terminal -I /home/opam/.opam/4.14/lib/terminal/ansi -I /home/opam/.opam/4.14/lib/tezos-base58 -I /home/opam/.opam/4.14/lib/uri -I /home/opam/.opam/4.14/lib/uucp -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/lib/vector -I /home/opam/.opam/4.14/lib/yojson -I /home/opam/.opam/4.14/lib/zarith -intf-suffix .ml -no-alias-deps -opaque -o bin/.main.eobjs/native/dune__exe__Main.cmx -c -impl bin/main.pp.ml) File "bin/main.ml", line 3, characters 14-36: 3 | module Node = Store.Private.Node.Val ^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module Store.Private "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-09-29 08:58.31: Job failed: Failed: Build failed