- github
- ocaml
- opam-repository
- c847d2
- extras,x86_32-ocaml-4.14,jasmin.2025.06.2
(not at the head of any monitored branch or PR)
2025-11-20 12:37.23: New job: build jasmin.2025.06.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28932/head (c847d2021bc985e2ce93a0822b65d6afb14f2418)
on debian-13-ocaml-4.14/i386
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28932/head" && git reset --hard c847d202
git fetch origin master
git merge --no-edit 2a5ab3fbccdfdb06d413c48cfe1c129758b3a413
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:d3188c652b1a8ba0b771b01ee3f47a67c4d0e8142c248d1a103e6670d81115f8
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 jasmin.2025.06.2 2025.06.2
RUN opam reinstall jasmin.2025.06.2; \
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" != 'jasmin.2025.06.2' && 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-20 12:37.23: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:d3188c652b1a8ba0b771b01ee3f47a67c4d0e8142c248d1a103e6670d81115f8-jasmin.2025.06.2-c847d2021bc985e2ce93a0822b65d6afb14f2418"
2025-11-20 12:37.23: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:d3188c652b1a8ba0b771b01ee3f47a67c4d0e8142c248d1a103e6670d81115f8)
(shell /usr/bin/linux32 /bin/sh -c)
(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 jasmin.2025.06.2 2025.06.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall jasmin.2025.06.2;\
\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\" != 'jasmin.2025.06.2' && 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-20 12:37.23: Waiting for resource in pool OCluster
2025-11-20 12:37.23: Waiting for worker…
2025-11-20 12:37.25: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 2a5ab3fbcc Merge pull request #28924 from hannesm/release-ca-certs-nss-v3.118
Updating 2a5ab3fbcc..c847d2021b
Fast-forward
packages/jasmin/jasmin.2025.06.2/opam | 39 +++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 packages/jasmin/jasmin.2025.06.2/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:d3188c652b1a8ba0b771b01ee3f47a67c4d0e8142c248d1a103e6670d81115f8)
2025-11-20 12:38.27 ---> using "eb30fc95815ce3000329a80201f9e58a0f31a666f949251c45a6d7e80ca011f1" from cache
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-20 12:38.27 ---> using "86fa9fe0f9bc126a105d3c47c007b6679697c79d280c948948efbedbe549a110" 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-20 12:38.27 ---> using "2ee428b60a670ae3ddf72f63857d24542d9fd225e4845cf423af1c86334573cc" 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~beta1
# self-upgrade no
# system arch=x86_32 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-20 12:38.27 ---> using "e0ce6c8b3dcfdfe16e2dcc8ad9874c7b1e28fb4e4b69d7bb11354b382066b67b" 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-20 12:38.27 ---> using "3ae62db5e00b8c5e2bd8feffa6bb1f9361604c4dfd43a906369c7d05a4d0c6b4" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-20 12:38.32 ---> saved as "f8aa92f5851adac3740ba3d06f2b9f0382aeb756b543025afb1f206f99ef02dd"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-20 12:38.58 ---> saved as "4035421be9c18887e6f6930431b301397bb34c6c8289f9e61fcfe040e977109f"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main i386 Packages [9430 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main i386 Packages [66.8 kB]
- Fetched 9728 kB in 1s (7800 kB/s)
- Reading package lists...
2025-11-20 12:39.00 ---> saved as "03b3a1031bcd322087b243c8e2fe01978f4ffb0b2f20b5a13fbf9670a2eaaa5d"
/home/opam: (run (shell "opam pin add -k version -yn jasmin.2025.06.2 2025.06.2"))
jasmin is now pinned to version 2025.06.2
2025-11-20 12:39.00 ---> saved as "adab1d55225dbb7a787cd81735bb26c45c0bcd8eb87f10a9138cceacdefe4dec"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall jasmin.2025.06.2;\
\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\" != 'jasmin.2025.06.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
jasmin.2025.06.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 31 packages
- install angstrom 0.16.1 [required by jasmin]
- install apron v0.9.15 [required by jasmin]
- install batteries 3.10.0 [required by jasmin]
- install bigarray-compat 1.1.0 [required by mlgmpidl]
- install bigstringaf 0.10.0 [required by angstrom]
- install camlidl 1.13 [required by jasmin]
- install camlp-streams 5.0.1 [required by batteries]
- install cmdliner 2.0.0 [required by jasmin]
- install conf-findutils 1 [required by ez-conf-lib]
- install conf-gmp 5 [required by zarith]
- install conf-gmp-paths 1 [required by mlgmpidl]
- install conf-mpfr-paths 1 [required by mlgmpidl]
- install conf-perl 2 [required by apron]
- install conf-pkg-config 4 [required by zarith]
- install conf-ppl 1 [required by jasmin]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.20.2 [required by jasmin]
- install dune-configurator 3.20.2 [required by bigstringaf]
- install ez-conf-lib 2 [required by conf-gmp-paths, conf-mpfr-paths]
- install jasmin 2025.06.2 (pinned)
- install menhir 20250912 [required by jasmin]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by jasmin]
- install menhirSdk 20250912 [required by menhir]
- install mlgmpidl 1.3.0 [required by apron]
- install num 1.6 [required by batteries]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by apron]
- install ocamlfind 1.9.8 [required by jasmin]
- install yojson 3.0.0 [required by jasmin]
- install zarith 1.14 [required by jasmin]
The following system packages will first need to be installed:
libgmp-dev libmpfr-dev libppl-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. 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" "libgmp-dev" "libmpfr-dev" "libppl-dev" "pkg-config"
- Selecting previously unselected package libgmpxx4ldbl:i386.
- (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 ... 20592 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_i386.deb ...
- Unpacking libgmpxx4ldbl:i386 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:i386.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_i386.deb ...
- Unpacking libgmp-dev:i386 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libmpfr-dev:i386.
- Preparing to unpack .../2-libmpfr-dev_4.2.2-1_i386.deb ...
- Unpacking libmpfr-dev:i386 (4.2.2-1) ...
- Selecting previously unselected package libpkgconf3:i386.
- Preparing to unpack .../3-libpkgconf3_1.8.1-4_i386.deb ...
- Unpacking libpkgconf3:i386 (1.8.1-4) ...
- Selecting previously unselected package libppl14:i386.
- Preparing to unpack .../4-libppl14_1%3a1.2-8.1+b3_i386.deb ...
- Unpacking libppl14:i386 (1:1.2-8.1+b3) ...
- Selecting previously unselected package libppl-c4:i386.
- Preparing to unpack .../5-libppl-c4_1%3a1.2-8.1+b3_i386.deb ...
- Unpacking libppl-c4:i386 (1:1.2-8.1+b3) ...
- Selecting previously unselected package libppl-dev:i386.
- Preparing to unpack .../6-libppl-dev_1%3a1.2-8.1+b3_i386.deb ...
- Unpacking libppl-dev:i386 (1:1.2-8.1+b3) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../7-pkgconf-bin_1.8.1-4_i386.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:i386.
- Preparing to unpack .../8-pkgconf_1.8.1-4_i386.deb ...
- Unpacking pkgconf:i386 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:i386.
- Preparing to unpack .../9-pkg-config_1.8.1-4_i386.deb ...
- Unpacking pkg-config:i386 (1.8.1-4) ...
- Setting up libpkgconf3:i386 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:i386 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libppl14:i386 (1:1.2-8.1+b3) ...
- Setting up libgmp-dev:i386 (2:6.3.0+dfsg-3) ...
- Setting up libmpfr-dev:i386 (4.2.2-1) ...
- Setting up pkgconf:i386 (1.8.1-4) ...
- Setting up pkg-config:i386 (1.8.1-4) ...
- Setting up libppl-c4:i386 (1:1.2-8.1+b3) ...
- Setting up libppl-dev:i386 (1:1.2-8.1+b3) ...
- Processing triggers for libc-bin (2.41-12) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved apron.v0.9.15 (cached)
-> retrieved batteries.3.10.0 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved camlidl.1.13 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.2.0.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-paths.1 (cached)
-> retrieved conf-mpfr-paths.1 (cached)
-> retrieved conf-ppl.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-gmp.5
-> installed conf-perl.2
-> installed conf-findutils.1
-> installed conf-pkg-config.4
-> installed conf-ppl.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved ez-conf-lib.2 (cached)
-> retrieved jasmin.2025.06.2 (cached)
-> installed cmdliner.2.0.0
-> installed camlidl.1.13
-> installed ez-conf-lib.2
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> installed conf-gmp-paths.1
-> retrieved mlgmpidl.1.3.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> installed conf-mpfr-paths.1
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed dune.3.20.2
-> installed bigarray-compat.1.1.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-syntax-shims.1.0.0
-> installed yojson.3.0.0
[ERROR] The compilation of mlgmpidl.1.3.0 failed at "make".
-> installed dune-configurator.3.20.2
-> installed batteries.3.10.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed menhir.20250912
#=== ERROR while compiling mlgmpidl.1.3.0 =====================================#
# context 2.5.0~beta1 | linux/x86_32 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/mlgmpidl.1.3.0
# command ~/.opam/opam-init/hooks/sandbox.sh build make
# exit-code 2
# env-file ~/.opam/log/mlgmpidl-7-3aab64.env
# output-file ~/.opam/log/mlgmpidl-7-3aab64.out
### output ###
# tmpdir=$(mktemp -d tmp.XXXXXX); \
# trap "rm -f -r ${tmpdir};" EXIT QUIT INT; \
# { cp mpz.idl ${tmpdir}/mpz.idl; \
# /home/opam/.opam/4.14/bin/camlidl -no-include \
# -D MPFR_VERSION_MAJOR=4 \
# -prepro cpp ${tmpdir}/mpz.idl && \
# /usr/bin/perl perlscript_c.pl < ${tmpdir}/mpz_stubs.c >mpz_caml.c && \
# /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpz.ml >mpz.ml && \
# /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpz.mli >mpz.mli; }
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpz.mli
# tmpdir=$(mktemp -d tmp.XXXXXX); \
# trap "rm -f -r ${tmpdir};" EXIT QUIT INT; \
# { cp mpq.idl ${tmpdir}/mpq.idl; \
# /home/opam/.opam/4.14/bin/camlidl -no-include \
# -D MPFR_VERSION_MAJOR=4 \
# -prepro cpp ${tmpdir}/mpq.idl && \
# /usr/bin/perl perlscript_c.pl < ${tmpdir}/mpq_stubs.c >mpq_caml.c && \
# /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpq.ml >mpq.ml && \
# /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpq.mli >mpq.mli; }
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpq.mli
# tmpdir=$(mktemp -d tmp.XXXXXX); \
# trap "rm -f -r ${tmpdir};" EXIT QUIT INT; \
# { cp mpf.idl ${tmpdir}/mpf.idl; \
# /home/opam/.opam/4.14/bin/camlidl -no-include \
# -D MPFR_VERSION_MAJOR=4 \
# -prepro cpp ${tmpdir}/mpf.idl && \
# /usr/bin/perl perlscript_c.pl < ${tmpdir}/mpf_stubs.c >mpf_caml.c && \
# /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpf.ml >mpf.ml && \
# /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpf.mli >mpf.mli; }
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpf.mli
# tmpdir=$(mktemp -d tmp.XXXXXX); \
# trap "rm -f -r ${tmpdir};" EXIT QUIT INT; \
# { cp mpfr.idl ${tmpdir}/mpfr.idl; \
# /home/opam/.opam/4.14/bin/camlidl -no-include \
# -D MPFR_VERSION_MAJOR=4 \
# -prepro cpp ${tmpdir}/mpfr.idl && \
# /usr/bin/perl perlscript_c.pl < ${tmpdir}/mpfr_stubs.c >mpfr_caml.c && \
# /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpfr.ml >mpfr.ml && \
# /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpfr.mli >mpfr.mli; }
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpfr.mli
# tmpdir=$(mktemp -d tmp.XXXXXX); \
# trap "rm -f -r ${tmpdir};" EXIT QUIT INT; \
# { cp gmp_random.idl ${tmpdir}/gmp_random.idl; \
# /home/opam/.opam/4.14/bin/camlidl -no-include \
# -D MPFR_VERSION_MAJOR=4 \
# -prepro cpp ${tmpdir}/gmp_random.idl && \
# /usr/bin/perl perlscript_c.pl < ${tmpdir}/gmp_random_stubs.c >gmp_random_caml.c && \
# /usr/bin/perl perlscript_caml.pl < ${tmpdir}/gmp_random.ml >gmp_random.ml && \
# /usr/bin/perl perlscript_caml.pl < ${tmpdir}/gmp_random.mli >gmp_random.mli; }
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c gmp_random.mli
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpzf.mli
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpqf.mli
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpfrf.mli
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpz.ml
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpq.ml
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpf.ml
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpfr.ml
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c gmp_random.ml
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpzf.ml
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpqf.ml
# /home/opam/.opam/4.14/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpfrf.ml
# /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -package "bigarray-compat" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/usr/include/i386-linux-gnu -ccopt -I/usr/include -ccopt -I/home/opam/.opam/4.14/lib/ocaml -ccopt -I/home/opam/.opam/4.14/lib/camlidl -g -c -o mpz_caml.o mpz_caml.c
# mpz_caml.c: In function 'camlidl_mpz_mpz__export':
# mpz_caml.c:2271:26: error: passing argument 2 of '__gmpz_export' from incompatible pointer type [-Wincompatible-pointer-types]
# 2271 | _res = mpz_export (NULL, COUNT, ORDER, sizeof(intnat), ENDIAN, 0, OP);
# | ^~~~~
# | |
# | long unsigned int *
# In file included from gmp_caml.h:15,
# from mpz_caml.c:21:
# /usr/include/i386-linux-gnu/gmp.h:747:42: note: expected 'size_t *' {aka 'unsigned int *'} but argument is of type 'long unsigned int *'
# 747 | __GMP_DECLSPEC void *mpz_export (void *, size_t *, int, size_t, int, size_t, mpz_srcptr);
# | ^~~~~~~~
# make: *** [Makefile:269: mpz_caml.o] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build mlgmpidl 1.3.0
+-
+- The following changes have been performed (the rest was aborted)
| - install angstrom 0.16.1
| - install batteries 3.10.0
| - install bigarray-compat 1.1.0
| - install bigstringaf 0.10.0
| - install camlidl 1.13
| - install camlp-streams 5.0.1
| - install cmdliner 2.0.0
| - install conf-findutils 1
| - install conf-gmp 5
| - install conf-gmp-paths 1
| - install conf-mpfr-paths 1
| - install conf-perl 2
| - install conf-pkg-config 4
| - install conf-ppl 1
| - install csexp 1.5.2
| - install dune 3.20.2
| - install dune-configurator 3.20.2
| - install ez-conf-lib 2
| - install menhir 20250912
| - install menhirCST 20250912
| - install menhirLib 20250912
| - install menhirSdk 20250912
| - install num 1.6
| - install ocaml-syntax-shims 1.0.0
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install yojson 3.0.0
| - install zarith 1.14
+-
<><> conf-mpfr-paths.1 installed successfully <><><><><><><><><><><><><><><><><>
=> header file found in /usr/include
=> library file found in /usr/lib/i386-linux-gnu
<><> conf-gmp-paths.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> header file found in /usr/include/i386-linux-gnu
=> library file found in /usr/lib/i386-linux-gnu
# 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-20251120123901.export"
[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: mlgmpidl.1.3.0
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall jasmin.2025.06.2;
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" != 'jasmin.2025.06.2' && 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-20 12:39.46: Job failed: Failed: Build failed
2025-11-20 12:39.46: Log analysis:
2025-11-20 12:39.46: >>>
[ERROR] The compilation of mlgmpidl.1.3.0 failed at "make".
(score = 20)
2025-11-20 12:39.46: >>>
# mpz_caml.c:2271:26: error: passing argument 2 of '__gmpz_export' from incompatible pointer type [-Wincompatible-pointer-types]
(score = 30)
2025-11-20 12:39.46: >>>
opam-repo-ci detected dependencies failing: mlgmpidl.1.3.0
(score = 75)
2025-11-20 12:39.46: mlgmpidl.1.3.0 failed to build