Build:
- 0
2025-09-18 12:21.54: New job: build jasmin.2025.06.1, using opam 2.0 from https://github.com/ocaml/opam-repository.git#refs/pull/28526/head (cdd77a45b5ee96d9adbefea4b5e5add3fda5a57c) on debian-13-ocaml-4.14/amd64 To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28526/head" && git reset --hard cdd77a45 git fetch origin master git merge --no-edit 151ffce963e54519dd5d1280848f631d38db358e cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam RUN opam init --reinit -ni RUN 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 depext -u || true RUN opam pin add -k version -yn jasmin.2025.06.1 2025.06.1 RUN opam depext jasmin.2025.06.1 && opam reinstall jasmin.2025.06.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-13\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'jasmin.2025.06.1' && 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-09-18 12:21.54: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc-jasmin.2025.06.1-cdd77a45b5ee96d9adbefea4b5e5add3fda5a57c" 2025-09-18 12:21.54: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam")) (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) (run (shell "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 depext -u || true")) (run (shell "opam pin add -k version -yn jasmin.2025.06.1 2025.06.1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam depext jasmin.2025.06.1 && opam reinstall jasmin.2025.06.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-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'jasmin.2025.06.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-09-18 12:21.54: Waiting for resource in pool OCluster 2025-09-18 14:50.23: Waiting for worker… 2025-09-18 14:54.41: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 151ffce963 Merge pull request #28412 from andersfugmann/release-ocaml-protoc-plugin-6.2.0 Merge made by the 'ort' strategy. packages/jasmin/jasmin.2025.06.1/opam | 44 +++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 packages/jasmin/jasmin.2025.06.1/opam (from ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc) 2025-09-18 14:54.43 ---> using "f2c15438f4e8107ac42e1adfbd29c5c483ff0e5aaf05ff1291b0b30470c339be" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam")) 2025-09-18 14:54.43 ---> saved as "5e12e266b2d5f98951aced9d82290ee15faaafc674fa2475f4e500bfcf81ab21" /home/opam: (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) [NOTE] Will configure 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. [WARNING] Recommended dependencies -- most packages rely on these: - m4 <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised default (at git+file:///home/opam/opam-repository): [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html) 2025-09-18 14:55.24 ---> saved as "8503a8484eed67283644338bb79ab17074cbb4f940c22f2969943f07f416ac0d" /home/opam: (run (shell "opam config report")) # opam config report # opam-version 2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) # self-upgrade no # system arch=x86_64 os=linux os-distribution=debian os-version=13 # solver builtin-mccs+glpk # install-criteria -removed,-count[version-lag,request],-count[version-lag,changed],-changed # upgrade-criteria -removed,-count[version-lag,solution],-new # jobs 71 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 4.14 2025-09-18 14:55.24 ---> saved as "740e50ff6a022d54c49c503359693fce1d656759b48216006da2e5dfee30074f" /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-09-18 14:55.34 ---> saved as "af4aba01099ea494b6a5fe4b49b6a2b3105af2788dc9234b50c827e72386b6ea" /home/opam: (copy (src .) (dst opam-repository/)) 2025-09-18 14:55.39 ---> saved as "677676a3a08a6d32a4392fa2440dfa2300d1d6ed5e62ec8e826cc3a23558ef13" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised default (at file:///home/opam/opam-repository): [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html) 2025-09-18 14:55.50 ---> saved as "39e15bb2c0677b258e26f9d36f53e6ae90ce4f47013a40c1cef1a69ffb1e2abe" /home/opam: (run (network host) (shell "opam depext -u || true")) # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # No extra OS packages requirements found. # All required OS packages found. The following command needs to be run through "sudo": apt-get update Hit:1 http://deb.debian.org/debian trixie InRelease Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [40.4 kB] Fetched 131 kB in 0s (1538 kB/s) Reading package lists... # OS package update successful 2025-09-18 14:55.51 ---> saved as "21137160db54e2bb872460e3215a96c25f54a1ca1fd2589a176565ac1cc3cc04" /home/opam: (run (shell "opam pin add -k version -yn jasmin.2025.06.1 2025.06.1")) jasmin is now pinned to version 2025.06.1 2025-09-18 14:55.51 ---> saved as "187478e66f91a7ea181b242b817e95b91b3523b59b9d0c991b87bf35dfa92133" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam depext jasmin.2025.06.1 && opam reinstall jasmin.2025.06.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-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'jasmin.2025.06.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # The following system packages are needed: findutils libgmp-dev libmpfr-dev libppl-dev perl pkg-config The following command needs to be run through "sudo": apt-get install -qq -yy findutils libgmp-dev libmpfr-dev libppl-dev perl pkg-config 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 ... 20622 files and directories currently installed.) Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ... Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ... Selecting previously unselected package libgmp-dev:amd64. Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ... Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ... Selecting previously unselected package libmpfr-dev:amd64. Preparing to unpack .../2-libmpfr-dev_4.2.2-1_amd64.deb ... Unpacking libmpfr-dev:amd64 (4.2.2-1) ... Selecting previously unselected package libpkgconf3:amd64. Preparing to unpack .../3-libpkgconf3_1.8.1-4_amd64.deb ... Unpacking libpkgconf3:amd64 (1.8.1-4) ... Selecting previously unselected package libppl14:amd64. Preparing to unpack .../4-libppl14_1%3a1.2-8.1+b3_amd64.deb ... Unpacking libppl14:amd64 (1:1.2-8.1+b3) ... Selecting previously unselected package libppl-c4:amd64. Preparing to unpack .../5-libppl-c4_1%3a1.2-8.1+b3_amd64.deb ... Unpacking libppl-c4:amd64 (1:1.2-8.1+b3) ... Selecting previously unselected package libppl-dev:amd64. Preparing to unpack .../6-libppl-dev_1%3a1.2-8.1+b3_amd64.deb ... Unpacking libppl-dev:amd64 (1:1.2-8.1+b3) ... Selecting previously unselected package pkgconf-bin. Preparing to unpack .../7-pkgconf-bin_1.8.1-4_amd64.deb ... Unpacking pkgconf-bin (1.8.1-4) ... Selecting previously unselected package pkgconf:amd64. Preparing to unpack .../8-pkgconf_1.8.1-4_amd64.deb ... Unpacking pkgconf:amd64 (1.8.1-4) ... Selecting previously unselected package pkg-config:amd64. Preparing to unpack .../9-pkg-config_1.8.1-4_amd64.deb ... Unpacking pkg-config:amd64 (1.8.1-4) ... Setting up libpkgconf3:amd64 (1.8.1-4) ... Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ... Setting up pkgconf-bin (1.8.1-4) ... Setting up libppl14:amd64 (1:1.2-8.1+b3) ... Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ... Setting up libmpfr-dev:amd64 (4.2.2-1) ... Setting up pkgconf:amd64 (1.8.1-4) ... Setting up pkg-config:amd64 (1.8.1-4) ... Setting up libppl-c4:amd64 (1:1.2-8.1+b3) ... Setting up libppl-dev:amd64 (1:1.2-8.1+b3) ... Processing triggers for libc-bin (2.41-12) ... # OS packages installation successful jasmin.2025.06.1 is not installed. Install it? [Y/n] y The following actions will be performed: - install conf-perl 2 [required by apron] - install ocamlbuild 0.16.1 [required by apron, batteries] - install cmdliner 1.3.0 [required by jasmin] - install conf-gmp 5 [required by zarith] - install conf-ppl 1 [required by jasmin] - install num 1.6 [required by batteries] - install ocamlfind 1.9.8 [required by jasmin] - install dune 3.20.2 [required by jasmin] - install camlidl 1.13 [required by jasmin] - install conf-mpfr 2 [required by mlgmpidl] - install zarith 1.13 [required by jasmin] - install batteries 3.5.1 [required by jasmin] - install yojson 3.0.0 [required by jasmin] - install ocaml-syntax-shims 1.0.0 [required by angstrom] - install menhirSdk 20230608 [required by menhir] - install menhirLib 20230608 [required by jasmin] - install bigstringaf 0.5.3 [required by angstrom] - install mlgmpidl 1.2.14 [required by apron] - install menhir 20230608 [required by jasmin] - install angstrom 0.16.1 [required by jasmin] - install apron v0.9.15 [required by jasmin] - install jasmin 2025.06.1* ===== 22 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [angstrom.0.16.1] found in cache [apron.v0.9.15] found in cache [batteries.3.5.1] found in cache [bigstringaf.0.5.3] found in cache [camlidl.1.13] found in cache [cmdliner.1.3.0] found in cache [dune.3.20.2] found in cache [jasmin.2025.06.1] found in cache [menhir.20230608] found in cache [menhirLib.20230608] found in cache [menhirSdk.20230608] found in cache [mlgmpidl.1.2.14] found in cache [num.1.6] found in cache [ocaml-syntax-shims.1.0.0] found in cache [ocamlbuild.0.16.1] found in cache [ocamlfind.1.9.8] found in cache [yojson.3.0.0] found in cache [zarith.1.13] found in cache <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-gmp.5 -> installed conf-perl.2 -> installed conf-ppl.1 -> installed conf-mpfr.2 -> installed num.1.6 -> installed camlidl.1.13 -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed zarith.1.13 -> installed mlgmpidl.1.2.14 -> installed dune.3.20.2 -> installed bigstringaf.0.5.3 -> installed menhirSdk.20230608 -> installed menhirLib.20230608 -> installed ocaml-syntax-shims.1.0.0 -> installed yojson.3.0.0 -> installed angstrom.0.16.1 -> installed menhir.20230608 -> installed batteries.3.5.1 -> installed apron.v0.9.15 -> installed jasmin.2025.06.1 Done. # Run eval $(opam env) to update the current shell environment 2025-09-18 14:56.46 ---> saved as "01e4a427637c85968335cca25929a696e1bace4f38f759674eea52fe4b76fe4b" Job succeeded 2025-09-18 14:56.55: Job succeeded