2026-02-15 17:59.29: New job: test mtelvers/mandelbrot https://github.com/mtelvers/mandelbrot.git#refs/heads/master (14e08f30f087994a19822546a55405d078acd0d3) (linux-x86_64:debian-12-5.4_opam-2.5) Base: ocaml/opam:debian-12-ocaml-5.4@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7 Opam project build To reproduce locally: git clone --recursive "https://github.com/mtelvers/mandelbrot.git" -b "master" && cd "mandelbrot" && git reset --hard 14e08f30 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.4@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7 # debian-12-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mandelbrot.opam ./ RUN opam pin add -yn mandelbrot.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 graphics.5.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mandelbrot.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-02-15 17:59.29: Using cache hint "mtelvers/mandelbrot-ocaml/opam:debian-12-ocaml-5.4@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7-debian-12-5.4_opam-2.5-f3b9a890fae8c02ba372a75dcccdbfe3" 2026-02-15 17:59.29: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.4@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7) (comment debian-12-5.4_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.5 /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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mandelbrot.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mandelbrot.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 graphics.5.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.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.5 --depext-only -y mandelbrot.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 @install @check @runtest && rm -rf _build")) ) 2026-02-15 17:59.29: Waiting for resource in pool OCluster 2026-02-15 18:45.39: Waiting for worker… 2026-02-15 18:48.20: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 14e08f3 Update README.md (from ocaml/opam:debian-12-ocaml-5.4@sha256:2f6b722164fee1b73e4ed8b25de99dc82bab8bec7c9f3fc52169c8a6261ac8f7) 2026-02-15 18:48.20 ---> using "7cf0f7916cc71d01a8ca479f618a916f543f6a82d947634b1dfd3fcfd59b46e2" from cache /: (comment debian-12-5.4_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.5 /usr/bin/opam")) 2026-02-15 18:48.20 ---> using "f9c42c52ae46d831481561bf5c19387171d5a8a5af9458151001e9dafb57bacc" 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 [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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-15 18:48.20 ---> using "6b1fbfbc3164cd56a4f07e87e69b929287305d5be1356d053bad95d9770181e4" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-02-15 18:48.20 ---> using "749d778c3b2e66fc3888f5a5fdc597f8265a5c18da6df11063da21bc18806f80" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-15 18:48.20 ---> using "2bf94ad2626844da54aa7941b22253b49149682c301809783148e728f2dcfd71" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 340ee6fd1f..66fe1c299d master -> origin/master 302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-02-15 18:48.20 ---> using "4e7d9ed95b5fdb0d7ed8f1a3c4bd0df8a935e2f469e0407644d939f4cfcff8a9" from cache /src: (copy (src mandelbrot.opam) (dst ./)) 2026-02-15 18:48.20 ---> saved as "0cd51cb950f234021191349b222c908327e0461cb544a53b6a70b8e0183049fd" /src: (run (network host) (shell "opam pin add -yn mandelbrot.dev './'")) [NOTE] Package mandelbrot does not exist in opam repositories registered in the current switch. [mandelbrot.dev] synchronised (file:///src) mandelbrot is now pinned to file:///src (version dev) 2026-02-15 18:48.22 ---> saved as "031ec3a37b3261530971cd6837904557c54829e467af1d1d0ab699e767e6277b" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-15 18:48.22 ---> saved as "6bd9068b540f67610bb4d22feab73748ca8b410fd54882f991516779ec16cf69" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 graphics.5.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.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.5 --depext-only -y mandelbrot.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 [297 kB] - Fetched 400 kB in 0s (1464 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mandelbrot.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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: libxft-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libxft-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libbrotli-dev: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 ... 18786 files and directories currently installed.) - Preparing to unpack .../00-libbrotli-dev_1.0.9-2+b6_amd64.deb ... - Unpacking libbrotli-dev:amd64 (1.0.9-2+b6) ... - Selecting previously unselected package libexpat1-dev:amd64. - Preparing to unpack .../01-libexpat1-dev_2.5.0-1+deb12u2_amd64.deb ... - Unpacking libexpat1-dev:amd64 (2.5.0-1+deb12u2) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../02-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... - Selecting previously unselected package libpng-dev:amd64. - Preparing to unpack .../03-libpng-dev_1.6.39-2+deb12u1_amd64.deb ... - Unpacking libpng-dev:amd64 (1.6.39-2+deb12u1) ... - Selecting previously unselected package libfreetype-dev:amd64. - Preparing to unpack .../04-libfreetype-dev_2.12.1+dfsg-5+deb12u4_amd64.deb ... - Unpacking libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ... - Selecting previously unselected package uuid-dev:amd64. - Preparing to unpack .../05-uuid-dev_2.38.1-5+deb12u3_amd64.deb ... - Unpacking uuid-dev:amd64 (2.38.1-5+deb12u3) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../06-libpkgconf3_1.8.1-1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../07-pkgconf-bin_1.8.1-1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../08-pkgconf_1.8.1-1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../09-pkg-config_1.8.1-1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-1) ... - Selecting previously unselected package libfontconfig-dev:amd64. - Preparing to unpack .../10-libfontconfig-dev_2.14.1-4_amd64.deb ... - Unpacking libfontconfig-dev:amd64 (2.14.1-4) ... - Selecting previously unselected package libfontconfig1-dev:amd64. - Preparing to unpack .../11-libfontconfig1-dev_2.14.1-4_amd64.deb ... - Unpacking libfontconfig1-dev:amd64 (2.14.1-4) ... - Selecting previously unselected package libpng-tools. - Preparing to unpack .../12-libpng-tools_1.6.39-2+deb12u1_amd64.deb ... - Unpacking libpng-tools (1.6.39-2+deb12u1) ... - Selecting previously unselected package libxrender1:amd64. - Preparing to unpack .../13-libxrender1_1%3a0.9.10-1.1_amd64.deb ... - Unpacking libxrender1:amd64 (1:0.9.10-1.1) ... - Selecting previously unselected package libxft2:amd64. - Preparing to unpack .../14-libxft2_2.3.6-1_amd64.deb ... - Unpacking libxft2:amd64 (2.3.6-1) ... - Selecting previously unselected package libxrender-dev:amd64. - Preparing to unpack .../15-libxrender-dev_1%3a0.9.10-1.1_amd64.deb ... - Unpacking libxrender-dev:amd64 (1:0.9.10-1.1) ... - Selecting previously unselected package libxft-dev:amd64. - Preparing to unpack .../16-libxft-dev_2.3.6-1_amd64.deb ... - Unpacking libxft-dev:amd64 (2.3.6-1) ... - Setting up libxrender1:amd64 (1:0.9.10-1.1) ... - Setting up libpng-tools (1.6.39-2+deb12u1) ... - Setting up libpkgconf3:amd64 (1.8.1-1) ... - Setting up libexpat1-dev:amd64 (2.5.0-1+deb12u2) ... - Setting up uuid-dev:amd64 (2.38.1-5+deb12u3) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... - Setting up libxrender-dev:amd64 (1:0.9.10-1.1) ... - Setting up libbrotli-dev:amd64 (1.0.9-2+b6) ... - Setting up libxft2:amd64 (2.3.6-1) ... - Setting up libpng-dev:amd64 (1.6.39-2+deb12u1) ... - Setting up pkgconf:amd64 (1.8.1-1) ... - Setting up libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ... - Setting up pkg-config:amd64 (1.8.1-1) ... - Setting up libfontconfig-dev:amd64 (2.14.1-4) ... - Setting up libxft-dev:amd64 (2.3.6-1) ... - Setting up libfontconfig1-dev:amd64 (2.14.1-4) ... - Processing triggers for libc-bin (2.36-9+deb12u13) ... # To update the current shell environment, run: eval $(opam env) 2026-02-15 18:48.31 ---> saved as "2b222502d5353c1d5265adb3759ba7080cb102d19ce59df7e31d733f9f8fd2a5" /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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 7 packages - install conf-libX11 1 - install conf-libXft 1 - install conf-pkg-config 4 - install csexp 1.5.2 - install dune 3.21.1 - install dune-configurator 3.21.1 - install graphics 5.2.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved csexp.1.5.2 (cached) -> retrieved graphics.5.2.0 (cached) -> installed conf-pkg-config.4 -> installed conf-libX11.1 -> installed conf-libXft.1 -> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached) -> installed dune.3.21.1 -> installed csexp.1.5.2 -> installed dune-configurator.3.21.1 -> installed graphics.5.2.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-02-15 18:49.07 ---> saved as "42318dda7387d601b9ba2e01ea7b1eeba889d2ef78ebb81caae5cd7d111b8daf" /src: (copy (src .) (dst /src)) 2026-02-15 18:49.08 ---> saved as "b8cdb5c03e7db7292c7673c77bf18e169fa09a2668e6060e6a9a672ce5cce8bc" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-02-15 18:49.08 ---> saved as "da20ab65ff000cd2b2fe94d68dbc513aa874e3f4decaef82dddfcdd480d66daf" Job succeeded 2026-02-15 18:49.08: Job succeeded