Organisationsc-cubesidekickeff601 ()fedora-38-4.14_opam-2.1

fedora-38-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) (linux-x86_64:fedora-38-4.14_opam-2.1)
Base: ocaml/opam@sha256:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d
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:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d
# fedora-38-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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-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 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:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d-fedora-38-4.14_opam-2.1-7b68040446e1f61e525e322bc4f1a1cb"
2024-04-22 12:07.01: Using OBuilder spec:
((from ocaml/opam@sha256:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d)
 (comment fedora-38-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (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-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 /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.35: 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:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d)
Unable to find image 'ocaml/opam@sha256:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d' locally
docker.io/ocaml/opam@sha256:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d: Pulling from ocaml/opam
837a24108f11: Pulling fs layer
837a24108f11: Verifying Checksum
837a24108f11: Download complete
837a24108f11: Pull complete
Digest: sha256:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d
Status: Downloaded newer image for ocaml/opam@sha256:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d
2024-04-22 12:08.35 ---> using "9586036f70207a0115ce8e6b0251b17292c583accd281ab6037272e28fc306ee" from cache


/: (comment fedora-38-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 38 - x86_64                              170 kB/s |  26 kB     00:00    
Fedora 38 openh264 (From Cisco) - x86_64        8.0 kB/s | 989  B     00:00    
Fedora Modular 38 - x86_64                      190 kB/s |  25 kB     00:00    
Fedora 38 - x86_64 - Updates                    156 kB/s |  21 kB     00:00    
Fedora 38 - x86_64 - Updates                    3.2 MB/s | 9.1 MB     00:02    
Fedora Modular 38 - x86_64 - Updates            159 kB/s |  24 kB     00:00    
Package findutils-1:4.9.0-3.fc38.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-04-22 12:08.35 ---> using "4be234bca24dea9784bf0965d1a93c6808676dcb2e3e089f4fc77cfe8a160d7e" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-22 12:08.35 ---> using "37dd6f361031f134392051b56aa80855ac498c9701df98d2232b7cba36ebb601" from cache


/src: (run (shell "opam init --reinit -ni"))
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.


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.


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


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-22 12:08.35 ---> using "25b3a8f06344e5f773a8b8839151442476ae4454b7d19cce24352c23d2c5136b" 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.35 ---> using "5e9e96065cd97b37254adaae500b9a9ef7646996c6001a8beaca298699b924a6" from cache


/src: (copy (src sidekick.opam sidekick-bin.opam sidekick-base.opam) (dst ./))
2024-04-22 12:08.35 ---> using "56bd7f033379489b85cb762c944699bc80464f685f0ab299bdfd72ff6f258e99" 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)
sidekick-base is now pinned to file:///src (version dev)
[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"
2024-04-22 12:08.35 ---> using "9e001e09049701544706af616feb43c292663720b4c30d41e5768d1e8421594d" from cache


/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")


/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 "yum" "makecache"
- Fedora 38 - x86_64                              215 kB/s |  26 kB     00:00    
- Fedora 38 openh264 (From Cisco) - x86_64        8.3 kB/s | 989  B     00:00    
- Fedora Modular 38 - x86_64                      172 kB/s |  25 kB     00:00    
- Fedora 38 - x86_64 - Updates                    155 kB/s |  21 kB     00:00    
- Fedora Modular 38 - x86_64 - Updates            175 kB/s |  24 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[sidekick-base.dev] synchronised (no changes)
[sidekick.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).


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "gmp-devel"
- Last metadata expiration check: 0:00:29 ago on Mon Apr 22 12:06:37 2024.
- Dependencies resolved.
- ================================================================================
-  Package           Architecture   Version                  Repository      Size
- ================================================================================
- Installing:
-  gmp-devel         x86_64         1:6.2.1-4.fc38           fedora         173 k
- Installing dependencies:
-  gmp-c++           x86_64         1:6.2.1-4.fc38           fedora          18 k
- 
- Transaction Summary
- ================================================================================
- Install  2 Packages
- 
- Total download size: 191 k
- Installed size: 383 k
- Downloading Packages:
- (1/2): gmp-c++-6.2.1-4.fc38.x86_64.rpm          589 kB/s |  18 kB     00:00    
- (2/2): gmp-devel-6.2.1-4.fc38.x86_64.rpm        3.2 MB/s | 173 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           988 kB/s | 191 kB     00:00     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1
-  
-   Installing       : gmp-c++-1:6.2.1-4.fc38.x86_64                          1/2 
-   Installing       : gmp-devel-1:6.2.1-4.fc38.x86_64                        2/2 
-   Running scriptlet: gmp-devel-1:6.2.1-4.fc38.x86_64                        2/2 
-   Verifying        : gmp-c++-1:6.2.1-4.fc38.x86_64                          1/2 
-   Verifying        : gmp-devel-1:6.2.1-4.fc38.x86_64                        2/2 
- 
- Installed:
-   gmp-c++-1:6.2.1-4.fc38.x86_64         gmp-devel-1:6.2.1-4.fc38.x86_64        
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "gmp-devel"
- gmp-devel-6.2.1-4.fc38.x86_64
2024-04-22 12:08.35 ---> using "eb5eabd9d50c87937649ad17c2e33d886344dab688ccd4ba9c57c990d5a5101f" 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 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).
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 camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (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 menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved dune.3.15.0  (cached)
-> retrieved dune-configurator.3.15.0  (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 uutf.1.0.3
-> installed mtime.2.0.0
-> 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 menhirLib.20231231
-> installed trace.0.7
-> installed cppo.1.6.9
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed trace-tef.0.7
-> 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.51 ---> saved as "a906a48750ffeb4e416637be88b68a8985fb3df72998a704b9166dafae95a707"


/src: (copy (src .) (dst /src))
2024-04-22 12:08.52 ---> saved as "a85a4f8bf58152ad46b3d287e316bbdb7f4a4400d4911f235a63ce11116ebd07"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/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/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/either -I /home/opam/.opam/4.14/lib/iter -I /home/opam/.opam/4.14/lib/trace/core -I /home/opam/.opam/4.14/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 `8P3UI7WD'.


  [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.008s. 13 tests run.
(cd _build/default/unittest/mini-cc && ./sidekick_test_minicc.exe)
Testing `mini-cc tests'.
This run has ID `ZCDPU5GK'.


  [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/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: 295525441
generated error fail pass / total     time test name
[]  500    0    0  500 /  500     2.4s simplex2_invariants
[]  500    0    0  500 /  500     0.5s simplex2_sound
[]  200    0    0  200 /  200     0.3s simplex2_backtrack
[]   10    0    0   10 /   10     2.0s 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.16 ---> saved as "1d14680a6777e1a6b85f315f258c0fe0640d5b1404115412d076e238161cebaf"
Job succeeded
2024-04-22 12:09.17: Job succeeded