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

"Unable to make progress running work" using 7.5-rc-3 #21125

Closed
martinbonnin opened this issue Jun 29, 2022 · 1 comment
Closed

"Unable to make progress running work" using 7.5-rc-3 #21125

martinbonnin opened this issue Jun 29, 2022 · 1 comment
Assignees
Labels
a:bug in:scheduler execution plan, task graph, work lease, project lock
Milestone

Comments

@martinbonnin
Copy link
Contributor

I get an error similar to #20254 with 7.5-rc-3. To reproduce:

git clone https://github.com/apollographql/apollo-kotlin
cd apollo-kotlin
# checkout branch add-benchmark
git checkout 3f07a68671b6c8dc6784af744ef917a4edbb2bfd 
./gradlew -p tests build

The build reaches 97% and then fails with:

Unable to make progress running work. The following items are queued for execution but none of them can be started:
  - Queued nodes for :
      - work action resolve metadata-service.json (project :multi-module-root) (state=SHOULD_RUN, dependencies=NOT_COMPLETE, group=finalizer in task group 0, successors=[:multi-module-root:generateServiceApolloSources])
      - :multi-module-child:generateServiceApolloSources (state=SHOULD_RUN, dependencies=NOT_COMPLETE, group=org.gradle.execution.plan.CompositeNodeGroup@39bfc497, successors=[:multi-module-child:checkApolloVersi
[...]

This started with 7.5-rc-1. 7.4.2 seems unaffected

@donat donat removed the to-triage label Jun 29, 2022
@donat donat added this to the 7.5 milestone Jun 29, 2022
@donat donat added the in:scheduler execution plan, task graph, work lease, project lock label Jun 29, 2022
@mlopatkin mlopatkin assigned mlopatkin and unassigned mlopatkin Jun 30, 2022
@ljacomet ljacomet modified the milestones: 7.5, 7.5 RC4 Jun 30, 2022
@adammurdoch adammurdoch self-assigned this Jul 1, 2022
@adammurdoch
Copy link
Member

This should be fixed now, via #21163

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:bug in:scheduler execution plan, task graph, work lease, project lock
Projects
None yet
Development

No branches or pull requests

5 participants