Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Failing errorshow testset on 32-bit Windows #55900

Open
giordano opened this issue Sep 27, 2024 · 0 comments
Open

[CI] Failing errorshow testset on 32-bit Windows #55900

giordano opened this issue Sep 27, 2024 · 0 comments
Labels
ci Continuous integration system:windows Affects only Windows system:32-bit Affects only 32-bit systems

Comments

@giordano
Copy link
Contributor

giordano commented Sep 27, 2024

https://buildkite.com/julialang/julia-master/builds/40241#01922617-e7bf-4cff-ad7e-de35fa1acb22/686-1445

The global RNG seed was 0xe480c0899201964c5f050fcb2da78dbd.
Error in testset errorshow:
Test Failed at C:\buildkite-agent\builds\win2k22-amdci6-5\julialang\julia-master\julia-25cbe006f3\share\julia\test\errorshow.jl:783
  Expression: occursin("the above 2 lines are repeated 5000 more times", output[7])
   Evaluated: occursin("the above 2 lines are repeated 5000 more times", "--- the above 2 lines are repeated 4998 more times ---")
Error in testset errorshow:
Test Failed at C:\buildkite-agent\builds\win2k22-amdci6-5\julialang\julia-master\julia-25cbe006f3\share\julia\test\errorshow.jl:784
  Expression: (lstrip(output[8]))[1:7] == "[10003]"
   Evaluated: "[9999] " == "[10003]"

This is happening very frequently, but not always. Didn't find the first PR where this showed up. 25cbe00 (#55767) seems to be the first commit on master where this failed, but since this isn't systematic it doesn't necessarily means it's the change which introduced the failure.

@giordano giordano added system:windows Affects only Windows system:32-bit Affects only 32-bit systems ci Continuous integration labels Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration system:windows Affects only Windows system:32-bit Affects only 32-bit systems
Projects
None yet
Development

No branches or pull requests

1 participant