2025-12-15 14:45.17: New job: test ocaml-ppx/cinaps https://github.com/ocaml-ppx/cinaps.git#refs/heads/master (adf6a9b20d8955abe36a75d23e7f49575f494490) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.10@sha256:9ce25a22ff43de866f2001ffea588a1e9032db93d06887dcbe438b63f9584b2eOpam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/cinaps.git" -b "master" && cd "cinaps" && git reset --hard adf6a9b2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.10@sha256:9ce25a22ff43de866f2001ffea588a1e9032db93d06887dcbe438b63f9584b2e# debian-13-4.10_opam-2.4USER 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 cinaps.opam ./RUN opam pin add -yn cinaps.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.15.1 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.15.0 bin_prot.v0.15.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fieldslib.v0.15.0 jane-street-headers.v0.15.0 jst-config.v0.15.1 num.1.6 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 parsexp.v0.15.0 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_bench.v0.15.1 ppx_bin_prot.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_custom_printf.v0.15.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.15.0 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_fields_conv.v0.15.0 ppx_fixed_literal.v0.15.0 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_ignore_instrumentation.v0.15.0 ppx_inline_test.v0.15.1 ppx_jane.v0.15.0 ppx_let.v0.15.0 ppx_log.v0.15.0 ppx_module_timer.v0.15.0 ppx_optcomp.v0.15.0 ppx_optional.v0.15.0 ppx_pipebang.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_sexp_message.v0.15.0 ppx_sexp_value.v0.15.0 ppx_stable.v0.15.0 ppx_string.v0.15.0 ppx_typerep_conv.v0.15.0 ppx_variants_conv.v0.15.0 ppxlib.0.35.0 re.1.11.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 splittable_random.v0.15.0 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0 typerep.v0.15.0 variantslib.v0.15.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y cinaps.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-BLOCK2025-12-15 14:45.17: Using cache hint "ocaml-ppx/cinaps-ocaml/opam:debian-13-ocaml-4.10@sha256:9ce25a22ff43de866f2001ffea588a1e9032db93d06887dcbe438b63f9584b2e-debian-13-4.10_opam-2.4-5c893cf9a03fa07b6407a5f0de59dd2a"2025-12-15 14:45.17: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.10@sha256:9ce25a22ff43de866f2001ffea588a1e9032db93d06887dcbe438b63f9584b2e)(comment debian-13-4.10_opam-2.4)(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 cinaps.opam) (dst ./))(run (network host)(shell "opam pin add -yn cinaps.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.15.1 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.15.0 bin_prot.v0.15.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fieldslib.v0.15.0 jane-street-headers.v0.15.0 jst-config.v0.15.1 num.1.6 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 parsexp.v0.15.0 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_bench.v0.15.1 ppx_bin_prot.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_custom_printf.v0.15.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.15.0 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_fields_conv.v0.15.0 ppx_fixed_literal.v0.15.0 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_ignore_instrumentation.v0.15.0 ppx_inline_test.v0.15.1 ppx_jane.v0.15.0 ppx_let.v0.15.0 ppx_log.v0.15.0 ppx_module_timer.v0.15.0 ppx_optcomp.v0.15.0 ppx_optional.v0.15.0 ppx_pipebang.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_sexp_message.v0.15.0 ppx_sexp_value.v0.15.0 ppx_stable.v0.15.0 ppx_string.v0.15.0 ppx_typerep_conv.v0.15.0 ppx_variants_conv.v0.15.0 ppxlib.0.35.0 re.1.11.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 splittable_random.v0.15.0 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0 typerep.v0.15.0 variantslib.v0.15.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 cinaps.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)")))2025-12-15 14:45.17: Waiting for resource in pool OCluster2025-12-16 00:36.45: Waiting for worker…2025-12-16 00:40.30: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at adf6a9b Merge pull request #7 from janestreet/unnamed-module(from ocaml/opam:debian-13-ocaml-4.10@sha256:9ce25a22ff43de866f2001ffea588a1e9032db93d06887dcbe438b63f9584b2e)Unable to find image 'ocaml/opam:debian-13-ocaml-4.10@sha256:9ce25a22ff43de866f2001ffea588a1e9032db93d06887dcbe438b63f9584b2e' locallydocker.io/ocaml/opam@sha256:9ce25a22ff43de866f2001ffea588a1e9032db93d06887dcbe438b63f9584b2e: Pulling from ocaml/opam2981f7e8980b: Already exists9c63e1c4ba84: Already exists02578b9c9f1b: Already exists3801cb7ba5e6: Already exists1c4cdedd39f1: Already exists40f6006c5f5a: Already existsc451a17216ec: Already existse4104b8f72ee: Already exists7c7dbc5e7919: Already existsaa82be714e7c: Already exists922520f12384: Already exists9bfea042cef8: Already exists1244979f7c21: Already exists7583a0e34f94: Already exists14bef3f2665a: Already exists3a4b42ce6cb5: Already existsb0a08a900877: Already existsb0a08a900877: Already exists16ac87e68d60: Already exists74ac6e8c9b82: Already existsb41290a57dc5: Already exists592e5bcb7159: Already exists4f4fb700ef54: Already exists1db0705661a3: Already exists76bb8e35b9cc: Already exists3bc9d98c3b49: Already exists7096ef42e6c0: Already existscd0e70de8125: Already exists23ffab57f98e: Already existsb974353d8023: Already existsc74fba566723: Already exists5ad399846f45: Already exists3e7203fa3980: Already exists0b8915d2a92b: Already existse68c7a56c438: Already exists9024d680a167: Already exists3c7c73421b6e: Already exists7134fa9b4278: Already exists9d94fb523099: Already exists20d06dbdae7e: Already existsb9a45e537661: Already exists939fed0ca2d5: Pulling fs layerfe1bb9d45167: Pulling fs layer369c80e42a9d: Pulling fs layerc64ab67d17b5: Pulling fs layer369c80e42a9d: Waitingc64ab67d17b5: Waitingfe1bb9d45167: Verifying Checksumfe1bb9d45167: Download complete369c80e42a9d: Verifying Checksum369c80e42a9d: Download completec64ab67d17b5: Verifying Checksumc64ab67d17b5: Download complete939fed0ca2d5: Verifying Checksum939fed0ca2d5: Download complete939fed0ca2d5: Pull completefe1bb9d45167: Pull complete369c80e42a9d: Pull completec64ab67d17b5: Pull completeDigest: sha256:9ce25a22ff43de866f2001ffea588a1e9032db93d06887dcbe438b63f9584b2eStatus: Downloaded newer image for ocaml/opam@sha256:9ce25a22ff43de866f2001ffea588a1e9032db93d06887dcbe438b63f9584b2e2025-12-16 00:40.30 ---> using "6cfcfb63be748d9b2c1f64c826f4391bcb0fbf149c57d6b6a489ef61a5e1e15d" from cache/: (comment debian-13-4.10_opam-2.4)/: (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"))2025-12-16 00:40.30 ---> using "5ae0ee2c49f8664e1a073f95909c681f250256e303aaec4f5d16e7680e9d0287" 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.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] Initialised2025-12-16 00:40.30 ---> using "3082c74ca4f9c36ad907235469de4e0ee4de72b51734d7d28f9eac7fb7428f1c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.10.22.2.12025-12-16 00:40.30 ---> using "5c7423b21124dec060d9526b42cec51fca2cb5c049bb44293e88be3e2942324b" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-16 00:40.30 ---> using "2af03ae54409cd7247644eca847b58337b668021cace9f4efdb57d6dfd48df53" from cache/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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..c65fcb1165 master -> origin/masterc65fcb1165 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 environment2025-12-16 00:40.30 ---> using "0f3821b29181a95761d578375fbab3c74f5c7c568cd92d0af4580952c718c7f2" from cache/src: (copy (src cinaps.opam) (dst ./))2025-12-16 00:40.30 ---> saved as "e47eed4c7cffaab43c07357a4a42e58d09143c7f937a796f9ec999089b8cc9c8"/src: (run (network host)(shell "opam pin add -yn cinaps.dev './'"))[cinaps.dev] synchronised (file:///src)cinaps is now pinned to file:///src (version dev)2025-12-16 00:40.31 ---> saved as "6478d99fc7cf028f6b072b3b830aab849f7a4a11d66fcb695b762ff0f175d181"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-16 00:40.32 ---> saved as "fcc5c71d88a6568be482aac36c5307579c0cd4338f0056b07e9b61b4952cf992"/src: (env DEPS "base.v0.15.1 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.15.0 bin_prot.v0.15.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fieldslib.v0.15.0 jane-street-headers.v0.15.0 jst-config.v0.15.1 num.1.6 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 parsexp.v0.15.0 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_bench.v0.15.1 ppx_bin_prot.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_custom_printf.v0.15.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.15.0 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_fields_conv.v0.15.0 ppx_fixed_literal.v0.15.0 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_ignore_instrumentation.v0.15.0 ppx_inline_test.v0.15.1 ppx_jane.v0.15.0 ppx_let.v0.15.0 ppx_log.v0.15.0 ppx_module_timer.v0.15.0 ppx_optcomp.v0.15.0 ppx_optional.v0.15.0 ppx_pipebang.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_sexp_message.v0.15.0 ppx_sexp_value.v0.15.0 ppx_stable.v0.15.0 ppx_string.v0.15.0 ppx_typerep_conv.v0.15.0 ppx_variants_conv.v0.15.0 ppxlib.0.35.0 re.1.11.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 splittable_random.v0.15.0 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0 typerep.v0.15.0 variantslib.v0.15.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 cinaps.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 amd64 Packages [84.8 kB]- Fetched 176 kB in 0s (1679 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[cinaps.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.10.2).[NOTE] Package ocaml is already installed (current version is 4.10.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).2025-12-16 00:40.41 ---> saved as "8cc1565c7a5946902e286d2e85c1a1f57293d1d617d2a3c6206f37f9903aadc3"/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.10.2).[NOTE] Package ocaml is already installed (current version is 4.10.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 54 packages- install base v0.15.1- install base_quickcheck v0.15.0- install bin_prot v0.15.0- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install fieldslib v0.15.0- install jane-street-headers v0.15.0- install jst-config v0.15.1- install num 1.6- install ocaml-compiler-libs v0.12.4- install parsexp v0.15.0- install ppx_assert v0.15.0- install ppx_base v0.15.0- install ppx_bench v0.15.1- install ppx_bin_prot v0.15.0- install ppx_cold v0.15.0- install ppx_compare v0.15.0- install ppx_custom_printf v0.15.0- install ppx_derivers 1.2.1- install ppx_disable_unused_warnings v0.15.0- install ppx_enumerate v0.15.0- install ppx_expect v0.15.1- install ppx_fields_conv v0.15.0- install ppx_fixed_literal v0.15.0- install ppx_hash v0.15.0- install ppx_here v0.15.0- install ppx_ignore_instrumentation v0.15.0- install ppx_inline_test v0.15.1- install ppx_jane v0.15.0- install ppx_let v0.15.0- install ppx_log v0.15.0- install ppx_module_timer v0.15.0- install ppx_optcomp v0.15.0- install ppx_optional v0.15.0- install ppx_pipebang v0.15.0- install ppx_sexp_conv v0.15.1- install ppx_sexp_message v0.15.0- install ppx_sexp_value v0.15.0- install ppx_stable v0.15.0- install ppx_string v0.15.0- install ppx_typerep_conv v0.15.0- install ppx_variants_conv v0.15.0- install ppxlib 0.35.0- install re 1.11.0- install seq base- install sexplib v0.15.1- install sexplib0 v0.15.1- install splittable_random v0.15.0- install stdio v0.15.0- install stdlib-shims 0.3.0- install time_now v0.15.0- install typerep v0.15.0- install variantslib v0.15.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base_quickcheck.v0.15.0 (cached)-> retrieved base.v0.15.1 (cached)-> retrieved bin_prot.v0.15.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fieldslib.v0.15.0 (cached)-> retrieved jane-street-headers.v0.15.0 (cached)-> retrieved jst-config.v0.15.1 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved parsexp.v0.15.0 (cached)-> retrieved ppx_assert.v0.15.0 (cached)-> retrieved ppx_base.v0.15.0 (cached)-> retrieved ppx_bench.v0.15.1 (cached)-> retrieved ppx_bin_prot.v0.15.0 (cached)-> retrieved ppx_cold.v0.15.0 (cached)-> retrieved ppx_compare.v0.15.0 (cached)-> retrieved ppx_custom_printf.v0.15.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_disable_unused_warnings.v0.15.0 (cached)-> retrieved ppx_enumerate.v0.15.0 (cached)-> retrieved ppx_expect.v0.15.1 (cached)-> retrieved ppx_fields_conv.v0.15.0 (cached)-> retrieved ppx_fixed_literal.v0.15.0 (cached)-> retrieved ppx_hash.v0.15.0 (cached)-> retrieved ppx_here.v0.15.0 (cached)-> retrieved ppx_ignore_instrumentation.v0.15.0 (cached)-> retrieved ppx_inline_test.v0.15.1 (cached)-> retrieved ppx_jane.v0.15.0 (cached)-> retrieved ppx_let.v0.15.0 (cached)-> retrieved ppx_log.v0.15.0 (cached)-> retrieved ppx_module_timer.v0.15.0 (cached)-> retrieved ppx_optcomp.v0.15.0 (cached)-> retrieved ppx_optional.v0.15.0 (cached)-> retrieved ppx_pipebang.v0.15.0 (cached)-> retrieved ppx_sexp_conv.v0.15.1 (cached)-> retrieved ppx_sexp_message.v0.15.0 (cached)-> retrieved ppx_sexp_value.v0.15.0 (cached)-> retrieved ppx_stable.v0.15.0 (cached)-> retrieved ppx_string.v0.15.0 (cached)-> retrieved ppx_typerep_conv.v0.15.0 (cached)-> retrieved ppx_variants_conv.v0.15.0 (cached)-> retrieved re.1.11.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib.v0.15.1 (cached)-> retrieved sexplib0.v0.15.1 (cached)-> retrieved splittable_random.v0.15.0 (cached)-> retrieved stdio.v0.15.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved time_now.v0.15.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved typerep.v0.15.0 (cached)-> retrieved variantslib.v0.15.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed num.1.6-> installed dune.3.20.2-> installed jane-street-headers.v0.15.0-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed ppx_derivers.1.2.1-> installed re.1.11.0-> installed sexplib0.v0.15.1-> installed stdlib-shims.0.3.0-> installed dune-configurator.3.20.2-> installed base.v0.15.1-> installed fieldslib.v0.15.0-> installed variantslib.v0.15.0-> installed stdio.v0.15.0-> installed typerep.v0.15.0-> installed parsexp.v0.15.0-> installed sexplib.v0.15.1-> installed ppxlib.0.35.0-> installed ppx_optcomp.v0.15.0-> installed ppx_cold.v0.15.0-> installed ppx_disable_unused_warnings.v0.15.0-> installed ppx_here.v0.15.0-> installed ppx_enumerate.v0.15.0-> installed ppx_variants_conv.v0.15.0-> installed ppx_fields_conv.v0.15.0-> installed ppx_typerep_conv.v0.15.0-> installed ppx_stable.v0.15.0-> installed ppx_compare.v0.15.0-> installed ppx_ignore_instrumentation.v0.15.0-> installed ppx_pipebang.v0.15.0-> installed ppx_fixed_literal.v0.15.0-> installed ppx_optional.v0.15.0-> installed ppx_sexp_conv.v0.15.1-> installed ppx_let.v0.15.0-> installed ppx_hash.v0.15.0-> installed ppx_assert.v0.15.0-> installed ppx_sexp_value.v0.15.0-> installed ppx_sexp_message.v0.15.0-> installed ppx_custom_printf.v0.15.0-> installed ppx_base.v0.15.0-> installed ppx_log.v0.15.0-> installed jst-config.v0.15.1-> installed ppx_string.v0.15.0-> installed bin_prot.v0.15.0-> installed time_now.v0.15.0-> installed ppx_bin_prot.v0.15.0-> installed ppx_module_timer.v0.15.0-> installed ppx_inline_test.v0.15.1-> installed ppx_bench.v0.15.1-> installed ppx_expect.v0.15.1-> installed splittable_random.v0.15.0-> installed base_quickcheck.v0.15.0-> installed ppx_jane.v0.15.0Done.# Run eval $(opam env) to update the current shell environment2025-12-16 00:41.44 ---> saved as "bac963a28bd12a206b41d6bdbfdf2aeb849ae966188836831a8b6981d5e4d417"/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:=== install 15 packages- install astring 0.8.5 [required by odoc]- 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 fmt 0.11.0 [required by odoc]- install fpath 0.7.3 [required by odoc]- install ocamlbuild 0.16.1 [required by fmt, astring, fpath]- install ocamlfind 1.9.8 [required by fmt, astring, fpath]- install odoc 3.1.0- install odoc-parser 3.1.0 [required by odoc]- install ptime 1.2.0 [required by crunch]- install topkg 1.1.1 [required by fmt, astring, fpath]- install tyxml 4.6.0 [required by odoc]- install uutf 1.0.4 [required by tyxml]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> installed camlp-streams.5.0.1-> retrieved tyxml.4.6.0 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> installed cppo.1.8.0-> installed cmdliner.2.1.0-> 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 ptime.1.2.0-> installed astring.0.8.5-> installed crunch.4.0.0-> installed fpath.0.7.3-> installed odoc-parser.3.1.0-> installed tyxml.4.6.0-> installed odoc.3.1.0Done.# Run eval $(opam env) to update the current shell environment2025-12-16 00:42.11 ---> saved as "ea5eeb1b37ff7b5a5778bfdb8e716e84b11188846555096c0a7c9aa3207dacd7"/src: (copy (src .) (dst /src/))2025-12-16 00:42.11 ---> saved as "4a61b533c99faec138029c4a1e5559e89d58950b6ffb19e0014a0a7e5c0d237d"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))2025-12-16 00:42.11 ---> saved as "8d7588a0f9d708baa8e48bc0ea65d170d9d2a842d9be6ebd1c0e7b043d077c46"Job succeeded2025-12-16 00:42.12: Job succeeded