Organisationsc-cubesidekick8e6036 (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-12 07:37.53: New job: test c-cube/sidekick https://github.com/c-cube/sidekick.git#refs/heads/main (8e6036bf3ff51f8f908dde30021325ea1371dccd) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/c-cube/sidekick.git" -b "main" && cd "sidekick" && git reset --hard 8e6036bf
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
# debian-12-4.08_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 sidekick.opam sidekick-bin.opam sidekick-base.opam ./
RUN opam pin add -yn sidekick.dev './' && \
    opam pin add -yn sidekick-bin.dev './' && \
    opam pin add -yn sidekick-base.dev './'
ENV DEPS="alcotest.0.8.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.0 conf-gmp.1 conf-m4.1 conf-perl.1 containers.3.6 cppo.1.6.1 dune.2.9.1 dune-configurator.2.3.0 dune-private-libs.2.3.0 fmt.0.8.5 iter.1.2.1 jbuilder.1.0+beta20.1 logs.0.6.2 mdx.1.4.0 menhir.20160303 mtime.2.0.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ounit2.2.2.0 ppx_derivers.1.0 qcheck.0.16 qcheck-core.0.16 qcheck-ounit.0.16 re.1.7.2 result.1.0 seq.0.2.2 smtlib-utils.0.1 stdlib-shims.0.1.0 topkg.1.0.3 trace.0.3 trace-tef.0.3 uchar.0.0.2 zarith.1.9.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y sidekick.dev sidekick-bin.dev sidekick-base.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


2024-05-12 07:37.53: Using cache hint "c-cube/sidekick-ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb-debian-12-4.08_opam-2.1-8e70c3cffca3b9ed0107ad5ab2be628f"
2024-05-12 07:37.53: Using OBuilder spec:
((from ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
 (comment debian-12-4.08_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src sidekick.opam sidekick-bin.opam sidekick-base.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn sidekick.dev './' && \
             \nopam pin add -yn sidekick-bin.dev './' && \
             \nopam pin add -yn sidekick-base.dev './'"))
 (env DEPS "alcotest.0.8.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.0 conf-gmp.1 conf-m4.1 conf-perl.1 containers.3.6 cppo.1.6.1 dune.2.9.1 dune-configurator.2.3.0 dune-private-libs.2.3.0 fmt.0.8.5 iter.1.2.1 jbuilder.1.0+beta20.1 logs.0.6.2 mdx.1.4.0 menhir.20160303 mtime.2.0.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ounit2.2.2.0 ppx_derivers.1.0 qcheck.0.16 qcheck-core.0.16 qcheck-ounit.0.16 re.1.7.2 result.1.0 seq.0.2.2 smtlib-utils.0.1 stdlib-shims.0.1.0 topkg.1.0.3 trace.0.3 trace-tef.0.3 uchar.0.0.2 zarith.1.9.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.1 --depext-only -y sidekick.dev sidekick-bin.dev sidekick-base.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"))
)


2024-05-12 07:37.53: Waiting for resource in pool OCluster
2024-05-12 07:37.53: Waiting for worker…
2024-05-12 07:37.53: Got resource from pool OCluster
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
HEAD is now at 8e6036bf chore: CI


(from ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
2024-05-12 07:38.35 ---> saved as "e0805034d9e735da2cb99f3eb2cde6a7473dabe8bd1020b5bf9a6e9f3a9991fe"


/: (comment debian-12-4.08_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-12 07:38.35 ---> saved as "646bc87e0f57317c5ebf610ed55d499e1a9858c6afbb70f9b3c1442beb0c0bc7"


/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.1, 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] synchronised from file:///home/opam/opam-repository
2024-05-12 07:39.48 ---> saved as "3efe606a65f6fe7269ee6813ddd2fa2c2714f24a04a227ae5fb5c7db864c4c57"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.08.1
2.1.5
2024-05-12 07:39.48 ---> saved as "6225fba4323f2de754e24da77b187b22e091a3b5bdd8f66c82092a9cc9863ec9"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-12 07:39.48 ---> saved as "35c4353ebc362a36ebb5c4ac3584cadf9893526dc08b896ef76d9b395ed9c850"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..739cf1c21c  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-12 07:41.12 ---> saved as "167082e53e3e0b5c6101e17be718ec3e4c289917b8e1d14e9b0bc7b95515b5c7"


/src: (copy (src sidekick.opam sidekick-bin.opam sidekick-base.opam) (dst ./))
2024-05-12 07:41.12 ---> saved as "3e7d24b43772b4bfdff40ce8a89703bce605e9f073afd74a630abe0487c88ae5"


/src: (run (network host)
           (shell  "opam pin add -yn sidekick.dev './' && \
                  \nopam pin add -yn sidekick-bin.dev './' && \
                  \nopam pin add -yn sidekick-base.dev './'"))
Package sidekick does not exist, create as a NEW package? [Y/n] y
[sidekick.dev] synchronised (file:///src)
[WARNING] Failed checks on sidekick package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "Apache"
sidekick is now pinned to file:///src (version dev)
Package sidekick-bin does not exist, create as a NEW package? [Y/n] y
[sidekick-bin.dev] synchronised (file:///src)
[WARNING] Failed checks on sidekick-bin package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "Apache"
sidekick-bin is now pinned to file:///src (version dev)
Package sidekick-base does not exist, create as a NEW package? [Y/n] y
[sidekick-base.dev] synchronised (file:///src)
[WARNING] Failed checks on sidekick-base package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "Apache"
sidekick-base is now pinned to file:///src (version dev)
2024-05-12 07:41.18 ---> saved as "f1a852057df8e1cf7bda3c3238cf4a71b431aad4d2d773fc1ce3b8263e2cf74e"


/src: (env DEPS "alcotest.0.8.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.0 conf-gmp.1 conf-m4.1 conf-perl.1 containers.3.6 cppo.1.6.1 dune.2.9.1 dune-configurator.2.3.0 dune-private-libs.2.3.0 fmt.0.8.5 iter.1.2.1 jbuilder.1.0+beta20.1 logs.0.6.2 mdx.1.4.0 menhir.20160303 mtime.2.0.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ounit2.2.2.0 ppx_derivers.1.0 qcheck.0.16 qcheck-core.0.16 qcheck-ounit.0.16 re.1.7.2 result.1.0 seq.0.2.2 smtlib-utils.0.1 stdlib-shims.0.1.0 topkg.1.0.3 trace.0.3 trace-tef.0.3 uchar.0.0.2 zarith.1.9.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.1 --depext-only -y sidekick.dev sidekick-bin.dev sidekick-base.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 0s (1014 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[sidekick.dev] synchronised (no changes)
[sidekick-base.dev] synchronised (no changes)
[sidekick-bin.dev] synchronised (no changes)


[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"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-12 07:41.40 ---> saved as "cb720eb6712cd47e28ea80fa5e8acd7919b45e4c49c5840863caaa630f57108c"


/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 conf-gmp                1
  - install conf-m4                 1
  - install jbuilder                1.0+beta20.1
  - install result                  1.0
  - install conf-perl               1
  - install ocamlbuild              0.14.0
  - install dune                    2.9.1
  - install ocamlfind               1.8.0
  - install ppx_derivers            1.0
  - install uchar                   0.0.2
  - install trace                   0.3
  - install stdlib-shims            0.1.0
  - install seq                     0.2.2
  - install dune-private-libs       2.3.0
  - install zarith                  1.9.1
  - install topkg                   1.0.3
  - install menhir                  20160303
  - install base-bytes              base
  - install ocaml-migrate-parsetree 1.3.0
  - install dune-configurator       2.3.0
  - install mtime                   2.0.0
  - install cmdliner                1.0.0
  - install smtlib-utils            0.1
  - install re                      1.7.2
  - install qcheck-core             0.16
  - install ounit2                  2.2.0
  - install cppo                    1.6.1
  - install astring                 0.8.2
  - install iter                    1.2.1
  - install containers              3.6
  - install trace-tef               0.3
  - install fmt                     0.8.5
  - install qcheck-ounit            0.16
  - install logs                    0.6.2
  - install alcotest                0.8.0
  - install qcheck                  0.16
  - install mdx                     1.4.0
===== 37 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.0.8.0  (cached)
-> retrieved astring.0.8.2  (cached)
-> retrieved cmdliner.1.0.0  (cached)
-> installed conf-gmp.1
-> installed conf-m4.1
-> installed conf-perl.1
-> retrieved cppo.1.6.1  (cached)
-> retrieved containers.3.6  (https://github.com/c-cube/ocaml-containers/archive/v3.6.tar.gz)
-> retrieved dune-configurator.2.3.0  (cached)
-> retrieved dune.2.9.1  (cached)
-> retrieved dune-private-libs.2.3.0  (cached)
-> retrieved fmt.0.8.5  (cached)
-> retrieved logs.0.6.2  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved iter.1.2.1  (https://github.com/c-cube/iter/archive/1.2.1.tar.gz)
-> retrieved menhir.20160303  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved ounit2.2.2.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved qcheck.0.16  (cached)
-> retrieved qcheck-core.0.16  (cached)
-> retrieved qcheck-ounit.0.16  (cached)
-> retrieved re.1.7.2  (cached)
-> retrieved result.1.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> installed result.1.0
-> retrieved mdx.1.4.0  (https://github.com/realworldocaml/mdx/releases/download/1.4.0/mdx-1.4.0.tbz)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved topkg.1.0.3  (cached)
-> retrieved smtlib-utils.0.1  (https://github.com/c-cube/smtlib-utils/archive/v0.1.tar.gz)
-> retrieved ocaml-migrate-parsetree.1.3.0  (https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/v1.3.0/ocaml-migrate-parsetree-v1.3.0.tbz)
-> retrieved uchar.0.0.2  (cached)
-> retrieved zarith.1.9.1  (cached)
-> retrieved trace.0.3  (https://github.com/c-cube/ocaml-trace/releases/download/0.3/trace-0.3.tbz)
-> retrieved trace-tef.0.3  (https://github.com/c-cube/ocaml-trace/releases/download/0.3/trace-0.3.tbz)
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed zarith.1.9.1
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed cppo.1.6.1
-> installed re.1.7.2
-> installed dune.2.9.1
-> installed topkg.1.0.3
-> installed stdlib-shims.0.1.0
-> installed seq.0.2.2
-> installed trace.0.3
-> installed qcheck-core.0.16
-> installed mtime.2.0.0
-> installed ounit2.2.2.0
-> installed qcheck-ounit.0.16
-> installed trace-tef.0.3
-> installed astring.0.8.2
-> installed qcheck.0.16
-> installed cmdliner.1.0.0
-> installed dune-private-libs.2.3.0
-> installed fmt.0.8.5
-> installed alcotest.0.8.0
-> installed dune-configurator.2.3.0
-> installed logs.0.6.2
-> installed ocaml-migrate-parsetree.1.3.0
-> installed iter.1.2.1
-> installed containers.3.6
-> installed mdx.1.4.0
-> installed menhir.20160303
-> installed smtlib-utils.0.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-12 07:42.44 ---> saved as "d2358300f502f65b17d73a45d8f7b31bc762749903c902c27cebacb6efdc2e33"


/src: (copy (src .) (dst /src))
2024-05-12 07:42.44 ---> saved as "7dfb80930c62c38592bfdb0702372f748d45978a68d0c6e1ec4534f01a38ea04"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.08/lib/alcotest/alcotest.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 src/core/.Sidekick_core.objs/byte/sidekick_core__T_trace_reader.{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 -warn-error -a+8+9 -w +a-4-32-40-41-42-44-48-70 -color always -strict-sequence -safe-string -short-paths -open Sidekick_util -g -bin-annot -I src/core/.Sidekick_core.objs/byte -I /home/opam/.opam/4.08/lib/bytes -I /home/opam/.opam/4.08/lib/containers -I /home/opam/.opam/4.08/lib/containers/monomorphic -I /home/opam/.opam/4.08/lib/iter -I /home/opam/.opam/4.08/lib/result -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/trace/core -I src/bencode/.sidekick_bencode.objs/byte -I src/core-logic/.sidekick_core_logic.objs/public_cmi -I src/sigs/.sidekick_sigs.objs/byte -I src/trace/.Sidekick_trace.objs/byte -I src/util/.sidekick_util.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Sidekick_core__ -o src/core/.Sidekick_core.objs/byte/sidekick_core__T_trace_reader.cmo -c -impl src/core/t_trace_reader.ml)
File "src/core/t_trace_reader.ml", line 108, characters 2-18:
108 |   Result.map_error Dec.Error.to_string @@ read_term_err self id
        ^^^^^^^^^^^^^^^^
Error: Unbound value Result.map_error
    ocamlopt src/core/.Sidekick_core.objs/native/sidekick_core__T_trace_reader.{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 -warn-error -a+8+9 -w +a-4-32-40-41-42-44-48-70 -color always -strict-sequence -safe-string -short-paths -open Sidekick_util -g -O3 -color always -inline 30 -unbox-closures -unbox-closures-factor 20 -I src/core/.Sidekick_core.objs/byte -I src/core/.Sidekick_core.objs/native -I /home/opam/.opam/4.08/lib/bytes -I /home/opam/.opam/4.08/lib/containers -I /home/opam/.opam/4.08/lib/containers/monomorphic -I /home/opam/.opam/4.08/lib/iter -I /home/opam/.opam/4.08/lib/result -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/trace/core -I src/bencode/.sidekick_bencode.objs/byte -I src/bencode/.sidekick_bencode.objs/native -I src/core-logic/.sidekick_core_logic.objs/native -I src/core-logic/.sidekick_core_logic.objs/public_cmi -I src/sigs/.sidekick_sigs.objs/byte -I src/sigs/.sidekick_sigs.objs/native -I src/trace/.Sidekick_trace.objs/byte -I src/trace/.Sidekick_trace.objs/native -I src/util/.sidekick_util.objs/byte -I src/util/.sidekick_util.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Sidekick_core__ -o src/core/.Sidekick_core.objs/native/sidekick_core__T_trace_reader.cmx -c -impl src/core/t_trace_reader.ml)
File "src/core/t_trace_reader.ml", line 108, characters 2-18:
108 |   Result.map_error Dec.Error.to_string @@ read_term_err self id
        ^^^^^^^^^^^^^^^^
Error: Unbound value Result.map_error
      ocamlc src/algos/simplex/.sidekick_simplex.objs/byte/sidekick_simplex.{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 -warn-error -a+8+9 -w +a-4-32-40-41-42-44-48-70 -color always -strict-sequence -safe-string -short-paths -warn-error -a+8 -w -32 -open Sidekick_util -g -bin-annot -I src/algos/simplex/.sidekick_simplex.objs/byte -I /home/opam/.opam/4.08/lib/bytes -I /home/opam/.opam/4.08/lib/containers -I /home/opam/.opam/4.08/lib/containers/monomorphic -I /home/opam/.opam/4.08/lib/iter -I /home/opam/.opam/4.08/lib/result -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/trace/core -I src/arith/.sidekick_arith.objs/byte -I src/bencode/.sidekick_bencode.objs/byte -I src/core-logic/.sidekick_core_logic.objs/public_cmi -I src/core/.Sidekick_core.objs/byte -I src/sigs/.sidekick_sigs.objs/byte -I src/trace/.Sidekick_trace.objs/byte -I src/util/.sidekick_util.objs/byte -no-alias-deps -opaque -open Sidekick_simplex__ -o src/algos/simplex/.sidekick_simplex.objs/byte/sidekick_simplex.cmo -c -impl src/algos/simplex/sidekick_simplex.ml)
File "src/algos/simplex/sidekick_simplex.ml", line 1201, characters 63-71:
1201 |     let is_valid_model (m : Subst.t) : (unit, var_state * Q.t) Result.t =
                                                                      ^^^^^^^^
Error: Unbound type constructor Result.t
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-12 07:42.49: Job failed: Failed: Build failed