2024-12-19 22:50.24: New job: test ocurrent/current_incr https://github.com/ocurrent/current_incr.git#refs/heads/master (439d4d57a8ea92b4c823bec479392410726f530b) (linux-x86_64:(lint-doc)) Base: ocaml/opam:debian-12-ocaml-4.12@sha256:f0676a888adc47e50059320a78aaeebbdbb1ef68aafa2b5a74fce5c1d6480815 Opam project lint documentation To reproduce locally: git clone --recursive "https://github.com/ocurrent/current_incr.git" -b "master" && cd "current_incr" && git reset --hard 439d4d57 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.12@sha256:f0676a888adc47e50059320a78aaeebbdbb1ef68aafa2b5a74fce5c1d6480815 # debian-12-4.12_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 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 current_incr.opam ./ RUN opam pin add -yn current_incr.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="afl-persistent.1.4 alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.17.1 fmt.0.9.0 logs.0.7.0 mdx.2.5.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.2 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y current_incr.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:50.24: Using cache hint "ocurrent/current_incr-ocaml/opam:debian-12-ocaml-4.12@sha256:f0676a888adc47e50059320a78aaeebbdbb1ef68aafa2b5a74fce5c1d6480815-debian-12-4.12_opam-2.3-00c78a448ee0b9ba4f862a0619e2d5b1" 2024-12-19 22:50.24: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.12@sha256:f0676a888adc47e50059320a78aaeebbdbb1ef68aafa2b5a74fce5c1d6480815) (comment debian-12-4.12_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 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src current_incr.opam) (dst ./)) (run (network host) (shell "opam pin add -yn current_incr.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "afl-persistent.1.4 alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.17.1 fmt.0.9.0 logs.0.7.0 mdx.2.5.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.2 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3") (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 current_incr.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:50.24: Waiting for resource in pool OCluster 2024-12-20 18:13.37: Waiting for worker… 2024-12-20 18:15.30: Got resource from pool OCluster Building on x86-bm-c14.sw.ocaml.org All commits already cached HEAD is now at 439d4d5 Merge pull request #18 from mtelvers/fix-maintainers (from ocaml/opam:debian-12-ocaml-4.12@sha256:f0676a888adc47e50059320a78aaeebbdbb1ef68aafa2b5a74fce5c1d6480815) 2024-12-20 18:15.30 ---> using "6fcfc1c338f3756f3af4d79261682610553b4e3bd6c67e9222139f95421e16e4" from cache /: (comment debian-12-4.12_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 18:15.31 ---> saved as "133acc8ac74ca8b18f96d3b42f8e0c4e36ed5e21f5af5f5f78bd980aeaf593d6" /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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-12-20 18:17.15 ---> saved as "0e34680cb33ca19cbd251c2c95e135e104e33984118a444b00f2cd3e62409c67" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-126-generic The OCaml toplevel, version 4.12.1 2.2.1 2024-12-20 18:17.15 ---> saved as "c02138852f9bcabdaa30c9c3e92c25b0d7a56f8c15a44060865d780cafc11b6b" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-12-20 18:17.15 ---> saved as "827fc4efad3df6865f60f5965278c84ad8cb612e3a7b99a5c99c0b65a7a2a1a2" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && 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 40261e81b0 Merge pull request #27148 from mtelvers/opam-publish-ocaml-version.3.7.2 <><> 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 18:18.35 ---> saved as "a94b2ea3fe39ba28c54ce281b13ea5018437a3585c39c047c10fab651eeee43f" /src: (copy (src current_incr.opam) (dst ./)) 2024-12-20 18:18.35 ---> saved as "4b4ef041c233507ae8abb9af22beb0198d1de56400c7468324e444541522110c" /src: (run (network host) (shell "opam pin add -yn current_incr.dev './'")) [current_incr.dev] synchronised (file:///src) current_incr is now pinned to file:///src (version dev) 2024-12-20 18:18.37 ---> saved as "cb4f1edd1a7e17d7023c4d052e4e1d3c66780212af6d98c04a3290ec5e61e454" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2024-12-20 18:18.37 ---> saved as "dc5c16cb13bff919a0b4099e68754b1e7722734c3e70be40767954304d4f3245" /src: (env DEPS "afl-persistent.1.4 alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 dune.3.17.1 fmt.0.9.0 logs.0.7.0 mdx.2.5.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.2 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3") /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 current_incr.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 (1249 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [current_incr.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.12.1). [NOTE] Package ocaml is already installed (current version is 4.12.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). 2024-12-20 18:19.07 ---> saved as "29f514b8f9cf6e29eb223e0478d41a413bbed079bfd1649f9416d61d6044af2c" /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.12.1). [NOTE] Package ocaml is already installed (current version is 4.12.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 24 packages - install afl-persistent 1.4 - install alcotest 1.8.0 - install astring 0.8.5 - install base-bytes base - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install cppo 1.8.0 - install crowbar 0.2.1 - install csexp 1.5.2 - install dune 3.17.1 - install fmt 0.9.0 - install logs 0.7.0 - install mdx 2.5.0 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 3.7.2 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install ocplib-endian 1.2 - install re 1.12.0 - install result 1.5 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install uutf 1.0.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved afl-persistent.1.4 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved crowbar.0.2.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.3.7.2 (cached) -> retrieved mdx.2.5.0 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved dune.3.17.1 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved seq.base (cached) -> retrieved re.1.12.0 (cached) -> retrieved result.1.5 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved topkg.1.0.7 (cached) -> installed cmdliner.1.3.0 -> installed seq.base -> installed ocamlfind.1.9.6 -> installed base-bytes.base -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed uutf.1.0.3 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed logs.0.7.0 -> installed dune.3.17.1 -> installed csexp.1.5.2 -> installed afl-persistent.1.4 -> installed ocaml-version.3.7.2 -> installed result.1.5 -> installed camlp-streams.5.0.1 -> installed stdlib-shims.0.3.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.12.0 -> installed cppo.1.8.0 -> installed ocplib-endian.1.2 -> installed crowbar.0.2.1 -> installed alcotest.1.8.0 -> installed mdx.2.5.0 Done. <><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><> => afl-persistent is installed, but since the current OCaml compiler does not enable AFL instrumentation by default, most packages will not be instrumented and fuzzing with afl-fuzz may not be effective. To globally enable AFL instrumentation, create an OCaml switch like: opam switch create 4.12.1+afl ocaml-variants.4.12.1+options ocaml-option-afl # Run eval $(opam env) to update the current shell environment 2024-12-20 18:20.10 ---> saved as "6a72fb19c800491dc57dcd359a3d6a9096100cd330e597322dd77f0f13849183" /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 6 packages - install crunch 3.3.1 [required by odoc] - install fpath 0.7.3 [required by odoc] - install odoc 2.4.4 - install odoc-parser 2.4.4 [required by odoc] - install ptime 1.2.0 [required by crunch] - install tyxml 4.6.0 [required by odoc] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved crunch.3.3.1 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved tyxml.4.6.0 (cached) -> retrieved odoc.2.4.4, odoc-parser.2.4.4 (cached) -> installed fpath.0.7.3 -> installed ptime.1.2.0 -> installed odoc-parser.2.4.4 -> installed crunch.3.3.1 -> installed tyxml.4.6.0 -> installed odoc.2.4.4 Done. # Run eval $(opam env) to update the current shell environment 2024-12-20 18:20.53 ---> saved as "574215e4d397a4ba66dda23a233b9b34a3cbfc8f7cbd9d5d0bd5b4eac8471ed6" /src: (copy (src .) (dst /src/)) 2024-12-20 18:20.53 ---> saved as "59d9c1ddc9711066beeb7f1bffa06def63285d101bf4024eaf45af8d715ee923" /src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")) 2024-12-20 18:20.54 ---> saved as "2ce4e181aff8889dd5d252e840d214d1856f6ad0293e1aa13a00a3ff809932e1" Job succeeded 2024-12-20 18:20.54: Job succeeded