2025-09-16 10:11.04: New job: test ocaml-ppx/ppx_import https://github.com/ocaml-ppx/ppx_import.git#refs/heads/master (536de1c078407a2f238761d23fd8f3727e572f13) (linux-arm64:debian-13-5.3_arm32_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.3@sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1 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-5.3@sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1 # debian-13-5.3_arm32_opam-2.4 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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 ppx_import.opam ./ RUN opam pin add -yn ppx_import.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base.v0.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 seq.base sexplib0.v0.17.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-16 10:11.04: Using cache hint "ocaml-ppx/ppx_import-ocaml/opam:debian-13-ocaml-5.3@sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1-debian-13-5.3_arm32_opam-2.4-171e0aeb951e3a3323847e32918e2010" 2025-09-16 10:11.04: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.3@sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1) (comment debian-13-5.3_arm32_opam-2.4) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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 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.v0.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 seq.base sexplib0.v0.17.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-16 10:11.04: Waiting for resource in pool OCluster 2025-09-16 10:19.26: Waiting for worker… 2025-09-16 10:38.20: Got resource from pool OCluster Building on okypous.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-5.3@sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1) Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1' locally docker.io/ocaml/opam@sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1: Pulling from ocaml/opam c8d34a0a2fb8: Pulling fs layer c8d34a0a2fb8: Verifying Checksum c8d34a0a2fb8: Download complete c8d34a0a2fb8: Pull complete Digest: sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1 Status: Downloaded newer image for ocaml/opam@sha256:0c737070f8d708c853d586b4e7400e8f90d5bf66ec7d0efdec0f599f18428ed1 2025-09-16 10:38.20 ---> using "d6b90d76f5d81d26efe261548bbf1ff877047571e2e9f531e3cf6e98cc5b2589" from cache /: (comment debian-13-5.3_arm32_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (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-16 10:38.20 ---> using "f189098d529f9f138a7a3d3226530c96ff39d9882f4c20c2c67fca52b40c10d2" 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-16 10:38.20 ---> using "00e28621c987653d472fd8fe0cdc0eca8939a7f0cc24c16df4e4efb99629b1a8" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-138-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-09-16 10:38.20 ---> using "3f6ffa8fb830d97fbc68caf5c3e6811dbd6ad2b9ea407e0b2b75ad694f05506a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-16 10:38.20 ---> using "a9ea30cb967f48284bd8b6eaad52d263be5b485ba71b82f40249c2d384dc3f66" 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")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..7949ff40d8 master -> origin/master 6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-09-16 10:38.20 ---> using "afe500808e7fb08e1a70455564238e0ee91399b9fc69dce5c91f77ca36a73e45" from cache /src: (copy (src ppx_import.opam) (dst ./)) 2025-09-16 10:38.21 ---> saved as "6904c57381328d31173fd7273de4072beeb4dd536eed29c2a090a4bcaad9eafa" /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-16 10:38.24 ---> saved as "1a3823e5079951e8901e639897a6f78b09d43bf0492b1deb7f06b87f52716e36" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-16 10:38.24 ---> saved as "ae94ddbc6612bdc55d8db42d6e26301f6ab5c6b054d8fbe0e27aa67ae6b59dfa" /src: (env DEPS "base.v0.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 seq.base sexplib0.v0.17.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 armhf Packages [38.5 kB] - Fetched 129 kB in 1s (155 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppx_import.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-option-bytecode-only is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-09-16 10:38.41 ---> saved as "bd46b79c73b0104bfd06a9bd892c7e8537ce0c84f91b2ffe861f469a3285b6b5" /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-option-bytecode-only is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 18 packages - install base v0.17.1 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.20.2 - install dune-configurator 3.20.2 - install ocaml-compiler-libs v0.17.0 - install ocaml_intrinsics_kernel v0.17.1 - 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.0.3 - install ppx_sexp_conv v0.17.0 - install ppxlib 0.35.0 - install ppxlib_jane v0.17.2 - install seq base - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.17.1 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (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_sexp_conv.v0.17.0 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppxlib_jane.v0.17.2 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.20.2 -> installed stdlib-shims.0.3.0 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed sexplib0.v0.17.0 -> installed ounit2.2.2.7 -> installed ounit.2.2.7 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed dune-configurator.3.20.2 -> installed base.v0.17.1 -> installed ppxlib.0.35.0 -> installed ppxlib_jane.v0.17.2 -> installed ppx_sexp_conv.v0.17.0 -> installed ppx_deriving.6.0.3 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-16 10:40.48 ---> saved as "b7659878f1b6fc298ca9106f37ccf1ca4a0acccf5f612d0513748afaf82b78e8" /src: (copy (src .) (dst /src)) 2025-09-16 10:40.51 ---> saved as "e53b8b43f4008045175be6d91e3afcdc6b20e1b3a9f474830172f9670b155b58" /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.25 seconds. OK 2025-09-16 10:41.25 ---> saved as "9f34d213021b89cb6b9c9bdea4e76138384e13d37d7cd3b6948cbfcc4cd928f2" Job succeeded 2025-09-16 10:41.25: Job succeeded