Organisationsc-cubesidekickeff601 ()debian-12-5.1_ppc64_opam-2.1

debian-12-5.1_ppc64_opam-2.1

Link Copied
Code Copied

Logs

2024-04-22 12:07.01: New job: test c-cube/sidekick https://github.com/c-cube/sidekick.git#refs/heads/master (eff6016151861dd79596191195e497d97a335127) (linux-ppc64:debian-12-5.1_ppc64_opam-2.1)
Base: ocaml/opam@sha256:98c4377bc8daaf832afb6c00650bd3630a51f0b8fa043169f81a4626de7f83b1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/c-cube/sidekick.git" -b "master" && cd "sidekick" && git reset --hard eff60161
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:98c4377bc8daaf832afb6c00650bd3630a51f0b8fa043169f81a4626de7f83b1
# debian-12-5.1_ppc64_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 a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 || git fetch origin master) && git reset -q --hard a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 && 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.1.7.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.2.0 conf-gmp.4 containers.3.13.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 either.1.0.0 fmt.0.9.0 iter.1.8 logs.0.7.0 mdx.2.4.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit2.2.2.7 qcheck.0.21.3 qcheck-core.0.21.3 qcheck-ounit.0.21.3 re.1.11.0 result.1.5 seq.base smtlib-utils.0.4 stdlib-shims.0.3.0 topkg.1.0.7 trace.0.7 trace-tef.0.7 uutf.1.0.3 zarith.1.13"
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-04-22 12:07.01: Using cache hint "c-cube/sidekick-ocaml/opam@sha256:98c4377bc8daaf832afb6c00650bd3630a51f0b8fa043169f81a4626de7f83b1-debian-12-5.1_ppc64_opam-2.1-169298f608bd3473f6077b49403813dd"
2024-04-22 12:07.01: Using OBuilder spec:
((from ocaml/opam@sha256:98c4377bc8daaf832afb6c00650bd3630a51f0b8fa043169f81a4626de7f83b1)
 (comment debian-12-5.1_ppc64_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 a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 || git fetch origin master) && git reset -q --hard a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 && 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.1.7.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.2.0 conf-gmp.4 containers.3.13.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 either.1.0.0 fmt.0.9.0 iter.1.8 logs.0.7.0 mdx.2.4.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit2.2.2.7 qcheck.0.21.3 qcheck-core.0.21.3 qcheck-ounit.0.21.3 re.1.11.0 result.1.5 seq.base smtlib-utils.0.4 stdlib-shims.0.3.0 topkg.1.0.7 trace.0.7 trace-tef.0.7 uutf.1.0.3 zarith.1.13")
 (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-04-22 12:07.01: Waiting for resource in pool OCluster
2024-04-22 12:07.01: Waiting for worker…
2024-04-22 12:07.01: Got resource from pool OCluster
Building on scyleia.caelum.ci.dev
All commits already cached
HEAD is now at eff60161 support trace-fuchsia if present


(from ocaml/opam@sha256:98c4377bc8daaf832afb6c00650bd3630a51f0b8fa043169f81a4626de7f83b1)
Unable to find image 'ocaml/opam@sha256:98c4377bc8daaf832afb6c00650bd3630a51f0b8fa043169f81a4626de7f83b1' locally
docker.io/ocaml/opam@sha256:98c4377bc8daaf832afb6c00650bd3630a51f0b8fa043169f81a4626de7f83b1: Pulling from ocaml/opam
Digest: sha256:98c4377bc8daaf832afb6c00650bd3630a51f0b8fa043169f81a4626de7f83b1
Status: Downloaded newer image for ocaml/opam@sha256:98c4377bc8daaf832afb6c00650bd3630a51f0b8fa043169f81a4626de7f83b1
2024-04-22 12:07.01 ---> using "38038117f9bf8ba0c1f32cce7af18c696639a4132b4370f743e85a0aace32514" from cache


/: (comment debian-12-5.1_ppc64_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-04-22 12:07.01 ---> using "0c0435ae70706f49da22a5c7d678bce225e9db7d85d44cd89ea1579202c289c6" 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.


Continue? [Y/n] y
Format upgrade done.
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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-22 12:07.01 ---> using "d5f0fbbd0a06e44ed1675b1820ddccf34fab8cacdb2f698eff6282aed01da8ae" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-94-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-22 12:07.01 ---> using "cbe10547d556466b0a9d9bf2506d16af8007ed82ddc5d96075e4f8fb9352abfc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-22 12:07.01 ---> using "fbb5892ae62873fd404218e8f156e352ce8be10d380362188a9d70db445cb620" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 || git fetch origin master) && git reset -q --hard a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c516155a4b..a870b466e1  master     -> origin/master
a78d61bd5a ocaml-version 3.6.7


<><> 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-04-22 12:07.01 ---> using "9e2d06f55436b3a8e918cf4a1e72d0764eb41e3bb5741e7ed538125c47300d22" from cache


/src: (copy (src sidekick.opam sidekick-bin.opam sidekick-base.opam) (dst ./))
2024-04-22 12:07.01 ---> using "5170126f108fd347494e3bee9778dd00f97dbaa8bca5325406198618d35591d4" from cache


/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-04-22 12:07.01 ---> using "b6f448bedf684fd69319c45207b86121c2713933f3229de5b171c0ee83d51ff1" from cache


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.2.0 conf-gmp.4 containers.3.13.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 either.1.0.0 fmt.0.9.0 iter.1.8 logs.0.7.0 mdx.2.4.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit2.2.2.7 qcheck.0.21.3 qcheck-core.0.21.3 qcheck-ounit.0.21.3 re.1.11.0 result.1.5 seq.base smtlib-utils.0.4 stdlib-shims.0.3.0 topkg.1.0.7 trace.0.7 trace-tef.0.7 uutf.1.0.3 zarith.1.13")


/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 ppc64el Packages [147 kB]
- Fetched 250 kB in 1s (468 kB/s)
- Reading package lists...
- 


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-option-bytecode-only is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp 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:
    libgmp-dev


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev"
- debconf: delaying package configuration, since apt-utils is not installed


2024-04-22 12:07.01 ---> using "d4f4b1d43d4307568b86b71b661f1406e5984628a5ba41ff144e90f5213a8ce8" from cache


/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-option-bytecode-only is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp 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 ocamlbuild         0.14.3
  - install dune               3.15.0
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install conf-gmp           4
  - install stdlib-shims       0.3.0
  - install result             1.5
  - install qcheck-core        0.21.3
  - install ocaml-version      3.6.7
  - install ocaml-syntax-shims 1.0.0
  - install menhirSdk          20231231
  - install menhirLib          20231231
  - install menhirCST          20231231
  - install iter               1.8
  - install either             1.0.0
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install camlp-streams      5.0.1
  - install topkg              1.0.7
  - install re                 1.11.0
  - install zarith             1.13
  - install ounit2             2.2.7
  - install menhir             20231231
  - install dune-configurator  3.15.0
  - install uutf               1.0.3
  - install mtime              2.0.0
  - install fmt                0.9.0
  - install astring            0.8.5
  - install qcheck-ounit       0.21.3
  - install smtlib-utils       0.4
  - install containers         3.13.1
  - install trace              0.7
  - install logs               0.7.0
  - install alcotest           1.7.0
  - install qcheck             0.21.3
  - install trace-tef          0.7
  - install mdx                2.4.1
===== 38 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved containers.3.13.1  (cached)
-> installed conf-gmp.4
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved iter.1.8  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved mdx.2.4.1  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved dune.3.15.0  (cached)
-> retrieved dune-configurator.3.15.0  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.7  (cached)
-> installed cmdliner.1.2.0
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved qcheck.0.21.3  (cached)
-> retrieved qcheck-core.0.21.3  (cached)
-> retrieved qcheck-ounit.0.21.3  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved smtlib-utils.0.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved trace.0.7  (cached)
-> retrieved trace-tef.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved zarith.1.13  (cached)
-> installed ocamlfind.1.9.6
-> installed zarith.1.13
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed mtime.2.0.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed dune.3.15.0
-> installed either.1.0.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed iter.1.8
-> installed menhirCST.20231231
-> installed menhirSdk.20231231
-> installed ocaml-version.3.6.7
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed trace.0.7
-> installed trace-tef.0.7
-> installed qcheck-core.0.21.3
-> installed menhirLib.20231231
-> installed ounit2.2.2.7
-> installed cppo.1.6.9
-> installed qcheck-ounit.0.21.3
-> installed qcheck.0.21.3
-> installed dune-configurator.3.15.0
-> installed containers.3.13.1
-> installed ocaml-syntax-shims.1.0.0
-> installed alcotest.1.7.0
-> installed mdx.2.4.1
-> installed menhir.20231231
-> installed smtlib-utils.0.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-22 12:07.01 ---> using "5c38fbedaa787644c24301e5f8a996c24833ac34874b035fcd6fae7e77aa18cf" from cache


/src: (copy (src .) (dst /src))
2024-04-22 12:07.05 ---> saved as "90a283bbc5271c827c009eca0e9ca885f0c86090c0f7d6f46b05b4c9f103aef4"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "doc/dune", line 1, characters 0-183:
1 | (rule
2 |  (targets guide.md.corrected)
3 |  (deps
4 |   (package sidekick)
5 |   (package sidekick-base)
6 |   ./mdx_runner.exe
7 |   (:file guide.md))
8 |  (action
9 |   (run ./mdx_runner.exe %{file} %{targets})))
Error: No rule found for doc/mdx_runner.exe
File "examples/sudoku/tests/dune", line 1, characters 0-153:
1 | (rule
2 |  (targets head15_top1465.out)
3 |  (deps head15_top1465.txt)
4 |  (action
5 |   (with-stdout-to
6 |    %{targets}
7 |    (run ../sudoku_solve.exe --no-time %{deps}))))
Error: No rule found for examples/sudoku/sudoku_solve.exe
Error: No rule found for unittest/old/run_tests.exe
-> required by alias unittest/old/runtest in unittest/old/dune:9
File "src/main/dune", line 4, characters 7-11:
4 |  (name main)
           ^^^^
Error: No rule found for src/main/main.exe
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlc -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 -safe-string -color always -open Sidekick_util -g -bin-annot -I src/main/.show_trace.eobjs/byte -I /home/opam/.opam/5.1/lib/containers -I /home/opam/.opam/5.1/lib/containers/monomorphic -I /home/opam/.opam/5.1/lib/either -I /home/opam/.opam/5.1/lib/iter -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/trace/core -I /home/opam/.opam/5.1/lib/zarith -I src/abstract-solver/.sidekick_abstract_solver.objs/byte -I src/algos/simplex/.sidekick_simplex.objs/byte -I src/arith/.sidekick_arith.objs/byte -I src/base/.sidekick_base.objs/byte -I src/bencode/.sidekick_bencode.objs/byte -I src/cc/.Sidekick_cc.objs/public_cmi -I src/core-logic/.sidekick_core_logic.objs/public_cmi -I src/core/.Sidekick_core.objs/byte -I src/proof/.sidekick_proof.objs/byte -I src/quip/.sidekick_quip.objs/byte -I src/sat/.sidekick_sat.objs/public_cmi -I src/sigs/.sidekick_sigs.objs/byte -I src/simplify/.Sidekick_simplify.objs/byte -I src/smt/.Sidekick_smt_solver.objs/byte -I src/th-bool-dyn/.Sidekick_th_bool_dyn.objs/byte -I src/th-bool-static/.sidekick_th_bool_static.objs/byte -I src/th-data/.Sidekick_th_data.objs/byte -I src/th-lra/.sidekick_th_lra.objs/byte -I src/th-unin-ty/.sidekick_th_ty_unin.objs/byte -I src/trace/.Sidekick_trace.objs/byte -I src/util/.sidekick_util.objs/byte -I src/zarith/.sidekick_zarith.objs/byte -no-alias-deps -opaque -o src/main/.show_trace.eobjs/byte/dune__exe__Show_trace.cmo -c -impl src/main/show_trace.ml)
File "src/main/show_trace.ml", line 13, characters 14-18:
13 | let show_sat (self : state) ~tag v : unit =
                   ^^^^
Warning 27 [unused-var-strict]: unused variable self.
(cd _build/default/unittest/mini-cc && ./sidekick_test_minicc.exe)
Testing `mini-cc tests'.
This run has ID `KZCUWTY1'.


  [OK]          mini-cc          0   test_reg_1.
  [OK]          mini-cc          1   test_ite.
  [OK]          mini-cc          2   test_not_false.
  [OK]          mini-cc          3   test_false.
  [OK]          mini-cc          4   test_repeated_true.
  [OK]          mini-cc          5   test_true.
  [OK]          mini-cc          6   test_trans.
  [OK]          mini-cc          7   test_repeated_f_f_f_a.
  [OK]          mini-cc          8   test_f_f_f_a.
  [OK]          mini-cc          9   test_p_a_b_2.
  [OK]          mini-cc         10   test_p_a_b.


Full test results in `/src/_build/default/unittest/mini-cc/_build/_tests/mini-cc tests'.
Test Successful in 0.050s. 11 tests run.
"/bin/bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-22 12:07.22: Job failed: Failed: Build failed