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


Building on x86-bm-c12.sw.ocaml.org

(from ocaml/opam:debian-unstable)
2025-01-02 05:18.02 ---> 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-02 05:18.02 ---> 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 2d85539cd05071ec4f91d6c4ee35d2adc44aa283"))
2025-01-02 05:18.02 ---> using "c3dc34689001c88c5c748166aac21d000b27417b693a8a050c46c712e4c6f12f" 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-02 05:18.02 ---> using "5a348168a87ee09c4f105e0c0448a2ea8bfb106cbf2d1e7ff2090f1392205351" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.13.1  (cached)
-> installed ocaml-base-compiler.4.13.1
-> installed ocaml-config.2
-> installed ocaml.4.13.1
Done.
# To update the current shell environment, run: eval $(opam env --switch=4.13)
2025-01-02 05:18.02 ---> using "521926dc79a97683ef70d2a3ad555630f79093c4d503f1cb87a5740622a8b754" 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-02-0205.18-F-2024-12-21-0229.21.pdiff [823 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-01-02-0205.18-F-2024-12-21-0229.21.pdiff [823 kB]
- Fetched 1092 kB in 3s (382 kB/s)
- Reading package lists...
- 
2025-01-02 05:18.02 ---> using "d5ace38b3bf6c2e46a1faed1cf8c4a120905dcd8612d75609c789220967b9088" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"orun.0.0.1\"\
               \nopam install -vy \"orun.0.0.1\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"orun.0.0.1\" | 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] orun.0.0.1 is not installed.

Nothing to do.
The following actions will be performed:
=== install 8 packages
  - install cmdliner        1.3.0  [required by orun]
  - install conf-libdw      1      [required by orun]
  - install conf-pkg-config 3      [required by conf-libdw]
  - install dune            2.9.3  [required by orun]
  - install orun            0.0.1
  - install re              1.12.0 [required by orun]
  - install seq             base   [required by re, yojson]
  - install yojson          2.2.2  [required by orun]

The following system packages will first need to be installed:
    libdw-dev liblzma-dev pkg-config zlib1g-dev

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libdw-dev" "liblzma-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libelf1t64: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 ... 19802 files and directories currently installed.)
- Preparing to unpack .../0-libelf1t64_0.192-4_amd64.deb ...
- Unpacking libelf1t64:amd64 (0.192-4) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../1-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package libelf-dev:amd64.
- Preparing to unpack .../2-libelf-dev_0.192-4_amd64.deb ...
- Unpacking libelf-dev:amd64 (0.192-4) ...
- Selecting previously unselected package libdw1t64:amd64.
- Preparing to unpack .../3-libdw1t64_0.192-4_amd64.deb ...
- Unpacking libdw1t64:amd64 (0.192-4) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../4-liblzma-dev_5.6.3-1+b1_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.6.3-1+b1) ...
- Selecting previously unselected package libdw-dev:amd64.
- Preparing to unpack .../5-libdw-dev_0.192-4_amd64.deb ...
- Unpacking libdw-dev:amd64 (0.192-4) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../6-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../7-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../8-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../9-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libelf1t64:amd64 (0.192-4) ...
- Setting up libdw1t64:amd64 (0.192-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up liblzma-dev:amd64 (5.6.3-1+b1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libelf-dev:amd64 (0.192-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libdw-dev:amd64 (0.192-4) ...
- Processing triggers for libc-bin (2.40-4) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/24: [cmdliner.1.3.0: extract]
Processing  2/24: [cmdliner.1.3.0: extract]
Processing  3/24: [cmdliner.1.3.0: extract]
Processing  4/24: [cmdliner.1.3.0: extract] [dune.2.9.3: extract]
Processing  5/24: [cmdliner.1.3.0: extract] [dune.2.9.3: extract] [orun.0.0.1: http]
Processing  6/24: [cmdliner.1.3.0: extract] [dune.2.9.3: extract] [orun.0.0.1: http] [conf-pkg-config: pkg-config]
-> retrieved cmdliner.1.3.0  (cached)
Processing  6/24: [dune.2.9.3: extract] [orun.0.0.1: http] [conf-pkg-config: pkg-config]
Processing  7/24: [dune.2.9.3: extract] [orun.0.0.1: http] [re.1.12.0: extract] [conf-pkg-config: pkg-config]
Processing  8/24: [dune.2.9.3: extract] [orun.0.0.1: http] [re.1.12.0: extract] [cmdliner: make all] [conf-pkg-config: pkg-config]
-> retrieved dune.2.9.3  (cached)
Processing  8/24: [orun.0.0.1: http] [re.1.12.0: extract] [cmdliner: make all] [conf-pkg-config: pkg-config]
-> retrieved seq.base  (cached)
Processing  9/24: [orun.0.0.1: http] [re.1.12.0: extract] [cmdliner: make all] [conf-pkg-config: pkg-config]
Processing 10/24: [orun.0.0.1: http] [re.1.12.0: extract] [yojson.2.2.2: extract] [cmdliner: make all] [conf-pkg-config: pkg-config]
Processing 11/24: [orun.0.0.1: http] [re.1.12.0: extract] [yojson.2.2.2: extract] [cmdliner: make all] [conf-pkg-config: pkg-config] [dune: ocaml bootstrap.ml]
Processing 12/24: [orun.0.0.1: http] [re.1.12.0: extract] [yojson.2.2.2: extract] [cmdliner: make all] [conf-pkg-config: pkg-config] [dune: ocaml bootstrap.ml]
-> installed seq.base
Processing 13/24: [orun.0.0.1: http] [re.1.12.0: extract] [yojson.2.2.2: extract] [cmdliner: make all] [conf-pkg-config: pkg-config] [dune: ocaml bootstrap.ml]
Processing 13/24: [orun.0.0.1: extract] [re.1.12.0: extract] [yojson.2.2.2: extract] [cmdliner: make all] [conf-pkg-config: pkg-config] [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/4.13/.opam-switch/build/conf-pkg-config.3)
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 13/24: [orun.0.0.1: extract] [re.1.12.0: extract] [yojson.2.2.2: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml]
-> installed conf-pkg-config.3
Processing 14/24: [orun.0.0.1: extract] [re.1.12.0: extract] [yojson.2.2.2: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml]
Processing 15/24: [orun.0.0.1: extract] [re.1.12.0: extract] [yojson.2.2.2: extract] [cmdliner: make all] [conf-libdw: pkg-config libdw] [dune: ocaml bootstrap.ml]
-> retrieved re.1.12.0  (cached)
Processing 15/24: [orun.0.0.1: extract] [yojson.2.2.2: extract] [cmdliner: make all] [conf-libdw: pkg-config libdw] [dune: ocaml bootstrap.ml]
-> retrieved yojson.2.2.2  (cached)
Processing 15/24: [orun.0.0.1: extract] [cmdliner: make all] [conf-libdw: pkg-config libdw] [dune: ocaml bootstrap.ml]
-> retrieved orun.0.0.1  (https://github.com/ocaml-bench/orun/releases/download/v0.0.1/orun-v0.0.1.tbz)
Processing 15/24: [cmdliner: make all] [conf-libdw: pkg-config libdw] [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--print-errors" "--exists" "libdw" (CWD=/home/opam/.opam/4.13/.opam-switch/build/conf-libdw.1)
-> compiled  conf-libdw.1
Processing 15/24: [cmdliner: make all] [dune: ocaml bootstrap.ml]
-> installed conf-libdw.1
Processing 16/24: [cmdliner: make all] [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" "PREFIX=/home/opam/.opam/4.13" (CWD=/home/opam/.opam/4.13/.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 16/24: [dune: ocaml bootstrap.ml]
Processing 17/24: [dune: ocaml bootstrap.ml] [cmdliner: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "LIBDIR=/home/opam/.opam/4.13/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.13/doc/cmdliner" (CWD=/home/opam/.opam/4.13/.opam-switch/build/cmdliner.1.3.0)
- install -d "/home/opam/.opam/4.13/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/4.13/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/4.13/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/4.13/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.13/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/4.13/lib/cmdliner"
Processing 17/24: [dune: ocaml bootstrap.ml] [cmdliner: make install-doc]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-doc" "LIBDIR=/home/opam/.opam/4.13/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.13/doc/cmdliner" (CWD=/home/opam/.opam/4.13/.opam-switch/build/cmdliner.1.3.0)
- install -d "/home/opam/.opam/4.13/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/4.13/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/4.13/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.3.0
Processing 17/24: [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "39" (CWD=/home/opam/.opam/4.13/.opam-switch/build/dune.2.9.3)
- File "./bootstrap.ml", line 46, characters 17-27:
- 46 |               && String.sub fn 0 (String.length duneboot) = duneboot
-                       ^^^^^^^^^^
- Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
- File "./bootstrap.ml", line 103, characters 28-37:
- 103 |   let args = Array.to_list (Array.sub Sys.argv 1 (Array.length Sys.argv - 1)) in
-                                   ^^^^^^^^^
- Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 39
- cd _boot && /home/opam/.opam/4.13/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_base.ml
- File "vendor/cmdliner/src/cmdliner_base.ml", line 158, characters 14-27:
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
- cd _boot && /home/opam/.opam/4.13/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_docgen.ml
- File "vendor/cmdliner/src/cmdliner_docgen.ml", line 278, characters 23-39:
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "vendor/cmdliner/src/cmdliner_docgen.ml", line 293, characters 22-56:
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "vendor/cmdliner/src/cmdliner_docgen.ml", line 294, characters 35-51:
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "vendor/cmdliner/src/cmdliner_docgen.ml", line 295, characters 36-52:
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- cd _boot && /home/opam/.opam/4.13/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_cline.ml
- File "vendor/cmdliner/src/cmdliner_cline.ml", line 128, characters 20-47:
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
- cd _boot && /home/opam/.opam/4.13/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_arg.ml
- File "vendor/cmdliner/src/cmdliner_arg.ml", line 193, characters 24-50:
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
- File "vendor/cmdliner/src/cmdliner_arg.ml", line 243, characters 24-50:
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
- File "vendor/cmdliner/src/cmdliner_arg.ml", line 260, characters 10-36:
- Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
- cd _boot && /home/opam/.opam/4.13/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner.ml
- File "vendor/cmdliner/src/cmdliner.ml", line 195, characters 25-47:
- Warning 6 [labels-omitted]: label errs was omitted in the application of this function.
- 

Processing 17/24: [dune: ./dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "-p" "dune" "--profile" "dune-bootstrap" "-j" "39" (CWD=/home/opam/.opam/4.13/.opam-switch/build/dune.2.9.3)
-> compiled  dune.2.9.3
-> installed dune.2.9.3
Processing 19/24: [re: dune build]
Processing 20/24: [re: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "re" "-j" "39" (CWD=/home/opam/.opam/4.13/.opam-switch/build/re.1.12.0)
-> compiled  re.1.12.0
Processing 20/24: [yojson: dune build]
-> installed re.1.12.0
Processing 21/24: [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "yojson" "-j" "39" "@install" (CWD=/home/opam/.opam/4.13/.opam-switch/build/yojson.2.2.2)
-> compiled  yojson.2.2.2
-> installed yojson.2.2.2
Processing 23/24: [orun: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "orun" "-j" "39" (CWD=/home/opam/.opam/4.13/.opam-switch/build/orun.0.0.1)
-       ocamlc .orun.eobjs/byte/orun.{cmi,cmo,cmt}
- File "orun.ml", line 342, characters 4-13:
- 342 |     Term.info "orun" ~version:"v0.1" ~doc ~man
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "orun.ml", line 346, characters 9-25:
- 346 | let () = Term.exit_status (Term.eval prog)
-                ^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.exit_status
- Use Stdlib.exit and Cmd.eval' instead.
- File "orun.ml", line 346, characters 27-36:
- 346 | let () = Term.exit_status (Term.eval prog)
-                                  ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-     ocamlopt .orun.eobjs/native/orun.{cmx,o}
- File "orun.ml", line 342, characters 4-13:
- 342 |     Term.info "orun" ~version:"v0.1" ~doc ~man
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "orun.ml", line 346, characters 9-25:
- 346 | let () = Term.exit_status (Term.eval prog)
-                ^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.exit_status
- Use Stdlib.exit and Cmd.eval' instead.
- File "orun.ml", line 346, characters 27-36:
- 346 | let () = Term.exit_status (Term.eval prog)
-                                  ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-> compiled  orun.0.0.1
-> installed orun.0.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-02 05:18.45 ---> saved as "284c5f3fd0dc734b2d04586b13eb20c3b564986dac94e7cd372ff920ba1cbaab"
Job succeeded