2026-03-26 14:47.47: New job: test mirage/ocaml-fat https://github.com/mirage/ocaml-fat.git#refs/heads/main (75f00421ec577cb0f3380ee9fe94f15d13069fda) (linux-x86_64:fedora-43-5.4_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/ocaml-fat.git" -b "main" && cd "ocaml-fat" && git reset --hard 75f00421cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0# fedora-43-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 fat-filesystem.opam ./RUN opam pin add -yn fat-filesystem.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 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 bigstringaf.0.10.0 cmdliner.2.1.0 conf-linux-libc-dev.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 dune.3.22.0 dune-configurator.3.22.0 fmt.0.11.0 io-page.3.0.0 logs.0.10.0 lwt.6.1.1 mirage-block.3.0.2 mirage-block-combinators.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.38.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y fat-filesystem.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-26 14:47.47: Using cache hint "mirage/ocaml-fat-ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0-fedora-43-5.4_opam-2.5-a17e198c4ec4cbb51099b47ce6d5a725"2026-03-26 14:47.47: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)(comment fedora-43-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src fat-filesystem.opam) (dst ./))(run (network host)(shell "opam pin add -yn fat-filesystem.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 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 bigstringaf.0.10.0 cmdliner.2.1.0 conf-linux-libc-dev.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 dune.3.22.0 dune-configurator.3.22.0 fmt.0.11.0 io-page.3.0.0 logs.0.10.0 lwt.6.1.1 mirage-block.3.0.2 mirage-block-combinators.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.38.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4")(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.5 --depext-only -y fat-filesystem.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")))2026-03-26 14:47.47: Waiting for resource in pool OCluster2026-03-26 17:26.44: Waiting for worker…2026-03-26 17:29.26: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 75f0042 Merge pull request #95 from hannesm/add-maint(from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0' locallydocker.io/ocaml/opam@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0: Pulling from ocaml/opam5bc90b3315da: Already exists33cde4bdcf90: Already existsb5955b8be52e: Already existsfbf1b27930a6: Already existsb347f3d8654c: Already exists612ce5ee7018: Already exists39a0083c72b4: Already exists2a32d726bc66: Already existse11ae392722c: Already exists8d611bf8a252: Already exists0e1351173a64: Already existsf8d564b68b69: Already exists0e1646b50296: Already exists2801b00e97cb: Already exists4043da018e76: Already exists78d7c0bec0d9: Already exists3b3b2404c3c9: Already exists8467b570f768: Already existsaf1b4ee1a3ae: Already existsd8dfc440aace: Already exists49b2a8e5a461: Already exists4f4fb700ef54: Already exists8be6bee5bc68: Already exists3c9a56c64991: Already existse80b01b68140: Already existsfef37f6a2418: Already exists2585abb9d55d: Already exists120374638853: Already exists63dfb60472ab: Already existsabc6281a8a2d: Already existseed1b7440d1e: Already exists0a3bf2765d2e: Already exists886ab5bf800e: Already existsa46169c2e251: Already exists80ef96b71029: Pulling fs layer895656fb7a7a: Pulling fs layerfa1d27dc8eab: Pulling fs layer3813748e3271: Pulling fs layer55d32576fd82: Pulling fs layer77f643b56c63: Pulling fs layerce0f0971e20d: Pulling fs layer9e039d85a4d4: Pulling fs layer4000d2b4aa9a: Pulling fs layer26f209a0e652: Pulling fs layer135e05105094: Pulling fs layer3813748e3271: Waiting77f643b56c63: Waitingce0f0971e20d: Waiting9e039d85a4d4: Waiting55d32576fd82: Waiting4000d2b4aa9a: Waiting26f209a0e652: Waiting135e05105094: Waiting895656fb7a7a: Verifying Checksum895656fb7a7a: Download complete3813748e3271: Verifying Checksum3813748e3271: Download complete55d32576fd82: Download complete77f643b56c63: Verifying Checksum77f643b56c63: Download completece0f0971e20d: Download completefa1d27dc8eab: Verifying Checksumfa1d27dc8eab: Download complete4000d2b4aa9a: Download complete26f209a0e652: Verifying Checksum26f209a0e652: Download complete135e05105094: Download complete80ef96b71029: Verifying Checksum80ef96b71029: Download complete9e039d85a4d4: Verifying Checksum9e039d85a4d4: Download complete80ef96b71029: Pull complete895656fb7a7a: Pull completefa1d27dc8eab: Pull complete3813748e3271: Pull complete55d32576fd82: Pull complete77f643b56c63: Pull completece0f0971e20d: Pull complete9e039d85a4d4: Pull complete4000d2b4aa9a: Pull complete26f209a0e652: Pull complete135e05105094: Pull completeDigest: sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0Status: Downloaded newer image for ocaml/opam@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc02026-03-26 18:00.41 ---> using "55235f591e73e0a73aca087590237c1328c7cdaa35a59ddc1b194c05d8428492" from cache/: (comment fedora-43-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 100% | 67.2 KiB/s | 22.3 KiB | 00m00sFedora 43 - x86_64 - Updates 100% | 91.4 KiB/s | 17.2 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-03-26 18:00.41 ---> using "7be4732085dd791e3306e4890e7569aeb833b1c020b82d2656f90ce5709ff383" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-26 18:00.41 ---> using "a71c21cacef3eec18238e988128fcc4b6f9993c22d77b143d9eb518c22533292" 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[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-26 18:00.41 ---> using "2db368f3560f30e6502da68709ea4cd9e55d7fac30af1db9e0e4de129f5987b6" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.02.5.02026-03-26 18:00.41 ---> using "f3d4c2d71b743487228470cbb258b245e8bb4eef88b4bcc7c24bcbdafa500505" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-26 18:00.41 ---> using "9c94321cd96c56d0bfea35e9fa0a7ab6bf97f253006f5c4f91b2747c471fc520" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD4f056bfedf..46f289cd37 master -> origin/master46f289cd37 Merge pull request #29563 from NathanReb/release-ppxlib-0.38.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.5.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)2026-03-26 18:00.41 ---> using "f81ffcf16bd3c26a2a99cb2af7ed8f44c47c1862060727a51f368f3daea88aa7" from cache/src: (copy (src fat-filesystem.opam) (dst ./))2026-03-26 18:00.43 ---> saved as "6e99e9773a7211c4f5937798ff17804677af8bc2337baa8c742af36817358de7"/src: (run (network host)(shell "opam pin add -yn fat-filesystem.dev './'"))[fat-filesystem.dev] synchronised (file:///src)fat-filesystem is now pinned to file:///src (version dev)2026-03-26 18:00.46 ---> saved as "c56472288f59187af32645b65519a4ccb2e44afe76b29d4712b7b16710034c3b"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-26 18:00.48 ---> saved as "f364ec7fc41c01287e1c01eee37d3b72839cca8af9dd3591d4470563863beaa4"/src: (env DEPS "alcotest.1.9.1 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 bigstringaf.0.10.0 cmdliner.2.1.0 conf-linux-libc-dev.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 dune.3.22.0 dune-configurator.3.22.0 fmt.0.11.0 io-page.3.0.0 logs.0.10.0 lwt.6.1.1 mirage-block.3.0.2 mirage-block-combinators.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.38.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4")/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.5 --depext-only -y fat-filesystem.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Fedora 43 - x86_64 - Updates 100% | 44.7 KiB/s | 10.4 KiB | 00m00s- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[fat-filesystem.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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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).# To update the current shell environment, run: eval $(opam env)2026-03-26 18:01.02 ---> saved as "baacb6e9660e6924dcbedfe038cd36ebdec6924f72bfc324b75dccbcb397716b"/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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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 43 packages- install alcotest 1.9.1- install angstrom 0.16.1- install astring 0.8.5- install base-bytes base- install bigstringaf 0.10.0- install cmdliner 2.1.0- install conf-linux-libc-dev 0- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install cstruct-lwt 6.2.0- install dune 3.22.0- install dune-configurator 3.22.0- install fmt 0.11.0- install io-page 3.0.0- install logs 0.10.0- install lwt 6.1.1- install mirage-block 3.0.2- install mirage-block-combinators 3.0.2- install mirage-block-unix 2.14.2- install mirage-kv 6.1.1- install num 1.6- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install optint 0.3.0- install parsexp v0.17.0- install ppx_cstruct 6.2.0- install ppx_derivers 1.2.1- install ppxlib 0.38.0- install ptime 1.2.0- install re 1.14.0- install rresult 0.7.0- install sexplib v0.17.0- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install stringext 1.6.0- install topkg 1.1.1- install uri 4.4.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> installed conf-linux-libc-dev.0-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, ppx_cstruct.6.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved io-page.3.0.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved mirage-block.3.0.2, mirage-block-combinators.3.0.2 (cached)-> retrieved lwt.6.1.1 (cached)-> retrieved mirage-block-unix.2.14.2 (cached)-> retrieved mirage-kv.6.1.1 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved uri.4.4.0 (cached)-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)-> installed cmdliner.2.1.0-> installed num.1.6-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed dune.3.22.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed optint.0.3.0-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed ocplib-endian.1.2-> installed io-page.3.0.0-> installed dune-configurator.3.22.0-> installed alcotest.1.9.1-> installed parsexp.v0.17.0-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed sexplib.v0.17.0-> installed uri.4.4.0-> installed lwt.6.1.1-> installed mirage-block.3.0.2-> installed cstruct-lwt.6.2.0-> installed mirage-kv.6.1.1-> installed logs.0.10.0-> installed mirage-block-combinators.3.0.2-> installed mirage-block-unix.2.14.2-> installed ppxlib.0.38.0-> installed ppx_cstruct.6.2.0Done.# To update the current shell environment, run: eval $(opam env)2026-03-26 18:01.56 ---> saved as "cf0679b717f24fa6e4584ba7df342a0c8215aa3afb7efa5cba599a2da8391db5"/src: (copy (src .) (dst /src))2026-03-26 18:01.59 ---> saved as "8e11a3b390376e7e702f0a3fb80c1ed6e66a1b639ec71042e2dcb44ff68b5ebd"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/5.4/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 src/.fat_filesystem.objs/byte -I src/.fat_filesystem.objs/native -I /home/opam/.opam/5.4/lib/astring -I /home/opam/.opam/5.4/lib/cstruct -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/io-page -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/mirage-block -I /home/opam/.opam/5.4/lib/mirage-kv -I /home/opam/.opam/5.4/lib/optint -I /home/opam/.opam/5.4/lib/ptime -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/re/str -I /home/opam/.opam/5.4/lib/rresult -cmi-file src/.fat_filesystem.objs/byte/fat.cmi -no-alias-deps -opaque -o src/.fat_filesystem.objs/native/fat.cmx -c -impl src/fat.pp.ml)File "src/fat.ml", line 1:Error: The implementation src/fat.pp.mldoes not match the interface src/fat.pp.mli: ... ... In module KV_RO:The value get_partial is required but not providedFile "src/mirage_kv.mli", line 140, characters 2-98:Expected declarationThe value size is required but not providedFile "src/mirage_kv.mli", line 175, characters 2-60:Expected declaration(cd _build/default && /home/opam/.opam/5.4/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 src/.fat_filesystem.objs/byte -I /home/opam/.opam/5.4/lib/astring -I /home/opam/.opam/5.4/lib/cstruct -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/io-page -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/mirage-block -I /home/opam/.opam/5.4/lib/mirage-kv -I /home/opam/.opam/5.4/lib/optint -I /home/opam/.opam/5.4/lib/ptime -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/re/str -I /home/opam/.opam/5.4/lib/rresult -cmi-file src/.fat_filesystem.objs/byte/fat.cmi -no-alias-deps -opaque -o src/.fat_filesystem.objs/byte/fat.cmo -c -impl src/fat.pp.ml)File "src/fat.ml", line 1:Error: The implementation src/fat.pp.mldoes not match the interface src/fat.pp.mli: ... ... In module KV_RO:The value get_partial is required but not providedFile "src/mirage_kv.mli", line 140, characters 2-98:Expected declarationThe value size is required but not providedFile "src/mirage_kv.mli", line 175, characters 2-60:Expected declaration"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-03-26 18:02.02: Job failed: Failed: Build failed