2026-01-13 20:18.31: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/199/head (7e15f2dd06ca5f9265b70adf32203e185dbe36de) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afaOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/199/head" && git reset --hard 7e15f2ddcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa# debian-13-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN 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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 obuilder.opam obuilder-spec.opam ./RUN opam pin add -yn obuilder.dev './' && \opam pin add -yn obuilder-spec.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.0 alcotest-lwt.1.9.0 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 biniou.1.2.0 camlp-streams.5.0.1 checkseum.0.3.1 cmdliner.1.3.0 conf-pkg-config.1.0 conf-sqlite3.1 conf-which.1 cppo.1.6.1 crunch.4.0.0 csexp.1.3.1 cstruct.6.0.0 cstruct-lwt.3.7.0 decompress.1.5.1 dune.3.17.2 dune-configurator.2.9.3 easy-format.1.0.1 extunix.0.4.2 fmt.0.9.0 fpath.0.7.3 jbuilder.1.0+beta20.1 logs.0.7.0 lwt.5.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 optint.0.3.0 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_sexp_conv.v0.14.3 ppxlib.0.24.0 ptime.0.8.5 re.1.7.2 result.1.5 sexplib.v0.14.0 sexplib0.v0.14.0 sha.1.15.4 sqlite3.5.2.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.8 uutf.1.0.3 yojson.1.6.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder.dev obuilder-spec.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-01-13 20:18.31: Using cache hint "ocurrent/obuilder-ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa-debian-13-4.14_opam-2.5-ae00752c01ba23e260a96aa28aad0e79"2026-01-13 20:18.31: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa)(comment debian-13-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src obuilder.opam obuilder-spec.opam) (dst ./))(run (network host)(shell "opam pin add -yn obuilder.dev './' && \\nopam pin add -yn obuilder-spec.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 biniou.1.2.0 camlp-streams.5.0.1 checkseum.0.3.1 cmdliner.1.3.0 conf-pkg-config.1.0 conf-sqlite3.1 conf-which.1 cppo.1.6.1 crunch.4.0.0 csexp.1.3.1 cstruct.6.0.0 cstruct-lwt.3.7.0 decompress.1.5.1 dune.3.17.2 dune-configurator.2.9.3 easy-format.1.0.1 extunix.0.4.2 fmt.0.9.0 fpath.0.7.3 jbuilder.1.0+beta20.1 logs.0.7.0 lwt.5.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 optint.0.3.0 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_sexp_conv.v0.14.3 ppxlib.0.24.0 ptime.0.8.5 re.1.7.2 result.1.5 sexplib.v0.14.0 sexplib0.v0.14.0 sha.1.15.4 sqlite3.5.2.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.8 uutf.1.0.3 yojson.1.6.0")(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 obuilder.dev obuilder-spec.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-01-13 20:18.31: Waiting for resource in pool OCluster2026-01-13 22:05.33: Waiting for worker…2026-01-13 22:08.34: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at 7e15f2d Shared cache(from ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa)2026-01-13 22:08.35 ---> using "2ecda48447fc68e8dcd256d2898af0a11126a077e05d747a0dcdff2845100de1" from cache/: (comment debian-13-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-01-13 22:08.35 ---> using "9a501423837f3b7cd29263c2665fda7a785c699269851f9bce1471b992089a6c" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-13 22:08.35 ---> using "bee04af3017513529e2d8e33622d28122c2b06e49f6a076ef12c875cdf9b6dff" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 4.14.22.5.02026-01-13 22:08.35 ---> using "442697f7960d1c3737cfdf48497c826cef87632b95a07c8d651ed94f26cc1429" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-13 22:08.35 ---> using "9e562d5c3e1f825c4658b4f3d0d0f2201a745812196eceab31bebeb8e3196a46" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD16d9c0eb87..df0b753b90 master -> origin/master2dee2fe30d Merge pull request #29195 from raphael-proust/lwt-fix-ocamlfind-dep-constraint<><> 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.4.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-01-13 22:08.35 ---> using "0118c796afa7ed9bbeb3c9135d922fbb12b08d701160f340865a8e5da27788f1" from cache/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))2026-01-13 22:08.35 ---> using "4de988c3685632ffa9ca74f99295a1b56ebef78fa493200b11dbf57f385af1ca" from cache/src: (run (network host)(shell "opam pin add -yn obuilder.dev './' && \\nopam pin add -yn obuilder-spec.dev './'"))[obuilder.dev] synchronised (file:///src)obuilder is now pinned to file:///src (version dev)[obuilder-spec.dev] synchronised (file:///src)obuilder-spec is now pinned to file:///src (version dev)2026-01-13 22:08.40 ---> saved as "647b8c6efc8c1755e6e5149a092b998eee5e5d13309dcda5bc78aa9435df0aeb"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-13 22:08.41 ---> saved as "d5bfeb435471a6a4121eb568136785665a116e155ae0a7882fefe9e6ad9608ab"/src: (env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 biniou.1.2.0 camlp-streams.5.0.1 checkseum.0.3.1 cmdliner.1.3.0 conf-pkg-config.1.0 conf-sqlite3.1 conf-which.1 cppo.1.6.1 crunch.4.0.0 csexp.1.3.1 cstruct.6.0.0 cstruct-lwt.3.7.0 decompress.1.5.1 dune.3.17.2 dune-configurator.2.9.3 easy-format.1.0.1 extunix.0.4.2 fmt.0.9.0 fpath.0.7.3 jbuilder.1.0+beta20.1 logs.0.7.0 lwt.5.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 optint.0.3.0 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_sexp_conv.v0.14.3 ppxlib.0.24.0 ptime.0.8.5 re.1.7.2 result.1.5 sexplib.v0.14.0 sexplib0.v0.14.0 sha.1.15.4 sqlite3.5.2.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.8 uutf.1.0.3 yojson.1.6.0")/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 obuilder.dev obuilder-spec.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.5 kB]- Fetched 9997 kB in 2s (4349 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[obuilder.dev] synchronised (file:///src)[obuilder-spec.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:libsqlite3-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libsqlite3-dev" "pkg-config"- Selecting previously unselected package libpkgconf3: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 .../libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package libsqlite3-dev:amd64.- Preparing to unpack .../libsqlite3-dev_3.46.1-7_amd64.deb ...- Unpacking libsqlite3-dev:amd64 (3.46.1-7) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../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 libsqlite3-dev:amd64 (3.46.1-7) ...- Setting up pkgconf-bin (1.8.1-4) ...- 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) ...# To update the current shell environment, run: eval $(opam env)2026-01-13 22:09.06 ---> saved as "b3a75521ec82a6c6ccdd2cb3a05bcc5e1ba4774e4c44a77724ad1c844a7c0ff1"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 53 packages- install alcotest 1.9.0- install alcotest-lwt 1.9.0- install astring 0.8.5- install base v0.14.2- install base-bytes base- install bigarray-compat 1.0.0- install biniou 1.2.0- install camlp-streams 5.0.1- install checkseum 0.3.1- install cmdliner 1.3.0- install conf-pkg-config 1.0- install conf-sqlite3 1- install conf-which 1- install cppo 1.6.1- install crunch 4.0.0- install csexp 1.3.1- install cstruct 6.0.0- install cstruct-lwt 3.7.0- install decompress 1.5.1- install dune 3.17.2- install dune-configurator 2.9.3- install easy-format 1.0.1- install extunix 0.4.2- install fmt 0.9.0- install fpath 0.7.3- install jbuilder 1.0+beta20.1 (deprecated)- install logs 0.7.0- install lwt 5.7.0- install num 1.5- install ocaml-compiler-libs v0.11.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.14.0- install ocamlfind 1.9.1- install ocplib-endian 1.0- install optint 0.3.0- install parsexp v0.14.1- install ppx_derivers 1.0- install ppx_deriving 5.2- install ppx_sexp_conv v0.14.3- install ppxlib 0.24.0- install ptime 0.8.5- install re 1.7.2- install result 1.5- install sexplib v0.14.0- install sexplib0 v0.14.0- install sha 1.15.4- install sqlite3 5.2.0- install stdlib-shims 0.3.0- install tar 2.6.0- install tar-unix 2.6.0- install topkg 1.0.8- install uutf 1.0.3- install yojson 1.6.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.0, alcotest-lwt.1.9.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.14.2 (cached)-> retrieved bigarray-compat.1.0.0 (cached)-> retrieved biniou.1.2.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved checkseum.0.3.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved cppo.1.6.1 (cached)-> installed conf-pkg-config.1.0-> installed conf-which.1-> retrieved crunch.4.0.0 (cached)-> retrieved csexp.1.3.1 (cached)-> retrieved cstruct.6.0.0 (cached)-> installed conf-sqlite3.1-> retrieved cstruct-lwt.3.7.0 (cached)-> retrieved decompress.1.5.1 (cached)-> retrieved easy-format.1.0.1 (cached)-> retrieved extunix.0.4.2 (cached)-> retrieved fmt.0.9.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved dune-configurator.2.9.3 (cached)-> retrieved dune.3.17.2 (cached)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved logs.0.7.0 (cached)-> retrieved lwt.5.7.0 (cached)-> retrieved num.1.5 (cached)-> retrieved ocaml-compiler-libs.v0.11.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved ocamlfind.1.9.1 (cached)-> installed cmdliner.1.3.0-> retrieved ocplib-endian.1.0 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved parsexp.v0.14.1 (cached)-> retrieved ppx_derivers.1.0 (cached)-> retrieved ppx_deriving.5.2 (cached)-> retrieved ppx_sexp_conv.v0.14.3 (cached)-> retrieved ptime.0.8.5 (cached)-> retrieved re.1.7.2 (cached)-> retrieved result.1.5 (cached)-> retrieved sexplib.v0.14.0 (cached)-> retrieved sexplib0.v0.14.0 (cached)-> retrieved ppxlib.0.24.0 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved sqlite3.5.2.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tar.2.6.0, tar-unix.2.6.0 (cached)-> retrieved uutf.1.0.3 (cached)-> retrieved yojson.1.6.0 (cached)-> retrieved topkg.1.0.8 (cached)-> installed num.1.5-> installed ocamlfind.1.9.1-> installed base-bytes.base-> installed easy-format.1.0.1-> installed ocamlbuild.0.14.0-> installed jbuilder.1.0+beta20.1-> installed ppx_derivers.1.0-> installed biniou.1.2.0-> installed cppo.1.6.1-> installed re.1.7.2-> installed ocaml-compiler-libs.v0.11.0-> installed topkg.1.0.8-> installed uutf.1.0.3-> installed fmt.0.9.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed ocplib-endian.1.0-> installed dune.3.17.2-> installed result.1.5-> installed stdlib-shims.0.3.0-> installed bigarray-compat.1.0.0-> installed camlp-streams.5.0.1-> installed optint.0.3.0-> installed csexp.1.3.1-> installed sexplib0.v0.14.0-> installed ocaml-syntax-shims.1.0.0-> installed cstruct.6.0.0-> installed sha.1.15.4-> installed ptime.0.8.5-> installed yojson.1.6.0-> installed dune-configurator.2.9.3-> installed alcotest.1.9.0-> installed crunch.4.0.0-> installed checkseum.0.3.1-> installed sqlite3.5.2.0-> installed decompress.1.5.1-> installed tar.2.6.0-> installed lwt.5.7.0-> installed cstruct-lwt.3.7.0-> installed tar-unix.2.6.0-> installed logs.0.7.0-> installed alcotest-lwt.1.9.0-> installed base.v0.14.2-> installed parsexp.v0.14.1-> installed sexplib.v0.14.0-> installed ppxlib.0.24.0-> installed ppx_sexp_conv.v0.14.3-> installed ppx_deriving.5.2-> installed extunix.0.4.2Done.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2026-01-13 22:10.39 ---> saved as "d4884403740560614dd41381f5aea8d870f55261238034139ae83e44fd479107"/src: (copy (src .) (dst /src))2026-01-13 22:10.39 ---> saved as "65f21b2a1308742708da2cd3445b092f5511838f843297043ecc634d64342e09"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib && /home/opam/.opam/4.14/bin/ocaml-crunch ../static --mode=plain -o Static_files.ml)Generating Static_files.mlSkipping generation of .mli(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/.test.eobjs/byte -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/alcotest-lwt -I /home/opam/.opam/4.14/lib/alcotest/engine -I /home/opam/.opam/4.14/lib/alcotest/stdlib_ext -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/bigarray-compat -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/cstruct-lwt -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/extunix -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/sha -I /home/opam/.opam/4.14/lib/sqlite3 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/tar -I /home/opam/.opam/4.14/lib/tar-unix -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/lib/yojson -I lib/.obuilder.objs/byte -I lib_spec/.obuilder_spec.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/.test.eobjs/byte/dune__exe__Mock_store.cmo -c -impl test/mock_store.ml)File "test/mock_store.ml", line 1:Error: The implementation test/mock_store.mldoes not match the interface test/.test.eobjs/byte/dune__exe__Mock_store.cmi:Values do not match:val cache : user:'a -> 'b -> 'c -> 'dis not included inval cache :?shared:bool ->user:Obuilder_spec.user ->t -> string -> (string * (unit -> unit Lwt.t)) Lwt.tThe type user:'a -> 'b -> 'c -> 'd is not compatible with the type?shared:bool ->user:Obuilder_spec.user ->t -> string -> (string * (unit -> unit Lwt.t)) Lwt.tFile "lib/s.ml", lines 51-56, characters 2-41: Expected declarationFile "test/mock_store.ml", line 113, characters 4-9:Actual declaration(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/.test.eobjs/byte -I test/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/alcotest-lwt -I /home/opam/.opam/4.14/lib/alcotest/engine -I /home/opam/.opam/4.14/lib/alcotest/stdlib_ext -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/bigarray-compat -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/cstruct-lwt -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/extunix -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/sha -I /home/opam/.opam/4.14/lib/sqlite3 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/tar -I /home/opam/.opam/4.14/lib/tar-unix -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/lib/yojson -I lib/.obuilder.objs/byte -I lib/.obuilder.objs/native -I lib_spec/.obuilder_spec.objs/byte -I lib_spec/.obuilder_spec.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/.test.eobjs/native/dune__exe__Mock_store.cmx -c -impl test/mock_store.ml)File "test/mock_store.ml", line 1:Error: The implementation test/mock_store.mldoes not match the interface test/.test.eobjs/byte/dune__exe__Mock_store.cmi:Values do not match:val cache : user:'a -> 'b -> 'c -> 'dis not included inval cache :?shared:bool ->user:Obuilder_spec.user ->t -> string -> (string * (unit -> unit Lwt.t)) Lwt.tThe type user:'a -> 'b -> 'c -> 'd is not compatible with the type?shared:bool ->user:Obuilder_spec.user ->t -> string -> (string * (unit -> unit Lwt.t)) Lwt.tFile "lib/s.ml", lines 51-56, characters 2-41: Expected declarationFile "test/mock_store.ml", line 113, characters 4-9:Actual declaration"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-01-13 22:10.46: Job failed: Failed: Build failed