ChainRules.jl has been failing on nightly for over a week with this error.
test_rrule: ComposedFunction{typeof(copy), typeof(broadcasted)}(copy, Base.Broadcast.broadcasted) on Base.Broadcast.Style{Tuple},typeof(log),Float64,Float64,Float64: Error During Test at /home/runner/.julia/packages/ChainRulesTestUtils/YbVdW/src/testers.jl:193
I reran the tests pinning ChainRulesCore to 1.15.3 and the tests seem to be passing now. It isn't immediately obvious from the error or the diff between those two release as to what would have broken. Maybe something in the tests just need to be updated?