2025-06-12 14:14.15: New job: test ocaml-opam/opam-compiler https://github.com/ocaml-opam/opam-compiler.git#refs/heads/master (c09b015b7c4cbc0ffa2b1008b7dc148a4c88b2b4) (linux-x86_64:fedora-42-4.14_opam-2.3) Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:f60202529f0e671d35a9c5727247194b4e01010bab004e314476c120258a2115 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-opam/opam-compiler.git" -b "master" && cd "opam-compiler" && git reset --hard c09b015b cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:f60202529f0e671d35a9c5727247194b4e01010bab004e314476c120258a2115 # fedora-42-4.14_opam-2.3 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.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 opam-compiler.opam ./ RUN opam pin add -yn opam-compiler.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.0 astring.0.8.5 atd.2.16.0 atdgen.2.15.0 atdgen-runtime.2.16.0 base-bigarray.base base-threads.base base-unix.base biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 curly.0.3.0 dune.3.19.1 easy-format.1.3.4 either.1.0.0 fmt.0.10.0 fpath.0.7.3 github-data.4.4.1 logs.0.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y opam-compiler.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-06-12 14:14.15: Using cache hint "ocaml-opam/opam-compiler-ocaml/opam:fedora-42-ocaml-4.14@sha256:f60202529f0e671d35a9c5727247194b4e01010bab004e314476c120258a2115-fedora-42-4.14_opam-2.3-f4f70651575607ab0caaa5c127028879" 2025-06-12 14:14.15: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-4.14@sha256:f60202529f0e671d35a9c5727247194b4e01010bab004e314476c120258a2115) (comment fedora-42-4.14_opam-2.3) (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.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src opam-compiler.opam) (dst ./)) (run (network host) (shell "opam pin add -yn opam-compiler.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.0 astring.0.8.5 atd.2.16.0 atdgen.2.15.0 atdgen-runtime.2.16.0 base-bigarray.base base-threads.base base-unix.base biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 curly.0.3.0 dune.3.19.1 easy-format.1.3.4 either.1.0.0 fmt.0.10.0 fpath.0.7.3 github-data.4.4.1 logs.0.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2") (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.3 --depext-only -y opam-compiler.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-06-12 14:14.15: Waiting for resource in pool OCluster 2025-06-12 15:56.52: Waiting for worker… 2025-06-12 15:58.50: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at c09b015 Prepare 0.2.0 (from ocaml/opam:fedora-42-ocaml-4.14@sha256:f60202529f0e671d35a9c5727247194b4e01010bab004e314476c120258a2115) 2025-06-12 15:58.51 ---> using "0c9fa00c7381c2bef022d455c458fb12e0fe005657193a245d99786f4b015275" from cache /: (comment fedora-42-4.14_opam-2.3) /: (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 - Updates 100% | 56.3 KiB/s | 11.6 KiB | 00m00s Fedora 42 - x86_64 - Updates 100% | 2.8 MiB/s | 2.4 MiB | 00m01s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2025-06-12 15:58.51 ---> using "6cfcfe6cc05508147fbfd6f3d29897e43db84543975742450b9ed2a84ae04e5b" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-06-12 15:58.51 ---> using "d4250e95a7518a0cde9d59ba9e92bc8197be88ddb03f210ae71d96d77204aba5" 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 development 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-06-12 15:58.51 ---> using "6d6cfc5d42fd0c8fb13bae0c6396cb55a73dbbfefd70d86b1b3a1caf86b33974" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-06-12 15:58.51 ---> using "76a02d07f33025f18248e3bd4b90747c43926802c4a3a0c0a86b542f45b5717f" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-12 15:58.51 ---> using "e9fcb2d10f2fa0acc84482ce54c961c88e6e4fb63e1f2cd6067abf4be444b783" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bc726805e3..a28eb8a148 master -> origin/master a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.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, 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-06-12 15:58.51 ---> using "4d3164979b759bfc1b19726c22365163c6d8eacc3e0ed19fea7cd66726ee408c" from cache /src: (copy (src opam-compiler.opam) (dst ./)) 2025-06-12 15:58.51 ---> saved as "cad8e13432966d741295fdc7d68ca7108aff465c2074abb07b7d63f9c4829dc7" /src: (run (network host) (shell "opam pin add -yn opam-compiler.dev './'")) [opam-compiler.dev] synchronised (file:///src) opam-compiler is now pinned to file:///src (version dev) 2025-06-12 15:58.53 ---> saved as "f007e0377742e6b34c18b89c0ff7f30cc181a626c7b410ee62ece234285f2494" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-12 15:58.54 ---> saved as "4eecf06803566e67ae7d2d4471255731d537c48f4ff105dc9486f0f122f52089" /src: (env DEPS "alcotest.1.9.0 astring.0.8.5 atd.2.16.0 atdgen.2.15.0 atdgen-runtime.2.16.0 base-bigarray.base base-threads.base base-unix.base biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 curly.0.3.0 dune.3.19.1 easy-format.1.3.4 either.1.0.0 fmt.0.10.0 fpath.0.7.3 github-data.4.4.1 logs.0.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2") /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.3 --depext-only -y opam-compiler.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [opam-compiler.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-06-12 15:59.22 ---> saved as "8df9548a956dbdf2bb04f914eb1e0f4593381ac699a93d97913e5c85ec1b9e0c" /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 33 packages - install alcotest 1.9.0 - install astring 0.8.5 - install atd 2.16.0 - install atdgen 2.15.0 - install atdgen-runtime 2.16.0 - install biniou 1.2.2 - install bos 0.2.1 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install curly 0.3.0 - install dune 3.19.1 - install easy-format 1.3.4 - install either 1.0.0 - install fmt 0.10.0 - install fpath 0.7.3 - install github-data 4.4.1 - install logs 0.8.0 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 4.0.1 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install re 1.12.0 - install result 1.5 - install rresult 0.7.0 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install uutf 1.0.4 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved biniou.1.2.2 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved curly.0.3.0 (cached) -> retrieved atdgen.2.15.0 (cached) -> retrieved atd.2.16.0, atdgen-runtime.2.16.0 (cached) -> retrieved easy-format.1.3.4 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved dune.3.19.1 (cached) -> retrieved github-data.4.4.1 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.4.0.1 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved re.1.12.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved result.1.5 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved yojson.2.2.2 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.0.8 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed logs.0.8.0 -> installed bos.0.2.1 -> installed dune.3.19.1 -> installed easy-format.1.3.4 -> installed either.1.0.0 -> installed camlp-streams.5.0.1 -> installed result.1.5 -> installed menhirCST.20240715 -> installed stdlib-shims.0.3.0 -> installed ocaml-version.4.0.1 -> installed menhirSdk.20240715 -> installed curly.0.3.0 -> installed menhirLib.20240715 -> installed ocaml-syntax-shims.1.0.0 -> installed biniou.1.2.2 -> installed re.1.12.0 -> installed yojson.2.2.2 -> installed atdgen-runtime.2.16.0 -> installed alcotest.1.9.0 -> installed menhir.20240715 -> installed atd.2.16.0 -> installed atdgen.2.15.0 -> installed github-data.4.4.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-06-12 16:02.02 ---> saved as "89a9693f28bd6c1b944b9c878b118287ba24380a2ba60b082d31ea9129aefa56" /src: (copy (src .) (dst /src)) 2025-06-12 16:02.02 ---> saved as "ed4edf7236bdac693cef6767e6d672460c11838da23812dd0624b7358df5cba3" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test/unit && ./test.exe --compact) Testing `opam-compiler'. This run has ID `6UZ180ZB'. ...................... 2025-06-12 16:02.05 ---> saved as "982481783dd579b11f87d8e29b01dfa8d49c3eb3df537b85295e09039bc9f816" Job succeeded 2025-06-12 16:02.06: Job succeeded