2026-06-02 14:02.32: New job: test ocaml-ppx/ppx_tools https://github.com/ocaml-ppx/ppx_tools.git#refs/heads/master (7d7dd5b61e85aec2fc42acf139341621c181e50f) (linux-x86_64:ubuntu-26.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-26.04-ocaml-4.14@sha256:8ba12762603e37d44cc193aab40cb6f25c71e9c9cad14585cd56b6004745cfedOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppx_tools.git" -b "master" && cd "ppx_tools" && git reset --hard 7d7dd5b6cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-26.04-ocaml-4.14@sha256:8ba12762603e37d44cc193aab40cb6f25c71e9c9cad14585cd56b6004745cfed# ubuntu-26.04-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --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.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ppx_tools.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-02 14:02.32: Using cache hint "ocaml-ppx/ppx_tools-ocaml/opam:ubuntu-26.04-ocaml-4.14@sha256:8ba12762603e37d44cc193aab40cb6f25c71e9c9cad14585cd56b6004745cfed-ubuntu-26.04-4.14_opam-2.5-1074e161121278adde131ae1ab846ed8"2026-06-02 14:02.32: Using OBuilder spec:((from ocaml/opam:ubuntu-26.04-ocaml-4.14@sha256:8ba12762603e37d44cc193aab40cb6f25c71e9c9cad14585cd56b6004745cfed)(comment ubuntu-26.04-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src ppx_tools.opam) (dst ./))(run (network host)(shell "opam pin add -yn ppx_tools.dev './'"))(run (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.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.5 --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")))2026-06-02 14:02.32: Waiting for resource in pool OCluster2026-06-02 14:51.42: Waiting for worker…2026-06-02 14:56.04: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 7d7dd5b Version 6.6(from ocaml/opam:ubuntu-26.04-ocaml-4.14@sha256:8ba12762603e37d44cc193aab40cb6f25c71e9c9cad14585cd56b6004745cfed)2026-06-02 14:56.04 ---> using "529df17bd178d438ec197b781c404c7d7d5c38f739c27555d4ac336606f15bec" from cache/: (comment ubuntu-26.04-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-06-02 14:56.04 ---> using "a199e0aa69951204c9ba6787f84b8db302ecd70b9a65c872396a3f980b7c8405" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))c180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-06-02 14:56.04 ---> using "a9562e59a666e72a28ce41afee21310eef2a21a621e0fb2d62a3b16af97b68cd" 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.1 to version 2.2, which can't be reverted.You may want to back it up before going further.[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] synchronised from git+file:///home/opam/opam-repository2026-06-02 14:56.04 ---> using "858c8722db99437aee511e305d9b13bbeb0dddfad4998cd304912e8d9828cf1c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.5.12026-06-02 14:56.04 ---> using "3181cede74da5d530e52e6b9eb08f88ae9baa2aad41e8212eec41738acbe4566" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-02 14:56.04 ---> using "b052f975a871808d9e5be688038e3884b261ee5c6aba4032ad1afca6c094d32f" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patchesEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.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)2026-06-02 14:56.04 ---> using "cbfadd99fb13aa9d4e7860caf1c35c58a9319be6a125551604706baefac35935" from cache/src: (copy (src ppx_tools.opam) (dst ./))2026-06-02 14:56.05 ---> saved as "e3e4a6ab7c30942a03b9236dff1ffd897a02cc019f6dcc037a423cde76d6ca0b"/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)2026-06-02 14:56.08 ---> saved as "71d47d08d4a91af92b817cb39122f2ee8eb44c99118f566a45a0007fb41dde2c"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-02 14:56.08 ---> saved as "1d0ae8214baf1d9a4ad04112ffc95dbb165011d65bd8023e59521eb9704ddafe"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.5 --depext-only -y ppx_tools.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu resolute InRelease- Get:2 http://security.ubuntu.com/ubuntu resolute-security InRelease [136 kB]- Get:3 http://archive.ubuntu.com/ubuntu resolute-updates InRelease [136 kB]- Hit:4 http://archive.ubuntu.com/ubuntu resolute-backports InRelease- Get:5 http://security.ubuntu.com/ubuntu resolute-security/restricted amd64 Packages [240 kB]- Get:6 http://archive.ubuntu.com/ubuntu resolute-updates/universe amd64 Packages [114 kB]- Get:7 http://security.ubuntu.com/ubuntu resolute-security/main amd64 Packages [222 kB]- Get:8 http://archive.ubuntu.com/ubuntu resolute-updates/main amd64 Packages [237 kB]- Get:9 http://security.ubuntu.com/ubuntu resolute-security/universe amd64 Packages [112 kB]- Get:10 http://archive.ubuntu.com/ubuntu resolute-updates/restricted amd64 Packages [250 kB]- Fetched 1445 kB in 0s (4085 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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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).# To update the current shell environment, run: eval $(opam env)2026-06-02 14:56.31 ---> saved as "176e692f62c62113d5a70a7c3e55caaa4f88f1e66487c39e1d11150e4917b2b9"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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.23.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved dune.3.23.1 (cached)-> installed dune.3.23.1-> installed cppo.1.8.0Done.# To update the current shell environment, run: eval $(opam env)2026-06-02 14:58.37 ---> saved as "cb0a5d91db57f7fd57515a5ec2160d5180b70631777a0a553dc4cf429304e879"/src: (copy (src .) (dst /src))2026-06-02 14:58.38 ---> saved as "3bffdc8e9727ad8bf622b1c9ffc5ad14a6ab6eb08f21fdefb3a6d01c70ea3620"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-06-02 14:58.45 ---> saved as "6f8fd87af26676e48d7a435bd60fdf006e3dd518d0f091b96a557c307f8687e4"Job succeeded2026-06-02 14:58.45: Job succeeded