Organisationsjoaosreisocaml-latticesb0d50e (master)debian-12-4.11_opam-2.1

debian-12-4.11_opam-2.1

Link Copied
Code Copied

Logs

2024-06-24 13:00.23: New job: test joaosreis/ocaml-lattices https://github.com/joaosreis/ocaml-lattices.git#refs/heads/master (b0d50e710a4c2f65e8434fe33f4b804cfe91581d) (linux-x86_64:debian-12-4.11_opam-2.1)
Base: ocaml/opam@sha256:a70cc59035aa3331b22d5b097b873e4adef77fa40cb1b164d24b17d50be6c2fb
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/joaosreis/ocaml-lattices.git" -b "master" && cd "ocaml-lattices" && git reset --hard b0d50e71
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:a70cc59035aa3331b22d5b097b873e4adef77fa40cb1b164d24b17d50be6c2fb
# debian-12-4.11_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 796c0cc8af436190f8caaf87e9abc10984c46de3 || git fetch origin master) && git reset -q --hard 796c0cc8af436190f8caaf87e9abc10984c46de3 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lattices.opam ./
RUN opam pin add -yn lattices.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base.v0.15.1 base-bigarray.base base-threads.base base-unix.base base_bigstring.v0.15.0 base_quickcheck.v0.15.0 bignum.v0.15.0 bin_prot.v0.15.0 cmdliner.1.3.0 conf-gmp.4 core.v0.15.1 cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fieldslib.v0.15.0 fmt.0.9.0 int_repr.v0.15.0 jane-street-headers.v0.15.0 jst-config.v0.15.1 num.1.5 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit2.2.2.7 parsexp.v0.15.0 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_bench.v0.15.1 ppx_bin_prot.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_custom_printf.v0.15.0 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppx_disable_unused_warnings.v0.15.0 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_fields_conv.v0.15.0 ppx_fixed_literal.v0.15.0 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_ignore_instrumentation.v0.15.0 ppx_inline_test.v0.15.1 ppx_jane.v0.15.0 ppx_let.v0.15.0 ppx_log.v0.15.0 ppx_module_timer.v0.15.0 ppx_optcomp.v0.15.0 ppx_optional.v0.15.0 ppx_pipebang.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_sexp_message.v0.15.0 ppx_sexp_value.v0.15.0 ppx_stable.v0.15.0 ppx_string.v0.15.0 ppx_typerep_conv.v0.15.0 ppx_variants_conv.v0.15.0 ppxlib.0.32.1 qcheck.0.21.3 qcheck-alcotest.0.21.3 qcheck-core.0.21.3 qcheck-ounit.0.21.3 re.1.11.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 splittable_random.v0.15.0 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0 topkg.1.0.7 typerep.v0.15.0 uutf.1.0.3 variantslib.v0.15.0 zarith.1.12 zarith_stubs_js.v0.15.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y lattices.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-06-24 13:00.23: Using cache hint "joaosreis/ocaml-lattices-ocaml/opam@sha256:a70cc59035aa3331b22d5b097b873e4adef77fa40cb1b164d24b17d50be6c2fb-debian-12-4.11_opam-2.1-40ba569fc6329d915fcdf4dea93680f0"
2024-06-24 13:00.23: Using OBuilder spec:
((from ocaml/opam@sha256:a70cc59035aa3331b22d5b097b873e4adef77fa40cb1b164d24b17d50be6c2fb)
 (comment debian-12-4.11_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 796c0cc8af436190f8caaf87e9abc10984c46de3 || git fetch origin master) && git reset -q --hard 796c0cc8af436190f8caaf87e9abc10984c46de3 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src lattices.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn lattices.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base.v0.15.1 base-bigarray.base base-threads.base base-unix.base base_bigstring.v0.15.0 base_quickcheck.v0.15.0 bignum.v0.15.0 bin_prot.v0.15.0 cmdliner.1.3.0 conf-gmp.4 core.v0.15.1 cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fieldslib.v0.15.0 fmt.0.9.0 int_repr.v0.15.0 jane-street-headers.v0.15.0 jst-config.v0.15.1 num.1.5 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit2.2.2.7 parsexp.v0.15.0 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_bench.v0.15.1 ppx_bin_prot.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_custom_printf.v0.15.0 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppx_disable_unused_warnings.v0.15.0 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_fields_conv.v0.15.0 ppx_fixed_literal.v0.15.0 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_ignore_instrumentation.v0.15.0 ppx_inline_test.v0.15.1 ppx_jane.v0.15.0 ppx_let.v0.15.0 ppx_log.v0.15.0 ppx_module_timer.v0.15.0 ppx_optcomp.v0.15.0 ppx_optional.v0.15.0 ppx_pipebang.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_sexp_message.v0.15.0 ppx_sexp_value.v0.15.0 ppx_stable.v0.15.0 ppx_string.v0.15.0 ppx_typerep_conv.v0.15.0 ppx_variants_conv.v0.15.0 ppxlib.0.32.1 qcheck.0.21.3 qcheck-alcotest.0.21.3 qcheck-core.0.21.3 qcheck-ounit.0.21.3 re.1.11.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 splittable_random.v0.15.0 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0 topkg.1.0.7 typerep.v0.15.0 uutf.1.0.3 variantslib.v0.15.0 zarith.1.12 zarith_stubs_js.v0.15.0")
 (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 lattices.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-06-24 13:00.23: Waiting for resource in pool OCluster
2024-06-24 20:47.42: Waiting for worker…
2024-06-25 01:11.47: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
HEAD is now at b0d50e7 Updated signatures of functors


(from ocaml/opam@sha256:a70cc59035aa3331b22d5b097b873e4adef77fa40cb1b164d24b17d50be6c2fb)
2024-06-25 01:12.29 ---> saved as "17b9ae2e3183db407daa3860ee10448a2a98b55812275dc9e8dfc6eacc51c53d"


/: (comment debian-12-4.11_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-06-25 01:12.29 ---> saved as "9718f14d1b9b911d1d3b3fd3b7c828ba4fe8f935a6d787486e6014d4fee401ef"


/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-06-25 01:13.47 ---> saved as "7100bd68db93f39cc4fcb749586419b49639cf4511ee534c76463806cd8a982f"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.11.2
2.1.6
2024-06-25 01:13.47 ---> saved as "9ef85d49af2b538169a1e227ebc04cd6648603660d624a3cb8ee934b2f936735"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-25 01:13.47 ---> saved as "c44d969f6ff71cae411a751f17309bb6554a41497bd3d61fe97314ad7241f86e"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 796c0cc8af436190f8caaf87e9abc10984c46de3 || git fetch origin master) && git reset -q --hard 796c0cc8af436190f8caaf87e9abc10984c46de3 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..795f80f1b5  master     -> origin/master
796c0cc8af Add configuration for gmp under mingw


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


The following actions will be performed:
  - recompile ocaml-config 1       [upstream or system changes]
  - recompile ocaml        4.11.2  [uses ocaml-config]
  - recompile opam-depext  1.2.1-1 [uses ocaml]
===== 3 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.1  (cached)
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.11.2
-> removed   ocaml-config.1
-> installed ocaml-config.1
-> installed ocaml.4.11.2
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-25 01:15.06 ---> saved as "7732fea9d28c3efa256f332c852b581b1edac00ba9d270b0c3b7941fe8da2475"


/src: (copy (src lattices.opam) (dst ./))
2024-06-25 01:15.06 ---> saved as "d7d64e7cf9666defa61a09dfca5e04dbccd85e109814006fc27ddd7136f14819"


/src: (run (network host)
           (shell "opam pin add -yn lattices.dev './'"))
Package lattices does not exist, create as a NEW package? [Y/n] y
[lattices.dev] synchronised (file:///src)
lattices is now pinned to file:///src (version dev)
2024-06-25 01:15.08 ---> saved as "747ab025f415baae7f32778b2ffc25e6cdf23d3482fc5ef22e7394ed4555c19a"


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base.v0.15.1 base-bigarray.base base-threads.base base-unix.base base_bigstring.v0.15.0 base_quickcheck.v0.15.0 bignum.v0.15.0 bin_prot.v0.15.0 cmdliner.1.3.0 conf-gmp.4 core.v0.15.1 cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fieldslib.v0.15.0 fmt.0.9.0 int_repr.v0.15.0 jane-street-headers.v0.15.0 jst-config.v0.15.1 num.1.5 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit2.2.2.7 parsexp.v0.15.0 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_bench.v0.15.1 ppx_bin_prot.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_custom_printf.v0.15.0 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppx_disable_unused_warnings.v0.15.0 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_fields_conv.v0.15.0 ppx_fixed_literal.v0.15.0 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_ignore_instrumentation.v0.15.0 ppx_inline_test.v0.15.1 ppx_jane.v0.15.0 ppx_let.v0.15.0 ppx_log.v0.15.0 ppx_module_timer.v0.15.0 ppx_optcomp.v0.15.0 ppx_optional.v0.15.0 ppx_pipebang.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_sexp_message.v0.15.0 ppx_sexp_value.v0.15.0 ppx_stable.v0.15.0 ppx_string.v0.15.0 ppx_typerep_conv.v0.15.0 ppx_variants_conv.v0.15.0 ppxlib.0.32.1 qcheck.0.21.3 qcheck-alcotest.0.21.3 qcheck-core.0.21.3 qcheck-ounit.0.21.3 re.1.11.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 splittable_random.v0.15.0 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0 topkg.1.0.7 typerep.v0.15.0 uutf.1.0.3 variantslib.v0.15.0 zarith.1.12 zarith_stubs_js.v0.15.0")


/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 lattices.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [160 kB]
- Fetched 263 kB in 0s (1006 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lattices.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.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:
    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-06-25 01:15.39 ---> saved as "b5a6b8f2fea721c8b2328e430530330d3b4f2e7038c5b7e1b7f5a932af38341a"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.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 num                         1.5
  - install ocamlfind                   1.9.6
  - install conf-gmp                    4
  - install ocamlbuild                  0.14.3
  - install seq                         base
  - install dune                        3.16.0
  - install cmdliner                    1.3.0
  - install zarith                      1.12
  - install topkg                       1.0.7
  - install zarith_stubs_js             v0.15.0
  - install stdlib-shims                0.3.0
  - install sexplib0                    v0.15.1
  - install re                          1.11.0
  - install qcheck-core                 0.21.3
  - install ppx_derivers                1.2.1
  - install ocaml-syntax-shims          1.0.0
  - install ocaml-compiler-libs         v0.12.4
  - install jane-street-headers         v0.15.0
  - install csexp                       1.5.2
  - install cppo                        1.6.9
  - install uutf                        1.0.3
  - install fmt                         0.9.0
  - install astring                     0.8.5
  - install ounit2                      2.2.7
  - install ppxlib                      0.32.1
  - install dune-configurator           3.16.0
  - install alcotest                    1.7.0
  - install qcheck-ounit                0.21.3
  - install ppx_pipebang                v0.15.0
  - install ppx_ignore_instrumentation  v0.15.0
  - install ppx_deriving                6.0.2
  - install base                        v0.15.1
  - install qcheck-alcotest             0.21.3
  - install qcheck                      0.21.3
  - install variantslib                 v0.15.0
  - install typerep                     v0.15.0
  - install stdio                       v0.15.0
  - install ppx_stable                  v0.15.0
  - install ppx_sexp_conv               v0.15.1
  - install ppx_optional                v0.15.0
  - install ppx_here                    v0.15.0
  - install ppx_fixed_literal           v0.15.0
  - install ppx_enumerate               v0.15.0
  - install ppx_disable_unused_warnings v0.15.0
  - install ppx_compare                 v0.15.0
  - install ppx_cold                    v0.15.0
  - install parsexp                     v0.15.0
  - install fieldslib                   v0.15.0
  - install ppx_variants_conv           v0.15.0
  - install ppx_typerep_conv            v0.15.0
  - install ppx_optcomp                 v0.15.0
  - install ppx_custom_printf           v0.15.0
  - install ppx_sexp_value              v0.15.0
  - install ppx_sexp_message            v0.15.0
  - install ppx_let                     v0.15.0
  - install ppx_hash                    v0.15.0
  - install ppx_assert                  v0.15.0
  - install sexplib                     v0.15.1
  - install ppx_fields_conv             v0.15.0
  - install ppx_base                    v0.15.0
  - install jst-config                  v0.15.1
  - install ppx_log                     v0.15.0
  - install bin_prot                    v0.15.0
  - install ppx_string                  v0.15.0
  - install time_now                    v0.15.0
  - install ppx_bin_prot                v0.15.0
  - install ppx_module_timer            v0.15.0
  - install ppx_inline_test             v0.15.1
  - install ppx_expect                  v0.15.1
  - install ppx_bench                   v0.15.1
  - install splittable_random           v0.15.0
  - install base_quickcheck             v0.15.0
  - install ppx_jane                    v0.15.0
  - install int_repr                    v0.15.0
  - install base_bigstring              v0.15.0
  - install core                        v0.15.1
  - install bignum                      v0.15.0
===== 77 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved base.v0.15.1  (cached)
-> retrieved base_bigstring.v0.15.0  (cached)
-> retrieved base_quickcheck.v0.15.0  (cached)
-> retrieved bignum.v0.15.0  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved bin_prot.v0.15.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved core.v0.15.1  (cached)
-> installed conf-gmp.4
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fieldslib.v0.15.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved int_repr.v0.15.0  (cached)
-> retrieved jane-street-headers.v0.15.0  (cached)
-> retrieved jst-config.v0.15.1  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved parsexp.v0.15.0  (cached)
-> retrieved ppx_assert.v0.15.0  (cached)
-> retrieved ppx_base.v0.15.0  (cached)
-> retrieved ppx_bench.v0.15.1  (cached)
-> retrieved ppx_bin_prot.v0.15.0  (cached)
-> retrieved ppx_cold.v0.15.0  (cached)
-> retrieved ppx_compare.v0.15.0  (cached)
-> retrieved ppx_custom_printf.v0.15.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.2  (cached)
-> retrieved ppx_disable_unused_warnings.v0.15.0  (cached)
-> retrieved ppx_enumerate.v0.15.0  (cached)
-> retrieved ppx_expect.v0.15.1  (cached)
-> retrieved ppx_fields_conv.v0.15.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved ppx_fixed_literal.v0.15.0  (cached)
-> installed num.1.5
-> retrieved ppx_hash.v0.15.0  (cached)
-> retrieved ppx_here.v0.15.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.15.0  (cached)
-> retrieved ppx_inline_test.v0.15.1  (cached)
-> retrieved ppx_jane.v0.15.0  (cached)
-> retrieved ppx_let.v0.15.0  (cached)
-> retrieved ppx_log.v0.15.0  (cached)
-> retrieved ppx_module_timer.v0.15.0  (cached)
-> retrieved ppx_optcomp.v0.15.0  (cached)
-> retrieved ppx_optional.v0.15.0  (cached)
-> retrieved ppx_pipebang.v0.15.0  (cached)
-> retrieved ppx_sexp_conv.v0.15.1  (cached)
-> retrieved ppx_sexp_message.v0.15.0  (cached)
-> retrieved ppx_sexp_value.v0.15.0  (cached)
-> retrieved ppx_stable.v0.15.0  (cached)
-> retrieved ppx_string.v0.15.0  (cached)
-> retrieved ppx_typerep_conv.v0.15.0  (cached)
-> retrieved ppx_variants_conv.v0.15.0  (cached)
-> retrieved qcheck.0.21.3  (cached)
-> retrieved qcheck-alcotest.0.21.3  (cached)
-> retrieved qcheck-core.0.21.3  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved qcheck-ounit.0.21.3  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved sexplib.v0.15.1  (cached)
-> retrieved sexplib0.v0.15.1  (cached)
-> retrieved splittable_random.v0.15.0  (cached)
-> retrieved stdio.v0.15.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.15.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved typerep.v0.15.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved variantslib.v0.15.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved zarith.1.12  (cached)
-> retrieved zarith_stubs_js.v0.15.0  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed zarith.1.12
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.16.0
-> installed jane-street-headers.v0.15.0
-> installed ppx_derivers.1.2.1
-> installed zarith_stubs_js.v0.15.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.15.1
-> installed cppo.1.6.9
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.11.0
-> installed qcheck-core.0.21.3
-> installed ounit2.2.2.7
-> installed dune-configurator.3.16.0
-> installed qcheck-ounit.0.21.3
-> installed qcheck.0.21.3
-> installed alcotest.1.7.0
-> installed qcheck-alcotest.0.21.3
-> installed base.v0.15.1
-> installed fieldslib.v0.15.0
-> installed variantslib.v0.15.0
-> installed stdio.v0.15.0
-> installed typerep.v0.15.0
-> installed parsexp.v0.15.0
-> installed sexplib.v0.15.1
-> installed ppxlib.0.32.1
-> installed ppx_cold.v0.15.0
-> installed ppx_optcomp.v0.15.0
-> installed ppx_here.v0.15.0
-> installed ppx_disable_unused_warnings.v0.15.0
-> installed ppx_enumerate.v0.15.0
-> installed ppx_variants_conv.v0.15.0
-> installed ppx_typerep_conv.v0.15.0
-> installed ppx_fields_conv.v0.15.0
-> installed ppx_stable.v0.15.0
-> installed ppx_compare.v0.15.0
-> installed ppx_ignore_instrumentation.v0.15.0
-> installed ppx_pipebang.v0.15.0
-> installed ppx_fixed_literal.v0.15.0
-> installed ppx_optional.v0.15.0
-> installed ppx_deriving.6.0.2
-> installed ppx_let.v0.15.0
-> installed ppx_sexp_conv.v0.15.1
-> installed ppx_hash.v0.15.0
-> installed ppx_assert.v0.15.0
-> installed ppx_sexp_value.v0.15.0
-> installed ppx_sexp_message.v0.15.0
-> installed ppx_base.v0.15.0
-> installed ppx_custom_printf.v0.15.0
-> installed ppx_log.v0.15.0
-> installed jst-config.v0.15.1
-> installed bin_prot.v0.15.0
-> installed ppx_string.v0.15.0
-> installed time_now.v0.15.0
-> installed ppx_bin_prot.v0.15.0
-> installed ppx_module_timer.v0.15.0
-> installed ppx_inline_test.v0.15.1
-> installed ppx_bench.v0.15.1
-> installed ppx_expect.v0.15.1
-> installed splittable_random.v0.15.0
-> installed base_quickcheck.v0.15.0
-> installed ppx_jane.v0.15.0
-> installed int_repr.v0.15.0
-> installed base_bigstring.v0.15.0
-> installed core.v0.15.1
-> installed bignum.v0.15.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-25 01:19.17 ---> saved as "59f1aa581ea0aee7badc1e4dd923dd5f147ae970470461b041fbad8bc6696950"


/src: (copy (src .) (dst /src))
2024-06-25 01:19.17 ---> saved as "7ef08036dd2908e036b5d41e410c07c74a5f815cee3690815b59d7090806b340"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src/test && ./pair.exe)
qcheck random seed: 313826185
Testing `int lattice'.
This run has ID `BIR33Q8L'.


  [OK]          properties          0   leq reflexive in int lattice.
  [OK]          properties          1   leq transitive in int lattice.
  [OK]          properties          2   leq anti symmetric in int lattice.
  [OK]          properties          3   bot is lower bound in int lattice.
  [OK]          properties          4   join commutative in int lattice.
  [OK]          properties          5   join associative in int lattice.
  [OK]          properties          6   join idempotent in int lattice.
  [OK]          properties          7   meet commutative in int lattice.
  [OK]          properties          8   meet associative in int lattice.
  [OK]          properties          9   meet idempotent in int lattice.
  [OK]          properties         10   join meet absorbtion in int lattice.
  [OK]          properties         11   meet join absorbtion in int lattice.
  [OK]          properties         12   leq compatible join in int lattice.
  [OK]          properties         13   join compatible leq in int lattice.
  [OK]          properties         14   join compatible meet in int lattice.
  [OK]          properties         15   meet compatible join in int lattice.
  [OK]          properties         16   meet compatible leq in int lattice.
  [OK]          properties         17   leq compatible meet in int lattice.
  [OK]          properties         18   generated ordered pairs consistent in...


Full test results in `/src/_build/default/src/test/_build/_tests/int lattice'.
Test Successful in 0.011s. 19 tests run.
(cd _build/default/src/test && ./int_test.exe)
qcheck random seed: 709624590
Testing `int lattice'.
This run has ID `66WJWPUJ'.


  [OK]          properties          0   leq reflexive in int lattice.
  [OK]          properties          1   leq transitive in int lattice.
  [OK]          properties          2   leq anti symmetric in int lattice.
  [OK]          properties          3   bot is lower bound in int lattice.
  [OK]          properties          4   join commutative in int lattice.
  [OK]          properties          5   join associative in int lattice.
  [OK]          properties          6   join idempotent in int lattice.
  [OK]          properties          7   meet commutative in int lattice.
  [OK]          properties          8   meet associative in int lattice.
  [OK]          properties          9   meet idempotent in int lattice.
  [OK]          properties         10   join meet absorbtion in int lattice.
  [OK]          properties         11   meet join absorbtion in int lattice.
  [OK]          properties         12   leq compatible join in int lattice.
  [OK]          properties         13   join compatible leq in int lattice.
  [OK]          properties         14   join compatible meet in int lattice.
  [OK]          properties         15   meet compatible join in int lattice.
  [OK]          properties         16   meet compatible leq in int lattice.
  [OK]          properties         17   leq compatible meet in int lattice.
  [OK]          properties         18   generated ordered pairs consistent in...


Full test results in `/src/_build/default/src/test/_build/_tests/int lattice'.
Test Successful in 0.012s. 19 tests run.
(cd _build/default/src/test && ./taint.exe)
qcheck random seed: 107850561
Testing `int lattice'.
This run has ID `56URG80X'.


  [OK]          properties          0   leq reflexive in int lattice.
  [OK]          properties          1   leq transitive in int lattice.
  [OK]          properties          2   leq anti symmetric in int lattice.
  [OK]          properties          3   bot is lower bound in int lattice.
  [OK]          properties          4   join commutative in int lattice.
  [OK]          properties          5   join associative in int lattice.
  [OK]          properties          6   join idempotent in int lattice.
  [OK]          properties          7   meet commutative in int lattice.
  [OK]          properties          8   meet associative in int lattice.
  [OK]          properties          9   meet idempotent in int lattice.
  [OK]          properties         10   join meet absorbtion in int lattice.
  [OK]          properties         11   meet join absorbtion in int lattice.
  [OK]          properties         12   leq compatible join in int lattice.
  [OK]          properties         13   join compatible leq in int lattice.
  [OK]          properties         14   join compatible meet in int lattice.
  [OK]          properties         15   meet compatible join in int lattice.
  [OK]          properties         16   meet compatible leq in int lattice.
  [OK]          properties         17   leq compatible meet in int lattice.
  [OK]          properties         18   generated ordered pairs consistent in...


Full test results in `/src/_build/default/src/test/_build/_tests/int lattice'.
Test Successful in 0.012s. 19 tests run.
(cd _build/default/src/test && ./sign.exe)
qcheck random seed: 861641517
Testing `int lattice'.
This run has ID `6BX5I4QC'.


  [OK]          properties          0   leq reflexive in int lattice.
  [OK]          properties          1   leq transitive in int lattice.
  [OK]          properties          2   leq anti symmetric in int lattice.
  [OK]          properties          3   bot is lower bound in int lattice.
  [OK]          properties          4   join commutative in int lattice.
  [OK]          properties          5   join associative in int lattice.
  [OK]          properties          6   join idempotent in int lattice.
  [OK]          properties          7   meet commutative in int lattice.
  [OK]          properties          8   meet associative in int lattice.
  [OK]          properties          9   meet idempotent in int lattice.
  [OK]          properties         10   join meet absorbtion in int lattice.
  [OK]          properties         11   meet join absorbtion in int lattice.
  [OK]          properties         12   leq compatible join in int lattice.
  [OK]          properties         13   join compatible leq in int lattice.
  [OK]          properties         14   join compatible meet in int lattice.
  [OK]          properties         15   meet compatible join in int lattice.
  [OK]          properties         16   meet compatible leq in int lattice.
  [OK]          properties         17   leq compatible meet in int lattice.
  [OK]          properties         18   generated ordered pairs consistent in...


Full test results in `/src/_build/default/src/test/_build/_tests/int lattice'.
Test Successful in 0.016s. 19 tests run.
(cd _build/default/src/test && ./flat_test.exe)
qcheck random seed: 936818039
Testing `int lattice'.
This run has ID `MLXZ74J1'.


  [OK]          properties          0   leq reflexive in int lattice.
  [OK]          properties          1   leq transitive in int lattice.
  [OK]          properties          2   leq anti symmetric in int lattice.
  [OK]          properties          3   bot is lower bound in int lattice.
  [OK]          properties          4   join commutative in int lattice.
  [OK]          properties          5   join associative in int lattice.
  [OK]          properties          6   join idempotent in int lattice.
  [OK]          properties          7   meet commutative in int lattice.
  [OK]          properties          8   meet associative in int lattice.
  [OK]          properties          9   meet idempotent in int lattice.
  [OK]          properties         10   join meet absorbtion in int lattice.
  [OK]          properties         11   meet join absorbtion in int lattice.
  [OK]          properties         12   leq compatible join in int lattice.
  [OK]          properties         13   join compatible leq in int lattice.
  [OK]          properties         14   join compatible meet in int lattice.
  [OK]          properties         15   meet compatible join in int lattice.
  [OK]          properties         16   meet compatible leq in int lattice.
  [OK]          properties         17   leq compatible meet in int lattice.
  [OK]          properties         18   generated ordered pairs consistent in...


Full test results in `/src/_build/default/src/test/_build/_tests/int lattice'.
Test Successful in 0.017s. 19 tests run.
(cd _build/default/src/test && ./with_top.exe)
qcheck random seed: 76622079
Testing `int lattice'.
This run has ID `B4CBH7GO'.


  [OK]          properties          0   leq reflexive in int lattice.
  [OK]          properties          1   leq transitive in int lattice.
  [OK]          properties          2   leq anti symmetric in int lattice.
  [OK]          properties          3   bot is lower bound in int lattice.
  [OK]          properties          4   join commutative in int lattice.
  [OK]          properties          5   join associative in int lattice.
  [OK]          properties          6   join idempotent in int lattice.
  [OK]          properties          7   meet commutative in int lattice.
  [OK]          properties          8   meet associative in int lattice.
  [OK]          properties          9   meet idempotent in int lattice.
  [OK]          properties         10   join meet absorbtion in int lattice.
  [OK]          properties         11   meet join absorbtion in int lattice.
  [OK]          properties         12   leq compatible join in int lattice.
  [OK]          properties         13   join compatible leq in int lattice.
  [OK]          properties         14   join compatible meet in int lattice.
  [OK]          properties         15   meet compatible join in int lattice.
  [OK]          properties         16   meet compatible leq in int lattice.
  [OK]          properties         17   leq compatible meet in int lattice.
  [OK]          properties         18   generated ordered pairs consistent in...


Full test results in `/src/_build/default/src/test/_build/_tests/int lattice'.
Test Successful in 0.011s. 19 tests run.
(cd _build/default/src/test && ./interval.exe)
qcheck random seed: 362264765
Testing `interval lattice'.
This run has ID `3NS8IZ8H'.


  [OK]          properties              0   leq reflexive in interval lattice.
  [OK]          properties              1   leq transitive in interval lattice.
  [OK]          properties              2   leq anti symmetric in interval la...
  [OK]          properties              3   bot is lower bound in interval la...
  [OK]          properties              4   join commutative in interval latt...
  [OK]          properties              5   join associative in interval latt...
  [OK]          properties              6   join idempotent in interval lattice.
  [OK]          properties              7   meet commutative in interval latt...
  [OK]          properties              8   meet associative in interval latt...
  [OK]          properties              9   meet idempotent in interval lattice.
  [OK]          properties             10   join meet absorbtion in interval ...
  [OK]          properties             11   meet join absorbtion in interval ...
  [OK]          properties             12   leq compatible join in interval l...
  [OK]          properties             13   join compatible leq in interval l...
  [OK]          properties             14   join compatible meet in interval ...
  [OK]          properties             15   meet compatible join in interval ...
  [OK]          properties             16   meet compatible leq in interval l...
  [OK]          properties             17   leq compatible meet in interval l...
  [OK]          properties             18   generated ordered pairs consisten...
  [OK]          top properties          0   top is upper bound in interval la...


Full test results in `/src/_build/default/src/test/_build/_tests/interval lattice'.
Test Successful in 0.135s. 20 tests run.
(cd _build/default/src/test && ./reverse_powerset.exe)
qcheck random seed: 81717672
Testing `powerset lattice'.
This run has ID `XSRKG708'.


  [OK]          properties          0   leq reflexive in powerset lattice.
  [OK]          properties          1   leq transitive in powerset lattice.
  [OK]          properties          2   leq anti symmetric in powerset lattice.
  [OK]          properties          3   bot is lower bound in powerset lattice.
  [OK]          properties          4   join commutative in powerset lattice.
  [OK]          properties          5   join associative in powerset lattice.
  [OK]          properties          6   join idempotent in powerset lattice.
  [OK]          properties          7   meet commutative in powerset lattice.
  [OK]          properties          8   meet associative in powerset lattice.
  [OK]          properties          9   meet idempotent in powerset lattice.
  [OK]          properties         10   join meet absorbtion in powerset latt...
  [OK]          properties         11   meet join absorbtion in powerset latt...
  [OK]          properties         12   leq compatible join in powerset lattice.
  [OK]          properties         13   join compatible leq in powerset lattice.
  [OK]          properties         14   join compatible meet in powerset latt...
  [OK]          properties         15   meet compatible join in powerset latt...
  [OK]          properties         16   meet compatible leq in powerset lattice.
  [OK]          properties         17   leq compatible meet in powerset lattice.
  [OK]          properties         18   generated ordered pairs consistent in...


Full test results in `/src/_build/default/src/test/_build/_tests/powerset lattice'.
Test Successful in 5.453s. 19 tests run.
(cd _build/default/src/test && ./powerset.exe)
qcheck random seed: 290863838
Testing `powerset lattice'.
This run has ID `AZQV91OI'.


  [OK]          properties          0   leq reflexive in powerset lattice.
  [OK]          properties          1   leq transitive in powerset lattice.
  [OK]          properties          2   leq anti symmetric in powerset lattice.
  [OK]          properties          3   bot is lower bound in powerset lattice.
  [OK]          properties          4   join commutative in powerset lattice.
  [OK]          properties          5   join associative in powerset lattice.
  [OK]          properties          6   join idempotent in powerset lattice.
  [OK]          properties          7   meet commutative in powerset lattice.
  [OK]          properties          8   meet associative in powerset lattice.
  [OK]          properties          9   meet idempotent in powerset lattice.
  [OK]          properties         10   join meet absorbtion in powerset latt...
  [OK]          properties         11   meet join absorbtion in powerset latt...
  [OK]          properties         12   leq compatible join in powerset lattice.
  [OK]          properties         13   join compatible leq in powerset lattice.
  [OK]          properties         14   join compatible meet in powerset latt...
  [OK]          properties         15   meet compatible join in powerset latt...
  [OK]          properties         16   meet compatible leq in powerset lattice.
  [OK]          properties         17   leq compatible meet in powerset lattice.
  [OK]          properties         18   generated ordered pairs consistent in...


Full test results in `/src/_build/default/src/test/_build/_tests/powerset lattice'.
Test Successful in 6.728s. 19 tests run.
2024-06-25 01:19.28 ---> saved as "c65ba347f6206c58333eb860b5505e16485086c52cae8d8e0622db3ee51fb433"
Job succeeded
2024-06-25 01:19.28: Job succeeded