2026-03-16 20:35.23: New job: test ahrefs/atd https://github.com/ahrefs/atd.git#refs/heads/martin/ocaml-private (ddc8f4032665f6e6d4919f488333e074759c7b19) (linux-x86_64:debian-13-4.14_x86_32_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3 Opam project build To reproduce locally: git clone --recursive "https://github.com/ahrefs/atd.git" -b "martin/ocaml-private" && cd "atd" && git reset --hard ddc8f403 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3 # 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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u COPY --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.16.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 $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-03-16 20:35.23: Using cache hint "ahrefs/atd-ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3-debian-13-4.14_x86_32_opam-2.5-88287b4c61cf71f1fa19919cb14e13e6" 2026-03-16 20:35.23: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3) (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 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.16.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-16 20:35.23: Waiting for resource in pool OCluster 2026-03-16 20:35.23: Waiting for worker… 2026-03-16 20:37.52: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at ddc8f40 atdml: Error if both <ocaml private> and <ocaml public> are on the same type (from ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3' locally docker.io/ocaml/opam@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3: Pulling from ocaml/opam cdaf5c618b8f: Pulling fs layer 37b25bd564f1: Pulling fs layer b4419f8ddf31: Pulling fs layer fcddae90f741: Pulling fs layer 7bdc78f9e5b7: Pulling fs layer 5691c8ad5025: Pulling fs layer b4419f8ddf31: Waiting a00659447ced: Pulling fs layer fcddae90f741: Waiting 6da4c329d826: Pulling fs layer 7bdc78f9e5b7: Waiting a00659447ced: Waiting 5691c8ad5025: Waiting cdaf5c618b8f: Waiting 7eb67c4488c7: Pulling fs layer 37b25bd564f1: Waiting ecb12f6f1366: Pulling fs layer 7eb67c4488c7: Waiting 0bb29fc35e8f: Pulling fs layer ecb12f6f1366: Waiting 38773acba29b: Pulling fs layer 4ecb7fe6e6cd: Pulling fs layer a6ded0c5c651: Pulling fs layer a618a67fa30c: Pulling fs layer 7cfbd53f9185: Pulling fs layer 0bb29fc35e8f: Waiting 4ecb7fe6e6cd: Waiting 38773acba29b: Waiting 2dd6d5e64b1f: Pulling fs layer a618a67fa30c: Waiting 66e4c8c5b80d: Pulling fs layer a6ded0c5c651: Waiting 2dd6d5e64b1f: Waiting 7cfbd53f9185: Waiting 93512fc5f7ca: Pulling fs layer 99a5c1cc5cf4: Pulling fs layer e77a47d92406: Pulling fs layer 66e4c8c5b80d: Waiting 4f4fb700ef54: Pulling fs layer 1e645893c166: Pulling fs layer 4f4fb700ef54: Waiting 4d79b77ccb64: Pulling fs layer 8f92218ad268: Pulling fs layer 1e645893c166: Waiting e77a47d92406: Waiting 4d79b77ccb64: Waiting d37cd7807d67: Pulling fs layer eae9cdbb8e94: Pulling fs layer 00e84e4dddf6: Pulling fs layer d37cd7807d67: Waiting ec5e1e9d7a11: Pulling fs layer 8f92218ad268: Waiting 00e84e4dddf6: Waiting 5a366988733e: Pulling fs layer 5d3dff2b6c80: Pulling fs layer 2d08b04c2596: Pulling fs layer fb41acb401da: Pulling fs layer ec5e1e9d7a11: Waiting eae9cdbb8e94: Waiting 7af27a693e4f: Pulling fs layer 2d08b04c2596: Waiting fb41acb401da: Waiting 615b51657365: Pulling fs layer 7af27a693e4f: Waiting ac9ea76617e5: Pulling fs layer 615b51657365: Waiting 2f380e108faf: Pulling fs layer ac9ea76617e5: Waiting abe564c0399a: Pulling fs layer 4958a3486050: Pulling fs layer 5d3dff2b6c80: Waiting 7937a8b7141c: Pulling fs layer 2f380e108faf: Waiting dd688a1942d3: Pulling fs layer 4958a3486050: Waiting 4bf64a7280b4: Pulling fs layer abe564c0399a: Waiting 7937a8b7141c: Waiting dd688a1942d3: Waiting 19061a131e0c: Pulling fs layer 557682a965aa: Pulling fs layer 557682a965aa: Waiting 4bf64a7280b4: Waiting 19061a131e0c: Waiting 37b25bd564f1: Download complete b4419f8ddf31: Download complete cdaf5c618b8f: Verifying Checksum cdaf5c618b8f: Download complete 7bdc78f9e5b7: Download complete fcddae90f741: Download complete a00659447ced: Verifying Checksum a00659447ced: Download complete 6da4c329d826: Verifying Checksum 6da4c329d826: Download complete cdaf5c618b8f: Pull complete 37b25bd564f1: Pull complete b4419f8ddf31: Pull complete fcddae90f741: Pull complete 7bdc78f9e5b7: Pull complete 7eb67c4488c7: Verifying Checksum 7eb67c4488c7: Download complete ecb12f6f1366: Verifying Checksum ecb12f6f1366: Download complete 0bb29fc35e8f: Verifying Checksum 0bb29fc35e8f: Download complete 38773acba29b: Verifying Checksum 38773acba29b: Download complete a6ded0c5c651: Verifying Checksum a6ded0c5c651: Download complete 4ecb7fe6e6cd: Verifying Checksum 4ecb7fe6e6cd: Download complete 7cfbd53f9185: Verifying Checksum 7cfbd53f9185: Download complete a618a67fa30c: Verifying Checksum a618a67fa30c: Download complete 2dd6d5e64b1f: Verifying Checksum 2dd6d5e64b1f: Download complete 66e4c8c5b80d: Download complete 93512fc5f7ca: Verifying Checksum 93512fc5f7ca: Download complete 99a5c1cc5cf4: Download complete e77a47d92406: Verifying Checksum e77a47d92406: Download complete 4f4fb700ef54: Download complete 1e645893c166: Download complete 4d79b77ccb64: Download complete 5691c8ad5025: Verifying Checksum 5691c8ad5025: Download complete d37cd7807d67: Download complete eae9cdbb8e94: Verifying Checksum eae9cdbb8e94: Download complete 8f92218ad268: Download complete 00e84e4dddf6: Verifying Checksum 00e84e4dddf6: Download complete ec5e1e9d7a11: Verifying Checksum ec5e1e9d7a11: Download complete 5a366988733e: Verifying Checksum 5a366988733e: Download complete 5d3dff2b6c80: Verifying Checksum 5d3dff2b6c80: Download complete 2d08b04c2596: Verifying Checksum 2d08b04c2596: Download complete fb41acb401da: Verifying Checksum fb41acb401da: Download complete 7af27a693e4f: Verifying Checksum 7af27a693e4f: Download complete ac9ea76617e5: Verifying Checksum ac9ea76617e5: Download complete abe564c0399a: Download complete 4958a3486050: Verifying Checksum 4958a3486050: Download complete 7937a8b7141c: Verifying Checksum 7937a8b7141c: Download complete 5691c8ad5025: Pull complete a00659447ced: Pull complete 6da4c329d826: Pull complete 7eb67c4488c7: Pull complete ecb12f6f1366: Pull complete 0bb29fc35e8f: Pull complete 38773acba29b: Pull complete 4ecb7fe6e6cd: Pull complete a6ded0c5c651: Pull complete a618a67fa30c: Pull complete 7cfbd53f9185: Pull complete 2dd6d5e64b1f: Pull complete 66e4c8c5b80d: Pull complete 93512fc5f7ca: Pull complete 99a5c1cc5cf4: Pull complete e77a47d92406: Pull complete 4f4fb700ef54: Pull complete 1e645893c166: Pull complete 4d79b77ccb64: Pull complete 8f92218ad268: Pull complete d37cd7807d67: Pull complete eae9cdbb8e94: Pull complete 00e84e4dddf6: Pull complete ec5e1e9d7a11: Pull complete 5a366988733e: Pull complete 5d3dff2b6c80: Pull complete 2d08b04c2596: Pull complete fb41acb401da: Pull complete 7af27a693e4f: Pull complete 615b51657365: Verifying Checksum 615b51657365: Download complete 4bf64a7280b4: Download complete 19061a131e0c: Download complete 557682a965aa: Verifying Checksum 557682a965aa: Download complete dd688a1942d3: Verifying Checksum dd688a1942d3: Download complete 615b51657365: Pull complete ac9ea76617e5: Pull complete 2f380e108faf: Verifying Checksum 2f380e108faf: Download complete 2f380e108faf: Pull complete abe564c0399a: Pull complete 4958a3486050: Pull complete 7937a8b7141c: Pull complete dd688a1942d3: Pull complete 4bf64a7280b4: Pull complete 19061a131e0c: Pull complete 557682a965aa: Pull complete Digest: sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3 Status: Downloaded newer image for ocaml/opam@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3 2026-03-16 20:40.25 ---> saved as "144829ac18adee3ed2c937d60c6837f2a7221b0e51b71a587628f9a8fb15158c" /: (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-03-16 20:40.25 ---> saved as "4a3158bef7b8cf4c821f0f33790c2da156eaba233979d14c51c3d94e0e2c7699" /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 [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-16 20:40.52 ---> saved as "84298cc13d95008e3a47c067bcb09e14db4c5c65fe4fd15689ea87ab844dde19" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-03-16 20:40.53 ---> saved as "4ce42fb9795d97183513d9c90c019250431dcfbc296ac508228bf56b5b5b98e2" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-16 20:40.53 ---> saved as "1fd4531578544d578796569008156d1d2a9a92f22078d0458c62a8457f50b2d5" /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")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ffb54b9bdd..e589be2bb3 master -> origin/master 31462e7d24 Merge pull request #29451 from dra27/relocatable-package <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-03-16 20:41.07 ---> saved as "95f7355fa2f3abc1b73f42375792cb5d03823008f394e6af8863b7f249b36740" /src: (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 ./)) 2026-03-16 20:41.07 ---> saved as "84909e226a62a7f8b592d41aacdb0fb52cb31a1de79084dabcb196cbe1dedf32" /src: (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 './'")) [atdts.dev] synchronised (file:///src) atdts is now pinned to file:///src (version dev) [atds.dev] synchronised (file:///src) atds is now pinned to file:///src (version dev) [atdpy.dev] synchronised (file:///src) atdpy is now pinned to file:///src (version dev) [NOTE] Package atdml does not exist in opam repositories registered in the current switch. [atdml.dev] synchronised (file:///src) atdml is now pinned to file:///src (version dev) [atdj.dev] synchronised (file:///src) atdj is now pinned to file:///src (version dev) [atdgen.dev] synchronised (file:///src) atdgen is now pinned to file:///src (version dev) [atdgen-runtime.dev] synchronised (file:///src) atdgen-runtime is now pinned to file:///src (version dev) [atdgen-codec-runtime.dev] synchronised (file:///src) atdgen-codec-runtime is now pinned to file:///src (version dev) [atdd.dev] synchronised (file:///src) atdd is now pinned to file:///src (version dev) [atdcpp.dev] synchronised (file:///src) atdcpp is now pinned to file:///src (version dev) [atd.dev] synchronised (file:///src) atd is now pinned to file:///src (version dev) 2026-03-16 20:41.20 ---> saved as "800b6aad449395cf5b856f17474e7b85700be1b659391cadb74b3bd7d7bf4d63" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-16 20:41.21 ---> saved as "5fd521a33339e02031c8fe27e1be3c8ada43b27d7718f48a19ab150cfa57132c" /src: (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.16.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") /src: (env CI true) /src: (env OCAMLCI true) /src: (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")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB] - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian trixie/main i386 Packages [9430 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main i386 Packages [102 kB] - Fetched 9764 kB in 2s (5548 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [atd.dev] synchronised (file:///src) [atdcpp.dev] synchronised (file:///src) [atdd.dev] synchronised (file:///src) [atdgen.dev] synchronised (file:///src) [atdgen-codec-runtime.dev] synchronised (file:///src) [atdgen-runtime.dev] synchronised (file:///src) [atdj.dev] synchronised (file:///src) [atdml.dev] synchronised (file:///src) [atdpy.dev] synchronised (file:///src) [atds.dev] synchronised (file:///src) [atdts.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: python3 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "python3" - Selecting previously unselected package libpython3.13-minimal:i386. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20593 files and directories currently installed.) - Preparing to unpack .../libpython3.13-minimal_3.13.5-2_i386.deb ... - Unpacking libpython3.13-minimal:i386 (3.13.5-2) ... - Selecting previously unselected package python3.13-minimal. - Preparing to unpack .../python3.13-minimal_3.13.5-2_i386.deb ... - Unpacking python3.13-minimal (3.13.5-2) ... - Setting up libpython3.13-minimal:i386 (3.13.5-2) ... - Setting up python3.13-minimal (3.13.5-2) ... - Selecting previously unselected package python3-minimal. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20918 files and directories currently installed.) - Preparing to unpack .../0-python3-minimal_3.13.5-1_i386.deb ... - Unpacking python3-minimal (3.13.5-1) ... - Selecting previously unselected package media-types. - Preparing to unpack .../1-media-types_13.0.0_all.deb ... - Unpacking media-types (13.0.0) ... - Selecting previously unselected package readline-common. - Preparing to unpack .../2-readline-common_8.2-6_all.deb ... - Unpacking readline-common (8.2-6) ... - Selecting previously unselected package libreadline8t64:i386. - Preparing to unpack .../3-libreadline8t64_8.2-6_i386.deb ... - Adding 'diversion of /lib/i386-linux-gnu/libhistory.so.8 to /lib/i386-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/i386-linux-gnu/libhistory.so.8.2 to /lib/i386-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/i386-linux-gnu/libreadline.so.8 to /lib/i386-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/i386-linux-gnu/libreadline.so.8.2 to /lib/i386-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64' - Unpacking libreadline8t64:i386 (8.2-6) ... - Selecting previously unselected package libpython3.13-stdlib:i386. - Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_i386.deb ... - Unpacking libpython3.13-stdlib:i386 (3.13.5-2) ... - Selecting previously unselected package python3.13. - Preparing to unpack .../5-python3.13_3.13.5-2_i386.deb ... - Unpacking python3.13 (3.13.5-2) ... - Selecting previously unselected package libpython3-stdlib:i386. - Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_i386.deb ... - Unpacking libpython3-stdlib:i386 (3.13.5-1) ... - Setting up python3-minimal (3.13.5-1) ... - Selecting previously unselected package python3. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 21404 files and directories currently installed.) - Preparing to unpack .../python3_3.13.5-1_i386.deb ... - Unpacking python3 (3.13.5-1) ... - Setting up media-types (13.0.0) ... - Setting up readline-common (8.2-6) ... - Setting up libreadline8t64:i386 (8.2-6) ... - Setting up libpython3.13-stdlib:i386 (3.13.5-2) ... - Setting up libpython3-stdlib:i386 (3.13.5-1) ... - Setting up python3.13 (3.13.5-2) ... - Setting up python3 (3.13.5-1) ... - running python rtupdate hooks for python3.13... - running python post-rtupdate hooks for python3.13... - Processing triggers for libc-bin (2.41-12+deb13u1) ... # To update the current shell environment, run: eval $(opam env) 2026-03-16 20:41.37 ---> saved as "aceecca1b54ad6899d354b61a2c7169a81e59255bcb1665a5280cb7001b37a52" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 32 packages - install alcotest 1.9.1 - install astring 0.8.5 - install biniou 1.2.2 - install camlp-streams 5.0.1 - install cmdliner 2.1.0 - install conf-python-3 9.0.0 - install cppo 1.8.0 - install dune 3.21.1 - install easy-format 1.3.4 - install fmt 0.11.0 - install fpath 0.7.3 - install menhir 20260209 - install menhirCST 20260209 - install menhirGLR 20260209 - install menhirLib 20260209 - install menhirSdk 20260209 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install ppx_deriving 6.1.1 - install ppxlib 0.37.0 - install re 1.14.0 - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install testo 0.4.0 - install testo-diff 0.4.0 - install testo-util 0.4.0 - install topkg 1.1.1 - install uutf 1.0.4 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved biniou.1.2.2 (cached) -> retrieved conf-python-3.9.0.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-python-3.9.0.0 -> retrieved easy-format.1.3.4 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.21.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.1.1 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved ppxlib.0.37.0 (cached) -> installed cmdliner.2.1.0 -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved testo.0.4.0, testo-diff.0.4.0, testo-util.0.4.0 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.21.1 -> installed camlp-streams.5.0.1 -> installed easy-format.1.3.4 -> installed menhirCST.20260209 -> installed menhirGLR.20260209 -> installed cppo.1.8.0 -> installed menhirLib.20260209 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed menhirSdk.20260209 -> installed sexplib0.v0.16.0 -> installed biniou.1.2.2 -> installed re.1.14.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocaml-syntax-shims.1.0.0 -> installed yojson.3.0.0 -> installed alcotest.1.9.1 -> installed menhir.20260209 -> installed ppxlib.0.37.0 -> installed ppx_deriving.6.1.1 -> installed testo-diff.0.4.0 -> installed testo-util.0.4.0 -> installed testo.0.4.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-03-16 20:42.22 ---> saved as "d78c8907300a630e04b4fddeb35ed3739105f95ee398e37594a39267e556b91f" /src: (copy (src .) (dst /src)) 2026-03-16 20:42.22 ---> saved as "417bf57e42caab5cd5ec496d2d794175eb24707008f1f672167755457fd66150" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) File "atds/test/dune", lines 13-22, characters 0-177: 13 | (rule 14 | (alias runtest) 15 | (package atds) 16 | (deps 17 | AtdsTest.scala 18 | argonaut_2.11-6.2.2.jar 19 | argonaut_2.12-6.2.2.jar 20 | junit-4.8.2.jar 21 | test.scala) 22 | (action (run ./run_test.sh))) (cd _build/default/atds/test && ./run_test.sh) ./run_test.sh: 6: scalac: not found (cd _build/default/atdgen/test && ../../../install/default/bin/atdgen -json -o test2j -open Test,Test2,Testj -ntd test2.atd) Warning: option "-json" is deprecated. (cd _build/default/atdgen/test && ../../../install/default/bin/atdgen -json -j-gen-modules -o test_ambiguous_record_j -open Test_ambiguous_record_t -ntd test_ambiguous_record.atd) Warning: option "-json" is deprecated. (cd _build/default/atdgen/test && ../../../install/default/bin/atdgen -json -j-gen-modules -o test_polymorphic_wrap_j test_polymorphic_wrap.atd) Warning: option "-json" is deprecated. (cd _build/default/atdgen/test && ../../../install/default/bin/atdgen -extend Test test.atd -json -o testjstd_j) Warning: option "-json" is deprecated. (cd _build/default/atdgen/test && ../../../install/default/bin/atdgen -validate -extend Test test.atd -o testv) Warning: option "-validate" is deprecated. (cd _build/default/atdgen/test && ../../../install/default/bin/atdgen -json -extend Test -j-custom-fields 'fun loc s -> Printf.eprintf "Warning: skipping field %s (def: %s) " s loc' test.atd -o testj) Warning: option "-json" is deprecated. (cd _build/default/atdpy/src/test && ./Main.exe) Testing `atdpy'. This run has ID `Y9JE8VLN'. Full test results in `/src/_build/default/atdpy/src/test/_build/_tests/atdpy'. Test Successful in 0.000s. 0 test run. File "atdd/test/dlang-tests/dune", lines 17-26, characters 0-141: 17 | (rule 18 | (alias runtest) 19 | (package atdd) 20 | (deps 21 | (glob_files *.d)) 22 | (action 23 | (progn 24 | (bash "ldc2 %{deps} --of test") 25 | (bash ./test) 26 | ))) (cd _build/default/atdd/test/dlang-tests && /usr/bin/bash -e -u -o pipefail -c 'ldc2 everything_atd.d test_atdd.d --of test') /usr/bin/bash: line 1: ldc2: command not found (cd _build/default/atdts/src/test && ./Main.exe) Testing `atdts'. This run has ID `ZU7QD596'. Full test results in `/src/_build/default/atdts/src/test/_build/_tests/atdts'. Test Successful in 0.000s. 0 test run. (cd _build/default/atd/test && ./unit_tests.exe) Testing `atd'. This run has ID `UXSOLSTP'. [OK] Annot 0 valid. [OK] Annot 1 invalid1. [OK] Annot 2 invalid2. [OK] Annot 3 invalid3. [OK] Annot 4 invalid4. [OK] Annot 5 invalid5. [OK] Annot 6 invalid6. [OK] Annot 7 invalid7. [OK] Annot 8 invalid8. [OK] Annot 9 invalid9. [OK] Sort 0 sort. [OK] Unique_name 0 reserved identifiers. [OK] Unique_name 1 reserved prefixes. [OK] Unique_name 2 identifier creation. [OK] Doc 0 normalize "". [OK] Doc 1 normalize "a". [OK] Doc 2 normalize "a b". [OK] Doc 3 normalize "a\nb". [OK] Doc 4 normalize "a b". [OK] Doc 5 normalize "a \n b". [OK] Doc 6 normalize "a \n\n b". [OK] Doc 7 normalize " a ". [OK] Doc 8 normalize "\n\na\n\n". [OK] Doc 9 normalize "{{}}". [OK] Doc 10 normalize "{{a}}". [OK] Doc 11 normalize "{{ a b\n\nc\n }}". [OK] Doc 12 normalize "{{ {a} }}". [OK] Doc 13 normalize "{{{}}}". [OK] Doc 14 normalize "{{{a}}}". [OK] Doc 15 normalize "{{{ }}}". [OK] Doc 16 normalize "{{{ {{a}} }}}". [OK] Doc 17 normalize "{{{ a\n\n b }}}". Full test results in `/src/_build/default/atd/test/_build/_tests/atd'. Test Successful in 0.003s. 32 tests run. File "atdj/test/dune", lines 53-61, characters 0-160: 53 | (rule 54 | (alias runtest) 55 | (package atdj) 56 | (deps 57 | AtdjTest.java 58 | json.jar 59 | junit-4.8.2.jar 60 | (glob_files com/mylife/test/*.java)) 61 | (action (run ./run_test.sh))) (cd _build/default/atdj/test && ./run_test.sh) ./run_test.sh: 5: javac: not found ./run_test.sh: 6: javac: not found ./run_test.sh: 7: javadoc: not found ./run_test.sh: 10: java: not found File "atdpy/test/python-tests/dune", lines 23-35, characters 0-217: 23 | (rule 24 | (alias runtest) 25 | (package atdpy) .... 33 | (run python3 -m flake8 .) 34 | (run python3 -m mypy --strict .) 35 | (run python3 -m pytest .)))) (cd _build/default/atdpy/test/python-tests && /usr/bin/python3 -m flake8 .) /usr/bin/python3: No module named flake8 File "atdcat/test/dune", lines 57-87, characters 0-907: 57 | (rule 58 | (alias runtest) 59 | (deps .... 85 | ) 86 | ) 87 | ) (cd _build/default/atdcat/test && /usr/bin/python3 -m jsonschema schema.json -i data.json) /usr/bin/python3: No module named jsonschema File "atdcpp/test/cpp-tests/dune", lines 19-28, characters 0-183: 19 | (rule 20 | (alias runtest) 21 | (package atdcpp) 22 | (deps 23 | (glob_files *.cpp)) 24 | (action 25 | (progn 26 | (bash "g++ -I../../lib/rapidjson/include -std=c++17 %{deps} -o test") 27 | (bash ./test) 28 | ))) (cd _build/default/atdcpp/test/cpp-tests && /usr/bin/bash -e -u -o pipefail -c 'g++ -I../../lib/rapidjson/include -std=c++17 everything_atd.cpp test_atdd.cpp -o test') In file included from everything_atd.cpp:12: everything_atd.hpp:12:10: fatal error: rapidjson/document.h: No such file or directory 12 | #include <rapidjson/document.h> | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from test_atdd.cpp:12: everything_atd.hpp:12:10: fatal error: rapidjson/document.h: No such file or directory 12 | #include <rapidjson/document.h> | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. File "atdgen/test/dune", lines 423-426, characters 0-80: 423 | (rule 424 | (alias runtest) 425 | (package atdgen) 426 | (action (run ./test_atdgen_main.exe))) (cd _build/default/atdgen/test && ./test_atdgen_main.exe) Testing `atdgen'. This run has ID `YMO09MOD'. "/usr/bin/linux32" "/bin/sh" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-03-16 20:42.25: Job failed: Failed: Build failed