2025-10-18 16:34.40: New job: test edwintorok/dune-compiledb https://github.com/edwintorok/dune-compiledb.git#refs/heads/main (f0441721de9b4d1c8418a41ff6fc3f715505e7f0) (linux-x86_64:ubuntu-25.10-4.14_opam-2.4) Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c Opam project build To reproduce locally: git clone --recursive "https://github.com/edwintorok/dune-compiledb.git" -b "main" && cd "dune-compiledb" && git reset --hard f0441721 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c # ubuntu-25.10-4.14_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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.20.2 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.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 topkg.1.1.0 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --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 2025-10-18 16:34.40: Using cache hint "edwintorok/dune-compiledb-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c-ubuntu-25.10-4.14_opam-2.4-c7e9b1024f123c60ccc26dfeb98383e8" 2025-10-18 16:34.40: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c) (comment ubuntu-25.10-4.14_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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 (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 cstruct.6.2.0 dune.3.20.2 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.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 topkg.1.1.0 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 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")) ) 2025-10-18 16:34.40: Waiting for resource in pool OCluster 2025-10-18 17:03.27: Waiting for worker… 2025-10-18 17:05.24: Got resource from pool OCluster Building on asteria.caelum.ci.dev hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /var/cache/obuilder/ocluster/git/dune-compiledb.git-7df3878ccf9e8b3d9833f06124e622d89ec1b7e5/.git/ HEAD is now at f044172 fix typo (from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c) Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c' locally docker.io/ocaml/opam@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c: Pulling from ocaml/opam 09b5babaae6e: Pulling fs layer 09b5babaae6e: Waiting 09b5babaae6e: Verifying Checksum 09b5babaae6e: Download complete 09b5babaae6e: Pull complete Digest: sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c Status: Downloaded newer image for ocaml/opam@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c 2025-10-18 17:05.24 ---> using "4bb524c5ac376e905d12bf07ab85efde21b22703e1e8c4a2340bb1d1a5dd0bb6" from cache /: (comment ubuntu-25.10-4.14_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-10-18 17:05.24 ---> using "e7fe34bef1f4a3cf3fea56bfa8fc19de138fc03593ef77d93f046f8dd86ef998" 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-10-18 17:05.24 ---> using "b31b7b2b78c05ed0ba05fcad3a1db354fff2fbbbbf0622cb47270b696e972e1f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-157-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-10-18 17:05.24 ---> using "d1f18ef7559600b2f420abfee8f935496e6eab1a5e1371674d92a9cff445ec40" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-18 17:05.24 ---> using "e78850dd5dca249f713f2578d647d2a58eac45ffc61ed94486d537e71e021813" 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")) 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-10-18 17:05.24 ---> using "cef516c1f6ac53430ee47f485b6e27f536af2cde4727484f8c34cdad904aac3a" from cache /src: (copy (src dune-compiledb.opam) (dst ./)) 2025-10-18 17:05.25 ---> saved as "3e8d1831193fe8fd7372f2ca8a09b3203a1a06309b340376b7d27dd2197c5437" /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) 2025-10-18 17:05.27 ---> saved as "e01bb8c1f4c123508535441a273d71429ac4955ba46e62d755df6bd26bf0d7f7" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-18 17:05.27 ---> saved as "048e1afdf36ceb1650aa1ca6d8b25ad58c5d912abb54ebe73b7786ab6f5ac991" /src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.20.2 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.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 topkg.1.1.0 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 dune-compiledb.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB] - Hit:2 http://archive.ubuntu.com/ubuntu questing InRelease - Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB] - Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB] - Fetched 404 kB in 0s (1601 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [dune-compiledb.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-10-18 17:05.41 ---> saved as "fb8c64964d6b481689b21e188c69dce6fb9307d16cbe7ae70f088c8dc427bf1d" /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 16 packages - install astring 0.8.5 - install cstruct 6.2.0 - install dune 3.20.2 - 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.0 - 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 jsonm.1.0.2 (cached) -> retrieved num.1.6 (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.0 (cached) -> retrieved dune.3.20.2 (cached) -> installed num.1.6 -> 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 astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed dune.3.20.2 -> 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) 2025-10-18 17:06.54 ---> saved as "f1c58c64f897ebe0d4f1446af84f8b9acc869068661335a2ef4afd52646b4349" /src: (copy (src .) (dst /src)) 2025-10-18 17:06.55 ---> saved as "0f5aeb0beb01d8a69dca8a64515f25ecc3ceb76a0ba21b1fb49dc71a85666462" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-10-18 17:06.57 ---> saved as "fbd641378135130165693b55de9551cf476d6015c94ddd5cc46ffd77d832cb12" Job succeeded 2025-10-18 17:06.57: Job succeeded