2024-12-19 22:53.56: New job: test ygrek/ocaml-extlib https://github.com/ygrek/ocaml-extlib.git#refs/heads/master (99333426030c6d5a1d782a4193dbb9230e8455ee) (linux-x86_64:(lint-doc)) Base: ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65 Opam project lint documentation To reproduce locally: git clone --recursive "https://github.com/ygrek/ocaml-extlib.git" -b "master" && cd "ocaml-extlib" && git reset --hard 99333426 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65 # debian-12-4.02_opam-2.3 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 opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 extlib.opam ./ RUN opam pin add -yn extlib.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-ocamlbuild.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.1 host-arch-x86_64.1 host-system-other.1 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y extlib.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 2024-12-19 22:53.56: Using cache hint "ygrek/ocaml-extlib-ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65-debian-12-4.02_opam-2.3-b427083fa673d5f64473bb455fed2c1f" 2024-12-19 22:53.56: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65) (comment debian-12-4.02_opam-2.3) (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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src extlib.opam) (dst ./)) (run (network host) (shell "opam pin add -yn extlib.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-ocamlbuild.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.1 host-arch-x86_64.1 host-system-other.1 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6") (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 extlib.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)")) ) 2024-12-19 22:53.56: Waiting for resource in pool OCluster 2024-12-20 19:17.22: Waiting for worker… 2024-12-20 19:19.31: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 9933342 Add .git-blame-ignore-revs (from ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65) 2024-12-20 19:41.09 ---> using "fcf810be7ae1815877dda82754ca7f330234e6404c36a6d5dc5ffd8d7743d768" from cache /: (comment debian-12-4.02_opam-2.3) /: (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")) 2024-12-20 19:41.09 ---> using "1271a789271ac6a5a93e6590481f7bf95d3f011e7ee8b4475d3b09a7f0816802" 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 39 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=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-12-20 19:41.09 ---> using "0fad59c3dc946eeb4d47148be18df57f115d944842fc65ed74230308336ab929" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-126-generic The OCaml toplevel, version 4.02.3 2.2.1 2024-12-20 19:41.09 ---> using "d974eb08121298f282b1580982cc8ea7c566aa5e5ecd43d41a98f5fd9826cd30" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-12-20 19:41.09 ---> using "8668cc0ac8a167cfcae83f3de226b9a3b6d55a0a94a00ac6d2ee0bdc722a5fdb" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD de786e28db..7990d7d220 master -> origin/master 5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository Everything 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 environment 2024-12-20 19:41.09 ---> using "7fef417a9163b304c0ad32691b32839672e7e86a00de44049da16c6791e231fb" from cache /src: (copy (src extlib.opam) (dst ./)) 2024-12-20 19:41.09 ---> saved as "3bd3985154b8931e9df5444ca45b43750bc5e917ebad33f539e14b78a62d0b13" /src: (run (network host) (shell "opam pin add -yn extlib.dev './'")) [extlib.dev] synchronised (file:///src) extlib is now pinned to file:///src (version dev) 2024-12-20 19:41.11 ---> saved as "b61ee8432553d8082e82e3957190ce700e52a679ff5673753c17da7465ae7ccd" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2024-12-20 19:41.11 ---> saved as "7d2495d255dc4f063363986aa1c0897c66873d69f6579131d1a32f78020be414" /src: (env DEPS "base-bigarray.base base-ocamlbuild.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.1 host-arch-x86_64.1 host-system-other.1 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6") /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 extlib.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [236 kB] - Fetched 339 kB in 0s (991 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [extlib.dev] synchronised (file:///src) [NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.02.3). [NOTE] Package ocaml is already installed (current version is 4.02.3). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 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-ocamlbuild is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2024-12-20 19:41.25 ---> saved as "d3c95afc84b89629469e8a607057075dd315d52fdba3728799a3a240d80891bd" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.02.3). [NOTE] Package ocaml is already installed (current version is 4.02.3). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 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-ocamlbuild 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 4 packages - install cppo 1.8.0 - install dune 3.17.1 - install ocamlfind 1.9.6 - install ocamlfind-secondary 1.9.6 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6 (cached) -> retrieved dune.3.17.1 (cached) -> installed ocamlfind.1.9.6 -> installed ocamlfind-secondary.1.9.6 -> installed dune.3.17.1 -> installed cppo.1.8.0 Done. # Run eval $(opam env) to update the current shell environment 2024-12-20 19:42.04 ---> saved as "ca8a39d290d981083baff6730441ee67819ce88f0d9a70d03d5374ea9d5a7fb5" /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.17.1). The following actions will be performed: === install 17 packages - install astring 0.8.3 [required by odoc] - install base-bytes base [required by astring] - install camlp-streams 5.0.1 [required by odoc-parser] - install cmdliner 1.0.2 [required by odoc] - install crunch 1.4.1 [required by odoc] - install fmt 0.8.5 [required by odoc] - install fpath 0.7.2 [required by odoc] - install ocamlbuild 0 [required by fmt, cmdliner, astring, etc.] - install odoc 2.4.1 - install odoc-parser 2.4.1 [required by odoc] - install re 1.10.3 [required by tyxml] - install result 1.4 [required by odoc] - install seq 0.3.1 [required by tyxml] - install topkg 1.0.0 [required by fmt, astring, cmdliner, fpath] - install tyxml 4.5.0 [required by odoc] - install uchar 0.0.2 [required by fmt] - install uutf 1.0.2 [required by tyxml] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bytes.base -> retrieved camlp-streams.5.0.1 (cached) -> retrieved astring.0.8.3 (cached) -> retrieved cmdliner.1.0.2 (cached) -> retrieved crunch.1.4.1 (cached) -> installed ocamlbuild.0 -> retrieved fmt.0.8.5 (cached) -> retrieved fpath.0.7.2 (cached) -> retrieved result.1.4 (cached) -> retrieved seq.0.3.1 (cached) -> retrieved re.1.10.3 (cached) -> retrieved topkg.1.0.0 (cached) -> installed camlp-streams.5.0.1 -> retrieved tyxml.4.5.0 (cached) -> retrieved uchar.0.0.2 (cached) -> retrieved uutf.1.0.2 (cached) -> installed result.1.4 -> installed seq.0.3.1 -> retrieved odoc.2.4.1, odoc-parser.2.4.1 (cached) -> installed re.1.10.3 -> installed uchar.0.0.2 -> installed topkg.1.0.0 -> installed astring.0.8.3 -> installed cmdliner.1.0.2 -> installed fpath.0.7.2 -> installed odoc-parser.2.4.1 -> installed uutf.1.0.2 -> installed fmt.0.8.5 -> installed crunch.1.4.1 -> installed tyxml.4.5.0 -> installed odoc.2.4.1 Done. # Run eval $(opam env) to update the current shell environment 2024-12-20 19:42.28 ---> saved as "4184e6c59b341c17f432cbafe8c96961d0dd6de1692c06bcbe0b21cc94a075ea" /src: (copy (src .) (dst /src/)) 2024-12-20 19:42.28 ---> saved as "9e9786dc719b3a48e0de3c6f095bf7d3c26a277775e603d0984a5d761199f1c8" /src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")) (cd _build/default/_doc/_html && /home/opam/.opam/4.02/bin/odoc link -I ../_odoc/pkg/extlib -I ../../src/.extlib.objs/byte -o ../_odocls/extlib/extArray.odocl ../../src/.extlib.objs/byte/extArray.odoc) File "src/extArray.mli", line 143, characters 5-70: Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument" File "src/extArray.mli", line 139, characters 5-70: Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument" File "src/extArray.mli", line 51, character 4 to line 52, character 19: Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument" File "src/extArray.mli", line 44, character 4 to line 45, character 19: Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument" (cd _build/default/_doc/_html && /home/opam/.opam/4.02/bin/odoc link -I ../_odoc/pkg/extlib -I ../../src/.extlib.objs/byte -o ../_odocls/extlib/extList.odocl ../../src/.extlib.objs/byte/extList.odoc) File "src/extList.mli", line 309, characters 50-67: Warning: Failed to resolve reference unresolvedroot(Stdlib).compare Couldn't find "Stdlib" File "src/extList.mli", line 45, characters 8-27: Warning: Failed to resolve reference unresolvedroot(Stdlib).List.init Couldn't find "Stdlib" 2024-12-20 19:42.29 ---> saved as "7408bc5921a8eccc40c5e5b98e62397484108fe37d11adba3ad9709739d12470" Job succeeded 2024-12-20 19:42.29: Job succeeded