George Gensure

Results 47 issues of George Gensure

The instance name should be configured as an additional GRPC type field to identify the remote instance name supplied to resource requests. Update build/buildfarm/cas/GrpcCAS.java to use this field instead of...

enhancement
help wanted
java

The last meaningful commit to this tree references bazel 0.23. The reason for these changes, and the incompatibilities in protobuf, likely no longer exist. Remove all unneeded information under this...

help wanted
dependencies

This should point to the most recently failing build that is the reason for its current color.

#1208 filed with description ``` Exception in thread "Thread-190" java.lang.IllegalArgumentException: double separator in output directory at build.buildfarm.worker.OutputDirectory.parseDirectories(OutputDirectory.java:181) at build.buildfarm.worker.OutputDirectory.parse(OutputDirectory.java:109) at build.buildfarm.worker.shard.CFCExecFileSystem.createExecDir(CFCExecFileSystem.java:354) at build.buildfarm.worker.shard.ShardWorkerContext.createExecDir(ShardWorkerContext.java:713) at build.buildfarm.worker.InputFetcher.fetchPolled(InputFetcher.java:191) at build.buildfarm.worker.InputFetcher.runInterruptibly(InputFetcher.java:101) at build.buildfarm.worker.InputFetcher.run(InputFetcher.java:280) at...

``` (16:05:46) INFO: From Compiling compiler/src/java_plugin/cpp/java_generator.cpp [for tool]: --   | C:\b\54t5nytv\execroot\build_buildfarm\external\io_grpc_grpc_java\compiler\src\java_plugin\cpp\java_generator.h(35) : warning C4722: 'LogHelper::~LogHelper': destructor never returns, potential memory leak   | (16:05:47) ERROR: C:/b/yechmtpy/external/maven/BUILD:3188:11: Stamping the manifest of @maven//:org_projectlombok_lombok...

Shut down the redis container on integration complete Start redis after building source Inspire bazel binary from env vars Use ubuntu 24.04 for integration testing Only support python3 for coverage...

Workers should report the execution/stall times for match and report result stages via prometheus metrics. Average 'after' times for exec dir cleanup should also be reported.

### Description of the bug: A hang occurs when successive CancellationExceptions are observed in StarlarkRepositoryFunction, resulting in, seemingly a wait for a signal that will never come. The jstack frames...

type: bug
P1
team-ExternalDeps

The compiler generates a semicolon on block termination for inverted sections. jshint generates an error when the resulting source is processed. PR #235 supplied to correct this.

Semicolon termination of an 'if' block for inverted sections can cause errors under jshint and other linting programs, and is unnecessary.