Organisationsocaml-ppxocamlformatf5727b (0.26)(lint-fmt)

(lint-fmt)

Link Copied
Code Copied

Logs

2024-05-10 16:15.14: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/0.26 (f5727b32127730a2722f86c7119eb6d8f884e26d) (linux-x86_64:(lint-fmt))
Base: ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
ocamlformat version: none


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "0.26" && cd "ocamlformat" && git reset --hard f5727b32
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
USER 1000:1000
RUN echo Error: Missing 'version=' line in .ocamlformat; exit 2


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


2024-05-10 16:15.14: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb-debian-12-4.08_opam-2.1-ocamlformat-307e33d08fc4ccc1ea453ab45b0ead8ed574b97b"
2024-05-10 16:15.14: Using OBuilder spec:
((from ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
 (user (uid 1000) (gid 1000))
 (run (shell "echo Error: Missing 'version=' line in .ocamlformat; exit 2"))
)


2024-05-10 16:15.14: Waiting for resource in pool OCluster
2024-05-11 10:03.47: Waiting for worker…
2024-05-11 10:08.27: Got resource from pool OCluster
Building on x86-bm-c12.sw.ocaml.org
All commits already cached
HEAD is now at f5727b32 Prepare release 0.26.2


(from ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
Unable to find image 'ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb' locally
docker.io/ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb: Pulling from ocaml/opam
61aa86cd8a87: Pulling fs layer
61aa86cd8a87: Verifying Checksum
61aa86cd8a87: Download complete
61aa86cd8a87: Pull complete
Digest: sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
Status: Downloaded newer image for ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
2024-05-11 10:08.27 ---> using "e0805034d9e735da2cb99f3eb2cde6a7473dabe8bd1020b5bf9a6e9f3a9991fe" 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
2024-05-11 10:08.30: Job failed: Failed: Build failed