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:fedora-43-4.14_opam-2.4) Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52 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:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52 # fedora-43-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 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:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52-fedora-43-4.14_opam-2.4-c7e9b1024f123c60ccc26dfeb98383e8" 2025-10-18 16:34.40: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52) (comment fedora-43-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 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.37: Waiting for worker… 2025-10-18 17:05.27: Got resource from pool OCluster Building on phoebe All commits already cached HEAD is now at f044172 fix typo (from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52) Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52' locally docker.io/ocaml/opam@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52: Pulling from ocaml/opam 3a6ccf50917d: Already exists 698b8d1610af: Already exists 7e5b745a56a4: Already exists e8859609bfb8: Already exists 51242d36b3fd: Already exists 61958fadfb74: Already exists 04578677ff3f: Already exists 01b19b859bd1: Already exists 47b008c442e7: Already exists 434ff16e8a1b: Already exists e2e8d2ec1110: Already exists bb8f1dbb2acd: Already exists c914fb01d9b0: Already exists acbc7d112060: Already exists 7b0ca93f3f54: Already exists 5a223856338a: Already exists ace6a731f305: Already exists a6230b7fafa0: Already exists 917f9b8155b5: Already exists 8f7a3b7d908f: Already exists 4f4fb700ef54: Already exists 7af8a72dec52: Already exists 9565a36b4e3a: Already exists a1ba7d9452a1: Already exists 24a9095bda75: Already exists 16c026bd2ca7: Already exists 6b821f07d597: Already exists afd0175f27f4: Already exists 88ab18f654c7: Already exists be69a91a3ef7: Already exists ce8a4e53f5e3: Already exists 3e2bdc6df5e4: Already exists ff986d64677f: Already exists 9c9f7117b120: Already exists 8bc6797e23fc: Already exists 07b81fe7312a: Already exists 43fc65bb52eb: Already exists a5d75845130a: Already exists 1eec13083f65: Already exists 502b0eef2b39: Pulling fs layer c1a5e9a62af8: Pulling fs layer 13ca68c1356e: Pulling fs layer b02e3b0a0c41: Pulling fs layer b02e3b0a0c41: Waiting c1a5e9a62af8: Verifying Checksum c1a5e9a62af8: Download complete 13ca68c1356e: Verifying Checksum 13ca68c1356e: Download complete b02e3b0a0c41: Verifying Checksum b02e3b0a0c41: Download complete 502b0eef2b39: Verifying Checksum 502b0eef2b39: Download complete 502b0eef2b39: Pull complete c1a5e9a62af8: Pull complete 13ca68c1356e: Pull complete b02e3b0a0c41: Pull complete Digest: sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52 Status: Downloaded newer image for ocaml/opam@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52 2025-10-18 17:16.32 ---> using "eff1ce5e32c7f8b8343a5c02e7f09c1f2495c9a1c7103f693d04375f30e30d11" from cache /: (comment fedora-43-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 43 - x86_64 - Updates 100% | 106.4 KiB/s | 23.9 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Nothing to do. 2025-10-18 17:16.32 ---> using "539b6860d861916654a676969490f4b634b158f259c18d3ac592c3c997eba783" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-10-18 17:16.32 ---> using "e12cefea2f2f5b469e179585d2c765ac2baf9332734082a245c7c52002bc9c65" 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 2025-10-18 17:16.32 ---> using "b2bbe53b4d2b95275e2c0bbaf344efd40767d651ade22efbcfb773f281af0097" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-84-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-10-18 17:16.32 ---> using "2a9a612fdb4247c5cf9861b29cc7abeaa727473dda457b6ddcd5e0a27cc54521" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-18 17:16.32 ---> using "b7cd289f8f3fabdf5bb02ef230944cf9bf6d73f3ebc44c0711329c4bea2cde87" 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:17.04 ---> saved as "0c4586d33c0ca42c0faee92d5ec55260be6fa2401a149b5c600a7619d6867ec9" /src: (copy (src dune-compiledb.opam) (dst ./)) 2025-10-18 17:17.05 ---> saved as "acf6cb000a6d0384c1799ecebd5ef1281c2d818cec34fe4c0490a066bfe94561" /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:17.06 ---> saved as "f112b129ebc947e2b8cd3044a18898474d575bbb83f73296e1c9cf2c55904569" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-18 17:17.07 ---> saved as "aa1ee7fdfe8755b263571338d777e7690c8281b113d89c8edee51bf90364725c" /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/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> 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:17.24 ---> saved as "91d1d3ab6c232ee75703d6bc8baaaf72e7366955fb833fe99154e9532029a67d" /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 hex.1.5.0 (cached) -> retrieved fpath.0.7.3 (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:19.03 ---> saved as "3f777412f80ac2b852a78a7ef01421da5c77c9063a2b602ec5b6d3eff343a60f" /src: (copy (src .) (dst /src)) 2025-10-18 17:19.03 ---> saved as "feb0db0322ef47c4e3f60b001a835aa2661d46de48885106901775849199a1a4" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-10-18 17:19.05 ---> saved as "60c14cd46dc558c64375069ac913230d2a4c16d24cab7163540792d59bbe3416" Job succeeded 2025-10-18 17:19.05: Job succeeded