2026-03-17 07:36.17: New job: test ahrefs/atd https://github.com/ahrefs/atd.git#refs/heads/martin/fix-atdml-opam (86d9964bd6f285b084337f3e9ea7dd328be8c9a7) (linux-x86_64:debian-12-4.14_opam-2.5)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4dbOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ahrefs/atd.git" -b "martin/fix-atdml-opam" && cd "atd" && git reset --hard 86d9964bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db# debian-12-4.14_opam-2.5USER 1000:1000ENV 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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 atdts.opam atds.opam atdpy.opam atdml.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 atdml.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 cppo.1.8.0 dune.3.21.1 easy-format.1.3.4 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 testo.0.4.0 testo-diff.0.4.0 testo-util.0.4.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 atdml.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-03-17 07:36.17: Using cache hint "ahrefs/atd-ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db-debian-12-4.14_opam-2.5-b5e6e6f9b3cd825fa334fc8812e3cf69"2026-03-17 07:36.17: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db)(comment debian-12-4.14_opam-2.5)(user (uid 1000) (gid 1000))(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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src atdts.opam atds.opam atdpy.opam atdml.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 atdml.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 (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 cppo.1.8.0 dune.3.21.1 easy-format.1.3.4 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 testo.0.4.0 testo-diff.0.4.0 testo-util.0.4.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 atdml.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-03-17 07:36.17: Waiting for resource in pool OCluster2026-03-17 07:36.17: Waiting for worker…2026-03-17 07:38.17: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 86d9964 atdml: fix opam file to not run all project tests (#468)2026-03-17 07:38.53: Cancelling: Auto-cancelling job because it is no longer needed(from ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db' locallydocker.io/ocaml/opam@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db: Pulling from ocaml/opam6bc9f599b3ef: Pulling fs layerd58ede61f1ea: Pulling fs layer59fd7d32ea8a: Pulling fs layer60d26dc9eed4: Pulling fs layer98f543d3d01d: Pulling fs layer161a462e0ee3: Pulling fs layerd63b9e393571: Pulling fs layer5035b470c5fd: Pulling fs layerc044051f86f0: Pulling fs layere46db7eb399e: Pulling fs layer3e83b7b7fc77: Pulling fs layer03ea2e79c43c: Pulling fs layer8d2b9b45eead: Pulling fs layer98f543d3d01d: Waitinga3c20940c5b9: Pulling fs layerbbffc2740725: Pulling fs layer5f27f2e5115b: Pulling fs layer161a462e0ee3: Waitingaa26a691a008: Pulling fs layerd63b9e393571: Waiting5035b470c5fd: Waitingbd1d45f5a000: Pulling fs layerc044051f86f0: Waiting0cc5c7c7516a: Pulling fs layerd0b90656e0e8: Pulling fs layer643825a484d2: Pulling fs layer67dabf16b113: Pulling fs layer4f4fb700ef54: Pulling fs layer9551114336f8: Pulling fs layer2a7bf6427e8c: Pulling fs layer1b47d47d94f8: Pulling fs layer60d26dc9eed4: Waiting4be82938ba83: Pulling fs layer8d2b9b45eead: Waitinga3c20940c5b9: Waiting0cc5c7c7516a: Waitinge46db7eb399e: Waiting80976f0d06a6: Pulling fs layerbbffc2740725: Waiting5bbf91e88fcf: Pulling fs layer9551114336f8: Waitingbd1d45f5a000: Waiting4f4fb700ef54: Waiting5f27f2e5115b: Waiting643825a484d2: Waitingd0b90656e0e8: Waiting10bde5a9d661: Pulling fs layeraa26a691a008: Waiting67dabf16b113: Waiting00617c3bf097: Pulling fs layer1b47d47d94f8: Waiting6dff02c33996: Pulling fs layer03ea2e79c43c: Waiting3e83b7b7fc77: Waiting80976f0d06a6: Waiting42aae9593b3f: Pulling fs layer4be82938ba83: Waiting5bbf91e88fcf: Waiting6dff02c33996: Waiting2a7bf6427e8c: Waitingaec72d9c9e64: Pulling fs layer42aae9593b3f: Waiting16d1596d51b2: Pulling fs layer00617c3bf097: Waiting10bde5a9d661: Waiting9cbb5291df33: Pulling fs layeraec72d9c9e64: Waiting11ddb25ececc: Pulling fs layer16d1596d51b2: Waiting9cbb5291df33: Waiting46139e478336: Pulling fs layere852d99175ac: Pulling fs layer46139e478336: Waiting8efd7bff796c: Pulling fs layer11ddb25ececc: Waiting49052a37c89a: Pulling fs layer8efd7bff796c: Waiting3a99b4ee4231: Pulling fs layer49052a37c89a: Waitingc75f7bd00dfc: Pulling fs layer3a99b4ee4231: Waiting00d438fe307c: Pulling fs layer0b6b272507f8: Pulling fs layer0b6b272507f8: Waitingc75f7bd00dfc: Waiting00d438fe307c: Waiting59fd7d32ea8a: Download completed58ede61f1ea: Verifying Checksumd58ede61f1ea: Download complete98f543d3d01d: Verifying Checksum98f543d3d01d: Download complete60d26dc9eed4: Verifying Checksum60d26dc9eed4: Download complete6bc9f599b3ef: Verifying Checksum6bc9f599b3ef: Download complete5035b470c5fd: Verifying Checksum5035b470c5fd: Download completed63b9e393571: Verifying Checksumd63b9e393571: Download completec044051f86f0: Download complete161a462e0ee3: Verifying Checksum161a462e0ee3: Download completee46db7eb399e: Verifying Checksume46db7eb399e: Download complete03ea2e79c43c: Verifying Checksum03ea2e79c43c: Download complete8d2b9b45eead: Verifying Checksum8d2b9b45eead: Download complete3e83b7b7fc77: Verifying Checksum3e83b7b7fc77: Download complete6bc9f599b3ef: Pull completed58ede61f1ea: Pull completea3c20940c5b9: Download complete59fd7d32ea8a: Pull completebbffc2740725: Verifying Checksumbbffc2740725: Download complete5f27f2e5115b: Verifying Checksum5f27f2e5115b: Download completeaa26a691a008: Verifying Checksumaa26a691a008: Download complete60d26dc9eed4: Pull completed0b90656e0e8: Verifying Checksumd0b90656e0e8: Download complete0cc5c7c7516a: Verifying Checksum0cc5c7c7516a: Download completebd1d45f5a000: Download complete98f543d3d01d: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete67dabf16b113: Download complete643825a484d2: Download complete9551114336f8: Download complete2a7bf6427e8c: Download complete1b47d47d94f8: Verifying Checksum1b47d47d94f8: Download complete4be82938ba83: Download complete80976f0d06a6: Download complete5bbf91e88fcf: Download complete00617c3bf097: Verifying Checksum00617c3bf097: Download complete10bde5a9d661: Verifying Checksum10bde5a9d661: Download complete6dff02c33996: Verifying Checksum6dff02c33996: Download complete42aae9593b3f: Download completeaec72d9c9e64: Download complete16d1596d51b2: Verifying Checksum16d1596d51b2: Download complete11ddb25ececc: Download completee852d99175ac: Download complete8efd7bff796c: Verifying Checksum8efd7bff796c: Download complete49052a37c89a: Verifying Checksum49052a37c89a: Download complete46139e478336: Verifying Checksum46139e478336: Download completec75f7bd00dfc: Download complete00d438fe307c: Download complete3a99b4ee4231: Verifying Checksum3a99b4ee4231: Download complete0b6b272507f8: Verifying Checksum0b6b272507f8: Download complete161a462e0ee3: Pull completed63b9e393571: Pull complete5035b470c5fd: Pull completec044051f86f0: Pull completee46db7eb399e: Pull complete3e83b7b7fc77: Pull complete03ea2e79c43c: Pull complete8d2b9b45eead: Pull completea3c20940c5b9: Pull completebbffc2740725: Pull complete5f27f2e5115b: Pull completeaa26a691a008: Pull completebd1d45f5a000: Pull complete0cc5c7c7516a: Pull completed0b90656e0e8: Pull complete643825a484d2: Pull complete67dabf16b113: Pull complete4f4fb700ef54: Pull complete9551114336f8: Pull complete2a7bf6427e8c: Pull complete1b47d47d94f8: Pull complete4be82938ba83: Pull complete80976f0d06a6: Pull complete5bbf91e88fcf: Pull complete10bde5a9d661: Pull complete00617c3bf097: Pull complete6dff02c33996: Pull complete42aae9593b3f: Pull completeaec72d9c9e64: Pull complete16d1596d51b2: Pull complete9cbb5291df33: Verifying Checksum9cbb5291df33: Download complete9cbb5291df33: Pull complete11ddb25ececc: Pull complete46139e478336: Pull completee852d99175ac: Pull complete8efd7bff796c: Pull complete49052a37c89a: Pull complete3a99b4ee4231: Pull completec75f7bd00dfc: Pull complete00d438fe307c: Pull complete0b6b272507f8: Pull completeDigest: sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4dbStatus: Downloaded newer image for ocaml/opam@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db2026-03-17 07:43.55 ---> saved as "803d3abb0b30d9111098acbd495ef0082ad79e8f26595cf5193f0fdf5ac7c007"/: (comment debian-12-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))Job cancelled