2026-01-13 20:19.23: New job: test edwintorok/dune-compiledb https://github.com/edwintorok/dune-compiledb.git#refs/heads/main (f0441721de9b4d1c8418a41ff6fc3f715505e7f0) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/edwintorok/dune-compiledb.git" -b "main" && cd "dune-compiledb" && git reset --hard f0441721cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500# debian-13-4.08_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /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 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.v0.14.3 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 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.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.14.2 sexplib.v0.14.0 sexplib0.v0.14.0 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y dune-compiledb.dev $DEPSRUN opam install $DEPSRUN opam install --yes dune 'odoc>=1.5.0'COPY --chown=1000:1000 . /src/RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)END-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-13 20:19.23: Using cache hint "edwintorok/dune-compiledb-ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500-debian-13-4.08_opam-2.5-5c19f21b836fe36d6c1e31b26b06605b"2026-01-13 20:19.23: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500)(comment debian-13-4.08_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.2 /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 dune-compiledb.opam) (dst ./))(run (network host)(shell "opam pin add -yn dune-compiledb.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base.v0.14.3 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 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.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.14.2 sexplib.v0.14.0 sexplib0.v0.14.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.2 --depext-only -y dune-compiledb.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))(copy (src .) (dst /src/))(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")))2026-01-13 20:19.23: Waiting for resource in pool OCluster2026-01-13 22:53.59: Waiting for worker…2026-01-13 22:56.44: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at f044172 fix typo(from ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500)2026-01-13 22:56.45 ---> using "4c1f60dc0cc5644c6a4c05cf3315bdbf9cc478b70e443b212a1220385bab8bba" from cache/: (comment debian-13-4.08_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.2 /usr/bin/opam"))2026-01-13 22:56.45 ---> saved as "09ec43ecaa27dab8346e990737ca0bf6a7d7013925eb2adfd2035898be286c2c"/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 development 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-13 22:57.14 ---> saved as "4381d3da7f8b087a220cfbe381c29d4b7fd818708c79fc235d931b092b54a500"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.08.12.2.12026-01-13 22:57.14 ---> saved as "3b37b3fd5120bed103f41ffa820339a0b6d79d83aa18326ed5a0d14e476f8e0e"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-13 22:57.15 ---> saved as "f4d738c8e5c0ce9a3dcabad2dcc8f0143a2bfbad6b5bb98d5fdf83725fc7abc3"/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"))c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# Run eval $(opam env) to update the current shell environment2026-01-13 22:57.51 ---> saved as "13e4c1cac826a7005f05d1bae7aba0168f2bb7af5291afa414908802d4455f00"/src: (copy (src dune-compiledb.opam) (dst ./))2026-01-13 22:57.51 ---> saved as "02efbab9faf88d09fc05247dd76fb3ef53e4194bdb9e1264a8f3840bfd958e46"/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-01-13 22:57.55 ---> saved as "0b52f5ccc33b6b529e15e3cd54d7006ca83f88b7f3a3f36761957d6d26c44d9a"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-13 22:57.55 ---> saved as "9afdd2ed6701d595ca4cb44cd47507f7f8e405ec7acca96f252d7c05151797e2"/src: (env DEPS "astring.0.8.5 base.v0.14.3 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 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.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.14.2 sexplib.v0.14.0 sexplib0.v0.14.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.2 --depext-only -y dune-compiledb.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 amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.5 kB]- Fetched 9997 kB in 2s (4963 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[dune-compiledb.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.1).[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).2026-01-13 22:58.19 ---> saved as "7d8922f6df446127397247e2a1b86e948af6829dd2e4bc48e6f4f1fb9312234d"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.1).[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 19 packages- install astring 0.8.5- install base v0.14.3- install csexp 1.5.2- install cstruct 6.2.0- install dune 3.20.2- install dune-configurator 3.20.2- 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.14.2- install sexplib v0.14.0- install sexplib0 v0.14.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved base.v0.14.3 (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.14.2 (cached)-> retrieved sexplib.v0.14.0 (cached)-> retrieved sexplib0.v0.14.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed num.1.6-> installed ocamlbuild.0.16.1-> 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.20.2-> installed csexp.1.5.2-> installed cstruct.6.2.0-> installed sexplib0.v0.14.0-> installed hex.1.5.0-> installed ezjsonm.1.3.0-> installed dune-configurator.3.20.2-> installed base.v0.14.3-> installed parsexp.v0.14.2-> installed sexplib.v0.14.0Done.# Run eval $(opam env) to update the current shell environment2026-01-13 23:00.07 ---> saved as "ae2cdf8f8827cd3de1ed603c23baf157863633d263c58aa9794872cfc21686f1"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))[NOTE] Package dune is already installed (current version is 3.20.2).The following actions will be performed:=== recompile 6 packages- recompile cstruct 6.2.0 [uses fmt]- recompile ezjsonm 1.3.0 [uses uutf]- recompile fmt 0.11.0 [uses cmdliner]- recompile hex 1.5.0 [uses cstruct]- recompile jsonm 1.0.2 [uses uutf]- recompile uutf 1.0.4 [uses cmdliner]=== install 10 packages- install camlp-streams 5.0.1 [required by odoc-parser]- install cmdliner 2.1.0 [required by odoc]- install cppo 1.8.0 [required by odoc]- install crunch 4.0.0 [required by odoc]- install odoc 3.1.0- install odoc-parser 3.1.0 [required by odoc]- install ptime 1.2.0 [required by crunch]- install re 1.11.0 [required by tyxml]- install seq base [required by tyxml]- install tyxml 4.6.0 [required by odoc]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved ezjsonm.1.3.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.11.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> installed camlp-streams.5.0.1-> retrieved uutf.1.0.4 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> installed cppo.1.8.0-> installed ptime.1.2.0-> installed re.1.11.0-> installed odoc-parser.3.1.0-> removed ezjsonm.1.3.0-> removed hex.1.5.0-> removed cstruct.6.2.0-> removed fmt.0.11.0-> removed jsonm.1.0.2-> removed uutf.1.0.4-> installed cmdliner.2.1.0-> installed crunch.4.0.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed cstruct.6.2.0-> installed hex.1.5.0-> installed jsonm.1.0.2-> installed ezjsonm.1.3.0-> installed tyxml.4.6.0-> installed odoc.3.1.0Done.# Run eval $(opam env) to update the current shell environment2026-01-13 23:00.58 ---> saved as "0488bf095f6ea14d337cdff567ccba83ebd381ff9c2311d7b3fb106d47a4793b"/src: (copy (src .) (dst /src/))2026-01-13 23:00.59 ---> saved as "cad322961261cf1b23a8ed3eafb9787c5a321795a57562db097963591fab785e"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))2026-01-13 23:00.59 ---> saved as "e11e7dd954882e3f75fa284f38db452478b577e3cf0b4bf49c323746cea38beb"Job succeeded2026-01-13 23:01.00: Job succeeded