2026-01-09 21:44.42: New job: test ahrefs/atd https://github.com/ahrefs/atd.git#refs/heads/martin/jstd-implies-j (9e118ce907331e8d460a2d3429e5a448737120c1) (linux-x86_64:debian-13-4.14_x86_32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ahrefs/atd.git" -b "martin/jstd-implies-j" && cd "atd" && git reset --hard 9e118ce9cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1# debian-13-4.14_x86_32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-09 21:44.42: 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.42: 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.42: Waiting for resource in pool OCluster2026-01-09 23:07.22: Waiting for worker…2026-01-09 23:07.40: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at 9e118ce Update changelog(from ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1' locallydocker.io/ocaml/opam@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1: Pulling from ocaml/opama63ab7a4f8b1: Pulling fs layer90eaeaa9281a: Pulling fs layer3ef4a47fff3b: Pulling fs layera035e4a8df7a: Pulling fs layer27c7c2db42fd: Pulling fs layera63ab7a4f8b1: Waitingdf73634c59ee: Pulling fs layer740506b396c1: Pulling fs layera035e4a8df7a: Waiting21424a44369a: Pulling fs layer2cc41c1574c5: Pulling fs layer90eaeaa9281a: Waiting1259261716c5: Pulling fs layerf33cacc11b9e: Pulling fs layer27c7c2db42fd: Waitingdf73634c59ee: Waiting10429a67c15b: Pulling fs layer3ef4a47fff3b: Waiting7696c6935c09: Pulling fs layer55dba079700a: Pulling fs layer21424a44369a: Waiting8b601b003fab: Pulling fs layer2cc41c1574c5: Waiting740506b396c1: Waiting279f815ce75c: Pulling fs layer1259261716c5: Waiting7696c6935c09: Waitinga367a43e37d0: Pulling fs layer10429a67c15b: Waitingf33cacc11b9e: Waitingddcb4c69ef3f: Pulling fs layer55dba079700a: Waitingb6cb025b8b92: Pulling fs layer279f815ce75c: Waiting8b601b003fab: Waitinga53cdec2dcd7: Pulling fs layera367a43e37d0: Waiting3ee1edbf87cf: Pulling fs layer4f4fb700ef54: Pulling fs layer0f06230845cd: Pulling fs layerddcb4c69ef3f: Waitingb6cb025b8b92: Waiting8f076ab94419: Pulling fs layer3ee1edbf87cf: Waiting4e40a6b18339: Pulling fs layera53cdec2dcd7: Waitingc2b833f8d8d5: Pulling fs layer0f06230845cd: Waiting8d153135a1b5: Pulling fs layer8f076ab94419: Waitingc2b833f8d8d5: Waitingf292058db001: Pulling fs layerae41249ac056: Pulling fs layer623c1c0c658a: Pulling fs layerf292058db001: Waiting8d153135a1b5: Waiting2fa49245472a: Pulling fs layerae41249ac056: Waiting3c1e1a89d6c4: Pulling fs layer623c1c0c658a: Waitingd90aa851c073: Pulling fs layer0d271491b1d0: Pulling fs layer2fa49245472a: Waiting6a54adf70616: Pulling fs layerd86adbce7636: Pulling fs layerd90aa851c073: Waiting0d271491b1d0: Waiting5d4020b34d71: Pulling fs layerff38dc168d37: Pulling fs layerd86adbce7636: Waiting5d4020b34d71: Waiting5ce90e152ba9: Pulling fs layerff38dc168d37: Waitingc6d794b5689c: Pulling fs layer430a19a7a5b3: Pulling fs layer73dc5c0381a7: Pulling fs layerfc906c842913: Pulling fs layera82583718310: Pulling fs layerc6d794b5689c: Waiting5ce90e152ba9: Waiting73dc5c0381a7: Waiting430a19a7a5b3: Waitingfc906c842913: Waitinga63ab7a4f8b1: Verifying Checksuma63ab7a4f8b1: Download complete90eaeaa9281a: Verifying Checksum90eaeaa9281a: Download complete3ef4a47fff3b: Download complete27c7c2db42fd: Verifying Checksum27c7c2db42fd: Download completea035e4a8df7a: Verifying Checksuma035e4a8df7a: Download complete740506b396c1: Verifying Checksum740506b396c1: Download complete21424a44369a: Verifying Checksum21424a44369a: Download completea63ab7a4f8b1: Pull complete90eaeaa9281a: Pull complete3ef4a47fff3b: Pull completea035e4a8df7a: Pull complete27c7c2db42fd: Pull complete2cc41c1574c5: Verifying Checksum2cc41c1574c5: Download completedf73634c59ee: Verifying Checksumdf73634c59ee: Download complete1259261716c5: Verifying Checksum1259261716c5: Download completef33cacc11b9e: Download complete10429a67c15b: Verifying Checksum10429a67c15b: Download complete7696c6935c09: Verifying Checksum7696c6935c09: Download complete55dba079700a: Verifying Checksum55dba079700a: Download complete8b601b003fab: Verifying Checksum8b601b003fab: Download complete279f815ce75c: Download completea367a43e37d0: Verifying Checksuma367a43e37d0: Download completeddcb4c69ef3f: Download completeb6cb025b8b92: Download completea53cdec2dcd7: Verifying Checksuma53cdec2dcd7: Download complete3ee1edbf87cf: Download complete4f4fb700ef54: Download complete0f06230845cd: Verifying Checksum0f06230845cd: Download complete8f076ab94419: Verifying Checksum8f076ab94419: Download complete4e40a6b18339: Verifying Checksum4e40a6b18339: Download completec2b833f8d8d5: Verifying Checksumc2b833f8d8d5: Download complete8d153135a1b5: Download completef292058db001: Verifying Checksumf292058db001: Download completeae41249ac056: Download complete623c1c0c658a: Verifying Checksum623c1c0c658a: Download complete2fa49245472a: Download completed90aa851c073: Verifying Checksumd90aa851c073: Download complete0d271491b1d0: Verifying Checksum0d271491b1d0: Download completed86adbce7636: Verifying Checksumd86adbce7636: Download completeff38dc168d37: Verifying Checksumff38dc168d37: Download complete5ce90e152ba9: Download completec6d794b5689c: Verifying Checksumc6d794b5689c: Download completedf73634c59ee: Pull complete740506b396c1: Pull complete21424a44369a: Pull complete2cc41c1574c5: Pull complete6a54adf70616: Verifying Checksum6a54adf70616: Download complete1259261716c5: Pull completef33cacc11b9e: Pull complete73dc5c0381a7: Download complete10429a67c15b: Pull complete7696c6935c09: Pull completefc906c842913: Download complete55dba079700a: Pull complete8b601b003fab: Pull complete279f815ce75c: Pull completea367a43e37d0: Pull completea82583718310: Verifying Checksuma82583718310: Download complete5d4020b34d71: Verifying Checksum5d4020b34d71: Download completeddcb4c69ef3f: Pull completeb6cb025b8b92: Pull completea53cdec2dcd7: Pull complete3ee1edbf87cf: Pull complete4f4fb700ef54: Pull complete0f06230845cd: Pull complete8f076ab94419: Pull complete4e40a6b18339: Pull completec2b833f8d8d5: Pull complete8d153135a1b5: Pull completef292058db001: Pull completeae41249ac056: Pull complete623c1c0c658a: Pull complete2fa49245472a: Pull complete3c1e1a89d6c4: Pull completed90aa851c073: Pull complete0d271491b1d0: Pull complete430a19a7a5b3: Verifying Checksum430a19a7a5b3: Download complete6a54adf70616: Pull completed86adbce7636: Pull complete5d4020b34d71: Pull completeff38dc168d37: Pull complete5ce90e152ba9: Pull completec6d794b5689c: Pull complete430a19a7a5b3: Pull complete73dc5c0381a7: Pull completefc906c842913: Pull completea82583718310: Pull completeDigest: sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1Status: Downloaded newer image for ocaml/opam@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c12026-01-09 23:07.41 ---> 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:07.41 ---> 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-09 23:07.41 ---> using "968a5e4a61e683f4a6613adcf1877086ecce1f568140368073e9a511c6983179" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-01-09 23:07.41 ---> using "362db4464d2b4b63574c48b2244402b8c26e9de684e31a83df5ddd2b10bea0a9" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-09 23:07.41 ---> 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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADerror: cannot lock ref 'refs/remotes/origin/master': Unable to create '/home/opam/opam-repository/.git/refs/remotes/origin/master.lock': No space left on device! ee48e882f0..a6b2f19780 master -> origin/master (unable to update local ref)"/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 12026-01-09 23:07.45: Job failed: Failed: Build failed