(for PR #24267)
2025-11-10 11:02.39: New job: build orrandomForest.3.0.0, lower-bounds, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/24267/head (41de505ec8ff3637ab3cb06a41ccbc29683f566c)
on debian-13-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/24267/head" && git reset --hard 41de505e
git fetch origin master
git merge --no-edit 21f97b2e6d7c617fc0a79cc8e59b2e10690960e1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn orrandomForest.3.0.0 3.0.0
RUN opam reinstall orrandomForest.3.0.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'orrandomForest.3.0.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
ENV OPAMCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMFIXUPCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMUPGRADECRITERIA="+removed,+count[version-lag,solution]"
RUN opam reinstall orrandomForest.3.0.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'orrandomForest.3.0.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-11-10 11:02.39: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e-orrandomForest.3.0.0-41de505ec8ff3637ab3cb06a41ccbc29683f566c"
2025-11-10 11:02.39: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn orrandomForest.3.0.0 3.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall orrandomForest.3.0.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'orrandomForest.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(env OPAMCRITERIA +removed,+count[version-lag,solution])
(env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
(env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall orrandomForest.3.0.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'orrandomForest.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-10 11:02.39: Waiting for resource in pool OCluster
2025-11-10 13:24.24: Waiting for worker…
2025-11-10 13:26.35: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 21f97b2e6d Merge pull request #28836 from dbuenzli/b0-publish-bytesrw.0.3.0
Merge made by the 'ort' strategy.
packages/odnnr/odnnr.2.0.0/opam | 4 +---
packages/oplsr/oplsr.8.0.1/opam | 3 +--
packages/orrandomForest/orrandomForest.1.0.0/opam | 5 +----
packages/orrandomForest/orrandomForest.2.0.1/opam | 7 +------
packages/orrandomForest/orrandomForest.3.0.0/opam | 7 +------
packages/orsvm_e1071/orsvm_e1071.2.0.0/opam | 3 ---
packages/orsvm_e1071/orsvm_e1071.3.0.0/opam | 5 +----
packages/orsvm_e1071/orsvm_e1071.3.0.1/opam | 2 +-
packages/orsvm_e1071/orsvm_e1071.3.0.2/opam | 2 +-
packages/orsvm_e1071/orsvm_e1071.4.0.0/opam | 2 +-
packages/orxgboost/orxgboost.1.0.1/opam | 5 +----
packages/orxgboost/orxgboost.1.1.0/opam | 5 +----
packages/orxgboost/orxgboost.1.2.0/opam | 5 +----
13 files changed, 12 insertions(+), 43 deletions(-)
(from ocaml/opam:debian-13-ocaml-4.14@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e' locally
docker.io/ocaml/opam@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e: Pulling from ocaml/opam
13cc39f8244a: Already exists
b27d53669817: Already exists
062c909e206e: Already exists
265baae72087: Already exists
b6b7b385247c: Already exists
bfb7bf5b7c6d: Already exists
b18c76fc18f2: Already exists
6bdbb37ee35f: Already exists
84035aa4da2d: Already exists
0c3307e14207: Already exists
30b92d637d72: Already exists
991b07583706: Already exists
e1d7a79a1495: Already exists
6b08d63c6214: Already exists
4c7236344711: Already exists
12506f41e8b0: Already exists
12506f41e8b0: Already exists
2330d596aec1: Already exists
a48299f5ec62: Already exists
04618a577568: Already exists
8c4b002d072b: Already exists
4f4fb700ef54: Already exists
ff68f05e2976: Already exists
d5543b560a3e: Already exists
4a9030bbb1ef: Already exists
c59b3bec3411: Already exists
85a7c9be9495: Already exists
dbc6bd8f2e44: Already exists
6680a5133ca2: Already exists
470c0056084c: Already exists
6b9af56b67cf: Already exists
c572cde25fb3: Already exists
033b2d405acf: Already exists
663cc5b3d424: Already exists
840bbd47fded: Already exists
fb8f644ba010: Already exists
66735543f230: Already exists
7896354b8c11: Already exists
a0063722d8c2: Already exists
7018e4a5881b: Already exists
68cdbf191334: Pulling fs layer
32f4eb11e5dc: Pulling fs layer
eeb0425dd47f: Pulling fs layer
12428cddc61a: Pulling fs layer
32f4eb11e5dc: Verifying Checksum
32f4eb11e5dc: Download complete
eeb0425dd47f: Verifying Checksum
eeb0425dd47f: Download complete
12428cddc61a: Verifying Checksum
12428cddc61a: Download complete
68cdbf191334: Verifying Checksum
68cdbf191334: Download complete
68cdbf191334: Pull complete
32f4eb11e5dc: Pull complete
eeb0425dd47f: Pull complete
12428cddc61a: Pull complete
Digest: sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e
Status: Downloaded newer image for ocaml/opam@sha256:00ac8d2b32d98ee2c476e540a2ee462e24f50f003f31c05c8e412147e16c039e
2025-11-10 13:27.37 ---> using "0a7782df646ba17c4c91deb7545267f63c19555df9b225a0640862ce540c1383" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-10 13:27.37 ---> using "e3cc97f3c946abac4036e9918a15af8cd2359775cb282137405852a83e5e4ac5" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
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.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-10 13:27.37 ---> using "b3771c9b2a97061bcd39a540eb46c8c9391a701a6a2417777709d0e8bcafecec" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0~alpha1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-11-10 13:27.37 ---> using "8b9250364ffb330fc85473d01676fcba0e45f4a15f62098ec06ae23bfca0fd04" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2025-11-10 13:27.37 ---> using "324936077a47671067794cc83def947ee8a01c92aab91da2d8bb3576676449b4" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 13:27.38 ---> using "a3a1e576e092a419f180d252879c70d4d8f031439959c309590c9bab185e3c2a" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 13:27.38 ---> using "00ce11db87c3539fe499847790db8ebd8997c68e809760e28f00de56903efc5a" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Fetched 90.7 kB in 0s (1038 kB/s)
- Reading package lists...
2025-11-10 13:27.38 ---> using "6f7c1cde7cddcfd45747533cdd2ef98af3caffcb1f7bc023a6c1cfc74e613c95" from cache
/home/opam: (run (shell "opam pin add -k version -yn orrandomForest.3.0.0 3.0.0"))
orrandomForest is now pinned to version 3.0.0
2025-11-10 13:27.38 ---> using "241bc5aaff7488bb13b284dea1f5685b96a9d7e38a5f56dab70f4cd8ea575c82" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall orrandomForest.3.0.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'orrandomForest.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
orrandomForest.3.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 14 packages
- install batteries 3.10.0 [required by orrandomForest]
- install camlp-streams 5.0.1 [required by batteries]
- install conf-autoconf 0.2 [required by cpu]
- install conf-r 1.0.0 [required by orrandomForest]
- install cpm 12.2.0 [required by orrandomForest]
- install cpu 2.0.0 [required by parany]
- install dolog 6.0.0 [required by orrandomForest]
- install dune 3.20.2 [required by orrandomForest]
- install line_oriented 1.3.0 [required by orrandomForest]
- install minicli 5.0.2 [required by orrandomForest]
- install num 1.6 [required by batteries]
- install ocamlfind 1.9.8 [required by batteries]
- install orrandomForest 3.0.0 (pinned)
- install parany 14.0.1 [required by orrandomForest]
The following system packages will first need to be installed:
autoconf r-base-core
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" "r-base-core"
- Preconfiguring packages ...
- 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 ... 20622 files and directories currently installed.)
- Preparing to unpack .../000-libdbus-1-3_1.16.2-2_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.16.2-2) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../001-dbus-bin_1.16.2-2_amd64.deb ...
- Unpacking dbus-bin (1.16.2-2) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../002-dbus-session-bus-common_1.16.2-2_all.deb ...
- Unpacking dbus-session-bus-common (1.16.2-2) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../003-dbus-daemon_1.16.2-2_amd64.deb ...
- Unpacking dbus-daemon (1.16.2-2) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../004-dbus-system-bus-common_1.16.2-2_all.deb ...
- Unpacking dbus-system-bus-common (1.16.2-2) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../005-dbus_1.16.2-2_amd64.deb ...
- Unpacking dbus (1.16.2-2) ...
- Selecting previously unselected package readline-common.
- Preparing to unpack .../006-readline-common_8.2-6_all.deb ...
- Unpacking readline-common (8.2-6) ...
- Selecting previously unselected package sensible-utils.
- Preparing to unpack .../007-sensible-utils_0.0.25_all.deb ...
- Unpacking sensible-utils (0.0.25) ...
- Selecting previously unselected package libtext-charwidth-perl:amd64.
- Preparing to unpack .../008-libtext-charwidth-perl_0.04-11+b4_amd64.deb ...
- Unpacking libtext-charwidth-perl:amd64 (0.04-11+b4) ...
- Selecting previously unselected package libtext-wrapi18n-perl.
- Preparing to unpack .../009-libtext-wrapi18n-perl_0.06-10_all.deb ...
- Unpacking libtext-wrapi18n-perl (0.06-10) ...
- Selecting previously unselected package ucf.
- Preparing to unpack .../010-ucf_3.0052_all.deb ...
- Moving old data out of the way
- Unpacking ucf (3.0052) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../011-m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../012-autoconf_2.72-3.1_all.deb ...
- Unpacking autoconf (2.72-3.1) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../013-autotools-dev_20240727.1_all.deb ...
- Unpacking autotools-dev (20240727.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../014-automake_1%3a1.17-4_all.deb ...
- Unpacking automake (1:1.17-4) ...
- Selecting previously unselected package bzip2-doc.
- Preparing to unpack .../015-bzip2-doc_1.0.8-6_all.deb ...
- Unpacking bzip2-doc (1.0.8-6) ...
- Selecting previously unselected package libpng16-16t64:amd64.
- Preparing to unpack .../016-libpng16-16t64_1.6.48-1_amd64.deb ...
- Unpacking libpng16-16t64:amd64 (1.6.48-1) ...
- Selecting previously unselected package libfreetype6:amd64.
- Preparing to unpack .../017-libfreetype6_2.13.3+dfsg-1_amd64.deb ...
- Unpacking libfreetype6:amd64 (2.13.3+dfsg-1) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../018-fonts-dejavu-mono_2.37-8_all.deb ...
- Unpacking fonts-dejavu-mono (2.37-8) ...
- Selecting previously unselected package fonts-dejavu-core.
- Preparing to unpack .../019-fonts-dejavu-core_2.37-8_all.deb ...
- Unpacking fonts-dejavu-core (2.37-8) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../020-fontconfig-config_2.15.0-2.3_amd64.deb ...
- Unpacking fontconfig-config (2.15.0-2.3) ...
- Selecting previously unselected package libfontconfig1:amd64.
- Preparing to unpack .../021-libfontconfig1_2.15.0-2.3_amd64.deb ...
- Unpacking libfontconfig1:amd64 (2.15.0-2.3) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../022-fontconfig_2.15.0-2.3_amd64.deb ...
- Unpacking fontconfig (2.15.0-2.3) ...
- Selecting previously unselected package libgfortran5:amd64.
- Preparing to unpack .../023-libgfortran5_14.2.0-19_amd64.deb ...
- Unpacking libgfortran5:amd64 (14.2.0-19) ...
- Selecting previously unselected package libgfortran-14-dev:amd64.
- Preparing to unpack .../024-libgfortran-14-dev_14.2.0-19_amd64.deb ...
- Unpacking libgfortran-14-dev:amd64 (14.2.0-19) ...
- Selecting previously unselected package gfortran-14-x86-64-linux-gnu.
- Preparing to unpack .../025-gfortran-14-x86-64-linux-gnu_14.2.0-19_amd64.deb ...
- Unpacking gfortran-14-x86-64-linux-gnu (14.2.0-19) ...
- Selecting previously unselected package gfortran-14.
- Preparing to unpack .../026-gfortran-14_14.2.0-19_amd64.deb ...
- Unpacking gfortran-14 (14.2.0-19) ...
- Selecting previously unselected package gfortran-x86-64-linux-gnu.
- Preparing to unpack .../027-gfortran-x86-64-linux-gnu_4%3a14.2.0-1_amd64.deb ...
- Unpacking gfortran-x86-64-linux-gnu (4:14.2.0-1) ...
- Selecting previously unselected package gfortran.
- Preparing to unpack .../028-gfortran_4%3a14.2.0-1_amd64.deb ...
- Unpacking gfortran (4:14.2.0-1) ...
- Selecting previously unselected package libicu76:amd64.
- Preparing to unpack .../029-libicu76_76.1-4_amd64.deb ...
- Unpacking libicu76:amd64 (76.1-4) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../030-icu-devtools_76.1-4_amd64.deb ...
- Unpacking icu-devtools (76.1-4) ...
- Selecting previously unselected package libauthen-sasl-perl.
- Preparing to unpack .../031-libauthen-sasl-perl_2.1700-1_all.deb ...
- Unpacking libauthen-sasl-perl (2.1700-1) ...
- Selecting previously unselected package libblas3:amd64.
- Preparing to unpack .../032-libblas3_3.12.1-6_amd64.deb ...
- Unpacking libblas3:amd64 (3.12.1-6) ...
- Selecting previously unselected package libblas-dev:amd64.
- Preparing to unpack .../033-libblas-dev_3.12.1-6_amd64.deb ...
- Unpacking libblas-dev:amd64 (3.12.1-6) ...
- Selecting previously unselected package libbz2-dev:amd64.
- Preparing to unpack .../034-libbz2-dev_1.0.8-6_amd64.deb ...
- Unpacking libbz2-dev:amd64 (1.0.8-6) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../035-libpixman-1-0_0.44.0-3_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.44.0-3) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../036-libxcb-render0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../037-libxcb-shm0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../038-libxrender1_1%3a0.9.12-1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.12-1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../039-libcairo2_1.18.4-1+b1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.18.4-1+b1) ...
- Selecting previously unselected package libclone-perl:amd64.
- Preparing to unpack .../040-libclone-perl_0.47-1+b1_amd64.deb ...
- Unpacking libclone-perl:amd64 (0.47-1+b1) ...
- Selecting previously unselected package libdata-dump-perl.
- Preparing to unpack .../041-libdata-dump-perl_1.25-1_all.deb ...
- Unpacking libdata-dump-perl (1.25-1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../042-libdatrie1_0.2.13-3+b1_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-3+b1) ...
- Selecting previously unselected package libdeflate0:amd64.
- Preparing to unpack .../043-libdeflate0_1.23-2_amd64.deb ...
- Unpacking libdeflate0:amd64 (1.23-2) ...
- Selecting previously unselected package libdeflate-dev:amd64.
- Preparing to unpack .../044-libdeflate-dev_1.23-2_amd64.deb ...
- Unpacking libdeflate-dev:amd64 (1.23-2) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../045-libdrm-common_2.4.124-2_all.deb ...
- Unpacking libdrm-common (2.4.124-2) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../046-libdrm2_2.4.124-2_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.124-2) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../047-libdrm-amdgpu1_2.4.124-2_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.124-2) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../048-libpciaccess0_0.17-3+b3_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.17-3+b3) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../049-libdrm-intel1_2.4.124-2_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.124-2) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../050-libwayland-server0_1.23.1-3_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.23.1-3) ...
- Selecting previously unselected package libelf1t64:amd64.
- Preparing to unpack .../051-libelf1t64_0.192-4_amd64.deb ...
- Unpacking libelf1t64:amd64 (0.192-4) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../052-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../053-libz3-4_4.13.3-1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.13.3-1) ...
- Selecting previously unselected package libllvm19:amd64.
- Preparing to unpack .../054-libllvm19_1%3a19.1.7-3+b1_amd64.deb ...
- Unpacking libllvm19:amd64 (1:19.1.7-3+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../055-libsensors-config_1%3a3.6.2-2_all.deb ...
- Unpacking libsensors-config (1:3.6.2-2) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../056-libsensors5_1%3a3.6.2-2_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.2-2) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../057-libx11-xcb1_2%3a1.8.12-1_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.8.12-1) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../058-libxcb-dri3-0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../059-libxcb-present0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../060-libxcb-randr0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../061-libxcb-sync1_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../062-libxcb-xfixes0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../063-libxshmfence1_1.3.3-1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3.3-1) ...
- Selecting previously unselected package mesa-libgallium:amd64.
- Preparing to unpack .../064-mesa-libgallium_25.0.7-2_amd64.deb ...
- Unpacking mesa-libgallium:amd64 (25.0.7-2) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../065-libgbm1_25.0.7-2_amd64.deb ...
- Unpacking libgbm1:amd64 (25.0.7-2) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../066-libwayland-client0_1.23.1-3_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.23.1-3) ...
- Selecting previously unselected package libegl-mesa0:amd64.
- Preparing to unpack .../067-libegl-mesa0_25.0.7-2_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (25.0.7-2) ...
- Selecting previously unselected package libencode-locale-perl.
- Preparing to unpack .../068-libencode-locale-perl_1.05-3_all.deb ...
- Unpacking libencode-locale-perl (1.05-3) ...
- Selecting previously unselected package libipc-system-simple-perl.
- Preparing to unpack .../069-libipc-system-simple-perl_1.30-2_all.deb ...
- Unpacking libipc-system-simple-perl (1.30-2) ...
- Selecting previously unselected package libfile-basedir-perl.
- Preparing to unpack .../070-libfile-basedir-perl_0.09-2_all.deb ...
- Unpacking libfile-basedir-perl (0.09-2) ...
- Selecting previously unselected package liburi-perl.
- Preparing to unpack .../071-liburi-perl_5.30-1_all.deb ...
- Unpacking liburi-perl (5.30-1) ...
- Selecting previously unselected package libfile-desktopentry-perl.
- Preparing to unpack .../072-libfile-desktopentry-perl_0.22-3_all.deb ...
- Unpacking libfile-desktopentry-perl (0.22-3) ...
- Selecting previously unselected package libtimedate-perl.
- Preparing to unpack .../073-libtimedate-perl_2.3300-2_all.deb ...
- Unpacking libtimedate-perl (2.3300-2) ...
- Selecting previously unselected package libhttp-date-perl.
- Preparing to unpack .../074-libhttp-date-perl_6.06-1_all.deb ...
- Unpacking libhttp-date-perl (6.06-1) ...
- Selecting previously unselected package libfile-listing-perl.
- Preparing to unpack .../075-libfile-listing-perl_6.16-1_all.deb ...
- Unpacking libfile-listing-perl (6.16-1) ...
- Selecting previously unselected package libglib2.0-0t64:amd64.
- Preparing to unpack .../076-libglib2.0-0t64_2.84.4-3~deb13u1_amd64.deb ...
- Unpacking libglib2.0-0t64:amd64 (2.84.4-3~deb13u1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../077-shared-mime-info_2.4-5+b2_amd64.deb ...
- Unpacking shared-mime-info (2.4-5+b2) ...
- Selecting previously unselected package libfile-mimeinfo-perl.
- Preparing to unpack .../078-libfile-mimeinfo-perl_0.35-1_all.deb ...
- Unpacking libfile-mimeinfo-perl (0.35-1) ...
- Selecting previously unselected package libfont-afm-perl.
- Preparing to unpack .../079-libfont-afm-perl_1.20-4_all.deb ...
- Unpacking libfont-afm-perl (1.20-4) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../080-libfribidi0_1.0.16-1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.16-1) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../081-libglvnd0_1.7.0-1+b2_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.7.0-1+b2) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../082-libxcb-glx0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../083-libxxf86vm1_1%3a1.1.4-1+b4_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b4) ...
- Selecting previously unselected package libvulkan1:amd64.
- Preparing to unpack .../084-libvulkan1_1.4.309.0-1_amd64.deb ...
- Unpacking libvulkan1:amd64 (1.4.309.0-1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../085-libgl1-mesa-dri_25.0.7-2_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (25.0.7-2) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../086-libglx-mesa0_25.0.7-2_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (25.0.7-2) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../087-libglx0_1.7.0-1+b2_amd64.deb ...
- Unpacking libglx0:amd64 (1.7.0-1+b2) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../088-libgl1_1.7.0-1+b2_amd64.deb ...
- Unpacking libgl1:amd64 (1.7.0-1+b2) ...
- Selecting previously unselected package libgles2:amd64.
- Preparing to unpack .../089-libgles2_1.7.0-1+b2_amd64.deb ...
- Unpacking libgles2:amd64 (1.7.0-1+b2) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../090-libglib2.0-data_2.84.4-3~deb13u1_all.deb ...
- Unpacking libglib2.0-data (2.84.4-3~deb13u1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../091-libgraphite2-3_1.3.14-2+b1_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-2+b1) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../092-libharfbuzz0b_10.2.0-1+b1_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (10.2.0-1+b1) ...
- Selecting previously unselected package libhtml-tagset-perl.
- Preparing to unpack .../093-libhtml-tagset-perl_3.24-1_all.deb ...
- Unpacking libhtml-tagset-perl (3.24-1) ...
- Selecting previously unselected package libhtml-parser-perl:amd64.
- Preparing to unpack .../094-libhtml-parser-perl_3.83-1+b2_amd64.deb ...
- Unpacking libhtml-parser-perl:amd64 (3.83-1+b2) ...
- Selecting previously unselected package libio-html-perl.
- Preparing to unpack .../095-libio-html-perl_1.004-3_all.deb ...
- Unpacking libio-html-perl (1.004-3) ...
- Selecting previously unselected package liblwp-mediatypes-perl.
- Preparing to unpack .../096-liblwp-mediatypes-perl_6.04-2_all.deb ...
- Unpacking liblwp-mediatypes-perl (6.04-2) ...
- Selecting previously unselected package libhttp-message-perl.
- Preparing to unpack .../097-libhttp-message-perl_7.00-2_all.deb ...
- Unpacking libhttp-message-perl (7.00-2) ...
- Selecting previously unselected package libhtml-form-perl.
- Preparing to unpack .../098-libhtml-form-perl_6.12-1_all.deb ...
- Unpacking libhtml-form-perl (6.12-1) ...
- Selecting previously unselected package libhtml-tree-perl.
- Preparing to unpack .../099-libhtml-tree-perl_5.07-3_all.deb ...
- Unpacking libhtml-tree-perl (5.07-3) ...
- Selecting previously unselected package libhtml-format-perl.
- Preparing to unpack .../100-libhtml-format-perl_2.16-2_all.deb ...
- Unpacking libhtml-format-perl (2.16-2) ...
- Selecting previously unselected package libhttp-cookies-perl.
- Preparing to unpack .../101-libhttp-cookies-perl_6.11-1_all.deb ...
- Unpacking libhttp-cookies-perl (6.11-1) ...
- Selecting previously unselected package libhttp-daemon-perl.
- Preparing to unpack .../102-libhttp-daemon-perl_6.16-1_all.deb ...
- Unpacking libhttp-daemon-perl (6.16-1) ...
- Selecting previously unselected package libhttp-negotiate-perl.
- Preparing to unpack .../103-libhttp-negotiate-perl_6.01-2_all.deb ...
- Unpacking libhttp-negotiate-perl (6.01-2) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../104-x11-common_1%3a7.7+24_all.deb ...
- Unpacking x11-common (1:7.7+24) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../105-libice6_2%3a1.1.1-1_amd64.deb ...
- Unpacking libice6:amd64 (2:1.1.1-1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../106-libicu-dev_76.1-4_amd64.deb ...
- Unpacking libicu-dev:amd64 (76.1-4) ...
- Selecting previously unselected package libio-compress-brotli-perl.
- Preparing to unpack .../107-libio-compress-brotli-perl_0.004001-2+b3_amd64.deb ...
- Unpacking libio-compress-brotli-perl (0.004001-2+b3) ...
- Selecting previously unselected package perl-openssl-defaults:amd64.
- Preparing to unpack .../108-perl-openssl-defaults_7+b2_amd64.deb ...
- Unpacking perl-openssl-defaults:amd64 (7+b2) ...
- Selecting previously unselected package libnet-ssleay-perl:amd64.
- Preparing to unpack .../109-libnet-ssleay-perl_1.94-3_amd64.deb ...
- Unpacking libnet-ssleay-perl:amd64 (1.94-3) ...
- Selecting previously unselected package libio-socket-ssl-perl.
- Preparing to unpack .../110-libio-socket-ssl-perl_2.089-1_all.deb ...
- Unpacking libio-socket-ssl-perl (2.089-1) ...
- Selecting previously unselected package libio-stringy-perl.
- Preparing to unpack .../111-libio-stringy-perl_2.113-2_all.deb ...
- Unpacking libio-stringy-perl (2.113-2) ...
- Selecting previously unselected package libjbig0:amd64.
- Preparing to unpack .../112-libjbig0_2.1-6.1+b2_amd64.deb ...
- Unpacking libjbig0:amd64 (2.1-6.1+b2) ...
- Selecting previously unselected package libjpeg62-turbo:amd64.
- Preparing to unpack .../113-libjpeg62-turbo_1%3a2.1.5-4_amd64.deb ...
- Unpacking libjpeg62-turbo:amd64 (1:2.1.5-4) ...
- Selecting previously unselected package libjpeg62-turbo-dev:amd64.
- Preparing to unpack .../114-libjpeg62-turbo-dev_1%3a2.1.5-4_amd64.deb ...
- Unpacking libjpeg62-turbo-dev:amd64 (1:2.1.5-4) ...
- Selecting previously unselected package libjpeg-dev:amd64.
- Preparing to unpack .../115-libjpeg-dev_1%3a2.1.5-4_amd64.deb ...
- Unpacking libjpeg-dev:amd64 (1:2.1.5-4) ...
- Selecting previously unselected package liblapack3:amd64.
- Preparing to unpack .../116-liblapack3_3.12.1-6_amd64.deb ...
- Unpacking liblapack3:amd64 (3.12.1-6) ...
- Selecting previously unselected package liblapack-dev:amd64.
- Preparing to unpack .../117-liblapack-dev_3.12.1-6_amd64.deb ...
- Unpacking liblapack-dev:amd64 (3.12.1-6) ...
- Selecting previously unselected package liblerc4:amd64.
- Preparing to unpack .../118-liblerc4_4.0.0+ds-5_amd64.deb ...
- Unpacking liblerc4:amd64 (4.0.0+ds-5) ...
- Selecting previously unselected package libnet-http-perl.
- Preparing to unpack .../119-libnet-http-perl_6.23-1_all.deb ...
- Unpacking libnet-http-perl (6.23-1) ...
- Selecting previously unselected package libtry-tiny-perl.
- Preparing to unpack .../120-libtry-tiny-perl_0.32-1_all.deb ...
- Unpacking libtry-tiny-perl (0.32-1) ...
- Selecting previously unselected package libwww-robotrules-perl.
- Preparing to unpack .../121-libwww-robotrules-perl_6.02-1_all.deb ...
- Unpacking libwww-robotrules-perl (6.02-1) ...
- Selecting previously unselected package libwww-perl.
- Preparing to unpack .../122-libwww-perl_6.78-1_all.deb ...
- Unpacking libwww-perl (6.78-1) ...
- Selecting previously unselected package liblwp-protocol-https-perl.
- Preparing to unpack .../123-liblwp-protocol-https-perl_6.14-1_all.deb ...
- Unpacking liblwp-protocol-https-perl (6.14-1) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../124-liblzma-dev_5.8.1-1_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.8.1-1) ...
- Selecting previously unselected package libnet-smtp-ssl-perl.
- Preparing to unpack .../125-libnet-smtp-ssl-perl_1.04-2_all.deb ...
- Unpacking libnet-smtp-ssl-perl (1.04-2) ...
- Selecting previously unselected package libmailtools-perl.
- Preparing to unpack .../126-libmailtools-perl_2.22-1_all.deb ...
- Unpacking libmailtools-perl (2.22-1) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../127-libncurses6_6.5+20250216-2_amd64.deb ...
- Unpacking libncurses6:amd64 (6.5+20250216-2) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../128-libncurses-dev_6.5+20250216-2_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.5+20250216-2) ...
- Selecting previously unselected package libxml-parser-perl.
- Preparing to unpack .../129-libxml-parser-perl_2.47-1+b3_amd64.deb ...
- Unpacking libxml-parser-perl (2.47-1+b3) ...
- Selecting previously unselected package libxml-twig-perl.
- Preparing to unpack .../130-libxml-twig-perl_1%3a3.52-3_all.deb ...
- Unpacking libxml-twig-perl (1:3.52-3) ...
- Selecting previously unselected package libnet-dbus-perl.
- Preparing to unpack .../131-libnet-dbus-perl_1.2.0-2+b3_amd64.deb ...
- Unpacking libnet-dbus-perl (1.2.0-2+b3) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../132-libthai-data_0.1.29-2_all.deb ...
- Unpacking libthai-data (0.1.29-2) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../133-libthai0_0.1.29-2+b1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.29-2+b1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../134-libpango-1.0-0_1.56.3-1_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.56.3-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../135-libpangoft2-1.0-0_1.56.3-1_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.56.3-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../136-libpangocairo-1.0-0_1.56.3-1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.56.3-1) ...
- Selecting previously unselected package libpaper2:amd64.
- Preparing to unpack .../137-libpaper2_2.2.5-0.3+b2_amd64.deb ...
- Unpacking libpaper2:amd64 (2.2.5-0.3+b2) ...
- Selecting previously unselected package libpaper-utils.
- Preparing to unpack .../138-libpaper-utils_2.2.5-0.3+b2_amd64.deb ...
- Unpacking libpaper-utils (2.2.5-0.3+b2) ...
- Selecting previously unselected package libpcre2-16-0:amd64.
- Preparing to unpack .../139-libpcre2-16-0_10.46-1~deb13u1_amd64.deb ...
- Unpacking libpcre2-16-0:amd64 (10.46-1~deb13u1) ...
- Selecting previously unselected package libpcre2-32-0:amd64.
- Preparing to unpack .../140-libpcre2-32-0_10.46-1~deb13u1_amd64.deb ...
- Unpacking libpcre2-32-0:amd64 (10.46-1~deb13u1) ...
- Selecting previously unselected package libpcre2-posix3:amd64.
- Preparing to unpack .../141-libpcre2-posix3_10.46-1~deb13u1_amd64.deb ...
- Unpacking libpcre2-posix3:amd64 (10.46-1~deb13u1) ...
- Selecting previously unselected package libpcre2-dev:amd64.
- Preparing to unpack .../142-libpcre2-dev_10.46-1~deb13u1_amd64.deb ...
- Unpacking libpcre2-dev:amd64 (10.46-1~deb13u1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../143-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../144-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package libpng-dev:amd64.
- Preparing to unpack .../145-libpng-dev_1.6.48-1_amd64.deb ...
- Unpacking libpng-dev:amd64 (1.6.48-1) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../146-libpng-tools_1.6.48-1_amd64.deb ...
- Unpacking libpng-tools (1.6.48-1) ...
- Selecting previously unselected package libreadline8t64:amd64.
- Preparing to unpack .../147-libreadline8t64_8.2-6_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:amd64 (8.2-6) ...
- Selecting previously unselected package libreadline-dev:amd64.
- Preparing to unpack .../148-libreadline-dev_8.2-6_amd64.deb ...
- Unpacking libreadline-dev:amd64 (8.2-6) ...
- Selecting previously unselected package libsharpyuv0:amd64.
- Preparing to unpack .../149-libsharpyuv0_1.5.0-0.1_amd64.deb ...
- Unpacking libsharpyuv0:amd64 (1.5.0-0.1) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../150-libsm6_2%3a1.2.6-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.6-1) ...
- Selecting previously unselected package libtcl8.6:amd64.
- Preparing to unpack .../151-libtcl8.6_8.6.16+dfsg-1_amd64.deb ...
- Unpacking libtcl8.6:amd64 (8.6.16+dfsg-1) ...
- Selecting previously unselected package libtext-iconv-perl:amd64.
- Preparing to unpack .../152-libtext-iconv-perl_1.7-8+b4_amd64.deb ...
- Unpacking libtext-iconv-perl:amd64 (1.7-8+b4) ...
- Selecting previously unselected package libtie-ixhash-perl.
- Preparing to unpack .../153-libtie-ixhash-perl_1.23-4_all.deb ...
- Unpacking libtie-ixhash-perl (1.23-4) ...
- Selecting previously unselected package libwebp7:amd64.
- Preparing to unpack .../154-libwebp7_1.5.0-0.1_amd64.deb ...
- Unpacking libwebp7:amd64 (1.5.0-0.1) ...
- Selecting previously unselected package libtiff6:amd64.
- Preparing to unpack .../155-libtiff6_4.7.0-3+deb13u1_amd64.deb ...
- Unpacking libtiff6:amd64 (4.7.0-3+deb13u1) ...
- Selecting previously unselected package libtirpc-common.
- Preparing to unpack .../156-libtirpc-common_1.3.6+ds-1_all.deb ...
- Unpacking libtirpc-common (1.3.6+ds-1) ...
- Selecting previously unselected package libtirpc3t64:amd64.
- Preparing to unpack .../157-libtirpc3t64_1.3.6+ds-1_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3 to /lib/x86_64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3.0.0 to /lib/x86_64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
- Unpacking libtirpc3t64:amd64 (1.3.6+ds-1) ...
- Selecting previously unselected package libtirpc-dev:amd64.
- Preparing to unpack .../158-libtirpc-dev_1.3.6+ds-1_amd64.deb ...
- Unpacking libtirpc-dev:amd64 (1.3.6+ds-1) ...
- Selecting previously unselected package libxft2:amd64.
- Preparing to unpack .../159-libxft2_2.3.6-1+b4_amd64.deb ...
- Unpacking libxft2:amd64 (2.3.6-1+b4) ...
- Selecting previously unselected package libxss1:amd64.
- Preparing to unpack .../160-libxss1_1%3a1.2.3-1+b3_amd64.deb ...
- Unpacking libxss1:amd64 (1:1.2.3-1+b3) ...
- Selecting previously unselected package libtk8.6:amd64.
- Preparing to unpack .../161-libtk8.6_8.6.16-1_amd64.deb ...
- Unpacking libtk8.6:amd64 (8.6.16-1) ...
- Selecting previously unselected package libx11-protocol-perl.
- Preparing to unpack .../162-libx11-protocol-perl_0.56-9_all.deb ...
- Unpacking libx11-protocol-perl (0.56-9) ...
- Selecting previously unselected package libxt6t64:amd64.
- Preparing to unpack .../163-libxt6t64_1%3a1.2.1-1.2+b2_amd64.deb ...
- Unpacking libxt6t64:amd64 (1:1.2.1-1.2+b2) ...
- Selecting previously unselected package libxmu6:amd64.
- Preparing to unpack .../164-libxmu6_2%3a1.1.3-3+b4_amd64.deb ...
- Unpacking libxmu6:amd64 (2:1.1.3-3+b4) ...
- Selecting previously unselected package libxpm4:amd64.
- Preparing to unpack .../165-libxpm4_1%3a3.5.17-1+b3_amd64.deb ...
- Unpacking libxpm4:amd64 (1:3.5.17-1+b3) ...
- Selecting previously unselected package libxaw7:amd64.
- Preparing to unpack .../166-libxaw7_2%3a1.0.16-1_amd64.deb ...
- Unpacking libxaw7:amd64 (2:1.0.16-1) ...
- Selecting previously unselected package libxcb-shape0:amd64.
- Preparing to unpack .../167-libxcb-shape0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-shape0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcomposite1:amd64.
- Preparing to unpack .../168-libxcomposite1_1%3a0.4.6-1_amd64.deb ...
- Unpacking libxcomposite1:amd64 (1:0.4.6-1) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../169-libxfixes3_1%3a6.0.0-2+b4_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2+b4) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../170-libxcursor1_1%3a1.2.3-1_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.3-1) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../171-libxi6_2%3a1.8.2-1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8.2-1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../172-libxinerama1_2%3a1.1.4-3+b4_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3+b4) ...
- Selecting previously unselected package libxkbfile1:amd64.
- Preparing to unpack .../173-libxkbfile1_1%3a1.1.0-1+b4_amd64.deb ...
- Unpacking libxkbfile1:amd64 (1:1.1.0-1+b4) ...
- Selecting previously unselected package libxml-xpathengine-perl.
- Preparing to unpack .../174-libxml-xpathengine-perl_0.14-2_all.deb ...
- Unpacking libxml-xpathengine-perl (0.14-2) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../175-libxrandr2_2%3a1.5.4-1+b3_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.4-1+b3) ...
- Selecting previously unselected package libxtst6:amd64.
- Preparing to unpack .../176-libxtst6_2%3a1.2.5-1_amd64.deb ...
- Unpacking libxtst6:amd64 (2:1.2.5-1) ...
- Selecting previously unselected package libxv1:amd64.
- Preparing to unpack .../177-libxv1_2%3a1.0.11-1.1+b3_amd64.deb ...
- Unpacking libxv1:amd64 (2:1.0.11-1.1+b3) ...
- Selecting previously unselected package libxxf86dga1:amd64.
- Preparing to unpack .../178-libxxf86dga1_2%3a1.1.5-1+b3_amd64.deb ...
- Unpacking libxxf86dga1:amd64 (2:1.1.5-1+b3) ...
- Selecting previously unselected package libzstd-dev:amd64.
- Preparing to unpack .../179-libzstd-dev_1.5.7+dfsg-1_amd64.deb ...
- Unpacking libzstd-dev:amd64 (1.5.7+dfsg-1) ...
- Selecting previously unselected package luit.
- Preparing to unpack .../180-luit_2.0.20240910-1_amd64.deb ...
- Adding 'diversion of /usr/bin/luit to /usr/bin/luit.x11-utils by luit'
- Adding 'diversion of /usr/share/man/man1/luit.1.gz to /usr/share/man/man1/luit.x11-utils.1.gz by luit'
- Unpacking luit (2.0.20240910-1) ...
- Selecting previously unselected package mesa-vulkan-drivers:amd64.
- Preparing to unpack .../181-mesa-vulkan-drivers_25.0.7-2_amd64.deb ...
- Unpacking mesa-vulkan-drivers:amd64 (25.0.7-2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../182-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../183-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package zip.
- Preparing to unpack .../184-zip_3.0-15_amd64.deb ...
- Unpacking zip (3.0-15) ...
- Selecting previously unselected package xdg-utils.
- Preparing to unpack .../185-xdg-utils_1.2.1-2_all.deb ...
- Unpacking xdg-utils (1.2.1-2) ...
- Selecting previously unselected package r-base-core.
- Preparing to unpack .../186-r-base-core_4.5.0-3_amd64.deb ...
- Unpacking r-base-core (4.5.0-3) ...
- Selecting previously unselected package r-base-dev.
- Preparing to unpack .../187-r-base-dev_4.5.0-3_all.deb ...
- Unpacking r-base-dev (4.5.0-3) ...
- Selecting previously unselected package r-cran-boot.
- Preparing to unpack .../188-r-cran-boot_1.3-31-1_all.deb ...
- Unpacking r-cran-boot (1.3-31-1) ...
- Selecting previously unselected package r-cran-mass.
- Preparing to unpack .../189-r-cran-mass_7.3-65-1_amd64.deb ...
- Unpacking r-cran-mass (7.3-65-1) ...
- Selecting previously unselected package r-cran-class.
- Preparing to unpack .../190-r-cran-class_7.3-23-1_amd64.deb ...
- Unpacking r-cran-class (7.3-23-1) ...
- Selecting previously unselected package r-cran-cluster.
- Preparing to unpack .../191-r-cran-cluster_2.1.8.1-1_amd64.deb ...
- Unpacking r-cran-cluster (2.1.8.1-1) ...
- Selecting previously unselected package r-cran-codetools.
- Preparing to unpack .../192-r-cran-codetools_0.2-20-1_all.deb ...
- Unpacking r-cran-codetools (0.2-20-1) ...
- Selecting previously unselected package r-cran-foreign.
- Preparing to unpack .../193-r-cran-foreign_0.8.90-1_amd64.deb ...
- Unpacking r-cran-foreign (0.8.90-1) ...
- Selecting previously unselected package r-cran-kernsmooth.
- Preparing to unpack .../194-r-cran-kernsmooth_2.23-26-1_amd64.deb ...
- Unpacking r-cran-kernsmooth (2.23-26-1) ...
- Selecting previously unselected package r-cran-lattice.
- Preparing to unpack .../195-r-cran-lattice_0.22-7-1_amd64.deb ...
- Unpacking r-cran-lattice (0.22-7-1) ...
- Selecting previously unselected package r-cran-matrix.
- Preparing to unpack .../196-r-cran-matrix_1.7-3-1_amd64.deb ...
- Unpacking r-cran-matrix (1.7-3-1) ...
- Selecting previously unselected package r-cran-nlme.
- Preparing to unpack .../197-r-cran-nlme_3.1.168-1_amd64.deb ...
- Unpacking r-cran-nlme (3.1.168-1) ...
- Selecting previously unselected package r-cran-mgcv.
- Preparing to unpack .../198-r-cran-mgcv_1.9-3-1_amd64.deb ...
- Unpacking r-cran-mgcv (1.9-3-1) ...
- Selecting previously unselected package r-cran-nnet.
- Preparing to unpack .../199-r-cran-nnet_7.3-20-1_amd64.deb ...
- Unpacking r-cran-nnet (7.3-20-1) ...
- Selecting previously unselected package r-cran-survival.
- Preparing to unpack .../200-r-cran-survival_3.8-3-1_amd64.deb ...
- Unpacking r-cran-survival (3.8-3-1) ...
- Selecting previously unselected package r-cran-rpart.
- Preparing to unpack .../201-r-cran-rpart_4.1.24-1_amd64.deb ...
- Unpacking r-cran-rpart (4.1.24-1) ...
- Selecting previously unselected package r-cran-spatial.
- Preparing to unpack .../202-r-cran-spatial_7.3-18-1_amd64.deb ...
- Unpacking r-cran-spatial (7.3-18-1) ...
- Selecting previously unselected package r-doc-html.
- Preparing to unpack .../203-r-doc-html_4.5.0-3_all.deb ...
- Unpacking r-doc-html (4.5.0-3) ...
- Selecting previously unselected package r-recommended.
- Preparing to unpack .../204-r-recommended_4.5.0-3_all.deb ...
- Unpacking r-recommended (4.5.0-3) ...
- Selecting previously unselected package x11-utils.
- Preparing to unpack .../205-x11-utils_7.7+7_amd64.deb ...
- Unpacking x11-utils (7.7+7) ...
- Selecting previously unselected package x11-xserver-utils.
- Preparing to unpack .../206-x11-xserver-utils_7.7+11_amd64.deb ...
- Unpacking x11-xserver-utils (7.7+11) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../207-xdg-user-dirs_0.18-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.18-2) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../208-libegl1_1.7.0-1+b2_amd64.deb ...
- Unpacking libegl1:amd64 (1.7.0-1+b2) ...
- Selecting previously unselected package zutty.
- Preparing to unpack .../209-zutty_0.16.2.20241020+dfsg1-1_amd64.deb ...
- Unpacking zutty (0.16.2.20241020+dfsg1-1) ...
- Setting up libtext-iconv-perl:amd64 (1.7-8+b4) ...
- Setting up libgraphite2-3:amd64 (1.3.14-2+b1) ...
- Setting up libxcb-dri3-0:amd64 (1.17.0-2+b1) ...
- Setting up libpixman-1-0:amd64 (0.44.0-3) ...
- Setting up libtext-charwidth-perl:amd64 (0.04-11+b4) ...
- Setting up bzip2-doc (1.0.8-6) ...
- Setting up libsharpyuv0:amd64 (1.5.0-0.1) ...
- Setting up libwayland-server0:amd64 (1.23.1-3) ...
- Setting up libx11-xcb1:amd64 (2:1.8.12-1) ...
- Setting up libpciaccess0:amd64 (0.17-3+b3) ...
- Setting up luit (2.0.20240910-1) ...
- Setting up libtie-ixhash-perl (1.23-4) ...
- Setting up libxcb-xfixes0:amd64 (1.17.0-2+b1) ...
- Setting up liblerc4:amd64 (4.0.0+ds-5) ...
- Setting up libzstd-dev:amd64 (1.5.7+dfsg-1) ...
- Setting up libxpm4:amd64 (1:3.5.17-1+b3) ...
- Setting up r-doc-html (4.5.0-3) ...
- Setting up libxi6:amd64 (2:1.8.2-1) ...
- Setting up libfont-afm-perl (1.20-4) ...
- Setting up libxrender1:amd64 (1:0.9.12-1) ...
- Setting up libdatrie1:amd64 (0.2.13-3+b1) ...
- Setting up xdg-user-dirs (0.18-2) ...
- Setting up libxcb-render0:amd64 (1.17.0-2+b1) ...
- Setting up libclone-perl:amd64 (0.47-1+b1) ...
- Setting up libglvnd0:amd64 (1.7.0-1+b2) ...
- Setting up libio-stringy-perl (2.113-2) ...
- Setting up libtirpc-common (1.3.6+ds-1) ...
- Setting up libhtml-tagset-perl (3.24-1) ...
- Setting up libauthen-sasl-perl (2.1700-1) ...
- Setting up libxcb-glx0:amd64 (1.17.0-2+b1) ...
- Setting up liblwp-mediatypes-perl (6.04-2) ...
- Setting up libxcb-shape0:amd64 (1.17.0-2+b1) ...
- Setting up x11-common (1:7.7+24) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libtry-tiny-perl (0.32-1) ...
- Setting up libsensors-config (1:3.6.2-2) ...
- Setting up libxxf86dga1:amd64 (2:1.1.5-1+b3) ...
- Setting up libdeflate0:amd64 (1.23-2) ...
- Setting up perl-openssl-defaults:amd64 (7+b2) ...
- Setting up m4 (1.4.19-8) ...
- Setting up libencode-locale-perl (1.05-3) ...
- Setting up libxcb-shm0:amd64 (1.17.0-2+b1) ...
- Setting up libtext-wrapi18n-perl (0.06-10) ...
- Setting up libjbig0:amd64 (2.1-6.1+b2) ...
- Setting up libpcre2-16-0:amd64 (10.46-1~deb13u1) ...
- Setting up libelf1t64:amd64 (0.192-4) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b4) ...
- Setting up libxcb-present0:amd64 (1.17.0-2+b1) ...
- Setting up zip (3.0-15) ...
- Setting up autotools-dev (20240727.1) ...
- Setting up libz3-4:amd64 (4.13.3-1) ...
- Setting up libpcre2-32-0:amd64 (10.46-1~deb13u1) ...
- Setting up libglib2.0-0t64:amd64 (2.84.4-3~deb13u1) ...
- No schema files found: doing nothing.
- Setting up libblas3:amd64 (3.12.1-6) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
- Setting up libglib2.0-data (2.84.4-3~deb13u1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgles2:amd64 (1.7.0-1+b2) ...
- Setting up libjpeg62-turbo:amd64 (1:2.1.5-4) ...
- Setting up libdata-dump-perl (1.25-1) ...
- Setting up libjpeg62-turbo-dev:amd64 (1:2.1.5-4) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2+b4) ...
- Setting up libxcb-sync1:amd64 (1.17.0-2+b1) ...
- Setting up libipc-system-simple-perl (1.30-2) ...
- Setting up libxml-xpathengine-perl (0.14-2) ...
- Setting up libncurses6:amd64 (6.5+20250216-2) ...
- Setting up libdbus-1-3:amd64 (1.16.2-2) ...
- Setting up libio-compress-brotli-perl (0.004001-2+b3) ...
- Setting up libfribidi0:amd64 (1.0.16-1) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3+b4) ...
- Setting up libxv1:amd64 (2:1.0.11-1.1+b3) ...
- Setting up fonts-dejavu-mono (2.37-8) ...
- Setting up libpng16-16t64:amd64 (1.6.48-1) ...
- Setting up libio-html-perl (1.004-3) ...
- Setting up libxrandr2:amd64 (2:1.5.4-1+b3) ...
- Setting up libtcl8.6:amd64 (8.6.16+dfsg-1) ...
- Setting up fonts-dejavu-core (2.37-8) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libsensors5:amd64 (1:3.6.2-2) ...
- Setting up libgfortran5:amd64 (14.2.0-19) ...
- Setting up libvulkan1:amd64 (1.4.309.0-1) ...
- Setting up autoconf (2.72-3.1) ...
- Setting up libwebp7:amd64 (1.5.0-0.1) ...
- Setting up libtimedate-perl (2.3300-2) ...
- Setting up liblzma-dev:amd64 (5.8.1-1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libpcre2-posix3:amd64 (10.46-1~deb13u1) ...
- Setting up sensible-utils (0.0.25) ...
- Setting up libxshmfence1:amd64 (1.3.3-1) ...
- Setting up libtiff6:amd64 (4.7.0-3+deb13u1) ...
- Setting up libxcb-randr0:amd64 (1.17.0-2+b1) ...
- Setting up dbus-session-bus-common (1.16.2-2) ...
- Setting up libthai-data (0.1.29-2) ...
- Setting up libxss1:amd64 (1:1.2.3-1+b3) ...
- Setting up libicu76:amd64 (76.1-4) ...
- Setting up libxkbfile1:amd64 (1:1.1.0-1+b4) ...
- Setting up libpaper2:amd64 (2.2.5-0.3+b2) ...
- Setting up dbus-system-bus-common (1.16.2-2) ...
- Setting up libdeflate-dev:amd64 (1.23-2) ...
- Setting up libdrm-common (2.4.124-2) ...
- Setting up libxcomposite1:amd64 (1:0.4.6-1) ...
- Setting up readline-common (8.2-6) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Setting up xdg-utils (1.2.1-2) ...
- update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode
- Setting up liburi-perl (5.30-1) ...
- Setting up dbus-bin (1.16.2-2) ...
- Setting up libx11-protocol-perl (0.56-9) ...
- Setting up libblas-dev:amd64 (3.12.1-6) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode
- Setting up libbz2-dev:amd64 (1.0.8-6) ...
- Setting up libwayland-client0:amd64 (1.23.1-3) ...
- Setting up libnet-ssleay-perl:amd64 (1.94-3) ...
- Setting up automake (1:1.17-4) ...
- update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode
- Setting up libgfortran-14-dev:amd64 (14.2.0-19) ...
- Setting up libllvm19:amd64 (1:19.1.7-3+b1) ...
- Setting up libice6:amd64 (2:1.1.1-1) ...
- Setting up libhttp-date-perl (6.06-1) ...
- Setting up liblapack3:amd64 (3.12.1-6) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
- Setting up libncurses-dev:amd64 (6.5+20250216-2) ...
- Setting up libfile-basedir-perl (0.09-2) ...
- Setting up libfile-listing-perl (6.16-1) ...
- Setting up libpcre2-dev:amd64 (10.46-1~deb13u1) ...
- Setting up libtirpc3t64:amd64 (1.3.6+ds-1) ...
- Setting up libpng-tools (1.6.48-1) ...
- Setting up fontconfig-config (2.15.0-2.3) ...
- Setting up libxtst6:amd64 (2:1.2.5-1) ...
- Setting up libxcursor1:amd64 (1:1.2.3-1) ...
- Setting up libpng-dev:amd64 (1.6.48-1) ...
- Setting up libjpeg-dev:amd64 (1:2.1.5-4) ...
- Setting up libnet-http-perl (6.23-1) ...
- Setting up dbus-daemon (1.16.2-2) ...
- Setting up libpaper-utils (2.2.5-0.3+b2) ...
- Setting up gfortran-14-x86-64-linux-gnu (14.2.0-19) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libthai0:amd64 (0.1.29-2+b1) ...
- Setting up libtirpc-dev:amd64 (1.3.6+ds-1) ...
- Setting up libfreetype6:amd64 (2.13.3+dfsg-1) ...
- Setting up dbus (1.16.2-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up shared-mime-info (2.4-5+b2) ...
- Setting up liblapack-dev:amd64 (3.12.1-6) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode
- Setting up icu-devtools (76.1-4) ...
- Setting up ucf (3.0052) ...
- Setting up libfile-desktopentry-perl (0.22-3) ...
- Setting up libreadline8t64:amd64 (8.2-6) ...
- Setting up libwww-robotrules-perl (6.02-1) ...
- Setting up libdrm2:amd64 (2.4.124-2) ...
- Setting up libhtml-parser-perl:amd64 (3.83-1+b2) ...
- Setting up libharfbuzz0b:amd64 (10.2.0-1+b1) ...
- Setting up libfontconfig1:amd64 (2.15.0-2.3) ...
- Setting up gfortran-14 (14.2.0-19) ...
- Setting up libsm6:amd64 (2:1.2.6-1) ...
- Setting up libicu-dev:amd64 (76.1-4) ...
- Setting up libio-socket-ssl-perl (2.089-1) ...
- Setting up libhttp-message-perl (7.00-2) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.124-2) ...
- Setting up libhtml-form-perl (6.12-1) ...
- Setting up mesa-vulkan-drivers:amd64 (25.0.7-2) ...
- Setting up libfile-mimeinfo-perl (0.35-1) ...
- Setting up libhttp-negotiate-perl (6.01-2) ...
- Setting up fontconfig (2.15.0-2.3) ...
- Regenerating fonts cache...
- done.
- Setting up libxft2:amd64 (2.3.6-1+b4) ...
- Setting up libhttp-cookies-perl (6.11-1) ...
- Setting up libhtml-tree-perl (5.07-3) ...
- Setting up libtk8.6:amd64 (8.6.16-1) ...
- Setting up libpango-1.0-0:amd64 (1.56.3-1) ...
- Setting up libdrm-intel1:amd64 (2.4.124-2) ...
- Setting up libhtml-format-perl (2.16-2) ...
- Setting up libreadline-dev:amd64 (8.2-6) ...
- Setting up gfortran-x86-64-linux-gnu (4:14.2.0-1) ...
- Setting up gfortran (4:14.2.0-1) ...
- update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode
- update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode
- Setting up libcairo2:amd64 (1.18.4-1+b1) ...
- Setting up libnet-smtp-ssl-perl (1.04-2) ...
- Setting up libmailtools-perl (2.22-1) ...
- Setting up libxt6t64:amd64 (1:1.2.1-1.2+b2) ...
- Setting up libhttp-daemon-perl (6.16-1) ...
- Setting up libpangoft2-1.0-0:amd64 (1.56.3-1) ...
- Setting up libpangocairo-1.0-0:amd64 (1.56.3-1) ...
- Setting up mesa-libgallium:amd64 (25.0.7-2) ...
- Setting up libxmu6:amd64 (2:1.1.3-3+b4) ...
- Setting up libgbm1:amd64 (25.0.7-2) ...
- Setting up libgl1-mesa-dri:amd64 (25.0.7-2) ...
- Setting up libxaw7:amd64 (2:1.0.16-1) ...
- Setting up x11-xserver-utils (7.7+11) ...
- Setting up libegl-mesa0:amd64 (25.0.7-2) ...
- Setting up r-base-core (4.5.0-3) ...
- Creating config file /etc/R/Renviron with new version
- Setting up r-cran-lattice (0.22-7-1) ...
- Setting up r-cran-nlme (3.1.168-1) ...
- Setting up r-cran-cluster (2.1.8.1-1) ...
- Setting up libegl1:amd64 (1.7.0-1+b2) ...
- Setting up r-cran-nnet (7.3-20-1) ...
- Setting up r-cran-codetools (0.2-20-1) ...
- Setting up r-cran-boot (1.3-31-1) ...
- Setting up libglx-mesa0:amd64 (25.0.7-2) ...
- Setting up r-base-dev (4.5.0-3) ...
- Setting up libglx0:amd64 (1.7.0-1+b2) ...
- Setting up r-cran-spatial (7.3-18-1) ...
- Setting up r-cran-mass (7.3-65-1) ...
- Setting up r-cran-foreign (0.8.90-1) ...
- Setting up libgl1:amd64 (1.7.0-1+b2) ...
- Setting up r-cran-matrix (1.7-3-1) ...
- Setting up r-cran-kernsmooth (2.23-26-1) ...
- Setting up zutty (0.16.2.20241020+dfsg1-1) ...
- update-alternatives: using /usr/bin/zutty to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
- Setting up r-cran-mgcv (1.9-3-1) ...
- Setting up x11-utils (7.7+7) ...
- Setting up r-cran-class (7.3-23-1) ...
- Setting up r-cran-survival (3.8-3-1) ...
- Setting up r-cran-rpart (4.1.24-1) ...
- Setting up r-recommended (4.5.0-3) ...
- Setting up liblwp-protocol-https-perl (6.14-1) ...
- Setting up libwww-perl (6.78-1) ...
- Setting up libxml-parser-perl (2.47-1+b3) ...
- Setting up libxml-twig-perl (1:3.52-3) ...
- Setting up libnet-dbus-perl (1.2.0-2+b3) ...
- Processing triggers for libc-bin (2.41-12) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved batteries.3.10.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved conf-r.1.0.0 (cached)
-> retrieved cpm.12.2.0 (cached)
-> retrieved cpu.2.0.0 (cached)
-> retrieved dolog.6.0.0 (cached)
-> installed conf-autoconf.0.2
-> installed conf-r.1.0.0
-> retrieved dune.3.20.2 (cached)
-> retrieved line_oriented.1.3.0 (cached)
-> retrieved minicli.5.0.2 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved orrandomForest.3.0.0 (cached)
-> retrieved parany.14.0.1 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed dune.3.20.2
-> installed minicli.5.0.2
-> installed dolog.6.0.0
-> installed camlp-streams.5.0.1
-> installed cpu.2.0.0
-> installed parany.14.0.1
-> installed batteries.3.10.0
-> installed line_oriented.1.3.0
-> installed cpm.12.2.0
-> installed orrandomForest.3.0.0
Done.
<><> orrandomForest.3.0.0 installed successfully ><><><><><><><><><><><><><><><>
=> Please interact with R to install needed things in user-space:
R
install.packages('Marix', repos='http://cran.r-project.org')
install.packages('randomForest', repos='http://cran.r-project.org')
# To update the current shell environment, run: eval $(opam env)
2025-11-10 13:28.44 ---> saved as "659c1ba28a79d1cb44ad27c3f50061b930c2d13e85fb57a3af682b919ca2453d"
/home/opam: (env OPAMCRITERIA +removed,+count[version-lag,solution])
/home/opam: (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
/home/opam: (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall orrandomForest.3.0.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'orrandomForest.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== remove 3 packages
- remove camlp-streams 5.0.1 [conflicts with dune]
- remove conf-autoconf 0.2
- remove cpu 2.0.0 [conflicts with dune]
=== downgrade 9 packages
- downgrade batteries 3.10.0 to 3.5.1 [required by orrandomForest]
- downgrade cpm 12.2.0 to 1.0.0 [required by orrandomForest]
- downgrade dolog 6.0.0 to 4.0.0 [required by orrandomForest]
- downgrade dune 3.20.2 to 2.9.3 [required by orrandomForest]
- downgrade line_oriented 1.3.0 to 1.0.0 [required by orrandomForest]
- downgrade minicli 5.0.2 to 1.0.0 [required by orrandomForest]
- downgrade num 1.6 to 1.5 [required by batteries]
- downgrade ocamlfind 1.9.8 to 1.9.1 [required by batteries]
- downgrade parany 14.0.1 to 4.0.0 [required by orrandomForest]
=== recompile 1 package
- recompile orrandomForest 3.0.0 (pinned)
=== install 4 packages
- install base-bytes base [required by ocamlnet]
- install obuild 0.1.10 [required by cpm]
- install ocamlbuild 0.14.0 [required by batteries]
- install ocamlnet 4.1.8 [required by parany]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved batteries.3.5.1 (https://opam.ocaml.org/cache)
-> retrieved cpm.1.0.0 (cached)
-> retrieved dolog.4.0.0 (cached)
-> retrieved dune.2.9.3 (cached)
-> retrieved line_oriented.1.0.0 (cached)
-> retrieved minicli.1.0.0 (cached)
-> retrieved num.1.5 (cached)
-> retrieved obuild.0.1.10 (cached)
-> retrieved ocamlbuild.0.14.0 (cached)
-> retrieved ocamlfind.1.9.1 (cached)
-> retrieved ocamlnet.4.1.8 (cached)
-> retrieved orrandomForest.3.0.0 (cached)
-> retrieved parany.4.0.0 (cached)
-> installed ocamlbuild.0.14.0
-> installed obuild.0.1.10
-> removed orrandomForest.3.0.0
-> removed cpm.12.2.0
-> removed dolog.6.0.0
-> removed line_oriented.1.3.0
-> removed batteries.3.10.0
-> removed camlp-streams.5.0.1
-> removed minicli.5.0.2
-> removed num.1.6
-> removed ocamlfind.1.9.8
-> removed parany.14.0.1
-> removed cpu.2.0.0
-> removed conf-autoconf.0.2
-> removed dune.3.20.2
-> installed dune.2.9.3
-> installed num.1.5
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed dolog.4.0.0
-> installed minicli.1.0.0
[ERROR] The compilation of ocamlnet.4.1.8 failed at "make all".
-> installed batteries.3.5.1
-> installed cpm.1.0.0
-> installed line_oriented.1.0.0
#=== ERROR while compiling ocamlnet.4.1.8 =====================================#
# context 2.5.0~alpha1 | linux/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8
# command ~/.opam/opam-init/hooks/sandbox.sh build make all
# exit-code 2
# env-file ~/.opam/log/ocamlnet-8-5f7078.env
# output-file ~/.opam/log/ocamlnet-8-5f7078.out
### output ###
# ( cd tools/cppo-0.9.4 && rm -f depend && make -f Makefile.pre generate && make all )
# make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/tools/cppo-0.9.4'
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/tools/cppo-0.9.4'
# ocamllex cppo_lexer.mll
# 352 states, 13139 transitions, table size 54668 bytes
# 3450 additional bytes used for bindings
# ocamlyacc cppo_parser.mly
# echo 'let cppo_version = "0.9.4"' > cppo_version.ml
# ocamlfind ocamldep *.ml *.mli >depend || { rm -f depend; exit 1; }
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/tools/cppo-0.9.4'
# make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/tools/cppo-0.9.4'
# make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/tools/cppo-0.9.4'
# ocamlfind ocamlc -g -package "bytes unix" -w -25 -c cppo_types.ml
# ocamlfind ocamlc -g -package "bytes unix" -w -25 -c cppo_command.ml
# opts="-opaque"; \
# if [ -f "$(basename cppo_parser.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -package "bytes unix" -w -25 -c $opts cppo_parser.mli
# ocamlfind ocamlc -g -package "bytes unix" -w -25 -c cppo_parser.ml
# ocamlfind ocamlc -g -package "bytes unix" -w -25 -c cppo_lexer.ml
# ocamlfind ocamlc -g -package "bytes unix" -w -25 -c cppo_eval.ml
# File "cppo_eval.ml", line 37, characters 6-10:
# 37 | let file = pos.Lexing.pos_fname in
# ^^^^
# Warning 26 [unused-var]: unused variable file.
# ocamlfind ocamlc -g -package "bytes unix" -w -25 -c cppo_version.ml
# if [ "X" = "X" ]; then \
# ocamlfind ocamlc -g -package "bytes unix" -w -25 -a -o cppo.cma cppo_types.cmo cppo_command.cmo cppo_parser.cmo cppo_lexer.cmo cppo_eval.cmo cppo_version.cmo; \
# else \
# ../../tools/mkstublib -o cppo cppo_types.cmo cppo_command.cmo cppo_parser.cmo cppo_lexer.cmo cppo_eval.cmo cppo_version.cmo ; \
# fi
# ocamlfind ocamlc -g -package "bytes unix" -w -25 -c cppo_main.ml
# rm -f cppo cppo
# ocamlfind ocamlc -g -package "bytes unix" -w -25 -package unix,bytes -linkpkg -custom -o cppo cppo.cma cppo_main.cmo
# make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/tools/cppo-0.9.4'
# ( cd tools/unimap_to_ocaml && make all )
# make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/tools/unimap_to_ocaml'
# ocamlfind ocamlc -g -package str -linkpkg \
# -o unimap_to_ocaml \
# unimap_to_ocaml.ml
# make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/tools/unimap_to_ocaml'
# for pkg in netsys netshm netstring netunidata equeue shell rpc-generator rpc rpc-auth-local netclient netcgi2 netplex netcgi2-plex netcamlbox netmulticore nethttpd; do \
# ( cd src/$pkg && make -f Makefile.pre generate ) || exit; \
# ( cd src/$pkg && make -f Makefile.pre depend ) || exit; \
# ( cd src/$pkg && make all ) || exit; \
# done
# make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/src/netsys'
# make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/src/netsys'
# sed -e 's/@VERSION@/4.1.8/' \
# -e 's/@AUTHDHREQS@//' \
# -e 's/@PREFERRED_CGI_PKG@//' \
# -e 's/@REGEXP_PROVIDER@/str/' \
# -e 's/@COMPAT_PCRE_PROVIDER@//' \
# -e 's/@ZIP_PROVIDER@//' \
# META.in >META
# make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/src/netsys'
# make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/src/netsys'
# make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/src/netsys'
# ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; }
# make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/src/netsys'
# make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/src/netsys'
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_conf.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_types.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_types.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_types.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_oothr.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_oothr.mli
# opts="-opaque"; \
# if [ -f "$(basename netlog.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netlog.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netlog.ml
# File "netlog.ml", line 132, characters 21-38:
# 131 | .................
# 132 | ...rintf.ksprintf (l.............
# Alert deprecated: module Stdlib.Pervasives
# Use Stdlib instead.
#
# If you need to stay compatible with OCaml < 4.07, you can use the
# stdlib-shims library: https://github.com/ocaml/stdlib-shims
# opts="-opaque"; \
# if [ -f "$(basename netexn.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netexn.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netexn.ml
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_impl_util.ml
# File "netsys_impl_util.ml", line 70, characters 14-32:
# 70 | let r = Pervasives.compare x a.(m) in
# ^^^^^^^^^^^^^^^^^^
# Alert deprecated: module Stdlib.Pervasives
# Use Stdlib instead.
#
# If you need to stay compatible with OCaml < 4.07, you can use the
# stdlib-shims library: https://github.com/ocaml/stdlib-shims
# opts="-opaque"; \
# if [ -f "$(basename netsys_mem.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_mem.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_mem.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_signal.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_signal.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_signal.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_crypto_types.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_crypto_types.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_crypto_types.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_crypto.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_crypto.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_crypto.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_crypto_modes.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_crypto_modes.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_crypto_modes.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_posix.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_posix.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_posix.ml
# File "netsys_posix.ml", line 340, characters 12-30:
# 339 | ..
# 340 | .........i = Array.of_list ........
# Alert deprecated: module Stdlib.Pervasives
# Use Stdlib instead.
#
# If you need to stay compatible with OCaml < 4.07, you can use the
# stdlib-shims library: https://github.com/ocaml/stdlib-shims
# File "netsys_posix.ml", line 341, characters 12-30:
# 340 |
# 341 | ........... Pervasives.compar........
# Alert deprecated: module Stdlib.Pervasives
# Use Stdlib instead.
#
# If you need to stay compatible with OCaml < 4.07, you can use the
# stdlib-shims library: https://github.com/ocaml/stdlib-shims
# File "netsys_posix.ml", line 342, characters 12-30:
# 341 |
# 342 | ........... Pervasives.compar........
# Alert deprecated: module Stdlib.Pervasives
# Use Stdlib instead.
#
# If you need to stay compatible with OCaml < 4.07, you can use the
# stdlib-shims library: https://github.com/ocaml/stdlib-shims
# File "netsys_posix.ml", line 682, characters 16-34:
# 681 | .........
# 682 | ...... t = post_fork_han....
# Alert deprecated: module Stdlib.Pervasives
# Use Stdlib instead.
#
# If you need to stay compatible with OCaml < 4.07, you can use the
# stdlib-shims library: https://github.com/ocaml/stdlib-shims
# File "netsys_posix.ml", line 880, characters 14-29:
# 880 | (pg = Pg_keep) ?(fd_actions = [])
# ^^^^^^^^^^^^^^^
# Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
# this constructor's arguments. They are only for information
# and may change in future versions. (See manual section 11.5)
# opts="-opaque"; \
# if [ -f "$(basename netsys_win32.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_win32.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_win32.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_tls.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_tls.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_tls.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_ciphers.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_ciphers.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_ciphers.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_digests.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_digests.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_digests.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_rng.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_rng.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_rng.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_pollset.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_pollset.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_pollset.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_pollset_posix.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_pollset_posix.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_pollset_posix.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_pollset_win32.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_pollset_win32.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_pollset_win32.ml
# File "netsys_pollset_win32.ml", line 30, characters 13-31:
# 29 | .........
# 30 | ...rray.sort Pervasiv...................
# Alert deprecated: module Stdlib.Pervasives
# Use Stdlib instead.
#
# If you need to stay compatible with OCaml < 4.07, you can use the
# stdlib-shims library: https://github.com/ocaml/stdlib-shims
# File "netsys_pollset_win32.ml", line 31, characters 13-31:
# 30 | ..........
# 31 | ..Array.sort Pervasi....................
# Alert deprecated: module Stdlib.Pervasives
# Use Stdlib instead.
#
# If you need to stay compatible with OCaml < 4.07, you can use the
# stdlib-shims library: https://github.com/ocaml/stdlib-shims
# File "netsys_pollset_win32.ml", line 32, characters 13-31:
# | ..........
# 32 | ..Hashtbl.fold
# 32 | (..................
# Alert deprecated: module Stdlib.Pervasives
# Use Stdlib instead.
#
# If you need to stay compatible with OCaml < 4.07, you can use the
# stdlib-shims library: https://github.com/ocaml/stdlib-shims
# opts="-opaque"; \
# if [ -f "$(basename netsys_pollset_generic.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_pollset_generic.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_pollset_generic.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_xdr.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_xdr.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_xdr.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_tmp.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_tmp.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_tmp.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_sem.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_sem.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_sem.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_pmanage.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_pmanage.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_pmanage.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_global.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_global.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_global.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_gssapi.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_gssapi.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_gssapi.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_sasl_types.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_sasl_types.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_sasl_types.ml
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_sasl_util.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_sasl.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_sasl.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_sasl.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_polypipe.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_polypipe.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_polypipe.ml
# opts="-opaque"; \
# if [ -f "$(basename netsys_polysocket.mli .ml)".nopaque ]; then opts=""; fi; \
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_polysocket.mli
# ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_polysocket.ml
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c.c'
# netsys_c.c: In function 'netsys_int64_of_file_descr':
# netsys_c.c:21:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead
# 21 | return copy_int64(Long_val(fd));
# | ^~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c.c: In function 'netsys_ctermid':
# netsys_c.c:140:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
# 140 | return copy_string(ctermid(s));
# | ^~~~~~~~~~~~~~~~~~~~~~~
# netsys_c.c: In function 'netsys_ttyname':
# netsys_c.c:154:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
# 154 | return copy_string(s);
# | ^~~~~~~~~~~~~~
# netsys_c.c: In function 'netsys_fdopendir':
# netsys_c.c:263:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
# 263 | res = alloc_small(1, Abstract_tag);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c.c: In function 'netsys_realpath':
# netsys_c.c:284:20: warning: "copy_string" is deprecated: use "caml_copy_string" instead
# 284 | name_out = copy_string(name_out_s);
# | ^~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c.c: In function 'netsys_ptsname':
# netsys_c.c:327:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
# 327 | return copy_string(s);
# | ^~~~~~~~~~~~~~
# netsys_c.c: In function 'netsys_openat':
# netsys_c.c:476:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
# 476 | cv_flags = convert_flag_list(flags, open_flag_table);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c.c:477:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
# 477 | clo_flags = convert_flag_list(flags, open_cloexec_table);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c.c:487:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead
# 487 | p = stat_alloc(string_length(path) + 1);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c.c:487:13: warning: "string_length" is deprecated: use "caml_string_length" instead
# 487 | p = stat_alloc(string_length(path) + 1);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c.c:489:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead
# 489 | enter_blocking_section();
# | ^~~~~~~~~~~~~~~~~
# netsys_c.c:491:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead
# 491 | leave_blocking_section();
# | ^~~~~~~~~~~~~~~~~
# netsys_c.c:492:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead
# 492 | stat_free(p);
# | ^~~~~
# netsys_c.c: In function 'netsys_faccessat':
# netsys_c.c:520:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
# 520 | cv_perms = convert_flag_list(perms, access_permission_table);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c.c:521:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
# 521 | cv_flags = convert_flag_list(flags, at_flags_table);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c.c: In function 'netsys_linkat':
# netsys_c.c:564:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
# 564 | cv_flags = convert_flag_list(flags, at_flags_table);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c.c: In function 'netsys_unlinkat':
# netsys_c.c:580:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
# 580 | cv_flags = convert_flag_list(flags, at_flags_table);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c.c: In function 'netsys_readlinkat':
# netsys_c.c:625:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
# 625 | return copy_string(buffer);
# | ^~~~~~~~~~~~~~~~~
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_poll.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_poll.c'
# netsys_c_poll.c: In function 'netsys_poll':
# netsys_c_poll.c:151:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead
# 151 | enter_blocking_section();
# | ^~~~~~~~~~~~~~~~~
# netsys_c_poll.c:153:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead
# 153 | leave_blocking_section();
# | ^~~~~~~~~~~~~~~~~
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_fadvise.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_fadvise.c'
# netsys_c_fadvise.c: In function 'netsys_fadvise':
# netsys_c_fadvise.c:38:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 38 | default: invalid_argument("Netsys.fadvise");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_fadvise.c:45:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 45 | failwith("Netsys.fadvise: large files not supported on this OS");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_fadvise.c:47:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 47 | failwith("Netsys.fadvise: large files not supported on this OS");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_fallocate.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_fallocate.c'
# netsys_c_fallocate.c: In function 'netsys_fallocate':
# netsys_c_fallocate.c:31:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 31 | failwith("Netsys.fadvise: large files not supported on this OS");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_fallocate.c:33:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 33 | failwith("Netsys.fadvise: large files not supported on this OS");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_ioprio.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_ioprio.c'
# netsys_c_ioprio.c: In function 'netsys_ioprio_get':
# netsys_c_ioprio.c:92:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 92 | failwith("netsys_ioprio_get: internal error");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_ioprio.c:117:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 117 | failwith("netsys_ioprio_get: Unexpected result");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_ioprio.c: In function 'netsys_ioprio_set':
# netsys_c_ioprio.c:148:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 148 | failwith("netsys_ioprio_set: internal error");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_ioprio.c:162:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 162 | failwith("netsys_ioprio_set: internal error");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_ioprio.c:179:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 179 | failwith("netsys_ioprio_set: internal error");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_locale.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_locale.c'
# netsys_c_locale.c: In function 'netsys_query_langinfo':
# netsys_c_locale.c:42:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 42 | failwith("Netsys_posix.query_locale: no locale support");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_locale.c:43:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead
# 43 | oldcopy_locale = stat_alloc(strlen(old_locale) + 1);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_locale.c:48:20: warning: "stat_free" is deprecated: use "caml_stat_free" instead
# 48 | stat_free(oldcopy_locale);
# | ^~~~~~~~~~~~~~~
# netsys_c_locale.c:49:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 49 | failwith("Netsys_posix.query_locale: cannot set this locale");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_locale.c:53:13: warning: "alloc" is deprecated: use "caml_alloc" instead
# 53 | s = alloc(n,0);
# | ^~~~~~~
# netsys_c_locale.c:55:20: warning: "copy_string" is deprecated: use "caml_copy_string" instead
# 55 | Store_field(s,k,copy_string(nl_langinfo(locale_items_table[k])));
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_locale.c:59:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead
# 59 | stat_free(oldcopy_locale);
# | ^~~~~~~~~~~~~~~~~~
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_multicast.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_multicast.c'
# netsys_c_multicast.c: In function 'socket_domain':
# netsys_c_multicast.c:46:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 46 | invalid_argument("Not an Internet socket");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_multicast.c: In function 'netsys_mcast_set_loop':
# netsys_c_multicast.c:80:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 80 | invalid_argument("Netsys.mcast_set_loop");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_multicast.c: In function 'netsys_mcast_set_ttl':
# netsys_c_multicast.c:126:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 126 | invalid_argument("Netsys.mcast_set_ttl");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_multicast.c: In function 'netsys_mcast_add_membership':
# netsys_c_multicast.c:157:13: warning: "string_length" is deprecated: use "caml_string_length" instead
# 157 | if (string_length(group_addr) != 4 || string_length(if_addr) != 4 )
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_multicast.c:157:13: warning: "string_length" is deprecated: use "caml_string_length" instead
# netsys_c_multicast.c:158:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 158 | invalid_argument("Netsys.mcast_add_membership: Not an IPV4 address");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_multicast.c:176:13: warning: "string_length" is deprecated: use "caml_string_length" instead
# 176 | if (string_length(group_addr) != 16 || string_length(if_addr) != 16 )
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_multicast.c:176:13: warning: "string_length" is deprecated: use "caml_string_length" instead
# netsys_c_multicast.c:177:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 177 | invalid_argument("Netsys.mcast_add_membership: Not an IPV6 address");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_multicast.c:196:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 196 | invalid_argument("Netsys.mcast_add_membership");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_multicast.c: In function 'netsys_mcast_drop_membership':
# netsys_c_multicast.c:226:13: warning: "string_length" is deprecated: use "caml_string_length" instead
# 226 | if (string_length(group_addr) != 4 || string_length(if_addr) != 4 )
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_multicast.c:226:13: warning: "string_length" is deprecated: use "caml_string_length" instead
# netsys_c_multicast.c:227:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 227 | invalid_argument("Netsys.mcast_drop_membership: Not an IPV4 address");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_multicast.c:245:13: warning: "string_length" is deprecated: use "caml_string_length" instead
# 245 | if (string_length(group_addr) != 16 || string_length(if_addr) != 16 )
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_multicast.c:245:13: warning: "string_length" is deprecated: use "caml_string_length" instead
# netsys_c_multicast.c:246:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 246 | invalid_argument("Netsys.mcast_drop_membership: Not an IPV6 address");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_multicast.c:265:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 265 | invalid_argument("Netsys.mcast_drop_membership");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_sem.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_sem.c'
# netsys_c_sem.c: In function 'netsys_sem_open':
# netsys_c_sem.c:123:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
# 123 | flags = convert_flag_list(flagsv, sem_open_flag_table);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_sem.c: In function 'netsys_sem_close':
# netsys_c_sem.c:144:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 144 | invalid_argument ("Netsys.sem_close: stale semaphore");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_sem.c: In function 'netsys_sem_init':
# netsys_c_sem.c:178:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 178 | s = (sem_t *) (((char *) Bigarray_val(memv)->data) + Long_val(posv));
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_sem.c: In function 'netsys_as_sem':
# netsys_c_sem.c:195:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 195 | s = (sem_t *) (((char *) Bigarray_val(memv)->data) + Long_val(posv));
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_sem.c: In function 'netsys_sem_destroy':
# netsys_c_sem.c:212:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 212 | invalid_argument ("Netsys.sem_destroy: stale semaphore");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_sem.c: In function 'netsys_sem_getvalue':
# netsys_c_sem.c:232:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 232 | invalid_argument ("Netsys.sem_getvalue: stale semaphore");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_sem.c: In function 'netsys_sem_post':
# netsys_c_sem.c:253:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 253 | invalid_argument ("Netsys.sem_post: stale semaphore");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_sem.c: In function 'netsys_sem_wait':
# netsys_c_sem.c:273:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 273 | invalid_argument ("Netsys.sem_wait: stale semaphore");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_sem.c:276:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead
# 276 | enter_blocking_section();
# | ^~~~~~~~~~~~~~~~~
# netsys_c_sem.c:281:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead
# 281 | leave_blocking_section();
# | ^~~~~~~~~~~~~~~~~
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_shm.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_shm.c'
# netsys_c_shm.c: In function 'netsys_shm_open':
# netsys_c_shm.c:39:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
# 39 | cv_flags = convert_flag_list(flags, shm_open_flag_table);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_shm.c:40:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead
# 40 | p = stat_alloc(string_length(path) + 1);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_shm.c:40:13: warning: "string_length" is deprecated: use "caml_string_length" instead
# 40 | p = stat_alloc(string_length(path) + 1);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_shm.c:43:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead
# 43 | stat_free(p);
# | ^~~~~
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_spawn.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_spawn.c'
# netsys_c_spawn.c: In function 'netsys_spawn_nat':
# netsys_c_spawn.c:142:21: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
# 142 | sub_argv[k] = String_val(Field(v_args, k));
# | ^
# netsys_c_spawn.c:150:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
# 150 | sub_env[k] = String_val(Field(v_env, k));
# | ^
# netsys_c_spawn.c: In function 'netsys_posix_spawn_nat':
# netsys_c_spawn.c:573:21: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
# 573 | sub_argv[k] = String_val(Field(v_args, k));
# | ^
# netsys_c_spawn.c:581:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
# 581 | sub_env[k] = String_val(Field(v_env, k));
# | ^
# netsys_c_spawn.c:617:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 617 | invalid_argument
# | ^~~~~~~~~
# netsys_c_spawn.c:641:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 641 | invalid_argument
# | ^~~~~~~~~
# netsys_c_spawn.c:806:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 806 | failwith("USE_FORK_EXEC");
# | ^~~~~~~~~~~~~~~
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_subprocess.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_subprocess.c'
# netsys_c_subprocess.c: In function 'netsys_install_sigchld_handler':
# netsys_c_subprocess.c:285:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 285 | failwith("Cannot allocate memory");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_subprocess.c: In function 'netsys_watch_subprocess':
# netsys_c_subprocess.c:352:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 352 | failwith("Netsys_posix.watch_subprocess: uninitialized");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_subprocess.c:428:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 428 | failwith("Cannot allocate memory");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_subprocess.c:472:13: warning: "alloc" is deprecated: use "caml_alloc" instead
# 472 | r = alloc(2,0);
# | ^~~~~~~
# netsys_c_subprocess.c: In function 'netsys_get_subprocess_status':
# netsys_c_subprocess.c:557:20: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
# 557 | st = alloc_small(1, TAG_WEXITED);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_subprocess.c:561:20: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
# 561 | st = alloc_small(1, TAG_WSIGNALED);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_subprocess.c:565:20: warning: "alloc" is deprecated: use "caml_alloc" instead
# 565 | r = alloc(1,0);
# | ^~~~
# netsys_c_subprocess.c: In function 'netsys_kill_all_subprocesses':
# netsys_c_subprocess.c:651:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 651 | failwith("Netsys_posix.watch_subprocess: uninitialized");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_subprocess.c: In function 'netsys_killpg_all_subprocesses':
# netsys_c_subprocess.c:689:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 689 | failwith("Netsys_posix.watch_subprocess: uninitialized");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_syslog.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_syslog.c'
# netsys_c_syslog.c: In function 'netsys_openlog':
# netsys_c_syslog.c:89:20: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead
# 89 | ident_buf = stat_alloc(IDENT_BUF_LEN);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_syslog.c:97:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
# 97 | options = convert_flag_list(opts, syslog_opt_flags);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_clock.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_clock.c'
# netsys_c_clock.c: In function 'make_timespec':
# netsys_c_clock.c:26:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 26 | failwith("Netsys_posix: time value out of range");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_clock.c:29:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 29 | failwith("Netsys_posix: time value out of range");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_clock.c: In function 'alloc_timespec_pair':
# netsys_c_clock.c:47:13: warning: "alloc" is deprecated: use "caml_alloc" instead
# 47 | tsout = alloc(2,0);
# | ^~~~~~~~~~~
# netsys_c_clock.c: In function 'clockid_val':
# netsys_c_clock.c:74:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
# 74 | s = String_val(Field(c,0));
# | ^
# netsys_c_clock.c: In function 'netsys_clock_getcpuclockid':
# netsys_c_clock.c:194:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 194 | invalid_argument("Netsys_posix.clock_getcpuclockid not available");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# In file included from netsys_c.h:61,
# from netsys_c_clock.c:8:
# netsys_c_clock.c: In function 'netsys_timer_create':
# /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
# 290 | #define String_val(x) ((const char *) Bp_val(x))
# | ~^~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_clock.c:299:16: note: in expansion of macro 'String_val'
# 299 | memcpy(String_val(v), (char *) &tm, sizeof(timer_t));
# | ^~~~~~~~~~
# In file included from /usr/include/x86_64-linux-gnu/sys/un.h:38,
# from netsys_c.h:42:
# /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
# 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
# | ~~~~~~~~~~~~~~~~~^~~~~~
# netsys_c_clock.c: In function 'netsys_timer_event':
# netsys_c_clock.c:438:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 438 | failwith("Netsys_posix.timer_event: timer is not connected with event");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_event.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_event.c'
# netsys_c_event.c: In function 'netsys_set_nonblock_not_event':
# netsys_c_event.c:271:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 271 | failwith("Netsys_posix.set_nonblock_event: already destroyed");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_event.c: In function 'netsys_get_not_event_fd_nodup':
# netsys_c_event.c:293:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 293 | failwith("Netsys_posix.get_event_fd_nodup: already destroyed");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_event.c: In function 'netsys_return_not_event_fd':
# netsys_c_event.c:309:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 309 | failwith("Netsys_posix.get_event_fd: already destroyed");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_event.c: In function 'netsys_set_not_event':
# netsys_c_event.c:353:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 353 | failwith("Netsys_posix.set_event: already destroyed");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_event.c:355:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 355 | failwith("Netsys_posix.set_event: not allowed for this type of event");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_event.c: In function 'netsys_wait_not_event':
# netsys_c_event.c:376:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 376 | failwith("Netsys_posix.wait_event: already destroyed");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_event.c: In function 'netsys_consume_not_event':
# netsys_c_event.c:405:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 405 | failwith("Netsys_posix.consume_event: already destroyed");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_win32.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_win32.c'
# netsys_c_win32.c: In function 'netsys_fill_random':
# netsys_c_win32.c:60:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 60 | invalid_argument("netsys_fill_random");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_get_full_path_name':
# netsys_c_win32.c:79:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 79 | invalid_argument("netsys_get_full_path_name");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_get_long_path_name':
# netsys_c_win32.c:97:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 97 | invalid_argument("netsys_get_long_path_name");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_modify_close_on_exec':
# netsys_c_win32.c:115:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 115 | invalid_argument("netsys_modify_close_on_exec");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_test_close_on_exec':
# netsys_c_win32.c:134:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 134 | invalid_argument("netsys_test_close_on_exec");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_is_crt_fd':
# netsys_c_win32.c:148:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 148 | invalid_argument("netsys_is_crt_fd");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_create_event':
# netsys_c_win32.c:227:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 227 | invalid_argument("netsys_create_event");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_close_event':
# netsys_c_win32.c:249:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 249 | invalid_argument("netsys_close_event");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_set_auto_close_event_proxy':
# netsys_c_win32.c:262:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 262 | invalid_argument("netsys_set_auto_close_event_proxy");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_set_event':
# netsys_c_win32.c:279:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 279 | invalid_argument("netsys_set_event");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_reset_event':
# netsys_c_win32.c:295:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 295 | invalid_argument("netsys_reset_event");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_test_event':
# netsys_c_win32.c:315:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 315 | invalid_argument("netsys_test_event");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_event_wait':
# netsys_c_win32.c:345:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 345 | invalid_argument("netsys_event_wait");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_event_descr':
# netsys_c_win32.c:356:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 356 | invalid_argument("netsys_event_descr");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_wsa_event_select':
# netsys_c_win32.c:386:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 386 | invalid_argument("netsys_wsa_event_select");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_wsa_maximum_wait_events':
# netsys_c_win32.c:394:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 394 | invalid_argument("netsys_wsa_maximum_wait_events");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_wsa_wait_for_multiple_events':
# netsys_c_win32.c:481:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 481 | invalid_argument("netsys_wsa_wait_for_multiple_events");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_wsa_enum_network_events':
# netsys_c_win32.c:541:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 541 | invalid_argument("netsys_wsa_enum_network_events");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_create_local_named_pipe':
# netsys_c_win32.c:1035:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1035 | invalid_argument("netsys_create_local_named_pipe");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_pipe_listen':
# netsys_c_win32.c:1133:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1133 | invalid_argument("netsys_pipe_listen");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_pipe_deafen':
# netsys_c_win32.c:1205:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1205 | invalid_argument("netsys_pipe_unlisten");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_pipe_connect':
# netsys_c_win32.c:1275:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1275 | invalid_argument("netsys_pipe_connect");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_pipe_read':
# netsys_c_win32.c:1336:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1336 | invalid_argument("netsys_pipe_read");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_pipe_write':
# netsys_c_win32.c:1403:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1403 | invalid_argument("netsys_pipe_write");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_pipe_shutdown':
# netsys_c_win32.c:1441:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1441 | invalid_argument("netsys_pipe_shutdown");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_pipe_free':
# netsys_c_win32.c:1456:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1456 | invalid_argument("netsys_pipe_free");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_pipe_conn_state':
# netsys_c_win32.c:1472:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1472 | invalid_argument("netsys_pipe_conn_state");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_pipe_rd_event':
# netsys_c_win32.c:1490:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1490 | invalid_argument("netsys_pipe_rd_event");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_pipe_wr_event':
# netsys_c_win32.c:1508:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1508 | invalid_argument("netsys_pipe_wr_event");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_pipe_descr':
# netsys_c_win32.c:1521:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1521 | invalid_argument("netsys_pipe_descr");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_set_auto_close_pipe_proxy':
# netsys_c_win32.c:1533:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1533 | invalid_argument("netsys_set_auto_close_pipe_proxy");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_pipe_signal':
# netsys_c_win32.c:1549:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1549 | invalid_argument("netsys_pipe_signal");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_create_process':
# netsys_c_win32.c:1719:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1719 | invalid_argument("netsys_create_process");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_search_path':
# netsys_c_win32.c:1780:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1780 | invalid_argument("netsys_search_path");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_terminate_process':
# netsys_c_win32.c:1797:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1797 | invalid_argument("netsys_terminate_process");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_process_descr':
# netsys_c_win32.c:1810:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1810 | invalid_argument("netsys_process_descr");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_set_auto_close_process_proxy':
# netsys_c_win32.c:1822:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1822 | invalid_argument("netsys_set_auto_close_process_proxy");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_close_process':
# netsys_c_win32.c:1837:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1837 | invalid_argument("netsys_close_process");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_process_free':
# netsys_c_win32.c:1852:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1852 | invalid_argument("netsys_close_process");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_get_process_status':
# netsys_c_win32.c:1885:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1885 | invalid_argument("netsys_get_process_status");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_as_process_event':
# netsys_c_win32.c:1896:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1896 | invalid_argument("netsys_as_process_event");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_emulated_pid':
# netsys_c_win32.c:1918:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1918 | invalid_argument("netsys_emulated_pid");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_win_pid':
# netsys_c_win32.c:1929:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1929 | invalid_argument("netsys_win_pid");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_has_console':
# netsys_c_win32.c:1938:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1938 | invalid_argument("netsys_has_console");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_is_console':
# netsys_c_win32.c:1953:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1953 | invalid_argument("netsys_is_console");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_alloc_console':
# netsys_c_win32.c:1965:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1965 | invalid_argument("netsys_alloc_console");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_get_console_attr':
# netsys_c_win32.c:2004:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 2004 | invalid_argument("netsys_get_console_attr");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_set_console_attr':
# netsys_c_win32.c:2063:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 2063 | invalid_argument("netsys_set_console_attr");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_get_console_info':
# netsys_c_win32.c:2095:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 2095 | invalid_argument("netsys_get_console_info");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_get_console_mode':
# netsys_c_win32.c:2149:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 2149 | invalid_argument("netsys_get_console_mode");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_set_console_mode':
# netsys_c_win32.c:2218:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 2218 | invalid_argument("netsys_set_console_mode");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_getacp':
# netsys_c_win32.c:2227:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 2227 | invalid_argument("netsys_getacp");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_init_console_codepage':
# netsys_c_win32.c:2246:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 2246 | invalid_argument("netsys_init_console_codepage");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_clear_console':
# netsys_c_win32.c:2341:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 2341 | invalid_argument("netsys_clear_console");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_get_current_thread_id':
# netsys_c_win32.c:2350:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 2350 | invalid_argument("netsys_get_current_thread_id");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_cancel_synchronous_io':
# netsys_c_win32.c:2397:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 2397 | invalid_argument("netsys_cancel_synchronous_io");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_win32.c: In function 'netsys_real_select':
# netsys_c_win32.c:2510:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 2510 | invalid_argument("netsys_real_select");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_htab.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_htab.c'
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_queue.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_queue.c'
# ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_mem.c
# + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/home/opam/.opam/4.14/lib/ocaml' 'netsys_c_mem.c'
# netsys_c_mem.c: In function 'netsys_blit_memory_to_string':
# netsys_c_mem.c:33:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
# 33 | struct caml_bigarray *mem = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:33:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 33 | struct caml_bigarray *mem = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# In file included from netsys_c.h:61,
# from netsys_c_mem.c:3:
# /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
# 290 | #define String_val(x) ((const char *) Bp_val(x))
# | ^
# netsys_c_mem.c:34:16: note: in expansion of macro 'String_val'
# 34 | char * s = String_val(sv);
# | ^~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_blit_string_to_memory':
# netsys_c_mem.c:51:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
# 51 | struct caml_bigarray *mem = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:51:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 51 | struct caml_bigarray *mem = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
# 290 | #define String_val(x) ((const char *) Bp_val(x))
# | ^
# netsys_c_mem.c:52:16: note: in expansion of macro 'String_val'
# 52 | char * s = String_val(sv);
# | ^~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_memory_address':
# netsys_c_mem.c:65:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
# 65 | struct caml_bigarray *mem = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:65:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 65 | struct caml_bigarray *mem = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_grab':
# netsys_c_mem.c:86:13: warning: "alloc_bigarray_dims" is deprecated: use "caml_ba_alloc_dims" instead
# 86 | return alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8,
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:86:13: warning: "BIGARRAY_C_LAYOUT" is deprecated: use "CAML_BA_C_LAYOUT" instead
# 86 | return alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8,
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:86:13: warning: "BIGARRAY_UINT8" is deprecated: use "CAML_BA_UINT8" instead
# 86 | return alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8,
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_alloc_memory_pages':
# netsys_c_mem.c:114:13: warning: "alloc_bigarray_dims" is deprecated: use "caml_ba_alloc_dims" instead
# 114 | r = alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8 |
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:114:13: warning: "BIGARRAY_C_LAYOUT" is deprecated: use "CAML_BA_C_LAYOUT" instead
# 114 | r = alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8 |
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:114:13: warning: "BIGARRAY_UINT8" is deprecated: use "CAML_BA_UINT8" instead
# 114 | r = alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8 |
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:115:34: warning: "BIGARRAY_MAPPED_FILE" is deprecated: use "CAML_BA_MAPPED_FILE" instead
# 115 | BIGARRAY_MAPPED_FILE,
# | ^~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_zero_pages':
# netsys_c_mem.c:128:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
# 128 | struct caml_bigarray *mem = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:128:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 128 | struct caml_bigarray *mem = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:142:27: warning: "failwith" is deprecated: use "caml_failwith" instead
# 142 | failwith("Netsys_mem.zero_pages assertion failed");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:146:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 146 | invalid_argument("Netsys_mem.zero_pages only for whole pages");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_alloc_aligned_memory':
# netsys_c_mem.c:167:13: warning: "alloc_bigarray_dims" is deprecated: use "caml_ba_alloc_dims" instead
# 167 | r = alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8 |
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:167:13: warning: "BIGARRAY_C_LAYOUT" is deprecated: use "CAML_BA_C_LAYOUT" instead
# 167 | r = alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8 |
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:167:13: warning: "BIGARRAY_UINT8" is deprecated: use "CAML_BA_UINT8" instead
# 167 | r = alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8 |
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:168:34: warning: "BIGARRAY_MANAGED" is deprecated: use "CAML_BA_MANAGED" instead
# 168 | BIGARRAY_MANAGED,
# | ^~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_map_file':
# netsys_c_mem.c:200:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 200 | failwith("Netsys_mem: large files not supported on this OS");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:214:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 214 | failwith("Netsys_mem: cannot mmap - file position exceeds file size");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:217:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 217 | failwith("Netsys_mem: cannot mmap - file too large");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:222:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 222 | invalid_argument("netsys_map_file");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:235:13: warning: "alloc_bigarray_dims" is deprecated: use "caml_ba_alloc_dims" instead
# 235 | return alloc_bigarray_dims(BIGARRAY_UINT8 | BIGARRAY_C_LAYOUT |
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:235:13: warning: "BIGARRAY_UINT8" is deprecated: use "CAML_BA_UINT8" instead
# 235 | return alloc_bigarray_dims(BIGARRAY_UINT8 | BIGARRAY_C_LAYOUT |
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:235:13: warning: "BIGARRAY_C_LAYOUT" is deprecated: use "CAML_BA_C_LAYOUT" instead
# 235 | return alloc_bigarray_dims(BIGARRAY_UINT8 | BIGARRAY_C_LAYOUT |
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:236:34: warning: "BIGARRAY_MAPPED_FILE" is deprecated: use "CAML_BA_MAPPED_FILE" instead
# 236 | BIGARRAY_MAPPED_FILE, 1, eff_addr, basize);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_memory_unmap_file':
# netsys_c_mem.c:257:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
# 257 | struct caml_bigarray *b = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:257:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 257 | struct caml_bigarray *b = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:258:13: warning: "BIGARRAY_MANAGED_MASK" is deprecated: use "CAML_BA_MANAGED_MASK" instead
# 258 | if ((b->flags & BIGARRAY_MANAGED_MASK) == BIGARRAY_MAPPED_FILE) {
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:258:13: warning: "BIGARRAY_MAPPED_FILE" is deprecated: use "CAML_BA_MAPPED_FILE" instead
# 258 | if ((b->flags & BIGARRAY_MANAGED_MASK) == BIGARRAY_MAPPED_FILE) {
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:263:27: warning: "BIGARRAY_MANAGED_MASK" is deprecated: use "CAML_BA_MANAGED_MASK" instead
# 263 | (b->flags & ~BIGARRAY_MANAGED_MASK) | BIGARRAY_EXTERNAL;
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:263:27: warning: "BIGARRAY_EXTERNAL" is deprecated: use "CAML_BA_EXTERNAL" instead
# 263 | (b->flags & ~BIGARRAY_MANAGED_MASK) | BIGARRAY_EXTERNAL;
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:270:27: warning: "BIGARRAY_MANAGED_MASK" is deprecated: use "CAML_BA_MANAGED_MASK" instead
# 270 | (b->flags & ~BIGARRAY_MANAGED_MASK) | BIGARRAY_EXTERNAL;
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:270:27: warning: "BIGARRAY_EXTERNAL" is deprecated: use "CAML_BA_EXTERNAL" instead
# 270 | (b->flags & ~BIGARRAY_MANAGED_MASK) | BIGARRAY_EXTERNAL;
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_reshape':
# netsys_c_mem.c:281:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
# 281 | struct caml_bigarray *b;
# | ^~~~~~~~~~~~~~~~
# netsys_c_mem.c:282:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
# 282 | struct caml_bigarray *mem;
# | ^~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:288:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 288 | b = Bigarray_val(bv);
# | ^~~~~~~~~~~~~
# netsys_c_mem.c:294:13: warning: "alloc" is deprecated: use "caml_alloc" instead
# 294 | dimv = alloc(b->num_dims,0);
# | ^~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:300:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 300 | mem = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_mem_read':
# netsys_c_mem.c:378:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 378 | data = ((char *) (Bigarray_val(memv)->data)) + Long_val(offv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:399:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead
# 399 | enter_blocking_section();
# | ^~~~~~~~~~~~~~~~~
# netsys_c_mem.c:401:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead
# 401 | leave_blocking_section(); /* keeps errno intact */
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_mem_write':
# netsys_c_mem.c:419:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 419 | data = ((char *) (Bigarray_val(memv)->data)) + Long_val(offv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:440:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead
# 440 | enter_blocking_section();
# | ^~~~~~~~~~~~~~~~~
# netsys_c_mem.c:442:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead
# 442 | leave_blocking_section();
# | ^~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_mem_recv':
# netsys_c_mem.c:469:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 469 | data = ((char *) (Bigarray_val(memv)->data)) + Long_val(offv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:470:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
# 470 | flags = convert_flag_list(flagsv, msg_flag_table);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:478:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead
# 478 | enter_blocking_section();
# | ^~~~~~~~~~~~~~~~~
# netsys_c_mem.c:486:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead
# 486 | leave_blocking_section();
# | ^~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_mem_send':
# netsys_c_mem.c:509:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 509 | data = ((char *) (Bigarray_val(memv)->data)) + Long_val(offv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:510:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
# 510 | flags = convert_flag_list(flagsv, msg_flag_table);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:518:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead
# 518 | enter_blocking_section();
# | ^~~~~~~~~~~~~~~~~
# netsys_c_mem.c:526:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead
# 526 | leave_blocking_section();
# | ^~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_as_value':
# netsys_c_mem.c:540:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
# 540 | struct caml_bigarray *b = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:540:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 540 | struct caml_bigarray *b = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_value_area_add':
# netsys_c_mem.c:547:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
# 547 | struct caml_bigarray *b = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:547:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 547 | struct caml_bigarray *b = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:553:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 553 | failwith("Netsys_mem.value_area: error");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_value_area_remove':
# netsys_c_mem.c:563:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
# 563 | struct caml_bigarray *b = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:563:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 563 | struct caml_bigarray *b = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_init_header':
# netsys_c_mem.c:577:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
# 577 | struct caml_bigarray *b = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:577:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 577 | struct caml_bigarray *b = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:585:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 585 | invalid_argument("Netsys_mem.init_header");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_init_string':
# netsys_c_mem.c:622:13: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead
# 622 | struct caml_bigarray *b = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:622:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 622 | struct caml_bigarray *b = Bigarray_val(memv);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:632:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 632 | invalid_argument("Netsys_mem.init_string");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_init_value_1':
# netsys_c_mem.c:907:28: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
# 907 | id = custom_ops->identifier;
# | ^
# netsys_c_mem.c:1001:27: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 1001 | b_work = Bigarray_val(work);
# | ^~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1002:27: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 1002 | b_copy = Bigarray_val(copy);
# | ^~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1008:34: warning: "BIGARRAY_KIND_MASK" is deprecated: use "CAML_BA_KIND_MASK" instead
# 1008 | caml_ba_element_size[b_work->flags & BIGARRAY_KIND_MASK];
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1037:34: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead
# 1037 | data_copy = stat_alloc(size_aligned);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_init_value':
# netsys_c_mem.c:1256:20: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead
# 1256 | stat_alloc(sizeof(struct named_custom_ops));
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1257:20: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead
# 1257 | ops->name = stat_alloc(caml_string_length(Field(pair,0))+1);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1264:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 1264 | mem_data = ((char *) Bigarray_val(memv)->data) + off;
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1265:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
# 1265 | mem_end = mem_data + Bigarray_val(memv)->dim[0];
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1289:20: warning: "stat_free" is deprecated: use "caml_stat_free" instead
# 1289 | stat_free(ops->name);
# | ^~~~~~~~~~
# netsys_c_mem.c:1290:20: warning: "stat_free" is deprecated: use "caml_stat_free" instead
# 1290 | stat_free(ops);
# | ^~~~
# netsys_c_mem.c:1311:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 1311 | failwith("Netsys_mem.init_value: Library error");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1315:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 1315 | failwith("Netsys_mem.init_value: Unknown error");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_copy_value':
# netsys_c_mem.c:1353:13: warning: "int32_ops" is deprecated: use "caml_int32_ops" instead
# 1353 | struct named_custom_ops int32_ops;
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1354:13: warning: "int64_ops" is deprecated: use "caml_int64_ops" instead
# 1354 | struct named_custom_ops int64_ops;
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1355:13: warning: "nativeint_ops" is deprecated: use "caml_nativeint_ops" instead
# 1355 | struct named_custom_ops nativeint_ops;
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1392:48: warning: "alloc_bigarray_dims" is deprecated: use "caml_ba_alloc_dims" instead
# 1392 | 1, NULL, 1));
# | ^~~~~~~~~
# netsys_c_mem.c:1392:48: warning: "BIGARRAY_C_LAYOUT" is deprecated: use "CAML_BA_C_LAYOUT" instead
# 1392 | 1, NULL, 1));
# | ^~~~~~~~~
# netsys_c_mem.c:1393:13: warning: "int32_ops" is deprecated: use "caml_int32_ops" instead
# 1393 | bigarray_ops.next = &int32_ops;
# | ^~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1395:13: warning: "int32_ops" is deprecated: use "caml_int32_ops" instead
# 1395 | int32_ops.name = "_i";
# | ^~~~~~~~~~~~~~
# netsys_c_mem.c:1396:13: warning: "int32_ops" is deprecated: use "caml_int32_ops" instead
# 1396 | int32_ops.ops = Custom_ops_val(caml_copy_int32(0));
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1397:13: warning: "int32_ops" is deprecated: use "caml_int32_ops" instead
# 1397 | int32_ops.next = &int64_ops;
# | ^~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1397:13: warning: "int64_ops" is deprecated: use "caml_int64_ops" instead
# netsys_c_mem.c:1399:13: warning: "int64_ops" is deprecated: use "caml_int64_ops" instead
# 1399 | int64_ops.name = "_j";
# | ^~~~~~~~~~~~~~
# netsys_c_mem.c:1400:13: warning: "int64_ops" is deprecated: use "caml_int64_ops" instead
# 1400 | int64_ops.ops = Custom_ops_val(caml_copy_int64(0));
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1401:13: warning: "int64_ops" is deprecated: use "caml_int64_ops" instead
# 1401 | int64_ops.next = &nativeint_ops;
# | ^~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1401:13: warning: "nativeint_ops" is deprecated: use "caml_nativeint_ops" instead
# 1401 | int64_ops.next = &nativeint_ops;
# | ^~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1403:13: warning: "nativeint_ops" is deprecated: use "caml_nativeint_ops" instead
# 1403 | nativeint_ops.name = "_n";
# | ^~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1404:13: warning: "nativeint_ops" is deprecated: use "caml_nativeint_ops" instead
# 1404 | nativeint_ops.ops = Custom_ops_val(caml_copy_nativeint(0));
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1405:13: warning: "nativeint_ops" is deprecated: use "caml_nativeint_ops" instead
# 1405 | nativeint_ops.next = NULL;
# | ^~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1418:23: error: implicit declaration of function 'caml_alloc_for_heap'; did you mean 'caml_alloc_boxed'? [-Wimplicit-function-declaration]
# 1418 | extra_block = caml_alloc_for_heap(request);
# | ^~~~~~~~~~~~~~~~~~~
# | caml_alloc_boxed
# netsys_c_mem.c:1418:21: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
# 1418 | extra_block = caml_alloc_for_heap(request);
# | ^
# netsys_c_mem.c:1470:9: error: implicit declaration of function 'caml_add_to_heap' [-Wimplicit-function-declaration]
# 1470 | caml_add_to_heap(extra_block);
# | ^~~~~~~~~~~~~~~~
# netsys_c_mem.c:1494:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 1494 | failwith("Netsys_mem.copy_value: Library error");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c:1498:20: warning: "failwith" is deprecated: use "caml_failwith" instead
# 1498 | failwith("Netsys_mem.copy_value: Unknown error");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# netsys_c_mem.c: In function 'netsys_get_custom_ops':
# netsys_c_mem.c:1511:20: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
# 1511 | r = alloc_small(2,0);
# | ^~~~~~~~~~
# netsys_c_mem.c:1516:20: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
# 1516 | invalid_argument("Netsys_mem.get_custom_ops");
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# make[1]: *** [../../Makefile.rules:143: netsys_c_mem.o] Error 2
# make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlnet.4.1.8/src/netsys'
# make: *** [Makefile:23: all] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build ocamlnet 4.1.8
+-
+- The following changes have been performed (the rest was aborted)
| - remove camlp-streams 5.0.1
| - remove conf-autoconf 0.2
| - remove cpu 2.0.0
| - remove orrandomForest 3.0.0
| - remove parany 14.0.1
| - downgrade batteries 3.10.0 to 3.5.1
| - downgrade cpm 12.2.0 to 1.0.0
| - downgrade dolog 6.0.0 to 4.0.0
| - downgrade dune 3.20.2 to 2.9.3
| - downgrade line_oriented 1.3.0 to 1.0.0
| - downgrade minicli 5.0.2 to 1.0.0
| - downgrade num 1.6 to 1.5
| - downgrade ocamlfind 1.9.8 to 1.9.1
| - install base-bytes base
| - install obuild 0.1.10
| - install ocamlbuild 0.14.0
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20251110132845.export"
Or you can retry to install your package selection with:
/usr/bin/opam install --restore
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
opam-repo-ci detected dependencies failing: ocamlnet.4.1.8
"/usr/bin/env" "bash" "-c" "opam reinstall orrandomForest.3.0.0;
res=$?;
test "$res" != 31 && exit "$res";
export OPAMCLI=2.0;
build_dir=$(opam var prefix)/.opam-switch/build;
failed=$(ls "$build_dir");
partial_fails="";
for pkg in $failed; do
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'orrandomForest.3.0.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2025-11-10 13:29.39: Job failed: Failed: Build failed
2025-11-10 13:29.39: Log analysis:
2025-11-10 13:29.39: >>>
[ERROR] The compilation of ocamlnet.4.1.8 failed at "make all".
(score = 20)
2025-11-10 13:29.39: >>>
# netsys_c_mem.c:1418:23: error: implicit declaration of function 'caml_alloc_for_heap'; did you mean 'caml_alloc_boxed'? [-Wimplicit-function-declaration]
(score = 30)
2025-11-10 13:29.39: >>>
# netsys_c_mem.c:1418:21: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
(score = 30)
2025-11-10 13:29.39: >>>
# netsys_c_mem.c:1470:9: error: implicit declaration of function 'caml_add_to_heap' [-Wimplicit-function-declaration]
(score = 30)
2025-11-10 13:29.39: >>>
opam-repo-ci detected dependencies failing: ocamlnet.4.1.8
(score = 75)
2025-11-10 13:29.39: ocamlnet.4.1.8 failed to build