We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sbt std-benchmarks/run fails with frgaal exited with exit code 1. The underlying error is:
sbt std-benchmarks/run
frgaal exited with exit code 1
Type error: expected the result of build_multiple to be Vector, but got Cannto parse foreign arrow method.
Attaching debugger and hitting breakpoint in
enso/lib/scala/bench-processor/src/main/java/org/enso/benchmarks/processor/BenchProcessor.java
Line 112 in c20eab2
arrow
See https://github.com/enso-org/enso/blob/develop/docs/debugger/runtime-debugging.md#debugging-annotation-processors for annotation processor debugging.
Note that on the CI, the Benchmark Standard Libraries GH Action (for example last run is in https://github.com/enso-org/enso/actions/runs/10135787234/job/28023635309) runs just OK.
How is it possible that the job runs on CI and not locally?
Encountered during #10702
The content you are editing has changed. Please copy your edits and refresh the page.
sbt std-benchmarks/bench
The text was updated successfully, but these errors were encountered:
@JaroslavTulach Please try to reproduce the problem on your machine. Just run sbt std-benchmarks/run -h.
sbt std-benchmarks/run -h
Sorry, something went wrong.
WithWarnings
EnsoHashMap
Following seems to work for me on 4dfbbd5
sbt:std-benchmarks> benchOnly Vector
Closing as a non-issue, works for me on 2024-09-11
Akirathan
No branches or pull requests
sbt std-benchmarks/run
fails withfrgaal exited with exit code 1
. The underlying error is:Attaching debugger and hitting breakpoint in
enso/lib/scala/bench-processor/src/main/java/org/enso/benchmarks/processor/BenchProcessor.java
Line 112 in c20eab2
arrow
language loaded in the polyglot engine. This is not expected, as arrow language is in module-path.See https://github.com/enso-org/enso/blob/develop/docs/debugger/runtime-debugging.md#debugging-annotation-processors for annotation processor debugging.
Note that on the CI, the Benchmark Standard Libraries GH Action (for example last run is in https://github.com/enso-org/enso/actions/runs/10135787234/job/28023635309) runs just OK.
How is it possible that the job runs on CI and not locally?
Encountered during #10702
Tasks
The text was updated successfully, but these errors were encountered: