OrganisationsMagnusSbmtune3b5239 (master)(lint-fmt)

(lint-fmt)

Link Copied
Code Copied

Logs

2026-04-03 11:37.44: New job: test MagnusS/bmtune https://github.com/MagnusS/bmtune.git#refs/heads/master (3b5239a6aaca04fa1f2473ff114761ab161d7d5f) (linux-x86_64:(lint-fmt))
Base: ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47
ocamlformat version: none


To reproduce locally:


git clone --recursive "https://github.com/MagnusS/bmtune.git" -b "master" && cd "bmtune" && git reset --hard 3b5239a6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47
USER 1000:1000
RUN echo Error: Missing 'version=' line in .ocamlformat; exit 2


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


2026-04-03 11:37.44: Using cache hint "MagnusS/bmtune-ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47-debian-13-4.08_opam-2.5-ocamlformat-d06cfb1853afceb1dc127f88edaac3f8110bf6cc"
2026-04-03 11:37.44: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)
(user (uid 1000) (gid 1000))
(run (shell "echo Error: Missing 'version=' line in .ocamlformat; exit 2"))
)


2026-04-03 11:37.44: Waiting for resource in pool OCluster
2026-04-03 20:05.17: Waiting for worker…
2026-04-03 20:08.19: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 3b5239a Add link to linuxkit image


(from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)
2026-04-03 20:08.19 ---> using "867303d7f04cee0d3e23016229d2a45a69516628a14dbff52754cd3cb283f66f" from cache


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


/: (run (shell "echo Error: Missing 'version=' line in .ocamlformat; exit 2"))
Error: Missing version= line in .ocamlformat
"/usr/bin/env" "bash" "-c" "echo Error: Missing 'version=' line in .ocamlformat; exit 2" failed with exit status 2
2026-04-03 20:08.19: Job failed: Failed: Build failed