(for PR #26907)
2026-04-29 12:47.43: New job: build apron.v0.9.12, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/26907/head (b6229f0d14497cac47fc1ccd0ef31dd6c590ddfe)
on freebsd-15.0-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/26907/head" && git reset --hard b6229f0d
git fetch origin master
git merge --no-edit dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-15.0-ocaml-4.14
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/local/bin/opam-dev /usr/local/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 apron.v0.9.12 v0.9.12
RUN opam reinstall apron.v0.9.12; \
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 "\"freebsd-15.0\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'apron.v0.9.12' && 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 .
2026-04-29 12:47.43: Using cache hint "freebsd-15.0-ocaml-4.14-apron.v0.9.12-b6229f0d14497cac47fc1ccd0ef31dd6c590ddfe"
2026-04-29 12:47.43: Using OBuilder spec:
((from freebsd-15.0-ocaml-4.14)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
(run (network host)
(shell "opam init --reinit -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 apron.v0.9.12 v0.9.12"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall apron.v0.9.12;\
\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 \"\\\"freebsd-15.0\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'apron.v0.9.12' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-29 12:47.43: Connecting to build cluster…
2026-04-29 12:47.43: Waiting for resource in pool OCluster
2026-04-29 14:20.02: Waiting for worker…
2026-04-29 15:59.54: Got resource from pool OCluster
Building on rosemary
All commits already cached
Updating files: 100% (18868/18868), done.
HEAD is now at dd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2
Auto-merging packages/apron/apron.v0.9.15/opam
Merge made by the 'ort' strategy.
packages/apron/apron.v0.9.12/opam | 5 ++++-
packages/apron/apron.v0.9.14/opam | 8 +++++++-
packages/apron/apron.v0.9.15/opam | 5 ++++-
3 files changed, 15 insertions(+), 3 deletions(-)
(from freebsd-15.0-ocaml-4.14)
2026-04-29 15:52.47 ---> using "72cdd96d2d21f8c55140a83e6aa1d871999cc103a298a3bf0e5db4a314024f45" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2026-04-29 15:52.47 ---> using "4c4fda7ee7ed9eac597f961b87c33c63b34aaccb551c72772ace9b375fad8d97" from cache
/home/opam: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using 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.1 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 1 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=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-04-29 15:52.47 ---> using "de946948e0d785daa61a047a82c57932e35ba22f119c99cc666f726de2cc2a20" 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.1
# self-upgrade no
# system arch=x86_64 os=freebsd os-distribution=freebsd os-version=1500068
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 39
# repositories 1 (version-controlled)
# pinned 0
# current-switch 4.14.3
# invariant ["ocaml-base-compiler" {= "4.14.3"} | "ocaml-system" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14.3/lib/ocaml/stublibs:/home/opam/.opam/4.14.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.3
2026-04-29 15:52.47 ---> using "cc62b571599dace346eb0c2adf0d036a1fca0f9a32553fdeaf78973ab615703a" 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/"))
2026-04-29 15:52.48 ---> using "520b4dcdc21dfac94163528e64fd1a074957ae3ed5eaaa82eef1382aece5f511" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-29 15:53.00 ---> saved as "ec9a56dfc80ba8cdf47dcc59e4fcae4ddb846bf73f235ab06d886c2b9f510c53"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-29 15:53.15 ---> saved as "13d00d3ce6191cac2dba270cfbbfefd8ecddca19da6a72552d7c41f2a5ffb2d5"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
[WARNING] Unknown update command for bsd, skipping system update
2026-04-29 15:53.15 ---> saved as "19d102b4a5be854bd3f30f86acd90027540203cd680082856bf20469a0e8a466"
/home/opam: (run (shell "opam pin add -k version -yn apron.v0.9.12 v0.9.12"))
apron is now pinned to version v0.9.12
2026-04-29 15:53.17 ---> saved as "080a3cfeda4faeeb35a83a7eea0dfb0b5a391cab81c6466faa67cf3b5d5cfbf4"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall apron.v0.9.12;\
\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 \"\\\"freebsd-15.0\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'apron.v0.9.12' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
apron.v0.9.12 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
∗ apron v0.9.12 (pinned)
∗ bigarray-compat 1.1.0 [required by mlgmpidl]
∗ camlidl 1.13-1 [required by apron]
∗ conf-gmp 5 [required by mlgmpidl]
∗ conf-mpfr 3 [required by mlgmpidl]
∗ conf-perl 2 [required by apron]
∗ conf-pkg-config 4 [required by conf-mpfr]
∗ dune 3.22.2 [required by bigarray-compat]
∗ mlgmpidl 1.2.15-1 [required by apron]
∗ ocamlbuild 0.16.1 [required by apron]
∗ ocamlfind 1.9.8 [required by apron]
The following system packages will first need to be installed:
gmp mpfr
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pkg to install them (may need root/sudo access)
2. Display the recommended pkg 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/local/bin/sudo "pkg" "install" "-y" "gmp" "mpfr"
- Updating FreeBSD-ports repository catalogue...
- FreeBSD-ports repository is up to date.
- Updating FreeBSD-ports-kmods repository catalogue...
- FreeBSD-ports-kmods repository is up to date.
- All repositories are up to date.
- The following 2 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- gmp: 6.3.0 [FreeBSD-ports]
- mpfr: 4.2.2,1 [FreeBSD-ports]
-
- Number of packages to be installed: 2
-
- The process will require 5 MiB more space.
- 1 MiB to be downloaded.
- [rosemary] [1/2] Fetching gmp-6.3.0: .......... done
- [rosemary] [2/2] Fetching mpfr-4.2.2,1: ......... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/2] Installing gmp-6.3.0...
- [rosemary] [1/2] Extracting gmp-6.3.0: .......... done
- [rosemary] [2/2] Installing mpfr-4.2.2,1...
- [rosemary] [2/2] Extracting mpfr-4.2.2,1: .......... done
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved apron.v0.9.12 (https://github.com/antoinemine/apron/archive/v0.9.12.tar.gz)
⬇ retrieved bigarray-compat.1.1.0 (cached)
⬇ retrieved camlidl.1.13-1 (cached)
⬇ retrieved conf-gmp.5 (cached)
⬇ retrieved conf-mpfr.3 (cached)
∗ installed conf-perl.2
∗ installed conf-pkg-config.4
∗ installed conf-gmp.5
∗ installed conf-mpfr.3
⬇ retrieved dune.3.22.2 (cached)
⬇ retrieved mlgmpidl.1.2.15-1 (cached)
∗ installed camlidl.1.13-1
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
∗ installed ocamlfind.1.9.8
∗ installed ocamlbuild.0.16.1
∗ installed dune.3.22.2
∗ installed bigarray-compat.1.1.0
∗ installed mlgmpidl.1.2.15-1
[ERROR] The compilation of apron.v0.9.12 failed at "gmake -j39".
#=== ERROR while compiling apron.v0.9.12 ======================================#
# context 2.5.1 | freebsd/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://github.com/antoinemine/apron/archive/v0.9.12.tar.gz)
# path ~/.opam/4.14.3/.opam-switch/build/apron.v0.9.12
# command /usr/local/bin/gmake -j39
# exit-code 2
# env-file ~/.opam/log/apron-76709-b4eade.env
# output-file ~/.opam/log/apron-76709-b4eade.out
### output ###
# (cd num; /usr/local/bin/gmake all)
# gmake[1]: Entering directory '/home/opam/.opam/4.14.3/.opam-switch/build/apron.v0.9.12/num'
# gmake[1]: Nothing to be done for 'all'.
# gmake[1]: Leaving directory '/home/opam/.opam/4.14.3/.opam-switch/build/apron.v0.9.12/num'
# (cd itv; /usr/local/bin/gmake all)
# gmake[1]: Entering directory '/home/opam/.opam/4.14.3/.opam-switch/build/apron.v0.9.12/itv'
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPQ -c -o itvMPQ.o itv.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPQ -c -o itv_linexprMPQ.o itv_linexpr.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPQ -c -o itv_linearizeMPQ.o itv_linearize.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPQ -c -o itvMPQ_debug.o itv.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPQ -c -o itv_linexprMPQ_debug.o itv_linexpr.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPQ -c -o itv_linearizeMPQ_debug.o itv_linearize.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGRAT -c -o itvRll.o itv.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGRAT -c -o itv_linexprRll.o itv_linexpr.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGRAT -c -o itv_linearizeRll.o itv_linearize.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGRAT -c -o itvRll_debug.o itv.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGRAT -c -o itv_linexprRll_debug.o itv_linexpr.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGRAT -c -o itv_linearizeRll_debug.o itv_linearize.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_DOUBLE -c -o itvD.o itv.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_DOUBLE -c -o itv_linexprD.o itv_linexpr.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_DOUBLE -c -o itv_linearizeD.o itv_linearize.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_DOUBLE -c -o itvD_debug.o itv.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_DOUBLE -c -o itv_linexprD_debug.o itv_linexpr.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_DOUBLE -c -o itv_linearizeD_debug.o itv_linearize.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPFR -c -o itvMPFR.o itv.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPFR -c -o itv_linexprMPFR.o itv_linexpr.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPFR -c -o itv_linearizeMPFR.o itv_linearize.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPFR -c -o itvMPFR_debug.o itv.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPFR -c -o itv_linexprMPFR_debug.o itv_linexpr.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPFR -c -o itv_linearizeMPFR_debug.o itv_linearize.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGINT -c -o itvIl.o itv.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGINT -c -o itv_linexprIl.o itv_linexpr.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGINT -c -o itv_linearizeIl.o itv_linearize.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGINT -c -o itvIll.o itv.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGINT -c -o itv_linexprIll.o itv_linexpr.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGINT -c -o itv_linearizeIll.o itv_linearize.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGRAT -c -o itvRl.o itv.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGRAT -c -o itv_linexprRl.o itv_linexpr.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGRAT -c -o itv_linearizeRl.o itv_linearize.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPZ -c -o itvMPZ.o itv.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPZ -c -o itv_linexprMPZ.o itv_linexpr.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPZ -c -o itv_linearizeMPZ.o itv_linearize.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGDOUBLE -c -o itvDl.o itv.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGDOUBLE -c -o itv_linexprDl.o itv_linexpr.c
# cc -U__STRICT_ANSI__ -DNDEBUG -O3 -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGDOUBLE -c -o itv_linearizeDl.o itv_linearize.c
# In file included from itv.c:5:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:22:
# ../num/numrat_native.h:44:10: warning: address of array 'r->d' will always evaluate to 'true' [-Wpointer-bool-conversion]
# 44 | if (r->d){
# | ~~ ~~~^
# In file included from itv_linearize.c:5:
# In file included from ./itv_linearize.h:8:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:22In file included from itv_linexpr.c:5:
# In file included from ./itv_linexpr.h:8:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:22:
# ../num/numrat_native.h:44:10: warning: address of array 'r->d' will always evaluate to 'true' [-Wpointer-bool-conversion]
# 44 | if (r->d){
# | ~~ ~~~^
# In file included from itv_linexpr.c:5:
# In file included from ./itv_linexpr.h:8:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:20:
# ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
# 350 | return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
# | ~~^~~~~~~~~
# ../num/numrat_mpq.h:350:19In file included from itv.c:5:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:22:
# ../num/numrat_native.h:44:10: warning: address of array 'r->d' will always evaluate to 'true' [-Wpointer-bool-conversion]
# 44 | if (r->d){
# | ~~ ~~~^
# In file included from itv_linearize.c:5:
# In file included from ./itv_linearize.h:8:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:22:
# ../num/numrat_native.h:44:10: warning: address of array 'r->d' will always evaluate to 'true' [-Wpointer-bool-conversion]
# 44 | if (r->d){
# | ~~ ~~~^
# In file included from itv_linearize.c:5:
# In file included from ./itv_linearize.h:8:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:20:
# ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
# 350 | return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
# | ~~^~~~~~~~~
# ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
# 350 | return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
# | ~~^~~~~~~~
# /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
# 62 | #define LONG_MAX __LONG_MAX /* max for a long */
# | ^~~~~~~~~~
# /usr/include/x86/_limits.h:61:20: note: expanded from macro '__LONG_MAX'
# 61 | #define __LONG_MAX 0x7fffffffffffffff /* max for a long */
# | ^~~~~~~~~~~~~~~~~~
# In file included from itv.c:5:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:20:
# ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
# 350 | return (d+1.0)<=LONG_MAX && :
# ../num/numrat_native.h:44:10: warning: address of array 'r->d' will always evaluate to 'true' [-Wpointer-bool-conversion]
# 44 | if (r->d){
# | ~~ ~~~^
# In file included from itv_linearize.c:5:
# In file included from ./itv_linearize.h:8:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:20:
# ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
# 350 | return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
# | ~~^~~~~~~~~
# ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
# 350 | return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
# | ~~^~~~~~~~
# /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
# 62 | #define LONG_MAX __LONG_MAX /* max for a long */
# | ^~~~~~~~~~
# /usr/include/x86/_limits.h:61:20: note: expanded from macro '__LONG_MAX'
# 61 | #define __LONG_MAX 0x7fffffffffffffff /* max for a long */
# | ^~~~~~~~~~~~~~~~~~
# In file included from itv.c:5:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:22:
# ../num/numrat_native.h:44:10: warning: address of array 'r->d' will always evaluate to 'true' [-Wpointer-bool-conversion]
# 44 | if (r->d){
# | ~~ ~~~^
# In file included from itv.c:5:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# : warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
# 350 | return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
# | ~~^~~~~~~~
# /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
# 62 | #define LONG_MAX __LONG_MAX /* max for a long */
# | ^~~~~~~~~~
# /usr/include/x86/_limits.h:61:20: note: expanded from macro '__LONG_MAX'
# 61 | #define __LONG_MAX 0x7fffffffffffffff /* max for a long */
# | ^~~~~~~~~~~~~~~~~~
# In file included from itv_linexpr.c:5:
# In file included from ./itv_linexpr.h:8:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:20:
# ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
# 350 | return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
# | ~~^~~~~~~~~
# ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
# 350 | return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
# | ~~^~~~~~~~
# /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
# 62 | #define LONG_MAX __LONG_MAX /* max for a long */
# | ^~~~~~~~~~
# /usr/include/x86/_limits.h:61:20: note: expanded from macro '__LONG_MAX'
# 61 | #define __LONG_MAX 0x7fffffffffffffff /* max for a long */
# | ^~~~~~~~~~~~~~~~~~
# In file included from itv_linexpr.c:5:
# In file included from ./itv_linexpr.h:8:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:22:
# ../num/numrat_native.h:44:10: warning: address of array 'r->d' will always evaluate to 'true' [-Wpointer-bool-conversion]
# 44 | if (r->d){
# | ~~ ~~~^
# (d-1.0)>=-LONG_MAX;
# | ~~^~~~~~~~~
# ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
# 350 | return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
# | ~~^~~~~~~~
# /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
# 62 | #define LONG_MAX __LONG_MAX /* max for a long */
# | ^~~~~~~~~~
# /usr/include/x86/_limits.h:61:20: note: expanded from macro '__LONG_MAX'
# 61 | #define __LONG_MAX 0x7fffffffffffffff /* max for a long */
# | ^~~~~~~~~~~~~~~~~~
# In file included from In file included from itv_linexpr.c:5:
# In file included from ./itv_linexpr.h:8:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:22:
# ../num/numrat_native.h:44:10: warning: address of array 'r->d' will always evaluate to 'true' [-Wpointer-bool-conversion]
# 44 | if (r->d){
# | ~~ ~~~^
# In file included from itv_linearize.c:5:
# In file included from ./itv_linearize.h:8:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:22:
# ../num/numrat_native.h:44:10: warning: address of array 'r->d' will always evaluate to 'true' [-Wpointer-bool-conversion]
# 44 | if (r->d){
# | ~~ ~~~^
# 1 warning generated.
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGINT -c -o itvIl_debug.o itv.c
# ../num/numrat.h:20:
# ../num/numrat_mpq.h:350:40: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion]
# 350 | return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
# | ~~^~~~~~~~~
# ../num/numrat_mpq.h:350:19: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
# 350 | return (d+1.0)<=LONG_MAX && (d-1.0)>=-LONG_MAX;
# | ~~^~~~~~~~
# /usr/include/sys/limits.h:62:18: note: expanded from macro 'LONG_MAX'
# 62 | #define LONG_MAX __LONG_MAX /* max for a long */
# | ^~~~~~~~~~
# /usr/include/x86/_limits.h:61:20: note: expanded from macro '__LONG_MAX'
# 61 | #define __LONG_MAX 0x7fffffffffffffff /* max for a long */
# | ^~~~~~~~~~~~~~~~~~
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGINT -c -o itv_linexprIl_debug.o itv_linexpr.c
# 2 warnings generated.
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGINT -c -o itv_linearizeIl_debug.o itv_linearize.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGINT -c -o itvIll_debug.o itv.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGINT -c -o itv_linexprIll_debug.o itv_linexpr.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGLONGINT -c -o itv_linearizeIll_debug.o itv_linearize.c
# itv_linearize.c:1670:27: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
# 1670 | itv_expr_free(intern, (itv_expr_t*)arg->expr.val.node->exprA);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# itv_linearize.c:1672:29: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
# 1672 | itv_expr_free(intern, (itv_expr_t*)arg->expr.val.node->exprB);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# itv_linearize.c:1760:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
# 1760 | itv_expr_t* a = (itv_expr_t*)n->exprA;
# | ^~~~~~~~~~~~~~~~~~~~~
# itv_linearize.c:1761:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGRAT -c -o itvRl_debug.o itv.c
# 1761 | itv_expr_t* b = (itv_expr_t*)n->exprB;
# | ^~~~~~~~~~~~~~~~~~~~~
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGRAT -c -o itv_linexprRl_debug.o itv_linexpr.c
# itv_linearize.c:1971:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
# 1971 | itv_expr_t* a = (itv_expr_t*)n->exprA;
# | ^~~~~~~~~~~~~~~~~~~~~
# itv_linearize.c:1972:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
# 1972 | itv_expr_t* b = (itv_expr_t*)n->exprB;
# | ^~~~~~~~~~~~~~~~~~~~~
# 2 warnings generated.
# 2 warnings generated.
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGRAT -c -o itv_linearizeRl_debug.o itv_linearize.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPZ -c -o itvMPZ_debug.o itv.c
# 1 warning generated.
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPZ -c -o itv_linexprMPZ_debug.o itv_linexpr.c
# In file included from itv.c:5:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:22:
# ../num/numrat_native.h:44:10: warning: address of array 'r->d' will always evaluate to 'true' [-Wpointer-bool-conversion]
# 44 | if (r->d){
# | ~~ ~~~^
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_MPZ -c -o itv_linearizeMPZ_debug.o itv_linearize.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGDOUBLE -c -o itvDl_debug.o itv.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGDOUBLE -c -o itv_linexprDl_debug.o itv_linexpr.c
# cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -I../num -I../apron -I/usr/local/include -DNUM_LONGDOUBLE -c -o itv_linearizeDl_debug.o itv_linearize.c
# In file included from itv_linearize.c:5:
# In file included from ./itv_linearize.h:8:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:22:
# ../num/numrat_native.h:44:10: warning: address of array 'r->d' will always evaluate to 'true' [-Wpointer-bool-conversion]
# 44 | if (r->d){
# | ~~ ~~~^
# /usr/bin/ar rcs libitvMPQ_debug.a itvMPQ_debug.o itv_linexprMPQ_debug.o itv_linearizeMPQ_debug.o
# 1 warning generated.
# /usr/bin/ar rcs libitvD_debug.a itvD_debug.o itv_linexprD_debug.o itv_linearizeD_debug.o
# /usr/bin/ar rcs libitvMPFR_debug.a itvMPFR_debug.o itv_linexprMPFR_debug.o itv_linearizeMPFR_debug.o
# 1 warning generated.
# /usr/bin/ar rcs libitvRll_debug.a itvRll_debug.o itv_linexprRll_debug.o itv_linearizeRll_debug.o
# 1 warning generated.
# In file included from itv_linexpr.c:5:
# In file included from ./itv_linexpr.h:8:
# In file included from ./itv.h:9:
# In file included from ../num/num.h:27:
# In file included from ../num/num_numrat.h:27:
# In file included from ../num/numrat.h:22:
# ../num/numrat_native.h:44:10: warning: address of array 'r->d' will always evaluate to 'true' [-Wpointer-bool-conversion]
# 44 | if (r->d){
# | ~~ ~~~^
# 2 warnings generated.
# /usr/bin/ranlib libitvMPQ_debug.a
# /usr/bin/ranlib libitvD_debug.a
# /usr/bin/ranlib libitvMPFR_debug.a
# /usr/bin/ranlib libitvRll_debug.a
# 2 warnings generated.
# 1 warning generated.
# 1 warning generated.
# 1 warning generated.
# /usr/bin/ar rcs libitvD.a itvD.o itv_linexprD.o itv_linearizeD.o
# itv_linearize.c:1670:27: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
# 1670 | itv_expr_free(intern, (itv_expr_t*)arg->expr.val.node->exprA);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# itv_linearize.c:1672:29: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
# 1672 | itv_expr_free(intern, (itv_expr_t*)arg->expr.val.node->exprB);
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# itv_linearize.c:1760:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
# 1760 | itv_expr_t* a = (itv_expr_t*)n->exprA;
# | ^~~~~~~~~~~~~~~~~~~~~
# itv_linearize.c:1761:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
# 1761 | itv_expr_t* b = (itv_expr_t*)n->exprB;
# | ^~~~~~~~~~~~~~~~~~~~~
# itv_linearize.c:1971:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
# 1971 | itv_expr_t* a = (itv_expr_t*)n->exprA;
# | ^~~~~~~~~~~~~~~~~~~~~
# itv_linearize.c:1972:23: warning: cast from 'struct ap_texpr0_t *' to 'itv_expr_t *' increases required alignment from 8 to 16 [-Wcast-align]
# 1972 | itv_expr_t* b = (itv_expr_t*)n->exprB;
# | ^~~~~~~~~~~~~~~~~~~~~
# /usr/bin/ranlib libitvD.a
# 6 warnings generated.
# 2 warnings generated.
# /usr/bin/ar rcs libitvMPQ.a itvMPQ.o itv_linexprMPQ.o itv_linearizeMPQ.o
# /usr/bin/ranlib libitvMPQ.a
# 6 warnings generated.
# /usr/bin/ar rcs libitv_debug.a itvIl_debug.o itv_linexprIl_debug.o itv_linearizeIl_debug.o itvIll_debug.o itv_linexprIll_debug.o itv_linearizeIll_debug.o itvRl_debug.o itv_linexprRl_debug.o itv_linearizeRl_debug.o itvRll_debug.o itv_linexprRll_debug.o itv_linearizeRll_debug.o itvMPZ_debug.o itv_linexprMPZ_debug.o itv_linearizeMPZ_debug.o itvMPQ_debug.o itv_linexprMPQ_debug.o itv_linearizeMPQ_debug.o itvD_debug.o itv_linexprD_debug.o itv_linearizeD_debug.o itvMPFR_debug.o itv_linexprMPFR_debug.o itv_linearizeMPFR_debug.o itvDl_debug.o itv_linexprDl_debug.o itv_linearizeDl_debug.o
# /usr/bin/ranlib libitv_debug.a
# /usr/bin/ar rcs libitvMPFR.a itvMPFR.o itv_linexprMPFR.o itv_linearizeMPFR.o
# 1 warning generated.
# 1 warning generated.
# /usr/bin/ranlib libitvMPFR.a
# 1 warning generated.
# /usr/bin/ar rcs libitvRll.a itvRll.o itv_linexprRll.o itv_linearizeRll.o
# /usr/bin/ranlib libitvRll.a
# 1 warning generated.
# /usr/bin/ar rcs libitv.a itvIl.o itv_linexprIl.o itv_linearizeIl.o itvIll.o itv_linexprIll.o itv_linearizeIll.o itvRl.o itv_linexprRl.o itv_linearizeRl.o itvRll.o itv_linexprRll.o itv_linearizeRll.o itvMPZ.o itv_linexprMPZ.o itv_linearizeMPZ.o itvMPQ.o itv_linexprMPQ.o itv_linearizeMPQ.o itvD.o itv_linexprD.o itv_linearizeD.o itvMPFR.o itv_linexprMPFR.o itv_linearizeMPFR.o itvDl.o itv_linexprDl.o itv_linearizeDl.o
# /usr/bin/ranlib libitv.a
# gmake[1]: Leaving directory '/home/opam/.opam/4.14.3/.opam-switch/build/apron.v0.9.12/itv'
# (cd apron; /usr/local/bin/gmake all)
# gmake[1]: Entering directory '/home/opam/.opam/4.14.3/.opam-switch/build/apron.v0.9.12/apron'
# Makefile:4: depend: No such file or directory
# gmake[1]: Leaving directory '/home/opam/.opam/4.14.3/.opam-switch/build/apron.v0.9.12/apron'
# gmake: *** [Makefile:21: c] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
│ λ build apron v0.9.12
└─
┌─ The following changes have been performed
│ ∗ install bigarray-compat 1.1.0
│ ∗ install camlidl 1.13-1
│ ∗ install conf-gmp 5
│ ∗ install conf-mpfr 3
│ ∗ install conf-perl 2
│ ∗ install conf-pkg-config 4
│ ∗ install dune 3.22.2
│ ∗ install mlgmpidl 1.2.15-1
│ ∗ install ocamlbuild 0.16.1
│ ∗ install ocamlfind 1.9.8
└─
The former state can be restored with:
/usr/local/bin/opam switch import "/home/opam/.opam/4.14.3/.opam-switch/backup/state-20260429155318.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.
jail: /usr/bin/su -l opam -c cd '/home/opam' && env OPAM_REPO_CI='true' CI='true' OPAMPRECISETRACKING='1' OPAMERRLOGLEN='0' OPAMDOWNLOADJOBS='1' '/usr/bin/env' 'bash' '-c' 'opam reinstall apron.v0.9.12;
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 "\"freebsd-15.0\""; then
echo "A package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field.";
fi;
test "$pkg" != '\''apron.v0.9.12'\'' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1': failed
"jail" "-c" "name=obuilder_1233_3396" "mount.fstab=/tmp/obuilder-jail-33c2d3/fstab" "mount.devfs" "path=/obuilder/result/8b4cd991887701ee6c9f3141ab14fdeece0a207ba7ab2249b1de2ec91b3d3f41/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/home/opam' && env OPAM_REPO_CI='true' CI='true' OPAMPRECISETRACKING='1' OPAMERRLOGLEN='0' OPAMDOWNLOADJOBS='1' '/usr/bin/env' 'bash' '-c' 'opam reinstall apron.v0.9.12;
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 "\"freebsd-15.0\""; then
echo "A package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field.";
fi;
test "$pkg" != '\''apron.v0.9.12'\'' && 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
2026-04-29 16:02.10: Job failed: Failed: Build failed
2026-04-29 16:02.10: Log analysis:
2026-04-29 16:02.10: >>>
[ERROR] The compilation of apron.v0.9.12 failed at "gmake -j39".
(score = 20)
2026-04-29 16:02.10: The compilation of apron.v0.9.12 failed at "gmake -j39".