Skip to content
New issue

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

Web UI doesn't show log output, but CLI does #938

Open
talex5 opened this issue May 28, 2024 · 0 comments
Open

Web UI doesn't show log output, but CLI does #938

talex5 opened this issue May 28, 2024 · 0 comments
Labels
type/bug Something isn't working

Comments

@talex5
Copy link
Contributor

talex5 commented May 28, 2024

Context

I'm looking at the Analysis logs for a job (https://ocaml.ci.dev/github/ocaml-multicore/eio/commit/3b2a67966ec5e69c9c059385321f055f4a18037d/variant/%28analysis%29), and I don't see any output:

Screenshot 2024-05-28 at 11-17-16 OCaml-CI

However, I can see the output so far using the CLI:

$ ocaml-ci ocaml-multicore/eio pull/733/head '(analysis)' log
2024-05-28 09:47.45: New job: Analyse
2024-05-28 09:47.45: Waiting for resource in pool analyse
2024-05-28 09:47.51: Got resource from pool analyse
2024-05-28 09:47.51: Solving with opam-repository commit: https://github.com/ocaml/opam-repository.git#refs/heads/master (51468f1203ccf0154f282d88931580be863197e2)
2024-05-28 09:47.51: Waiting for worker…
Building on arm64-jade-1.equinix.ci.dev-10
2024-05-28 09:49.36 [INFO] Solving for deps_for_opam_dune_lint.opam,
                           eio_windows.dev, eio_posix.dev, eio_main.dev,
                           eio_linux.dev, eio.dev

So, this seems to be a bug with the web UI rather than a problem with the ocaml-ci service itself.

Oddly, once some actual results arrive e.g. 2024-05-28 10:19.23 [INFO] debian-12-4.02_opam-2.1: eliminated all possibilities in 22.57 s, they do show up in real-time in the web UI!

Step(s) to reproduce

The mysterious missing log thing happens quite regularly when an analysis job is delayed.

Expected behaviour

The web UI should show all of the job's log output so far immediately.

Technical details

Happened on Firefox and Chromium.

@talex5 talex5 added the type/bug Something isn't working label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant