2024-10-31 14:18.16: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/534/head (bc6ce1e0baf4933e4e0d08b2e5343eccd6519371) (linux-x86_64:(lint-fmt)) Base: ocaml/opam:debian-12-ocaml-4.04@sha256:05ac38f0a4df20f1959b487bdb35f18bfb62eef413a4e44a22ed361f2c32e14c ocamlformat version: none To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/534/head" && git reset --hard bc6ce1e0 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.04@sha256:05ac38f0a4df20f1959b487bdb35f18bfb62eef413a4e44a22ed361f2c32e14c USER 1000:1000 RUN echo Error: No solution found for any supported platform; exit 2 END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2024-10-31 14:18.16: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-12-ocaml-4.04@sha256:05ac38f0a4df20f1959b487bdb35f18bfb62eef413a4e44a22ed361f2c32e14c-debian-12-4.04_opam-2.2-ocamlformat-e90d00913cec22ea90c21ecb282c1f0b955a7959" 2024-10-31 14:18.16: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.04@sha256:05ac38f0a4df20f1959b487bdb35f18bfb62eef413a4e44a22ed361f2c32e14c) (user (uid 1000) (gid 1000)) (run (shell "echo Error: No solution found for any supported platform; exit 2")) ) 2024-10-31 14:18.16: Waiting for resource in pool OCluster 2024-10-31 14:34.00: Waiting for worker… 2024-10-31 14:45.20: Got resource from pool OCluster Building on x86-bm-c16.sw.ocaml.org 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/ppxlib.git-5fafe69709f8b3adce4abae87ffdb924de396fb8/.git/ HEAD is now at bc6ce1e0 Update .git-blame-ignore-revs (from ocaml/opam:debian-12-ocaml-4.04@sha256:05ac38f0a4df20f1959b487bdb35f18bfb62eef413a4e44a22ed361f2c32e14c) 2024-10-31 14:45.22 ---> using "cde1dbc7f05097470c7405ff4e8660d8ad301e5f5ecd15e45006ac1a889e5a5d" from cache /: (user (uid 1000) (gid 1000)) /: (run (shell "echo Error: No solution found for any supported platform; exit 2")) Error: No solution found for any supported platform "/usr/bin/env" "bash" "-c" "echo Error: No solution found for any supported platform; exit 2" failed with exit status 2 2024-10-31 14:45.23: Job failed: Failed: Build failed