Organisationsmtelversmandelbrot14e08f (master)ubuntu-22.04-4.14_opam-2.5

ubuntu-22.04-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-02-26 07:25.13: New job: test mtelvers/mandelbrot https://github.com/mtelvers/mandelbrot.git#refs/heads/master (14e08f30f087994a19822546a55405d078acd0d3) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2
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:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2
# ubuntu-22.04-4.14_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-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-26 07:25.13: Using cache hint "mtelvers/mandelbrot-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2-ubuntu-22.04-4.14_opam-2.5-104bbdab757a3935207f67d9373dd1d7"
2026-02-26 07:25.13: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2)
(comment ubuntu-22.04-4.14_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-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-26 07:25.13: Waiting for resource in pool OCluster
2026-02-26 08:57.27: Waiting for worker…
2026-02-26 09:03.32: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at 14e08f3 Update README.md


(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:07ed2d7187463ff20113057fdb465434720c1c90e049a2938428b3283d675ce2)
2026-02-26 09:03.33 ---> using "3d96e6f94c8a4d508e65cc2ac01d726244331e452aa3e1936f2a66a1553b4f67" from cache


/: (comment ubuntu-22.04-4.14_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-26 09:03.33 ---> using "dc7a219d5d09ac0c81f5d787ac23e40636ca8158886ffe95dd3419f503094be2" 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-26 09:03.33 ---> using "4f2c84fe0ad2ca99dd7cbe75c91477ec4d2feec518a99eb23c4c0f2b2ba52b7e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-02-26 09:03.33 ---> using "b9133dea9cb606de16f55fcf4f6dde5b68bd24a15c7ad28e72b186afbeb8f5be" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-26 09:03.33 ---> using "5bcc7d9793612e85618bb17f0085f4a74fcebd50fbacfe6670c2bed80fd32f42" 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"))
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-26 09:03.33 ---> using "53fee805afc6ae71a8ed2869b6764480eca7ca2354e8f565c4e77652786d737c" from cache


/src: (copy (src mandelbrot.opam) (dst ./))
2026-02-26 09:03.34 ---> saved as "09f906ca8ba65d44f34faa7058f8ac5cb54288bd56bf15b9c2cec52ddd66679e"


/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-26 09:03.39 ---> saved as "14f61750db57ac220f2e5af38e18441fa817462f10223a5d383367032901a3cb"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-26 09:03.39 ---> saved as "25d5f665df467f49b98ad7cbf5e99636dd5aac3682396fc1a38376ab40d6b713"


/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://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1613 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6861 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4107 kB]
- Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6626 kB]
- Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3767 kB]
- Get:10 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1302 kB]
- Fetched 24.7 MB in 3s (7884 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"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libglib2.0-0: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 ... 15645 files and directories currently installed.)
- Preparing to unpack .../00-libglib2.0-0_2.72.4-0ubuntu2.9_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../01-libglib2.0-data_2.72.4-0ubuntu2.9_all.deb ...
- Unpacking libglib2.0-data (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package libicu70:amd64.
- Preparing to unpack .../02-libicu70_70.1-2_amd64.deb ...
- Unpacking libicu70:amd64 (70.1-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../03-libxml2_2.9.13+dfsg-1ubuntu0.11_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../04-shared-mime-info_2.1-2_amd64.deb ...
- Unpacking shared-mime-info (2.1-2) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../05-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../06-libbrotli-dev_1.0.9-2build6_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.0.9-2build6) ...
- Selecting previously unselected package libexpat1-dev:amd64.
- Preparing to unpack .../07-libexpat1-dev_2.4.7-1ubuntu0.7_amd64.deb ...
- Unpacking libexpat1-dev:amd64 (2.4.7-1ubuntu0.7) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../08-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
- Selecting previously unselected package libpng-dev:amd64.
- Preparing to unpack .../09-libpng-dev_1.6.37-3ubuntu0.4_amd64.deb ...
- Unpacking libpng-dev:amd64 (1.6.37-3ubuntu0.4) ...
- Selecting previously unselected package libfreetype-dev:amd64.
- Preparing to unpack .../10-libfreetype-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ...
- Unpacking libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ...
- Selecting previously unselected package libfreetype6-dev:amd64.
- Preparing to unpack .../11-libfreetype6-dev_2.11.1+dfsg-1ubuntu0.3_amd64.deb ...
- Unpacking libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ...
- Selecting previously unselected package uuid-dev:amd64.
- Preparing to unpack .../12-uuid-dev_2.37.2-4ubuntu3.4_amd64.deb ...
- Unpacking uuid-dev:amd64 (2.37.2-4ubuntu3.4) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../13-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
- Unpacking pkg-config (0.29.2-1ubuntu3) ...
- Selecting previously unselected package libfontconfig-dev:amd64.
- Preparing to unpack .../14-libfontconfig-dev_2.13.1-4.2ubuntu5_amd64.deb ...
- Unpacking libfontconfig-dev:amd64 (2.13.1-4.2ubuntu5) ...
- Selecting previously unselected package libfontconfig1-dev:amd64.
- Preparing to unpack .../15-libfontconfig1-dev_2.13.1-4.2ubuntu5_amd64.deb ...
- Unpacking libfontconfig1-dev:amd64 (2.13.1-4.2ubuntu5) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../16-libpng-tools_1.6.37-3ubuntu0.4_amd64.deb ...
- Unpacking libpng-tools (1.6.37-3ubuntu0.4) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../17-libxrender1_1%3a0.9.10-1build4_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1build4) ...
- Selecting previously unselected package libxft2:amd64.
- Preparing to unpack .../18-libxft2_2.3.4-1_amd64.deb ...
- Unpacking libxft2:amd64 (2.3.4-1) ...
- Selecting previously unselected package libxrender-dev:amd64.
- Preparing to unpack .../19-libxrender-dev_1%3a0.9.10-1build4_amd64.deb ...
- Unpacking libxrender-dev:amd64 (1:0.9.10-1build4) ...
- Selecting previously unselected package libxft-dev:amd64.
- Preparing to unpack .../20-libxft-dev_2.3.4-1_amd64.deb ...
- Unpacking libxft-dev:amd64 (2.3.4-1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1build4) ...
- Setting up xdg-user-dirs (0.17-2ubuntu4) ...
- Setting up libpng-tools (1.6.37-3ubuntu0.4) ...
- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.72.4-0ubuntu2.9) ...
- Setting up libexpat1-dev:amd64 (2.4.7-1ubuntu0.7) ...
- Setting up uuid-dev:amd64 (2.37.2-4ubuntu3.4) ...
- Setting up pkg-config (0.29.2-1ubuntu3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
- Setting up libxrender-dev:amd64 (1:0.9.10-1build4) ...
- Setting up libbrotli-dev:amd64 (1.0.9-2build6) ...
- Setting up libicu70:amd64 (70.1-2) ...
- Setting up libxft2:amd64 (2.3.4-1) ...
- Setting up libpng-dev:amd64 (1.6.37-3ubuntu0.4) ...
- Setting up libfreetype-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- Setting up libfontconfig-dev:amd64 (2.13.1-4.2ubuntu5) ...
- Setting up libfreetype6-dev:amd64 (2.11.1+dfsg-1ubuntu0.3) ...
- Setting up shared-mime-info (2.1-2) ...
- Setting up libxft-dev:amd64 (2.3.4-1) ...
- Setting up libfontconfig1-dev:amd64 (2.13.1-4.2ubuntu5) ...
- Processing triggers for libc-bin (2.35-0ubuntu3.13) ...
# To update the current shell environment, run: eval $(opam env)
2026-02-26 09:04.21 ---> saved as "fbdf2a7d10672a4df8c13560faa7fa8bf6eff59611ded1f6225537f8c0181dc7"


/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-26 09:06.20 ---> saved as "8f42c2ec6696335c945d24251838a0a1351c3a1f4bcc138aa3ab76b71c875610"


/src: (copy (src .) (dst /src))
2026-02-26 09:06.21 ---> saved as "c4351969b97c5ee02b646d752f96d96795b80429081aa21803f39058239389a6"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-02-26 09:06.23 ---> saved as "0ab935f0cc89e13f79a2d332fb9315627df4890eb60a2dab2d92a63c88a45a2c"
Job succeeded
2026-02-26 09:06.23: Job succeeded