Organisationsc-cubesidekickeff601 ()macos-homebrew-4.14_opam-2.1

macos-homebrew-4.14_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) (macos-x86_64:macos-homebrew-4.14_opam-2.1)
Base: macos-homebrew-ocaml-4.14
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 macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
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 ./src/./
RUN opam pin add -yn sidekick.dev './src/./' && \
    opam pin add -yn sidekick-bin.dev './src/./' && \
    opam pin add -yn sidekick-base.dev './src/./'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 cd ./src && 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-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.1-7b68040446e1f61e525e322bc4f1a1cb"
2024-04-22 12:07.01: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (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 ./src/./))
 (run (network host)
      (shell  "opam pin add -yn sidekick.dev './src/./' && \
             \nopam pin add -yn sidekick-bin.dev './src/./' && \
             \nopam pin add -yn sidekick-base.dev './src/./'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && 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:49.12: Waiting for worker…
2024-04-22 16:38.35: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
HEAD is now at eff60161 support trace-fuchsia if present


(from macos-homebrew-ocaml-4.14)
2024-04-22 16:38.36 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-04-22 16:38.37 ---> using "25b9bb92388ede51fae89d4de3a3dbc7bf0716456eef41b1ea8636995a3eeab7" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-04-22 16:38.38 ---> using "0525a69f67d7dcc5812c572fe55aa709891b6884e539fc956e1641dd42758a4d" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-22 16:38.38 ---> using "f4908fd0e5799798bb14c138897a7b0cd12737558237c57b6cfe71feb61d52ba" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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
   b530f3bbd2..a870b466e1  master     -> origin/master
a78d61bd5a ocaml-version 3.6.7


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
  - ocaml-config.3
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 16:38.39 ---> using "031a31f460eb2f8ea72ecd9ff03880c4c68b9017dcc492be781d71bf7eb0c44b" from cache


/: (copy (src sidekick.opam sidekick-bin.opam sidekick-base.opam)
         (dst ./src/./))
2024-04-22 16:38.40 ---> using "b60c5670c79c9adc9d5459c63369807a9a0cf9e0cac13e3a63a84b942ac9de16" from cache


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


/: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y sidekick.dev sidekick-bin.dev sidekick-base.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> 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 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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


The following system packages will first need to be installed:
    gmp


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "gmp"
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Fetching gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:e8410d92339535174e9f4a5eccc403301b70c7287f2f9a87f064a9aa2e21b54b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8d39e3597db85ea2b4532e0057381937ab6ed92a64a1728c68e57bc6b3aeef95--gmp--6.3.0.sonoma.bottle.tar.gz
- ==> Pouring gmp--6.3.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gmp/6.3.0: 21 files, 3.3MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
2024-04-22 16:38.41 ---> using "22017c62d87e36d78fc5c5a22e249aa7672be19f642d64af81373ec596818f6a" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
  - install ocamlbuild         0.14.3
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install dune               3.15.0
  - install conf-gmp           4
  - install topkg              1.0.7
  - install stdlib-shims       0.3.0
  - install result             1.5
  - install re                 1.11.0
  - 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 zarith             1.13
  - install uutf               1.0.3
  - install mtime              2.0.0
  - install fmt                0.9.0
  - install astring            0.8.5
  - install ounit2             2.2.7
  - install menhir             20231231
  - install dune-configurator  3.15.0
  - install trace              0.7
  - install logs               0.7.0
  - install alcotest           1.7.0
  - install qcheck-ounit       0.21.3
  - install smtlib-utils       0.4
  - install containers         3.13.1
  - install trace-tef          0.7
  - install mdx                2.4.1
  - install qcheck             0.21.3
===== 38 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved containers.3.13.1  (cached)
-> installed conf-gmp.4
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved alcotest.1.7.0  (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 menhirLib.20231231  (cached)
-> retrieved dune.3.15.0  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.7  (cached)
-> retrieved dune-configurator.3.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved qcheck.0.21.3  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved qcheck-core.0.21.3  (cached)
-> retrieved qcheck-ounit.0.21.3  (cached)
-> retrieved re.1.11.0  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved smtlib-utils.0.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved trace-tef.0.7  (cached)
-> retrieved trace.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed zarith.1.13
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.15.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed qcheck-core.0.21.3
-> installed ocaml-version.3.6.7
-> installed ocaml-syntax-shims.1.0.0
-> installed menhirSdk.20231231
-> installed menhirLib.20231231
-> installed menhirCST.20231231
-> installed iter.1.8
-> installed cppo.1.6.9
-> installed camlp-streams.5.0.1
-> installed logs.0.7.0
-> installed stdlib-shims.0.3.0
-> installed result.1.5
-> installed trace.0.7
-> installed re.1.11.0
-> installed dune-configurator.3.15.0
-> installed trace-tef.0.7
-> installed ounit2.2.2.7
-> installed qcheck-ounit.0.21.3
-> 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 16:38.42 ---> using "e2b79270da5c9ee5245b6d5596c063351b67592d10d6ae90fae052984f994aef" from cache


/: (copy (src .) (dst ./src))
2024-04-22 16:38.45 ---> saved as "7678b8f8bb66e735750029d276229f7d19727bc8448d2acc2c494a7e70e82280"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/4.14.2/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 -warn-error -a+8 -color always -g -O3 -color always -inline 30 -unbox-closures -unbox-closures-factor 20 -o unittest/old/run_tests.exe /Users/mac1000/.opam/4.14.2/lib/either/either.cmxa /Users/mac1000/.opam/4.14.2/lib/containers/monomorphic/containers_monomorphic.cmxa /Users/mac1000/.opam/4.14.2/lib/containers/containers.cmxa /Users/mac1000/.opam/4.14.2/lib/astring/astring.cmxa /Users/mac1000/.opam/4.14.2/lib/cmdliner/cmdliner.cmxa /Users/mac1000/.opam/4.14.2/lib/uutf/uutf.cmxa /Users/mac1000/.opam/4.14.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /Users/mac1000/.opam/4.14.2/lib/fmt/fmt.cmxa /Users/mac1000/.opam/4.14.2/lib/fmt/fmt_cli.cmxa /Users/mac1000/.opam/4.14.2/lib/re/re.cmxa /Users/mac1000/.opam/4.14.2/lib/stdlib-shims/stdlib_shims.cmxa /Users/mac1000/.opam/4.14.2/lib/alcotest/engine/alcotest_engine.cmxa /Users/mac1000/.opam/4.14.2/lib/ocaml/unix.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocaml /Users/mac1000/.opam/4.14.2/lib/fmt/fmt_tty.cmxa /Users/mac1000/.opam/4.14.2/lib/alcotest/alcotest.cmxa -I /Users/mac1000/.opam/4.14.2/lib/alcotest /Users/mac1000/.opam/4.14.2/lib/qcheck-core/qcheck_core.cmxa /Users/mac1000/.opam/4.14.2/lib/qcheck-core/runner/qcheck_runner.cmxa /Users/mac1000/.opam/4.14.2/lib/ounit2/advanced/oUnitAdvanced.cmxa /Users/mac1000/.opam/4.14.2/lib/ounit2/oUnit.cmxa /Users/mac1000/.opam/4.14.2/lib/qcheck-ounit/qcheck_ounit.cmxa /Users/mac1000/.opam/4.14.2/lib/qcheck/qcheck.cmxa /Users/mac1000/.opam/4.14.2/lib/iter/iter.cmxa src/sigs/sidekick_sigs.cmxa /Users/mac1000/.opam/4.14.2/lib/ocaml/bigarray.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocaml /Users/mac1000/.opam/4.14.2/lib/trace/core/trace_core.cmxa src/util/sidekick_util.cmxa /Users/mac1000/.opam/4.14.2/lib/zarith/zarith.cmxa -I /Users/mac1000/.opam/4.14.2/lib/zarith src/core-logic/sidekick_core_logic.cmxa src/bencode/sidekick_bencode.cmxa src/trace/Sidekick_trace.cmxa src/core/Sidekick_core.cmxa src/arith/sidekick_arith.cmxa src/algos/simplex/sidekick_simplex.cmxa src/zarith/sidekick_zarith.cmxa src/algos/simplex/tests/sidekick_test_simplex.cmxa src/util/tests/sidekick_test_util.cmxa unittest/old/.run_tests.eobjs/native/dune__exe__Run_tests.cmx)
ld: warning: search path '/opt/local/lib' not found
(cd _build/default/unittest/old && ./run_tests.exe alcotest)
Testing `arith tests'.
This run has ID `H3VRP1HQ'.


  [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.011s. 13 tests run.
(cd _build/default && /Users/mac1000/.opam/4.14.2/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 /Users/mac1000/.opam/4.14.2/lib/containers -I /Users/mac1000/.opam/4.14.2/lib/containers/monomorphic -I /Users/mac1000/.opam/4.14.2/lib/either -I /Users/mac1000/.opam/4.14.2/lib/iter -I /Users/mac1000/.opam/4.14.2/lib/trace/core -I /Users/mac1000/.opam/4.14.2/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 && /Users/mac1000/.opam/4.14.2/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 -warn-error -a+8 -g -O3 -color always -inline 30 -unbox-closures -unbox-closures-factor 20 -o unittest/mini-cc/sidekick_test_minicc.exe /Users/mac1000/.opam/4.14.2/lib/either/either.cmxa /Users/mac1000/.opam/4.14.2/lib/containers/monomorphic/containers_monomorphic.cmxa /Users/mac1000/.opam/4.14.2/lib/containers/containers.cmxa /Users/mac1000/.opam/4.14.2/lib/iter/iter.cmxa src/sigs/sidekick_sigs.cmxa /Users/mac1000/.opam/4.14.2/lib/ocaml/unix.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocaml /Users/mac1000/.opam/4.14.2/lib/ocaml/bigarray.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocaml /Users/mac1000/.opam/4.14.2/lib/trace/core/trace_core.cmxa src/util/sidekick_util.cmxa src/core-logic/sidekick_core_logic.cmxa src/bencode/sidekick_bencode.cmxa src/trace/Sidekick_trace.cmxa src/core/Sidekick_core.cmxa src/proof/sidekick_proof.cmxa src/cc/Sidekick_cc.cmxa src/mini-cc/Sidekick_mini_cc.cmxa src/sat/sidekick_sat.cmxa src/abstract-solver/sidekick_abstract_solver.cmxa src/simplify/Sidekick_simplify.cmxa src/smt/Sidekick_smt_solver.cmxa src/quip/sidekick_quip.cmxa src/arith/sidekick_arith.cmxa src/algos/simplex/sidekick_simplex.cmxa src/th-lra/sidekick_th_lra.cmxa src/th-bool-static/sidekick_th_bool_static.cmxa src/th-unin-ty/sidekick_th_ty_unin.cmxa src/th-bool-dyn/Sidekick_th_bool_dyn.cmxa src/th-data/Sidekick_th_data.cmxa /Users/mac1000/.opam/4.14.2/lib/zarith/zarith.cmxa -I /Users/mac1000/.opam/4.14.2/lib/zarith src/zarith/sidekick_zarith.cmxa src/base/sidekick_base.cmxa /Users/mac1000/.opam/4.14.2/lib/astring/astring.cmxa /Users/mac1000/.opam/4.14.2/lib/cmdliner/cmdliner.cmxa /Users/mac1000/.opam/4.14.2/lib/uutf/uutf.cmxa /Users/mac1000/.opam/4.14.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /Users/mac1000/.opam/4.14.2/lib/fmt/fmt.cmxa /Users/mac1000/.opam/4.14.2/lib/fmt/fmt_cli.cmxa /Users/mac1000/.opam/4.14.2/lib/re/re.cmxa /Users/mac1000/.opam/4.14.2/lib/stdlib-shims/stdlib_shims.cmxa /Users/mac1000/.opam/4.14.2/lib/alcotest/engine/alcotest_engine.cmxa /Users/mac1000/.opam/4.14.2/lib/fmt/fmt_tty.cmxa /Users/mac1000/.opam/4.14.2/lib/alcotest/alcotest.cmxa -I /Users/mac1000/.opam/4.14.2/lib/alcotest unittest/mini-cc/.sidekick_test_minicc.eobjs/native/dune__exe__Sidekick_test_minicc.cmx)
ld: warning: search path '/opt/local/lib' not found
(cd _build/default/unittest/mini-cc && ./sidekick_test_minicc.exe)
Testing `mini-cc tests'.
This run has ID `T9TLIFT4'.


  [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.004s. 11 tests run.
(cd _build/default && /Users/mac1000/.opam/4.14.2/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 -safe-string -color always -open Sidekick_util -g -O3 -color always -inline 30 -unbox-closures -unbox-closures-factor 20 -o src/main/main.exe /Users/mac1000/.opam/4.14.2/lib/either/either.cmxa /Users/mac1000/.opam/4.14.2/lib/containers/monomorphic/containers_monomorphic.cmxa /Users/mac1000/.opam/4.14.2/lib/containers/containers.cmxa /Users/mac1000/.opam/4.14.2/lib/iter/iter.cmxa /Users/mac1000/.opam/4.14.2/lib/result/result.cmxa src/sigs/sidekick_sigs.cmxa /Users/mac1000/.opam/4.14.2/lib/ocaml/unix.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocaml /Users/mac1000/.opam/4.14.2/lib/ocaml/bigarray.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocaml /Users/mac1000/.opam/4.14.2/lib/trace/core/trace_core.cmxa src/util/sidekick_util.cmxa src/core-logic/sidekick_core_logic.cmxa src/bencode/sidekick_bencode.cmxa src/trace/Sidekick_trace.cmxa src/core/Sidekick_core.cmxa src/proof/sidekick_proof.cmxa src/sat/sidekick_sat.cmxa src/cc/Sidekick_cc.cmxa src/abstract-solver/sidekick_abstract_solver.cmxa src/simplify/Sidekick_simplify.cmxa src/smt/Sidekick_smt_solver.cmxa src/quip/sidekick_quip.cmxa src/arith/sidekick_arith.cmxa src/algos/simplex/sidekick_simplex.cmxa src/th-lra/sidekick_th_lra.cmxa src/th-bool-static/sidekick_th_bool_static.cmxa src/th-unin-ty/sidekick_th_ty_unin.cmxa src/th-bool-dyn/Sidekick_th_bool_dyn.cmxa src/th-data/Sidekick_th_data.cmxa /Users/mac1000/.opam/4.14.2/lib/zarith/zarith.cmxa -I /Users/mac1000/.opam/4.14.2/lib/zarith src/zarith/sidekick_zarith.cmxa src/base/sidekick_base.cmxa src/mini-cc/Sidekick_mini_cc.cmxa /Users/mac1000/.opam/4.14.2/lib/smtlib-utils/smtlib_utils.cmxa src/smtlib/sidekick_smtlib.cmxa src/drup/sidekick_drup.cmxa src/memtrace/sidekick_memtrace.cmxa /Users/mac1000/.opam/4.14.2/lib/mtime/mtime.cmxa /Users/mac1000/.opam/4.14.2/lib/mtime/clock/os/mtime_clock.cmxa -I /Users/mac1000/.opam/4.14.2/lib/mtime/clock/os /Users/mac1000/.opam/4.14.2/lib/ocaml/threads/threads.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocaml /Users/mac1000/.opam/4.14.2/lib/trace/private/util/trace_private_util.cmxa /Users/mac1000/.opam/4.14.2/lib/trace-tef/trace_tef.cmxa src/bin-lib/sidekick_bin_lib.cmxa src/main/.main.eobjs/native/dune__exe.cmx src/main/.main.eobjs/native/dune__exe__Pure_sat_solver.cmx src/main/.main.eobjs/native/dune__exe__Main.cmx)
ld: warning: search path '/opt/local/lib' not found
(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: 485374208
generated error fail pass / total     time test name
[]  500    0    0  500 /  500     1.7s simplex2_invariants
[]  500    0    0  500 /  500     0.3s simplex2_sound
[]  200    0    0  200 /  200     0.2s simplex2_backtrack
[]   10    0    0   10 /   10     1.2s simplex2_scalable


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


Collect results for test simplex2_invariants:


unsat: 487 cases
sat: 13 cases


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


Collect results for test simplex2_sound:


unsat: 487 cases
sat: 13 cases


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


Collect results for test simplex2_backtrack:


unsat: 197 cases
sat: 3 cases


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


Collect results for test simplex2_scalable:


unsat: 10 cases
================================================================================
success (ran 4 tests)
2024-04-22 16:38.59 ---> saved as "871d6193dede8ef24353f62e15b45980d787bcd885f149491caf53c60f9c242d"
Job succeeded
2024-04-22 16:39.07: Job succeeded