Build:
- 0
2025-09-18 12:11.08: New job: build re.1.14.0, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/28544/head (8165ebc987d9de35b2fdba552fd80e37f5bd842d) on ubuntu-24.04-ocaml-5.3/riscv64 To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28544/head" && git reset --hard 8165ebc9 git fetch origin master git merge --no-edit 151ffce963e54519dd5d1280848f631d38db358e cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6 USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam RUN opam init --reinit -ni RUN opam option solver=builtin-0install && opam config report ENV OPAMDOWNLOADJOBS="1" ENV OPAMERRLOGLEN="0" ENV OPAMPRECISETRACKING="1" ENV CI="true" ENV OPAM_REPO_CI="true" RUN rm -rf opam-repository/ COPY --chown=1000:1000 . opam-repository/ RUN opam repository set-url --strict default opam-repository/ RUN opam update --depexts || true RUN opam pin add -k version -yn re.1.14.0 1.14.0 RUN opam reinstall re.1.14.0; \ 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 "\"ubuntu-24.04\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 're.1.14.0' && 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:11.08: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6-re.1.14.0-8165ebc987d9de35b2fdba552fd80e37f5bd842d" 2025-09-18 12:11.08: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) (run (shell "opam option solver=builtin-0install && opam config report")) (env OPAMDOWNLOADJOBS 1) (env OPAMERRLOGLEN 0) (env OPAMPRECISETRACKING 1) (env CI true) (env OPAM_REPO_CI true) (run (shell "rm -rf opam-repository/")) (copy (src .) (dst opam-repository/)) (run (shell "opam repository set-url --strict default opam-repository/")) (run (network host) (shell "opam update --depexts || true")) (run (shell "opam pin add -k version -yn re.1.14.0 1.14.0")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall re.1.14.0;\ \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 \"\\\"ubuntu-24.04\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 're.1.14.0' && 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:11.08: Waiting for resource in pool OCluster 2025-09-18 12:11.08: Waiting for worker… 2025-09-18 15:20.42: Got resource from pool OCluster Building on riscv-bm-02.sw.ci.dev All commits already cached Updating files: 14% (2685/18276) Updating files: 15% (2742/18276) Updating files: 16% (2925/18276) Updating files: 17% (3107/18276) Updating files: 18% (3290/18276) Updating files: 19% (3473/18276) Updating files: 20% (3656/18276) Updating files: 21% (3838/18276) Updating files: 22% (4021/18276) Updating files: 23% (4204/18276) Updating files: 24% (4387/18276) Updating files: 25% (4569/18276) Updating files: 26% (4752/18276) Updating files: 27% (4935/18276) Updating files: 28% (5118/18276) Updating files: 28% (5256/18276) Updating files: 29% (5301/18276) Updating files: 30% (5483/18276) Updating files: 31% (5666/18276) Updating files: 32% (5849/18276) Updating files: 33% (6032/18276) Updating files: 34% (6214/18276) Updating files: 35% (6397/18276) Updating files: 36% (6580/18276) Updating files: 37% (6763/18276) Updating files: 38% (6945/18276) Updating files: 39% (7128/18276) Updating files: 40% (7311/18276) Updating files: 41% (7494/18276) Updating files: 42% (7676/18276) Updating files: 42% (7803/18276) Updating files: 43% (7859/18276) Updating files: 44% (8042/18276) Updating files: 45% (8225/18276) Updating files: 46% (8407/18276) Updating files: 47% (8590/18276) Updating files: 48% (8773/18276) Updating files: 49% (8956/18276) Updating files: 50% (9138/18276) Updating files: 51% (9321/18276) Updating files: 52% (9504/18276) Updating files: 53% (9687/18276) Updating files: 54% (9870/18276) Updating files: 54% (10026/18276) Updating files: 55% (10052/18276) Updating files: 56% (10235/18276) Updating files: 57% (10418/18276) Updating files: 58% (10601/18276) Updating files: 59% (10783/18276) Updating files: 60% (10966/18276) Updating files: 61% (11149/18276) Updating files: 62% (11332/18276) Updating files: 63% (11514/18276) Updating files: 64% (11697/18276) Updating files: 65% (11880/18276) Updating files: 66% (12063/18276) Updating files: 66% (12147/18276) Updating files: 67% (12245/18276) Updating files: 68% (12428/18276) Updating files: 69% (12611/18276) Updating files: 70% (12794/18276) Updating files: 71% (12976/18276) Updating files: 72% (13159/18276) Updating files: 73% (13342/18276) Updating files: 74% (13525/18276) Updating files: 75% (13707/18276) Updating files: 76% (13890/18276) Updating files: 77% (14073/18276) Updating files: 78% (14256/18276) Updating files: 79% (14439/18276) Updating files: 79% (14475/18276) Updating files: 80% (14621/18276) Updating files: 81% (14804/18276) Updating files: 82% (14987/18276) Updating files: 83% (15170/18276) Updating files: 84% (15352/18276) Updating files: 85% (15535/18276) Updating files: 86% (15718/18276) Updating files: 87% (15901/18276) Updating files: 88% (16083/18276) Updating files: 89% (16266/18276) Updating files: 90% (16449/18276) Updating files: 91% (16632/18276) Updating files: 91% (16729/18276) Updating files: 92% (16814/18276) Updating files: 93% (16997/18276) Updating files: 94% (17180/18276) Updating files: 95% (17363/18276) Updating files: 96% (17545/18276) Updating files: 97% (17728/18276) Updating files: 98% (17911/18276) Updating files: 99% (18094/18276) Updating files: 100% (18276/18276) Updating files: 100% (18276/18276), done. HEAD is now at 151ffce963 Merge pull request #28412 from andersfugmann/release-ocaml-protoc-plugin-6.2.0 Updating 151ffce963..8165ebc987 Fast-forward packages/re/re.1.14.0/opam | 54 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 packages/re/re.1.14.0/opam (from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6) 2025-09-18 15:20.53 ---> using "c758d785d7201ada002cea7d7f9a720d49841910fadbe874bd1cab99d97c52de" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-09-18 15:20.53 ---> using "6e274199b7cfaff91fee802ef69a1868ae9e79598c2fa482f3b2ca1ae339aadb" from cache /home/opam: (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-18 15:20.53 ---> using "237da1b8468d361a6d4c4efb2a7b24c8a4df3876a6ce4d32881d95790610c07c" 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.4.1 # self-upgrade no # system arch=riscv64 os=linux os-distribution=ubuntu os-version=24.04 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 3 # repositories 1 (version-controlled) # 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-09-18 15:20.53 ---> using "14c583e958f912e12fcd7d646c8a036eeca417dd2b51e45deefd263bfab5e7f6" from cache /home/opam: (env OPAMDOWNLOADJOBS 1) /home/opam: (env OPAMERRLOGLEN 0) /home/opam: (env OPAMPRECISETRACKING 1) /home/opam: (env CI true) /home/opam: (env OPAM_REPO_CI true) /home/opam: (run (shell "rm -rf opam-repository/")) 2025-09-18 15:20.53 ---> using "1204ae0f894b34e2f5f030807797fa637503d46325e084c5e3cab4e77ba143b4" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-09-18 15:21.19 ---> saved as "e0b562dbcc3ad5e5b09be79a93b50de70869896d622e0465a970f0652d0ed058" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-09-18 15:22.49 ---> saved as "77e839978463bee8807997c597feae771adb8f890e3633e51c3d7aa32af2b11b" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease - Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB] - Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB] - Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB] - Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1441 kB] - Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [834 kB] - Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse riscv64 Packages [4174 B] - Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [8176 B] - Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [875 kB] - Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [5934 B] - Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [510 kB] - Get:12 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse riscv64 Packages [2794 B] - Fetched 4059 kB in 2s (1736 kB/s) - Reading package lists... - 2025-09-18 15:22.57 ---> saved as "b45c9bfe7c7deb696044b5d717afca3cd4b9c42800af85e3f29fa6388f36bd4c" /home/opam: (run (shell "opam pin add -k version -yn re.1.14.0 1.14.0")) re is now pinned to version 1.14.0 2025-09-18 15:23.00 ---> saved as "5dade2a33e51d0d010ccefb7e2702be55afb4498272c39a15f91dc89d67d6789" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall re.1.14.0;\ \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 \"\\\"ubuntu-24.04\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 're.1.14.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) re.1.14.0 is not installed. Install it? [Y/n] y The following actions will be performed: === install 2 packages - install dune 3.20.2 [required by re] - install re 1.14.0 (pinned) <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.20.2 (cached) -> retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz) -> installed dune.3.20.2 -> installed re.1.14.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-18 15:27.28 ---> saved as "a621ce4725e27f2c30ede9ad7e0df01f4f799c55b105e02b6b27966d9ff103f6" Job succeeded 2025-09-18 15:28.01: Job succeeded