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:(lower-bound))
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.3 astring.0.8.3 base.v0.13.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bheap.2.0.0 bigarray-compat.1.0.0 biniou.1.2.0 cmdliner.1.0.4 conf-gmp.2 conf-m4.1 conf-perl.1 conf-which.1 cppo.1.6.1 digestif.0.9.0 dune.2.7.1 dune-configurator.2.5.1 dune-private-libs.2.5.1 easy-format.1.0.1 either.1.0.0 eqaf.0.1 fmt.0.8.8 index.1.5.0 irmin.2.10.2 irmin-layers.2.10.2 irmin-pack.2.10.2 irmin-tezos.2.10.2 jbuilder.1.0+beta20.1 jsonm.1.0.2 logs.0.7.0 lru.0.3.0 lwt.5.3.0 mmap.1.1.0 monolith.20200609 mtime.1.3.0 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 ocplib-endian.1.0 optint.0.3.0 parsexp.v0.13.0 pprint.20200410 ppx_derivers.1.0 ppx_deriving.4.4 ppx_irmin.2.10.2 ppx_repr.0.5.0 ppx_sexp_conv.v0.13.0 ppx_tools.5.2+4.08.0 ppxfind.1.1 ppxlib.0.12.0 progress.0.2.1 psq.0.2.0 re.1.3.0 repr.0.5.0 result.1.5 semaphore-compat.1.0.1 seq.0.3 sexplib.v0.13.0 sexplib0.v0.13.0 stdio.v0.13.0 stdlib-shims.0.1.0 stringext.1.4.0 terminal.0.2.1 tezos-base58.1.0.0 topkg.1.0.8 uri.1.9.6 uucp.14.0.0 uutf.1.0.3 vector.1.0.0 yojson.1.5.0 zarith.1.7-1"
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-ed6b860ddd9aa9745cc994f4d3819a18"
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.3 astring.0.8.3 base.v0.13.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bheap.2.0.0 bigarray-compat.1.0.0 biniou.1.2.0 cmdliner.1.0.4 conf-gmp.2 conf-m4.1 conf-perl.1 conf-which.1 cppo.1.6.1 digestif.0.9.0 dune.2.7.1 dune-configurator.2.5.1 dune-private-libs.2.5.1 easy-format.1.0.1 either.1.0.0 eqaf.0.1 fmt.0.8.8 index.1.5.0 irmin.2.10.2 irmin-layers.2.10.2 irmin-pack.2.10.2 irmin-tezos.2.10.2 jbuilder.1.0+beta20.1 jsonm.1.0.2 logs.0.7.0 lru.0.3.0 lwt.5.3.0 mmap.1.1.0 monolith.20200609 mtime.1.3.0 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 ocplib-endian.1.0 optint.0.3.0 parsexp.v0.13.0 pprint.20200410 ppx_derivers.1.0 ppx_deriving.4.4 ppx_irmin.2.10.2 ppx_repr.0.5.0 ppx_sexp_conv.v0.13.0 ppx_tools.5.2+4.08.0 ppxfind.1.1 ppxlib.0.12.0 progress.0.2.1 psq.0.2.0 re.1.3.0 repr.0.5.0 result.1.5 semaphore-compat.1.0.1 seq.0.3 sexplib.v0.13.0 sexplib0.v0.13.0 stdio.v0.13.0 stdlib-shims.0.1.0 stringext.1.4.0 terminal.0.2.1 tezos-base58.1.0.0 topkg.1.0.8 uri.1.9.6 uucp.14.0.0 uutf.1.0.3 vector.1.0.0 yojson.1.5.0 zarith.1.7-1")
(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:40.07: Waiting for worker…
2025-09-27 13:49.18: Got resource from pool OCluster
Building on eumache
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)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176' locally
docker.io/ocaml/opam@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176: Pulling from ocaml/opam
d2a188516622: Already exists
Digest: sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176
Status: Downloaded newer image for ocaml/opam@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176
2025-09-27 13:49.18 ---> 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:49.18 ---> 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:49.18 ---> using "841a29021c0cb0b2431db67bb7df9c0d40fdf29cb4a1a3947637664c354118ba" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.08.1
2.4.1
2025-09-27 13:49.18 ---> using "d14cf0dfdde2f370395de335172c0ece77c3abd5f3f345be62462de079ddf56e" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-09-27 13:49.18 ---> 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:49.18 ---> using "257c8c031e977b7265a53192a5947cb4c7370fff5bc0ec65ef435bfb7b608522" from cache
/src: (copy (src tezos-context-hash.opam) (dst ./))
2025-09-27 13:49.19 ---> 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:49.21 ---> saved as "ce8925313bf7fcb781b79984808439e1b19bce74b5b7caea1a242ae13a1f7b28"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-27 13:49.21 ---> saved as "80c0f374835254f9a991f71ab0c87c2d6652f4ad0546878083613abcac50649b"
/src: (env DEPS "afl-persistent.1.3 astring.0.8.3 base.v0.13.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bheap.2.0.0 bigarray-compat.1.0.0 biniou.1.2.0 cmdliner.1.0.4 conf-gmp.2 conf-m4.1 conf-perl.1 conf-which.1 cppo.1.6.1 digestif.0.9.0 dune.2.7.1 dune-configurator.2.5.1 dune-private-libs.2.5.1 easy-format.1.0.1 either.1.0.0 eqaf.0.1 fmt.0.8.8 index.1.5.0 irmin.2.10.2 irmin-layers.2.10.2 irmin-pack.2.10.2 irmin-tezos.2.10.2 jbuilder.1.0+beta20.1 jsonm.1.0.2 logs.0.7.0 lru.0.3.0 lwt.5.3.0 mmap.1.1.0 monolith.20200609 mtime.1.3.0 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 ocplib-endian.1.0 optint.0.3.0 parsexp.v0.13.0 pprint.20200410 ppx_derivers.1.0 ppx_deriving.4.4 ppx_irmin.2.10.2 ppx_repr.0.5.0 ppx_sexp_conv.v0.13.0 ppx_tools.5.2+4.08.0 ppxfind.1.1 ppxlib.0.12.0 progress.0.2.1 psq.0.2.0 re.1.3.0 repr.0.5.0 result.1.5 semaphore-compat.1.0.1 seq.0.3 sexplib.v0.13.0 sexplib0.v0.13.0 stdio.v0.13.0 stdlib-shims.0.1.0 stringext.1.4.0 terminal.0.2.1 tezos-base58.1.0.0 topkg.1.0.8 uri.1.9.6 uucp.14.0.0 uutf.1.0.3 vector.1.0.0 yojson.1.5.0 zarith.1.7-1")
/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 (969 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 m4
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "m4"
- 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 .../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 .../libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Setting up m4 (1.4.19-8) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Processing triggers for libc-bin (2.41-12) ...
2025-09-27 13:49.39 ---> saved as "673b37b2701bd150a89def35f35aa8e3cca7b66fa0b592b50381b82288debead"
/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 74 packages
- install afl-persistent 1.3
- install astring 0.8.3
- install base v0.13.0
- install base-bytes base
- install base64 3.0.0
- install bheap 2.0.0
- install bigarray-compat 1.0.0
- install biniou 1.2.0
- install cmdliner 1.0.4
- install conf-gmp 2
- install conf-m4 1
- install conf-perl 1
- install conf-which 1
- install cppo 1.6.1
- install digestif 0.9.0
- install dune 2.7.1
- install dune-configurator 2.5.1
- install dune-private-libs 2.5.1
- install easy-format 1.0.1
- install either 1.0.0
- install eqaf 0.1
- install fmt 0.8.8
- 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 jbuilder 1.0+beta20.1 (deprecated)
- install jsonm 1.0.2
- install logs 0.7.0
- install lru 0.3.0
- install lwt 5.3.0
- install mmap 1.1.0
- install monolith 20200609
- install mtime 1.3.0
- install num 1.5
- install ocaml-compiler-libs v0.11.0
- install ocaml-migrate-parsetree 1.3.1 (deprecated)
- install ocamlbuild 0.14.0
- install ocamlfind 1.8.0
- install ocamlgraph 1.8.8
- install ocplib-endian 1.0
- install optint 0.3.0
- install parsexp v0.13.0
- install pprint 20200410
- install ppx_derivers 1.0
- install ppx_deriving 4.4
- install ppx_irmin 2.10.2
- install ppx_repr 0.5.0
- install ppx_sexp_conv v0.13.0
- install ppx_tools 5.2+4.08.0
- install ppxfind 1.1
- install ppxlib 0.12.0
- install progress 0.2.1
- install psq 0.2.0
- install re 1.3.0
- install repr 0.5.0
- install result 1.5
- install semaphore-compat 1.0.1
- install seq 0.3
- install sexplib v0.13.0
- install sexplib0 v0.13.0
- install stdio v0.13.0
- install stdlib-shims 0.1.0
- install stringext 1.4.0
- install terminal 0.2.1
- install tezos-base58 1.0.0
- install topkg 1.0.8
- install uri 1.9.6
- install uucp 14.0.0
- install uutf 1.0.3
- install vector 1.0.0
- install yojson 1.5.0
- install zarith 1.7-1
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.3 (cached)
-> retrieved astring.0.8.3 (cached)
-> retrieved base.v0.13.0 (cached)
-> retrieved base64.3.0.0 (cached)
-> retrieved bheap.2.0.0 (cached)
-> retrieved bigarray-compat.1.0.0 (cached)
-> retrieved conf-gmp.2 (cached)
-> retrieved biniou.1.2.0 (cached)
-> retrieved cmdliner.1.0.4 (cached)
-> retrieved cppo.1.6.1 (cached)
-> installed conf-gmp.2
-> installed conf-m4.1
-> installed conf-perl.1
-> installed conf-which.1
-> installed afl-persistent.1.3
-> retrieved dune.2.7.1 (cached)
-> retrieved digestif.0.9.0 (cached)
-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (cached)
-> retrieved easy-format.1.0.1 (cached)
-> retrieved either.1.0.0 (cached)
-> retrieved eqaf.0.1 (cached)
-> retrieved fmt.0.8.8 (cached)
-> retrieved index.1.5.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved logs.0.7.0 (cached)
-> installed cmdliner.1.0.4
-> 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 jbuilder.1.0+beta20.1 (cached)
-> retrieved lru.0.3.0 (cached)
-> retrieved lwt.5.3.0 (cached)
-> retrieved mmap.1.1.0 (cached)
-> retrieved monolith.20200609 (cached)
-> retrieved mtime.1.3.0 (cached)
-> retrieved num.1.5 (cached)
-> retrieved ocaml-compiler-libs.v0.11.0 (cached)
-> retrieved ocamlbuild.0.14.0 (cached)
-> retrieved ocamlfind.1.8.0 (cached)
-> retrieved ocaml-migrate-parsetree.1.3.1 (cached)
-> retrieved ocamlgraph.1.8.8 (cached)
-> retrieved ocplib-endian.1.0 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved parsexp.v0.13.0 (cached)
-> retrieved pprint.20200410 (cached)
-> retrieved ppx_derivers.1.0 (cached)
-> retrieved ppx_deriving.4.4 (cached)
-> retrieved ppx_sexp_conv.v0.13.0 (cached)
-> retrieved ppx_tools.5.2+4.08.0 (cached)
-> retrieved ppxfind.1.1 (cached)
-> retrieved ppx_repr.0.5.0, repr.0.5.0 (cached)
-> retrieved ppxlib.0.12.0 (cached)
-> retrieved psq.0.2.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved re.1.3.0 (cached)
-> retrieved semaphore-compat.1.0.1 (cached)
-> retrieved seq.0.3 (cached)
-> retrieved sexplib.v0.13.0 (cached)
-> retrieved sexplib0.v0.13.0 (cached)
-> retrieved stdio.v0.13.0 (cached)
-> retrieved progress.0.2.1, terminal.0.2.1 (cached)
-> retrieved stdlib-shims.0.1.0 (cached)
-> retrieved stringext.1.4.0 (cached)
-> retrieved tezos-base58.1.0.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved vector.1.0.0 (cached)
-> retrieved uri.1.9.6 (cached)
-> retrieved yojson.1.5.0 (cached)
-> retrieved zarith.1.7-1 (cached)
-> retrieved uucp.14.0.0 (cached)
-> installed num.1.5
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed easy-format.1.0.1
-> installed ppx_tools.5.2+4.08.0
-> installed ocamlbuild.0.14.0
-> installed dune.2.7.1
-> installed zarith.1.7-1
-> installed bheap.2.0.0
-> installed bigarray-compat.1.0.0
-> installed either.1.0.0
-> installed mmap.1.1.0
-> installed seq.0.3
-> installed result.1.5
-> installed optint.0.3.0
-> installed semaphore-compat.1.0.1
-> installed stdlib-shims.0.1.0
-> installed vector.1.0.0
-> installed pprint.20200410
-> installed sexplib0.v0.13.0
-> installed base64.3.0.0
-> installed psq.0.2.0
-> installed lru.0.3.0
-> installed monolith.20200609
-> installed jbuilder.1.0+beta20.1
-> installed eqaf.0.1
-> installed ppx_derivers.1.0
-> installed biniou.1.2.0
-> installed ocaml-compiler-libs.v0.11.0
-> installed cppo.1.6.1
-> installed digestif.0.9.0
-> installed stringext.1.4.0
-> installed dune-private-libs.2.5.1
-> installed ocamlgraph.1.8.8
-> installed re.1.3.0
-> installed dune-configurator.2.5.1
-> installed ocaml-migrate-parsetree.1.3.1
-> installed ocplib-endian.1.0
-> installed ppxfind.1.1
-> installed topkg.1.0.8
-> installed yojson.1.5.0
-> installed uutf.1.0.3
-> installed mtime.1.3.0
-> installed fmt.0.8.8
-> installed ppx_deriving.4.4
-> installed astring.0.8.3
-> installed tezos-base58.1.0.0
-> installed jsonm.1.0.2
-> installed lwt.5.3.0
-> installed repr.0.5.0
-> installed base.v0.13.0
-> installed stdio.v0.13.0
-> installed logs.0.7.0
-> installed parsexp.v0.13.0
-> installed sexplib.v0.13.0
-> installed ppxlib.0.12.0
-> installed uucp.14.0.0
-> installed terminal.0.2.1
-> installed ppx_repr.0.5.0
-> installed ppx_sexp_conv.v0.13.0
-> installed progress.0.2.1
-> installed ppx_irmin.2.10.2
-> installed index.1.5.0
-> installed uri.1.9.6
-> installed irmin.2.10.2
-> installed irmin-layers.2.10.2
-> installed irmin-pack.2.10.2
-> installed irmin-tezos.2.10.2
Done.
<><> ocaml-migrate-parsetree.1.3.1 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
<><> afl-persistent.1.3 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, use an OCaml switch such as
4.07.1+afl.
# To update the current shell environment, run: eval $(opam env)
2025-09-27 13:51.07 ---> saved as "f004a35990571e7c201d85c79875024a8d722cbd35d0803e6679e981d7dbb8d0"
/src: (copy (src .) (dst /src))
2025-09-27 13:51.08 ---> saved as "492c652e9f890cd9b9a3c32ad9170e0140835e8b37579370e1a8bb8ad12fb1b0"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.08/lib/eqaf/eqaf.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/uri/uri.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/uri/services/uri.services.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/uri/services_full/uri.services_full.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/uri/top/uri.top.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/bytecomp/ocaml-compiler-libs.bytecomp.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/common/ocaml-compiler-libs.common.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/shadow/ocaml-compiler-libs.shadow.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/toplevel/ocaml-compiler-libs.toplevel.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/ppx_derivers/ppx_derivers.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/biniou/biniou.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
ocamlc test/.main.eobjs/byte/dune__exe__Main.{cmi,cmo,cmt} (exit 2)
(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/astring -I /home/opam/.opam/4.08/lib/base -I /home/opam/.opam/4.08/lib/base/base_internalhash_types -I /home/opam/.opam/4.08/lib/base/caml -I /home/opam/.opam/4.08/lib/base/shadow_stdlib -I /home/opam/.opam/4.08/lib/base64 -I /home/opam/.opam/4.08/lib/bheap -I /home/opam/.opam/4.08/lib/bigarray-compat -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/digestif/rakia -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/mmap -I /home/opam/.opam/4.08/lib/monolith -I /home/opam/.opam/4.08/lib/mtime -I /home/opam/.opam/4.08/lib/mtime/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-migrate-parsetree -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/optint -I /home/opam/.opam/4.08/lib/parsexp -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/ppx_sexp_conv/runtime-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/print_diff -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/re -I /home/opam/.opam/4.08/lib/repr -I /home/opam/.opam/4.08/lib/result -I /home/opam/.opam/4.08/lib/semaphore-compat -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/sexplib -I /home/opam/.opam/4.08/lib/sexplib0 -I /home/opam/.opam/4.08/lib/stdio -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 -I lib/.tezos_context_hash.objs/native -no-alias-deps -opaque -o test/.main.eobjs/byte/dune__exe__Main.cmo -c -impl test/main.ml)
File "test/main.ml", line 99, characters 16-26:
99 | let hash () = Gen.string (fun () -> 32) Gen.char ()
^^^^^^^^^^
Error: Unbound value Gen.string
ocamlc bin/.main.eobjs/byte/dune__exe__Main.{cmo,cmt} (exit 2)
(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/astring -I /home/opam/.opam/4.08/lib/base -I /home/opam/.opam/4.08/lib/base/base_internalhash_types -I /home/opam/.opam/4.08/lib/base/caml -I /home/opam/.opam/4.08/lib/base/shadow_stdlib -I /home/opam/.opam/4.08/lib/base64 -I /home/opam/.opam/4.08/lib/bheap -I /home/opam/.opam/4.08/lib/bigarray-compat -I /home/opam/.opam/4.08/lib/biniou -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/digestif/rakia -I /home/opam/.opam/4.08/lib/easy-format -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/mmap -I /home/opam/.opam/4.08/lib/mtime -I /home/opam/.opam/4.08/lib/mtime/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-migrate-parsetree -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/optint -I /home/opam/.opam/4.08/lib/parsexp -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/ppx_sexp_conv/runtime-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/print_diff -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/re -I /home/opam/.opam/4.08/lib/repr -I /home/opam/.opam/4.08/lib/result -I /home/opam/.opam/4.08/lib/semaphore-compat -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/sexplib -I /home/opam/.opam/4.08/lib/sexplib0 -I /home/opam/.opam/4.08/lib/stdio -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
ocamlopt bin/.main.eobjs/native/dune__exe__Main.{cmx,o} (exit 2)
(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/astring -I /home/opam/.opam/4.08/lib/base -I /home/opam/.opam/4.08/lib/base/base_internalhash_types -I /home/opam/.opam/4.08/lib/base/caml -I /home/opam/.opam/4.08/lib/base/shadow_stdlib -I /home/opam/.opam/4.08/lib/base64 -I /home/opam/.opam/4.08/lib/bheap -I /home/opam/.opam/4.08/lib/bigarray-compat -I /home/opam/.opam/4.08/lib/biniou -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/digestif/rakia -I /home/opam/.opam/4.08/lib/easy-format -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/mmap -I /home/opam/.opam/4.08/lib/mtime -I /home/opam/.opam/4.08/lib/mtime/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-migrate-parsetree -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/optint -I /home/opam/.opam/4.08/lib/parsexp -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/ppx_sexp_conv/runtime-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/print_diff -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/re -I /home/opam/.opam/4.08/lib/repr -I /home/opam/.opam/4.08/lib/result -I /home/opam/.opam/4.08/lib/semaphore-compat -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/sexplib -I /home/opam/.opam/4.08/lib/sexplib0 -I /home/opam/.opam/4.08/lib/stdio -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:51.10: Job failed: Failed: Build failed