Gunnar Wagenknecht

Results 33 issues of Gunnar Wagenknecht

Found this in the log: ``` !ENTRY org.eclipse.core.jobs 4 2 2023-10-27 13:30:56.284 !MESSAGE An internal error occurred during: "Initialize workspace". !STACK 0 java.lang.NullPointerException: Cannot invoke "org.eclipse.jdt.ls.core.internal.handlers.WorkspaceDiagnosticsHandler.publishDiagnostics(org.eclipse.core.runtime.IProgressMonitor)" because "this.this$0.workspaceDiagnosticsHandler" is null...

Put into proper Java package `com.google.devtools.buildozer` and use `BuildozerProtos` as class name

``` > bazelisk version Bazelisk version: development ... ``` I think Homebrew should use/output a proper Bazelisk version.

type:bug
P2

I've updated to latest RJE and running into an issue in our CI. ``` Starting local Bazel server and connecting to it... (14:40:59) INFO: Repository rules_jvm_external_deps instantiated at: .../WORKSPACE:19:24: in...

With Tycho 4.0.4 I see lots of the following log output when using the `mirror` goal. ``` [WARNING] [...][plugin>org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.4] Failure reporting download statistics to URL: https://download.eclipse.org/stats/releases/2023-12/org.eclipse.help.base.source/4.4.200.v20231201-0110 java.lang.NullPointerException at java.util.Objects.requireNonNull (Objects.java:233)...

We are using `rules_jvm` without problems with this in the workspace: ``` load("@contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps") contrib_rules_jvm_deps() load("@contrib_rules_jvm//:setup.bzl", "contrib_rules_jvm_setup") contrib_rules_jvm_setup() ``` However, as soon as we add `--override_repository= rules_jvm=/path/to/rules_jvm` the build fails...

I noticed that when I'm in a WiFi that does not support location service (eg., ICE train in Germany), LocateMe would print an error message and hangs. Pressing ^C seems...

Following the steps in the README and running into issues building: ``` $ bazel build -c opt //cmd/jadep Starting local Bazel server and connecting to it... INFO: Invocation ID: 18a59634-6aa0-46bb-ab19-6a2bf04279d7...

### Description of the bug: Our build is unreliable. The culprit seems to be remote cache problems (we use Google Cloud storage). ``` (22:37:24) ERROR: /...BUILD.bazel:3:17: Building ....jar (229 source...

type: bug
P1
team-Remote-Exec