2025-01-18 18:34.28: New job: test ocaml-dune/ppx_deriving_dyn https://github.com/ocaml-dune/ppx_deriving_dyn.git#refs/heads/main (bacf84896c3924f4858e40b11acc1a6c16d2ac75) (linux-arm64:debian-12-4.14_arm32_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-dune/ppx_deriving_dyn.git" -b "main" && cd "ppx_deriving_dyn" && git reset --hard bacf8489 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849 # debian-12-4.14_arm32_opam-2.3 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.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 85e5d991b8369d632f5b367be8b432341e488f88 || git fetch origin master) && git reset -q --hard 85e5d991b8369d632f5b367be8b432341e488f88 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ppx_deriving_dyn.opam ./ RUN opam pin add -yn ppx_deriving_dyn.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.17.1 dyn.3.17.1 host-arch-arm32.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.17.1 pp.2.0.0 ppx_derivers.1.2.1 ppxlib.0.34.0 sexplib0.v0.16.0 stdlib-shims.0.3.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ppx_deriving_dyn.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-01-18 18:34.28: Using cache hint "ocaml-dune/ppx_deriving_dyn-ocaml/opam:debian-12-ocaml-4.14@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849-debian-12-4.14_arm32_opam-2.3-159c24f672adaf05af934c5f1bfa72bc" 2025-01-18 18:34.28: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849) (comment debian-12-4.14_arm32_opam-2.3) (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.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 85e5d991b8369d632f5b367be8b432341e488f88 || git fetch origin master) && git reset -q --hard 85e5d991b8369d632f5b367be8b432341e488f88 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ppx_deriving_dyn.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ppx_deriving_dyn.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.17.1 dyn.3.17.1 host-arch-arm32.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.17.1 pp.2.0.0 ppx_derivers.1.2.1 ppxlib.0.34.0 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.3 --depext-only -y ppx_deriving_dyn.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-01-18 18:34.28: Waiting for resource in pool OCluster 2025-01-18 22:01.31: Waiting for worker… 2025-01-18 23:12.34: Got resource from pool OCluster Building on okypous.caelum.ci.dev All commits already cached HEAD is now at bacf848 Merge pull request #6 from NathanReb/support-mutually-rec-types (from ocaml/opam:debian-12-ocaml-4.14@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849' locally docker.io/ocaml/opam@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849: Pulling from ocaml/opam Digest: sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849 Status: Downloaded newer image for ocaml/opam@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849 WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 2025-01-18 23:12.34 ---> using "fd4f8e5736c93d1f59f233c209eec19846e07dfdcd0fb2535196c46b8943f8f9" from cache /: (comment debian-12-4.14_arm32_opam-2.3) /: (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.3 /usr/bin/opam")) 2025-01-18 23:12.34 ---> using "7faab37717b126b493d17c36bd75c66ad901afa1228e48faf471c1f1060668ba" 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] synchronised from file:///home/opam/opam-repository 2025-01-18 23:12.34 ---> using "85f32ff52f3d62b9f81f1ef5e38856c61cde6a94b8bb923b19586a106b689abc" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-130-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-01-18 23:12.34 ---> using "3ede5611aecd8be6ef892a62cad02cf7789b28ba6f0019610326538dc2e6e589" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-01-18 23:12.34 ---> using "84af8a596f1f08e8df7753f1b2cc3d2e71ef93ceabdae0bc8af79ed18eeb06da" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 85e5d991b8369d632f5b367be8b432341e488f88 || git fetch origin master) && git reset -q --hard 85e5d991b8369d632f5b367be8b432341e488f88 && git log --no-decorate -n1 --oneline && opam update -u")) 85e5d991b8 Merge pull request #27251 from NathanReb/ppxlib-maintenance-intent <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from 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-01-18 23:12.34 ---> using "4e787eef44eff19e59a9b1b7fad0bb47b3151b4b9f0a680a8c6aee2dbf4286ca" from cache /src: (copy (src ppx_deriving_dyn.opam) (dst ./)) 2025-01-18 23:12.34 ---> saved as "c5d77f59605794ae43a2cfadc084d8d0c0596d135e1cc14c2318f0fa1a421ef4" /src: (run (network host) (shell "opam pin add -yn ppx_deriving_dyn.dev './'")) Package ppx_deriving_dyn does not exist, create as a NEW package? [y/n] y [ppx_deriving_dyn.dev] synchronised (file:///src) ppx_deriving_dyn is now pinned to file:///src (version dev) 2025-01-18 23:12.36 ---> saved as "451b79e2ab9d1d72b54271caf5e2c66eb9bf99b1abdc55ffb8d86160ff53e735" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-01-18 23:12.36 ---> saved as "6448453f0745279bf98887152f0fb3905ac31d5a6c8a1fe47259f1ff97bfccf9" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.17.1 dyn.3.17.1 host-arch-arm32.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.17.1 pp.2.0.0 ppx_derivers.1.2.1 ppxlib.0.34.0 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.3 --depext-only -y ppx_deriving_dyn.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [222 kB] - Fetched 325 kB in 1s (640 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppx_deriving_dyn.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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-arm32 is already installed (current version is 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-01-18 23:12.50 ---> saved as "74db6fc0e75c2b29b0f97043dd1f69efdea255504161f06870e318ec0299e510" /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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-arm32 is already installed (current version is 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 9 packages - install dune 3.17.1 - install dyn 3.17.1 - install ocaml-compiler-libs v0.12.4 - install ordering 3.17.1 - install pp 2.0.0 - install ppx_derivers 1.2.1 - install ppxlib 0.34.0 - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved ppxlib.0.34.0 (cached) -> retrieved dune.3.17.1, dyn.3.17.1, ordering.3.17.1 (cached) -> installed dune.3.17.1 -> installed ocaml-compiler-libs.v0.12.4 -> installed stdlib-shims.0.3.0 -> installed ppx_derivers.1.2.1 -> installed pp.2.0.0 -> installed ordering.3.17.1 -> installed sexplib0.v0.16.0 -> installed dyn.3.17.1 -> installed ppxlib.0.34.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-01-18 23:14.17 ---> saved as "54fb065ca6ab03cb5ed73dee82e09bac30c12235afb51fce1be57a22391efcdf" /src: (copy (src .) (dst /src)) 2025-01-18 23:14.17 ---> saved as "dc9b49154f08adc5e8c6916e02fa6e6fd65835624259d8759c14bf449d3aa9dd" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-01-18 23:14.20 ---> saved as "c3d0189d16bdc8cb2cfb00a7d0f46b1581485b3847de2eb54eeb74d36e268426" Job succeeded 2025-01-18 23:14.21: Job succeeded