- github
- ocaml
- opam-repository
- 066149
- extras,arm32-ocaml-4.14,catala.1.0.0~alpha
(not at the head of any monitored branch or PR)
2025-07-31 08:30.44: New job: build catala.1.0.0~alpha, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/28280/head (066149a2b11088413c8f9b718a441e2cc8556beb)
on debian-12-ocaml-4.14/arm32v7
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28280/head" && git reset --hard 066149a2
git fetch origin master
git merge --no-edit f6368c68f94811eb2e5f105c731f2494a6e6fe04
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:058b36ceb3c0fd65522b1a8d2d0846f8a93fa0357124f19af40f2064a66da82a
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 catala.1.0.0~alpha 1.0.0~alpha
RUN opam reinstall catala.1.0.0~alpha; \
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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'catala.1.0.0~alpha' && 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-07-31 08:30.44: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:058b36ceb3c0fd65522b1a8d2d0846f8a93fa0357124f19af40f2064a66da82a-catala.1.0.0~alpha-066149a2b11088413c8f9b718a441e2cc8556beb"
2025-07-31 08:30.44: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:058b36ceb3c0fd65522b1a8d2d0846f8a93fa0357124f19af40f2064a66da82a)
(shell /usr/bin/linux32 /bin/sh -c)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 catala.1.0.0~alpha 1.0.0~alpha"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall catala.1.0.0~alpha;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'catala.1.0.0~alpha' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-07-31 08:30.44: Waiting for resource in pool OCluster
2025-07-31 08:30.44: Waiting for worker…
2025-07-31 08:56.52: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
HEAD is now at f6368c68f9 Merge pull request #28271 from jmid/qcheck-lin-ocaml-bound
Updating f6368c68f9..066149a2b1
Fast-forward
packages/catala/catala.1.0.0~alpha/opam | 84 +++++++++++++++++++++++++++++++++
1 file changed, 84 insertions(+)
create mode 100644 packages/catala/catala.1.0.0~alpha/opam
(from ocaml/opam:debian-12-ocaml-4.14@sha256:058b36ceb3c0fd65522b1a8d2d0846f8a93fa0357124f19af40f2064a66da82a)
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2025-07-31 08:57.29 ---> saved as "36d1eb3e1b5e612cf39692b78ef822d036ad9106915706294f7c01a9da2043c4"
/: (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-2.3 /usr/bin/opam"))
2025-07-31 08:57.29 ---> saved as "433da325675888be8f3baf587655fd9fdabccb26b8178cbd92f73eba1f227b71"
/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.
Continue? [y/n] y
This development 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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-31 08:58.01 ---> saved as "d137d59b659a545e744cbb67447dd6f3c3520570e421fc9767428bc18b6d50a1"
/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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade no
# system arch=arm32 os=linux os-distribution=debian os-version=12
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 79
# 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-07-31 08:58.02 ---> saved as "83bc6c72f014b7d9692cc997c058cc7c8590773cba9ea8c92caa6a79bd1470df"
/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-07-31 08:58.07 ---> saved as "2d5a742602d53f7db17e4104a7901d38d88a287156ab6d6874db25fd4f5f0c97"
/home/opam: (copy (src .) (dst opam-repository/))
2025-07-31 08:58.11 ---> saved as "bc4b7e5267623c9b83feb8ab1733d192e9a56219cfc44d9ba2430225acf47caf"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-31 08:58.40 ---> saved as "7221412bbe53965450994abf5d36cffb438d42d2f7ba62e562394586508b74da"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm-updates/main armhf Packages.diff/Index [19.6 kB]
- Ign:4 http://deb.debian.org/debian bookworm-updates/main armhf Packages.diff/Index
- Get:5 http://deb.debian.org/debian bookworm-updates/main armhf Packages [6928 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [253 kB]
- Fetched 383 kB in 1s (659 kB/s)
- Reading package lists...
-
2025-07-31 08:58.42 ---> saved as "94c538ceb0d00a32c9fd5f8a23d64d4262b96ffc7b60d64a632b330c79f3a9bc"
/home/opam: (run (shell "opam pin add -k version -yn catala.1.0.0~alpha 1.0.0~alpha"))
catala is now pinned to version 1.0.0~alpha
2025-07-31 08:58.42 ---> saved as "aec71ed73debce223fcc1fe9e5028665c5590cbe667e672492ae319a75b57687"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall catala.1.0.0~alpha;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'catala.1.0.0~alpha' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
catala.1.0.0~alpha is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 43 packages
- install alcotest 1.7.0 [required by catala]
- install astring 0.8.5 [required by alcotest]
- install bindlib 6.0.0 [required by catala]
- install catala 1.0.0~alpha (pinned)
- install cmdliner 1.3.0 [required by catala]
- install conf-gmp 5 [required by zarith]
- install conf-ninja 1 [required by catala]
- install cppo 1.8.0 [required by catala]
- install crunch 4.0.0 [required by catala]
- install dates_calc 0.0.10 [required by catala]
- install dune 3.19.1 [required by catala]
- install fmt 0.11.0 [required by alcotest]
- install gen 1.1 [required by sedlex]
- install js_of_ocaml 4.1.0 [required by js_of_ocaml-ppx]
- install js_of_ocaml-compiler 4.1.0 [required by js_of_ocaml]
- install js_of_ocaml-ppx 4.1.0 [required by catala]
- install menhir 20240715 [required by catala]
- install menhirCST 20240715 [required by menhir]
- install menhirLib 20240715 [required by catala]
- install menhirSdk 20240715 [required by js_of_ocaml-compiler]
- install ninja_utils 0.9.0 [required by catala]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install ocamlbuild 0.16.1 [required by uucp]
- install ocamlfind 1.9.8 [required by catala]
- install ocamlgraph 2.2.0 [required by catala]
- install ocolor 1.3.1 [required by catala]
- install otoml 1.0.5 [required by catala]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.35.0 [required by js_of_ocaml-ppx, sedlex]
- install ptime 1.2.0 [required by crunch]
- install re 1.13.2 [required by catala]
- install sedlex 3.6 [required by catala]
- install seq base [required by re, gen]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by alcotest]
- install topkg 1.1.0 [required by uucp]
- install ubase 0.20 [required by catala]
- install uucp 16.0.0 [required by catala]
- install uutf 1.0.4 [required by alcotest, otoml]
- install yojson 3.0.0 [required by catala]
- install zarith 1.12 [required by catala]
- install zarith_stubs_js v0.16.0 [required by catala]
The following system packages will first need to be installed:
libgmp-dev ninja-build
<><> 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" "ninja-build"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:armhf.
- (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 ... 18475 files and directories currently installed.)
- Preparing to unpack .../libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_armhf.deb ...
- Unpacking libgmpxx4ldbl:armhf (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:armhf.
- Preparing to unpack .../libgmp-dev_2%3a6.2.1+dfsg1-1.1_armhf.deb ...
- Unpacking libgmp-dev:armhf (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package ninja-build.
- Preparing to unpack .../ninja-build_1.11.1-2~deb12u1_armhf.deb ...
- Unpacking ninja-build (1.11.1-2~deb12u1) ...
- Setting up ninja-build (1.11.1-2~deb12u1) ...
- Setting up libgmpxx4ldbl:armhf (2:6.2.1+dfsg1-1.1) ...
- Setting up libgmp-dev:armhf (2:6.2.1+dfsg1-1.1) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.7.0 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved bindlib.6.0.0 (cached)
-> retrieved catala.1.0.0~alpha (https://github.com/CatalaLang/catala/archive/refs/tags/v1.0.0-alpha.tar.gz)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved crunch.4.0.0 (cached)
-> retrieved dates_calc.0.0.10 (cached)
-> installed conf-ninja.1
-> installed conf-gmp.5
-> retrieved dune.3.19.1 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved gen.1.1 (cached)
-> installed cmdliner.1.3.0
-> retrieved js_of_ocaml.4.1.0, js_of_ocaml-compiler.4.1.0, js_of_ocaml-ppx.4.1.0 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved ninja_utils.0.9.0 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved ocolor.1.3.1 (cached)
-> retrieved otoml.1.0.5 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.13.2 (cached)
-> retrieved sedlex.3.6 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> retrieved ubase.0.20 (cached)
-> retrieved uucp.16.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.12 (cached)
-> retrieved zarith_stubs_js.v0.16.0 (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.12
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.19.1
-> installed dates_calc.0.0.10
-> installed bindlib.6.0.0
-> installed menhirCST.20240715
-> installed crunch.4.0.0
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed zarith_stubs_js.v0.16.0
-> installed ocaml-syntax-shims.1.0.0
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ubase.0.20
-> installed gen.1.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.17.0
-> installed cppo.1.8.0
-> installed yojson.3.0.0
-> installed ocamlgraph.2.2.0
-> installed re.1.13.2
-> installed ninja_utils.0.9.0
-> installed ocolor.1.3.1
-> installed alcotest.1.7.0
-> installed ppxlib.0.35.0
-> installed uucp.16.0.0
-> installed sedlex.3.6
-> installed menhir.20240715
-> installed otoml.1.0.5
-> installed js_of_ocaml-compiler.4.1.0
-> installed js_of_ocaml.4.1.0
-> installed js_of_ocaml-ppx.4.1.0
[ERROR] The compilation of catala.1.0.0~alpha failed at "dune build -p catala -j 79 @install".
#=== ERROR while compiling catala.1.0.0~alpha =================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | pinned(https://github.com/CatalaLang/catala/archive/refs/tags/v1.0.0-alpha.tar.gz)
# path ~/.opam/4.14/.opam-switch/build/catala.1.0.0~alpha
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p catala -j 79 @install
# exit-code 1
# env-file ~/.opam/log/catala-7-ff7a83.env
# output-file ~/.opam/log/catala-7-ff7a83.out
### output ###
# (cd _build/default/compiler/surface && /home/opam/.opam/4.14/bin/menhir tokens.mly parser.mly --base parser --compile-errors parser.messages) > _build/default/compiler/surface/parser_errors.ml
# Read 160 sample input sentences and 160 error messages.
# (cd _build/default/compiler/literate && /home/opam/.opam/4.14/bin/ocaml-crunch -e py -m plain -o pygment_lexers.ml .)
# Generating pygment_lexers.ml
# Skipping generation of .mli
# File "runtimes/java/dune", line 9, characters 8-13:
# 9 | (run javac @java.files -d _build)
# ^^^^^
# Error: Program javac not found in the tree or in PATH
# (context: default)
# (cd _build/default/runtimes/c && ./discover.exe gmp_flags) > _build/default/runtimes/c/gmp_include_flags
# sh: 1: pkg-config: not found
# (cd _build/default/compiler && /home/opam/.opam/4.14/bin/js_of_ocaml --no-source-map -o catala_web_interpreter.bc.js /home/opam/.opam/4.14/lib/zarith_stubs_js/biginteger.js /home/opam/.opam/4.14/lib/zarith_stubs_js/runtime.js /home/opam/.opam/4.14/lib/alcotest/runtime.js catala_web_interpreter.bc-for-jsoo)
# There are some missing primitives
# Dummy implementations (raising 'Failure' exception) will be used if they are not available at runtime.
# You can prevent the generation of dummy implementations with the commandline option '--disable genprim'
# Missing primitives provided by +dynlink.js:
# caml_dynlink_add_primitive
# caml_dynlink_get_current_libs
# caml_dynlink_lookup_symbol
# caml_dynlink_open_lib
# Missing primitives provided by +toplevel.js:
# caml_get_section_table
# caml_realloc_global
# caml_reify_bytecode
# Missing primitives:
# unix_close
# unix_dup
# unix_inchannel_of_filedescr
# unix_pipe
# unix_spawn
# unix_waitpid
# (cd _build/default/compiler && /home/opam/.opam/4.14/bin/js_of_ocaml --no-source-map -o catala.bc.js /home/opam/.opam/4.14/lib/zarith_stubs_js/biginteger.js /home/opam/.opam/4.14/lib/zarith_stubs_js/runtime.js /home/opam/.opam/4.14/lib/alcotest/runtime.js catala.bc-for-jsoo)
# There are some missing primitives
# Dummy implementations (raising 'Failure' exception) will be used if they are not available at runtime.
# You can prevent the generation of dummy implementations with the commandline option '--disable genprim'
# Missing primitives provided by +dynlink.js:
# caml_dynlink_add_primitive
# caml_dynlink_get_current_libs
# caml_dynlink_lookup_symbol
# caml_dynlink_open_lib
# Missing primitives provided by +toplevel.js:
# caml_get_section_table
# caml_realloc_global
# caml_reify_bytecode
# Missing primitives:
# unix_close
# unix_dup
# unix_execvp
# unix_inchannel_of_filedescr
# unix_pipe
# unix_spawn
# unix_waitpid
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build catala 1.0.0~alpha
+-
+- The following changes have been performed
| - install alcotest 1.7.0
| - install astring 0.8.5
| - install bindlib 6.0.0
| - install cmdliner 1.3.0
| - install conf-gmp 5
| - install conf-ninja 1
| - install cppo 1.8.0
| - install crunch 4.0.0
| - install dates_calc 0.0.10
| - install dune 3.19.1
| - install fmt 0.11.0
| - install gen 1.1
| - install js_of_ocaml 4.1.0
| - install js_of_ocaml-compiler 4.1.0
| - install js_of_ocaml-ppx 4.1.0
| - install menhir 20240715
| - install menhirCST 20240715
| - install menhirLib 20240715
| - install menhirSdk 20240715
| - install ninja_utils 0.9.0
| - install ocaml-compiler-libs v0.12.4
| - install ocaml-syntax-shims 1.0.0
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install ocamlgraph 2.2.0
| - install ocolor 1.3.1
| - install otoml 1.0.5
| - install ppx_derivers 1.2.1
| - install ppxlib 0.35.0
| - install ptime 1.2.0
| - install re 1.13.2
| - install sedlex 3.6
| - install seq base
| - install sexplib0 v0.17.0
| - install stdlib-shims 0.3.0
| - install topkg 1.1.0
| - install ubase 0.20
| - install uucp 16.0.0
| - install uutf 1.0.4
| - install yojson 3.0.0
| - install zarith 1.12
| - install zarith_stubs_js v0.16.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-20250731085843.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.
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall catala.1.0.0~alpha;
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-12\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'catala.1.0.0~alpha' && 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-07-31 09:02.02: Job failed: Failed: Build failed
2025-07-31 09:02.02: Log analysis:
2025-07-31 09:02.02: >>>
[ERROR] The compilation of catala.1.0.0~alpha failed at "dune build -p catala -j 79 @install".
(score = 20)
2025-07-31 09:02.02: >>>
# Error: Program javac not found in the tree or in PATH
(score = 48)
2025-07-31 09:02.02: Program javac not found in the tree or in PATH