Organisationsc-cubesidekickeff601 ()debian-10-5.1_opam-2.1

debian-10-5.1_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-x86_64:debian-10-5.1_opam-2.1)
Base: ocaml/opam@sha256:f9c98c89a9f90512c7212f775c4325b193745137bab47c1cd4214820f619ec31
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:f9c98c89a9f90512c7212f775c4325b193745137bab47c1cd4214820f619ec31
# debian-10-5.1_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-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:f9c98c89a9f90512c7212f775c4325b193745137bab47c1cd4214820f619ec31-debian-10-5.1_opam-2.1-cc13ae7c99288cea6dc86c7c31cd97b4"
2024-04-22 12:07.01: Using OBuilder spec:
((from ocaml/opam@sha256:f9c98c89a9f90512c7212f775c4325b193745137bab47c1cd4214820f619ec31)
 (comment debian-10-5.1_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-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:08.40: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
All commits already cached
HEAD is now at eff60161 support trace-fuchsia if present


(from ocaml/opam@sha256:f9c98c89a9f90512c7212f775c4325b193745137bab47c1cd4214820f619ec31)
Unable to find image 'ocaml/opam@sha256:f9c98c89a9f90512c7212f775c4325b193745137bab47c1cd4214820f619ec31' locally
docker.io/ocaml/opam@sha256:f9c98c89a9f90512c7212f775c4325b193745137bab47c1cd4214820f619ec31: Pulling from ocaml/opam
e1562610e264: Pulling fs layer
e1562610e264: Waiting
e1562610e264: Verifying Checksum
e1562610e264: Download complete
e1562610e264: Pull complete
Digest: sha256:f9c98c89a9f90512c7212f775c4325b193745137bab47c1cd4214820f619ec31
Status: Downloaded newer image for ocaml/opam@sha256:f9c98c89a9f90512c7212f775c4325b193745137bab47c1cd4214820f619ec31
2024-04-22 12:08.41 ---> using "84ed1701c40023b3205a058cc530bdeb8e58cea3d7c744c7f2e50c610ef044bc" from cache


/: (comment debian-10-5.1_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:08.41 ---> using "49b4555ee7b82caaa714db5a99632ba20dc57c9bd07ee06dd83e4327e68c033a" 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.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-04-22 12:08.41 ---> using "398a48e4cb033f949556b387d8dd96872ec2a702a302ada2ae0c6704db0e2908" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-22 12:08.41 ---> using "8d8da3ecceac3deffcdba2f3840b4f9fe5ed5243ae3b000832b31e29f90ef324" 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:08.41 ---> using "06b47d0c3427f00385eb7b3f5fe1e5c2b4f94913e996c9aff9e0bcc863310e14" from cache


/src: (copy (src sidekick.opam sidekick-bin.opam sidekick-base.opam) (dst ./))
2024-04-22 12:08.41 ---> using "488c144004c472db37846432f50920c3348330c52ce63a7652bc6b1378a3824b" 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:08.41 ---> using "5f8fef7f8116aa50d429e8af8701bba73504eb75ea6d748840993cb76c46e5cf" 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-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 buster InRelease
- Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
- Hit:3 http://deb.debian.org/debian buster-updates InRelease
- Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [596 kB]
- Fetched 630 kB in 1s (984 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-options-vanilla 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:08.41 ---> using "27621e0abe8466000361f57a6c054ab438500309528aa10d297de6c5cd093f41" 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-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 alcotest.1.7.0  (cached)
-> retrieved camlp-streams.5.0.1  (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 menhirCST.20231231  (cached)
-> retrieved dune.3.15.0  (cached)
-> retrieved dune-configurator.3.15.0  (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)
-> 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 cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed zarith.1.13
-> 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 csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed either.1.0.0
-> 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 trace.0.7
-> installed menhirLib.20231231
-> installed cppo.1.6.9
-> installed ocaml-syntax-shims.1.0.0
-> installed trace-tef.0.7
-> installed re.1.11.0
-> installed qcheck-core.0.21.3
-> installed ounit2.2.2.7
-> installed qcheck-ounit.0.21.3
-> installed dune-configurator.3.15.0
-> installed qcheck.0.21.3
-> installed alcotest.1.7.0
-> installed mdx.2.4.1
-> installed containers.3.13.1
-> installed menhir.20231231
-> installed smtlib-utils.0.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-22 12:08.41 ---> using "4b90a7dc4dd7992957c429f77621a872047bfca649bd7402fe1d23580bc83d7f" from cache


/src: (copy (src .) (dst /src))
2024-04-22 12:08.41 ---> saved as "2574cc797ff87cc19fc5be2aaacf43f896e0997ccdfe9e43e9bebc09e38ac85b"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.1/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 -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/old && ./run_tests.exe alcotest)
Testing `arith tests'.
This run has ID `RF9IXYY9'.


  [OK]          simplex              0   t1.
  [OK]          simplex              1   t2_snd.
  [OK]          simplex              2   t2_inv.
  [OK]          simplex              3   t3.
  [OK]          simplex              4   t4_short.
  [OK]          simplex              5   t4.
  [OK]          simplex              6   t5.
  [OK]          simplex              7   t6.
  [OK]          simplex              8   t7.
  [OK]          simplex              9   t8.
  [OK]          bitvec               0   mkgetset.
  [OK]          chunk_stack          0   infile.
  [OK]          chunk_stack          1   inbuf.


Full test results in `/src/_build/default/unittest/old/_build/_tests/arith tests'.
Test Successful in 0.009s. 13 tests run.
(cd _build/default/unittest/mini-cc && ./sidekick_test_minicc.exe)
Testing `mini-cc tests'.
This run has ID `HJA7PLX8'.


  [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.003s. 11 tests run.
(cd _build/default/doc && ./mdx_runner.exe guide.md guide.md.corrected)
ocaml-mdx returned 0
(cd _build/default/unittest/old && ./run_tests.exe qcheck --verbose)
random seed: 459011402
generated error fail pass / total     time test name
[]  500    0    0  500 /  500     2.9s simplex2_invariants
[]  500    0    0  500 /  500     0.5s simplex2_sound
[]  200    0    0  200 /  200     0.5s simplex2_backtrack
[]   10    0    0   10 /   10     2.1s simplex2_scalable


+++ Collect ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Collect results for test simplex2_invariants:


unsat: 485 cases
sat: 15 cases


+++ Collect ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Collect results for test simplex2_sound:


unsat: 485 cases
sat: 15 cases


+++ Collect ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Collect results for test simplex2_backtrack:


unsat: 193 cases
sat: 7 cases


+++ Collect ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Collect results for test simplex2_scalable:


unsat: 10 cases
================================================================================
success (ran 4 tests)
2024-04-22 12:09.06 ---> saved as "52b38146d2c2237d5777ead31f175bb34fd58b41928ac98fdbb1999802a14ce9"
Job succeeded
2024-04-22 12:09.07: Job succeeded