You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating Bloop from v1.3.2 to v1.3.4, Seed's integration tests stopped working.
The two failed CI runs (1, 2) both block on the first bloop compile <module> command during the compiler bridge resolution:
[D] Read-only classes directory /tmp/seed3630563884690033698/meta-module/build/bloop/classes-empty-example-js
[D] New rw classes directory /tmp/seed3630563884690033698/meta-module/build/bloop/bloop-internal-classes/example-js-BgYTCnGgTUiUlzKIq0Qvcg==
[D] No previous setup found, invalidating everything.
[D] No previous setup found, invalidating everything.
[D] Full compilation, no sources in previous analysis.
[D] Full compilation, no sources in previous analysis.
[D] All sources are invalidated.
[D] Initial set of included nodes:
[D] All sources are invalidated.
[D] Initial set of included nodes:
[D] Recompiling all sources: number of invalidated sources > 50.0% of all sources
[D] Recompiling all sources: number of invalidated sources > 50.0% of all sources
[D] Resolving ch.epfl.scala:compiler-bridge_2.12:1.3.0-M4+26-045d2c8c
In case it helps, here is the generated Bloop project from a local test suite run.
Thanks for opening the ticket! This issue was fixed in v1.3.5 (which hasn't yet been officially released but which can be resolved from the CI) and it's also fixed in master. Next official release will advertise that we fixed this bug.
After updating Bloop from v1.3.2 to v1.3.4, Seed's integration tests stopped working.
The two failed CI runs (1, 2) both block on the first
bloop compile <module>
command during the compiler bridge resolution:In case it helps, here is the generated Bloop project from a local test suite run.
This issue might be related to: #799
The text was updated successfully, but these errors were encountered: