Organisationsedwintorokdune-compiledb31e2a6 (main)debian-13-4.14+flambda_opam-2.5

debian-13-4.14+flambda_opam-2.5

Link Copied
Code Copied

Logs

2026-04-13 12:56.35: New job: test edwintorok/dune-compiledb https://github.com/edwintorok/dune-compiledb.git#refs/heads/main (31e2a6c6e78e95752dd7b6e34875449b49afa157) (linux-x86_64:debian-13-4.14+flambda_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/edwintorok/dune-compiledb.git" -b "main" && cd "dune-compiledb" && git reset --hard 31e2a6c6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88
# debian-13-4.14+flambda_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 dune-compiledb.opam ./
RUN opam pin add -yn dune-compiledb.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.22.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 num.1.6 ocaml.4.14.3 ocaml-config.2 ocaml-variants.4.14.3+options ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 topkg.1.1.1 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y dune-compiledb.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-04-13 12:56.35: Using cache hint "edwintorok/dune-compiledb-ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88-debian-13-4.14+flambda_opam-2.5-133c7419f00ee3d80d7406154e75359a"
2026-04-13 12:56.35: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88)
(comment debian-13-4.14+flambda_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src dune-compiledb.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn dune-compiledb.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.22.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 num.1.6 ocaml.4.14.3 ocaml-config.2 ocaml-variants.4.14.3+options ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 topkg.1.1.1 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.5 --depext-only -y dune-compiledb.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-04-13 12:56.35: Connecting to build cluster…
2026-04-13 12:56.35: Waiting for resource in pool OCluster
2026-04-13 12:56.59: Waiting for worker…
2026-04-13 12:58.04: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 31e2a6c ci update


(from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88' locally
docker.io/ocaml/opam@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88: Pulling from ocaml/opam
Digest: sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88
Status: Downloaded newer image for ocaml/opam@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88
2026-04-13 12:58.04 ---> using "56f369bc7c73ce6f148f0a2f412d9c3c7c780db13a6ec27166a36753d4875a52" from cache


/: (comment debian-13-4.14+flambda_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-04-13 12:58.04 ---> using "087ed943498ca8425bbfcdbb4626243bbb1e20c97fad6beb9fa73dbfd9213294" 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-04-13 12:58.04 ---> using "441cbf86a1a9aa9170c8a971e5eae1f82cb9490c691d2410c5ae67cca3173687" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 4.14.3
2.5.0
2026-04-13 12:58.04 ---> using "a90eb38da1e52aab49f43fe140d5dee664d6e84900211ead7be06dc1d4786331" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-13 12:58.04 ---> using "44d363dbd17fb794423c81b4e021ff25b87f13aa64be5abbecd5b894c6a4d7ee" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.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.5.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-04-13 12:58.04 ---> using "3a484cc2f1eb5e43edb1e57edb58a90f84ccf748658842419c85c029eb883178" from cache


/src: (copy (src dune-compiledb.opam) (dst ./))
2026-04-13 12:58.04 ---> saved as "7381139f257422c7fb60ddda79b1a98db40ff0d4018f31988c2dd5da62ed0660"


/src: (run (network host)
(shell "opam pin add -yn dune-compiledb.dev './'"))
[dune-compiledb.dev] synchronised (file:///src)
dune-compiledb is now pinned to file:///src (version dev)
2026-04-13 12:58.07 ---> saved as "c92112111bc3eb9f52d84f4d71930e519c112c035f8bbe659e85a05b6de9b517"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-13 12:58.08 ---> saved as "416d9c5b2018d807910dd22b5c472d486424596769fe1008d15d0d41b05d2aeb"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.22.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 num.1.6 ocaml.4.14.3 ocaml-config.2 ocaml-variants.4.14.3+options ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 topkg.1.1.1 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.5 --depext-only -y dune-compiledb.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 [122 kB]
- Fetched 213 kB in 0s (1119 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dune-compiledb.dev] synchronised (file:///src)


[NOTE] Package ocaml-variants is already installed (current version is 4.14.3+options).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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).
# To update the current shell environment, run: eval $(opam env)
2026-04-13 12:58.29 ---> saved as "3e676840605bdcad59f56956ce3d0ba779df8940a76475bfb18fe95feee43f68"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 4.14.3+options).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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 16 packages
- install astring    0.8.5
- install cstruct    6.2.0
- install dune       3.22.1
- install ezjsonm    1.3.0
- install fmt        0.11.0
- install fpath      0.7.3
- install hex        1.5.0
- install jsonm      1.0.2
- install num        1.6
- install ocamlbuild 0.16.1
- install ocamlfind  1.9.8
- install parsexp    v0.16.0
- install sexplib    v0.16.0
- install sexplib0   v0.16.0
- install topkg      1.1.1
- install uutf       1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.22.1  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.22.1
-> installed cstruct.6.2.0
-> installed sexplib0.v0.16.0
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 13:00.11 ---> saved as "595b3e650b091ea0f0c28e703c5dd3efd2a18ec046a0211c65b5821475564eab"


/src: (copy (src .) (dst /src))
2026-04-13 13:00.12 ---> saved as "1f445e7b3ae375db8f03a4baf48b8740c83eae5d4c6fda21778085bc52b75d1f"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/.main.eobjs/byte -I src/.main.eobjs/native -I /home/opam/.opam/4.14/lib/ezjsonm -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -intf-suffix .ml -no-alias-deps -opaque -o src/.main.eobjs/native/dune__exe__Main.cmx -c -impl src/main.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Astring_string, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Parsexp__Old_parser_cont_state, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Jsonm, and its interface was not compiled with -opaque
2026-04-13 13:00.13 ---> saved as "95f3eb3d8a34052d9ac07b25fd9d3f3599bbbb7d8b81c50a60d03f0cdac11a22"
Job succeeded
2026-04-13 13:00.13: Job succeeded