OrganisationsMisterDAocaml-tare25903 (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2025-06-27 12:26.13: New job: test MisterDA/ocaml-tar https://github.com/MisterDA/ocaml-tar.git#refs/heads/main (e25903860da01a056a46944c7296ad903b2ec2b9) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/MisterDA/ocaml-tar.git" -b "main" && cd "ocaml-tar" && git reset --hard e2590386
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e
# debian-12-4.08_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 2ca36230be22748ea153057760524e23defe5fc7 || git fetch origin master) && git reset -q --hard 2ca36230be22748ea153057760524e23defe5fc7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tar.opam tar-unix.opam tar-mirage.opam ./
RUN opam pin add -yn tar.dev './' && \
opam pin add -yn tar-unix.dev './' && \
opam pin add -yn tar-mirage.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 camlp-streams.5.0.1 checkseum.0.3.1 cmdliner.1.3.0 conf-linux-libc-dev.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.7.0 decompress.1.5.1 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 fmt.0.8.8 jbuilder.1.0+beta20.1 logs.0.7.0 lwt.5.6.0 mirage-block.2.0.1 mirage-block-unix.2.14.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-device.2.0.0 mirage-kv.6.0.1 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 optint.0.3.0 ounit2.2.2.0 ounit2-lwt.2.2.0 parsexp.v0.12.0 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.17.0 ptime.1.2.0 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 sexplib.v0.12.0 sexplib0.v0.12.0 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.8 uri.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y tar.dev tar-unix.dev tar-mirage.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


2025-06-27 12:26.13: Using cache hint "MisterDA/ocaml-tar-ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e-debian-12-4.08_opam-2.3-0b86c2f130d3949e7fdffb3c7fb55e69"
2025-06-27 12:26.13: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e)
(comment debian-12-4.08_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 2ca36230be22748ea153057760524e23defe5fc7 || git fetch origin master) && git reset -q --hard 2ca36230be22748ea153057760524e23defe5fc7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tar.opam tar-unix.opam tar-mirage.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn tar.dev './' && \
\nopam pin add -yn tar-unix.dev './' && \
\nopam pin add -yn tar-mirage.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 camlp-streams.5.0.1 checkseum.0.3.1 cmdliner.1.3.0 conf-linux-libc-dev.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.7.0 decompress.1.5.1 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 fmt.0.8.8 jbuilder.1.0+beta20.1 logs.0.7.0 lwt.5.6.0 mirage-block.2.0.1 mirage-block-unix.2.14.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-device.2.0.0 mirage-kv.6.0.1 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 optint.0.3.0 ounit2.2.2.0 ounit2-lwt.2.2.0 parsexp.v0.12.0 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.17.0 ptime.1.2.0 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 sexplib.v0.12.0 sexplib0.v0.12.0 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.8 uri.3.0.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.3 --depext-only -y tar.dev tar-unix.dev tar-mirage.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"))
)


2025-06-27 12:26.13: Waiting for resource in pool OCluster
2025-06-27 12:42.06: Waiting for worker…
2025-06-27 12:48.54: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at e259038 Merge pull request #112 from MisterDA/patch-1


(from ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e)
2025-06-27 12:48.54 ---> using "4ea5038d254cfd14663698deb665a2dc4ce1e1383d544c063adebb02ed15ce16" from cache


/: (comment debian-12-4.08_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-27 12:48.54 ---> using "513c9792ce65a5b8ab8e9c5d5d0cb18860fa2e52baa6ff8e91e0f4d91def9aa9" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, 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] Initialised
2025-06-27 12:48.54 ---> using "9eb80386bacfd7938f12d25e194913cafb5894d8e3739476ca8ba44c9606ec01" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-141-generic
The OCaml toplevel, version 4.08.1
2.3.0
2025-06-27 12:48.54 ---> using "92e2498cc7a78f593d78a8bf54c5bc24658d99052f31b70c33e471d45d365ae6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-27 12:48.54 ---> using "b6f04723b137dea03fa4030960754640f1ca54b23d9fe8aab83e1e48e2509f1f" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 2ca36230be22748ea153057760524e23defe5fc7 || git fetch origin master) && git reset -q --hard 2ca36230be22748ea153057760524e23defe5fc7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
c7269f729a..2ca36230be  master     -> origin/master
2ca36230be Merge pull request #28098 from smuenzel/num-not-5.4


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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.
# To update the current shell environment, run: eval $(opam env)
2025-06-27 12:48.54 ---> using "9758d6cc9ec07ccbc920380c6b3fca660b554bc00fe13f2f5e459276466bbdef" from cache


/src: (copy (src tar.opam tar-unix.opam tar-mirage.opam) (dst ./))
2025-06-27 12:48.55 ---> saved as "2356dca993b13e49bcb03bec84211f23092f59e8ed6057ce86ad2daa98b28f71"


/src: (run (network host)
(shell  "opam pin add -yn tar.dev './' && \
\nopam pin add -yn tar-unix.dev './' && \
\nopam pin add -yn tar-mirage.dev './'"))
[tar.dev] synchronised (file:///src)
tar is now pinned to file:///src (version dev)
[tar-unix.dev] synchronised (file:///src)
tar-unix is now pinned to file:///src (version dev)
[tar-mirage.dev] synchronised (file:///src)
tar-mirage is now pinned to file:///src (version dev)
2025-06-27 12:49.03 ---> saved as "d49894964850d17748150b6fc99b29346391516545782356932e80da9fb995a5"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-27 12:49.03 ---> saved as "80fcb89439d57811a484a73e2379f122c427a7e3c29f908c3ad8d61ea519df86"


/src: (env DEPS "base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 camlp-streams.5.0.1 checkseum.0.3.1 cmdliner.1.3.0 conf-linux-libc-dev.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 cstruct-lwt.3.7.0 decompress.1.5.1 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 fmt.0.8.8 jbuilder.1.0+beta20.1 logs.0.7.0 lwt.5.6.0 mirage-block.2.0.1 mirage-block-unix.2.14.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-device.2.0.0 mirage-kv.6.0.1 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 optint.0.3.0 ounit2.2.2.0 ounit2-lwt.2.2.0 parsexp.v0.12.0 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.17.0 ptime.1.2.0 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 sexplib.v0.12.0 sexplib0.v0.12.0 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.8 uri.3.0.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.3 --depext-only -y tar.dev tar-unix.dev tar-mirage.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 [269 kB]
- Fetched 373 kB in 1s (418 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tar-mirage.dev] synchronised (file:///src)
[tar.dev] synchronised (file:///src)
[tar-unix.dev] synchronised (file:///src)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
m4 pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18747 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up m4 (1.4.19-3) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...
2025-06-27 12:49.27 ---> saved as "205cf359a94a0bc365270d396d73b0a87f96bc670d22accf0667c4af777caeaa"


/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.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 50 packages
- install base                    v0.12.2
- install base-bytes              base
- install bigarray-compat         1.0.0
- install camlp-streams           5.0.1
- install checkseum               0.3.1
- install cmdliner                1.3.0
- install conf-linux-libc-dev     0
- install conf-m4                 1
- install conf-pkg-config         1.0
- install cppo                    1.6.1
- install cstruct                 6.0.0
- install cstruct-lwt             3.7.0
- install decompress              1.5.1
- install dune                    2.9.3
- install dune-configurator       2.5.1
- install dune-private-libs       2.5.1
- install fmt                     0.8.8
- install jbuilder                1.0+beta20.1 (deprecated)
- install logs                    0.7.0
- install lwt                     5.6.0
- install mirage-block            2.0.1
- install mirage-block-unix       2.14.2
- install mirage-clock            4.2.0
- install mirage-clock-unix       4.2.0
- install mirage-device           2.0.0 (deprecated)
- install mirage-kv               6.0.1
- install num                     1.5
- install ocaml-compiler-libs     v0.11.0
- install ocaml-migrate-parsetree 2.0.0 (deprecated)
- install ocamlbuild              0.14.0
- install ocamlfind               1.8.0
- install ocplib-endian           1.0
- install optint                  0.3.0
- install ounit2                  2.2.0
- install ounit2-lwt              2.2.0
- install parsexp                 v0.12.0
- install ppx_cstruct             6.0.0
- install ppx_derivers            1.0
- install ppxlib                  0.17.0
- install ptime                   1.2.0
- install re                      1.9.0
- install result                  1.5
- install rresult                 0.6.0
- install seq                     0.3
- install sexplib                 v0.12.0
- install sexplib0                v0.12.0
- install stdlib-shims            0.1.0
- install stringext               1.4.0
- install topkg                   1.0.8
- install uri                     3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved base.v0.12.2  (cached)
-> retrieved checkseum.0.3.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-m4.1
-> installed conf-pkg-config.1.0
-> retrieved cstruct.6.0.0, ppx_cstruct.6.0.0  (cached)
-> retrieved cstruct-lwt.3.7.0  (cached)
-> installed conf-linux-libc-dev.0
-> retrieved decompress.1.5.1  (cached)
-> retrieved fmt.0.8.8  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune.2.9.3  (cached)
-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.6.0  (cached)
-> retrieved mirage-block.2.0.1  (cached)
-> retrieved mirage-block-unix.2.14.2  (cached)
-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0  (cached)
-> retrieved mirage-device.2.0.0  (cached)
-> retrieved mirage-kv.6.0.1  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved ocaml-migrate-parsetree.2.0.0  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.12.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ounit2.2.2.0, ounit2-lwt.2.2.0  (cached)
-> retrieved ppxlib.0.17.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.6.0  (cached)
-> retrieved re.1.9.0  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved sexplib.v0.12.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved stringext.1.4.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uri.3.0.0  (cached)
-> installed cmdliner.1.3.0
-> installed num.1.5
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed ocaml-compiler-libs.v0.11.0
-> installed cppo.1.6.1
-> installed stringext.1.4.0
-> installed dune.2.9.3
-> installed topkg.1.0.8
-> installed bigarray-compat.1.0.0
-> installed camlp-streams.5.0.1
-> installed mirage-clock.4.2.0
-> installed stdlib-shims.0.1.0
-> installed seq.0.3
-> installed sexplib0.v0.12.0
-> installed optint.0.3.0
-> installed result.1.5
-> installed cstruct.6.0.0
-> installed rresult.0.6.0
-> installed re.1.9.0
-> installed ounit2.2.2.0
-> installed ocplib-endian.1.0
-> installed fmt.0.8.8
-> installed ocaml-migrate-parsetree.2.0.0
-> installed ptime.1.2.0
-> installed uri.3.0.0
-> installed dune-private-libs.2.5.1
-> installed dune-configurator.2.5.1
-> installed mirage-clock-unix.4.2.0
-> installed checkseum.0.3.1
-> installed decompress.1.5.1
-> installed lwt.5.6.0
-> installed mirage-kv.6.0.1
-> installed cstruct-lwt.3.7.0
-> installed mirage-device.2.0.0
-> installed ounit2-lwt.2.2.0
-> installed mirage-block.2.0.1
-> installed logs.0.7.0
-> installed mirage-block-unix.2.14.2
-> installed base.v0.12.2
-> installed parsexp.v0.12.0
-> installed sexplib.v0.12.0
-> installed ppxlib.0.17.0
-> installed ppx_cstruct.6.0.0
Done.


<><> ocaml-migrate-parsetree.2.0.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.


<><> mirage-device.2.0.0 installed successfully <><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> mirage-device is deprecated


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-06-27 12:51.29 ---> saved as "903d91e7fc1c3b299daf1948fb605287924e421684dbbf4226a380b8f070cfdc"


/src: (copy (src .) (dst /src))
2025-06-27 12:51.29 ---> saved as "cf716c9fc0931c470264b0408ce0c9000803156c534979193c8d79c18d9a5007"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/bytecomp/ocaml-compiler-libs.bytecomp.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/common/ocaml-compiler-libs.common.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/shadow/ocaml-compiler-libs.shadow.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/toplevel/ocaml-compiler-libs.toplevel.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/ppx_derivers/ppx_derivers.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
write_test alias lib_test/runtest
........................
Ran: 24 tests in: 0.21 seconds.
OK
allocate_set_partial_test alias lib_test/runtest
............
Ran: 12 tests in: 0.18 seconds.
OK
parse_test alias lib_test/runtest
.............
Ran: 13 tests in: 0.22 seconds.
OK
2025-06-27 12:51.35 ---> saved as "f7b848834ec035e48a331b26327d7354ef17a2ba50f4a44b01c6223abbd6aa6b"
Job succeeded
2025-06-27 12:51.35: Job succeeded