Results 143 comments of Elvis Stansvik

Thanks for the tips @zackgalbreath, I will investigate. If all else fails, I'll try a re-installation + fresh database. Maintaining the build history is not crucial to us, so it...

> 1. You can force CDash's asynchronous processing loop to (re)start by visiting https://your-cdash-url/ajax/processsubmissions.php?projectid=1&force=1 with a web browser. I'd be curious to know if this allows the stuck builds to...

> 2. To workaround this error: > `Fatal error:Cannot redeclare ProcessSubmissionsErrorHandler()` > You could manually edit `include/submissions_functions.php` to wrap the definition of `ProcessSubmissionsErrorHandler()` in a if() block like so: >...

It is still trotting along, and large parts of the backlog of builds are now processed. I have gotten a single: ``` [2020-05-07 09:12:34] cdash.ERROR: lock not released, unexpected pid...

I can report that the browser request now finished with output: ``` begin processSubmissions.php no argc, context is web browser or some other non-command-line... projectid='1' pid='18056' force='1' AcquireProcessingLock returned true...

Doing the request again, a few more finished (6 more "OK" printouts), but now it seems to be a no-op when I do it again. There is a single build...

A re-triggered build was submitted successfully, with no missing result on the dashboard. I then tried removing the `if (!function_exists(..))` guards in `include/submission_functions.php` and trigger another build. That one was...

Hm, it seems builds are again incompletely processed: ![incomplete-builds](https://user-images.githubusercontent.com/86675/81291193-a0aed680-9069-11ea-968a-54935afeafd2.png) It seems that as soon as I've triggered those errors in https://github.com/Kitware/CDash/issues/987#issuecomment-625196151 once, then subsequent builds will not be fully processed....

I just came across this issue while browsing around for something else. In my case, I'm actually using the same VS version (2015) to build Blosc and the Blosc HDF5...

Having this problem as well. For some files it works and for some it does not. E.g. in a from-scratch vue-cli project, the CSS in `App.vue` (left) is highlighted correctly,...