Organisationstaridestezos-context-hash463344 (main)freebsd-14.2-5.3_opam-2.4

freebsd-14.2-5.3_opam-2.4

Logs

Show full logs
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) (freebsd-x86_64:freebsd-14.2-5.3_opam-2.4)
Base: freebsd-14.2-ocaml-5.3
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 freebsd-14.2-ocaml-5.3
# freebsd-14.2-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/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-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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 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-freebsd-14.2-ocaml-5.3-freebsd-14.2-5.3_opam-2.4-11a6769c359c9d2d90810e78f141afe1"
2025-09-27 13:27.55: Using OBuilder spec:
((from freebsd-14.2-ocaml-5.3)
 (comment freebsd-14.2-5.3_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/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-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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 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:27.56: Waiting for worker…
2025-09-27 13:27.56: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 4633445 Merge pull request #12 from pascutto/fuzz

(from freebsd-14.2-ocaml-5.3)
2025-09-27 13:27.02 ---> using "47c9a03b962be450225081ed69acde1f5c6dadb6d1106d9b1a8b4fd61c2defa6" from cache

/: (comment freebsd-14.2-5.3_opam-2.4)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam"))
2025-09-27 13:27.02 ---> using "3cf9d05e5eb2b3cab7746fab6ccc73ebe3b43051756027b7ee3d88bc2433384a" from cache

/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2025-09-27 13:27.02 ---> using "6be513be757734d73b41a31e19f8ae22aa3fe2fd424869d3fd3c8b16bb4fa69a" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.2-RELEASE-p1
The OCaml toplevel, version 5.3.0
2.4.1
2025-09-27 13:27.03 ---> using "6406a960b971760de52a319d92e3ade2dc00fc29daba60f2a83f980f00dde731" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-09-27 13:27.03 ---> using "ceecf1d51f19afc7e1cbf641861a5e731a764903c017a5b842658d708b08899c" 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
   4028320478..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

Already up-to-date.
Nothing to do.
2025-09-27 13:27.03 ---> using "eb1296965720a709bae48d73c6ff9fa9b1ffaba4aec00ed7a6744bbd64e6a4c2" from cache

/src: (copy (src tezos-context-hash.opam) (dst ./))
2025-09-27 13:27.04 ---> saved as "f013c9eab7e881439778bad123a0c5b7c8ad8ba732e9b9657eaffb405ff2c1c0"

/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:27.05 ---> saved as "4f06c69474a0201caaa144cbe1b3593054c17e894eb71ab5c07b1bc2d4627534"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-27 13:27.06 ---> saved as "7d90f2a82388c8b25a679714c036c8a74ef90d983bf47417dd94296ba09bba15"

/src: (env DEPS "afl-persistent.1.4 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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 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"))
[WARNING] Unknown update command for bsd, skipping system update

<><> 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/local/bin/sudo "pkg" "install" "-y" "gmp"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- Processing entries: 
- .
- ...
- ..
- .
- ..
- . done
- FreeBSD repository update completed. 35659 packages processed.
- All repositories are up to date.
- The following 1 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	gmp: 6.3.0
- 
- Number of packages to be installed: 1
- 
- The process will require 3 MiB more space.
- 498 KiB to be downloaded.
- [rosemary] [1/1] Fetching gmp-6.3.0.pkg: .
- .
- ...
- ..
- ..
- . done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Installing gmp-6.3.0...
- [rosemary] [1/1] Extracting gmp-6.3.0: .......... done
2025-09-27 13:29.23 ---> saved as "af9e056472e78c5d4080e0082da894ba0398e5efd0a0765136ead8870f2a1038"

/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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
   afl-persistent      1.4
   angstrom            0.16.1
   astring             0.8.5
   base-bytes          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-compiler-libs v0.17.0
   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
   yojson              3.0.0
   zarith              1.14

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved astring.0.8.5  (cached)
 retrieved angstrom.0.16.1  (cached)
 retrieved base64.3.5.2  (cached)
 retrieved afl-persistent.1.4  (cached)
 retrieved bheap.2.0.0  (cached)
 retrieved bigstringaf.0.10.0  (cached)
 retrieved conf-gmp.5  (cached)
 retrieved cmdliner.1.3.0  (cached)
 retrieved csexp.1.5.2  (cached)
 installed conf-pkg-config.4
 installed conf-gmp.5
 retrieved cppo.1.8.0  (cached)
 retrieved checkseum.0.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.17.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved irmin.3.11.0, irmin-pack.3.11.0, irmin-tezos.3.11.0, ppx_irmin.3.11.0  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved ocamlgraph.2.2.0  (cached)
 retrieved optint.0.3.0  (cached)
 retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
 retrieved ppx_deriving.6.0.3  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved pprint.20230830  (cached)
 retrieved ppx_repr.0.7.0, repr.0.7.0  (cached)
 retrieved progress.0.5.0, terminal.0.5.0  (cached)
 retrieved psq.0.2.1  (cached)
 retrieved ppxlib.0.35.0  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved semaphore-compat.1.0.2  (cached)
 retrieved rusage.1.0.0  (cached)
 retrieved sexplib0.v0.17.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved tezos-base58.1.0.0  (cached)
 retrieved stringext.1.6.0  (cached)
 retrieved uri.4.4.0  (cached)
 retrieved topkg.1.1.0  (cached)
 retrieved uutf.1.0.4  (cached)
 retrieved zarith.1.14  (cached)
 retrieved yojson.3.0.0  (cached)
 installed cmdliner.1.3.0
 retrieved uucp.17.0.0  (cached)
 installed ocamlbuild.0.16.1
 installed ocamlfind.1.9.8
 installed base-bytes.base
 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 csexp.1.5.2
 installed yojson.3.0.0
 installed stringext.1.6.0
 installed stdlib-shims.0.3.0
 installed sexplib0.v0.17.0
 installed semaphore-compat.1.0.2
 installed rusage.1.0.0
 installed psq.0.2.1
 installed ppx_derivers.1.2.1
 installed pprint.20230830
 installed optint.0.3.0
 installed ocaml-syntax-shims.1.0.0
 installed ocaml-compiler-libs.v0.17.0
 installed eqaf.0.10
 installed lru.0.3.1
 installed either.1.0.0
 installed cppo.1.8.0
 installed bheap.2.0.0
 installed base64.3.5.2
 installed afl-persistent.1.4
 installed ocamlgraph.2.2.0
 installed ocplib-endian.1.2
 installed dune-configurator.3.20.2
 installed digestif.1.3.0
 installed repr.0.7.0
 installed monolith.20250922
 installed tezos-base58.1.0.0
 installed bigstringaf.0.10.0
 installed checkseum.0.5.2
 installed angstrom.0.16.1
 installed uri.4.4.0
 installed uucp.17.0.0
 installed lwt.5.9.2
 installed terminal.0.5.0
 installed logs.0.7.0
 installed progress.0.5.0
 installed ppxlib.0.35.0
 installed ppx_deriving.6.0.3
 installed ppx_repr.0.7.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 5.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl
2025-09-27 13:31.49 ---> saved as "4ceb1c77a38599177286fab25c27f90c5d95610d00af2d649263ba4a14324d64"

/src: (copy (src .) (dst /src))
2025-09-27 13:31.50 ---> saved as "8c2f47dd61dfe88240d683ef28eb68061e1078629d9d7bad1db99a8bf54f19d0"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.3.0/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 -bin-annot-occurrences -I test/.main.eobjs/byte -I /home/opam/.opam/5.3.0/lib/afl-persistent -I /home/opam/.opam/5.3.0/lib/angstrom -I /home/opam/.opam/5.3.0/lib/astring -I /home/opam/.opam/5.3.0/lib/base64 -I /home/opam/.opam/5.3.0/lib/bheap -I /home/opam/.opam/5.3.0/lib/bigstringaf -I /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/checkseum/ocaml -I /home/opam/.opam/5.3.0/lib/cmdliner -I /home/opam/.opam/5.3.0/lib/digestif/c -I /home/opam/.opam/5.3.0/lib/either -I /home/opam/.opam/5.3.0/lib/eqaf -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/fmt/cli -I /home/opam/.opam/5.3.0/lib/fmt/tty -I /home/opam/.opam/5.3.0/lib/index -I /home/opam/.opam/5.3.0/lib/index/unix -I /home/opam/.opam/5.3.0/lib/irmin -I /home/opam/.opam/5.3.0/lib/irmin-pack -I /home/opam/.opam/5.3.0/lib/irmin-pack/unix -I /home/opam/.opam/5.3.0/lib/irmin-tezos -I /home/opam/.opam/5.3.0/lib/irmin/data -I /home/opam/.opam/5.3.0/lib/jsonm -I /home/opam/.opam/5.3.0/lib/logs -I /home/opam/.opam/5.3.0/lib/lru -I /home/opam/.opam/5.3.0/lib/lwt -I /home/opam/.opam/5.3.0/lib/lwt/unix -I /home/opam/.opam/5.3.0/lib/monolith -I /home/opam/.opam/5.3.0/lib/mtime -I /home/opam/.opam/5.3.0/lib/mtime/clock -I /home/opam/.opam/5.3.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.3.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.3.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocamlgraph -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.3.0/lib/optint -I /home/opam/.opam/5.3.0/lib/pprint -I /home/opam/.opam/5.3.0/lib/ppx_derivers -I /home/opam/.opam/5.3.0/lib/ppx_irmin/internal-lib -I /home/opam/.opam/5.3.0/lib/ppx_repr -I /home/opam/.opam/5.3.0/lib/ppx_repr/lib -I /home/opam/.opam/5.3.0/lib/ppxlib -I /home/opam/.opam/5.3.0/lib/ppxlib/ast -I /home/opam/.opam/5.3.0/lib/ppxlib/astlib -I /home/opam/.opam/5.3.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.3.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.3.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.3.0/lib/progress -I /home/opam/.opam/5.3.0/lib/progress/engine -I /home/opam/.opam/5.3.0/lib/progress/vector -I /home/opam/.opam/5.3.0/lib/psq -I /home/opam/.opam/5.3.0/lib/repr -I /home/opam/.opam/5.3.0/lib/rusage -I /home/opam/.opam/5.3.0/lib/semaphore-compat -I /home/opam/.opam/5.3.0/lib/seq -I /home/opam/.opam/5.3.0/lib/sexplib0 -I /home/opam/.opam/5.3.0/lib/stdlib-shims -I /home/opam/.opam/5.3.0/lib/stringext -I /home/opam/.opam/5.3.0/lib/terminal -I /home/opam/.opam/5.3.0/lib/terminal/ansi -I /home/opam/.opam/5.3.0/lib/tezos-base58 -I /home/opam/.opam/5.3.0/lib/uri -I /home/opam/.opam/5.3.0/lib/uucp -I /home/opam/.opam/5.3.0/lib/uutf -I /home/opam/.opam/5.3.0/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: Modules do not match:
       sig
         type t = Irmin_tezos.Schema.Hash.t
         val hash : ((string -> unit) -> unit) -> t
         val short_hash : t -> int
         val hash_size : int
         val to_raw_string : t -> string
         val unsafe_of_raw_string : string -> t
         val short_hash_substring : Bigstringaf.t -> off:int -> int
         val t : t Repr__Type.t
       end
     is not included in
       sig
         type t
         val t : t Repr__Type.t
         type hash = Store.hash
         val to_hash : t -> hash
       end
     The type hash is required but not provided
     File "src/irmin/schema.ml", line 41, characters 29-47:
       Expected declaration
     The value to_hash is required but not provided
     File "src/irmin/key_intf.ml", line 23, characters 2-25:
       Expected declaration
(cd _build/default && /home/opam/.opam/5.3.0/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 -bin-annot-occurrences -I bin/.main.eobjs/byte -I /home/opam/.opam/5.3.0/lib/angstrom -I /home/opam/.opam/5.3.0/lib/astring -I /home/opam/.opam/5.3.0/lib/base64 -I /home/opam/.opam/5.3.0/lib/bheap -I /home/opam/.opam/5.3.0/lib/bigstringaf -I /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/checkseum/ocaml -I /home/opam/.opam/5.3.0/lib/cmdliner -I /home/opam/.opam/5.3.0/lib/digestif/c -I /home/opam/.opam/5.3.0/lib/either -I /home/opam/.opam/5.3.0/lib/eqaf -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/fmt/cli -I /home/opam/.opam/5.3.0/lib/fmt/tty -I /home/opam/.opam/5.3.0/lib/index -I /home/opam/.opam/5.3.0/lib/index/unix -I /home/opam/.opam/5.3.0/lib/irmin -I /home/opam/.opam/5.3.0/lib/irmin-pack -I /home/opam/.opam/5.3.0/lib/irmin-pack/unix -I /home/opam/.opam/5.3.0/lib/irmin-tezos -I /home/opam/.opam/5.3.0/lib/irmin/data -I /home/opam/.opam/5.3.0/lib/jsonm -I /home/opam/.opam/5.3.0/lib/logs -I /home/opam/.opam/5.3.0/lib/lru -I /home/opam/.opam/5.3.0/lib/lwt -I /home/opam/.opam/5.3.0/lib/lwt/unix -I /home/opam/.opam/5.3.0/lib/mtime -I /home/opam/.opam/5.3.0/lib/mtime/clock -I /home/opam/.opam/5.3.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.3.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.3.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocamlgraph -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.3.0/lib/optint -I /home/opam/.opam/5.3.0/lib/ppx_derivers -I /home/opam/.opam/5.3.0/lib/ppx_irmin/internal-lib -I /home/opam/.opam/5.3.0/lib/ppx_repr -I /home/opam/.opam/5.3.0/lib/ppx_repr/lib -I /home/opam/.opam/5.3.0/lib/ppxlib -I /home/opam/.opam/5.3.0/lib/ppxlib/ast -I /home/opam/.opam/5.3.0/lib/ppxlib/astlib -I /home/opam/.opam/5.3.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.3.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.3.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.3.0/lib/progress -I /home/opam/.opam/5.3.0/lib/progress/engine -I /home/opam/.opam/5.3.0/lib/progress/vector -I /home/opam/.opam/5.3.0/lib/psq -I /home/opam/.opam/5.3.0/lib/repr -I /home/opam/.opam/5.3.0/lib/rusage -I /home/opam/.opam/5.3.0/lib/semaphore-compat -I /home/opam/.opam/5.3.0/lib/seq -I /home/opam/.opam/5.3.0/lib/sexplib0 -I /home/opam/.opam/5.3.0/lib/stdlib-shims -I /home/opam/.opam/5.3.0/lib/stringext -I /home/opam/.opam/5.3.0/lib/terminal -I /home/opam/.opam/5.3.0/lib/terminal/ansi -I /home/opam/.opam/5.3.0/lib/tezos-base58 -I /home/opam/.opam/5.3.0/lib/uri -I /home/opam/.opam/5.3.0/lib/uucp -I /home/opam/.opam/5.3.0/lib/uutf -I /home/opam/.opam/5.3.0/lib/yojson -I /home/opam/.opam/5.3.0/lib/zarith -cmi-file bin/.main.eobjs/byte/dune__exe__Main.cmi -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/5.3.0/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/5.3.0/lib/angstrom -I /home/opam/.opam/5.3.0/lib/astring -I /home/opam/.opam/5.3.0/lib/base64 -I /home/opam/.opam/5.3.0/lib/bheap -I /home/opam/.opam/5.3.0/lib/bigstringaf -I /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/checkseum/ocaml -I /home/opam/.opam/5.3.0/lib/cmdliner -I /home/opam/.opam/5.3.0/lib/digestif/c -I /home/opam/.opam/5.3.0/lib/either -I /home/opam/.opam/5.3.0/lib/eqaf -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/fmt/cli -I /home/opam/.opam/5.3.0/lib/fmt/tty -I /home/opam/.opam/5.3.0/lib/index -I /home/opam/.opam/5.3.0/lib/index/unix -I /home/opam/.opam/5.3.0/lib/irmin -I /home/opam/.opam/5.3.0/lib/irmin-pack -I /home/opam/.opam/5.3.0/lib/irmin-pack/unix -I /home/opam/.opam/5.3.0/lib/irmin-tezos -I /home/opam/.opam/5.3.0/lib/irmin/data -I /home/opam/.opam/5.3.0/lib/jsonm -I /home/opam/.opam/5.3.0/lib/logs -I /home/opam/.opam/5.3.0/lib/lru -I /home/opam/.opam/5.3.0/lib/lwt -I /home/opam/.opam/5.3.0/lib/lwt/unix -I /home/opam/.opam/5.3.0/lib/mtime -I /home/opam/.opam/5.3.0/lib/mtime/clock -I /home/opam/.opam/5.3.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.3.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.3.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocamlgraph -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.3.0/lib/optint -I /home/opam/.opam/5.3.0/lib/ppx_derivers -I /home/opam/.opam/5.3.0/lib/ppx_irmin/internal-lib -I /home/opam/.opam/5.3.0/lib/ppx_repr -I /home/opam/.opam/5.3.0/lib/ppx_repr/lib -I /home/opam/.opam/5.3.0/lib/ppxlib -I /home/opam/.opam/5.3.0/lib/ppxlib/ast -I /home/opam/.opam/5.3.0/lib/ppxlib/astlib -I /home/opam/.opam/5.3.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.3.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.3.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.3.0/lib/progress -I /home/opam/.opam/5.3.0/lib/progress/engine -I /home/opam/.opam/5.3.0/lib/progress/vector -I /home/opam/.opam/5.3.0/lib/psq -I /home/opam/.opam/5.3.0/lib/repr -I /home/opam/.opam/5.3.0/lib/rusage -I /home/opam/.opam/5.3.0/lib/semaphore-compat -I /home/opam/.opam/5.3.0/lib/seq -I /home/opam/.opam/5.3.0/lib/sexplib0 -I /home/opam/.opam/5.3.0/lib/stdlib-shims -I /home/opam/.opam/5.3.0/lib/stringext -I /home/opam/.opam/5.3.0/lib/terminal -I /home/opam/.opam/5.3.0/lib/terminal/ansi -I /home/opam/.opam/5.3.0/lib/tezos-base58 -I /home/opam/.opam/5.3.0/lib/uri -I /home/opam/.opam/5.3.0/lib/uucp -I /home/opam/.opam/5.3.0/lib/uutf -I /home/opam/.opam/5.3.0/lib/yojson -I /home/opam/.opam/5.3.0/lib/zarith -cmi-file bin/.main.eobjs/byte/dune__exe__Main.cmi -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
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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 yojson.3.0.0 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_853_16724" "mount.devfs" "path=/obuilder/result/ae1d7c877a79b4a0e88aff3eaceeafd5f13fce6ea38926fc8384720eb1d9f05c/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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 yojson.3.0.0 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2025-09-27 13:33.01: Job failed: Failed: Build failed