2025-09-29 07:19.57: New job: test ocaml-ppx/ppx_tools https://github.com/ocaml-ppx/ppx_tools.git#refs/heads/master (7d7dd5b61e85aec2fc42acf139341621c181e50f) (linux-x86_64:debian-12-4.14_opam-2.4) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:e774f94090eb5c6bf5c3230dfadf72cd8cb30e85db2a23258aab36cb3c3c1b1d Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppx_tools.git" -b "master" && cd "ppx_tools" && git reset --hard 7d7dd5b6 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:e774f94090eb5c6bf5c3230dfadf72cd8cb30e85db2a23258aab36cb3c3c1b1d # debian-12-4.14_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ppx_tools.opam ./ RUN opam pin add -yn ppx_tools.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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ppx_tools.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-29 07:19.57: Using cache hint "ocaml-ppx/ppx_tools-ocaml/opam:debian-12-ocaml-4.14@sha256:e774f94090eb5c6bf5c3230dfadf72cd8cb30e85db2a23258aab36cb3c3c1b1d-debian-12-4.14_opam-2.4-7d90eb2f287216aadc70b82405e99e82" 2025-09-29 07:19.57: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:e774f94090eb5c6bf5c3230dfadf72cd8cb30e85db2a23258aab36cb3c3c1b1d) (comment debian-12-4.14_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ppx_tools.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ppx_tools.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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1") (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_tools.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-29 07:19.57: Waiting for resource in pool OCluster 2025-09-29 07:31.43: Waiting for worker… 2025-09-29 07:33.59: Got resource from pool OCluster Building on clete hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /var/cache/obuilder/ocluster/git/ppx_tools.git-710cbf157d58f97b15f3eeb2dfcc1df3ede88687/.git/ HEAD is now at 7d7dd5b Version 6.6 (from ocaml/opam:debian-12-ocaml-4.14@sha256:e774f94090eb5c6bf5c3230dfadf72cd8cb30e85db2a23258aab36cb3c3c1b1d) 2025-09-29 07:34.01 ---> using "77c0cb2fa93f3dfefc5993a88b1e467cf913dd0e1cc5a90b6fc13fec8f2c5154" from cache /: (comment debian-12-4.14_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-29 07:34.01 ---> using "c7bb5b5a861dc5978256acf5ad289ec934e28cbaf988dac2f9ab53f0b21de096" 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-29 07:34.01 ---> using "bd3ac29d326d9692377ca923f3dd68a12c897f1e03e79006868fc6f0dd63132a" 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-09-29 07:34.01 ---> using "4cd8547faa2ed4b4984227359659c7d6e252d1d9aaa1b1c06f58e40025fa68b3" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-29 07:34.01 ---> using "60d353b7fca9ea47eaecfc769772261eb59b90cb4257b10b5a99390a33e6f73e" 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..3c6a0f524c 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 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-29 07:34.01 ---> using "1991bac1d2abecdd6cba5c749a40bdf5dc4265f52399a535367f4512fd221d17" from cache /src: (copy (src ppx_tools.opam) (dst ./)) 2025-09-29 07:34.01 ---> saved as "9efb52597f83019579ea75fd024287641debe4ef02534dde12a32068cee13595" /src: (run (network host) (shell "opam pin add -yn ppx_tools.dev './'")) [ppx_tools.dev] synchronised (file:///src) ppx_tools is now pinned to file:///src (version dev) 2025-09-29 07:34.04 ---> saved as "7e34057656b89f39f90d1f0829fa5bcc47fe0eb92860c51abf4509fadd39301f" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-29 07:34.05 ---> saved as "cfd6954d4fa1c10f19181235cf7dbe942ca6570c5f87c75e3bbd760ced6213dc" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1") /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_tools.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 amd64 Packages [280 kB] - Fetched 383 kB in 1s (508 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppx_tools.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-09-29 07:34.27 ---> saved as "d9199fb91541831d1cafc87ccafa17ee6f8642fdd4a1c7f8aca9316d229facb3" /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 2 packages - install cppo 1.8.0 - install dune 3.20.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved dune.3.20.2 (cached) -> installed dune.3.20.2 -> installed cppo.1.8.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-29 07:35.42 ---> saved as "8c06f4c692010151b8ba7e0a08cd4edf3665dc73fe7f3f11a797f10760c41a67" /src: (copy (src .) (dst /src)) 2025-09-29 07:35.42 ---> saved as "827f2705ad509e0195539144ab08c3cedb8069f0dff3371926ea978de8a0b8b0" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-09-29 07:35.49 ---> saved as "b59d85f281da9f3c11b4c9178e8e906ec84b6f4692ffab00651577cda080f56a" Job succeeded 2025-09-29 07:35.49: Job succeeded