I think that currently docker images for coq.dev are broken
so yes, outdated
the general Docker images for coq.dev
are back on track I believe. I think this error only pertains to MathComp Docker
I don't think so. I keep receiving mails of failed builds.
I've been using the coq.dev opam packages no problem
Note that .v file may compile, but ml files with overlays no
with an outdated image
Could it be the OCaml version?
If you don't want an outdated image, you can already switch to using one of the images with an explicit (compatible) OCaml version.
I mean I had to pin 4.13.1 since we are still sorting out the 4.14 compatibility.
@Ali Caglayan Yes, the default Docker-Coq image uses a version of OCaml that is too old.
# Error: Unbound module ComInductive.Mind_decl
This is an old version of Coq, I did introduce this module a while back
Cf. https://gitlab.com/coq-community/docker-coq/-/pipelines/538383252
I can't find the hash of Coq in the log. Is it there? if not we should add it.
No idea but my point is that the main image does not build and has not been built since the OCaml version bump.
the 4.07 image no, it does not
WDYM?
I think the root issue here is that mathcomp-docker uses 4.07.1 as the default Ocaml version, which needs bumping
CC @Erik Martin-Dorel
I mean I had to pin 4.13.1 since we are still sorting out the 4.14 compatibility.
@Ali Caglayan Karl's diagnosis is right, but FWIW the 4.14 issues seem solved — at least, they are fully solved IME with Coq 8.15.x
Hi ! Thanks for the ping.
Karl Palmskog said:
I think the root issue here is that mathcomp-docker uses 4.07.1 as the default Ocaml version, which needs bumping
That's a very good point. At least for coq ≥ dev, the ocaml base image for docker-mathcomp should also be bumped accordingly.
I'll look after this ASAP; meanwhile, I removed the images tagged "dev" that were stalled to reduce "surprise" as much as possible
(anyway in case of doubt, the build date of all images is always indicated in
https://hub.docker.com/r/mathcomp/mathcomp/tags & https://hub.docker.com/r/coqorg/coq/tags )
Last updated: Feb 05 2023 at 13:02 UTC