2026-02-13 08:06.12: New job: test mtelvers/mandelbrot https://github.com/mtelvers/mandelbrot.git#refs/heads/master (14e08f30f087994a19822546a55405d078acd0d3) (linux-x86_64:debian-13-4.14_x86_32_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc 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-13-ocaml-4.14@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc # debian-13-4.14_x86_32_opam-2.5 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-13 08:06.12: Using cache hint "mtelvers/mandelbrot-ocaml/opam:debian-13-ocaml-4.14@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc-debian-13-4.14_x86_32_opam-2.5-104bbdab757a3935207f67d9373dd1d7" 2026-02-13 08:06.12: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc) (comment debian-13-4.14_x86_32_opam-2.5) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-13 08:06.12: Waiting for resource in pool OCluster 2026-02-13 09:32.16: Waiting for worker… 2026-02-13 09:34.28: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 14e08f3 Update README.md (from ocaml/opam:debian-13-ocaml-4.14@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc) WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested 2026-02-13 09:34.29 ---> using "d4243bf71762df68829cfcf06d3c5f0155a054414d91130c35c4e9760ac37387" from cache /: (comment debian-13-4.14_x86_32_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (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-13 09:34.29 ---> using "8c25610149ccad909ef5ea11f68511e65c153e01ef73605795f3ed7365bbb499" 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 2026-02-13 09:34.29 ---> using "02adffaf0b922f2308f794ec9e11f43d69bb67754e82f9120bc681182cb01b2f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-02-13 09:34.29 ---> using "feb1e6546326c207a865c6b0f95208cfe1b0e5aa22307ed229e44dc9add92713" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-13 09:34.29 ---> using "fd2f85654026d941545443eadd1144c44639aa9b5d1e82dd1ec75a093443af1c" 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..302e116c40 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 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.4.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) 2026-02-13 09:34.29 ---> using "56c82623874e46081f6879f5cd5a90ace9e9ce2693be833004d3db0085fb2729" from cache /src: (copy (src mandelbrot.opam) (dst ./)) 2026-02-13 09:34.29 ---> saved as "5fe2e3750abe8e32f51d9c91ebd4e6e8afbe50fab93126f2e02236813f26b9e9" /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-13 09:34.33 ---> saved as "8ef22e9ce4b138d43651ddb5fa2f1d0239882bc91e218aab321893ccd6f7256f" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-13 09:34.33 ---> saved as "23b9a4d558386ea3598c754e8b72a080e2af6924daaf5c2b92dd2c8453954b8d" /src: (env DEPS "base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 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 i386 Packages [98.5 kB] - Fetched 189 kB in 0s (653 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 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 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" - Preconfiguring packages ... - Selecting previously unselected package bzip2-doc. - (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 ... 20593 files and directories currently installed.) - Preparing to unpack .../00-bzip2-doc_1.0.8-6_all.deb ... - Unpacking bzip2-doc (1.0.8-6) ... - Selecting previously unselected package fonts-dejavu-mono. - Preparing to unpack .../01-fonts-dejavu-mono_2.37-8_all.deb ... - Unpacking fonts-dejavu-mono (2.37-8) ... - Selecting previously unselected package fonts-dejavu-core. - Preparing to unpack .../02-fonts-dejavu-core_2.37-8_all.deb ... - Unpacking fonts-dejavu-core (2.37-8) ... - Selecting previously unselected package fontconfig-config. - Preparing to unpack .../03-fontconfig-config_2.15.0-2.3_i386.deb ... - Unpacking fontconfig-config (2.15.0-2.3) ... - Selecting previously unselected package libbrotli-dev:i386. - Preparing to unpack .../04-libbrotli-dev_1.1.0-2+b7_i386.deb ... - Unpacking libbrotli-dev:i386 (1.1.0-2+b7) ... - Selecting previously unselected package libbz2-dev:i386. - Preparing to unpack .../05-libbz2-dev_1.0.8-6_i386.deb ... - Unpacking libbz2-dev:i386 (1.0.8-6) ... - Selecting previously unselected package libexpat1-dev:i386. - Preparing to unpack .../06-libexpat1-dev_2.7.1-2_i386.deb ... - Unpacking libexpat1-dev:i386 (2.7.1-2) ... - Selecting previously unselected package libpng16-16t64:i386. - Preparing to unpack .../07-libpng16-16t64_1.6.48-1+deb13u1_i386.deb ... - Unpacking libpng16-16t64:i386 (1.6.48-1+deb13u1) ... - Selecting previously unselected package libfreetype6:i386. - Preparing to unpack .../08-libfreetype6_2.13.3+dfsg-1_i386.deb ... - Unpacking libfreetype6:i386 (2.13.3+dfsg-1) ... - Selecting previously unselected package libfontconfig1:i386. - Preparing to unpack .../09-libfontconfig1_2.15.0-2.3_i386.deb ... - Unpacking libfontconfig1:i386 (2.15.0-2.3) ... - Selecting previously unselected package zlib1g-dev:i386. - Preparing to unpack .../10-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_i386.deb ... - Unpacking zlib1g-dev:i386 (1:1.3.dfsg+really1.3.1-1+b1) ... - Selecting previously unselected package libpng-dev:i386. - Preparing to unpack .../11-libpng-dev_1.6.48-1+deb13u1_i386.deb ... - Unpacking libpng-dev:i386 (1.6.48-1+deb13u1) ... - Selecting previously unselected package libfreetype-dev:i386. - Preparing to unpack .../12-libfreetype-dev_2.13.3+dfsg-1_i386.deb ... - Unpacking libfreetype-dev:i386 (2.13.3+dfsg-1) ... - Selecting previously unselected package uuid-dev:i386. - Preparing to unpack .../13-uuid-dev_2.41-5_i386.deb ... - Unpacking uuid-dev:i386 (2.41-5) ... - Selecting previously unselected package libpkgconf3:i386. - Preparing to unpack .../14-libpkgconf3_1.8.1-4_i386.deb ... - Unpacking libpkgconf3:i386 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../15-pkgconf-bin_1.8.1-4_i386.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:i386. - Preparing to unpack .../16-pkgconf_1.8.1-4_i386.deb ... - Unpacking pkgconf:i386 (1.8.1-4) ... - Selecting previously unselected package libfontconfig-dev:i386. - Preparing to unpack .../17-libfontconfig-dev_2.15.0-2.3_i386.deb ... - Unpacking libfontconfig-dev:i386 (2.15.0-2.3) ... - Selecting previously unselected package libfontconfig1-dev:i386. - Preparing to unpack .../18-libfontconfig1-dev_2.15.0-2.3_i386.deb ... - Unpacking libfontconfig1-dev:i386 (2.15.0-2.3) ... - Selecting previously unselected package libpng-tools. - Preparing to unpack .../19-libpng-tools_1.6.48-1+deb13u1_i386.deb ... - Unpacking libpng-tools (1.6.48-1+deb13u1) ... - Selecting previously unselected package libxrender1:i386. - Preparing to unpack .../20-libxrender1_1%3a0.9.12-1_i386.deb ... - Unpacking libxrender1:i386 (1:0.9.12-1) ... - Selecting previously unselected package libxft2:i386. - Preparing to unpack .../21-libxft2_2.3.6-1+b4_i386.deb ... - Unpacking libxft2:i386 (2.3.6-1+b4) ... - Selecting previously unselected package libxrender-dev:i386. - Preparing to unpack .../22-libxrender-dev_1%3a0.9.12-1_i386.deb ... - Unpacking libxrender-dev:i386 (1:0.9.12-1) ... - Selecting previously unselected package libxft-dev:i386. - Preparing to unpack .../23-libxft-dev_2.3.6-1+b4_i386.deb ... - Unpacking libxft-dev:i386 (2.3.6-1+b4) ... - Selecting previously unselected package pkg-config:i386. - Preparing to unpack .../24-pkg-config_1.8.1-4_i386.deb ... - Unpacking pkg-config:i386 (1.8.1-4) ... - Setting up bzip2-doc (1.0.8-6) ... - Setting up libxrender1:i386 (1:0.9.12-1) ... - Setting up libpkgconf3:i386 (1.8.1-4) ... - Setting up libexpat1-dev:i386 (2.7.1-2) ... - Setting up uuid-dev:i386 (2.41-5) ... - Setting up fonts-dejavu-mono (2.37-8) ... - Setting up libpng16-16t64:i386 (1.6.48-1+deb13u1) ... - Setting up fonts-dejavu-core (2.37-8) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up zlib1g-dev:i386 (1:1.3.dfsg+really1.3.1-1+b1) ... - Setting up libxrender-dev:i386 (1:0.9.12-1) ... - Setting up libbrotli-dev:i386 (1.1.0-2+b7) ... - Setting up libbz2-dev:i386 (1.0.8-6) ... - Setting up libpng-tools (1.6.48-1+deb13u1) ... - Setting up fontconfig-config (2.15.0-2.3) ... - Setting up libpng-dev:i386 (1.6.48-1+deb13u1) ... - Setting up pkgconf:i386 (1.8.1-4) ... - Setting up libfreetype6:i386 (2.13.3+dfsg-1) ... - Setting up pkg-config:i386 (1.8.1-4) ... - Setting up libfontconfig1:i386 (2.15.0-2.3) ... - Setting up libxft2:i386 (2.3.6-1+b4) ... - Setting up libfreetype-dev:i386 (2.13.3+dfsg-1) ... - Setting up libfontconfig-dev:i386 (2.15.0-2.3) ... - Setting up libxft-dev:i386 (2.3.6-1+b4) ... - Setting up libfontconfig1-dev:i386 (2.15.0-2.3) ... - Processing triggers for libc-bin (2.41-12+deb13u1) ... # To update the current shell environment, run: eval $(opam env) 2026-02-13 09:35.04 ---> saved as "49f18cbb1997a784e2d7d965bde8d45660c586487d38ae4716e2ff2a0bcde02b" /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 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-13 09:37.06 ---> saved as "8c1e16c38ba99e7703c2a402d59b1f2f29cdda7746e52c2135bb8dd67d2a028d" /src: (copy (src .) (dst /src)) 2026-02-13 09:37.06 ---> saved as "895c643e82276eb02acd77d9cb6a202a6d6556bce733ec06b2a8b864f956f824" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-02-13 09:37.08 ---> saved as "1feae9f8f621688efb3ef5c863e23f3a869e8ef641ee6272286549e7a50307c8" Job succeeded 2026-02-13 09:37.08: Job succeeded