2026-06-23 15:44.39: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/209/head (458014a4b83c38b6c718ca1676d42b819e87bdf5) (linux-x86_64:(lint-doc)) Base: ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387 Opam project lint documentation To reproduce locally: git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/209/head" && git reset --hard 458014a4 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387 # alpine-3.23-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --chown=1000:1000 obuilder.opam obuilder-spec.opam ./ RUN opam pin add -yn obuilder.dev './' && \ opam pin add -yn obuilder-spec.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.5 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 extunix.0.4.3 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.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.2 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS RUN opam install $DEPS RUN 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-DOCKERFILE docker build . END-REPRO-BLOCK 2026-06-23 15:44.39: Using cache hint "ocurrent/obuilder-ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387-alpine-3.23-4.14_opam-2.5-297c93e2c528faf6ce408fe317ed9125" 2026-06-23 15:44.39: Using OBuilder spec: ((from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387) (comment alpine-3.23-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.2 /usr/bin/opam")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline")) (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 "opam update -u")) (copy (src obuilder.opam obuilder-spec.opam) (dst ./)) (run (network host) (shell "opam pin add -yn obuilder.dev './' && \ \nopam pin add -yn obuilder-spec.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.5 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 extunix.0.4.3 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.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.2 --depext-only -y obuilder.dev obuilder-spec.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-06-23 15:44.39: Waiting for resource in pool OCluster 2026-06-23 18:14.42: Waiting for worker… 2026-06-23 18:16.17: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD is now at 458014a hcs: tear down containers + reclaim orphaned snapshots so pruning can't wedge (from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387) Unable to find image 'ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387' locally docker.io/ocaml/opam@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387: Pulling from ocaml/opam 6a0ac1617861: Pulling fs layer c7f7861ee488: Pulling fs layer 242907bdbe26: Pulling fs layer 3352270e10b0: Pulling fs layer 6a0ac1617861: Waiting 47c18f475101: Pulling fs layer 9e65bd6c7317: Pulling fs layer c7f7861ee488: Waiting 2801e5e13c88: Pulling fs layer 018ccadd5bf7: Pulling fs layer 2e273f2aabdd: Pulling fs layer 3352270e10b0: Waiting 242907bdbe26: Waiting e348a3504fd1: Pulling fs layer 47c18f475101: Waiting 37f6ed8f41db: Pulling fs layer 9e65bd6c7317: Waiting 2801e5e13c88: Waiting 018ccadd5bf7: Waiting e4dee05632b5: Pulling fs layer 2e273f2aabdd: Waiting e348a3504fd1: Waiting cc7d1e48a817: Pulling fs layer 2afc109d933b: Pulling fs layer c8b994fd4978: Pulling fs layer e4dee05632b5: Waiting cc7d1e48a817: Waiting 94d6ee139c18: Pulling fs layer 2afc109d933b: Waiting 33b9b3d1317d: Pulling fs layer 94d6ee139c18: Waiting 4f4fb700ef54: Pulling fs layer 33b9b3d1317d: Waiting 48061712d8ec: Pulling fs layer 9379b5d8c279: Pulling fs layer da5d751f6c1f: Pulling fs layer 4f4fb700ef54: Waiting 48061712d8ec: Waiting ded3ed35f70f: Pulling fs layer da5d751f6c1f: Waiting 9d95cd3602ab: Pulling fs layer 9379b5d8c279: Waiting e5ec97e88805: Pulling fs layer ded3ed35f70f: Waiting 9d95cd3602ab: Waiting 8fa9502c7636: Pulling fs layer d2ada6e134f3: Pulling fs layer e5ec97e88805: Waiting de9c4f786308: Pulling fs layer d2ada6e134f3: Waiting 74907ca98ac8: Pulling fs layer de9c4f786308: Waiting d97c011a0188: Pulling fs layer 74907ca98ac8: Waiting 5e3139447bb2: Pulling fs layer d97c011a0188: Waiting 0abf1764e2f7: Pulling fs layer 5e3139447bb2: Waiting cabb3cb070af: Pulling fs layer 8567d9bd2ef5: Pulling fs layer 0abf1764e2f7: Waiting cabb3cb070af: Waiting 6355f795b23f: Pulling fs layer d56470579452: Pulling fs layer 8567d9bd2ef5: Waiting 5e09940486c0: Pulling fs layer d56470579452: Waiting a233b1024b15: Pulling fs layer 2c1661b8dd39: Pulling fs layer 5e09940486c0: Waiting 6355f795b23f: Waiting a233b1024b15: Waiting 2806c619d596: Pulling fs layer 2c1661b8dd39: Waiting 831867293e0e: Pulling fs layer 2806c619d596: Waiting d78a7a35988b: Pulling fs layer 831867293e0e: Waiting d78a7a35988b: Waiting 6a0ac1617861: Verifying Checksum 6a0ac1617861: Download complete 6a0ac1617861: Pull complete c7f7861ee488: Download complete c7f7861ee488: Pull complete 242907bdbe26: Verifying Checksum 242907bdbe26: Download complete 242907bdbe26: Pull complete 3352270e10b0: Verifying Checksum 3352270e10b0: Download complete 47c18f475101: Verifying Checksum 47c18f475101: Download complete 9e65bd6c7317: Verifying Checksum 9e65bd6c7317: Download complete 2801e5e13c88: Download complete 018ccadd5bf7: Verifying Checksum 018ccadd5bf7: Download complete 2e273f2aabdd: Verifying Checksum 2e273f2aabdd: Download complete e348a3504fd1: Verifying Checksum e348a3504fd1: Download complete 37f6ed8f41db: Verifying Checksum 37f6ed8f41db: Download complete e4dee05632b5: Download complete cc7d1e48a817: Verifying Checksum cc7d1e48a817: Download complete 2afc109d933b: Verifying Checksum 2afc109d933b: Download complete c8b994fd4978: Download complete 94d6ee139c18: Download complete 33b9b3d1317d: Verifying Checksum 33b9b3d1317d: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 48061712d8ec: Download complete 9379b5d8c279: Download complete da5d751f6c1f: Verifying Checksum da5d751f6c1f: Download complete ded3ed35f70f: Download complete 9d95cd3602ab: Verifying Checksum 9d95cd3602ab: Download complete e5ec97e88805: Verifying Checksum e5ec97e88805: Download complete 8fa9502c7636: Download complete d2ada6e134f3: Download complete de9c4f786308: Download complete 74907ca98ac8: Verifying Checksum 74907ca98ac8: Download complete d97c011a0188: Download complete 5e3139447bb2: Verifying Checksum 5e3139447bb2: Download complete cabb3cb070af: Verifying Checksum cabb3cb070af: Download complete 6355f795b23f: Verifying Checksum 6355f795b23f: Download complete d56470579452: Verifying Checksum d56470579452: Download complete 5e09940486c0: Download complete 8567d9bd2ef5: Verifying Checksum 8567d9bd2ef5: Download complete 3352270e10b0: Pull complete 47c18f475101: Pull complete 9e65bd6c7317: Pull complete 2801e5e13c88: Pull complete 018ccadd5bf7: Pull complete 2e273f2aabdd: Pull complete e348a3504fd1: Pull complete 37f6ed8f41db: Pull complete e4dee05632b5: Pull complete cc7d1e48a817: Pull complete 2afc109d933b: Pull complete c8b994fd4978: Pull complete 94d6ee139c18: Pull complete 33b9b3d1317d: Pull complete 4f4fb700ef54: Pull complete 48061712d8ec: Pull complete 9379b5d8c279: Pull complete da5d751f6c1f: Pull complete ded3ed35f70f: Pull complete 9d95cd3602ab: Pull complete e5ec97e88805: Pull complete 8fa9502c7636: Pull complete d2ada6e134f3: Pull complete de9c4f786308: Pull complete 74907ca98ac8: Pull complete d97c011a0188: Pull complete 5e3139447bb2: Pull complete 2c1661b8dd39: Verifying Checksum 2c1661b8dd39: Download complete 2806c619d596: Verifying Checksum 2806c619d596: Download complete 831867293e0e: Verifying Checksum 831867293e0e: Download complete d78a7a35988b: Download complete a233b1024b15: Verifying Checksum a233b1024b15: Download complete 0abf1764e2f7: Verifying Checksum 0abf1764e2f7: Download complete 0abf1764e2f7: Pull complete cabb3cb070af: Pull complete 8567d9bd2ef5: Pull complete 6355f795b23f: Pull complete d56470579452: Pull complete 5e09940486c0: Pull complete a233b1024b15: Pull complete 2c1661b8dd39: Pull complete 2806c619d596: Pull complete 831867293e0e: Pull complete d78a7a35988b: Pull complete Digest: sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387 Status: Downloaded newer image for ocaml/opam@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387 2026-06-23 18:16.19 ---> using "645db74cf2f6617db2ad81b0e818e4f1f9c438bf86fc197e2b1f68b1d3dfdf29" from cache /: (comment alpine-3.23-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.2 /usr/bin/opam")) 2026-06-23 18:16.19 ---> using "146ba2c5ee9d79cdd90ca8377371a67b7c51c4feaed86d0a1de863e16bfb2749" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD d6a960ed95..c43d294cd0 master -> origin/master 3cee9a5d95 conf-pkg-config (#30082) 2026-06-23 18:16.19 ---> using "3a5beb5236838c78f35a1138e585fcc386a81ac3bcb9f91a55395bf4cb196f3e" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com (Could not contact DNS servers)" [default] synchronised from git+file:///home/opam/opam-repository 2026-06-23 18:16.19 ---> using "4273e4731a8a4c0f0d12c4bd6cd9cf69ae9d9802580e1ba49367203055a14e48" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-22-generic The OCaml toplevel, version 4.14.3 2.2.1 2026-06-23 18:16.19 ---> using "7a0ea4ab6fabf5df754ab0aff67f2db5964479527e3fd3c12fdc14f81e1fb47a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-23 18:16.19 ---> using "0720c4c40d04c9c7d1a836b16e5e0357762111cb6adec7cd2c31989b46f1fc57" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.6.0 - ocaml-config.3 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 environment 2026-06-23 18:16.19 ---> using "142c13dc15a79cd063787f0099eb2ddc0e3b6ffda391832c6847146d36da9e54" from cache /src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./)) 2026-06-23 18:16.20 ---> saved as "cf1278465f9dffae1550439c569e2673cceb9ba6a1111db79fc05cdfe5149076" /src: (run (network host) (shell "opam pin add -yn obuilder.dev './' && \ \nopam pin add -yn obuilder-spec.dev './'")) [obuilder.dev] synchronised (file:///src) obuilder is now pinned to file:///src (version dev) [obuilder-spec.dev] synchronised (file:///src) obuilder-spec is now pinned to file:///src (version dev) 2026-06-23 18:16.27 ---> saved as "02ac19ce03cd7091897340f04797519d8e9594c83ca018f5293224c17021fc7e" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-23 18:16.28 ---> saved as "d7b60a6c745a901a2149f30cd4f128a4e00b488c79cfb07aa596485c3a32d9c6" /src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.5 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 extunix.0.4.3 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.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.2 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS")) + /usr/bin/sudo "apk" "update" - v3.23.5-3-g5fb26decf67 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main] - v3.23.4-389-g61ed12cfb1c [https://dl-cdn.alpinelinux.org/alpine/v3.23/community] - v3.24.0-658-gc7e09216ffc [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v3.24.0-670-g575ef05d302 [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v3.24.0-652-gda6e5eb0a7c [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 62484 distinct packages available <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [obuilder.dev] synchronised (file:///src) [obuilder-spec.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). The following system packages will first need to be installed: sqlite-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apk" "add" "sqlite-dev" - (1/2) Installing sqlite (3.51.2-r0) - (2/2) Installing sqlite-dev (3.51.2-r0) - Executing busybox-1.37.0-r30.trigger - OK: 340.9 MiB in 105 packages 2026-06-23 18:16.55 ---> saved as "5ab90f19d2720f39587beea603dec26f6dfb92f1ca039187698f1aa293ed8a2e" /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 51 packages - install alcotest 1.9.1 - install alcotest-lwt 1.9.1 - install astring 0.8.5 - install base v0.16.5 - install base-bytes base - install camlp-streams 5.0.1 - install checkseum 0.5.3 - install cmdliner 2.1.1 - install conf-pkg-config 5 - install conf-sqlite3 1 - install cppo 1.8.0 - install crunch 4.0.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install cstruct-lwt 6.2.0 - install decompress 1.5.3 - install dune 3.23.1 - install dune-compiledb 0.6.0 - install dune-configurator 3.23.1 - install extunix 0.4.3 - 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 logs 0.10.0 - install lwt 6.1.2 - install num 1.6 - 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 ocplib-endian 1.2 - install optint 0.3.0 - install parsexp v0.16.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_sexp_conv v0.16.0 - install ppxlib 0.35.0 - install ptime 1.2.0 - install re 1.14.0 - install sexplib v0.16.0 - install sexplib0 v0.16.0 - install sha 1.15.4 - install sqlite3 5.4.1 - install stdlib-shims 0.3.0 - install tar 2.6.0 - install tar-unix 2.6.0 - install topkg 1.1.1 - install uutf 1.0.4 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.16.5 (cached) -> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved conf-pkg-config.5 (cached) -> retrieved checkseum.0.5.3 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved cmdliner.2.1.1 (cached) -> retrieved crunch.4.0.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached) -> installed conf-pkg-config.5 -> retrieved dune-compiledb.0.6.0 (cached) -> installed conf-sqlite3.1 -> retrieved extunix.0.4.3 (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 logs.0.10.0 (cached) -> retrieved lwt.6.1.2 (cached) -> retrieved decompress.1.5.3 (cached) -> retrieved num.1.6 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_sexp_conv.v0.16.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib.v0.16.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved sqlite3.5.4.1 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved tar.2.6.0, tar-unix.2.6.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached) -> installed num.1.6 -> installed cmdliner.2.1.1 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed uutf.1.0.4 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed dune.3.23.1 -> installed ppx_derivers.1.2.1 -> installed camlp-streams.5.0.1 -> installed stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed crunch.4.0.0 -> installed cstruct.6.2.0 -> installed ocaml-syntax-shims.1.0.0 -> installed optint.0.3.0 -> installed sexplib0.v0.16.0 -> installed hex.1.5.0 -> installed re.1.14.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed yojson.3.0.0 -> installed ocplib-endian.1.2 -> installed ezjsonm.1.3.0 -> installed sha.1.15.4 -> installed alcotest.1.9.1 -> installed dune-configurator.3.23.1 -> installed parsexp.v0.16.0 -> installed checkseum.0.5.3 -> installed sexplib.v0.16.0 -> installed dune-compiledb.0.6.0 -> installed decompress.1.5.3 -> installed tar.2.6.0 -> installed lwt.6.1.2 -> installed cstruct-lwt.6.2.0 -> installed sqlite3.5.4.1 -> installed tar-unix.2.6.0 -> installed logs.0.10.0 -> installed alcotest-lwt.1.9.1 -> installed base.v0.16.5 -> installed ppxlib.0.35.0 -> installed ppx_sexp_conv.v0.16.0 -> installed ppx_deriving.6.0.3 -> installed extunix.0.4.3 Done. # Run eval $(opam env) to update the current shell environment 2026-06-23 18:19.45 ---> saved as "69091ae4ede9562bf7846c6e1e9e849e01bbd85192622dddbfea5461d0983ece" /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.23.1). The following actions will be performed: === install 4 packages - install odoc 3.2.1 - install odoc-parser 3.2.1 [required by odoc] - install seq base [required by tyxml] - install tyxml 4.6.0 [required by odoc] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved seq.base (cached) -> installed seq.base -> retrieved tyxml.4.6.0 (cached) -> retrieved odoc.3.2.1, odoc-parser.3.2.1 (cached) -> installed odoc-parser.3.2.1 -> installed tyxml.4.6.0 -> installed odoc.3.2.1 Done. # Run eval $(opam env) to update the current shell environment 2026-06-23 18:20.12 ---> saved as "8601c3353c68e57a8f4c962ce225e3a230637364382cfd8d3a5099f64bf00614" /src: (copy (src .) (dst /src/)) 2026-06-23 18:20.16 ---> saved as "9fe6c5b0a9500f454db7ab98a65676bc36227b270d78b77a3c16ec992200db5c" /src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")) (cd _build/default/lib && /home/opam/.opam/4.14/bin/ocaml-crunch ../static --mode=plain -o Static_files.ml) Generating Static_files.ml Skipping generation of .mli (cd _build/default/_doc/_odocls/obuilder && /home/opam/.opam/4.14/bin/odoc link -I ../../_odoc/pkg/obuilder -I ../../../lib/.obuilder.objs/byte -I ../../../lib_spec/.obuilder_spec.objs/byte -o page-index.odocl ../../_odoc/pkg/obuilder/page-index.odoc) File "../../../../index.mld", line 11, characters 2-49: Warning: Failed to resolve reference unresolvedroot(qemu) Couldn't find page "qemu" File "../../../../index.mld", line 9, characters 2-55: Warning: Failed to resolve reference unresolvedroot(freebsd) Couldn't find page "freebsd" 2026-06-23 18:20.19 ---> saved as "9dc70565e2fa48d55e56f581e882d16555a065c524c35d282daa5910980d44d6" Job succeeded 2026-06-23 18:20.19: Job succeeded