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

macos-homebrew-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) (macos-x86_64:macos-homebrew-5.1_opam-2.1)
Base: macos-homebrew-ocaml-5.1
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-5.1
# macos-homebrew-5.1_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-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 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-5.1-macos-homebrew-5.1_opam-2.1-cc13ae7c99288cea6dc86c7c31cd97b4"
2024-04-22 12:07.01: Using OBuilder spec:
((from macos-homebrew-ocaml-5.1)
 (comment macos-homebrew-5.1_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-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 /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:48.37: Waiting for worker…
2024-04-22 16:37.52: 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-5.1)
2024-04-22 16:37.54 ---> using "b7b1005f775d216bee3ed8ddea7a5cf967981ce80479def84cf765e6fa9c281f" from cache


/: (comment macos-homebrew-5.1_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:37.55 ---> using "22cd16a64c632695859fdcedd94c70c4cc08c65c5ac152872708c4f22bdb6b91" 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:37.56 ---> using "a88b721b113bbcb0b1d9c9d9953be1d371de01973789d03f702acf5d676e7e9e" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-22 16:37.56 ---> using "b9cb7a7e67e401d6d05e669cb4a23e6bbd1c29e9a607e1e5d301dc2a9918b0c9" 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
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:37.57 ---> using "50dcfc47175e7959645a9a1ce43f29de7ba9fffcaaf07f93d6b5bd837f37ec69" from cache


/: (copy (src sidekick.opam sidekick-bin.opam sidekick-base.opam)
         (dst ./src/./))
2024-04-22 16:37.58 ---> using "d677e03f14fde072ed76db3315daf4d5459a0c425707536a1d57e3535f8add26" 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:37.59 ---> using "fff75ba6cc5af3174b3daaa3b8a427b0de7af218734c9c0603849295de996113" from cache


/: (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 /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 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).
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:37.59 ---> using "7831c4cb9e4efc514ea0542168b67ed1ce4acce61e2d2b938d3e4d8fdd43f469" 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 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).
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  (https://github.com/c-cube/iter/releases/download/v1.8/iter-1.8.tbz)
-> retrieved logs.0.7.0  (cached)
-> retrieved mdx.2.4.1  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved dune.3.15.0  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirCST.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 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 ocamlbuild.0.14.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved smtlib-utils.0.4  (https://github.com/c-cube/smtlib-utils/archive/v0.4.tar.gz)
-> retrieved uutf.1.0.3  (cached)
-> retrieved trace-tef.0.7  (https://github.com/c-cube/ocaml-trace/releases/download/v0.7/trace-0.7.tbz)
-> retrieved zarith.1.13  (cached)
-> retrieved trace.0.7  (https://github.com/c-cube/ocaml-trace/releases/download/v0.7/trace-0.7.tbz)
-> 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 dune.3.15.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> 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 astring.0.8.5
-> installed stdlib-shims.0.3.0
-> installed result.1.5
-> installed trace.0.7
-> installed re.1.11.0
-> installed trace-tef.0.7
-> installed dune-configurator.3.15.0
-> installed qcheck-core.0.21.3
-> 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.00 ---> using "68f361cc6c70d55ecf6d3902c617b20c9f86f9d7da70a72d80a69f4d2c1c594c" from cache


/: (copy (src .) (dst ./src))
2024-04-22 16:38.03 ---> saved as "45176520ab4b63955913ba4b6123dddc6dc4645bee1f854ce9d8d8576d41ef54"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/5.1.1/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/5.1.1/lib/either/either.cmxa /Users/mac1000/.opam/5.1.1/lib/containers/monomorphic/containers_monomorphic.cmxa /Users/mac1000/.opam/5.1.1/lib/containers/containers.cmxa /Users/mac1000/.opam/5.1.1/lib/astring/astring.cmxa /Users/mac1000/.opam/5.1.1/lib/cmdliner/cmdliner.cmxa /Users/mac1000/.opam/5.1.1/lib/uutf/uutf.cmxa /Users/mac1000/.opam/5.1.1/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /Users/mac1000/.opam/5.1.1/lib/fmt/fmt.cmxa /Users/mac1000/.opam/5.1.1/lib/fmt/fmt_cli.cmxa /Users/mac1000/.opam/5.1.1/lib/re/re.cmxa /Users/mac1000/.opam/5.1.1/lib/stdlib-shims/stdlib_shims.cmxa /Users/mac1000/.opam/5.1.1/lib/alcotest/engine/alcotest_engine.cmxa /Users/mac1000/.opam/5.1.1/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.1.1/lib/fmt/fmt_tty.cmxa /Users/mac1000/.opam/5.1.1/lib/alcotest/alcotest.cmxa -I /Users/mac1000/.opam/5.1.1/lib/alcotest /Users/mac1000/.opam/5.1.1/lib/qcheck-core/qcheck_core.cmxa /Users/mac1000/.opam/5.1.1/lib/qcheck-core/runner/qcheck_runner.cmxa /Users/mac1000/.opam/5.1.1/lib/ounit2/advanced/oUnitAdvanced.cmxa /Users/mac1000/.opam/5.1.1/lib/ounit2/oUnit.cmxa /Users/mac1000/.opam/5.1.1/lib/qcheck-ounit/qcheck_ounit.cmxa /Users/mac1000/.opam/5.1.1/lib/qcheck/qcheck.cmxa /Users/mac1000/.opam/5.1.1/lib/iter/iter.cmxa src/sigs/sidekick_sigs.cmxa /Users/mac1000/.opam/5.1.1/lib/trace/core/trace_core.cmxa src/util/sidekick_util.cmxa /Users/mac1000/.opam/5.1.1/lib/zarith/zarith.cmxa -I /Users/mac1000/.opam/5.1.1/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 `Y0153THX'.


  [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.012s. 13 tests run.
(cd _build/default && /Users/mac1000/.opam/5.1.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 /Users/mac1000/.opam/5.1.1/lib/containers -I /Users/mac1000/.opam/5.1.1/lib/containers/monomorphic -I /Users/mac1000/.opam/5.1.1/lib/either -I /Users/mac1000/.opam/5.1.1/lib/iter -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/trace/core -I /Users/mac1000/.opam/5.1.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 && /Users/mac1000/.opam/5.1.1/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/5.1.1/lib/either/either.cmxa /Users/mac1000/.opam/5.1.1/lib/containers/monomorphic/containers_monomorphic.cmxa /Users/mac1000/.opam/5.1.1/lib/containers/containers.cmxa /Users/mac1000/.opam/5.1.1/lib/iter/iter.cmxa src/sigs/sidekick_sigs.cmxa /Users/mac1000/.opam/5.1.1/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.1.1/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/5.1.1/lib/zarith/zarith.cmxa -I /Users/mac1000/.opam/5.1.1/lib/zarith src/zarith/sidekick_zarith.cmxa src/base/sidekick_base.cmxa /Users/mac1000/.opam/5.1.1/lib/astring/astring.cmxa /Users/mac1000/.opam/5.1.1/lib/cmdliner/cmdliner.cmxa /Users/mac1000/.opam/5.1.1/lib/uutf/uutf.cmxa /Users/mac1000/.opam/5.1.1/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /Users/mac1000/.opam/5.1.1/lib/fmt/fmt.cmxa /Users/mac1000/.opam/5.1.1/lib/fmt/fmt_cli.cmxa /Users/mac1000/.opam/5.1.1/lib/re/re.cmxa /Users/mac1000/.opam/5.1.1/lib/stdlib-shims/stdlib_shims.cmxa /Users/mac1000/.opam/5.1.1/lib/alcotest/engine/alcotest_engine.cmxa /Users/mac1000/.opam/5.1.1/lib/fmt/fmt_tty.cmxa /Users/mac1000/.opam/5.1.1/lib/alcotest/alcotest.cmxa -I /Users/mac1000/.opam/5.1.1/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 `247UVP5J'.


  [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.005s. 11 tests run.
(cd _build/default && /Users/mac1000/.opam/5.1.1/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/5.1.1/lib/either/either.cmxa /Users/mac1000/.opam/5.1.1/lib/containers/monomorphic/containers_monomorphic.cmxa /Users/mac1000/.opam/5.1.1/lib/containers/containers.cmxa /Users/mac1000/.opam/5.1.1/lib/iter/iter.cmxa /Users/mac1000/.opam/5.1.1/lib/result/result.cmxa src/sigs/sidekick_sigs.cmxa /Users/mac1000/.opam/5.1.1/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.1.1/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/5.1.1/lib/zarith/zarith.cmxa -I /Users/mac1000/.opam/5.1.1/lib/zarith src/zarith/sidekick_zarith.cmxa src/base/sidekick_base.cmxa src/mini-cc/Sidekick_mini_cc.cmxa /Users/mac1000/.opam/5.1.1/lib/smtlib-utils/smtlib_utils.cmxa src/smtlib/sidekick_smtlib.cmxa src/drup/sidekick_drup.cmxa src/memtrace/sidekick_memtrace.cmxa /Users/mac1000/.opam/5.1.1/lib/mtime/mtime.cmxa /Users/mac1000/.opam/5.1.1/lib/mtime/clock/os/mtime_clock.cmxa -I /Users/mac1000/.opam/5.1.1/lib/mtime/clock/os /Users/mac1000/.opam/5.1.1/lib/ocaml/threads/threads.cmxa /Users/mac1000/.opam/5.1.1/lib/trace/private/util/trace_private_util.cmxa /Users/mac1000/.opam/5.1.1/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: 255078906
generated error fail pass / total     time test name
[]  500    0    0  500 /  500     1.4s 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: 484 cases
sat: 16 cases


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


Collect results for test simplex2_sound:


unsat: 484 cases
sat: 16 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.19 ---> saved as "9d417ba12855b69d665e784e10b5dd58222a2c5475b75f41bd0bb01e81db5074"
Job succeeded
2024-04-22 16:38.35: Job succeeded