Organisationsocurrentdocker-base-images8710fb ()(lint-fmt)

(lint-fmt)

Logs

Show full logs
2025-06-01 19:01.19: New job: test ocurrent/docker-base-images https://github.com/ocurrent/docker-base-images.git#refs/heads/master (8710fb0a9acef4d201ceedc2f9ef6a5bdfb66ce9) (linux-x86_64:(lint-fmt))
Base: ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c46d6084a2d69602000f28df4e6676c70008fc18356b5e0da6cde79296e0b89c
ocamlformat version: none

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/docker-base-images.git" -b "master" && cd "docker-base-images" && git reset --hard 8710fb0a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c46d6084a2d69602000f28df4e6676c70008fc18356b5e0da6cde79296e0b89c
RUN echo "skipping format lint because ocamlformat is not configured"

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

2025-06-01 19:01.19: Using cache hint "ocurrent/docker-base-images-ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c46d6084a2d69602000f28df4e6676c70008fc18356b5e0da6cde79296e0b89c-alpine-3.21-4.14_opam-2.3-ocamlformat-164308699cf74247b8ad3b002e88bd80a586c79e"
2025-06-01 19:01.19: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c46d6084a2d69602000f28df4e6676c70008fc18356b5e0da6cde79296e0b89c)
 (run (shell " echo \"skipping format lint because ocamlformat is not configured\" "))
)

2025-06-01 19:01.19: Waiting for resource in pool OCluster
2025-06-01 19:01.19: Waiting for worker…
2025-06-01 19:01.28: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 8710fb0 Merge pull request #321 from mtelvers/sha

(from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c46d6084a2d69602000f28df4e6676c70008fc18356b5e0da6cde79296e0b89c)
2025-06-01 19:01.29 ---> using "b31f8ea9b0da9063a13255c6536c5f85700cfe755ad07fbc6516da39211433c3" from cache

/: (run (shell " echo \"skipping format lint because ocamlformat is not configured\" "))
skipping format lint because ocamlformat is not configured
2025-06-01 19:01.29 ---> saved as "2cf26c4aef51ec2c80c505ab20a2410e3b12058449e883cd39241c606a2ebd51"
Job succeeded
2025-06-01 19:01.30: Job succeeded