Organisationsocamlodocfaa2b7 ()(lint-fmt)

(lint-fmt)

Logs

Show full logs
2024-12-04 18:43.06: New job: test ocaml/odoc https://github.com/ocaml/odoc.git#refs/pull/1227/head (faa2b77e05d74b5ea1478f0da554b1528df99190) (linux-x86_64:(lint-fmt))
Base: ocaml/opam:alpine-3.20-ocaml-4.14@sha256:ebf15d5caec90eae50336736fbd8a2fc99ae01dbe5ee3030d0ac51d47f5f6554
ocamlformat version: none

To reproduce locally:

git clone --recursive "https://github.com/ocaml/odoc.git" && cd "odoc" && git fetch origin "refs/pull/1227/head" && git reset --hard faa2b77e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.20-ocaml-4.14@sha256:ebf15d5caec90eae50336736fbd8a2fc99ae01dbe5ee3030d0ac51d47f5f6554
USER 1000:1000
RUN echo Error: No solution found for any supported platform; exit 2

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2024-12-04 18:43.06: Using cache hint "ocaml/odoc-ocaml/opam:alpine-3.20-ocaml-4.14@sha256:ebf15d5caec90eae50336736fbd8a2fc99ae01dbe5ee3030d0ac51d47f5f6554-alpine-3.20-4.14_opam-2.3-ocamlformat-9a4a489e639cc5ce8cc540adfb67d381def898ec"
2024-12-04 18:43.06: Using OBuilder spec:
((from ocaml/opam:alpine-3.20-ocaml-4.14@sha256:ebf15d5caec90eae50336736fbd8a2fc99ae01dbe5ee3030d0ac51d47f5f6554)
 (user (uid 1000) (gid 1000))
 (run (shell "echo Error: No solution found for any supported platform; exit 2"))
)

2024-12-04 18:43.06: Waiting for resource in pool OCluster
2024-12-04 22:12.24: Waiting for worker…
2024-12-04 22:14.35: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at faa2b77e0 Update .git-blame-ignore-revs

(from ocaml/opam:alpine-3.20-ocaml-4.14@sha256:ebf15d5caec90eae50336736fbd8a2fc99ae01dbe5ee3030d0ac51d47f5f6554)
2024-12-04 22:14.35 ---> using "46649d2bbe6f00c86a5d5fe022ab7bfe3de0143ddf6170e61af97324592363ef" 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-12-04 22:14.36: Job failed: Failed: Build failed