2025-09-27 13:27.55: New job: test tarides/tezos-context-hash https://github.com/tarides/tezos-context-hash.git#refs/heads/main (4633445fa225e6eaf39add8bdae98fa78c8846d1) (linux-x86_64:debian-13-4.08_opam-2.4) Base: ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176 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:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176 # debian-13-4.08_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src 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 cmdliner.1.0.4 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.9.0 index.1.5.0 irmin.2.10.2 irmin-layers.2.10.2 irmin-pack.2.10.2 irmin-tezos.2.10.2 jsonm.1.0.2 logs.0.7.0 lru.0.3.1 lwt.5.9.2 monolith.20230604 mtime.1.4.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.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.2.10.2 ppx_repr.0.5.0 ppxlib.0.35.0 progress.0.2.1 psq.0.2.1 repr.0.5.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 terminal.0.2.1 tezos-base58.1.0.0 topkg.1.1.0 uri.4.4.0 uucp.14.0.0 uutf.1.0.3 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-27 13:27.55: Using cache hint "tarides/tezos-context-hash-ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176-debian-13-4.08_opam-2.4-1490bae6d6a60a518dcf26362dc97dc5" 2025-09-27 13:27.55: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176) (comment debian-13-4.08_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (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 cmdliner.1.0.4 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.9.0 index.1.5.0 irmin.2.10.2 irmin-layers.2.10.2 irmin-pack.2.10.2 irmin-tezos.2.10.2 jsonm.1.0.2 logs.0.7.0 lru.0.3.1 lwt.5.9.2 monolith.20230604 mtime.1.4.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.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.2.10.2 ppx_repr.0.5.0 ppxlib.0.35.0 progress.0.2.1 psq.0.2.1 repr.0.5.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 terminal.0.2.1 tezos-base58.1.0.0 topkg.1.1.0 uri.4.4.0 uucp.14.0.0 uutf.1.0.3 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-27 13:27.55: Waiting for resource in pool OCluster 2025-09-27 13:39.53: Waiting for worker… 2025-09-27 13:47.52: Got resource from pool OCluster Building on phoebe All commits already cached HEAD is now at 4633445 Merge pull request #12 from pascutto/fuzz (from ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176) 2025-09-27 13:47.53 ---> using "4f143e25e7620fadf6d4819085e998cd063e4132d1bf4b7e768f2c9645e2385a" from cache /: (comment debian-13-4.08_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-09-27 13:47.53 ---> using "43ec064e3f42ede32eadcb6103eb90c2aa5fe5ca842cc91b1d25af5d96ab1a36" 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-27 13:47.53 ---> using "841a29021c0cb0b2431db67bb7df9c0d40fdf29cb4a1a3947637664c354118ba" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-84-generic The OCaml toplevel, version 4.08.1 2.4.1 2025-09-27 13:47.53 ---> using "d14cf0dfdde2f370395de335172c0ece77c3abd5f3f345be62462de079ddf56e" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-27 13:47.53 ---> using "d62d4feecdbb5f1ec79c3897ea00eed3e99d38491f7c23375a96056b1bdbd6db" 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..f736a66f83 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-27 13:47.53 ---> using "257c8c031e977b7265a53192a5947cb4c7370fff5bc0ec65ef435bfb7b608522" from cache /src: (copy (src tezos-context-hash.opam) (dst ./)) 2025-09-27 13:47.53 ---> saved as "9d35048deb9b34ce0fb1bdc6e10a94488501b0c7da421fa96fce594eaa3248a5" /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-27 13:47.55 ---> saved as "ce8925313bf7fcb781b79984808439e1b19bce74b5b7caea1a242ae13a1f7b28" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-27 13:47.55 ---> saved as "80c0f374835254f9a991f71ab0c87c2d6652f4ad0546878083613abcac50649b" /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 cmdliner.1.0.4 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.9.0 index.1.5.0 irmin.2.10.2 irmin-layers.2.10.2 irmin-pack.2.10.2 irmin-tezos.2.10.2 jsonm.1.0.2 logs.0.7.0 lru.0.3.1 lwt.5.9.2 monolith.20230604 mtime.1.4.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.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.2.10.2 ppx_repr.0.5.0 ppxlib.0.35.0 progress.0.2.1 psq.0.2.1 repr.0.5.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 terminal.0.2.1 tezos-base58.1.0.0 topkg.1.1.0 uri.4.4.0 uucp.14.0.0 uutf.1.0.3 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/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [46.2 kB] - Fetched 137 kB in 0s (1179 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [tezos-context-hash.dev] synchronised (file:///src) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1). [NOTE] Package ocaml is already installed (current version is 4.08.1). [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: libgmp-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config" - Selecting previously unselected package libgmpxx4ldbl:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20622 files and directories currently installed.) - Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4) ... - Setting up libpkgconf3:amd64 (1.8.1-4) ... - Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ... - Setting up pkgconf:amd64 (1.8.1-4) ... - Setting up pkg-config:amd64 (1.8.1-4) ... - Processing triggers for libc-bin (2.41-12) ... 2025-09-27 13:48.09 ---> saved as "8a3fcd25a9097a05b362882a28d371742c036dc65ebda9f8b6b34461a3fada91" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1). [NOTE] Package ocaml is already installed (current version is 4.08.1). [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 59 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 cmdliner 1.0.4 - 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.9.0 - install index 1.5.0 - install irmin 2.10.2 - install irmin-layers 2.10.2 - install irmin-pack 2.10.2 - install irmin-tezos 2.10.2 - install jsonm 1.0.2 - install logs 0.7.0 - install lru 0.3.1 - install lwt 5.9.2 - install monolith 20230604 - install mtime 1.4.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 2.10.2 - install ppx_repr 0.5.0 - install ppxlib 0.35.0 - install progress 0.2.1 - install psq 0.2.1 - install repr 0.5.0 - install semaphore-compat 1.0.2 - install seq base - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install stringext 1.6.0 - install terminal 0.2.1 - install tezos-base58 1.0.0 - install topkg 1.1.0 - install uri 4.4.0 - install uucp 14.0.0 - install uutf 1.0.3 - 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 conf-gmp.5 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved cmdliner.1.0.4 (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.9.0 (cached) -> retrieved index.1.5.0 (cached) -> retrieved irmin.2.10.2, irmin-layers.2.10.2, irmin-pack.2.10.2, irmin-tezos.2.10.2, ppx_irmin.2.10.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 dune.3.20.2, dune-configurator.3.20.2 (cached) -> retrieved lwt.5.9.2 (cached) -> retrieved mtime.1.4.0 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved monolith.20230604 (https://opam.ocaml.org/cache) -> installed cmdliner.1.0.4 -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlgraph.2.2.0 (cached) -> retrieved ocplib-endian.1.2 (cached) -> 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.5.0, repr.0.5.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved progress.0.2.1, terminal.0.2.1 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved psq.0.2.1 (cached) -> retrieved semaphore-compat.1.0.2 (cached) -> retrieved sexplib0.v0.16.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 uutf.1.0.3 (cached) -> retrieved vector.1.0.0 (cached) -> retrieved uri.4.4.0 (cached) -> retrieved zarith.1.14 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved uucp.14.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.3 -> installed mtime.1.4.0 -> installed fmt.0.9.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 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 ppx_derivers.1.2.1 -> installed psq.0.2.1 -> installed semaphore-compat.1.0.2 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed vector.1.0.0 -> installed yojson.3.0.0 -> installed afl-persistent.1.4 -> installed ocamlgraph.2.2.0 -> installed ocplib-endian.1.2 -> installed digestif.1.3.0 -> installed lru.0.3.1 -> installed repr.0.5.0 -> installed tezos-base58.1.0.0 -> installed monolith.20230604 -> installed dune-configurator.3.20.2 -> installed bigstringaf.0.10.0 -> installed angstrom.0.16.1 -> installed lwt.5.9.2 -> installed uri.4.4.0 -> installed logs.0.7.0 -> installed uucp.14.0.0 -> installed terminal.0.2.1 -> installed progress.0.2.1 -> installed ppxlib.0.35.0 -> installed ppx_deriving.6.0.3 -> installed ppx_repr.0.5.0 -> installed ppx_irmin.2.10.2 -> installed index.1.5.0 -> installed irmin.2.10.2 -> installed irmin-layers.2.10.2 -> installed irmin-pack.2.10.2 -> installed irmin-tezos.2.10.2 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.08.1+afl ocaml-variants.4.08.1+options ocaml-option-afl # To update the current shell environment, run: eval $(opam env) 2025-09-27 13:49.19 ---> saved as "4f3b035022d480bfd93110058968053c99bfe09488eaed847acffd1907350c8e" /src: (copy (src .) (dst /src)) 2025-09-27 13:49.20 ---> saved as "fc55edc2770666e4228965af21422b4a837db97c9d1589744a20e867e826f0e4" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/4.08/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.08/lib/afl-persistent -I /home/opam/.opam/4.08/lib/angstrom -I /home/opam/.opam/4.08/lib/astring -I /home/opam/.opam/4.08/lib/base64 -I /home/opam/.opam/4.08/lib/bheap -I /home/opam/.opam/4.08/lib/bigstringaf -I /home/opam/.opam/4.08/lib/bytes -I /home/opam/.opam/4.08/lib/cmdliner -I /home/opam/.opam/4.08/lib/digestif/c -I /home/opam/.opam/4.08/lib/either -I /home/opam/.opam/4.08/lib/eqaf -I /home/opam/.opam/4.08/lib/fmt -I /home/opam/.opam/4.08/lib/index -I /home/opam/.opam/4.08/lib/index/unix -I /home/opam/.opam/4.08/lib/irmin -I /home/opam/.opam/4.08/lib/irmin-layers -I /home/opam/.opam/4.08/lib/irmin-pack -I /home/opam/.opam/4.08/lib/irmin-tezos -I /home/opam/.opam/4.08/lib/jsonm -I /home/opam/.opam/4.08/lib/logs -I /home/opam/.opam/4.08/lib/lru -I /home/opam/.opam/4.08/lib/lwt -I /home/opam/.opam/4.08/lib/lwt/unix -I /home/opam/.opam/4.08/lib/monolith -I /home/opam/.opam/4.08/lib/mtime -I /home/opam/.opam/4.08/lib/mtime/clock/os -I /home/opam/.opam/4.08/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.08/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.08/lib/ocaml/compiler-libs -I /home/opam/.opam/4.08/lib/ocaml/threads -I /home/opam/.opam/4.08/lib/ocamlgraph -I /home/opam/.opam/4.08/lib/ocplib-endian -I /home/opam/.opam/4.08/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.08/lib/optint -I /home/opam/.opam/4.08/lib/pprint -I /home/opam/.opam/4.08/lib/ppx_derivers -I /home/opam/.opam/4.08/lib/ppx_irmin -I /home/opam/.opam/4.08/lib/ppx_repr -I /home/opam/.opam/4.08/lib/ppx_repr/lib -I /home/opam/.opam/4.08/lib/ppxlib -I /home/opam/.opam/4.08/lib/ppxlib/ast -I /home/opam/.opam/4.08/lib/ppxlib/astlib -I /home/opam/.opam/4.08/lib/ppxlib/print_diff -I /home/opam/.opam/4.08/lib/ppxlib/stdppx -I /home/opam/.opam/4.08/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.08/lib/progress -I /home/opam/.opam/4.08/lib/progress/engine -I /home/opam/.opam/4.08/lib/psq -I /home/opam/.opam/4.08/lib/repr -I /home/opam/.opam/4.08/lib/semaphore-compat -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/sexplib0 -I /home/opam/.opam/4.08/lib/stdlib-shims -I /home/opam/.opam/4.08/lib/stringext -I /home/opam/.opam/4.08/lib/terminal -I /home/opam/.opam/4.08/lib/tezos-base58 -I /home/opam/.opam/4.08/lib/uri -I /home/opam/.opam/4.08/lib/uucp -I /home/opam/.opam/4.08/lib/uutf -I /home/opam/.opam/4.08/lib/vector -I /home/opam/.opam/4.08/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 124, characters 7-18: 124 | open PPrintOCaml ^^^^^^^^^^^ Error: Unbound module PPrintOCaml (cd _build/default && /home/opam/.opam/4.08/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.08/lib/angstrom -I /home/opam/.opam/4.08/lib/astring -I /home/opam/.opam/4.08/lib/base64 -I /home/opam/.opam/4.08/lib/bheap -I /home/opam/.opam/4.08/lib/bigstringaf -I /home/opam/.opam/4.08/lib/bytes -I /home/opam/.opam/4.08/lib/cmdliner -I /home/opam/.opam/4.08/lib/digestif/c -I /home/opam/.opam/4.08/lib/either -I /home/opam/.opam/4.08/lib/eqaf -I /home/opam/.opam/4.08/lib/fmt -I /home/opam/.opam/4.08/lib/index -I /home/opam/.opam/4.08/lib/index/unix -I /home/opam/.opam/4.08/lib/irmin -I /home/opam/.opam/4.08/lib/irmin-layers -I /home/opam/.opam/4.08/lib/irmin-pack -I /home/opam/.opam/4.08/lib/irmin-tezos -I /home/opam/.opam/4.08/lib/jsonm -I /home/opam/.opam/4.08/lib/logs -I /home/opam/.opam/4.08/lib/lru -I /home/opam/.opam/4.08/lib/lwt -I /home/opam/.opam/4.08/lib/lwt/unix -I /home/opam/.opam/4.08/lib/mtime -I /home/opam/.opam/4.08/lib/mtime/clock/os -I /home/opam/.opam/4.08/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.08/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.08/lib/ocaml/compiler-libs -I /home/opam/.opam/4.08/lib/ocaml/threads -I /home/opam/.opam/4.08/lib/ocamlgraph -I /home/opam/.opam/4.08/lib/ocplib-endian -I /home/opam/.opam/4.08/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.08/lib/optint -I /home/opam/.opam/4.08/lib/ppx_derivers -I /home/opam/.opam/4.08/lib/ppx_irmin -I /home/opam/.opam/4.08/lib/ppx_repr -I /home/opam/.opam/4.08/lib/ppx_repr/lib -I /home/opam/.opam/4.08/lib/ppxlib -I /home/opam/.opam/4.08/lib/ppxlib/ast -I /home/opam/.opam/4.08/lib/ppxlib/astlib -I /home/opam/.opam/4.08/lib/ppxlib/print_diff -I /home/opam/.opam/4.08/lib/ppxlib/stdppx -I /home/opam/.opam/4.08/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.08/lib/progress -I /home/opam/.opam/4.08/lib/progress/engine -I /home/opam/.opam/4.08/lib/psq -I /home/opam/.opam/4.08/lib/repr -I /home/opam/.opam/4.08/lib/semaphore-compat -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/sexplib0 -I /home/opam/.opam/4.08/lib/stdlib-shims -I /home/opam/.opam/4.08/lib/stringext -I /home/opam/.opam/4.08/lib/terminal -I /home/opam/.opam/4.08/lib/tezos-base58 -I /home/opam/.opam/4.08/lib/uri -I /home/opam/.opam/4.08/lib/uucp -I /home/opam/.opam/4.08/lib/uutf -I /home/opam/.opam/4.08/lib/vector -I /home/opam/.opam/4.08/lib/yojson -I /home/opam/.opam/4.08/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 32, characters 15-29: 32 | let hash = Inter.Val.hash t in ^^^^^^^^^^^^^^ Error: Unbound value Inter.Val.hash (cd _build/default && /home/opam/.opam/4.08/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.08/lib/angstrom -I /home/opam/.opam/4.08/lib/astring -I /home/opam/.opam/4.08/lib/base64 -I /home/opam/.opam/4.08/lib/bheap -I /home/opam/.opam/4.08/lib/bigstringaf -I /home/opam/.opam/4.08/lib/bytes -I /home/opam/.opam/4.08/lib/cmdliner -I /home/opam/.opam/4.08/lib/digestif/c -I /home/opam/.opam/4.08/lib/either -I /home/opam/.opam/4.08/lib/eqaf -I /home/opam/.opam/4.08/lib/fmt -I /home/opam/.opam/4.08/lib/index -I /home/opam/.opam/4.08/lib/index/unix -I /home/opam/.opam/4.08/lib/irmin -I /home/opam/.opam/4.08/lib/irmin-layers -I /home/opam/.opam/4.08/lib/irmin-pack -I /home/opam/.opam/4.08/lib/irmin-tezos -I /home/opam/.opam/4.08/lib/jsonm -I /home/opam/.opam/4.08/lib/logs -I /home/opam/.opam/4.08/lib/lru -I /home/opam/.opam/4.08/lib/lwt -I /home/opam/.opam/4.08/lib/lwt/unix -I /home/opam/.opam/4.08/lib/mtime -I /home/opam/.opam/4.08/lib/mtime/clock/os -I /home/opam/.opam/4.08/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.08/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.08/lib/ocaml/compiler-libs -I /home/opam/.opam/4.08/lib/ocaml/threads -I /home/opam/.opam/4.08/lib/ocamlgraph -I /home/opam/.opam/4.08/lib/ocplib-endian -I /home/opam/.opam/4.08/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.08/lib/optint -I /home/opam/.opam/4.08/lib/ppx_derivers -I /home/opam/.opam/4.08/lib/ppx_irmin -I /home/opam/.opam/4.08/lib/ppx_repr -I /home/opam/.opam/4.08/lib/ppx_repr/lib -I /home/opam/.opam/4.08/lib/ppxlib -I /home/opam/.opam/4.08/lib/ppxlib/ast -I /home/opam/.opam/4.08/lib/ppxlib/astlib -I /home/opam/.opam/4.08/lib/ppxlib/print_diff -I /home/opam/.opam/4.08/lib/ppxlib/stdppx -I /home/opam/.opam/4.08/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.08/lib/progress -I /home/opam/.opam/4.08/lib/progress/engine -I /home/opam/.opam/4.08/lib/psq -I /home/opam/.opam/4.08/lib/repr -I /home/opam/.opam/4.08/lib/semaphore-compat -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/sexplib0 -I /home/opam/.opam/4.08/lib/stdlib-shims -I /home/opam/.opam/4.08/lib/stringext -I /home/opam/.opam/4.08/lib/terminal -I /home/opam/.opam/4.08/lib/tezos-base58 -I /home/opam/.opam/4.08/lib/uri -I /home/opam/.opam/4.08/lib/uucp -I /home/opam/.opam/4.08/lib/uutf -I /home/opam/.opam/4.08/lib/vector -I /home/opam/.opam/4.08/lib/yojson -I /home/opam/.opam/4.08/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 32, characters 15-29: 32 | let hash = Inter.Val.hash t in ^^^^^^^^^^^^^^ Error: Unbound value Inter.Val.hash "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-09-27 13:49.21: Job failed: Failed: Build failed