2026-04-13 12:56.35: New job: test edwintorok/dune-compiledb https://github.com/edwintorok/dune-compiledb.git#refs/heads/main (31e2a6c6e78e95752dd7b6e34875449b49afa157) (linux-x86_64:debian-13-4.14_x86_32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9Opam project buildTo reproduce locally:git clone --recursive "https://github.com/edwintorok/dune-compiledb.git" -b "main" && cd "dune-compiledb" && git reset --hard 31e2a6c6cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9# 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 dune-compiledb.opam ./RUN opam pin add -yn dune-compiledb.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.22.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 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 dune-compiledb.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-04-13 12:56.35: Using cache hint "edwintorok/dune-compiledb-ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9-debian-13-4.14_x86_32_opam-2.5-b1ce7c3be2525be41524b70fb0b2d111"2026-04-13 12:56.35: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9)(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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src dune-compiledb.opam) (dst ./))(run (network host)(shell "opam pin add -yn dune-compiledb.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.22.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 topkg.1.1.1 uutf.1.0.4")(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 dune-compiledb.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-04-13 12:56.35: Connecting to build cluster…2026-04-13 12:56.35: Waiting for resource in pool OCluster2026-04-13 12:56.59: Waiting for worker…2026-04-13 12:57.36: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 31e2a6c ci update(from ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9' locallydocker.io/ocaml/opam@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9: Pulling from ocaml/opama59dab062b6e: Already exists4c235f9505d7: Already exists2fd1e3aa020e: Already existsa3ffcc28d7c3: Already exists061b92ac769b: Already existsb76f3d7c2af7: Already exists66cd1ae705c1: Already exists9ac7fe9595c0: Already existsa1013b12591b: Already existsc0856ae5c8d4: Already exists2764f83aed88: Already exists893b77e8a916: Already exists3d20196a830c: Already existsca6160c3741c: Already existsc9a674e94918: Already exists238881b0392b: Already exists3e665f7165f7: Already exists3e665f7165f7: Already exists5f40d4708a45: Already exists2947e4d19816: Already exists3a8fb23bb980: Already exists92669fcd8348: Already exists4f4fb700ef54: Already exists0a31b13e66a5: Already exists694767fb237d: Already exists0d2988982386: Already existsed5e56d1e3fa: Already exists82f429e96ca4: Already existsd87cbffcc7bd: Already existsde8b16f76673: Already exists5806d8c9d3b4: Already existsd989ea0e37d7: Already exists644b8f5f3fcb: Already exists95f25e02036b: Already exists0c0ebd0d8440: Already existsa1ee4cc749f0: Already exists9053ed7febc6: Already existsb5713a5a315b: Already exists2abf82d9c339: Already existsd114ea9e0492: Already exists2fd9c0ba772e: Already exists2d11e77b9623: Pulling fs layer70eb3e9f1a70: Pulling fs layerda16f412d833: Pulling fs layer04cee66bc9f8: Pulling fs layer04cee66bc9f8: Waiting70eb3e9f1a70: Verifying Checksum70eb3e9f1a70: Download completeda16f412d833: Download complete04cee66bc9f8: Verifying Checksum04cee66bc9f8: Download complete2d11e77b9623: Verifying Checksum2d11e77b9623: Download complete2d11e77b9623: Pull complete70eb3e9f1a70: Pull completeda16f412d833: Pull complete04cee66bc9f8: Pull completeDigest: sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9Status: Downloaded newer image for ocaml/opam@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a92026-04-13 12:57.36 ---> using "61d5d79f3da8f7f26fc645675b726d202a6c1b0341910bde2599c5557cb0805e" 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-04-13 12:57.36 ---> using "bad6ca1bff1ea57691fe8234a75bef82158bb4dc23afc51b214d8276a971126f" 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[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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-13 12:57.36 ---> using "21678adc8d7e61ef8f9bbe74390717781bc5fd7a179467a17fd01f60bac4b595" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.5.02026-04-13 12:57.36 ---> using "9e8a79a144381b977f34ac02a0913d739705acc7eed84262d916f73fed9f40d1" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-13 12:57.36 ---> using "37421162f28b0e8320ff6a8bdb9f10385f96048dc473f0572049401a0b08c00d" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-04-13 12:57.36 ---> using "868f13ddaba2dfb17ce616db8d2a39ddf39ef739d5097f5fbd2e6ae1bee93d34" from cache/src: (copy (src dune-compiledb.opam) (dst ./))2026-04-13 12:57.36 ---> using "183e7d477446f54e34e581df4aa9e2473faf3b9e8ae20ce2b2a0299058bd99c7" from cache/src: (run (network host)(shell "opam pin add -yn dune-compiledb.dev './'"))[dune-compiledb.dev] synchronised (file:///src)dune-compiledb is now pinned to file:///src (version dev)2026-04-13 12:57.36 ---> using "f8eae132b491bc176fc46ec209c8043a793c174851cb2563e180fd049454ebfa" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-13 12:57.36 ---> using "70b19d30d72b88197cfc92d0b5e57f86809f7625215721289a73e1ef3666e070" from cache/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.22.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 topkg.1.1.1 uutf.1.0.4")/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 dune-compiledb.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- 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-security trixie-security/main i386 Packages [115 kB]- Fetched 206 kB in 0s (1864 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[dune-compiledb.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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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).# To update the current shell environment, run: eval $(opam env)2026-04-13 12:57.36 ---> using "6c706292d55730d65c8c242189a9e78056bf6cd592a8989f10dd3595798e4690" from cache/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 16 packages- install astring 0.8.5- install cstruct 6.2.0- install dune 3.22.1- install ezjsonm 1.3.0- install fmt 0.11.0- install fpath 0.7.3- install hex 1.5.0- install jsonm 1.0.2- install num 1.6- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install parsexp v0.16.0- install sexplib v0.16.0- install sexplib0 v0.16.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved ezjsonm.1.3.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved num.1.6 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved dune.3.22.1 (cached)-> installed num.1.6-> retrieved sexplib0.v0.16.0 (cached)-> installed ocamlbuild.0.16.1-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed fpath.0.7.3-> installed dune.3.22.1-> installed cstruct.6.2.0-> installed sexplib0.v0.16.0-> installed hex.1.5.0-> installed ezjsonm.1.3.0-> installed parsexp.v0.16.0-> installed sexplib.v0.16.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-13 12:58.08 ---> saved as "ed5eca3fb8492a9ee039d8f5810d0bc150f19f3388e1a26586205a94a0593f80"/src: (copy (src .) (dst /src))2026-04-13 12:58.08 ---> saved as "39112842f9628f6f969ec8925d814417d012bd9b005d8b639ea5756bcbb5453a"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-13 12:58.09 ---> saved as "0c384848a7a0541027504b6e794657224c5766d3207fc3bd79d86c9c464b3a06"Job succeeded2026-04-13 12:58.09: Job succeeded