Organisationsocamlmerlinf4d697 ()(lint-fmt)

(lint-fmt)

Logs

Show full logs
2024-09-18 16:19.51: New job: test ocaml/merlin https://github.com/ocaml/merlin.git#refs/pull/1828/head (f4d6973730d7d8ee5e59d5f3fc7724a5c1196429) (linux-x86_64:(lint-fmt))
Base: ocaml/opam:alpine-3.20-ocaml-5.2@sha256:438c72033b20ee374a28968b3219bffa87e179d8d1e3fb1eb4f9b60379eb0db3
ocamlformat version: none

To reproduce locally:

git clone --recursive "https://github.com/ocaml/merlin.git" && cd "merlin" && git fetch origin "refs/pull/1828/head" && git reset --hard f4d69737
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.20-ocaml-5.2@sha256:438c72033b20ee374a28968b3219bffa87e179d8d1e3fb1eb4f9b60379eb0db3
USER 1000:1000
RUN echo Error: Missing 'version=' line in .ocamlformat (disabled, but some .ocamlformat-enable files are present); exit 2

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

2024-09-18 16:19.51: Using cache hint "ocaml/merlin-ocaml/opam:alpine-3.20-ocaml-5.2@sha256:438c72033b20ee374a28968b3219bffa87e179d8d1e3fb1eb4f9b60379eb0db3-alpine-3.20-5.2_opam-2.2-ocamlformat-45f961713f04a0d83218c0eb2706131a40f96d54"
2024-09-18 16:19.51: Using OBuilder spec:
((from ocaml/opam:alpine-3.20-ocaml-5.2@sha256:438c72033b20ee374a28968b3219bffa87e179d8d1e3fb1eb4f9b60379eb0db3)
 (user (uid 1000) (gid 1000))
 (run (shell "echo Error: Missing 'version=' line in .ocamlformat (disabled, but some .ocamlformat-enable files are present); exit 2"))
)

2024-09-18 16:19.51: Waiting for resource in pool OCluster
2024-09-18 16:19.51: Waiting for worker…
2024-09-18 16:19.54: Got resource from pool OCluster
Building on x86-bm-c18.sw.ocaml.org
All commits already cached
HEAD is now at f4d69737 Add CHANGES entry

(from ocaml/opam:alpine-3.20-ocaml-5.2@sha256:438c72033b20ee374a28968b3219bffa87e179d8d1e3fb1eb4f9b60379eb0db3)
2024-09-18 16:19.55 ---> using "8e594ddbc61b89628a9846d83a9ca2102edaa54a0b33a1a8f60d33d7e563aba3" from cache

/: (user (uid 1000) (gid 1000))

/: (run (shell "echo Error: Missing 'version=' line in .ocamlformat (disabled, but some .ocamlformat-enable files are present); exit 2"))
bash: -c: line 1: syntax error near unexpected token `('
bash: -c: line 1: `echo Error: Missing 'version=' line in .ocamlformat (disabled, but some .ocamlformat-enable files are present); exit 2'
"/usr/bin/env" "bash" "-c" "echo Error: Missing 'version=' line in .ocamlformat (disabled, but some .ocamlformat-enable files are present); exit 2" failed with exit status 2
2024-09-18 16:19.56: Job failed: Failed: Build failed