2025-09-16 10:10.32: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/main (047742108d3809f4bab88ccc82ab82dec84fc3fc) (linux-x86_64:fedora-42-4.14_opam-2.4)
Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:6cce0d246ebc8da6c5e03254f52b00258b39625608db5ba70e275a51db9a4ef5
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "main" && cd "gospel" && git reset --hard 04774210
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:6cce0d246ebc8da6c5e03254f52b00258b39625608db5ba70e275a51db9a4ef5
# fedora-42-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gospel.opam ./
RUN opam pin add -yn gospel.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.36.0 ptime.1.2.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y gospel.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-16 10:10.32: Using cache hint "ocaml-gospel/gospel-ocaml/opam:fedora-42-ocaml-4.14@sha256:6cce0d246ebc8da6c5e03254f52b00258b39625608db5ba70e275a51db9a4ef5-fedora-42-4.14_opam-2.4-9f6f4f6cae3f5a3ca66613bcf279fd72"
2025-09-16 10:10.32: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:6cce0d246ebc8da6c5e03254f52b00258b39625608db5ba70e275a51db9a4ef5)
(comment fedora-42-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src gospel.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn gospel.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.36.0 ptime.1.2.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4")
(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 gospel.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-16 10:10.32: Waiting for resource in pool OCluster
2025-09-16 10:10.32: Waiting for worker…
2025-09-16 10:11.07: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 0477421 Merge pull request #451 from mrjazzybread/Documentation
(from ocaml/opam:fedora-42-ocaml-4.14@sha256:6cce0d246ebc8da6c5e03254f52b00258b39625608db5ba70e275a51db9a4ef5)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:6cce0d246ebc8da6c5e03254f52b00258b39625608db5ba70e275a51db9a4ef5' locally
docker.io/ocaml/opam@sha256:6cce0d246ebc8da6c5e03254f52b00258b39625608db5ba70e275a51db9a4ef5: Pulling from ocaml/opam
e6cae5f24fad: Pulling fs layer
e6cae5f24fad: Verifying Checksum
e6cae5f24fad: Download complete
e6cae5f24fad: Pull complete
Digest: sha256:6cce0d246ebc8da6c5e03254f52b00258b39625608db5ba70e275a51db9a4ef5
Status: Downloaded newer image for ocaml/opam@sha256:6cce0d246ebc8da6c5e03254f52b00258b39625608db5ba70e275a51db9a4ef5
2025-09-16 10:11.08 ---> using "41737538456847067d1d37fba8d6ad0b2b0b892b2746c6a95248cca5a2686765" from cache
/: (comment fedora-42-4.14_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 42 - x86_64 100% | 63.7 KiB/s | 25.7 KiB | 00m00s
Fedora 42 openh264 (From Cisco) - x86_ 100% | 3.9 KiB/s | 986.0 B | 00m00s
Fedora 42 - x86_64 - Updates 100% | 121.8 KiB/s | 18.4 KiB | 00m00s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.
Nothing to do.
2025-09-16 10:11.08 ---> using "a28b38a0e1fbe62c47fb2eda820c729805e8393ea286ee036b9011c053719220" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-09-16 10:11.08 ---> using "cf3ab9ba5927403959765db623053246df281767595cb3061e28156afe643252" 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-16 10:11.08 ---> using "e84a3b5ee7eefa40959681db3923f58d8b9f15496b44c0ceaf2d4975abee0f79" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-09-16 10:11.08 ---> using "e8694535dad70a6da944de4043ea4d62c9de7016a0c2a9c46d00b452fc864545" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-09-16 10:11.08 ---> using "110037ed78f63dff22b311fea760e755e4902a23efb8071a5ff9d2c7b47731f1" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
ee24528071..7949ff40d8 master -> origin/master
6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc
<><> 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-16 10:11.08 ---> using "e3aef7bd0912689e6a7c91c0779c3e35796561327d455b2e72ec1640439a344c" from cache
/src: (copy (src gospel.opam) (dst ./))
2025-09-16 10:11.08 ---> saved as "e199f537409a40e9f89edc3135d7bc77d865d44d6dc41afce88f9556eb79300b"
/src: (run (network host)
(shell "opam pin add -yn gospel.dev './'"))
[gospel.dev] synchronised (file:///src)
gospel is now pinned to file:///src (version dev)
2025-09-16 10:11.10 ---> saved as "cb7385007c5727f8a46787c9f892f1198307e0daae16be5e8c9f73ba57fed8d5"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-16 10:11.11 ---> saved as "c97cac0756bd3f97d78cb9294b6200c268be40c9a4cb59574a24912dbd17175e"
/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.36.0 ptime.1.2.0 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4")
/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 gospel.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 42 - x86_64 - Updates 100% | 39.0 KiB/s | 8.1 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.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-16 10:11.48 ---> saved as "da26cd7b73d775da1818e50dce9a242d6eacb48543be991226d3ed87defe5899"
/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 34 packages
- install astring 0.8.5
- install camlp-streams 5.0.1
- install cmdliner 1.3.0
- install cppo 1.8.0
- install crunch 4.0.0
- install dune 3.20.2
- install dune-build-info 3.20.2
- install fmt 0.11.0
- install fpath 0.7.3
- install inferno 20220603
- install menhir 20250912
- install menhirCST 20250912
- install menhirLib 20250912
- install menhirSdk 20250912
- install ocaml-compiler-libs v0.12.4
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install odoc 3.1.0
- install odoc-parser 3.1.0
- install pp_loc 2.1.0
- install pprint 20230830
- install ppx_blob 0.9.0
- install ppx_derivers 1.2.1
- install ppx_deriving 6.1.1
- install ppxlib 0.36.0
- install ptime 1.2.0
- install re 1.13.2
- install seq base
- install sexplib0 v0.17.0
- install stdlib-shims 0.3.0
- install topkg 1.1.0
- install tyxml 4.6.0
- install unionFind 20250818
- install uutf 1.0.4
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved crunch.4.0.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved inferno.20220603 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved dune.3.20.2, dune-build-info.3.20.2 (cached)
-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)
-> retrieved pp_loc.2.1.0 (cached)
-> retrieved pprint.20230830 (cached)
-> retrieved ppx_blob.0.9.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved seq.base (cached)
-> retrieved re.1.13.2 (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> retrieved tyxml.4.6.0 (cached)
-> retrieved ppxlib.0.36.0 (cached)
-> retrieved unionFind.20250818 (cached)
-> retrieved uutf.1.0.4 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.20.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed crunch.4.0.0
-> installed menhirCST.20250912
-> installed pp_loc.2.1.0
-> installed pprint.20230830
-> installed ppx_derivers.1.2.1
-> installed menhirSdk.20250912
-> installed stdlib-shims.0.3.0
-> installed unionFind.20250818
-> installed sexplib0.v0.17.0
-> installed menhirLib.20250912
-> installed odoc-parser.3.1.0
-> installed re.1.13.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed inferno.20220603
-> installed dune-build-info.3.20.2
-> installed tyxml.4.6.0
-> installed odoc.3.1.0
-> installed menhir.20250912
-> installed ppxlib.0.36.0
-> installed ppx_blob.0.9.0
-> installed ppx_deriving.6.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-16 10:13.18 ---> saved as "44dd20aa1fa9d175bb922965e1a149c70ef0a2813616ac1263b35c03625fb3c2"
/src: (copy (src .) (dst /src))
2025-09-16 10:13.19 ---> saved as "a114700d6c9ebc94eb2ccbe19cd36912b16111aad9bdbddec5432291bb1c9382"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-09-16 10:13.28 ---> saved as "0cb62304b647be519deaecb8dcbaa2342459a5919e06d001be0b60034b076d64"
Job succeeded
2025-09-16 10:13.28: Job succeeded