coq / bot

A (Coq Development Team) bot written in OCaml
MIT License
23 stars 17 forks source link

coqbot gives bug minimizer non-existent urls #196

Open JasonGross opened 2 years ago

JasonGross commented 2 years ago

@Zimmi48 do you know what's up with the following failures?

Originally posted by @JasonGross in https://github.com/coq/coq/issues/15518#issuecomment-1018009004

Zimmi48 commented 2 years ago

Sorry for reacting so late.

These jobs (from a pipeline on the base branch) do not have artifacts because they were skipped (although I do not know why they got skipped by GitLab CI, but this might be related to this issue: https://gitlab.com/gitlab-org/gitlab/-/issues/217129).

Should we make the minimizer more robust to this situation?

SkySkimmer commented 2 years ago

I suspect it's related to build:base getting restarted from "runner system failure"

Zimmi48 commented 2 years ago

This explanation would make a lot of sense because there is a good match between which job was skipped and which job depends on build:base in this screenshot: image

However, outside this screenshot there are several other jobs that depend on build:base and yet were not skipped, so there might be an additional factor at stake.