2025-11-14 10:12.32: 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-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321 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-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321 # debian-13-4.08_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && 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.4 --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-11-14 10:12.32: Using cache hint "MisterDA/ocaml-tar-ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321-debian-13-4.08_opam-2.4-0b86c2f130d3949e7fdffb3c7fb55e69" 2025-11-14 10:12.32: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321) (comment debian-13-4.08_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && 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.4 --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-11-14 10:12.32: Waiting for resource in pool OCluster 2025-11-14 10:15.02: Waiting for worker… 2025-11-14 10:16.57: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at e259038 Merge pull request #112 from MisterDA/patch-1 (from ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321) Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321' locally docker.io/ocaml/opam@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321: Pulling from ocaml/opam ecf7cc525ea1: Pulling fs layer ecf7cc525ea1: Verifying Checksum ecf7cc525ea1: Download complete ecf7cc525ea1: Pull complete Digest: sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321 Status: Downloaded newer image for ocaml/opam@sha256:e3cc4e8fe5c00f48c72a719e3551b1d8a51c2862349a0f7507e8aa29fdf72321 2025-11-14 10:16.43 ---> using "d458486dd7823c592e7ea9c88366c5f90e1939c3b51f3abbd6760272096f8a3e" from cache /: (comment debian-13-4.08_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-11-14 10:16.43 ---> using "302c78a4511211b1f43812eb5ae9e10c8367f6c081e421b1647c1c17e3da94e1" 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 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 [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-11-14 10:16.44 ---> using "1023146485a3396dc0b6d5fc52c8f65b01660ff57d1fe7fb43bec7291c51ceec" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-157-generic The OCaml toplevel, version 4.08.1 2.4.1 2025-11-14 10:16.44 ---> using "528e6c9ab0c8fa7e774e6f16451f93118079894054eff12f4dbd9893d207ee27" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-11-14 10:16.44 ---> using "64a13b5183ea1d78d0850c8b29faf280ef4011dc2011069517123806b77d1e46" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && git log --no-decorate -n1 --oneline && opam update -u")) f736a66f83 Merge pull request #28602 from dbuenzli/cmdliner-incompat <><> 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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-11-14 10:16.44 ---> using "fb968010926f62b1306ca4282a652e8afe3bf5bb5d2372176418e000313bf835" from cache /src: (copy (src tar.opam tar-unix.opam tar-mirage.opam) (dst ./)) 2025-11-14 10:16.47 ---> saved as "9510499c45f2cc0c8c46f7416c4ff4f6fdcccc2deef224bbf23b34eeb8e3c663" /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-11-14 10:16.53 ---> saved as "9cf888cda9ec34094353c19ee9cb5ed0293c210fe44e788f4a743bf3036489ed" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-11-14 10:16.55 ---> saved as "0f9642c47941287f4749a6e1c62323df7ecbf084c0e835b2f90b5ad83ffc9c5f" /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.4 --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 trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [71.4 kB] - Fetched 162 kB in 0s (1970 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [tar.dev] synchronised (file:///src) [tar-mirage.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" - 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 ... 20622 files and directories currently installed.) - Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package m4. - Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ... - Unpacking m4 (1.4.19-8) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4) ... - Setting up m4 (1.4.19-8) ... - Setting up libpkgconf3:amd64 (1.8.1-4) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up pkgconf:amd64 (1.8.1-4) ... - Setting up pkg-config:amd64 (1.8.1-4) ... - Processing triggers for libc-bin (2.41-12) ... 2025-11-14 10:17.09 ---> saved as "57e4493b669c5e00ee353678c5e939f222150695635fc3b607cb680d560c4721" /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 base.v0.12.2 (cached) -> retrieved bigarray-compat.1.0.0 (cached) -> retrieved camlp-streams.5.0.1 (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) -> installed cmdliner.1.3.0 -> 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 ocaml-migrate-parsetree.2.0.0 (cached) -> retrieved ocamlfind.1.8.0 (cached) -> retrieved ocplib-endian.1.0 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved ounit2.2.2.0, ounit2-lwt.2.2.0 (cached) -> retrieved parsexp.v0.12.0 (cached) -> retrieved ppx_derivers.1.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.9.0 (cached) -> retrieved ppxlib.0.17.0 (cached) -> retrieved result.1.5 (cached) -> retrieved rresult.0.6.0 (cached) -> retrieved seq.0.3 (cached) -> retrieved sexplib.v0.12.0 (cached) -> retrieved sexplib0.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 num.1.5 -> installed ocamlfind.1.8.0 -> installed base-bytes.base -> installed ocamlbuild.0.14.0 -> installed jbuilder.1.0+beta20.1 -> installed dune.2.9.3 -> installed cppo.1.6.1 -> installed ocaml-compiler-libs.v0.11.0 -> installed ppx_derivers.1.0 -> 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 result.1.5 -> installed optint.0.3.0 -> installed sexplib0.v0.12.0 -> installed cstruct.6.0.0 -> installed stringext.1.4.0 -> installed ocaml-migrate-parsetree.2.0.0 -> installed ounit2.2.2.0 -> installed re.1.9.0 -> installed topkg.1.0.8 -> installed rresult.0.6.0 -> installed ocplib-endian.1.0 -> installed dune-private-libs.2.5.1 -> installed fmt.0.8.8 -> installed ptime.1.2.0 -> installed uri.3.0.0 -> 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-device.2.0.0 -> installed cstruct-lwt.3.7.0 -> installed mirage-kv.6.0.1 -> 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 ppxlib.0.17.0 -> installed parsexp.v0.12.0 -> installed sexplib.v0.12.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-11-14 10:17.51 ---> saved as "fc952ab1b13a29322ddb272f490b2f762912afa3ebd7cddd7619cb70e13b8a89" /src: (copy (src .) (dst /src)) 2025-11-14 10:17.56 ---> saved as "a069af76f49e1fa6f682e1168156982f94ec932f903fab239099ca690dc82154" /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. allocate_set_partial_test alias lib_test/runtest ............ Ran: 12 tests in: 0.12 seconds. OK write_test alias lib_test/runtest ........................ Ran: 24 tests in: 0.13 seconds. OK parse_test alias lib_test/runtest ............. Ran: 13 tests in: 0.13 seconds. OK 2025-11-14 10:18.01 ---> saved as "57f2e1e10c409d1fba2d5da299fbb5b897d9ad15d8fd023ec83b4fa809191f42" Job succeeded 2025-11-14 10:18.07: Job succeeded