2026-04-14 08:12.52: New job: test edwintorok/lintcstubs-arity https://github.com/edwintorok/lintcstubs-arity.git#refs/heads/main (7f1034363fa00df016834811767bcb96a27819fa) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.10@sha256:ae607fa2404f52289b6bab981267c5ab50cf9ea2284f5be0decc69691c6cfe72Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/edwintorok/lintcstubs-arity.git" -b "main" && cd "lintcstubs-arity" && git reset --hard 7f103436cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.10@sha256:ae607fa2404f52289b6bab981267c5ab50cf9ea2284f5be0decc69691c6cfe72# debian-13-4.10_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 lintcstubs-arity.opam ./RUN opam pin add -yn lintcstubs-arity.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.22.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y lintcstubs-arity.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-04-14 08:12.52: Using cache hint "edwintorok/lintcstubs-arity-ocaml/opam:debian-13-ocaml-4.10@sha256:ae607fa2404f52289b6bab981267c5ab50cf9ea2284f5be0decc69691c6cfe72-debian-13-4.10_opam-2.5-1184166c532bbf3f24095a42100c8dcd"2026-04-14 08:12.52: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.10@sha256:ae607fa2404f52289b6bab981267c5ab50cf9ea2284f5be0decc69691c6cfe72)(comment debian-13-4.10_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src lintcstubs-arity.opam) (dst ./))(run (network host)(shell "opam pin add -yn lintcstubs-arity.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.22.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1")(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 lintcstubs-arity.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-04-14 08:12.52: Waiting for resource in pool OCluster2026-04-14 10:41.39: Waiting for worker…2026-04-14 10:44.37: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 7f10343 opam: add maintenance-intent(from ocaml/opam:debian-13-ocaml-4.10@sha256:ae607fa2404f52289b6bab981267c5ab50cf9ea2284f5be0decc69691c6cfe72)2026-04-14 10:45.31 ---> using "f33864a3619b171fc354c1669451a08b3c6b4bc5605904684ccfaa0f4e68c07c" from cache/: (comment debian-13-4.10_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-04-14 10:45.31 ---> using "e9764c4d80f2bacf19cc2f3fe7b11693d18d870a7ddd3cef0d6bca483a7d4d9a" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-14 10:45.31 ---> using "1089c041da6691f4de3b5d056f1fad2d9e324617d53462af7d05541ba0ca2274" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.10.22.2.12026-04-14 10:45.31 ---> using "6d9d7275244e20c83ee5f9db8ed2b2e1096dd092278434931391b455ecfd7176" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-14 10:45.31 ---> using "421b6eca4b21e88115dd464307524eb49a1c35ce2b6a9dcb3015a87823ba1d8a" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..9af1f0b103 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> 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-04-14 10:45.31 ---> using "ea3982e2cda7bf2f191b6590a07c3a439f5247e4c13d8abe8af7651945e64fee" from cache/src: (copy (src lintcstubs-arity.opam) (dst ./))2026-04-14 10:45.32 ---> saved as "d42e3e50ac94aa6026eda4922b93b1ef0ad2423d3f00ba6ad182672cbe6ca735"/src: (run (network host)(shell "opam pin add -yn lintcstubs-arity.dev './'"))[lintcstubs-arity.dev] synchronised (file:///src)lintcstubs-arity is now pinned to file:///src (version dev)2026-04-14 10:45.35 ---> saved as "0152760ce64a1df1a6a9a17b25172d634d8ce3590ddbda01bb9dba28793773d6"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-14 10:45.36 ---> saved as "25d7710dcf076964cf29ed67762f9d9e4eff890f28fac740b13f87c270a7bb37"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.22.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1")/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 lintcstubs-arity.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 [123 kB]- Fetched 213 kB in 0s (1033 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lintcstubs-arity.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).2026-04-14 10:45.58 ---> saved as "1da0b2188dbe53073e9c742db1e4838a31d4739572624c3ac20aa38023bc28d6"/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 1 package- install dune 3.22.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved dune.3.22.2 (cached)-> installed dune.3.22.2Done.# Run eval $(opam env) to update the current shell environment2026-04-14 10:47.59 ---> saved as "b94634c5a3dd6c11336b336e80ac41195ed6e205f2b3c5054eb9aabe21973626"/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.22.2).The following actions will be performed:=== install 17 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 re 1.11.0 [required by tyxml]- install seq base [required by tyxml]- 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 seq.base (cached)-> installed seq.base-> retrieved re.1.11.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved uutf.1.0.4 (cached)-> installed camlp-streams.5.0.1-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> installed cppo.1.8.0-> installed re.1.11.0-> installed ocamlfind.1.9.8-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed ptime.1.2.0-> installed fmt.0.11.0-> installed crunch.4.0.0-> installed astring.0.8.5-> 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 environment2026-04-14 10:49.15 ---> saved as "9c18db9a858ecdad80df0e2e01a5a215d08f0dc4198725524bede62a62e3a0cc"/src: (copy (src .) (dst /src/))2026-04-14 10:49.16 ---> saved as "4e835af9f272cb9beb42deddad529a95c3d6f7c795e3c2b2a15daa01268ddde2"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))2026-04-14 10:49.16 ---> saved as "b72493c215e6be060b84d957506e0bf29618d1915b926cba56ab8d6a90b6d6ef"Job succeeded2026-04-14 10:49.16: Job succeeded