OCamllabs icon Home|Differences with the last checks|Previous runs


Building on laodoke.caelum.ci.dev

(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
Digest: sha256:f4524a9ad6e8f9deb04c38872c1c68d892f8f847304a90f71b39c260fd7c37ab
Status: Downloaded newer image for ocaml/opam:debian-unstable
2025-01-15 07:12.25 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (env CI true)

/: (env OPAM_HEALTH_CHECK_CI true)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-01-15 07:12.25 ---> using "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 451b1e526ccb27dc66364a851b27fbf7ccfbc2f2"))
2025-01-15 07:12.25 ---> using "52625e8a37d6974e498c46c5b73987a5de23eb753980981e64630dc695fbe3b3" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2025-01-15 07:12.25 ---> using "bf0993b7e440c7679323e43a556b3a337fb81df454233420043ea0f043d5139e" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.10' '4.10.2'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.10.2"} | "ocaml-system" {= "4.10.2"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.1  (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.10.2  (https://github.com/ocaml/ocaml/archive/4.10.2.tar.gz)
-> installed ocaml-base-compiler.4.10.2
-> installed ocaml-config.1
-> installed ocaml.4.10.2
Done.
# To update the current shell environment, run: eval $(opam env --switch=4.10)
2025-01-15 07:12.25 ---> using "10e98b9d813dec32a9269bfc9fe859f82c42e2e44d383b2d0b037499f10827f4" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [205 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-01-14-2009.05-F-2025-01-09-1409.48.pdiff [564 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-01-14-2009.05-F-2025-01-09-1409.48.pdiff [564 kB]
- Fetched 833 kB in 3s (302 kB/s)
- Reading package lists...
- 
2025-01-15 07:12.25 ---> using "60d267f87d5d94ef7d8ee67ced7c7201cc981d24fdfd52e3a095d1cca860fb49" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"ez_search.0.2.2\"\
               \nopam install -vy \"ez_search.0.2.2\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"ez_search.0.2.2\" | grep -q '\"debian-unstable\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
[NOTE] ez_search.0.2.2 is not installed.

Nothing to do.
The following actions will be performed:
=== install 12 packages
  - install cmdliner          1.3.0  [required by ez_cmdliner]
  - install csexp             1.5.2  [required by dune-configurator]
  - install dune              3.17.1 [required by ez_search]
  - install dune-configurator 3.17.1 [required by parmap]
  - install ez_cmdliner       0.4.3  [required by ez_search]
  - install ez_file           0.3.0  [required by ez_search]
  - install ez_search         0.2.2
  - install ez_subst          0.2.1  [required by ez_cmdliner]
  - install ocplib_stuff      0.4.0  [required by ez_cmdliner, ez_file]
  - install parmap            1.2.5  [required by ez_search]
  - install re                1.11.0 [required by ez_search]
  - install seq               base   [required by re]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/35: [cmdliner.1.3.0: extract]
Processing  2/35: [cmdliner.1.3.0: extract] [csexp.1.5.2: extract]
Processing  3/35: [cmdliner.1.3.0: extract] [csexp.1.5.2: extract] [dune.3.17.1, dune-configurator.3.17.1: extract]
-> retrieved cmdliner.1.3.0  (cached)
Processing  3/35: [csexp.1.5.2: extract] [dune.3.17.1, dune-configurator.3.17.1: extract]
Processing  4/35: [csexp.1.5.2: extract] [dune.3.17.1, dune-configurator.3.17.1: extract] [ez_cmdliner.0.4.3: extract]
Processing  5/35: [csexp.1.5.2: extract] [dune.3.17.1, dune-configurator.3.17.1: extract] [ez_cmdliner.0.4.3: extract] [cmdliner: make all]
-> retrieved csexp.1.5.2  (cached)
Processing  5/35: [dune.3.17.1, dune-configurator.3.17.1: extract] [ez_cmdliner.0.4.3: extract] [cmdliner: make all]
Processing  6/35: [dune.3.17.1, dune-configurator.3.17.1: extract] [ez_cmdliner.0.4.3: extract] [ez_file.0.3.0: extract] [cmdliner: make all]
-> retrieved ez_cmdliner.0.4.3  (cached)
Processing  6/35: [dune.3.17.1, dune-configurator.3.17.1: extract] [ez_file.0.3.0: extract] [cmdliner: make all]
Processing  7/35: [dune.3.17.1, dune-configurator.3.17.1: extract] [ez_file.0.3.0: extract] [ez_search.0.2.2: http] [cmdliner: make all]
-> retrieved ez_file.0.3.0  (cached)
Processing  7/35: [dune.3.17.1, dune-configurator.3.17.1: extract] [ez_search.0.2.2: http] [cmdliner: make all]
Processing  8/35: [dune.3.17.1, dune-configurator.3.17.1: extract] [ez_search.0.2.2: http] [ez_subst.0.2.1: extract] [cmdliner: make all]
-> retrieved dune.3.17.1, dune-configurator.3.17.1  (cached)
Processing  8/35: [ez_search.0.2.2: http] [ez_subst.0.2.1: extract] [cmdliner: make all]
Processing  9/35: [ez_search.0.2.2: http] [ez_subst.0.2.1: extract] [ocplib_stuff.0.4.0: extract] [cmdliner: make all]
Processing 10/35: [ez_search.0.2.2: http] [ez_subst.0.2.1: extract] [ocplib_stuff.0.4.0: extract] [cmdliner: make all] [dune: ocaml 71]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" "PREFIX=/home/opam/.opam/4.10" (CWD=/home/opam/.opam/4.10/.opam-switch/build/cmdliner.1.3.0)
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.3.0
Processing 10/35: [ez_search.0.2.2: http] [ez_subst.0.2.1: extract] [ocplib_stuff.0.4.0: extract] [dune: ocaml 71]
Processing 11/35: [ez_search.0.2.2: http] [ez_subst.0.2.1: extract] [ocplib_stuff.0.4.0: extract] [dune: ocaml 71] [cmdliner: make install]
Processing 11/35: [ez_search.0.2.2: extract] [ez_subst.0.2.1: extract] [ocplib_stuff.0.4.0: extract] [dune: ocaml 71] [cmdliner: make install]
-> retrieved ez_subst.0.2.1  (cached)
Processing 11/35: [ez_search.0.2.2: extract] [ocplib_stuff.0.4.0: extract] [dune: ocaml 71] [cmdliner: make install]
Processing 12/35: [ez_search.0.2.2: extract] [ocplib_stuff.0.4.0: extract] [parmap.1.2.5: extract] [dune: ocaml 71] [cmdliner: make install]
-> retrieved ocplib_stuff.0.4.0  (cached)
Processing 12/35: [ez_search.0.2.2: extract] [parmap.1.2.5: extract] [dune: ocaml 71] [cmdliner: make install]
Processing 13/35: [ez_search.0.2.2: extract] [parmap.1.2.5: extract] [re.1.11.0: extract] [dune: ocaml 71] [cmdliner: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "LIBDIR=/home/opam/.opam/4.10/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.10/doc/cmdliner" (CWD=/home/opam/.opam/4.10/.opam-switch/build/cmdliner.1.3.0)
- install -d "/home/opam/.opam/4.10/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/4.10/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/4.10/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/4.10/lib/cmdliner"
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   "/home/opam/.opam/4.10/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/4.10/lib/cmdliner"
Processing 13/35: [ez_search.0.2.2: extract] [parmap.1.2.5: extract] [re.1.11.0: extract] [dune: ocaml 71] [cmdliner: make install-doc]
-> retrieved ez_search.0.2.2  (https://github.com/ocamlpro/ez_search/archive/v0.2.2.tar.gz)
Processing 13/35: [parmap.1.2.5: extract] [re.1.11.0: extract] [dune: ocaml 71] [cmdliner: make install-doc]
-> retrieved seq.base  (cached)
Processing 14/35: [parmap.1.2.5: extract] [re.1.11.0: extract] [dune: ocaml 71] [cmdliner: make install-doc]
Processing 15/35: [parmap.1.2.5: extract] [re.1.11.0: extract] [dune: ocaml 71] [cmdliner: make install-doc]
-> retrieved parmap.1.2.5  (cached)
Processing 15/35: [re.1.11.0: extract] [dune: ocaml 71] [cmdliner: make install-doc]
-> retrieved re.1.11.0  (cached)
Processing 15/35: [dune: ocaml 71] [cmdliner: make install-doc]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-doc" "LIBDIR=/home/opam/.opam/4.10/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.10/doc/cmdliner" (CWD=/home/opam/.opam/4.10/.opam-switch/build/cmdliner.1.3.0)
- install -d "/home/opam/.opam/4.10/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/4.10/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/4.10/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.3.0
Processing 15/35: [dune: ocaml 71]
-> installed seq.base
Processing 16/35: [dune: ocaml 71]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "71" (CWD=/home/opam/.opam/4.10/.opam-switch/build/dune.3.17.1)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 71
- cd _boot && /home/opam/.opam/4.10/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_util__Gc.ml
- File "src/dune_util/gc.ml", lines 78-95, characters 5-6:
- Warning 23: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
- 

Processing 16/35: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./_boot/dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "71" (CWD=/home/opam/.opam/4.10/.opam-switch/build/dune.3.17.1)
-> compiled  dune.3.17.1
-> installed dune.3.17.1
Processing 18/35: [csexp: dune build]
Processing 19/35: [csexp: dune build] [ez_subst: sh]
Processing 20/35: [csexp: dune build] [ez_subst: sh] [ocplib_stuff: sh]
Processing 21/35: [csexp: dune build] [ez_subst: sh] [ocplib_stuff: sh] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/before.sh build 'ez_subst'" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_subst.0.2.1)
Processing 21/35: [csexp: dune build] [ez_subst: dune build] [ocplib_stuff: sh] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/before.sh build 'ocplib_stuff'" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ocplib_stuff.0.4.0)
Processing 21/35: [csexp: dune build] [ez_subst: dune build] [ocplib_stuff: dune build] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "csexp" "-j" "71" "@install" (CWD=/home/opam/.opam/4.10/.opam-switch/build/csexp.1.5.2)
-> compiled  csexp.1.5.2
Processing 21/35: [ez_subst: dune build] [ocplib_stuff: dune build] [re: dune build]
-> installed csexp.1.5.2
Processing 22/35: [ez_subst: dune build] [ocplib_stuff: dune build] [re: dune build]
Processing 23/35: [dune-configurator: rm] [ez_subst: dune build] [ocplib_stuff: dune build] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ez_subst" "-j" "71" "@install" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_subst.0.2.1)
Processing 23/35: [dune-configurator: rm] [ez_subst: sh] [ocplib_stuff: dune build] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocplib_stuff" "-j" "71" "@install" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ocplib_stuff.0.4.0)
Processing 23/35: [dune-configurator: rm] [ez_subst: sh] [ocplib_stuff: sh] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/after.sh build 'ez_subst'" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_subst.0.2.1)
-> compiled  ez_subst.0.2.1
Processing 23/35: [dune-configurator: rm] [ocplib_stuff: sh] [re: dune build]
Processing 24/35: [dune-configurator: rm] [ocplib_stuff: sh] [re: dune build] [ez_subst: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "re" "-j" "71" (CWD=/home/opam/.opam/4.10/.opam-switch/build/re.1.11.0)
-> compiled  re.1.11.0
Processing 24/35: [dune-configurator: rm] [ocplib_stuff: sh] [ez_subst: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/csexp" (CWD=/home/opam/.opam/4.10/.opam-switch/build/dune-configurator.3.17.1)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/after.sh build 'ocplib_stuff'" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ocplib_stuff.0.4.0)
-> compiled  ocplib_stuff.0.4.0
Processing 24/35: [dune-configurator: rm] [ez_subst: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "sh" "-c" "./scripts/before.sh install 'ez_subst'" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_subst.0.2.1)
-> installed ez_subst.0.2.1
Processing 24/35: [dune-configurator: rm]
Processing 25/35: [dune-configurator: rm] [ocplib_stuff: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/pp" (CWD=/home/opam/.opam/4.10/.opam-switch/build/dune-configurator.3.17.1)
Processing 25/35: [dune-configurator: dune build] [ocplib_stuff: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "sh" "-c" "./scripts/before.sh install 'ocplib_stuff'" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ocplib_stuff.0.4.0)
-> installed ocplib_stuff.0.4.0
Processing 25/35: [dune-configurator: dune build]
Processing 26/35: [dune-configurator: dune build] [ez_cmdliner: sh]
-> installed re.1.11.0
Processing 27/35: [dune-configurator: dune build] [ez_cmdliner: sh]
Processing 28/35: [dune-configurator: dune build] [ez_cmdliner: sh] [ez_file: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/before.sh build 'ez_cmdliner'" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_cmdliner.0.4.3)
Processing 28/35: [dune-configurator: dune build] [ez_cmdliner: dune build] [ez_file: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/before.sh build 'ez_file'" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_file.0.3.0)
Processing 28/35: [dune-configurator: dune build] [ez_cmdliner: dune build] [ez_file: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ez_cmdliner" "-j" "71" "@install" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_cmdliner.0.4.3)
Processing 28/35: [dune-configurator: dune build] [ez_cmdliner: sh] [ez_file: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ez_file" "-j" "71" "@install" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_file.0.3.0)
Processing 28/35: [dune-configurator: dune build] [ez_cmdliner: sh] [ez_file: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/after.sh build 'ez_cmdliner'" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_cmdliner.0.4.3)
-> compiled  ez_cmdliner.0.4.3
Processing 28/35: [dune-configurator: dune build] [ez_file: sh]
Processing 29/35: [dune-configurator: dune build] [ez_file: sh] [ez_cmdliner: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/after.sh build 'ez_file'" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_file.0.3.0)
-> compiled  ez_file.0.3.0
Processing 29/35: [dune-configurator: dune build] [ez_cmdliner: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "sh" "-c" "./scripts/before.sh install 'ez_cmdliner'" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_cmdliner.0.4.3)
-> installed ez_cmdliner.0.4.3
Processing 29/35: [dune-configurator: dune build]
Processing 30/35: [dune-configurator: dune build] [ez_file: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "sh" "-c" "./scripts/before.sh install 'ez_file'" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_file.0.3.0)
-> installed ez_file.0.3.0
Processing 30/35: [dune-configurator: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-configurator" "-j" "71" "@install" (CWD=/home/opam/.opam/4.10/.opam-switch/build/dune-configurator.3.17.1)
-> compiled  dune-configurator.3.17.1
-> installed dune-configurator.3.17.1
Processing 32/35: [parmap: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "parmap" "-j" "71" "@install" (CWD=/home/opam/.opam/4.10/.opam-switch/build/parmap.1.2.5)
-> compiled  parmap.1.2.5
-> installed parmap.1.2.5
Processing 34/35: [ez_search: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/before.sh build 'ez_search'" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_search.0.2.2)
Processing 34/35: [ez_search: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ez_search" "-j" "71" "@install" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_search.0.2.2)
- (cd _build/default/src/ez_search && /home/opam/.opam/4.10/bin/ocaml unix.cma version.mlt) > _build/default/src/ez_search/version.ml
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Processing 34/35: [ez_search: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/after.sh build 'ez_search'" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_search.0.2.2)
-> compiled  ez_search.0.2.2
Processing 35/35: [ez_search: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "sh" "-c" "./scripts/before.sh install 'ez_search'" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ez_search.0.2.2)
-> installed ez_search.0.2.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-15 07:13.27 ---> saved as "d63efae35496daab65095841adb67f3c3b1509fb24d4ae5c4feac00458740c89"
Job succeeded