Yep, same for me. Looks terrible. I don't know what this is, sorry.

Dawid


On Mon, Jul 8, 2024 at 9:30 PM Chris Hostetter <hossman_luc...@fucit.org>
wrote:

>
> It's been a bit since I built anything on the main branch, but it seems
> like smething is now broken in the gradle task
> depenendencies/parallelization if you try to run...
>
>         ./gradlew clean check
>
> A truncated example of what the output looks like is below, the final
> failure message being "Unable to make progress running work. There are
> items queued for execution but none of them can be started"
>
> This problem doesn't happen if you run...
>
>          ./gradlew clean; ./gradlew check
>
> ...so it seems like it has something to do with the task graph.  It also
> doesn't seem to happen on branch_9x (allthough there seem to be other
> compilations on branch_9x at the moment)
>
> Anybody else seeing this?
>
>
> -Hoss
> http://www.lucidworks.com/
>
> ----
>
> hossman@slate:~/lucene/lucene [j21] [*main] $ ./gradlew clean check
>
> > Task :errorProneSkipped
> WARNING: errorprone disabled (skipped on builds not running inside CI
> environments, pass -Pvalidation.errorprone=true to enable)
>
> > Task :randomizationInfo
> Running tests with randomization seed: tests.seed=AE138305D034A14A
> Unable to make progress running work. The following items are queued for
> execution but none of them can be started:
>    - Build ':':
>        - Waiting for nodes:
>            - :lucene:analysis.tests:wipeTaskTemp (state=SHOULD_RUN,
> dependencies=NOT_COMPLETE, group=finalizer
> :lucene:analysis.tests:wipeTaskTemp ordinal: task group 1, delegate:
> default group, no dependencies, finalizes=[:lucene:analysis.tests:test
> (SHOULD_RUN)] )
>            - :lucene:analysis:kuromoji:check (state=SHOULD_RUN,
> dependencies=NOT_COMPLETE, group=task group 1,
> dependencies=[:lucene:analysis:kuromoji:ecjLint (SHOULD_RUN),
> :lucene:analysis:kuromoji:forbiddenApis (SHOULD_RUN),
> :lucene:analysis:kuromoji:licenses (SHOULD_RUN), :luc
>
> ...
>
>    - Workers waiting for work: 6
>    - Stopped workers: 2
>
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> Unable to make progress running work. There are items queued for execution
> but none of them can be started
>
> * Try:
> > Run with --stacktrace option to get the stack trace.
> > Run with --info or --debug option to get more log output.
> > Get more help at https://help.gradle.org.
>
> BUILD FAILED in 36s
> 111 actionable tasks: 105 executed, 6 up-to-date
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>

Reply via email to