Skip to content

Nightly Dotty workflow of 2024-05-08 failed #20362

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

Closed
github-actions bot opened this issue May 8, 2024 · 1 comment · Fixed by #20363
Closed

Nightly Dotty workflow of 2024-05-08 failed #20362

github-actions bot opened this issue May 8, 2024 · 1 comment · Fixed by #20363
Assignees
Milestone

Comments

@github-actions
Copy link
Contributor

github-actions bot commented May 8, 2024

See https://github.com/scala/scala3/actions/runs/8995587690

@bishabosha
Copy link
Member

bishabosha commented May 8, 2024

This one test (tests/neg/i20317.scala) suddenly had 1 less error than expected, failing in 5 CI jobs in the exact same way:

Wrong number of errors encountered when compiling tests/neg/i20317.scala
expected: 2, actual: 1
Unfulfilled expectations:
tests/neg/i20317.scala:3
Unexpected errors:

-> following the errors:
 at 3: Recursion limit exceeded.
Maybe there is an illegal cyclic reference?
If that's not the case, you could also try to increase the stacksize using the -Xss JVM option.
For the unprocessed stack trace, compile with -Xno-decode-stacktraces.
A recurring operation is (inner to outer):

  type parameters of A
  type parameters of Foo[A]
  type parameters of  <: Foo[A]
  type parameters of A
  type parameters of A
  type parameters of Foo[A]
  type parameters of  <: Foo[A]
  type parameters of A
  type parameters of A
  type parameters of Foo[A]
  ...

  type parameters of A
  type parameters of Foo[A]
  type parameters of  <: Foo[A]
  type parameters of A
  type parameters of A
  type parameters of Foo[A]
  type parameters of  <: Foo[A]
  type parameters of A
  type parameters of Foo[A]
  type parameters of  <: Foo[A]

@hamzaremmal hamzaremmal self-assigned this May 8, 2024
sjrd added a commit that referenced this issue May 8, 2024
@Kordyjan Kordyjan added this to the 3.5.1 milestone Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants