Zulip Chat Archive

Stream: nightly-testing

Topic: nightly-testing regression log


github mathlib4 bot (Sep 16 2025 at 05:20):

Mathlib's nightly-testing branch (df0fcc0f5bade33d93ab84fe7f2d0f0fc30dd652) regression run completed.
Warnings: 315

Warning counts

Kim Morrison (Sep 16 2025 at 08:29):

To anyone watching: these aren't real problems, they are just a helpful way of keeping track of places where grind is still not as powerful as we'd like. Please feel free to mute this channel!

Rémy Degenne (Sep 16 2025 at 08:31):

There are a couple of messages like "original tactic 'omega' failed: omega could not prove the goal" in there as well. Are those expected?

Kim Morrison (Sep 16 2025 at 08:34):

As far as I understand, these are imperfections in the tactic analysis framework. I'm not sure if @Anne Baanen wants to treat them as defects that need to be fixed, or accept them as best available approximations to the truth!

Anne Baanen (Sep 16 2025 at 08:45):

Overall the framework is going to give an approximation, since translating back and forth between tactic state and infotrees is quite complex. So bugs are expected, but that doesn't mean they are unfixable. I know how to fix a few more bugs, but it will require some more substantial work than changing a few lines of code...

Anne Baanen (Sep 16 2025 at 08:48):

Also, looks like the aggregation per warning type is not correctly stripping out the filename/position where the warning occurs...

Anne Baanen (Sep 16 2025 at 10:31):

#29712 fixes the aggregation.

github mathlib4 bot (Sep 17 2025 at 05:25):

Mathlib's nightly-testing branch (aa6e7675b1fea16418590ab4cc8ba3544e61489c) regression run completed.
Build completed without messages.

Kim Morrison (Sep 17 2025 at 07:11):

Oh dear. This suggests my recent refactor accidentally broke these linters.

Anne Baanen (Sep 17 2025 at 09:00):

The issue is they got renamed without updating the set that contains them. #29740 updates the set and adds a check for this issue!

Anne Baanen (Sep 17 2025 at 17:06):

Let's see if it works now:

Anne Baanen (Sep 18 2025 at 08:27):

(It timed out, and today's run seems to go towards timing out too.)

Anne Baanen (Sep 18 2025 at 08:36):

The build completed though, this timeout is all happening in string manipulation. Shellcheck suggested the use of native Bash code instead of shelling out to sed. I suspect going back to sed will make it fast again.

Anne Baanen (Sep 18 2025 at 09:09):

#29767 switches back to sed, which seems to be 3000 times faster on my machine.

Anne Baanen (Sep 18 2025 at 11:04):

Kim Morrison said:

As far as I understand, these are imperfections in the tactic analysis framework. I'm not sure if Anne Baanen wants to treat them as defects that need to be fixed, or accept them as best available approximations to the truth!

#29771 is a refactor that improves the way we reconstruct the tactic state from infotrees. There is still an issue with notation (something to do with free variables), that I haven't been able to trace down.

Anne Baanen (Sep 18 2025 at 11:29):

For example, in Mathlib/RingTheory/Trace/Quotient.lean:

local notation "pSₚ" => Ideal.map (algebraMap Rₚ Sₚ) (maximalIdeal Rₚ)
...

    -- error: Unknown constant `Rₚ✝`; Unknown constant `Sₚ✝`; Unknown constant `Rₚ✝`.
    rw [IsScalarTower.algebraMap_eq S Sₚ (Sₚ  pSₚ), Ideal.Quotient.algebraMap_eq,
      RingHom.comp_apply,  sub_eq_zero,  map_sub, Ideal.Quotient.eq_zero_iff_mem]
    rw [h, IsLocalization.mem_map_algebraMap_iff
      (Algebra.algebraMapSubmonoid S p.primeCompl) Sₚ]

github mathlib4 bot (Sep 19 2025 at 05:26):

Mathlib's nightly-testing branch (e9ab2793e91dde3742f495b24f8d26d92a40a5de) regression run completed.
Warnings: 340

Warning counts

Anne Baanen (Sep 19 2025 at 09:17):

I checked out the "original tactic failed" warnings: these are all in the context of try or any_goals and similar, so failure is expected here.

Maybe we should track if the current sequence of tactics is in a try / any_goals block, and accept failure in that case?

github mathlib4 bot (Sep 20 2025 at 05:28):

Mathlib's nightly-testing branch (c8e4e42213c636079e09e7ca0f883386d239fd34) regression run completed.
Warnings: 340

Warning counts

github mathlib4 bot (Sep 21 2025 at 05:23):

Mathlib's nightly-testing branch (0ab22dd232a7ba67285ba69e6b31cb621469ae46) regression run completed.
Warnings: 340

Warning counts

Kim Morrison (Sep 22 2025 at 03:51):

Anne Baanen said:

I checked out the "original tactic failed" warnings: these are all in the context of try or any_goals and similar, so failure is expected here.

Maybe we should track if the current sequence of tactics is in a try / any_goals block, and accept failure in that case?

Sounds good. Great to know we have a diagnosis for the remaining failures!

github mathlib4 bot (Sep 22 2025 at 05:20):

Mathlib's nightly-testing branch (201ac84bf60583cafd1caeb9f0fc32cc8bcea48e) regression run completed.
Warnings: 315

Warning counts

github mathlib4 bot (Sep 23 2025 at 05:22):

Mathlib's nightly-testing branch (0179c7b76aee422113cf560285721b2f6259d8b6) regression run completed.
Warnings: 317

Warning counts

github mathlib4 bot (Sep 24 2025 at 05:20):

Mathlib's nightly-testing branch (c530e201598ab08a1dfe57c7ee2a894b6258da91) regression run completed.
Warnings: 317

Warning counts

github mathlib4 bot (Sep 25 2025 at 05:20):

Mathlib's nightly-testing branch (1cdb73c7c473735e0cfa959109d80a719230d784) regression run completed.
Warnings: 306

Warning counts

github mathlib4 bot (Sep 26 2025 at 05:21):

Mathlib's nightly-testing branch (6ad0b9e77b3bbe677c4898dfeb475ad7a64f33a5) regression run completed.
Warnings: 306

Warning counts

github mathlib4 bot (Sep 27 2025 at 05:32):

Mathlib's nightly-testing branch (7d00b7f51de230e6fcb0159f413ed4241d9cc8d3) regression run completed.
Warnings: 306

Warning counts

github mathlib4 bot (Sep 28 2025 at 05:27):

Mathlib's nightly-testing branch (6da53fa708b7196a725cefb032de88c4c47b4afd) regression run completed.
Warnings: 306

Warning counts

github mathlib4 bot (Sep 29 2025 at 05:26):

Mathlib's nightly-testing branch (b20b7ed23f231f211900ad0c59c294b073b5dfd8) regression run completed.
Warnings: 306

Warning counts

github mathlib4 bot (Sep 30 2025 at 05:21):

Mathlib's nightly-testing branch (597bf947c26681388ad5ed3f4d958fd97deacada) regression run completed.
Warnings: 306

Warning counts

github mathlib4 bot (Oct 01 2025 at 05:30):

Mathlib's nightly-testing branch (11fa7d4a8c6f4323a3259cb4d9617131c64d653a) regression run completed.
Warnings: 301

Warning counts

github mathlib4 bot (Oct 02 2025 at 05:29):

Mathlib's nightly-testing branch (43c1fdcc532a0143e92b4f0be3cec14f9e5a9207) regression run completed.
Warnings: 303

Warning counts

github mathlib4 bot (Oct 03 2025 at 05:30):

Mathlib's nightly-testing branch (e3a1ca33ee355432b57c5583a4997f39c70190b2) regression run completed.
Warnings: 304

Warning counts

github mathlib4 bot (Oct 04 2025 at 05:33):

Mathlib's nightly-testing branch (f76e609368a08552752c8cfadfd47933128f2ce5) regression run completed.
Warnings: 305

Warning counts

github mathlib4 bot (Oct 05 2025 at 05:24):

Mathlib's nightly-testing branch (153004c946eb30180b50c062c13ddc488f3ea2c0) regression run completed.
Warnings: 305

Warning counts

github mathlib4 bot (Oct 06 2025 at 05:29):

Mathlib's nightly-testing branch (ac8a764b52b88ac588443dbd5adc5c7a4dd5b623) regression run completed.
Warnings: 305

Warning counts

github mathlib4 bot (Oct 07 2025 at 05:24):

Mathlib's nightly-testing branch (281600fbe3d8bbc04e67750842ed1d3d3e96306e) regression run completed.
Warnings: 306

Warning counts

github mathlib4 bot (Oct 08 2025 at 05:25):

Mathlib's nightly-testing branch (104fa779cd9a131c1ba2fa86c9523be5fd5f9ab3) regression run completed.
Warnings: 306

Warning counts

github mathlib4 bot (Oct 09 2025 at 05:25):

Mathlib's nightly-testing branch (429a4ae3f20ab74a979c0117ce54e5bb2d6b0500) regression run completed.
Warnings: 306

Warning counts

github mathlib4 bot (Oct 10 2025 at 05:31):

Mathlib's nightly-testing branch (a5bfd0ed175224d30c26cda596630f19bbb4b698) regression run completed.
Warnings: 305

Warning counts

github mathlib4 bot (Oct 11 2025 at 05:26):

Mathlib's nightly-testing branch (ecda81f6b653e619a992d0cbfa83b88279d76789) regression run completed.
Warnings: 305

Warning counts

github mathlib4 bot (Oct 12 2025 at 05:29):

Mathlib's nightly-testing branch (824f91d5ed71e3f08b69fd50ba788a0b628c8505) regression run completed.
Warnings: 305

Warning counts

github mathlib4 bot (Oct 13 2025 at 05:40):

Mathlib's nightly-testing branch (b56fe7cd4993fd2f7af49ca8cd33c2cdb6deccad) regression run completed.
Warnings: 304

Warning counts

github mathlib4 bot (Oct 14 2025 at 05:29):

Mathlib's nightly-testing branch (8fe43ab1bccf3e79d4857d89053e6d1348f03e5a) regression run completed.
Warnings: 304

Warning counts

github mathlib4 bot (Oct 15 2025 at 05:22):

Mathlib's nightly-testing branch (cda8e891afb8be29c1abd6fc2ab6ffb6ce83ff09) regression run completed.
Errors: 2

Warnings: 297

Error counts

Warning counts

github mathlib4 bot (Oct 16 2025 at 05:26):

Mathlib's nightly-testing branch (09c801ea5c5fd16373f8dfbd49b0d1cebe16c88d) regression run completed.
Errors: 2

Warnings: 298

Error counts

Warning counts

github mathlib4 bot (Oct 17 2025 at 05:26):

Mathlib's nightly-testing branch (2f924cb79c413ce5cf158cf653bb8fe287622b1e) regression run completed.
Errors: 2

Warnings: 298

Error counts

Warning counts

github mathlib4 bot (Oct 18 2025 at 05:28):

Mathlib's nightly-testing branch (1b8918e9f7d6591414d0354289cec29fa1bab47d) regression run completed.
Errors: 2

Warnings: 301

Error counts

Warning counts

github mathlib4 bot (Oct 19 2025 at 05:23):

Mathlib's nightly-testing branch (3a09765e211bee40f7eebb7529a4b7dd90ba202a) regression run completed.
Errors: 2

Warnings: 301

Error counts

Warning counts

github mathlib4 bot (Oct 20 2025 at 05:23):

Mathlib's nightly-testing branch (da36cf4a6eb007b201e1f5af7f3f399293461f89) regression run completed.
Errors: 2

Warnings: 305

Error counts

Warning counts

github mathlib4 bot (Oct 21 2025 at 05:15):

Mathlib's nightly-testing branch (9ffe5fd0791f1d271211fd961704b8f0a8d7f2af) regression run completed.
Errors: 3

Warnings: 159

Error counts

Warning counts

github mathlib4 bot (Oct 22 2025 at 05:11):

Mathlib's nightly-testing branch (b14b433fa7c95050360991bc93ea63d0ad664968) regression run completed.
Errors: 3

Warnings: 159

Error counts

Warning counts

github mathlib4 bot (Oct 23 2025 at 05:18):

Mathlib's nightly-testing branch (5c3dd696b785d509ceafbc15ef3e36835b98e51f) regression run completed.
Errors: 3

Warnings: 159

Error counts

Warning counts

github mathlib4 bot (Oct 24 2025 at 05:11):

Mathlib's nightly-testing branch (ee8785d7e18b3537bbda7d95ea878b7766d279fe) regression run completed.
Errors: 3

Warnings: 159

Error counts

Warning counts

github mathlib4 bot (Oct 25 2025 at 05:14):

Mathlib's nightly-testing branch (7db953b1c5d3fdef287052f1cc71200abdb32fb3) regression run completed.
Errors: 3

Warnings: 159

Error counts

Warning counts

github mathlib4 bot (Oct 26 2025 at 05:08):

Mathlib's nightly-testing branch (f01124af2f443a17b136c215639561d04b7bf876) regression run completed.
Errors: 3

Warnings: 159

Error counts

Warning counts

github mathlib4 bot (Oct 27 2025 at 05:15):

Mathlib's nightly-testing branch (510cbb2ce097c4dc39fe834d187b1ff395c41946) regression run completed.
Errors: 3

Warnings: 160

Error counts

Warning counts

github mathlib4 bot (Oct 28 2025 at 05:18):

Mathlib's nightly-testing branch (a05c9503a103fc75054a93ab18293b1ca3f9b736) regression run completed.
Errors: 3

Warnings: 160

Error counts

Warning counts

github mathlib4 bot (Oct 29 2025 at 05:21):

Mathlib's nightly-testing branch (2b745e681e087431d4ed77a21223b5cf6c35180b) regression run completed.
Errors: 3

Warnings: 159

Error counts

Warning counts

github mathlib4 bot (Oct 30 2025 at 05:09):

Mathlib's nightly-testing branch (1189c522713da13a36fb82b9a07c3c64248419ee) regression run completed.
Errors: 3

Warnings: 159

Error counts

Warning counts

github mathlib4 bot (Oct 31 2025 at 05:15):

Mathlib's nightly-testing branch (1549eab285285e8070358e992655979560cbe2a8) regression run completed.
Errors: 3

Warnings: 159

Error counts

Warning counts

github mathlib4 bot (Nov 01 2025 at 05:09):

Mathlib's nightly-testing branch (bcb82cd8c7723257a611efbc0e2ea0fbb968ac42) regression run completed.
Errors: 3

Warnings: 172

Error counts

Warning counts

github mathlib4 bot (Nov 02 2025 at 05:15):

Mathlib's nightly-testing branch (318efa2722d9da2d9de6dfae77c32d4e2531c83a) regression run completed.
Errors: 3

Warnings: 172

Error counts

Warning counts

github mathlib4 bot (Nov 04 2025 at 05:13):

Mathlib's nightly-testing branch (9c9f6b3486a12bb0b9462cd03c4b9faff84cd238) regression run completed.
Errors: 3

Warnings: 172

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 05 2025 at 05:14):

Mathlib's nightly-testing branch (9601f1d241b59946b0119f9270bf7432f336c7cf) regression run completed.
Errors: 3

Warnings: 174

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 06 2025 at 05:15):

Mathlib's nightly-testing branch (0665596f30b55957569b856b0b65bef0b811c951) regression run completed.
Errors: 3

Warnings: 174

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 07 2025 at 05:19):

Mathlib's nightly-testing branch (0c28cbcc470eba3105750fa4bb7e6330bb6e81ee) regression run completed.
Errors: 3

Warnings: 174

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 08 2025 at 05:11):

Mathlib's nightly-testing branch (41b1c38179c6416d8faaa077e9293e9c0da36766) regression run completed.
Errors: 3

Warnings: 174

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 09 2025 at 05:19):

Mathlib's nightly-testing branch (8e6c7dc75a982cbbe37657574bdc8b955ebc4cb4) regression run completed.
Errors: 3

Warnings: 175

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 10 2025 at 05:14):

Mathlib's nightly-testing branch (4b309e5232be602687903b5d7eba7cdeac9c8440) regression run completed.
Errors: 3

Warnings: 175

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 11 2025 at 05:25):

Mathlib's nightly-testing branch (c05942e08bc4cc2c55dac5b7c00352c481bede99) regression run completed.
Errors: 3

Warnings: 175

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 12 2025 at 05:38):

Mathlib's nightly-testing branch (e66a7c98a6871ae2719ce08aeb613f2b45d4119d) regression run completed.
Errors: 3

Warnings: 175

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 13 2025 at 05:11):

Mathlib's nightly-testing branch (69b30f6081061f8153765afc8388abc311884e58) regression run completed.
Errors: 3

Warnings: 175

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 14 2025 at 05:10):

Mathlib's nightly-testing branch (6ab3440a00cd34ee8da16d2352506f84e59dff93) regression run completed.
Errors: 3

Warnings: 175

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 15 2025 at 05:09):

Mathlib's nightly-testing branch (83359cd6f034232379715c2c70ac5a59a9ea8847) regression run completed.
Errors: 3

Warnings: 175

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 16 2025 at 05:20):

Mathlib's nightly-testing branch (22f65ecb8d8277c06aa54e12efa281e803ed1ac4) regression run completed.
Errors: 3

Warnings: 175

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 17 2025 at 05:23):

Mathlib's nightly-testing branch (95f13e57fc48ad261601c11726c1b7d964a2e679) regression run completed.
Errors: 3

Warnings: 175

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 18 2025 at 05:14):

Mathlib's nightly-testing branch (780cbe2da5302ccce8e15061c51f458e969c92dc) regression run completed.
Errors: 3

Warnings: 175

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 19 2025 at 05:19):

Mathlib's nightly-testing branch (43e541b6a05faa1984fb459607d332b1b348d181) regression run completed.
Errors: 3

Warnings: 175

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 20 2025 at 05:14):

Mathlib's nightly-testing branch (8068277c3ab280502aecf3c5100d7dd55806c53a) regression run completed.
Errors: 3

Warnings: 175

Info messages: 1

Error counts

Warning counts

Info message counts

github mathlib4 bot (Nov 21 2025 at 05:10):

Mathlib's nightly-testing branch (1978c4df79b318f01a66d0bbe19151885f450659) regression run completed.
Errors: 3

Warnings: 181

Error counts

Warning counts

github mathlib4 bot (Nov 22 2025 at 05:09):

Mathlib's nightly-testing branch (ef8d524f70a4ba8204224393e34203023e34f964) regression run completed.
Errors: 3

Warnings: 181

Error counts

Warning counts

github mathlib4 bot (Nov 23 2025 at 05:19):

Mathlib's nightly-testing branch (fea3bb9371118ada7a5d092cff313b759967270d) regression run completed.
Errors: 3

Warnings: 181

Error counts

Warning counts

github mathlib4 bot (Nov 24 2025 at 05:21):

Mathlib's nightly-testing branch (544a5bad21a682c17de0b86fbab5b0a1707c0a71) regression run completed.
Errors: 3

Warnings: 181

Error counts

Warning counts

github mathlib4 bot (Nov 25 2025 at 05:13):

Mathlib's nightly-testing branch (05ee335d6e3f03d6da5aaae2a817ce3d572fd7dc) regression run completed.
Errors: 3

Warnings: 181

Error counts

Warning counts

github mathlib4 bot (Nov 26 2025 at 05:12):

Mathlib's nightly-testing branch (5e416f69da92a1d2b369c5481a741ec78c6d0bc7) regression run completed.
Errors: 3

Warnings: 184

Error counts

Warning counts

github mathlib4 bot (Nov 27 2025 at 05:11):

Mathlib's nightly-testing branch (9ce81b10927d4c9c4126c6b5c985064f147a6e30) regression run completed.
Errors: 3

Warnings: 184

Error counts

Warning counts

github mathlib4 bot (Nov 28 2025 at 05:11):

Mathlib's nightly-testing branch (3592282fbc21a2cc2ef90d01447a3eef5ce284dd) regression run completed.
Errors: 3

Warnings: 181

Error counts

Warning counts

github mathlib4 bot (Nov 29 2025 at 05:11):

Mathlib's nightly-testing branch (b3687cde5b3ccbaf04e5c3b772a97465ff3949b3) regression run completed.
Errors: 3

Warnings: 181

Error counts

Warning counts

github mathlib4 bot (Nov 30 2025 at 05:16):

Mathlib's nightly-testing branch (ae8e7b63aea6f3181e3a76e98a859aaf27843c3f) regression run completed.
Errors: 3

Warnings: 181

Error counts

Warning counts

github mathlib4 bot (Dec 01 2025 at 05:23):

Mathlib's nightly-testing branch (2bd1b8fc87246c6ddcbef2e414aad2c558edb3e4) regression run completed.
Errors: 5

Warnings: 178

Error counts

Warning counts

github mathlib4 bot (Dec 02 2025 at 05:16):

Mathlib's nightly-testing branch (e9941d0b3578a1b32947549e27f584f93f84727f) regression run completed.
Errors: 5

Warnings: 178

Error counts

Warning counts

github mathlib4 bot (Dec 03 2025 at 05:17):

Mathlib's nightly-testing branch (5bfa1623542d7f245e45ac880c26cfe8f9ecc5ea) regression run completed.
Errors: 5

Warnings: 178

Error counts

Warning counts

github mathlib4 bot (Dec 04 2025 at 05:15):

Mathlib's nightly-testing branch (47232c86ec8a757736df7a7e225fff8044ec0913) regression run completed.
Errors: 5

Warnings: 178

Error counts

Warning counts

github mathlib4 bot (Dec 05 2025 at 05:19):

Mathlib's nightly-testing branch (96d98dd8f37a7723fdb3f43a766a7fea4580b92b) regression run completed.
Errors: 5

Warnings: 178

Error counts

Warning counts

github mathlib4 bot (Dec 06 2025 at 05:15):

Mathlib's nightly-testing branch (beb1a1dc8899a9b31359eb461c1562bbced8ec2a) regression run completed.
Errors: 5

Warnings: 177

Error counts

Warning counts

github mathlib4 bot (Dec 07 2025 at 05:16):

Mathlib's nightly-testing branch (f7826d333e7f78a0636e6353ac61dd003abeb484) regression run completed.
Errors: 5

Warnings: 177

Error counts

Warning counts

github mathlib4 bot (Dec 08 2025 at 05:25):

Mathlib's nightly-testing branch (ba30ccc5be6e8b064adc3772b7e22119bb9f4fc4) regression run completed.
Errors: 6

Warnings: 280

Error counts

Warning counts

github mathlib4 bot (Dec 09 2025 at 05:26):

Mathlib's nightly-testing branch (2d4b102baef1d6e148e0650b14e9fd32c3471d6a) regression run completed.
Errors: 6

Warnings: 280

Error counts

Warning counts

github mathlib4 bot (Dec 10 2025 at 05:26):

Mathlib's nightly-testing branch (03d33bda9f269145a3e31ef1971e4f7d8e922a4f) regression run completed.
Errors: 6

Warnings: 280

Error counts

Warning counts

github mathlib4 bot (Dec 11 2025 at 05:29):

Mathlib's nightly-testing branch (371eac11c8972082312234185a2467147004d12e) regression run completed.
Errors: 6

Warnings: 280

Error counts

Warning counts

github mathlib4 bot (Dec 12 2025 at 05:30):

Mathlib's nightly-testing branch (0e01e942cf77712b3c312afb0bace9fd6fc540a9) regression run completed.
Errors: 6

Warnings: 280

Error counts

Warning counts

github mathlib4 bot (Dec 13 2025 at 05:25):

Mathlib's nightly-testing branch (9b2a09389fcaff1701eed8b6196c9f1402729281) regression run completed.
Errors: 6

Warnings: 280

Error counts

Warning counts

github mathlib4 bot (Dec 14 2025 at 05:29):

Mathlib's nightly-testing branch (e0e4b3764f55ff95f4c6fb9dc2178cb528baafa3) regression run completed.
Errors: 6

Warnings: 280

Error counts

Warning counts

github mathlib4 bot (Dec 15 2025 at 05:37):

Mathlib's nightly-testing branch (6cda3b4ae49ccfb8af631b143404895d3637bdf7) regression run completed.
Errors: 6

Warnings: 267

Error counts

Warning counts

github mathlib4 bot (Dec 16 2025 at 05:34):

Mathlib's nightly-testing branch (819c9e30c119428cfd1a078fb77b44597e02e24f) regression run completed.
Errors: 6

Warnings: 265

Error counts

Warning counts

github mathlib4 bot (Dec 17 2025 at 05:28):

Mathlib's nightly-testing branch (1d00b4d59cb464d6d4bcb213b54f4328b743a32d) regression run completed.
Errors: 6

Warnings: 265

Error counts

Warning counts

github mathlib4 bot (Dec 18 2025 at 05:29):

Mathlib's nightly-testing branch (41366a77a05165b3313523d07b2e4710142426c2) regression run completed.
Errors: 6

Warnings: 173

Error counts

Warning counts

Kim Morrison (Dec 18 2025 at 10:11):

:tada:

2 grind failed where linarith succeeded.

Almost there!

github mathlib4 bot (Dec 19 2025 at 05:33):

Mathlib's nightly-testing branch (581e65392b3f3c7490f7c659ed743b2fa4a669d2) regression run completed.
Errors: 6

Warnings: 173

Error counts

Warning counts

github mathlib4 bot (Dec 20 2025 at 05:25):

Mathlib's nightly-testing branch (34f9d35c1e2d6467d3ecc1f42722a762a912fb67) regression run completed.
Errors: 6

Warnings: 173

Error counts

Warning counts


Last updated: Dec 20 2025 at 21:32 UTC