2025-10-06 10:19.58: New job: test ocaml-gospel/ortac https://github.com/ocaml-gospel/ortac.git#refs/pull/360/head (979d9170e2ca61c6cf8f228bc23fe4ea1f219df7) (linux-x86_64:(lint-fmt)) Base: ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176 ocamlformat version: version 0.27.0 (from opam) To reproduce locally: git clone --recursive "https://github.com/ocaml-gospel/ortac.git" && cd "ortac" && git fetch origin "refs/pull/360/head" && git reset --hard 979d9170 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176 USER 1000:1000 RUN cd ~/opam-repository && (git cat-file -e ece8667156913584d65abdb09d1eadbfbadb7494 || git fetch origin master) && git reset -q --hard ece8667156913584d65abdb09d1eadbfbadb7494 && git log --no-decorate -n1 --oneline && opam update -u RUN opam depext -i dune WORKDIR /src RUN opam depext -i ocamlformat=0.27.0 COPY --chown=1000:1000 . /src/ RUN opam exec -- dune build @fmt --ignore-promoted-rules || (echo "dune build @fmt failed"; exit 2) END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-10-06 10:19.58: Using cache hint "ocaml-gospel/ortac-ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176-debian-13-4.08_opam-2.4-ocamlformat-ece8667156913584d65abdb09d1eadbfbadb7494" 2025-10-06 10:19.58: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176) (user (uid 1000) (gid 1000)) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e ece8667156913584d65abdb09d1eadbfbadb7494 || git fetch origin master) && git reset -q --hard ece8667156913584d65abdb09d1eadbfbadb7494 && git log --no-decorate -n1 --oneline && opam update -u")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam depext -i dune")) (workdir /src) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam depext -i ocamlformat=0.27.0")) (copy (src .) (dst /src/)) (run (shell "opam exec -- dune build @fmt --ignore-promoted-rules || (echo \"dune build @fmt failed\"; exit 2)")) ) 2025-10-06 10:19.58: Waiting for resource in pool OCluster 2025-10-06 10:19.58: Waiting for worker… 2025-10-06 10:22.34: Got resource from pool OCluster Building on bremusa.ocamllabs.io All commits already cached HEAD is now at 979d917 Update Changelog (from ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176) 2025-10-06 10:23.17 ---> saved as "4f143e25e7620fadf6d4819085e998cd063e4132d1bf4b7e768f2c9645e2385a" /: (user (uid 1000) (gid 1000)) /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e ece8667156913584d65abdb09d1eadbfbadb7494 || git fetch origin master) && git reset -q --hard ece8667156913584d65abdb09d1eadbfbadb7494 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..f3270ccd6e master -> origin/master ece8667156 Merge pull request #28552 from fpottier/opam-publish-fix.20250919 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> 2025-10-06 10:24.01: Cancelling: Auto-cancelling job because it is no longer needed Job cancelled