2025-09-01 13:38.07: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (ff054cb4e93cb412b90768270a83260818ede535) (linux-arm64:debian-12-4.14_arm64_opam-2.4) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard ff054cb4 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d # debian-12-4.14_arm64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-dev.opam ./ RUN opam pin add -yn dunolint.dev './' && \ opam pin add -yn dunolint-tests.dev './' && \ opam pin add -yn dunolint-lib.dev './' && \ opam pin add -yn dunolint-dev.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.1 dune-configurator.3.20.1 fpath.0.7.3 fpath-sexp0.0.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.13.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y dunolint-lib.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=dunolint-lib @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-09-01 13:38.07: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-12-ocaml-4.14@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d-debian-12-4.14_arm64_opam-2.4-97a499e6e09245fd9cbb7d3729476796" 2025-09-01 13:38.07: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d) (comment debian-12-4.14_arm64_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.4 /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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-dev.opam) (dst ./)) (run (network host) (shell "opam pin add -yn dunolint.dev './' && \ \nopam pin add -yn dunolint-tests.dev './' && \ \nopam pin add -yn dunolint-lib.dev './' && \ \nopam pin add -yn dunolint-dev.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.1 dune-configurator.3.20.1 fpath.0.7.3 fpath-sexp0.0.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.13.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.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.4 --depext-only -y dunolint-lib.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build --only-packages=dunolint-lib @install @check @runtest && rm -rf _build")) ) 2025-09-01 13:38.07: Waiting for resource in pool OCluster 2025-09-01 13:38.07: Waiting for worker… 2025-09-01 13:38.07: Got resource from pool OCluster Building on okypous.caelum.ci.dev All commits already cached HEAD is now at ff054cb Upgrade actions/attest-build-provenance (from ocaml/opam:debian-12-ocaml-4.14@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d' locally docker.io/ocaml/opam@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d: Pulling from ocaml/opam 4aee4328f0c3: Pulling fs layer 4aee4328f0c3: Download complete 4aee4328f0c3: Pull complete Digest: sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d Status: Downloaded newer image for ocaml/opam@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d 2025-09-01 13:38.08 ---> using "2cf2671ac4eade31e3b5577bbc7731fef3ede3974399d2357b6a5256c5798372" from cache /: (comment debian-12-4.14_arm64_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.4 /usr/bin/opam")) 2025-09-01 13:38.08 ---> using "229d8f47548202ab0ca2675db825476cf17da935c43dbb068e9e1f18e440de88" 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 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] Initialised 2025-09-01 13:38.08 ---> using "e49e3adec1e451465adcb8670b69ac27f2ebb3b0197edcccd8ed7e7f5f3b3f36" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-138-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-09-01 13:38.08 ---> using "3ed88414066cf9cdbebdc55b1767d0e69496633d106dff84cb866b5f56ebac52" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-01 13:38.08 ---> using "a0aebeb33a79eb8e326b107b8b105d1150abeb3fe5df3b14c78591e203fb23e9" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ee24528071..f2cd184cfc master -> origin/master 4c972ba0fc Merge pull request #28397 from maiste/release-dune-3.20.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-09-01 13:38.08 ---> using "8786bdd2c7187930f899af477ce95fa593b38a021593e760703588bb707c9f52" from cache /src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-dev.opam) (dst ./)) 2025-09-01 13:38.08 ---> using "9865662d33afb2f9f4b2b48ce73a5821c6bffef8882abe09bc5ae93cdbef1ffb" from cache /src: (run (network host) (shell "opam pin add -yn dunolint.dev './' && \ \nopam pin add -yn dunolint-tests.dev './' && \ \nopam pin add -yn dunolint-lib.dev './' && \ \nopam pin add -yn dunolint-dev.dev './'")) [dunolint.dev] synchronised (file:///src) dunolint is now pinned to file:///src (version dev) [NOTE] Package dunolint-tests does not exist in opam repositories registered in the current switch. [dunolint-tests.dev] synchronised (file:///src) dunolint-tests is now pinned to file:///src (version dev) [dunolint-lib.dev] synchronised (file:///src) dunolint-lib is now pinned to file:///src (version dev) [NOTE] Package dunolint-dev does not exist in opam repositories registered in the current switch. [dunolint-dev.dev] synchronised (file:///src) dunolint-dev is now pinned to file:///src (version dev) 2025-09-01 13:38.08 ---> using "754832b62c46ae912a8cc6df94fa2de9e3c7cab7885661dc40c76bd188589974" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-01 13:38.08 ---> using "b19eda2915f27f9508123e193965cd25dd4b4f9af493932673880abc3e8c793b" from cache /src: (env DEPS "astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.1 dune-configurator.3.20.1 fpath.0.7.3 fpath-sexp0.0.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.13.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.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.4 --depext-only -y dunolint-lib.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 arm64 Packages [273 kB] - Fetched 376 kB in 3s (143 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [dunolint-lib.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.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.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-09-01 13:38.08 ---> using "b15aaefe248912738e3f5406b1f7f99dc11b47e4d9adb2067837c40e21325b3f" from cache /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.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.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 20 packages - install astring 0.8.5 - install base v0.16.4 - install csexp 1.5.2 - install dune 3.20.1 - install dune-configurator 3.20.1 - install fpath 0.7.3 - install fpath-sexp0 0.3.1 - install ocaml-compiler-libs v0.12.4 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ppx_compare v0.16.0 - install ppx_derivers 1.2.1 - install ppx_enumerate v0.16.0 - install ppx_sexp_conv v0.16.0 - install ppxlib 0.35.0 - install re 1.13.2 - install seq base - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install topkg 1.1.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.16.4 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved fpath-sexp0.0.3.1 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_compare.v0.16.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_enumerate.v0.16.0 (cached) -> retrieved ppx_sexp_conv.v0.16.0 (cached) -> retrieved re.1.13.2 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved ppxlib.0.35.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved dune.3.20.1, dune-configurator.3.20.1 (cached) -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.1.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.20.1 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.13.2 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed fpath-sexp0.0.3.1 -> installed dune-configurator.3.20.1 -> installed base.v0.16.4 -> installed ppxlib.0.35.0 -> installed ppx_enumerate.v0.16.0 -> installed ppx_compare.v0.16.0 -> installed ppx_sexp_conv.v0.16.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-01 13:38.08 ---> using "903ebc1afd2b9f1722994b44de31a3506ffec853d5f106b363d73035e7fe4586" from cache /src: (copy (src .) (dst /src)) 2025-09-01 13:38.09 ---> saved as "166b9282434baac85f45b3e594e489b665e5c51c4d2f5bb4ed201d213f0fdfdc" /src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib @install @check @runtest && rm -rf _build")) 2025-09-01 13:38.14 ---> saved as "1ed8e8c0a1c726998b68f9fa77928efab08c50ab3bfe6cb17936deceeeea0ac1" Job succeeded 2025-09-01 13:38.15: Job succeeded