(for PR #26912)
2025-04-03 17:16.07: New job: test lutin.2.71.15 with mlgmpidl.1.2.15-1, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/26912/head (8f78ac65ee262835b31990fcdf159b4ccdca7c5f) on debian-12-ocaml-5.3/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/26912/head" && git reset --hard 8f78ac65 git fetch origin master git merge --no-edit 1b767795a4e028a4d45f916f1598c24ee7a7b6cb cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:531e94709b66da9b515e50f6d39f1299514fde0dbf4429080784012dd08bb975 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 mlgmpidl.1.2.15-1 1.2.15-1 RUN opam reinstall mlgmpidl.1.2.15-1; \ 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" != 'mlgmpidl.1.2.15-1' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 RUN opam reinstall lutin.2.71.15; \ 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" != 'lutin.2.71.15' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 RUN (opam reinstall --with-test lutin.2.71.15) || true RUN opam reinstall --with-test --verbose lutin.2.71.15; \ 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" != 'lutin.2.71.15' && 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-04-03 17:16.07: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:531e94709b66da9b515e50f6d39f1299514fde0dbf4429080784012dd08bb975-mlgmpidl.1.2.15-1-lutin.2.71.15-8f78ac65ee262835b31990fcdf159b4ccdca7c5f" 2025-04-03 17:16.07: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:531e94709b66da9b515e50f6d39f1299514fde0dbf4429080784012dd08bb975) (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 mlgmpidl.1.2.15-1 1.2.15-1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall mlgmpidl.1.2.15-1;\ \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\" != 'mlgmpidl.1.2.15-1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall lutin.2.71.15;\ \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\" != 'lutin.2.71.15' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) (run (network host) (shell "(opam reinstall --with-test lutin.2.71.15) || true")) (run (shell "opam reinstall --with-test --verbose lutin.2.71.15;\ \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\" != 'lutin.2.71.15' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-04-03 17:16.07: Waiting for resource in pool OCluster 2025-04-04 00:25.55: Waiting for worker… 2025-04-04 00:31.57: Got resource from pool OCluster Building on x86-bm-c3.sw.ocaml.org All commits already cached Updating files: 74% (17044/22808) Updating files: 75% (17106/22808) Updating files: 76% (17335/22808) Updating files: 77% (17563/22808) Updating files: 78% (17791/22808) Updating files: 79% (18019/22808) Updating files: 80% (18247/22808) Updating files: 81% (18475/22808) Updating files: 82% (18703/22808) Updating files: 83% (18931/22808) Updating files: 84% (19159/22808) Updating files: 85% (19387/22808) Updating files: 86% (19615/22808) Updating files: 87% (19843/22808) Updating files: 88% (20072/22808) Updating files: 89% (20300/22808) Updating files: 90% (20528/22808) Updating files: 91% (20756/22808) Updating files: 92% (20984/22808) Updating files: 93% (21212/22808) Updating files: 94% (21440/22808) Updating files: 95% (21668/22808) Updating files: 96% (21896/22808) Updating files: 97% (22124/22808) Updating files: 98% (22352/22808) Updating files: 99% (22580/22808) Updating files: 100% (22808/22808) Updating files: 100% (22808/22808), done. HEAD is now at 1b767795a4 Merge pull request #27704 from maiste/release-dune-3.18.0 Merge made by the 'ort' strategy. packages/mlgmpidl/mlgmpidl.1.2.15-1/opam | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 packages/mlgmpidl/mlgmpidl.1.2.15-1/opam (from ocaml/opam:debian-12-ocaml-5.3@sha256:531e94709b66da9b515e50f6d39f1299514fde0dbf4429080784012dd08bb975) 2025-04-04 00:32.20 ---> saved as "b2674d75bd761ae0940cbbcd0e3587e1677ed25681fd5f43c3e5e50c82b8fc4f" /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-04-04 00:32.20 ---> saved as "4cb63d68fb63c1bbde5326e607d626f0a4f91588dcadd0b786d2db8fe4ca5e96" /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 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. Continue? [y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-04-04 00:33.31 ---> saved as "2ed71edebc733612ca460d5a4adf3ed363c3d5c807f1529fa6a7ec4eb9fca669" /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=x86_64 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 39 # repositories 1 (local) # pinned 1 (version) # current-switch 5.3 # invariant ["ocaml-base-compiler" {>= "5.3.0"}] # compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 5.3.0 2025-04-04 00:33.32 ---> saved as "5c08e3ebd87386b17d34649de7c4734dae89d84934e61e8f0b19f0a376464942" /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-04-04 00:33.40 ---> saved as "1d7d446b65129e18406005492ff597bfdaddc717f29495e0edee5301ab29709a" /home/opam: (copy (src .) (dst opam-repository/)) 2025-04-04 00:33.48 ---> saved as "ef753b1a9dd7b21110e2e76866fecdf121af6757c95324772e794f25c6b3bcf6" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-04-04 00:34.30 ---> saved as "2ce2ecc0357c5af6d801ddedb91da2b7ef2b45fcb686f6087cdabd40f5641828" /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-security bookworm-security/main amd64 Packages [250 kB] - Fetched 354 kB in 0s (1203 kB/s) - Reading package lists... 2025-04-04 00:34.31 ---> saved as "5c379f4ee04cf0ccddf287fbe3cb00bbd21a19519cbc38a2be18718a9d73ce5a" /home/opam: (run (shell "opam pin add -k version -yn mlgmpidl.1.2.15-1 1.2.15-1")) mlgmpidl is now pinned to version 1.2.15-1 2025-04-04 00:34.32 ---> saved as "d80d179cc6dc77b582a01953e0160fc6a707ca9991c6a8fde5449305987147d6" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall mlgmpidl.1.2.15-1;\ \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\" != 'mlgmpidl.1.2.15-1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) mlgmpidl.1.2.15-1 is not installed. Install it? [y/n] y The following actions will be performed: === install 9 packages - install bigarray-compat 1.1.0 [required by mlgmpidl] - install camlidl 1.12 [required by mlgmpidl] - install conf-gmp 4 [required by mlgmpidl] - install conf-mpfr 3 [required by mlgmpidl] - install conf-perl 2 [required by mlgmpidl] - install conf-pkg-config 4 [required by conf-mpfr] - install dune 3.18.0 [required by bigarray-compat] - install mlgmpidl 1.2.15-1 (pinned) - install ocamlfind 1.9.8 [required by mlgmpidl] The following system packages will first need to be installed: libgmp-dev libmpfr-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" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libgmpxx4ldbl:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18778 files and directories currently installed.) - Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libmpfr-dev:amd64. - Preparing to unpack .../2-libmpfr-dev_4.2.0-1_amd64.deb ... - Unpacking libmpfr-dev:amd64 (4.2.0-1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../3-libpkgconf3_1.8.1-1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../4-pkgconf-bin_1.8.1-1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../5-pkgconf_1.8.1-1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../6-pkg-config_1.8.1-1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-1) ... - Setting up libpkgconf3:amd64 (1.8.1-1) ... - Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ... - Setting up libmpfr-dev:amd64 (4.2.0-1) ... - Setting up pkgconf:amd64 (1.8.1-1) ... - Setting up pkg-config:amd64 (1.8.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u10) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved camlidl.1.12 (cached) -> retrieved conf-gmp.4 (cached) -> retrieved conf-mpfr.3 (cached) -> installed conf-gmp.4 -> installed conf-perl.2 -> installed conf-pkg-config.4 -> installed conf-mpfr.3 -> retrieved dune.3.18.0 (cached) -> installed camlidl.1.12 -> retrieved mlgmpidl.1.2.15-1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.18.0 -> installed bigarray-compat.1.1.0 -> installed mlgmpidl.1.2.15-1 Done. # To update the current shell environment, run: eval $(opam env) 2025-04-04 00:35.11 ---> saved as "240d6ed6ae5959083711be202426876a5f0605983ec53a8d352ffa1587e2e4d6" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall lutin.2.71.15;\ \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\" != 'lutin.2.71.15' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) lutin.2.71.15 is not installed. Install it? [y/n] y The following actions will be performed: === recompile 1 package - recompile ocamlfind 1.9.8 [uses graphics] === install 31 packages - install astring 0.8.5 [required by bos] - install bos 0.2.1 [required by yaml] - install camlp-streams 5.0.1 [required by lutin] - install conf-libX11 1 [required by graphics] - install conf-m4 1 [required by lutin] - install cppo 1.8.0 [required by extlib] - install csexp 1.5.2 [required by dune-configurator] - install ctypes 0.23.0 [required by yaml] - install dune-configurator 3.18.0 [required by graphics] - install extlib 1.8.0 [required by lutin] - install ezdl 2.71.15 [required by lutin] - install fmt 0.10.0 [required by bos] - install fpath 0.7.3 [required by bos] - install gbddml 2.71.15 [required by lutin] - install graphics 5.1.2 [required by lutin] - install integers 0.7.0 [required by ctypes] - install logs 0.8.0 [required by bos] - install lustre-v6 6.107.1 [required by lutin] - install lutils 1.54.1 [required by lutin] - install lutin 2.71.15 - install num 1.5-1 [required by lutin] - install ocamlbuild 0.16.1 [required by bos] - install ounit 2.2.7 [required by rdbg] - install ounit2 2.2.7 [required by ounit] - install polka 2.71.15 [required by lutin] - install rdbg 1.199.0 [required by lutin] - install rresult 0.7.0 [required by bos] - install seq base [required by ounit2] - install stdlib-shims 0.3.0 [required by ounit2, integers] - install topkg 1.0.8 [required by bos] - install yaml 3.2.0 [required by lustre-v6] The following system packages will first need to be installed: m4 <><> 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" "m4" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package m4. - (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 ... 18850 files and directories currently installed.) - Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ... - Unpacking m4 (1.4.19-3) ... - Setting up m4 (1.4.19-3) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-libX11.1 -> installed conf-m4.1 -> retrieved csexp.1.5.2 (cached) -> retrieved ctypes.0.23.0 (cached) -> installed csexp.1.5.2 -> installed camlp-streams.5.0.1 -> retrieved dune-configurator.3.18.0 (cached) -> installed cppo.1.8.0 -> retrieved extlib.1.8.0 (cached) -> retrieved ezdl.2.71.15, gbddml.2.71.15, lutin.2.71.15, polka.2.71.15 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved graphics.5.1.2 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved lustre-v6.6.107.1 (cached) -> retrieved lutils.1.54.1 (cached) -> retrieved num.1.5-1 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> removed ocamlfind.1.9.8 -> retrieved ounit.2.2.7, ounit2.2.2.7 (cached) -> retrieved rdbg.1.199.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.0.8 (cached) -> installed ezdl.2.71.15 -> retrieved yaml.3.2.0 (cached) -> installed extlib.1.8.0 -> installed stdlib-shims.0.3.0 -> installed integers.0.7.0 -> installed dune-configurator.3.18.0 -> installed gbddml.2.71.15 -> installed num.1.5-1 -> installed ounit2.2.2.7 -> installed graphics.5.1.2 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed ounit.2.2.7 -> installed ctypes.0.23.0 -> installed lutils.1.54.1 -> installed polka.2.71.15 -> installed topkg.1.0.8 -> installed rdbg.1.199.0 -> installed rresult.0.7.0 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed logs.0.8.0 -> installed fpath.0.7.3 -> installed bos.0.2.1 -> installed yaml.3.2.0 -> installed lustre-v6.6.107.1 -> installed lutin.2.71.15 Done. <><> rdbg.1.199.0 installed successfully ><><><><><><><><><><><><><><><><><><><> => The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ <><> polka.2.71.15 installed successfully <><><><><><><><><><><><><><><><><><><> => The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ <><> lutin.2.71.15 installed successfully <><><><><><><><><><><><><><><><><><><> => The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ <><> lutils.1.54.1 installed successfully <><><><><><><><><><><><><><><><><><><> => The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ <><> lustre-v6.6.107.1 installed successfully <><><><><><><><><><><><><><><><><> => The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ <><> gbddml.2.71.15 installed successfully ><><><><><><><><><><><><><><><><><><> => The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ <><> ezdl.2.71.15 installed successfully ><><><><><><><><><><><><><><><><><><><> => The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ # To update the current shell environment, run: eval $(opam env) 2025-04-04 00:36.04 ---> saved as "da778b57caf6055c13c39cb26c067d446d4643c467da27f35556e2ae4232610a" /home/opam: (run (network host) (shell "(opam reinstall --with-test lutin.2.71.15) || true")) The following actions will be performed: === recompile 1 package - recompile lutin 2.71.15 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved lutin.2.71.15 (http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/pool/lutin.v2.71.15.tgz) -> removed lutin.2.71.15 -> installed lutin.2.71.15 Done. <><> lutin.2.71.15 installed successfully <><><><><><><><><><><><><><><><><><><> => The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ # To update the current shell environment, run: eval $(opam env) 2025-04-04 00:36.18 ---> saved as "c548af767f7c6170a9293bf065efe2d81fd87a87d6a9d4d532bc1d82fae808d6" /home/opam: (run (shell "opam reinstall --with-test --verbose lutin.2.71.15;\ \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\" != 'lutin.2.71.15' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) The following actions will be performed: === recompile 1 package - recompile lutin 2.71.15 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/4: [lutin.2.71.15: extract] -> retrieved lutin.2.71.15 (cached) Processing 2/4: [lutin: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "lutin" "-j" "39" (CWD=/home/opam/.opam/5.3/.opam-switch/build/lutin.2.71.15) - (cd _build/default/lib/lutin && ./generate-version.sh) - fatal: not a git repository (or any parent up to mount point /) - Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). - fatal: not a git repository (or any parent up to mount point /) - Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). - (cd _build/default && /home/opam/.opam/5.3/bin/ocamlyacc lib/lutin/lutParser.mly) - 1 shift/reduce conflict. - (cd _build/default/lib/lutin && /usr/bin/make) - camlidl -nocpp -I . lutinUtils.idl -> compiled lutin.2.71.15 -> removed lutin.2.71.15 -> installed lutin.2.71.15 Done. <><> lutin.2.71.15 installed successfully <><><><><><><><><><><><><><><><><><><> => The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ # To update the current shell environment, run: eval $(opam env) 2025-04-04 00:36.27 ---> saved as "60545467018461eb5b102c5bd45e3312372e038968b24b57f890ec1d4e453486" Job succeeded 2025-04-04 00:36.34: Job succeeded