Advertisement
Guest User

Start runner with it disabled in Bitbucket settings

a guest
Jan 11th, 2024
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. [2024-01-11 12:18:23,082] Runner version: 1.549
  2. [2024-01-11 12:18:23,086] Runner runtime: linux-shell
  3. [2024-01-11 12:18:23,307] Starting websocket listening to RUNNER_UPDATED events.
  4. [2024-01-11 12:18:23,740] Updating runner status to "ONLINE" and checking for new steps assigned to the runner after 0 seconds and then every 30 seconds.
  5. [2024-01-11 12:18:24,181] Updating runner state to "ONLINE".
  6. Exception in thread "Thread-0" java.lang.NullPointerException: Cannot invoke "brave.Tracer.withSpanInScope(brave.Span)" because the return value of "brave.Tracing.currentTracer()" is null
  7. at com.atlassian.pipelines.common.trace.rxjava.util.BraveUtil.lambda$withOptionalSpanInScope$0(BraveUtil.java:19)
  8. at java.base/java.util.Optional.map(Optional.java:260)
  9. at com.atlassian.pipelines.common.trace.rxjava.util.BraveUtil.withOptionalSpanInScope(BraveUtil.java:19)
  10. at com.atlassian.pipelines.runner.core.util.RunnableWithContext.run(RunnableWithContext.java:31)
  11. at java.base/java.lang.Thread.run(Thread.java:840)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement