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


Building on x86-bm-10.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:286b1a07f166d69599599e77d36ff670e397cb189a08f108911b5151b4668ce1)
2022-06-03 01:15.34 ---> using "47ed2e5e0feee1987ba23dd55270cc6ad201fc29c17004e34e901e030428f794" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2022-06-03 01:15.34 ---> using "4a75653e8e13af1975fafc6190bea646f6c5227de6a31d9a10c263381aa24cc1" 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 acdf0fda43c6ad752dca7fbab614d7a45df50538"))
2022-06-03 01:15.34 ---> using "e017e24311b2d1facae68aa054d4808ac0fd85da474fe18b5feb752a484a7401" 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.

2022-06-03 01:15.34 ---> using "fe4ab29b581b2ba4fc496c6fcd5cd0653b4902fb6da880b540dae71463661523" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '5.0' '5.0.0+trunk'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-variants" {= "5.0.0+trunk"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-variants.5.0.0+trunk  (https://github.com/ocaml/ocaml/archive/trunk.tar.gz)
-> installed ocaml-variants.5.0.0+trunk
-> installed ocaml-config.3
-> installed ocaml.5.0.0
-> installed base-domains.base
-> installed base-nnp.base
Done.
# Run eval $(opam env --switch=5.0) to update the current shell environment
2022-06-03 01:15.34 ---> using "29d41a14dd7a41042cb73eaaeb90a277bd24410b4169c6d4a5c606f93db693e4" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [165 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-2022-06-02-2003.50-F-2022-06-01-1416.25.pdiff [73.9 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-06-02-2003.50-F-2022-06-01-1416.25.pdiff [73.9 kB]
- Fetched 303 kB in 2s (167 kB/s)
- Reading package lists...
- 
2022-06-03 01:15.34 ---> using "b4aefd8d042c8fcd5e409d9a7cda153a8aa244339a57738ac872ec4928511229" from cache

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

Nothing to do.
The following actions will be performed:
=== install 15 packages
  - install bigarray-compat 1.1.0  [required by ctypes]
  - install bimage          0.2.1  [required by bimage-sdl]
  - install bimage-sdl      0.2.1
  - install conf-libffi     2.0.0  [required by ctypes-foreign]
  - install conf-pkg-config 2      [required by conf-sdl2]
  - install conf-sdl2       1      [required by tsdl]
  - install ctypes          0.20.1 [required by tsdl]
  - install ctypes-foreign  0.18.0 [required by tsdl]
  - install dune            3.2.0  [required by bimage-sdl]
  - install integers        0.7.0  [required by ctypes]
  - install ocamlbuild      0.14.1 [required by tsdl]
  - install ocamlfind       1.9.3  [required by tsdl]
  - install stdlib-shims    0.3.0  [required by integers]
  - install topkg           1.0.5  [required by tsdl]
  - install tsdl            0.9.9  [required by bimage-sdl]

The following system packages will first need to be installed:
    libffi-dev libsdl2-dev pkg-config

<><> 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. Attempt installation anyway, and 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" "libffi-dev" "libsdl2-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libdbus-1-3: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 ... 18687 files and directories currently installed.)
- Preparing to unpack .../0-libdbus-1-3_1.14.0-1_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.14.0-1) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../1-dbus-bin_1.14.0-1_amd64.deb ...
- Unpacking dbus-bin (1.14.0-1) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../2-dbus-session-bus-common_1.14.0-1_all.deb ...
- Unpacking dbus-session-bus-common (1.14.0-1) ...
- Selecting previously unselected package libapparmor1:amd64.
- Preparing to unpack .../3-libapparmor1_3.0.4-2_amd64.deb ...
- Unpacking libapparmor1:amd64 (3.0.4-2) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../4-dbus-daemon_1.14.0-1_amd64.deb ...
- Unpacking dbus-daemon (1.14.0-1) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../5-dbus-system-bus-common_1.14.0-1_all.deb ...
- Unpacking dbus-system-bus-common (1.14.0-1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../6-dbus_1.14.0-1_amd64.deb ...
- Unpacking dbus (1.14.0-1) ...
- Selecting previously unselected package libpython3.10-minimal:amd64.
- Preparing to unpack .../7-libpython3.10-minimal_3.10.4-4+b1_amd64.deb ...
- Unpacking libpython3.10-minimal:amd64 (3.10.4-4+b1) ...
- Selecting previously unselected package python3.10-minimal.
- Preparing to unpack .../8-python3.10-minimal_3.10.4-4+b1_amd64.deb ...
- Unpacking python3.10-minimal (3.10.4-4+b1) ...
- Setting up libpython3.10-minimal:amd64 (3.10.4-4+b1) ...
- Setting up python3.10-minimal (3.10.4-4+b1) ...
- Selecting previously unselected package python3-minimal.
- (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 ... 19069 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.10.4-1+b1_amd64.deb ...
- Unpacking python3-minimal (3.10.4-1+b1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_8.0.0_all.deb ...
- Unpacking media-types (8.0.0) ...
- Selecting previously unselected package libmpdec3:amd64.
- Preparing to unpack .../2-libmpdec3_2.5.1-2_amd64.deb ...
- Unpacking libmpdec3:amd64 (2.5.1-2) ...
- Selecting previously unselected package libpython3.10-stdlib:amd64.
- Preparing to unpack .../3-libpython3.10-stdlib_3.10.4-4+b1_amd64.deb ...
- Unpacking libpython3.10-stdlib:amd64 (3.10.4-4+b1) ...
- Selecting previously unselected package python3.10.
- Preparing to unpack .../4-python3.10_3.10.4-4+b1_amd64.deb ...
- Unpacking python3.10 (3.10.4-4+b1) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.10.4-1+b1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.10.4-1+b1) ...
- Setting up python3-minimal (3.10.4-1+b1) ...
- Selecting previously unselected package python3.
- (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 ... 19474 files and directories currently installed.)
- Preparing to unpack .../000-python3_3.10.4-1+b1_amd64.deb ...
- Unpacking python3 (3.10.4-1+b1) ...
- Selecting previously unselected package sgml-base.
- Preparing to unpack .../001-sgml-base_1.30_all.deb ...
- Unpacking sgml-base (1.30) ...
- Selecting previously unselected package alsa-topology-conf.
- Preparing to unpack .../002-alsa-topology-conf_1.2.5.1-2_all.deb ...
- Unpacking alsa-topology-conf (1.2.5.1-2) ...
- Selecting previously unselected package libasound2-data.
- Preparing to unpack .../003-libasound2-data_1.2.6.1-2_all.deb ...
- Unpacking libasound2-data (1.2.6.1-2) ...
- Selecting previously unselected package libasound2:amd64.
- Preparing to unpack .../004-libasound2_1.2.6.1-2+b1_amd64.deb ...
- Unpacking libasound2:amd64 (1.2.6.1-2+b1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../005-alsa-ucm-conf_1.2.6.3-1_all.deb ...
- Unpacking alsa-ucm-conf (1.2.6.3-1) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../006-fontconfig_2.13.1-4.4_amd64.deb ...
- Unpacking fontconfig (2.13.1-4.4) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../007-libglib2.0-0_2.72.1-1_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.1-1) ...
- Selecting previously unselected package libgirepository-1.0-1:amd64.
- Preparing to unpack .../008-libgirepository-1.0-1_1.72.0-1+b1_amd64.deb ...
- Unpacking libgirepository-1.0-1:amd64 (1.72.0-1+b1) ...
- Selecting previously unselected package gir1.2-glib-2.0:amd64.
- Preparing to unpack .../009-gir1.2-glib-2.0_1.72.0-1+b1_amd64.deb ...
- Unpacking gir1.2-glib-2.0:amd64 (1.72.0-1+b1) ...
- Selecting previously unselected package libibus-1.0-5:amd64.
- Preparing to unpack .../010-libibus-1.0-5_1.5.26-4_amd64.deb ...
- Unpacking libibus-1.0-5:amd64 (1.5.26-4) ...
- Selecting previously unselected package gir1.2-ibus-1.0:amd64.
- Preparing to unpack .../011-gir1.2-ibus-1.0_1.5.26-4_amd64.deb ...
- Unpacking gir1.2-ibus-1.0:amd64 (1.5.26-4) ...
- Selecting previously unselected package libasound2-dev:amd64.
- Preparing to unpack .../012-libasound2-dev_1.2.6.1-2+b1_amd64.deb ...
- Unpacking libasound2-dev:amd64 (1.2.6.1-2+b1) ...
- Selecting previously unselected package libasyncns0:amd64.
- Preparing to unpack .../013-libasyncns0_0.8-6+b2_amd64.deb ...
- Unpacking libasyncns0:amd64 (0.8-6+b2) ...
- Selecting previously unselected package uuid-dev:amd64.
- Preparing to unpack .../014-uuid-dev_2.38-4_amd64.deb ...
- Unpacking uuid-dev:amd64 (2.38-4) ...
- Selecting previously unselected package libblkid-dev:amd64.
- Preparing to unpack .../015-libblkid-dev_2.38-4_amd64.deb ...
- Unpacking libblkid-dev:amd64 (2.38-4) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../016-libpixman-1-0_0.40.0-1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.40.0-1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../017-libxcb-render0_1.14-3_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../018-libxcb-shm0_1.14-3_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.14-3) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../019-libxrender1_1%3a0.9.10-1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../020-libcairo2_1.16.0-5_amd64.deb ...
- Unpacking libcairo2:amd64 (1.16.0-5) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../021-libdatrie1_0.2.13-2_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-2) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../022-pkg-config_0.29.2-1_amd64.deb ...
- Unpacking pkg-config (0.29.2-1) ...
- Selecting previously unselected package xml-core.
- Preparing to unpack .../023-xml-core_0.18+nmu1_all.deb ...
- Unpacking xml-core (0.18+nmu1) ...
- Selecting previously unselected package libdbus-1-dev:amd64.
- Preparing to unpack .../024-libdbus-1-dev_1.14.0-1_amd64.deb ...
- Unpacking libdbus-1-dev:amd64 (1.14.0-1) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../025-libwayland-client0_1.20.0-1_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.20.0-1) ...
- Selecting previously unselected package libdecor-0-0:amd64.
- Preparing to unpack .../026-libdecor-0-0_0.1.0-3_amd64.deb ...
- Unpacking libdecor-0-0:amd64 (0.1.0-3) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../027-libwayland-server0_1.20.0-1_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.20.0-1) ...
- Selecting previously unselected package libwayland-cursor0:amd64.
- Preparing to unpack .../028-libwayland-cursor0_1.20.0-1_amd64.deb ...
- Unpacking libwayland-cursor0:amd64 (1.20.0-1) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../029-libwayland-egl1_1.20.0-1_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.20.0-1) ...
- Selecting previously unselected package libicu71:amd64.
- Preparing to unpack .../030-libicu71_71.1-3_amd64.deb ...
- Unpacking libicu71:amd64 (71.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../031-libxml2_2.9.14+dfsg-1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1) ...
- Selecting previously unselected package libwayland-bin.
- Preparing to unpack .../032-libwayland-bin_1.20.0-1_amd64.deb ...
- Unpacking libwayland-bin (1.20.0-1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../033-libffi-dev_3.4.2-4_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.2-4) ...
- Selecting previously unselected package libwayland-dev:amd64.
- Preparing to unpack .../034-libwayland-dev_1.20.0-1_amd64.deb ...
- Unpacking libwayland-dev:amd64 (1.20.0-1) ...
- Selecting previously unselected package libdecor-0-dev:amd64.
- Preparing to unpack .../035-libdecor-0-dev_0.1.0-3_amd64.deb ...
- Unpacking libdecor-0-dev:amd64 (0.1.0-3) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../036-libfribidi0_1.0.8-2.1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.8-2.1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../037-libgraphite2-3_1.3.14-1_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-1) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../038-libharfbuzz0b_2.7.4-1+b1_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (2.7.4-1+b1) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../039-libthai-data_0.1.29-1_all.deb ...
- Unpacking libthai-data (0.1.29-1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../040-libthai0_0.1.29-1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.29-1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../041-libpango-1.0-0_1.50.7+ds-1_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.50.7+ds-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../042-libpangoft2-1.0-0_1.50.7+ds-1_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.50.7+ds-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../043-libpangocairo-1.0-0_1.50.7+ds-1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.50.7+ds-1) ...
- Selecting previously unselected package libdecor-0-plugin-1-cairo:amd64.
- Preparing to unpack .../044-libdecor-0-plugin-1-cairo_0.1.0-3_amd64.deb ...
- Unpacking libdecor-0-plugin-1-cairo:amd64 (0.1.0-3) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../045-libdrm-common_2.4.110-1_all.deb ...
- Unpacking libdrm-common (2.4.110-1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../046-libdrm2_2.4.110-1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.110-1) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../047-libdrm-amdgpu1_2.4.110-1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.110-1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../048-libpciaccess0_0.16-3_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.16-3) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../049-libdrm-intel1_2.4.110-1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.110-1) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../050-libdrm-radeon1_2.4.110-1_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.110-1) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../051-libdrm-nouveau2_2.4.110-1_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.110-1) ...
- Selecting previously unselected package libpciaccess-dev:amd64.
- Preparing to unpack .../052-libpciaccess-dev_0.16-3_amd64.deb ...
- Unpacking libpciaccess-dev:amd64 (0.16-3) ...
- Selecting previously unselected package libdrm-dev:amd64.
- Preparing to unpack .../053-libdrm-dev_2.4.110-1_amd64.deb ...
- Unpacking libdrm-dev:amd64 (2.4.110-1) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../054-libglvnd0_1.4.0-1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.4.0-1) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../055-libgbm1_22.0.5-1_amd64.deb ...
- Unpacking libgbm1:amd64 (22.0.5-1) ...
- Selecting previously unselected package libglapi-mesa:amd64.
- Preparing to unpack .../056-libglapi-mesa_22.0.5-1_amd64.deb ...
- Unpacking libglapi-mesa:amd64 (22.0.5-1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../057-libx11-xcb1_2%3a1.7.5-1_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.7.5-1) ...
- Selecting previously unselected package libxcb-dri2-0:amd64.
- Preparing to unpack .../058-libxcb-dri2-0_1.14-3_amd64.deb ...
- Unpacking libxcb-dri2-0:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../059-libxcb-dri3-0_1.14-3_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../060-libxcb-present0_1.14-3_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../061-libxcb-sync1_1.14-3_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../062-libxcb-xfixes0_1.14-3_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.14-3) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../063-libxshmfence1_1.3-1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1) ...
- Selecting previously unselected package libegl-mesa0:amd64.
- Preparing to unpack .../064-libegl-mesa0_22.0.5-1_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (22.0.5-1) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../065-libegl1_1.4.0-1_amd64.deb ...
- Unpacking libegl1:amd64 (1.4.0-1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../066-libxcb-glx0_1.14-3_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.14-3) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../067-libxfixes3_1%3a6.0.0-1_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-1) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../068-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Selecting previously unselected package libelf1:amd64.
- Preparing to unpack .../069-libelf1_0.187-1_amd64.deb ...
- Unpacking libelf1:amd64 (0.187-1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../070-libz3-4_4.8.12-1+b1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-1+b1) ...
- Selecting previously unselected package libllvm14:amd64.
- Preparing to unpack .../071-libllvm14_1%3a14.0.4-4_amd64.deb ...
- Unpacking libllvm14:amd64 (1:14.0.4-4) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../072-libsensors-config_1%3a3.6.0-7_all.deb ...
- Unpacking libsensors-config (1:3.6.0-7) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../073-libsensors5_1%3a3.6.0-7_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-7) ...
- Selecting previously unselected package libvulkan1:amd64.
- Preparing to unpack .../074-libvulkan1_1.3.211.0-1_amd64.deb ...
- Unpacking libvulkan1:amd64 (1.3.211.0-1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../075-libgl1-mesa-dri_22.0.5-1_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (22.0.5-1) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../076-libglx-mesa0_22.0.5-1_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (22.0.5-1) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../077-libglx0_1.4.0-1_amd64.deb ...
- Unpacking libglx0:amd64 (1.4.0-1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../078-libgl1_1.4.0-1_amd64.deb ...
- Unpacking libgl1:amd64 (1.4.0-1) ...
- Selecting previously unselected package libglx-dev:amd64.
- Preparing to unpack .../079-libglx-dev_1.4.0-1_amd64.deb ...
- Unpacking libglx-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libgl-dev:amd64.
- Preparing to unpack .../080-libgl-dev_1.4.0-1_amd64.deb ...
- Unpacking libgl-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libegl-dev:amd64.
- Preparing to unpack .../081-libegl-dev_1.4.0-1_amd64.deb ...
- Unpacking libegl-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libglvnd-core-dev:amd64.
- Preparing to unpack .../082-libglvnd-core-dev_1.4.0-1_amd64.deb ...
- Unpacking libglvnd-core-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libgles1:amd64.
- Preparing to unpack .../083-libgles1_1.4.0-1_amd64.deb ...
- Unpacking libgles1:amd64 (1.4.0-1) ...
- Selecting previously unselected package libgles2:amd64.
- Preparing to unpack .../084-libgles2_1.4.0-1_amd64.deb ...
- Unpacking libgles2:amd64 (1.4.0-1) ...
- Selecting previously unselected package libgles-dev:amd64.
- Preparing to unpack .../085-libgles-dev_1.4.0-1_amd64.deb ...
- Unpacking libgles-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libopengl0:amd64.
- Preparing to unpack .../086-libopengl0_1.4.0-1_amd64.deb ...
- Unpacking libopengl0:amd64 (1.4.0-1) ...
- Selecting previously unselected package libopengl-dev:amd64.
- Preparing to unpack .../087-libopengl-dev_1.4.0-1_amd64.deb ...
- Unpacking libopengl-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libglvnd-dev:amd64.
- Preparing to unpack .../088-libglvnd-dev_1.4.0-1_amd64.deb ...
- Unpacking libglvnd-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libegl1-mesa-dev:amd64.
- Preparing to unpack .../089-libegl1-mesa-dev_22.0.5-1_amd64.deb ...
- Unpacking libegl1-mesa-dev:amd64 (22.0.5-1) ...
- Selecting previously unselected package libogg0:amd64.
- Preparing to unpack .../090-libogg0_1.3.4-0.1_amd64.deb ...
- Unpacking libogg0:amd64 (1.3.4-0.1) ...
- Selecting previously unselected package libflac8:amd64.
- Preparing to unpack .../091-libflac8_1.3.4-1_amd64.deb ...
- Unpacking libflac8:amd64 (1.3.4-1) ...
- Selecting previously unselected package libgbm-dev:amd64.
- Preparing to unpack .../092-libgbm-dev_22.0.5-1_amd64.deb ...
- Unpacking libgbm-dev:amd64 (22.0.5-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../093-libglib2.0-data_2.72.1-1_all.deb ...
- Unpacking libglib2.0-data (2.72.1-1) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../094-libglib2.0-bin_2.72.1-1_amd64.deb ...
- Unpacking libglib2.0-bin (2.72.1-1) ...
- Selecting previously unselected package python3-lib2to3.
- Preparing to unpack .../095-python3-lib2to3_3.9.12-1_all.deb ...
- Unpacking python3-lib2to3 (3.9.12-1) ...
- Selecting previously unselected package python3-distutils.
- Preparing to unpack .../096-python3-distutils_3.9.12-1_all.deb ...
- Unpacking python3-distutils (3.9.12-1) ...
- Selecting previously unselected package libglib2.0-dev-bin.
- Preparing to unpack .../097-libglib2.0-dev-bin_2.72.1-1_amd64.deb ...
- Unpacking libglib2.0-dev-bin (2.72.1-1) ...
- Selecting previously unselected package libsepol-dev:amd64.
- Preparing to unpack .../098-libsepol-dev_3.3-1_amd64.deb ...
- Unpacking libsepol-dev:amd64 (3.3-1) ...
- Selecting previously unselected package libpcre2-16-0:amd64.
- Preparing to unpack .../099-libpcre2-16-0_10.40-1_amd64.deb ...
- Unpacking libpcre2-16-0:amd64 (10.40-1) ...
- Selecting previously unselected package libpcre2-32-0:amd64.
- Preparing to unpack .../100-libpcre2-32-0_10.40-1_amd64.deb ...
- Unpacking libpcre2-32-0:amd64 (10.40-1) ...
- Selecting previously unselected package libpcre2-posix3:amd64.
- Preparing to unpack .../101-libpcre2-posix3_10.40-1_amd64.deb ...
- Unpacking libpcre2-posix3:amd64 (10.40-1) ...
- Selecting previously unselected package libpcre2-dev:amd64.
- Preparing to unpack .../102-libpcre2-dev_10.40-1_amd64.deb ...
- Unpacking libpcre2-dev:amd64 (10.40-1) ...
- Selecting previously unselected package libselinux1-dev:amd64.
- Preparing to unpack .../103-libselinux1-dev_3.3-1+b2_amd64.deb ...
- Unpacking libselinux1-dev:amd64 (3.3-1+b2) ...
- Selecting previously unselected package libmount-dev:amd64.
- Preparing to unpack .../104-libmount-dev_2.38-4_amd64.deb ...
- Unpacking libmount-dev:amd64 (2.38-4) ...
- Selecting previously unselected package libpcre16-3:amd64.
- Preparing to unpack .../105-libpcre16-3_2%3a8.39-14_amd64.deb ...
- Unpacking libpcre16-3:amd64 (2:8.39-14) ...
- Selecting previously unselected package libpcre32-3:amd64.
- Preparing to unpack .../106-libpcre32-3_2%3a8.39-14_amd64.deb ...
- Unpacking libpcre32-3:amd64 (2:8.39-14) ...
- Selecting previously unselected package libpcrecpp0v5:amd64.
- Preparing to unpack .../107-libpcrecpp0v5_2%3a8.39-14_amd64.deb ...
- Unpacking libpcrecpp0v5:amd64 (2:8.39-14) ...
- Selecting previously unselected package libpcre3-dev:amd64.
- Preparing to unpack .../108-libpcre3-dev_2%3a8.39-14_amd64.deb ...
- Unpacking libpcre3-dev:amd64 (2:8.39-14) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../109-zlib1g-dev_1%3a1.2.11.dfsg-4_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-4) ...
- Selecting previously unselected package libglib2.0-dev:amd64.
- Preparing to unpack .../110-libglib2.0-dev_2.72.1-1_amd64.deb ...
- Unpacking libglib2.0-dev:amd64 (2.72.1-1) ...
- Selecting previously unselected package libglu1-mesa:amd64.
- Preparing to unpack .../111-libglu1-mesa_9.0.2-1_amd64.deb ...
- Unpacking libglu1-mesa:amd64 (9.0.2-1) ...
- Selecting previously unselected package libglu1-mesa-dev:amd64.
- Preparing to unpack .../112-libglu1-mesa-dev_9.0.2-1_amd64.deb ...
- Unpacking libglu1-mesa-dev:amd64 (9.0.2-1) ...
- Selecting previously unselected package libibus-1.0-dev:amd64.
- Preparing to unpack .../113-libibus-1.0-dev_1.5.26-4_amd64.deb ...
- Unpacking libibus-1.0-dev:amd64 (1.5.26-4) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../114-x11-common_1%3a7.7+23_all.deb ...
- Unpacking x11-common (1:7.7+23) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../115-libice6_2%3a1.0.10-1_amd64.deb ...
- Unpacking libice6:amd64 (2:1.0.10-1) ...
- Selecting previously unselected package libice-dev:amd64.
- Preparing to unpack .../116-libice-dev_2%3a1.0.10-1_amd64.deb ...
- Unpacking libice-dev:amd64 (2:1.0.10-1) ...
- Selecting previously unselected package libopus0:amd64.
- Preparing to unpack .../117-libopus0_1.3.1-0.1_amd64.deb ...
- Unpacking libopus0:amd64 (1.3.1-0.1) ...
- Selecting previously unselected package libvorbis0a:amd64.
- Preparing to unpack .../118-libvorbis0a_1.3.7-1_amd64.deb ...
- Unpacking libvorbis0a:amd64 (1.3.7-1) ...
- Selecting previously unselected package libvorbisenc2:amd64.
- Preparing to unpack .../119-libvorbisenc2_1.3.7-1_amd64.deb ...
- Unpacking libvorbisenc2:amd64 (1.3.7-1) ...
- Selecting previously unselected package libsndfile1:amd64.
- Preparing to unpack .../120-libsndfile1_1.0.31-2_amd64.deb ...
- Unpacking libsndfile1:amd64 (1.0.31-2) ...
- Selecting previously unselected package libwrap0:amd64.
- Preparing to unpack .../121-libwrap0_7.6.q-31_amd64.deb ...
- Unpacking libwrap0:amd64 (7.6.q-31) ...
- Selecting previously unselected package libpulse0:amd64.
- Preparing to unpack .../122-libpulse0_15.0+dfsg1-4+b1_amd64.deb ...
- Unpacking libpulse0:amd64 (15.0+dfsg1-4+b1) ...
- Selecting previously unselected package libpulse-mainloop-glib0:amd64.
- Preparing to unpack .../123-libpulse-mainloop-glib0_15.0+dfsg1-4+b1_amd64.deb ...
- Unpacking libpulse-mainloop-glib0:amd64 (15.0+dfsg1-4+b1) ...
- Selecting previously unselected package libpulse-dev:amd64.
- Preparing to unpack .../124-libpulse-dev_15.0+dfsg1-4+b1_amd64.deb ...
- Unpacking libpulse-dev:amd64 (15.0+dfsg1-4+b1) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../125-libxcursor1_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../126-libxi6_2%3a1.8-1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8-1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../127-libxinerama1_2%3a1.1.4-3_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../128-xkb-data_2.35.1-1_all.deb ...
- Unpacking xkb-data (2.35.1-1) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../129-libxkbcommon0_1.4.0-1_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (1.4.0-1) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../130-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Selecting previously unselected package libxss1:amd64.
- Preparing to unpack .../131-libxss1_1%3a1.2.3-1_amd64.deb ...
- Unpacking libxss1:amd64 (1:1.2.3-1) ...
- Selecting previously unselected package libsdl2-2.0-0:amd64.
- Preparing to unpack .../132-libsdl2-2.0-0_2.0.22+dfsg-4_amd64.deb ...
- Unpacking libsdl2-2.0-0:amd64 (2.0.22+dfsg-4) ...
- Selecting previously unselected package libsndio7.0:amd64.
- Preparing to unpack .../133-libsndio7.0_1.8.1-1.1_amd64.deb ...
- Unpacking libsndio7.0:amd64 (1.8.1-1.1) ...
- Selecting previously unselected package libsndio-dev:amd64.
- Preparing to unpack .../134-libsndio-dev_1.8.1-1.1_amd64.deb ...
- Unpacking libsndio-dev:amd64 (1.8.1-1.1) ...
- Selecting previously unselected package libudev-dev:amd64.
- Preparing to unpack .../135-libudev-dev_251.1-1_amd64.deb ...
- Unpacking libudev-dev:amd64 (251.1-1) ...
- Selecting previously unselected package libxrender-dev:amd64.
- Preparing to unpack .../136-libxrender-dev_1%3a0.9.10-1_amd64.deb ...
- Unpacking libxrender-dev:amd64 (1:0.9.10-1) ...
- Selecting previously unselected package libxfixes-dev:amd64.
- Preparing to unpack .../137-libxfixes-dev_1%3a6.0.0-1_amd64.deb ...
- Unpacking libxfixes-dev:amd64 (1:6.0.0-1) ...
- Selecting previously unselected package libxcursor-dev:amd64.
- Preparing to unpack .../138-libxcursor-dev_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxcursor-dev:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libxext-dev:amd64.
- Preparing to unpack .../139-libxext-dev_2%3a1.3.4-1_amd64.deb ...
- Unpacking libxext-dev:amd64 (2:1.3.4-1) ...
- Selecting previously unselected package libxi-dev:amd64.
- Preparing to unpack .../140-libxi-dev_2%3a1.8-1_amd64.deb ...
- Unpacking libxi-dev:amd64 (2:1.8-1) ...
- Selecting previously unselected package libxinerama-dev:amd64.
- Preparing to unpack .../141-libxinerama-dev_2%3a1.1.4-3_amd64.deb ...
- Unpacking libxinerama-dev:amd64 (2:1.1.4-3) ...
- Selecting previously unselected package libxkbcommon-dev:amd64.
- Preparing to unpack .../142-libxkbcommon-dev_1.4.0-1_amd64.deb ...
- Unpacking libxkbcommon-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libxrandr-dev:amd64.
- Preparing to unpack .../143-libxrandr-dev_2%3a1.5.2-2+b1_amd64.deb ...
- Unpacking libxrandr-dev:amd64 (2:1.5.2-2+b1) ...
- Selecting previously unselected package libxss-dev:amd64.
- Preparing to unpack .../144-libxss-dev_1%3a1.2.3-1_amd64.deb ...
- Unpacking libxss-dev:amd64 (1:1.2.3-1) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../145-libsm6_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libxt6:amd64.
- Preparing to unpack .../146-libxt6_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxt6:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libsm-dev:amd64.
- Preparing to unpack .../147-libsm-dev_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm-dev:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libxt-dev:amd64.
- Preparing to unpack .../148-libxt-dev_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxt-dev:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libxv1:amd64.
- Preparing to unpack .../149-libxv1_2%3a1.0.11-1_amd64.deb ...
- Unpacking libxv1:amd64 (2:1.0.11-1) ...
- Selecting previously unselected package libxv-dev:amd64.
- Preparing to unpack .../150-libxv-dev_2%3a1.0.11-1_amd64.deb ...
- Unpacking libxv-dev:amd64 (2:1.0.11-1) ...
- Selecting previously unselected package libxxf86vm-dev:amd64.
- Preparing to unpack .../151-libxxf86vm-dev_1%3a1.1.4-1+b2_amd64.deb ...
- Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1+b2) ...
- Selecting previously unselected package libsdl2-dev:amd64.
- Preparing to unpack .../152-libsdl2-dev_2.0.22+dfsg-4_amd64.deb ...
- Unpacking libsdl2-dev:amd64 (2.0.22+dfsg-4) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../153-libxcb-randr0_1.14-3_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.14-3) ...
- Selecting previously unselected package mesa-vulkan-drivers:amd64.
- Preparing to unpack .../154-mesa-vulkan-drivers_22.0.5-1_amd64.deb ...
- Unpacking mesa-vulkan-drivers:amd64 (22.0.5-1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../155-shared-mime-info_2.2-1_amd64.deb ...
- Unpacking shared-mime-info (2.2-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../156-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Setting up media-types (8.0.0) ...
- Setting up libpcrecpp0v5:amd64 (2:8.39-14) ...
- Setting up libgraphite2-3:amd64 (1.3.14-1) ...
- Setting up libxcb-dri3-0:amd64 (1.14-3) ...
- Setting up libpixman-1-0:amd64 (0.40.0-1) ...
- Setting up libicu71:amd64 (71.1-3) ...
- Setting up libwayland-server0:amd64 (1.20.0-1) ...
- Setting up libx11-xcb1:amd64 (2:1.7.5-1) ...
- Setting up libpciaccess0:amd64 (0.16-3) ...
- Setting up fontconfig (2.13.1-4.4) ...
- Regenerating fonts cache... 
- done.
- Setting up libapparmor1:amd64 (3.0.4-2) ...
- Setting up libpciaccess-dev:amd64 (0.16-3) ...
- Setting up libxcb-xfixes0:amd64 (1.14-3) ...
- Setting up libogg0:amd64 (1.3.4-0.1) ...
- Setting up libglvnd-core-dev:amd64 (1.4.0-1) ...
- Setting up libpcre16-3:amd64 (2:8.39-14) ...
- Setting up libxi6:amd64 (2:1.8-1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1) ...
- Setting up libdatrie1:amd64 (0.2.13-2) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libxcb-render0:amd64 (1.14-3) ...
- Setting up libglib2.0-0:amd64 (2.72.1-1) ...
- No schema files found: doing nothing.
- Setting up libglvnd0:amd64 (1.4.0-1) ...
- Setting up libxcb-glx0:amd64 (1.14-3) ...
- Setting up libibus-1.0-5:amd64 (1.5.26-4) ...
- Setting up x11-common (1:7.7+23) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of restart.
- Setting up libsensors-config (1:3.6.0-7) ...
- Setting up xkb-data (2.35.1-1) ...
- Setting up libxcb-shm0:amd64 (1.14-3) ...
- Setting up libffi-dev:amd64 (3.4.2-4) ...
- Setting up libcairo2:amd64 (1.16.0-5) ...
- Setting up libpcre2-16-0:amd64 (10.40-1) ...
- Setting up libopengl0:amd64 (1.4.0-1) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Setting up libflac8:amd64 (1.3.4-1) ...
- Setting up libxcb-present0:amd64 (1.14-3) ...
- Setting up libasound2-data (1.2.6.1-2) ...
- Setting up libz3-4:amd64 (4.8.12-1+b1) ...
- Setting up libpcre2-32-0:amd64 (10.40-1) ...
- Setting up libglib2.0-data (2.72.1-1) ...
- Setting up libgles2:amd64 (1.4.0-1) ...
- Setting up libwrap0:amd64 (7.6.q-31) ...
- Setting up libxfixes3:amd64 (1:6.0.0-1) ...
- Setting up libxcb-sync1:amd64 (1.14-3) ...
- Setting up uuid-dev:amd64 (2.38-4) ...
- Setting up libgles1:amd64 (1.4.0-1) ...
- Setting up libdbus-1-3:amd64 (1.14.0-1) ...
- Setting up libfribidi0:amd64 (1.0.8-2.1) ...
- Setting up libopus0:amd64 (1.3.1-0.1) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3) ...
- Setting up libxv1:amd64 (2:1.0.11-1) ...
- Setting up libpcre32-3:amd64 (2:8.39-14) ...
- Setting up libvorbis0a:amd64 (1.3.7-1) ...
- Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libudev-dev:amd64 (251.1-1) ...
- Setting up libsepol-dev:amd64 (3.3-1) ...
- Setting up libsensors5:amd64 (1:3.6.0-7) ...
- Setting up libglapi-mesa:amd64 (22.0.5-1) ...
- Setting up libvulkan1:amd64 (1.3.211.0-1) ...
- Setting up libxext-dev:amd64 (2:1.3.4-1) ...
- Setting up libxcb-dri2-0:amd64 (1.14-3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-4) ...
- Setting up libpcre2-posix3:amd64 (10.40-1) ...
- Setting up alsa-topology-conf (1.2.5.1-2) ...
- Setting up libasyncns0:amd64 (0.8-6+b2) ...
- Setting up libxshmfence1:amd64 (1.3-1) ...
- Setting up libxcb-randr0:amd64 (1.14-3) ...
- Setting up dbus-session-bus-common (1.14.0-1) ...
- Setting up libasound2:amd64 (1.2.6.1-2+b1) ...
- Setting up libmpdec3:amd64 (2.5.1-2) ...
- Setting up libharfbuzz0b:amd64 (2.7.4-1+b1) ...
- Setting up libthai-data (0.1.29-1) ...
- Setting up libgirepository-1.0-1:amd64 (1.72.0-1+b1) ...
- Setting up sgml-base (1.30) ...
- Setting up libglu1-mesa:amd64 (9.0.2-1) ...
- Setting up libwayland-egl1:amd64 (1.20.0-1) ...
- Setting up libxss1:amd64 (1:1.2.3-1) ...
- Setting up libopengl-dev:amd64 (1.4.0-1) ...
- Setting up dbus-system-bus-common (1.14.0-1) ...
- Setting up libasound2-dev:amd64 (1.2.6.1-2+b1) ...
- Setting up libdrm-common (2.4.110-1) ...
- Setting up libelf1:amd64 (0.187-1) ...
- Setting up libxrender-dev:amd64 (1:0.9.10-1) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1) ...
- Setting up dbus-bin (1.14.0-1) ...
- Setting up libvorbisenc2:amd64 (1.3.7-1) ...
- Setting up libxkbcommon0:amd64 (1.4.0-1) ...
- Setting up libwayland-client0:amd64 (1.20.0-1) ...
- Setting up libblkid-dev:amd64 (2.38-4) ...
- Setting up libice6:amd64 (2:1.0.10-1) ...
- Setting up libpcre2-dev:amd64 (10.40-1) ...
- Setting up libice-dev:amd64 (2:1.0.10-1) ...
- Setting up alsa-ucm-conf (1.2.6.3-1) ...
- Setting up libselinux1-dev:amd64 (3.3-1+b2) ...
- Setting up libpcre3-dev:amd64 (2:8.39-14) ...
- Setting up libxxf86vm-dev:amd64 (1:1.1.4-1+b2) ...
- Setting up libxkbcommon-dev:amd64 (1.4.0-1) ...
- Setting up libxcursor1:amd64 (1:1.2.1-1) ...
- Setting up libglib2.0-bin (2.72.1-1) ...
- Setting up dbus-daemon (1.14.0-1) ...
- Setting up libxss-dev:amd64 (1:1.2.3-1) ...
- Setting up libxfixes-dev:amd64 (1:6.0.0-1) ...
- Setting up libpython3.10-stdlib:amd64 (3.10.4-4+b1) ...
- Setting up libthai0:amd64 (0.1.29-1) ...
- Setting up libxv-dev:amd64 (2:1.0.11-1) ...
- Setting up libwayland-bin (1.20.0-1) ...
- Setting up libxrandr-dev:amd64 (2:1.5.2-2+b1) ...
- Setting up dbus (1.14.0-1) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up shared-mime-info (2.2-1) ...
- Setting up libxinerama-dev:amd64 (2:1.1.4-3) ...
- Setting up gir1.2-glib-2.0:amd64 (1.72.0-1+b1) ...
- Setting up libsndio7.0:amd64 (1.8.1-1.1) ...
- Setting up libllvm14:amd64 (1:14.0.4-4) ...
- Setting up libdrm2:amd64 (2.4.110-1) ...
- Setting up libwayland-cursor0:amd64 (1.20.0-1) ...
- Setting up xml-core (0.18+nmu1) ...
- Setting up libdecor-0-0:amd64 (0.1.0-3) ...
- Setting up libsndfile1:amd64 (1.0.31-2) ...
- Setting up libxi-dev:amd64 (2:1.8-1) ...
- Setting up gir1.2-ibus-1.0:amd64 (1.5.26-4) ...
- Setting up libsm6:amd64 (2:1.2.3-1) ...
- Setting up libmount-dev:amd64 (2.38-4) ...
- Setting up libpython3-stdlib:amd64 (3.10.4-1+b1) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.110-1) ...
- Setting up mesa-vulkan-drivers:amd64 (22.0.5-1) ...
- Setting up libdrm-nouveau2:amd64 (2.4.110-1) ...
- Setting up libsndio-dev:amd64 (1.8.1-1.1) ...
- Setting up python3.10 (3.10.4-4+b1) ...
- Setting up libgbm1:amd64 (22.0.5-1) ...
- Setting up libpulse0:amd64 (15.0+dfsg1-4+b1) ...
- Setting up libsm-dev:amd64 (2:1.2.3-1) ...
- Setting up libdrm-radeon1:amd64 (2.4.110-1) ...
- Setting up libxcursor-dev:amd64 (1:1.2.1-1) ...
- Setting up libpango-1.0-0:amd64 (1.50.7+ds-1) ...
- Setting up libdrm-intel1:amd64 (2.4.110-1) ...
- Setting up libgl1-mesa-dri:amd64 (22.0.5-1) ...
- Setting up python3 (3.10.4-1+b1) ...
- running python rtupdate hooks for python3.10...
- running python post-rtupdate hooks for python3.10...
- Setting up libwayland-dev:amd64 (1.20.0-1) ...
- Setting up libgbm-dev:amd64 (22.0.5-1) ...
- Setting up libdecor-0-dev:amd64 (0.1.0-3) ...
- Setting up libegl-mesa0:amd64 (22.0.5-1) ...
- Setting up libpulse-mainloop-glib0:amd64 (15.0+dfsg1-4+b1) ...
- Setting up libxt6:amd64 (1:1.2.1-1) ...
- Setting up libegl1:amd64 (1.4.0-1) ...
- Setting up libpangoft2-1.0-0:amd64 (1.50.7+ds-1) ...
- Setting up libsdl2-2.0-0:amd64 (2.0.22+dfsg-4) ...
- Setting up python3-lib2to3 (3.9.12-1) ...
- Setting up libpangocairo-1.0-0:amd64 (1.50.7+ds-1) ...
- Setting up python3-distutils (3.9.12-1) ...
- Setting up libglib2.0-dev-bin (2.72.1-1) ...
- Setting up libdrm-dev:amd64 (2.4.110-1) ...
- Setting up libglx-mesa0:amd64 (22.0.5-1) ...
- Setting up libglx0:amd64 (1.4.0-1) ...
- Setting up libgl1:amd64 (1.4.0-1) ...
- Setting up libglib2.0-dev:amd64 (2.72.1-1) ...
- Setting up libxt-dev:amd64 (1:1.2.1-1) ...
- Setting up libdecor-0-plugin-1-cairo:amd64 (0.1.0-3) ...
- Setting up libpulse-dev:amd64 (15.0+dfsg1-4+b1) ...
- Setting up libglx-dev:amd64 (1.4.0-1) ...
- Setting up libgl-dev:amd64 (1.4.0-1) ...
- Setting up libegl-dev:amd64 (1.4.0-1) ...
- Setting up libglu1-mesa-dev:amd64 (9.0.2-1) ...
- Setting up libgles-dev:amd64 (1.4.0-1) ...
- Setting up libglvnd-dev:amd64 (1.4.0-1) ...
- Setting up libegl1-mesa-dev:amd64 (22.0.5-1) ...
- Processing triggers for libc-bin (2.33-7) ...
- Processing triggers for sgml-base (1.30) ...
- Setting up libdbus-1-dev:amd64 (1.14.0-1) ...
- Setting up libibus-1.0-dev:amd64 (1.5.26-4) ...
- Setting up libsdl2-dev:amd64 (2.0.22+dfsg-4) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/44:
Processing  2/44:
Processing  3/44:
Processing  4/44:
Processing  5/44:
Processing  6/44:
Processing  7/44: [conf-pkg-config: pkg-config]
-> retrieved bigarray-compat.1.1.0  (cached)
Processing  8/44: [conf-pkg-config: pkg-config]
Processing  9/44: [conf-pkg-config: pkg-config]
-> retrieved ctypes.0.20.1  (cached)
Processing 10/44: [conf-pkg-config: pkg-config]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/5.0/.opam-switch/build/conf-pkg-config.2)
- Usage:
-   pkg-config [OPTION?]
- 
- Help Options:
-   -h, --help                              Show help options
- 
- Application Options:
-   --version                               output version of pkg-config
-   --modversion                            output version for package
-   --atleast-pkgconfig-version=VERSION     require given version of pkg-config
-   --libs                                  output all linker flags
-   --static                                output linker flags for static linking
-   --short-errors                          print short errors
-   --libs-only-l                           output -l flags
-   --libs-only-other                       output other libs (e.g. -pthread)
-   --libs-only-L                           output -L flags
-   --cflags                                output all pre-processor and compiler flags
-   --cflags-only-I                         output -I flags
-   --cflags-only-other                     output cflags not covered by the cflags-only-I option
-   --variable=NAME                         get the value of variable named NAME
-   --define-variable=NAME=VALUE            set variable NAME to VALUE
-   --exists                                return 0 if the module(s) exist
-   --print-variables                       output list of variables defined by the module
-   --uninstalled                           return 0 if the uninstalled version of one or more module(s) or their dependencies will be used
-   --atleast-version=VERSION               return 0 if the module is at least version VERSION
-   --exact-version=VERSION                 return 0 if the module is at exactly version VERSION
-   --max-version=VERSION                   return 0 if the module is at no newer than version VERSION
-   --list-all                              list all known packages
-   --debug                                 show verbose debug information
-   --print-errors                          show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line)
-   --silence-errors                        be silent about errors (default when --exists or --atleast/exact/max-version given on the command line)
-   --errors-to-stdout                      print errors from --print-errors to stdout not stderr
-   --print-provides                        print which packages the package provides
-   --print-requires                        print which packages the package requires
-   --print-requires-private                print which packages the package requires for static linking
-   --validate                              validate a package's .pc file
-   --define-prefix                         try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --dont-define-prefix                    don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --prefix-variable=PREFIX                set the name of the variable that pkg-config automatically sets
- 
-> compiled  conf-pkg-config.2
Processing 10/44:
Processing 11/44: [conf-pkg-config: mkdir]
-> retrieved dune.3.2.0  (cached)
Processing 12/44: [conf-pkg-config: mkdir]
Processing 13/44: [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
-> retrieved integers.0.7.0  (cached)
Processing 14/44: [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/5.0/lib/pkgconfig" (CWD=/home/opam/.opam/5.0/.opam-switch/build/conf-pkg-config.2)
-> installed conf-pkg-config.2
Processing 14/44: [dune: ocaml bootstrap.ml]
Processing 15/44: [conf-libffi: pkg-config libffi] [dune: ocaml bootstrap.ml]
Processing 16/44: [conf-libffi: pkg-config libffi] [conf-sdl2: pkg-config sdl2] [dune: ocaml bootstrap.ml]
-> retrieved bimage.0.2.1, bimage-sdl.0.2.1  (cached)
Processing 17/44: [conf-libffi: pkg-config libffi] [conf-sdl2: pkg-config sdl2] [dune: ocaml bootstrap.ml]
-> retrieved ocamlbuild.0.14.1  (cached)
Processing 18/44: [conf-libffi: pkg-config libffi] [conf-sdl2: pkg-config sdl2] [dune: ocaml bootstrap.ml]
Processing 19/44: [conf-libffi: pkg-config libffi] [conf-sdl2: pkg-config sdl2] [dune: ocaml bootstrap.ml] [ocamlbuild: make configure.make]
-> retrieved ocamlfind.1.9.3  (cached)
Processing 20/44: [conf-libffi: pkg-config libffi] [conf-sdl2: pkg-config sdl2] [dune: ocaml bootstrap.ml] [ocamlbuild: make configure.make]
Processing 21/44: [conf-libffi: pkg-config libffi] [conf-sdl2: pkg-config sdl2] [dune: ocaml bootstrap.ml] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "libffi" (CWD=/home/opam/.opam/5.0/.opam-switch/build/conf-libffi.2.0.0)
-> compiled  conf-libffi.2.0.0
Processing 21/44: [conf-sdl2: pkg-config sdl2] [dune: ocaml bootstrap.ml] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
-> installed conf-libffi.2.0.0
Processing 22/44: [conf-sdl2: pkg-config sdl2] [dune: ocaml bootstrap.ml] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
Processing 23/44: [conf-sdl2: pkg-config sdl2] [dune: ocaml bootstrap.ml] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
-> installed ctypes-foreign.0.18.0
Processing 24/44: [conf-sdl2: pkg-config sdl2] [dune: ocaml bootstrap.ml] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "sdl2" (CWD=/home/opam/.opam/5.0/.opam-switch/build/conf-sdl2.1)
-> compiled  conf-sdl2.1
Processing 24/44: [dune: ocaml bootstrap.ml] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
-> installed conf-sdl2.1
Processing 25/44: [dune: ocaml bootstrap.ml] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.5  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=/home/opam/.opam/5.0" "OCAMLBUILD_BINDIR=/home/opam/.opam/5.0/bin" "OCAMLBUILD_LIBDIR=/home/opam/.opam/5.0/lib" "OCAMLBUILD_MANDIR=/home/opam/.opam/5.0/man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=/home/opam/.opam/5.0/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/5.0/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/5.0/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/5.0"; \
- echo "BINDIR=/home/opam/.opam/5.0/bin"; \
- echo "LIBDIR=/home/opam/.opam/5.0/lib"; \
- echo "MANDIR=/home/opam/.opam/5.0/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/5.0/bin"'; \
- echo 'let libdir = "/home/opam/.opam/5.0/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/5.0/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/5.0/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.1"'; \
- ) > src/ocamlbuild_config.ml
Processing 25/44: [dune: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved tsdl.0.9.9  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/5.0/bin" "-sitelib" "/home/opam/.opam/5.0/lib" "-mandir" "/home/opam/.opam/5.0/man" "-config" "/home/opam/.opam/5.0/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/5.0/.opam-switch/build/ocamlfind.1.9.3)
- Welcome to findlib version 1.9.3
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: not present (possible since 4.08)
- configure: ocamlfind requires OCaml's Unix library
[ERROR] The compilation of ocamlfind.1.9.3 failed at "./configure -bindir /home/opam/.opam/5.0/bin -sitelib /home/opam/.opam/5.0/lib -mandir /home/opam/.opam/5.0/man -config /home/opam/.opam/5.0/lib/findlib.conf -no-custom -no-camlp4".
Processing 25/44: [dune: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled]
Processing 26/44: [dune: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1)
- if test -d /home/opam/.opam/5.0/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/5.0/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo src/ocamlbuild.cmo
- ocamlc.opt -a -o src/ocamlbuildlib.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild.cmx
- ocamlopt.opt -a -o src/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
- make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
- echo 'lib: [' >> ocamlbuild.install
- make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
- make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
- for lib in src/ocamlbuildlib.cma src/ocamlbuild.cmo src/ocamlbuild_pack.cmi src/ocamlbuild_plugin.cmi src/ocamlbuild_executor.cmi src/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
- make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
- for lib in src/ocamlbuildlib.cmxa src/ocamlbuildlib.a src/ocamlbuild.cmx src/ocamlbuild.o src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild_plugin.o src/ocamlbuild_executor.o src/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
- make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
- make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
- make[1]: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/ocamlbuild.0.14.1'
-> compiled  ocamlbuild.0.14.1
Processing 26/44: [dune: ocaml bootstrap.ml]
-> installed ocamlbuild.0.14.1
Processing 27/44: [dune: ocaml bootstrap.ml]
Processing 28/44: [dune: ocaml bootstrap.ml]
Processing 29/44: [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/dune.3.2.0)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- ./.duneboot.exe -j 31
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_filesystem_stubs.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads spawn.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads ocaml_inotify__inotify.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads async_inotify_for_dune__async_inotify.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads build_path_prefix_map.ml
- File "vendor/build_path_prefix_map/src/build_path_prefix_map.ml", line 5, characters 17-31:
- Alert deprecated: Stdlib.Printf.kprintf
- Use Printf.ksprintf instead.
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads spawn.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads ocaml_inotify__inotify.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_filesystem_stubs.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLexer.ml
- File "vendor/opam-file-format/src/opamLexer.mll", line 21, characters 2-16:
- Alert deprecated: Stdlib.Printf.kprintf
- Use Printf.ksprintf instead.
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune__path.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune__digest.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune__proc.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune__metrics.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune__fpath.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune__ansi_color.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune__path.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune__temp.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune__digest.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune__io.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune__sys.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune__bin.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune__env.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune__proc.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads stdune.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_util__config.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_util__log.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads async_inotify_for_dune__async_inotify.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_util__config.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__cached_digest.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_util__log.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_stats.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads csexp_rpc.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_file_watcher.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_action_plugin.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads memo.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_util__report_error.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_rpc_impl__where.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_rpc_impl__where.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_util.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_cache_storage__layout.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_cache_storage__util.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__fs_cache.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__diff_promotion.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_rpc_server.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__cached_digest.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_cache__trimmer.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__fs_cache.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_cache__local.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__targets.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__fs_memo.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__scheduler.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__process.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__print_diff.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__source_tree.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__sandbox.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__action_exec.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__target_promotion.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__rule_cache.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__load_rules.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_engine__build_system.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads csexp_rpc.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_config.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_rpc_impl__run.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_rules__findlib.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_rules__artifact_substitution.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads main__dune_init.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads main__build_cmd.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads main__install_uninstall.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -o ../dune.exe -g -I +threads unix.cmxa threads.cmxa readdir.o wait3_stubs.o spawn_stubs.o fsevents_stubs.o inotify_stubs.o pthread_chdir_stubs.o -args compiled_ml_files
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- 

Processing 29/44: [dune: ./dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/dune.3.2.0)
-> compiled  dune.3.2.0
-> installed dune.3.2.0
Processing 31/44: [bigarray-compat: dune build]
Processing 32/44: [bigarray-compat: dune build] [bimage: dune build]
Processing 33/44: [bigarray-compat: dune build] [bimage: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "bimage" "-j" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/bimage.0.2.1)
- File "src/dune", line 4, characters 12-20:
- 4 |  (libraries bigarray))
-                 ^^^^^^^^
- Error: Library "bigarray" not found.
- -> required by library "bimage" in _build/default/src
- -> required by _build/default/META.bimage
- -> required by _build/install/default/lib/bimage/META
- -> required by _build/default/bimage.install
- -> required by alias install
Processing 33/44: [bigarray-compat: dune build] [stdlib-shims: dune build]
Processing 34/44: [bigarray-compat: dune build] [stdlib-shims: dune build]
[ERROR] The compilation of bimage.0.2.1 failed at "dune build -p bimage -j 31".
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "bigarray-compat" "-j" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/bigarray-compat.1.1.0)
-> compiled  bigarray-compat.1.1.0
Processing 34/44: [stdlib-shims: dune build]
-> installed bigarray-compat.1.1.0
Processing 35/44: [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdlib-shims" "-j" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled  stdlib-shims.0.3.0
-> installed stdlib-shims.0.3.0
Processing 37/44: [integers: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "integers" "-j" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/integers.0.7.0)
-> compiled  integers.0.7.0
-> installed integers.0.7.0

#=== ERROR while compiling ocamlfind.1.9.3 ====================================#
# context              2.2.0~alpha~dev | linux/x86_64 | ocaml-variants.5.0.0+trunk | file:///home/opam/opam-repository
# path                 ~/.opam/5.0/.opam-switch/build/ocamlfind.1.9.3
# command              ~/.opam/opam-init/hooks/sandbox.sh build ./configure -bindir /home/opam/.opam/5.0/bin -sitelib /home/opam/.opam/5.0/lib -mandir /home/opam/.opam/5.0/man -config /home/opam/.opam/5.0/lib/findlib.conf -no-custom -no-camlp4
# exit-code            1
# env-file             ~/.opam/log/ocamlfind-10-9d7b55.env
# output-file          ~/.opam/log/ocamlfind-10-9d7b55.out
### output ###
# Welcome to findlib version 1.9.3
# Configuring core...
# Checking for #remove_directory...
# Testing threading model...
# systhread_supported: true
# Testing DLLs...
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# Testing whether ppxopt can be supported...
# Checking for ocamlc -opaque...
# Querying installation: META list not found
# make install will double-check installed META files
# Configuring libraries...
# unix: not present (possible since 4.08)
# configure: ocamlfind requires OCaml's Unix library


#=== ERROR while compiling bimage.0.2.1 =======================================#
# context              2.2.0~alpha~dev | linux/x86_64 | ocaml-variants.5.0.0+trunk | file:///home/opam/opam-repository
# path                 ~/.opam/5.0/.opam-switch/build/bimage.0.2.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p bimage -j 31
# exit-code            1
# env-file             ~/.opam/log/bimage-10-2dfc87.env
# output-file          ~/.opam/log/bimage-10-2dfc87.out
### output ###
# File "src/dune", line 4, characters 12-20:
# 4 |  (libraries bigarray))
#                 ^^^^^^^^
# Error: Library "bigarray" not found.
# -> required by library "bimage" in _build/default/src
# -> required by _build/default/META.bimage
# -> required by _build/install/default/lib/bimage/META
# -> required by _build/default/bimage.install
# -> required by alias install



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions were aborted
| - install bimage-sdl 0.2.1
| - install ctypes     0.20.1
| - install topkg      1.0.5
| - install tsdl       0.9.9
+- 
+- The following actions failed
| - build bimage    0.2.1
| - build ocamlfind 1.9.3
+- 
+- The following changes have been performed (the rest was aborted)
| - install bigarray-compat 1.1.0
| - install conf-libffi     2.0.0
| - install conf-pkg-config 2
| - install conf-sdl2       1
| - install ctypes-foreign  0.18.0
| - install dune            3.2.0
| - install integers        0.7.0
| - install ocamlbuild      0.14.1
| - install stdlib-shims    0.3.0
+- 
# Run eval $(opam env) to update the current shell environment

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.0/.opam-switch/backup/state-20220603011538.export"
'opam install -vy bimage-sdl.0.2.1' failed.
"/bin/bash" "-c"
"
opam remove -y "bimage-sdl.0.2.1"
opam install -vy "bimage-sdl.0.2.1"
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: "bimage-sdl.0.2.1" | grep -q '"debian-unstable"'; then
        echo "This package failed and has been disabled for CI using the 'x-ci-accept-failures' field."
        exit 69
    fi
fi


exit $res
" failed with exit status 31
Failed: Build failed