2026-01-09 21:44.38: New job: test ahrefs/atd https://github.com/ahrefs/atd.git#refs/heads/yojson3 (2a3f655b56f90083c916cd2fa868fb0820a8fb26) (linux-x86_64:debian-13-4.14_x86_32_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1 Opam project build To reproduce locally: git clone --recursive "https://github.com/ahrefs/atd.git" -b "yojson3" && cd "atd" && git reset --hard 2a3f655b cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1 # debian-13-4.14_x86_32_opam-2.5 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 atdts.opam atds.opam atdpy.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam ./ RUN opam pin add -yn atdts.dev './' && \ opam pin add -yn atds.dev './' && \ opam pin add -yn atdpy.dev './' && \ opam pin add -yn atdj.dev './' && \ opam pin add -yn atdgen.dev './' && \ opam pin add -yn atdgen-runtime.dev './' && \ opam pin add -yn atdgen-codec-runtime.dev './' && \ opam pin add -yn atdd.dev './' && \ opam pin add -yn atdcpp.dev './' && \ opam pin add -yn atd.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.2.1.0 conf-python-3.9.0.0 dune.3.20.2 easy-format.1.3.4 fmt.0.11.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y atdts.dev atds.dev atdpy.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-01-09 21:44.38: Using cache hint "ahrefs/atd-ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1-debian-13-4.14_x86_32_opam-2.5-c8665e229470f7b0d44f783a80d4bcbb" 2026-01-09 21:44.38: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1) (comment debian-13-4.14_x86_32_opam-2.5) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src atdts.opam atds.opam atdpy.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam) (dst ./)) (run (network host) (shell "opam pin add -yn atdts.dev './' && \ \nopam pin add -yn atds.dev './' && \ \nopam pin add -yn atdpy.dev './' && \ \nopam pin add -yn atdj.dev './' && \ \nopam pin add -yn atdgen.dev './' && \ \nopam pin add -yn atdgen-runtime.dev './' && \ \nopam pin add -yn atdgen-codec-runtime.dev './' && \ \nopam pin add -yn atdd.dev './' && \ \nopam pin add -yn atdcpp.dev './' && \ \nopam pin add -yn atd.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.2.1.0 conf-python-3.9.0.0 dune.3.20.2 easy-format.1.3.4 fmt.0.11.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y atdts.dev atds.dev atdpy.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-01-09 21:44.38: Waiting for resource in pool OCluster 2026-01-09 23:04.56: Waiting for worker… 2026-01-09 23:06.53: Got resource from pool OCluster Building on bremusa.ocamllabs.io All commits already cached HEAD is now at 2a3f655 Add link to GitHub issue (from ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1' locally docker.io/ocaml/opam@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1: Pulling from ocaml/opam a63ab7a4f8b1: Pulling fs layer 90eaeaa9281a: Pulling fs layer 3ef4a47fff3b: Pulling fs layer a035e4a8df7a: Pulling fs layer 27c7c2db42fd: Pulling fs layer a63ab7a4f8b1: Waiting df73634c59ee: Pulling fs layer 740506b396c1: Pulling fs layer a035e4a8df7a: Waiting 21424a44369a: Pulling fs layer 2cc41c1574c5: Pulling fs layer 90eaeaa9281a: Waiting 1259261716c5: Pulling fs layer f33cacc11b9e: Pulling fs layer 27c7c2db42fd: Waiting df73634c59ee: Waiting 10429a67c15b: Pulling fs layer 3ef4a47fff3b: Waiting 7696c6935c09: Pulling fs layer 55dba079700a: Pulling fs layer 21424a44369a: Waiting 8b601b003fab: Pulling fs layer 2cc41c1574c5: Waiting 740506b396c1: Waiting 279f815ce75c: Pulling fs layer 1259261716c5: Waiting 7696c6935c09: Waiting a367a43e37d0: Pulling fs layer 10429a67c15b: Waiting f33cacc11b9e: Waiting ddcb4c69ef3f: Pulling fs layer 55dba079700a: Waiting b6cb025b8b92: Pulling fs layer 279f815ce75c: Waiting 8b601b003fab: Waiting a53cdec2dcd7: Pulling fs layer a367a43e37d0: Waiting 3ee1edbf87cf: Pulling fs layer 4f4fb700ef54: Pulling fs layer 0f06230845cd: Pulling fs layer ddcb4c69ef3f: Waiting b6cb025b8b92: Waiting 8f076ab94419: Pulling fs layer 3ee1edbf87cf: Waiting 4e40a6b18339: Pulling fs layer a53cdec2dcd7: Waiting c2b833f8d8d5: Pulling fs layer 0f06230845cd: Waiting 8d153135a1b5: Pulling fs layer 8f076ab94419: Waiting c2b833f8d8d5: Waiting f292058db001: Pulling fs layer ae41249ac056: Pulling fs layer 623c1c0c658a: Pulling fs layer f292058db001: Waiting 8d153135a1b5: Waiting 2fa49245472a: Pulling fs layer ae41249ac056: Waiting 3c1e1a89d6c4: Pulling fs layer 623c1c0c658a: Waiting d90aa851c073: Pulling fs layer 0d271491b1d0: Pulling fs layer 2fa49245472a: Waiting 6a54adf70616: Pulling fs layer d86adbce7636: Pulling fs layer d90aa851c073: Waiting 0d271491b1d0: Waiting 5d4020b34d71: Pulling fs layer ff38dc168d37: Pulling fs layer d86adbce7636: Waiting 5d4020b34d71: Waiting 5ce90e152ba9: Pulling fs layer ff38dc168d37: Waiting c6d794b5689c: Pulling fs layer 430a19a7a5b3: Pulling fs layer 73dc5c0381a7: Pulling fs layer fc906c842913: Pulling fs layer a82583718310: Pulling fs layer c6d794b5689c: Waiting 5ce90e152ba9: Waiting 73dc5c0381a7: Waiting 430a19a7a5b3: Waiting fc906c842913: Waiting a63ab7a4f8b1: Verifying Checksum a63ab7a4f8b1: Download complete 90eaeaa9281a: Verifying Checksum 90eaeaa9281a: Download complete 3ef4a47fff3b: Download complete 27c7c2db42fd: Verifying Checksum 27c7c2db42fd: Download complete a035e4a8df7a: Verifying Checksum a035e4a8df7a: Download complete 740506b396c1: Verifying Checksum 740506b396c1: Download complete 21424a44369a: Verifying Checksum 21424a44369a: Download complete a63ab7a4f8b1: Pull complete 90eaeaa9281a: Pull complete 3ef4a47fff3b: Pull complete a035e4a8df7a: Pull complete 27c7c2db42fd: Pull complete 2cc41c1574c5: Verifying Checksum 2cc41c1574c5: Download complete df73634c59ee: Verifying Checksum df73634c59ee: Download complete 1259261716c5: Verifying Checksum 1259261716c5: Download complete f33cacc11b9e: Download complete 10429a67c15b: Verifying Checksum 10429a67c15b: Download complete 7696c6935c09: Verifying Checksum 7696c6935c09: Download complete 55dba079700a: Verifying Checksum 55dba079700a: Download complete 8b601b003fab: Verifying Checksum 8b601b003fab: Download complete 279f815ce75c: Download complete a367a43e37d0: Verifying Checksum a367a43e37d0: Download complete ddcb4c69ef3f: Download complete b6cb025b8b92: Download complete a53cdec2dcd7: Verifying Checksum a53cdec2dcd7: Download complete 3ee1edbf87cf: Download complete 4f4fb700ef54: Download complete 0f06230845cd: Verifying Checksum 0f06230845cd: Download complete 8f076ab94419: Verifying Checksum 8f076ab94419: Download complete 4e40a6b18339: Verifying Checksum 4e40a6b18339: Download complete c2b833f8d8d5: Verifying Checksum c2b833f8d8d5: Download complete 8d153135a1b5: Download complete f292058db001: Verifying Checksum f292058db001: Download complete ae41249ac056: Download complete 623c1c0c658a: Verifying Checksum 623c1c0c658a: Download complete 2fa49245472a: Download complete d90aa851c073: Verifying Checksum d90aa851c073: Download complete 0d271491b1d0: Verifying Checksum 0d271491b1d0: Download complete d86adbce7636: Verifying Checksum d86adbce7636: Download complete ff38dc168d37: Verifying Checksum ff38dc168d37: Download complete 5ce90e152ba9: Download complete c6d794b5689c: Verifying Checksum c6d794b5689c: Download complete df73634c59ee: Pull complete 740506b396c1: Pull complete 21424a44369a: Pull complete 2cc41c1574c5: Pull complete 6a54adf70616: Verifying Checksum 6a54adf70616: Download complete 1259261716c5: Pull complete f33cacc11b9e: Pull complete 73dc5c0381a7: Download complete 10429a67c15b: Pull complete 7696c6935c09: Pull complete fc906c842913: Download complete 55dba079700a: Pull complete 8b601b003fab: Pull complete 279f815ce75c: Pull complete a367a43e37d0: Pull complete a82583718310: Verifying Checksum a82583718310: Download complete 5d4020b34d71: Verifying Checksum 5d4020b34d71: Download complete ddcb4c69ef3f: Pull complete b6cb025b8b92: Pull complete a53cdec2dcd7: Pull complete 3ee1edbf87cf: Pull complete 4f4fb700ef54: Pull complete 0f06230845cd: Pull complete 8f076ab94419: Pull complete 4e40a6b18339: Pull complete c2b833f8d8d5: Pull complete 8d153135a1b5: Pull complete f292058db001: Pull complete ae41249ac056: Pull complete 623c1c0c658a: Pull complete 2fa49245472a: Pull complete 3c1e1a89d6c4: Pull complete d90aa851c073: Pull complete 0d271491b1d0: Pull complete 430a19a7a5b3: Verifying Checksum 430a19a7a5b3: Download complete 6a54adf70616: Pull complete d86adbce7636: Pull complete 5d4020b34d71: Pull complete ff38dc168d37: Pull complete 5ce90e152ba9: Pull complete c6d794b5689c: Pull complete 430a19a7a5b3: Pull complete 73dc5c0381a7: Pull complete fc906c842913: Pull complete a82583718310: Pull complete Digest: sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1 Status: Downloaded newer image for ocaml/opam@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1 2026-01-09 23:06.55 ---> using "1d65b0bad6020b93b3bfb32f730a433f434369390940a005095573c4def7fa4e" from cache /: (comment debian-13-4.14_x86_32_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-01-09 23:06.55 ---> using "71cbf6eebfc303edd7fa375c97142212b8a4c7f58804688c228f3d3004711c0a" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then 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 2026-01-09 23:06.55 ---> using "968a5e4a61e683f4a6613adcf1877086ecce1f568140368073e9a511c6983179" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-01-09 23:06.55 ---> using "362db4464d2b4b63574c48b2244402b8c26e9de684e31a83df5ddd2b10bea0a9" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-09 23:06.55 ---> using "1a9bd422b73fa56a3283161d5164ca655d28ee2e2655db2f80250ec102f9d0fd" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) fatal: Unable to create temporary file '/home/opam/opam-repository/.git/objects/pack/tmp_pack_XXXXXX': No space left on device fatal: fetch-pack: invalid index-pack output "/usr/bin/linux32" "/bin/sh" "-c" "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u" failed with exit status 128 2026-01-09 23:06.58: Job failed: Failed: Build failed