2025-09-15 18:38.45: New job: test ocaml-ppx/ppx_import https://github.com/ocaml-ppx/ppx_import.git#refs/heads/master (536de1c078407a2f238761d23fd8f3727e572f13) (linux-x86_64:debian-13-4.09_opam-2.4) Base: ocaml/opam:debian-13-ocaml-4.09@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppx_import.git" -b "master" && cd "ppx_import" && git reset --hard 536de1c0 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.09@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8 # debian-13-4.09_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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ppx_import.opam ./ RUN opam pin add -yn ppx_import.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.36.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ppx_import.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-15 18:38.45: Using cache hint "ocaml-ppx/ppx_import-ocaml/opam:debian-13-ocaml-4.09@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8-debian-13-4.09_opam-2.4-2fb2e6af303bddba80f80f2073906878" 2025-09-15 18:38.45: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.09@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8) (comment debian-13-4.09_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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ppx_import.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ppx_import.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.36.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0") (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 ppx_import.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-15 18:38.45: Waiting for resource in pool OCluster 2025-09-15 20:36.13: Waiting for worker… 2025-09-15 20:40.26: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 536de1c Merge pull request #98 from henrytill/fix-broken-link (from ocaml/opam:debian-13-ocaml-4.09@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8) Unable to find image 'ocaml/opam:debian-13-ocaml-4.09@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8' locally docker.io/ocaml/opam@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8: Pulling from ocaml/opam a8db29627afb: Pulling fs layer a8db29627afb: Verifying Checksum a8db29627afb: Download complete a8db29627afb: Pull complete Digest: sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8 Status: Downloaded newer image for ocaml/opam@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8 2025-09-15 20:40.27 ---> using "3a553dcc7ad781ef2913430692dfd3fe94ef7b25527e36c697b3b59abac3ad97" from cache /: (comment debian-13-4.09_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-09-15 20:40.27 ---> using "6ec14493cd174d8dfb3d3c98921bf2b9032889423f1452ed283504195505c7a6" 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-09-15 20:40.27 ---> using "858b10c02d84c9a00976378fae5b7729c5f25b54a4cc6dc2f03948a5be5123c5" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.09.1 2.4.1 2025-09-15 20:40.27 ---> using "2cf7a7d62a952608df74f9e36e447d7933cbd105db76998ddf2edf24e3edd738" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-15 20:40.27 ---> using "5e2434511a2ffc87a2ae26fe20ab483fa5c0f1134fb99ad18e592dd9a7a99329" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && git log --no-decorate -n1 --oneline && opam update -u")) 109398e2fd Merge pull request #28437 from maiste/release-dune-3.20.2 <><> 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-15 20:40.27 ---> using "16a7531aa3e7765594f52607587e8ef254bc5ae4d2ecc0cb1dd78b3ec3839e6c" from cache /src: (copy (src ppx_import.opam) (dst ./)) 2025-09-15 20:40.28 ---> saved as "4ba41ab65fa847e61424fc8498f272bd56532e7d2de4e875cd310429a3fede44" /src: (run (network host) (shell "opam pin add -yn ppx_import.dev './'")) [ppx_import.dev] synchronised (file:///src) ppx_import is now pinned to file:///src (version dev) 2025-09-15 20:40.31 ---> saved as "4ed92bc4c4b412ca473ffb89ffc0f8908558c4cc7fdf28da3a367d5f73cb93e8" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-15 20:40.31 ---> saved as "cfbf6005b1878475208a9af138ab50a1e5c04c60babf0f0d0316bc6433d816fc" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.36.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0") /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 ppx_import.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 [40.2 kB] - Fetched 131 kB in 0s (603 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppx_import.dev] synchronised (file:///src) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1). [NOTE] Package ocaml is already installed (current version is 4.09.1). [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-15 20:40.54 ---> saved as "71111d986417a0fbc13b805b209cf431838e2528dac809c45241a56b1a7c2ef8" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1). [NOTE] Package ocaml is already installed (current version is 4.09.1). [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 12 packages - install cppo 1.8.0 - install dune 3.20.2 - install ocaml-compiler-libs v0.12.4 - install ocamlfind 1.9.8 - install ounit 2.2.7 - install ounit2 2.2.7 - install ppx_derivers 1.2.1 - install ppx_deriving 6.1.1 - install ppxlib 0.36.0 - install seq base - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ounit.2.2.7, ounit2.2.2.7 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.1.1 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved ppxlib.0.36.0 (cached) -> retrieved dune.3.20.2 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.20.2 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed cppo.1.8.0 -> installed ounit2.2.2.7 -> installed ounit.2.2.7 -> installed ppxlib.0.36.0 -> installed ppx_deriving.6.1.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-15 20:43.36 ---> saved as "21a2ab5cddf40e99dc1217f359db0f58ccd01f03a73879fb1d19d23db2109b53" /src: (copy (src .) (dst /src)) 2025-09-15 20:43.36 ---> saved as "2cf95dc9c83e9796dcfa0caef33435dcf4e130e4ffd820886b555b9faed16d8a" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/src_test/ppx_deriving && ./test_ppx_import.exe) .... Ran: 4 tests in: 0.11 seconds. OK 2025-09-15 20:43.47 ---> saved as "206e22f52dfdc6304371695aa05b55011133e50e0a4269ccac751bfa70546a48" Job succeeded 2025-09-15 20:43.47: Job succeeded