2025-11-05 15:32.26: New job: test tmcgilchrist/ocaml-bitbucket https://github.com/tmcgilchrist/ocaml-bitbucket.git#refs/heads/master (adbb764de4598a539129e493cfb002857378cb6a) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480fOpam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/tmcgilchrist/ocaml-bitbucket.git" -b "master" && cd "ocaml-bitbucket" && git reset --hard adbb764dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f# debian-13-4.08_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 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 bitbucket.opam bitbucket-unix.opam ./RUN opam pin add -yn bitbucket.dev './' && \opam pin add -yn bitbucket-unix.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="angstrom.0.16.1 asn1-combinators.0.2.6 astring.0.8.5 atd.2.16.0 atdgen.2.16.0 atdgen-runtime.2.16.0 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 ca-certs.0.2.3 camlp-streams.5.0.1 cmdliner.2.0.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 easy-format.1.3.4 eqaf.0.9 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 http.6.0.0 ipaddr.5.6.1 ipaddr-sexp.5.6.1 logs.0.8.0 lwt.5.9.2 macaddr.5.6.1 magic-mime.1.3.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 num.1.6 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.14.2 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 ptime.1.2.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uri-sexp.4.4.0 x509.0.16.5 yojson.2.2.2 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y bitbucket.dev bitbucket-unix.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-11-05 15:32.26: Using cache hint "tmcgilchrist/ocaml-bitbucket-ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f-debian-13-4.08_opam-2.4-092b790301d8aa2ae353d26042e48209"2025-11-05 15:32.26: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f)(comment debian-13-4.08_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 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src bitbucket.opam bitbucket-unix.opam) (dst ./))(run (network host)(shell "opam pin add -yn bitbucket.dev './' && \\nopam pin add -yn bitbucket-unix.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "angstrom.0.16.1 asn1-combinators.0.2.6 astring.0.8.5 atd.2.16.0 atdgen.2.16.0 atdgen-runtime.2.16.0 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 ca-certs.0.2.3 camlp-streams.5.0.1 cmdliner.2.0.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 easy-format.1.3.4 eqaf.0.9 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 http.6.0.0 ipaddr.5.6.1 ipaddr-sexp.5.6.1 logs.0.8.0 lwt.5.9.2 macaddr.5.6.1 magic-mime.1.3.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 num.1.6 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.14.2 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 ptime.1.2.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uri-sexp.4.4.0 x509.0.16.5 yojson.2.2.2 zarith.1.14")(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 bitbucket.dev bitbucket-unix.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-11-05 15:32.26: Waiting for resource in pool OCluster2025-11-05 23:27.47: Waiting for worker…2025-11-05 23:32.53: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at adbb764 Add ocamlformat(from ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f)Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f' locallydocker.io/ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f: Pulling from ocaml/opamcae3b572364a: Pulling fs layer820d433882fc: Pulling fs layer8f6112f72fa5: Pulling fs layerf06108004adb: Pulling fs layerf34ea90e6bf7: Pulling fs layerb44a65709156: Pulling fs layer4c25908bbac9: Pulling fs layer820d433882fc: Waitingf76df728146d: Pulling fs layer8f6112f72fa5: Waiting1fee769dfcf3: Pulling fs layerf06108004adb: Waiting9089a7f69af3: Pulling fs layerf34ea90e6bf7: Waiting6f758b47b2a0: Pulling fs layerb44a65709156: Waitingf76df728146d: Waiting16b225bbb395: Pulling fs layerabbf3ec39b68: Pulling fs layer4c25908bbac9: Waiting1a61521655a9: Pulling fs layer1fee769dfcf3: Waiting6a8565a9e443: Pulling fs layerc059a4cbd7b9: Pulling fs layer9089a7f69af3: Waiting3a00fdc9e291: Pulling fs layer6f758b47b2a0: Waitinga0b62589bd38: Pulling fs layerabbf3ec39b68: Waiting16b225bbb395: Waiting1a61521655a9: Waiting6e8d713bf843: Pulling fs layerc059a4cbd7b9: Waitinga0b62589bd38: Waiting3a00fdc9e291: Waitingbca1fd5341ba: Pulling fs layer34b9849c2772: Pulling fs layer4f4fb700ef54: Pulling fs layer6e8d713bf843: Waitingbca1fd5341ba: Waitingd8d3d0744e38: Pulling fs layer34b9849c2772: Waiting788c7ce0e0e5: Pulling fs layera297eab0ca3b: Pulling fs layer2e79af39acdb: Pulling fs layer8858e600236c: Pulling fs layerd8d3d0744e38: Waiting9efe23d1fe7d: Pulling fs layera297eab0ca3b: Waiting2e79af39acdb: Waiting8858e600236c: Waiting47d185934312: Pulling fs layer64a949a6caff: Pulling fs layerc9d6a7c18bb1: Pulling fs layer788c7ce0e0e5: Waiting9efe23d1fe7d: Waiting47d185934312: Waitinge4fde4815f0c: Pulling fs layerc9d6a7c18bb1: Waitingd1f759c16950: Pulling fs layerf3dd45bf195f: Pulling fs layere4fde4815f0c: Waiting3985a6049101: Pulling fs layerd1f759c16950: Waitingf3dd45bf195f: Waitingaae849592418: Pulling fs layer3985a6049101: Waiting6173459dc6b2: Pulling fs layer7f16ef63bee0: Pulling fs layeraae849592418: Waiting6173459dc6b2: Waitingfe355de6a899: Pulling fs layerb0bc5a15bc9d: Pulling fs layerfe355de6a899: Waiting0ba06c753f01: Pulling fs layerf7e4070f86bb: Pulling fs layera16d954bd2d3: Pulling fs layerb0bc5a15bc9d: Waiting6583f21da642: Pulling fs layerf7e4070f86bb: Waitinga16d954bd2d3: Waiting6583f21da642: Waiting820d433882fc: Verifying Checksum820d433882fc: Download complete8f6112f72fa5: Verifying Checksum8f6112f72fa5: Download completef06108004adb: Verifying Checksumf06108004adb: Download completef34ea90e6bf7: Verifying Checksumf34ea90e6bf7: Download completeb44a65709156: Retrying in 5 secondsb44a65709156: Retrying in 4 secondsb44a65709156: Retrying in 3 secondsb44a65709156: Retrying in 2 secondsb44a65709156: Retrying in 1 secondcae3b572364a: Download complete4c25908bbac9: Verifying Checksum4c25908bbac9: Download completef76df728146d: Verifying Checksumf76df728146d: Download completecae3b572364a: Pull complete820d433882fc: Pull complete8f6112f72fa5: Pull completef06108004adb: Pull complete1fee769dfcf3: Verifying Checksum1fee769dfcf3: Download completef34ea90e6bf7: Pull complete9089a7f69af3: Verifying Checksum9089a7f69af3: Download complete6f758b47b2a0: Verifying Checksum6f758b47b2a0: Download complete16b225bbb395: Verifying Checksum16b225bbb395: Download completeabbf3ec39b68: Verifying Checksumabbf3ec39b68: Download complete1a61521655a9: Verifying Checksum1a61521655a9: Download complete6a8565a9e443: Verifying Checksum6a8565a9e443: Download completec059a4cbd7b9: Verifying Checksumc059a4cbd7b9: Download complete3a00fdc9e291: Download complete6e8d713bf843: Download completebca1fd5341ba: Download complete34b9849c2772: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completed8d3d0744e38: Verifying Checksumd8d3d0744e38: Download complete788c7ce0e0e5: Verifying Checksum788c7ce0e0e5: Download completea297eab0ca3b: Verifying Checksuma297eab0ca3b: Download complete2e79af39acdb: Verifying Checksum2e79af39acdb: Download complete8858e600236c: Verifying Checksum8858e600236c: Download complete9efe23d1fe7d: Download complete47d185934312: Verifying Checksum47d185934312: Download complete64a949a6caff: Verifying Checksum64a949a6caff: Download completec9d6a7c18bb1: Verifying Checksumc9d6a7c18bb1: Download completee4fde4815f0c: Download completed1f759c16950: Verifying Checksumd1f759c16950: Download completef3dd45bf195f: Download complete3985a6049101: Verifying Checksum3985a6049101: Download completeaae849592418: Download complete6173459dc6b2: Verifying Checksum6173459dc6b2: Download complete7f16ef63bee0: Download completefe355de6a899: Download completeb0bc5a15bc9d: Download completeb44a65709156: Verifying Checksumb44a65709156: Download completef7e4070f86bb: Verifying Checksumf7e4070f86bb: Download completea16d954bd2d3: Verifying Checksuma16d954bd2d3: Download complete6583f21da642: Verifying Checksum6583f21da642: Download completeb44a65709156: Pull complete4c25908bbac9: Pull completef76df728146d: Pull complete1fee769dfcf3: Pull complete9089a7f69af3: Pull complete6f758b47b2a0: Pull complete16b225bbb395: Pull completeabbf3ec39b68: Pull complete1a61521655a9: Pull complete6a8565a9e443: Pull completec059a4cbd7b9: Pull complete3a00fdc9e291: Pull completea0b62589bd38: Pull complete6e8d713bf843: Pull completebca1fd5341ba: Pull complete34b9849c2772: Pull complete4f4fb700ef54: Pull completed8d3d0744e38: Pull complete788c7ce0e0e5: Pull completea297eab0ca3b: Pull complete2e79af39acdb: Pull complete8858e600236c: Pull complete9efe23d1fe7d: Pull complete47d185934312: Pull complete64a949a6caff: Pull completec9d6a7c18bb1: Pull completee4fde4815f0c: Pull completed1f759c16950: Pull completef3dd45bf195f: Pull complete3985a6049101: Pull completeaae849592418: Pull complete6173459dc6b2: Pull complete7f16ef63bee0: Pull completefe355de6a899: Pull completeb0bc5a15bc9d: Pull complete0ba06c753f01: Verifying Checksum0ba06c753f01: Download complete0ba06c753f01: Pull completef7e4070f86bb: Pull completea16d954bd2d3: Pull complete6583f21da642: Pull completeDigest: sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480fStatus: Downloaded newer image for ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f2025-11-05 23:32.53 ---> using "8a3fb29dc134ae8cb5011e033937cdf0919031452506a2a7eeab7ea43cc7fe2e" from cache/: (comment debian-13-4.08_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-11-05 23:32.53 ---> using "b550f3d0d26a25fe987e50432a4e26b17faebaf565c1d08213cbf514e32d68d8" 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-11-05 23:32.53 ---> using "f52d4afc429a4f1160de006ee2bf56d9db6edfe2193e1b35b1483fe8388ad904" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.08.12.2.12025-11-05 23:32.53 ---> using "67092db80f8aaec4556d5050ded5fcf568c402788465452631994ebaa90d3a20" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-05 23:32.53 ---> using "1f1ed6921a14bad75124852ac9dd6d36824b4867b5b5079da33f14b4e0c4d54e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..70d1dfb3b8 master -> origin/master930436c8d2 Merge pull request #28833 from dbuenzli/b0-publish-topkg-care.1.1.1-etc-d8693897f289e86e<><> 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-11-05 23:32.53 ---> using "9207870482d3c60de1beea6f9eb536fdca1a2ea32bafe1bf938a085d3567d536" from cache/src: (copy (src bitbucket.opam bitbucket-unix.opam) (dst ./))2025-11-05 23:32.54 ---> saved as "e62b1803852a69e52283a3bd2d3e5b684eb30248c177c0aac0e9049bbff34c45"/src: (run (network host)(shell "opam pin add -yn bitbucket.dev './' && \\nopam pin add -yn bitbucket-unix.dev './'"))Package bitbucket does not exist, create as a NEW package? [y/n] y[bitbucket.dev] synchronised (file:///src)bitbucket is now pinned to file:///src (version dev)Package bitbucket-unix does not exist, create as a NEW package? [y/n] y[bitbucket-unix.dev] synchronised (file:///src)bitbucket-unix is now pinned to file:///src (version dev)2025-11-05 23:32.57 ---> saved as "67eff9995b99d7e4ac0f75ada290ca2f4222674114d3c5ad13eb2ddc9a37969a"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-05 23:32.57 ---> saved as "2122a42e8784c1fdea24581ac9936708cce5d1500ea193143e7d84c45eaef67e"/src: (env DEPS "angstrom.0.16.1 asn1-combinators.0.2.6 astring.0.8.5 atd.2.16.0 atdgen.2.16.0 atdgen-runtime.2.16.0 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 ca-certs.0.2.3 camlp-streams.5.0.1 cmdliner.2.0.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 easy-format.1.3.4 eqaf.0.9 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 http.6.0.0 ipaddr.5.6.1 ipaddr-sexp.5.6.1 logs.0.8.0 lwt.5.9.2 macaddr.5.6.1 magic-mime.1.3.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 num.1.6 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.14.2 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 ptime.1.2.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uri-sexp.4.4.0 x509.0.16.5 yojson.2.2.2 zarith.1.14")/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 bitbucket.dev bitbucket-unix.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 [69.2 kB]- Fetched 160 kB in 0s (1903 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[bitbucket.dev] synchronised (file:///src)[bitbucket-unix.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).The following system packages will first need to be installed:libgmp-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"- Selecting previously unselected package libgmpxx4ldbl:amd64.- (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 ... 20622 files and directories currently installed.)- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libgmp-dev:amd64.- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up libpkgconf3:amd64 (1.8.1-4) ...- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12) ...2025-11-05 23:33.09 ---> saved as "938cd1df599e7bbfbe314d8aea354e4dc6db32a18a2fd6817b18ba6caa34922f"/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 76 packages- install angstrom 0.16.1- install asn1-combinators 0.2.6- install astring 0.8.5- install atd 2.16.0- install atdgen 2.16.0- install atdgen-runtime 2.16.0- install base v0.14.3- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install biniou 1.2.2- install bos 0.2.1- install ca-certs 0.2.3- install camlp-streams 5.0.1- install cmdliner 2.0.0- install cohttp 6.0.0- install cohttp-lwt 6.0.0- install cohttp-lwt-unix 6.0.0- install conduit 6.2.3- install conduit-lwt 6.2.3- install conduit-lwt-unix 6.2.3- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install domain-name 0.5.0- install dune 3.20.2- install dune-configurator 3.20.2- install duration 0.2.1- install easy-format 1.3.4- install eqaf 0.9- install fmt 0.11.0- install fpath 0.7.3- install gmap 0.3.0- install http 6.0.0- install ipaddr 5.6.1- install ipaddr-sexp 5.6.1- install logs 0.8.0- install lwt 5.9.2- install macaddr 5.6.1- install magic-mime 1.3.1- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install mirage-crypto 0.11.3- install mirage-crypto-ec 0.11.3- install mirage-crypto-pk 0.11.3- install mirage-crypto-rng 0.11.3- 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 parsexp v0.14.2- install pbkdf 1.2.0- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.14.3- install ppxlib 0.25.1- install ptime 1.2.0- install re 1.11.0- install rresult 0.7.0- install seq base- install sexplib v0.14.0- install sexplib0 v0.14.0- install stdlib-shims 0.3.0- install stringext 1.6.0- install topkg 1.1.1- install uri 4.4.0- install uri-sexp 4.4.0- install x509 0.16.5- install yojson 2.2.2- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved asn1-combinators.0.2.6 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.14.3 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved biniou.1.2.2 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved ca-certs.0.2.3 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved cohttp.6.0.0, cohttp-lwt.6.0.0, cohttp-lwt-unix.6.0.0, http.6.0.0 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved atd.2.16.0, atdgen.2.16.0, atdgen-runtime.2.16.0 (cached)-> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-name.0.5.0 (cached)-> installed conf-gmp-powm-sec.4-> retrieved duration.0.2.1 (cached)-> retrieved easy-format.1.3.4 (cached)-> retrieved eqaf.0.9 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved ipaddr.5.6.1, ipaddr-sexp.5.6.1, macaddr.5.6.1 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved magic-mime.1.3.1 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved mirage-crypto.0.11.3, mirage-crypto-ec.0.11.3, mirage-crypto-pk.0.11.3, mirage-crypto-rng.0.11.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)-> installed cmdliner.2.0.0-> retrieved ocplib-endian.1.2 (cached)-> retrieved parsexp.v0.14.2 (cached)-> retrieved pbkdf.1.2.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.14.3 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.11.0 (cached)-> retrieved sexplib.v0.14.0 (cached)-> retrieved sexplib0.v0.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved ppxlib.0.25.1 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)-> retrieved x509.0.16.5 (cached)-> retrieved yojson.2.2.2 (cached)-> retrieved zarith.1.14 (cached)-> installed num.1.6-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed zarith.1.14-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.20.2-> installed base64.3.5.2-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed domain-name.0.5.0-> installed duration.0.2.1-> installed easy-format.1.3.4-> installed gmap.0.3.0-> installed http.6.0.0-> installed macaddr.5.6.1-> installed magic-mime.1.3.1-> installed menhirCST.20250912-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed ppx_derivers.1.2.1-> installed re.1.11.0-> installed sexplib0.v0.14.0-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed yojson.2.2.2-> installed ocplib-endian.1.2-> installed asn1-combinators.0.2.6-> installed eqaf.0.9-> installed biniou.1.2.2-> installed ipaddr.5.6.1-> installed atdgen-runtime.2.16.0-> installed dune-configurator.3.20.2-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed mirage-crypto.0.11.3-> installed pbkdf.1.2.0-> installed lwt.5.9.2-> installed uri.4.4.0-> installed logs.0.8.0-> installed mirage-crypto-rng.0.11.3-> installed mirage-crypto-pk.0.11.3-> installed base.v0.14.3-> installed bos.0.2.1-> installed parsexp.v0.14.2-> installed sexplib.v0.14.0-> installed ppxlib.0.25.1-> installed mirage-crypto-ec.0.11.3-> installed menhir.20250912-> installed x509.0.16.5-> installed ca-certs.0.2.3-> installed ppx_sexp_conv.v0.14.3-> installed atd.2.16.0-> installed ipaddr-sexp.5.6.1-> installed uri-sexp.4.4.0-> installed atdgen.2.16.0-> installed conduit.6.2.3-> installed cohttp.6.0.0-> installed conduit-lwt.6.2.3-> installed cohttp-lwt.6.0.0-> installed conduit-lwt-unix.6.2.3-> installed cohttp-lwt-unix.6.0.0Done.# Run eval $(opam env) to update the current shell environment2025-11-05 23:34.02 ---> saved as "33d776056a08f0bfb02de28de28d1d0c51c7ccd486bd26860d4048a29a1fe98c"/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 5 packages- install crunch 4.0.0 [required by odoc]- install odoc 3.1.0- install odoc-parser 3.1.0 [required by odoc]- install tyxml 4.6.0 [required by odoc]- install uutf 1.0.4 [required by tyxml]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved crunch.4.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> installed crunch.4.0.0-> installed uutf.1.0.4-> 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-11-05 23:34.20 ---> saved as "c5a85404350864456a6bad028cbc979da0629ff0450146fb048373811878387e"/src: (copy (src .) (dst /src/))2025-11-05 23:34.21 ---> saved as "84c3e2833a43265561caee0b9cbbbed64eac2583abb70cb275812274164831fd"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))File "lib/dune", line 26, characters 41-47:26 | (libraries cohttp uri cohttp-lwt yojson atdgen))^^^^^^Error: Library "atdgen" not found.-> required by library "bitbucket" in _build/default/lib-> required by _build/default/_doc/_odocls/bitbucket/page-index.odocl-> required by _build/default/_doc/_html/bitbucket/index.html-> required by alias _doc/_html/bitbucket/doc-> required by alias doc(cd _build/default/lib && /home/opam/.opam/4.08/bin/atdgen -j -j-std bitbucket.atd)File "bitbucket.atd", line 7, characters 27-38:Invalid or misplaced annotation <json ... name... >dune build @doc failed"/usr/bin/env" "bash" "-c" "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)" failed with exit status 22025-11-05 23:34.22: Job failed: Failed: Build failed