Organisationsdinosaureprettym42d0f7 (main)windows-server-mingw-ltsc2025-5.5_opam-2.5

windows-server-mingw-ltsc2025-5.5_opam-2.5

Link Copied
Code Copied

Logs

2026-06-25 19:04.07: New job: test dinosaure/prettym https://github.com/dinosaure/prettym.git#refs/heads/main (42d0f757bc4094cfdc1f76d130428c20f447fb57) (windows-x86_64:windows-server-mingw-ltsc2025-5.5_opam-2.5)
Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.5@sha256:09d59f354e8a8fefb18d63a6727f1e6cf91a18b915d2dd89ae3e1162e2b364d5
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dinosaure/prettym.git" -b "main" && cd "prettym" && git reset --hard 42d0f757
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.5@sha256:09d59f354e8a8fefb18d63a6727f1e6cf91a18b915d2dd89ae3e1162e2b364d5
# windows-server-mingw-ltsc2025-5.5_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam
RUN cd ~/opam-repository && (git cat-file -e 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN opam update -u
COPY --chown=1000:1000 prettym.opam /cygwin64/home/opam/src/./
RUN opam pin add -yn prettym.dev '/cygwin64/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'
ENV DEPS="alcotest.1.9.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bstr.0.0.4 cmdliner.2.1.1 compiler-cloning.enabled conf-mingw-w64-gcc-x86_64.1 dune.3.23.1 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 ke.0.6 mingw-w64-shims.1.0.1 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 re.1.14.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y prettym.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /cygwin64/home/opam/src
RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-06-25 19:04.07: Using cache hint "dinosaure/prettym-ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.5@sha256:09d59f354e8a8fefb18d63a6727f1e6cf91a18b915d2dd89ae3e1162e2b364d5-windows-server-mingw-ltsc2025-5.5_opam-2.5-4f58e9653ad6df092238e444fbffb9bd"
2026-06-25 19:04.07: Using OBuilder spec:
((from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.5@sha256:09d59f354e8a8fefb18d63a6727f1e6cf91a18b915d2dd89ae3e1162e2b364d5)
(comment windows-server-mingw-ltsc2025-5.5_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
(run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && git log --no-decorate -n1 --oneline"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
(network host)
(shell "opam update -u"))
(copy (src prettym.opam) (dst /cygwin64/home/opam/src/./))
(run (network host)
(shell "opam pin add -yn prettym.dev '/cygwin64/home/opam/src/./'"))
(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
(env DEPS "alcotest.1.9.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bstr.0.0.4 cmdliner.2.1.1 compiler-cloning.enabled conf-mingw-w64-gcc-x86_64.1 dune.3.23.1 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 ke.0.6 mingw-w64-shims.1.0.1 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 re.1.14.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 uutf.1.0.4")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y prettym.dev $DEPS"))
(run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /cygwin64/home/opam/src))
(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-06-25 19:04.07: Waiting for resource in pool OCluster
2026-06-26 09:16.34: Waiting for worker…
2026-06-26 20:28.44: Got resource from pool OCluster
Building on ltsc2025-1
All commits already cached
HEAD is now at 42d0f75 Merge pull request #9 from dinosaure/prepare-v0.0.5


(from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.5@sha256:09d59f354e8a8fefb18d63a6727f1e6cf91a18b915d2dd89ae3e1162e2b364d5)
2026-06-26 20:28.53 ---> using "3b6bc604d28e084d5b6d5486e783230e56b2ecc972698a8cc035cefe952f83d5" from cache


C:/: (comment windows-server-mingw-ltsc2025-5.5_opam-2.5)


C:/: (user (uid 1000) (gid 1000))


C:/: (env CLICOLOR_FORCE 1)


C:/: (env OPAMCOLOR always)


C:/: (run (shell "ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
2026-06-26 20:28.53 ---> using "89ef61d9d684b1e10620d147318bbf73e511dcd739aa2d0c8f945218f023847a" from cache


C:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
edbf61b356..10b9bc8242  master     -> origin/master
2569983dbf Merge pull request #30085 from Octachron/OCaml_5.5.0_fix_relocatable_build
Failure("Failed to commit snapshot obuilder-5410a8f40cbfd5ca560bd5d281cbbde71315f55a84b8b07705b4860c8d8ce578: \"ctr\" \"snapshot\" \"commit\" \"obuilder-5410a8f40cbfd5ca560bd5d281cbbde71315f55a84b8b07705b4860c8d8ce578-committed\" \"obuilder-5410a8f40cbfd5ca560bd5d281cbbde71315f55a84b8b07705b4860c8d8ce578\" failed with exit status 1")
2026-06-26 20:37.12: Job failed: Failed: Build failed