Consensys / linea-tracer

Part of the Linea stack responsible for extracting data from the execution of an EVM client in order to construct large matrices called execution traces.
https://linea.build
Other
35 stars 22 forks source link

`./gradlew` does not work #1071

Closed OlivierBBB closed 1 month ago

OlivierBBB commented 2 months ago

Olivier:

 ./gradlew hub

> Task :arithmetization:hub FAILED
Generating traces for hub from [besu, -P, hub, -o, /Users/olivierbegassat/dev/java/arithmetization/arithmetization/src/main/java/net/consensys/linea/zktracer/module/hub, zkevm-constraints/hub/constants.lisp, zkevm-constraints/hub/columns/account.lisp, zkevm-constraints/hub/columns/context.lisp, zkevm-constraints/hub/columns/shared.lisp, zkevm-constraints/hub/columns/stack.lisp, zkevm-constraints/hub/columns/storage.lisp, zkevm-constraints/hub/columns/transaction.lisp, zkevm-constraints/hub/columns/scenario.lisp, zkevm-constraints/hub/columns/miscellaneous.lisp]

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':arithmetization:hub'.
> A problem occurred starting process 'command 'corset''

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 408ms
9 actionable tasks: 1 executed, 8 up-to-date

~Note: the arithmetization/arithmetization in the first path. Others don't have that issue, I seem to be the only one with it.~ This is not an issue but just me misunderstanding the folder structure.

arijitdutta67 commented 2 months ago
arijitdutta@1200789 linea-tracer % ./gradlew hub

> Task :arithmetization:hub FAILED
Generating traces for hub from [besu, -P, hub, -o, /Users/arijitdutta/repo/linea-tracer/arithmetization/src/main/java/net/consensys/linea/zktracer/module/hub, zkevm-constraints/hub/constants.lisp, zkevm-constraints/hub/columns/account.lisp, zkevm-constraints/hub/columns/context.lisp, zkevm-constraints/hub/columns/shared.lisp, zkevm-constraints/hub/columns/stack.lisp, zkevm-constraints/hub/columns/storage.lisp, zkevm-constraints/hub/columns/transaction.lisp, zkevm-constraints/hub/columns/scenario.lisp, zkevm-constraints/hub/columns/miscellaneous.lisp]

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':arithmetization:hub'.
> A problem occurred starting process 'command 'corset''

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 510ms
9 actionable tasks: 1 executed, 8 up-to-date
letypequividelespoubelles commented 1 month ago

I don't know what was the issue, I had the same, but just now, I was able to make it work again