2025-09-15 18:37.05: New job: test ocaml-doc/voodoo https://github.com/ocaml-doc/voodoo.git#refs/heads/main (dc54397f66abf95c964ea4de0f3a0ff2aec56efe) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-doc/voodoo.git" -b "main" && cd "voodoo" && git reset --hard dc54397f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176
# debian-13-4.08_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam ./
RUN opam pin add -yn voodoo-prep.dev './' && \
opam pin add -yn voodoo-lib.dev './' && \
opam pin add -yn voodoo-gen.dev './' && \
opam pin add -yn voodoo-do.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.1.4 camlp-streams.5.0.1 cmdliner.1.0.4 conf-autoconf.0.1 conf-automake.1 conf-jq.1 conf-m4.1 conf-pandoc.0.1 conf-which.1 cppo.1.6.1 crunch.3.2.0 dune.3.10.0 dune-build-info.2.9.3 fmt.0.8.6 fpath.0.7.1 jbuilder.1.0+beta20.1 logs.0.7.0 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 odoc.3.0.0 odoc-parser.3.0.0 omd.2.0.0~alpha3 opam-core.2.0.0 opam-file-format.2.0.0 opam-format.2.0.0 ptime.0.8.5 re.1.7.2 result.1.5 rresult.0.6.0 seq.0.3 sexplib.v0.9.3 stdcompat.16 stdlib-shims.0.1.0 topkg.1.0.8 tyxml.4.4.0 uucp.14.0.0 uuidm.0.9.7 uunf.14.0.0 uutf.1.0.3 yojson.2.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.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
2025-09-15 18:37.05: Using cache hint "ocaml-doc/voodoo-ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176-debian-13-4.08_opam-2.4-dc3f7420e29a9e6ebc6a4819c2d514e8"
2025-09-15 18:37.05: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176)
(comment debian-13-4.08_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam)
(dst ./))
(run (network host)
(shell "opam pin add -yn voodoo-prep.dev './' && \
\nopam pin add -yn voodoo-lib.dev './' && \
\nopam pin add -yn voodoo-gen.dev './' && \
\nopam pin add -yn voodoo-do.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.1.4 camlp-streams.5.0.1 cmdliner.1.0.4 conf-autoconf.0.1 conf-automake.1 conf-jq.1 conf-m4.1 conf-pandoc.0.1 conf-which.1 cppo.1.6.1 crunch.3.2.0 dune.3.10.0 dune-build-info.2.9.3 fmt.0.8.6 fpath.0.7.1 jbuilder.1.0+beta20.1 logs.0.7.0 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 odoc.3.0.0 odoc-parser.3.0.0 omd.2.0.0~alpha3 opam-core.2.0.0 opam-file-format.2.0.0 opam-format.2.0.0 ptime.0.8.5 re.1.7.2 result.1.5 rresult.0.6.0 seq.0.3 sexplib.v0.9.3 stdcompat.16 stdlib-shims.0.1.0 topkg.1.0.8 tyxml.4.4.0 uucp.14.0.0 uuidm.0.9.7 uunf.14.0.0 uutf.1.0.3 yojson.2.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 voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.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"))
)
2025-09-15 18:37.05: Waiting for resource in pool OCluster
2025-09-15 21:52.28: Waiting for worker…
2025-09-15 21:55.03: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at dc54397f Upgrade to odoc.2.4.1 (#128)
(from ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176' locally
docker.io/ocaml/opam@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176: Pulling from ocaml/opam
d2a188516622: Pulling fs layer
d2a188516622: Waiting
d2a188516622: Verifying Checksum
d2a188516622: Download complete
d2a188516622: Pull complete
Digest: sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176
Status: Downloaded newer image for ocaml/opam@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176
2025-09-15 21:55.03 ---> using "4f143e25e7620fadf6d4819085e998cd063e4132d1bf4b7e768f2c9645e2385a" from cache
/: (comment debian-13-4.08_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-15 21:55.03 ---> using "43ec064e3f42ede32eadcb6103eb90c2aa5fe5ca842cc91b1d25af5d96ab1a36" 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
2025-09-15 21:55.03 ---> using "841a29021c0cb0b2431db67bb7df9c0d40fdf29cb4a1a3947637664c354118ba" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 4.08.1
2.4.1
2025-09-15 21:55.03 ---> using "d14cf0dfdde2f370395de335172c0ece77c3abd5f3f345be62462de079ddf56e" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-09-15 21:55.03 ---> using "d62d4feecdbb5f1ec79c3897ea00eed3e99d38491f7c23375a96056b1bdbd6db" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))
b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819
<><> 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-15 21:55.03 ---> using "8332a244711fa38e1588ce6e57c22400fcdfef105a6d19f04d8938bc259ca41e" from cache
/src: (copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam)
(dst ./))
2025-09-15 21:55.03 ---> saved as "e4f9a95123b1a0f324c18d14ea8a160f1d7a03369c4883812c554ad33523f628"
/src: (run (network host)
(shell "opam pin add -yn voodoo-prep.dev './' && \
\nopam pin add -yn voodoo-lib.dev './' && \
\nopam pin add -yn voodoo-gen.dev './' && \
\nopam pin add -yn voodoo-do.dev './'"))
[NOTE] Package voodoo-prep does not exist in opam repositories registered in the current switch.
[voodoo-prep.dev] synchronised (file:///src)
voodoo-prep is now pinned to file:///src (version dev)
[NOTE] Package voodoo-lib does not exist in opam repositories registered in the current switch.
[voodoo-lib.dev] synchronised (file:///src)
voodoo-lib is now pinned to file:///src (version dev)
[NOTE] Package voodoo-gen does not exist in opam repositories registered in the current switch.
[voodoo-gen.dev] synchronised (file:///src)
voodoo-gen is now pinned to file:///src (version dev)
[NOTE] Package voodoo-do does not exist in opam repositories registered in the current switch.
[voodoo-do.dev] synchronised (file:///src)
voodoo-do is now pinned to file:///src (version dev)
2025-09-15 21:55.08 ---> saved as "80e2fa9fd1c343e024c25335116ed992e8c3fe683e337b0bb3be755e653d604e"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-15 21:55.08 ---> saved as "a16cd7f619ce23037be6c31949cbea02a1306519cc77c1120b38703af494b144"
/src: (env DEPS "alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.1.4 camlp-streams.5.0.1 cmdliner.1.0.4 conf-autoconf.0.1 conf-automake.1 conf-jq.1 conf-m4.1 conf-pandoc.0.1 conf-which.1 cppo.1.6.1 crunch.3.2.0 dune.3.10.0 dune-build-info.2.9.3 fmt.0.8.6 fpath.0.7.1 jbuilder.1.0+beta20.1 logs.0.7.0 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 odoc.3.0.0 odoc-parser.3.0.0 omd.2.0.0~alpha3 opam-core.2.0.0 opam-file-format.2.0.0 opam-format.2.0.0 ptime.0.8.5 re.1.7.2 result.1.5 rresult.0.6.0 seq.0.3 sexplib.v0.9.3 stdcompat.16 stdlib-shims.0.1.0 topkg.1.0.8 tyxml.4.4.0 uucp.14.0.0 uuidm.0.9.7 uunf.14.0.0 uutf.1.0.3 yojson.2.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 voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.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 amd64 Packages [40.2 kB]
- Fetched 131 kB in 0s (1613 kB/s)
- Reading package lists...
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-do.dev] synchronised (file:///src)
[voodoo-gen.dev] synchronised (file:///src)
[voodoo-lib.dev] synchronised (file:///src)
[voodoo-prep.dev] synchronised (file:///src)
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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 system packages will first need to be installed:
autoconf automake jq m4 pandoc
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" "automake" "jq" "m4" "pandoc"
- Selecting previously unselected package m4.
- (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 ... 20622 files and directories currently installed.)
- Preparing to unpack .../00-m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../01-autoconf_2.72-3.1_all.deb ...
- Unpacking autoconf (2.72-3.1) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../02-autotools-dev_20240727.1_all.deb ...
- Unpacking autotools-dev (20240727.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../03-automake_1%3a1.17-4_all.deb ...
- Unpacking automake (1:1.17-4) ...
- Selecting previously unselected package libonig5:amd64.
- Preparing to unpack .../04-libonig5_6.9.9-1+b1_amd64.deb ...
- Unpacking libonig5:amd64 (6.9.9-1+b1) ...
- Selecting previously unselected package libjq1:amd64.
- Preparing to unpack .../05-libjq1_1.7.1-6+deb13u1_amd64.deb ...
- Unpacking libjq1:amd64 (1.7.1-6+deb13u1) ...
- Selecting previously unselected package jq.
- Preparing to unpack .../06-jq_1.7.1-6+deb13u1_amd64.deb ...
- Unpacking jq (1.7.1-6+deb13u1) ...
- Selecting previously unselected package liblua5.4-0:amd64.
- Preparing to unpack .../07-liblua5.4-0_5.4.7-1+b2_amd64.deb ...
- Unpacking liblua5.4-0:amd64 (5.4.7-1+b2) ...
- Selecting previously unselected package libnuma1:amd64.
- Preparing to unpack .../08-libnuma1_2.0.19-1_amd64.deb ...
- Unpacking libnuma1:amd64 (2.0.19-1) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../09-libyaml-0-2_0.2.5-2_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-2) ...
- Selecting previously unselected package pandoc-data.
- Preparing to unpack .../10-pandoc-data_3.1.11.1-3_all.deb ...
- Unpacking pandoc-data (3.1.11.1-3) ...
- Selecting previously unselected package pandoc.
- Preparing to unpack .../11-pandoc_3.1.11.1+ds-2_amd64.deb ...
- Unpacking pandoc (3.1.11.1+ds-2) ...
- Setting up libyaml-0-2:amd64 (0.2.5-2) ...
- Setting up m4 (1.4.19-8) ...
- Setting up autotools-dev (20240727.1) ...
- Setting up autoconf (2.72-3.1) ...
- Setting up libnuma1:amd64 (2.0.19-1) ...
- Setting up liblua5.4-0:amd64 (5.4.7-1+b2) ...
- Setting up pandoc-data (3.1.11.1-3) ...
- Setting up libonig5:amd64 (6.9.9-1+b1) ...
- Setting up automake (1:1.17-4) ...
- update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode
- Setting up libjq1:amd64 (1.7.1-6+deb13u1) ...
- Setting up pandoc (3.1.11.1+ds-2) ...
- Setting up jq (1.7.1-6+deb13u1) ...
- Processing triggers for libc-bin (2.41-12) ...
2025-09-15 21:55.21 ---> saved as "ad51ba11a1ce55f6d010ac3ce53997a9f6239e6f10b511b59f3e75b61a5a242b"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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 45 packages
- install alcotest 1.0.1
- install astring 0.8.3
- install base-bytes base
- install bos 0.1.4
- install camlp-streams 5.0.1
- install cmdliner 1.0.4
- install conf-autoconf 0.1
- install conf-automake 1
- install conf-jq 1
- install conf-m4 1
- install conf-pandoc 0.1
- install conf-which 1
- install cppo 1.6.1
- install crunch 3.2.0
- install dune 3.10.0
- install dune-build-info 2.9.3
- install fmt 0.8.6
- install fpath 0.7.1
- install jbuilder 1.0+beta20.1 (deprecated)
- install logs 0.7.0
- install num 1.5
- install ocamlbuild 0.14.0
- install ocamlfind 1.8.0
- install ocamlgraph 1.8.8
- install odoc 3.0.0
- install odoc-parser 3.0.0
- install omd 2.0.0~alpha3
- install opam-core 2.0.0
- install opam-file-format 2.0.0
- install opam-format 2.0.0
- install ptime 0.8.5
- install re 1.7.2
- install result 1.5
- install rresult 0.6.0
- install seq 0.3
- install sexplib v0.9.3
- install stdcompat 16
- install stdlib-shims 0.1.0
- install topkg 1.0.8
- install tyxml 4.4.0
- install uucp 14.0.0
- install uuidm 0.9.7
- install uunf 14.0.0
- install uutf 1.0.3
- install yojson 2.1.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.0.1 (cached)
-> retrieved astring.0.8.3 (cached)
-> retrieved bos.0.1.4 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.1.0.4 (cached)
-> retrieved cppo.1.6.1 (cached)
-> installed conf-jq.1
-> installed conf-m4.1
-> installed conf-pandoc.0.1
-> installed conf-which.1
-> retrieved crunch.3.2.0 (cached)
-> installed conf-autoconf.0.1
-> retrieved fmt.0.8.6 (cached)
-> retrieved fpath.0.7.1 (cached)
-> retrieved jbuilder.1.0+beta20.1 (cached)
-> retrieved dune-build-info.2.9.3 (cached)
-> retrieved dune.3.10.0 (cached)
-> retrieved logs.0.7.0 (cached)
-> retrieved num.1.5 (cached)
-> retrieved ocamlbuild.0.14.0 (cached)
-> retrieved ocamlfind.1.8.0 (cached)
-> retrieved ocamlgraph.1.8.8 (cached)
-> installed cmdliner.1.0.4
-> installed conf-automake.1
-> retrieved omd.2.0.0~alpha3 (cached)
-> retrieved opam-core.2.0.0, opam-format.2.0.0 (cached)
-> retrieved odoc.3.0.0, odoc-parser.3.0.0 (cached)
-> installed num.1.5
-> retrieved opam-file-format.2.0.0 (cached)
-> retrieved ptime.0.8.5 (cached)
-> retrieved re.1.7.2 (cached)
-> retrieved result.1.5 (cached)
-> retrieved rresult.0.6.0 (cached)
-> retrieved seq.0.3 (cached)
-> retrieved sexplib.v0.9.3 (cached)
-> retrieved stdcompat.16 (cached)
-> retrieved stdlib-shims.0.1.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved tyxml.4.4.0 (cached)
-> retrieved uuidm.0.9.7 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved uunf.14.0.0 (cached)
-> retrieved uucp.14.0.0 (cached)
-> retrieved yojson.2.1.0 (cached)
-> installed opam-file-format.2.0.0
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed cppo.1.6.1
-> installed re.1.7.2
-> installed sexplib.v0.9.3
-> installed topkg.1.0.8
-> installed uuidm.0.9.7
-> installed uutf.1.0.3
-> installed ocamlgraph.1.8.8
-> installed astring.0.8.3
-> installed dune.3.10.0
-> installed opam-core.2.0.0
-> installed camlp-streams.5.0.1
-> installed seq.0.3
-> installed result.1.5
-> installed dune-build-info.2.9.3
-> installed stdlib-shims.0.1.0
-> installed fpath.0.7.1
-> installed rresult.0.6.0
-> installed odoc-parser.3.0.0
-> installed fmt.0.8.6
-> installed yojson.2.1.0
-> installed ptime.0.8.5
-> installed alcotest.1.0.1
-> installed crunch.3.2.0
-> installed logs.0.7.0
-> installed tyxml.4.4.0
-> installed opam-format.2.0.0
-> installed uunf.14.0.0
-> installed bos.0.1.4
[ERROR] The compilation of stdcompat.16 failed at "make all".
-> installed odoc.3.0.0
-> installed uucp.14.0.0
#=== ERROR while compiling stdcompat.16 =======================================#
# context 2.4.1 | linux/x86_64 | ocaml-base-compiler.4.08.1 | git+file:///home/opam/opam-repository
# path ~/.opam/4.08/.opam-switch/build/stdcompat.16
# command /usr/bin/make all
# exit-code 2
# env-file ~/.opam/log/stdcompat-1-ac19cd.env
# output-file ~/.opam/log/stdcompat-1-ac19cd.out
### output ###
# cd . && /bin/bash /home/opam/.opam/4.08/.opam-switch/build/stdcompat.16/missing automake-1.15 --foreign
# /home/opam/.opam/4.08/.opam-switch/build/stdcompat.16/missing: line 81: automake-1.15: command not found
# WARNING: 'automake-1.15' is missing on your system.
# You should only need it if you modified 'Makefile.am' or
# 'configure.ac' or m4 files included by 'configure.ac'.
# The 'automake' program is part of the GNU Automake package:
# <http://www.gnu.org/software/automake>
# It also requires GNU Autoconf, GNU m4 and Perl in order to run:
# <http://www.gnu.org/software/autoconf>
# <http://www.gnu.org/software/m4/>
# <http://www.perl.org/>
# make: *** [Makefile:843: Makefile.in] Error 1
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build stdcompat 16
+-
+- The following changes have been performed (the rest was aborted)
| - install alcotest 1.0.1
| - install astring 0.8.3
| - install base-bytes base
| - install bos 0.1.4
| - install camlp-streams 5.0.1
| - install cmdliner 1.0.4
| - install conf-autoconf 0.1
| - install conf-automake 1
| - install conf-jq 1
| - install conf-m4 1
| - install conf-pandoc 0.1
| - install conf-which 1
| - install cppo 1.6.1
| - install crunch 3.2.0
| - install dune 3.10.0
| - install dune-build-info 2.9.3
| - install fmt 0.8.6
| - install fpath 0.7.1
| - install jbuilder 1.0+beta20.1
| - install logs 0.7.0
| - install num 1.5
| - install ocamlbuild 0.14.0
| - install ocamlfind 1.8.0
| - install ocamlgraph 1.8.8
| - install odoc 3.0.0
| - install odoc-parser 3.0.0
| - install opam-core 2.0.0
| - install opam-file-format 2.0.0
| - install opam-format 2.0.0
| - install ptime 0.8.5
| - install re 1.7.2
| - install result 1.5
| - install rresult 0.6.0
| - install seq 0.3
| - install sexplib v0.9.3
| - install stdlib-shims 0.1.0
| - install topkg 1.0.8
| - install tyxml 4.4.0
| - install uucp 14.0.0
| - install uuidm 0.9.7
| - install uunf 14.0.0
| - install uutf 1.0.3
| - install yojson 2.1.0
+-
<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.08/.opam-switch/backup/state-20250915215521.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2025-09-15 21:56.03: Job failed: Failed: Build failed