OrganisationsMagnusSbmtune3b5239 (master)(lint-fmt)

(lint-fmt)

Link Copied
Code Copied

Logs

2024-05-10 22:07.16: New job: test MagnusS/bmtune https://github.com/MagnusS/bmtune.git#refs/heads/master (3b5239a6aaca04fa1f2473ff114761ab161d7d5f) (linux-x86_64:(lint-fmt))
Base: ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
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@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
USER 1000:1000
RUN echo Error: Missing 'version=' line in .ocamlformat; exit 2


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


2024-05-10 22:07.16: Using cache hint "MagnusS/bmtune-ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260-debian-12-4.06_opam-2.1-ocamlformat-2275b400535e884d216047a092e70705139c9e41"
2024-05-10 22:07.16: Using OBuilder spec:
((from ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260)
 (user (uid 1000) (gid 1000))
 (run (shell "echo Error: Missing 'version=' line in .ocamlformat; exit 2"))
)


2024-05-10 22:07.16: Waiting for resource in pool OCluster
2024-05-11 13:07.46: Waiting for worker…
2024-05-11 13:13.43: Got resource from pool OCluster
Building on x86-bm-c19.sw.ocaml.org
All commits already cached
HEAD is now at 3b5239a Add link to linuxkit image


(from ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260)
Unable to find image 'ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260' locally
docker.io/ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260: Pulling from ocaml/opam
Digest: sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
Status: Downloaded newer image for ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
2024-05-11 13:13.43 ---> using "892c338b589a62a59c59cff7a94a45d05cc552a424c9217d6aaf3ec3cf967845" 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 13:13.44: Job failed: Failed: Build failed