Big slowdown running Ruby rules

Are these new rules being evaluated when running local analysis? We’ve noticed a massive slowdown when scanning our code:

11:04:57.357 INFO  Sensor Declarative Rule Engine for Ruby [dre] (done) | time=1282105ms

That’s about 21 minutes. Previous scans, before October 22, took about 1-2 minutes.

We’re using the SonarSource/sonarqube-scan-action, which installs Sonar Scanner CLI 7.2.0.5079 for linux-x64

Hi @dgh,

I’ve moved your post to a new thread so it will be easier to investigate. (Feel free to edit the title. :sweat_smile:) Would you mind posting a debug (-Dsonar.verbose=true on the analysis command line) log?

The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.

This guide will help you find them.

 
Thx,
Ann

1 Like

Hi there, @dgh

As @ganncamp indicated, can you give us more information?

  • Verbose scans
  • number of lines of Ruby code in the repository

Denis

Hello, I’m just gathering the logs now.

We have about 430k lines of Ruby in this project. We’ve deactivated the Ruby DRE Analysis in the project and see that analysis has returned to running in about 2 minutes.

1 Like

The verbose logs are quite large, and most seem unrelated. I’m including the Ruby DRE output here. Before it, we have about 30 seconds of looking up cached CPD tokens for our Ruby files.

Here’s the Ruby DRE verbose logs & a bit of a lead-up

2025-10-28T14:51:24.3136617Z 14:51:22.908 INFO  9591/9591 source files have been analyzed
2025-10-28T14:51:24.3136876Z 14:51:22.913 INFO  Sensor Ruby Sensor [ruby] (done) | time=5076ms
2025-10-28T14:51:24.3137156Z 14:51:22.913 INFO  Sensor Import of RuboCop issues [ruby]
2025-10-28T14:51:24.3137441Z 14:51:22.914 INFO  Importing /home/runner/work/myproject/myproject/rubocop-report/rubocop-report.json
2025-10-28T14:51:24.3137813Z 14:51:22.921 INFO  Sensor Import of RuboCop issues [ruby] (done) | time=8ms
2025-10-28T14:51:24.3138034Z 14:51:22.921 INFO  Sensor SimpleCov Sensor for Ruby coverage [ruby]
2025-10-28T14:51:24.3138337Z 14:51:22.921 INFO  Sensor SimpleCov Sensor for Ruby coverage [ruby] (done) | time=0ms
2025-10-28T14:51:24.3138518Z 14:51:22.922 INFO  Sensor HTML [web]
2025-10-28T14:51:24.3138802Z 14:51:22.922 INFO  Sensor HTML is restricted to changed files only
2025-10-28T14:51:24.3138924Z 14:51:22.936 INFO  Sensor HTML [web] (done) | time=13ms
2025-10-28T14:51:24.3139072Z 14:51:22.936 INFO  Sensor Declarative Rule Engine for Ruby [dre]
2025-10-28T14:51:24.3139187Z 14:51:23.013 INFO  Detected platform: linux-x64
2025-10-28T14:51:24.3139293Z 14:51:23.045 INFO  Found 32 rules to execute.
2025-10-28T14:51:24.3139445Z 14:51:23.046 INFO  Extracting analyzer from /analyzer/analyzer.xz
2025-10-28T14:51:24.3139774Z 14:51:23.662 INFO  Analyzer extracted to /home/runner/work/myproject/myproject/.scannerwork/.sonartmp/analyzer/analyzer
2025-10-28T14:51:24.3139874Z 14:51:23.663 INFO  Starting analysis.
2025-10-28T14:51:24.3141015Z 14:51:23.680 DEBUG Invoking the engine. Command: [/home/runner/work/myproject/myproject/.scannerwork/.sonartmp/analyzer/analyzer, --facts-only, --batch-size, 204800, --output-dir, /home/runner/work/myproject/myproject/.scannerwork/.sonartmp/analyzer, --metrics, ruby, /home/runner/work/myproject/myproject/.scannerwork/.sonartmp/rules16477447902523629681.dl]
2025-10-28T14:51:24.3141125Z 14:51:23.682 DEBUG Sending 17528 files to analyze
2025-10-28T14:51:24.3141234Z 14:51:23.712 DEBUG Sending 32 rule parameters
2025-10-28T14:51:24.3141506Z 14:51:23.798 DEBUG Processing analysis results from the analyzer process
2025-10-28T14:58:51.0787423Z 14:58:51.078 DEBUG Wait for the analyzer process to terminate
2025-10-28T14:58:51.1217610Z 14:58:51.121 DEBUG Preparing facts for batch 0
2025-10-28T14:58:51.1221407Z 14:58:51.122 DEBUG Invoking Souffle on batch 0 (25 files, 49154 bytes) with timeout 30000ms
2025-10-28T14:58:52.6055289Z 14:58:52.605 DEBUG Preparing facts for batch 1
2025-10-28T14:58:52.6058046Z 14:58:52.605 DEBUG Invoking Souffle on batch 1 (10 files, 187135 bytes) with timeout 30000ms
2025-10-28T14:58:54.8419971Z 14:58:54.841 DEBUG Preparing facts for batch 2
2025-10-28T14:58:54.8422333Z 14:58:54.842 DEBUG Invoking Souffle on batch 2 (52 files, 202397 bytes) with timeout 30000ms
2025-10-28T14:58:56.9859540Z 14:58:56.985 DEBUG Preparing facts for batch 3
2025-10-28T14:58:56.9861700Z 14:58:56.986 DEBUG Invoking Souffle on batch 3 (59 files, 197403 bytes) with timeout 30000ms
2025-10-28T14:58:58.9395275Z 14:58:58.939 DEBUG Preparing facts for batch 4
2025-10-28T14:58:58.9397378Z 14:58:58.939 DEBUG Invoking Souffle on batch 4 (61 files, 202133 bytes) with timeout 30000ms
2025-10-28T14:59:00.9775031Z 14:59:00.977 DEBUG Preparing facts for batch 5
2025-10-28T14:59:00.9777584Z 14:59:00.977 DEBUG Invoking Souffle on batch 5 (50 files, 191137 bytes) with timeout 30000ms
2025-10-28T14:59:02.9770733Z 14:59:02.976 DEBUG Preparing facts for batch 6
2025-10-28T14:59:02.9772664Z 14:59:02.977 DEBUG Invoking Souffle on batch 6 (54 files, 204669 bytes) with timeout 30000ms
2025-10-28T14:59:05.0052710Z 14:59:05.005 DEBUG Preparing facts for batch 7
2025-10-28T14:59:05.0057327Z 14:59:05.005 DEBUG Invoking Souffle on batch 7 (74 files, 204776 bytes) with timeout 30000ms
2025-10-28T14:59:07.0485532Z 14:59:07.048 DEBUG Preparing facts for batch 8
2025-10-28T14:59:07.0487932Z 14:59:07.048 DEBUG Invoking Souffle on batch 8 (68 files, 197498 bytes) with timeout 30000ms
2025-10-28T14:59:09.0566775Z 14:59:09.056 DEBUG Preparing facts for batch 9
2025-10-28T14:59:09.0568620Z 14:59:09.056 DEBUG Invoking Souffle on batch 9 (64 files, 204333 bytes) with timeout 30000ms
2025-10-28T14:59:11.0706181Z 14:59:11.070 DEBUG Preparing facts for batch 10
2025-10-28T14:59:11.0707318Z 14:59:11.070 DEBUG Invoking Souffle on batch 10 (46 files, 192744 bytes) with timeout 30000ms
2025-10-28T14:59:13.0832138Z 14:59:13.082 DEBUG Preparing facts for batch 11
2025-10-28T14:59:13.0833506Z 14:59:13.083 DEBUG Invoking Souffle on batch 11 (64 files, 198127 bytes) with timeout 30000ms
2025-10-28T14:59:15.2147227Z 14:59:15.214 DEBUG Preparing facts for batch 12
2025-10-28T14:59:15.2149943Z 14:59:15.214 DEBUG Invoking Souffle on batch 12 (81 files, 199053 bytes) with timeout 30000ms
2025-10-28T14:59:17.2747501Z 14:59:17.274 DEBUG Preparing facts for batch 13
2025-10-28T14:59:17.2749080Z 14:59:17.274 DEBUG Invoking Souffle on batch 13 (38 files, 204146 bytes) with timeout 30000ms
2025-10-28T14:59:19.4028263Z 14:59:19.402 DEBUG Preparing facts for batch 14
2025-10-28T14:59:19.4033112Z 14:59:19.403 DEBUG Invoking Souffle on batch 14 (82 files, 198280 bytes) with timeout 30000ms
2025-10-28T14:59:21.5544743Z 14:59:21.554 DEBUG Preparing facts for batch 15
2025-10-28T14:59:21.5548292Z 14:59:21.554 DEBUG Invoking Souffle on batch 15 (53 files, 204253 bytes) with timeout 30000ms
2025-10-28T14:59:23.6996642Z 14:59:23.699 DEBUG Preparing facts for batch 16
2025-10-28T14:59:23.6998445Z 14:59:23.699 DEBUG Invoking Souffle on batch 16 (54 files, 197440 bytes) with timeout 30000ms
2025-10-28T14:59:25.7656885Z 14:59:25.765 DEBUG Preparing facts for batch 17
2025-10-28T14:59:25.7658478Z 14:59:25.765 DEBUG Invoking Souffle on batch 17 (71 files, 196585 bytes) with timeout 30000ms
2025-10-28T14:59:27.9604090Z 14:59:27.960 DEBUG Preparing facts for batch 18
2025-10-28T14:59:27.9605768Z 14:59:27.960 DEBUG Invoking Souffle on batch 18 (63 files, 198062 bytes) with timeout 30000ms
2025-10-28T14:59:30.2679685Z 14:59:30.267 DEBUG Preparing facts for batch 19
2025-10-28T14:59:30.2682245Z 14:59:30.268 DEBUG Invoking Souffle on batch 19 (59 files, 203627 bytes) with timeout 30000ms
2025-10-28T14:59:32.3579777Z 14:59:32.357 DEBUG Preparing facts for batch 20
2025-10-28T14:59:32.3581846Z 14:59:32.358 DEBUG Invoking Souffle on batch 20 (54 files, 177297 bytes) with timeout 30000ms
2025-10-28T14:59:34.4745750Z 14:59:34.474 DEBUG Preparing facts for batch 21
2025-10-28T14:59:34.4747137Z 14:59:34.474 DEBUG Invoking Souffle on batch 21 (48 files, 204331 bytes) with timeout 30000ms
2025-10-28T14:59:36.5235428Z 14:59:36.523 DEBUG Preparing facts for batch 22
2025-10-28T14:59:36.5237298Z 14:59:36.523 DEBUG Invoking Souffle on batch 22 (79 files, 203864 bytes) with timeout 30000ms
2025-10-28T14:59:38.7166441Z 14:59:38.716 DEBUG Preparing facts for batch 23
2025-10-28T14:59:38.7167397Z 14:59:38.716 DEBUG Invoking Souffle on batch 23 (61 files, 204618 bytes) with timeout 30000ms
2025-10-28T14:59:40.7710205Z 14:59:40.770 DEBUG Preparing facts for batch 24
2025-10-28T14:59:40.7711597Z 14:59:40.771 DEBUG Invoking Souffle on batch 24 (97 files, 200072 bytes) with timeout 30000ms
2025-10-28T14:59:42.9079611Z 14:59:42.907 DEBUG Preparing facts for batch 25
2025-10-28T14:59:42.9081630Z 14:59:42.908 DEBUG Invoking Souffle on batch 25 (77 files, 204607 bytes) with timeout 30000ms
2025-10-28T14:59:45.1545616Z 14:59:45.154 DEBUG Preparing facts for batch 26
2025-10-28T14:59:45.1547371Z 14:59:45.154 DEBUG Invoking Souffle on batch 26 (49 files, 122203 bytes) with timeout 30000ms
2025-10-28T14:59:47.0555344Z 14:59:47.055 DEBUG Preparing facts for batch 27
2025-10-28T14:59:47.0556511Z 14:59:47.055 DEBUG Invoking Souffle on batch 27 (40 files, 203280 bytes) with timeout 30000ms
2025-10-28T14:59:49.2013521Z 14:59:49.201 DEBUG Preparing facts for batch 28
2025-10-28T14:59:49.2015103Z 14:59:49.201 DEBUG Invoking Souffle on batch 28 (24 files, 125473 bytes) with timeout 30000ms
2025-10-28T14:59:51.1958461Z 14:59:51.195 DEBUG Preparing facts for batch 29
2025-10-28T14:59:51.1960364Z 14:59:51.195 DEBUG Invoking Souffle on batch 29 (22 files, 195528 bytes) with timeout 30000ms
2025-10-28T14:59:53.4588194Z 14:59:53.458 DEBUG Preparing facts for batch 30
2025-10-28T14:59:53.4589895Z 14:59:53.458 DEBUG Invoking Souffle on batch 30 (68 files, 203944 bytes) with timeout 30000ms
2025-10-28T14:59:55.7210963Z 14:59:55.720 DEBUG Preparing facts for batch 31
2025-10-28T14:59:55.7212729Z 14:59:55.721 DEBUG Invoking Souffle on batch 31 (66 files, 184844 bytes) with timeout 30000ms
2025-10-28T14:59:57.8335611Z 14:59:57.833 DEBUG Preparing facts for batch 32
2025-10-28T14:59:57.8337017Z 14:59:57.833 DEBUG Invoking Souffle on batch 32 (51 files, 198582 bytes) with timeout 30000ms
2025-10-28T14:59:59.8821550Z 14:59:59.881 DEBUG Preparing facts for batch 33
2025-10-28T14:59:59.8822631Z 14:59:59.882 DEBUG Invoking Souffle on batch 33 (42 files, 201667 bytes) with timeout 30000ms
2025-10-28T15:00:02.0538970Z 15:00:02.053 DEBUG Preparing facts for batch 34
2025-10-28T15:00:02.0541095Z 15:00:02.053 DEBUG Invoking Souffle on batch 34 (53 files, 199375 bytes) with timeout 30000ms
2025-10-28T15:00:04.2041235Z 15:00:04.203 DEBUG Preparing facts for batch 35
2025-10-28T15:00:04.2042862Z 15:00:04.204 DEBUG Invoking Souffle on batch 35 (63 files, 204552 bytes) with timeout 30000ms
2025-10-28T15:00:06.3194539Z 15:00:06.319 DEBUG Preparing facts for batch 36
2025-10-28T15:00:06.3195593Z 15:00:06.319 DEBUG Invoking Souffle on batch 36 (68 files, 203014 bytes) with timeout 30000ms
2025-10-28T15:00:08.2690833Z 15:00:08.268 DEBUG Preparing facts for batch 37
2025-10-28T15:00:08.2692124Z 15:00:08.269 DEBUG Invoking Souffle on batch 37 (57 files, 202833 bytes) with timeout 30000ms
2025-10-28T15:00:10.1761378Z 15:00:10.175 DEBUG Preparing facts for batch 38
2025-10-28T15:00:10.1763102Z 15:00:10.176 DEBUG Invoking Souffle on batch 38 (47 files, 200457 bytes) with timeout 30000ms
2025-10-28T15:00:12.2079582Z 15:00:12.207 DEBUG Preparing facts for batch 39
2025-10-28T15:00:12.2080985Z 15:00:12.207 DEBUG Invoking Souffle on batch 39 (49 files, 197955 bytes) with timeout 30000ms
2025-10-28T15:00:14.2370879Z 15:00:14.236 DEBUG Preparing facts for batch 40
2025-10-28T15:00:14.2373801Z 15:00:14.237 DEBUG Invoking Souffle on batch 40 (72 files, 204770 bytes) with timeout 30000ms
2025-10-28T15:00:16.2550586Z 15:00:16.254 DEBUG Preparing facts for batch 41
2025-10-28T15:00:16.2552953Z 15:00:16.255 DEBUG Invoking Souffle on batch 41 (64 files, 196521 bytes) with timeout 30000ms
2025-10-28T15:00:18.3206401Z 15:00:18.320 DEBUG Preparing facts for batch 42
2025-10-28T15:00:18.3209926Z 15:00:18.320 DEBUG Invoking Souffle on batch 42 (52 files, 201079 bytes) with timeout 30000ms
2025-10-28T15:00:20.4742885Z 15:00:20.474 DEBUG Preparing facts for batch 43
2025-10-28T15:00:20.4745183Z 15:00:20.474 DEBUG Invoking Souffle on batch 43 (68 files, 185775 bytes) with timeout 30000ms
2025-10-28T15:00:22.5539112Z 15:00:22.553 DEBUG Preparing facts for batch 44
2025-10-28T15:00:22.5540383Z 15:00:22.553 DEBUG Invoking Souffle on batch 44 (77 files, 203917 bytes) with timeout 30000ms
2025-10-28T15:00:24.7293043Z 15:00:24.729 DEBUG Preparing facts for batch 45
2025-10-28T15:00:24.7294282Z 15:00:24.729 DEBUG Invoking Souffle on batch 45 (41 files, 203261 bytes) with timeout 30000ms
2025-10-28T15:00:26.7838858Z 15:00:26.783 DEBUG Preparing facts for batch 46
2025-10-28T15:00:26.7841886Z 15:00:26.784 DEBUG Invoking Souffle on batch 46 (75 files, 198813 bytes) with timeout 30000ms
2025-10-28T15:00:28.9153000Z 15:00:28.915 DEBUG Preparing facts for batch 47
2025-10-28T15:00:28.9154917Z 15:00:28.915 DEBUG Invoking Souffle on batch 47 (56 files, 204109 bytes) with timeout 30000ms
2025-10-28T15:00:31.0185455Z 15:00:31.018 DEBUG Preparing facts for batch 48
2025-10-28T15:00:31.0186807Z 15:00:31.018 DEBUG Invoking Souffle on batch 48 (59 files, 203208 bytes) with timeout 30000ms
2025-10-28T15:00:33.1301820Z 15:00:33.129 DEBUG Preparing facts for batch 49
2025-10-28T15:00:33.1303444Z 15:00:33.130 DEBUG Invoking Souffle on batch 49 (74 files, 197895 bytes) with timeout 30000ms
2025-10-28T15:00:35.1045967Z 15:00:35.104 DEBUG Preparing facts for batch 50
2025-10-28T15:00:35.1047447Z 15:00:35.104 DEBUG Invoking Souffle on batch 50 (27 files, 204760 bytes) with timeout 30000ms
2025-10-28T15:00:37.4213725Z 15:00:37.421 DEBUG Preparing facts for batch 51
2025-10-28T15:00:37.4216583Z 15:00:37.421 DEBUG Invoking Souffle on batch 51 (57 files, 201763 bytes) with timeout 30000ms
2025-10-28T15:00:39.5273923Z 15:00:39.527 DEBUG Preparing facts for batch 52
2025-10-28T15:00:39.5275247Z 15:00:39.527 DEBUG Invoking Souffle on batch 52 (64 files, 203571 bytes) with timeout 30000ms
2025-10-28T15:00:41.7829945Z 15:00:41.782 DEBUG Preparing facts for batch 53
2025-10-28T15:00:41.7832664Z 15:00:41.783 DEBUG Invoking Souffle on batch 53 (63 files, 190678 bytes) with timeout 30000ms
2025-10-28T15:00:43.9755722Z 15:00:43.975 DEBUG Preparing facts for batch 54
2025-10-28T15:00:43.9756770Z 15:00:43.975 DEBUG Invoking Souffle on batch 54 (58 files, 204495 bytes) with timeout 30000ms
2025-10-28T15:00:46.0281450Z 15:00:46.027 DEBUG Preparing facts for batch 55
2025-10-28T15:00:46.0283107Z 15:00:46.028 DEBUG Invoking Souffle on batch 55 (56 files, 197579 bytes) with timeout 30000ms
2025-10-28T15:00:47.9136913Z 15:00:47.913 DEBUG Preparing facts for batch 56
2025-10-28T15:00:47.9138570Z 15:00:47.913 DEBUG Invoking Souffle on batch 56 (52 files, 161389 bytes) with timeout 30000ms
2025-10-28T15:00:49.8255045Z 15:00:49.825 DEBUG Preparing facts for batch 57
2025-10-28T15:00:49.8256517Z 15:00:49.825 DEBUG Invoking Souffle on batch 57 (39 files, 194952 bytes) with timeout 30000ms
2025-10-28T15:00:51.7883544Z 15:00:51.788 DEBUG Preparing facts for batch 58
2025-10-28T15:00:51.7886089Z 15:00:51.788 DEBUG Invoking Souffle on batch 58 (1 files, 262065 bytes) with timeout 278080ms
2025-10-28T15:00:54.1387502Z 15:00:54.138 DEBUG Preparing facts for batch 59
2025-10-28T15:00:54.1390517Z 15:00:54.138 DEBUG Invoking Souffle on batch 59 (68 files, 198741 bytes) with timeout 30000ms
2025-10-28T15:00:56.1588886Z 15:00:56.158 DEBUG Preparing facts for batch 60
2025-10-28T15:00:56.1592355Z 15:00:56.158 DEBUG Invoking Souffle on batch 60 (62 files, 193805 bytes) with timeout 30000ms
2025-10-28T15:00:58.3652887Z 15:00:58.365 DEBUG Preparing facts for batch 61
2025-10-28T15:00:58.3655893Z 15:00:58.365 DEBUG Invoking Souffle on batch 61 (54 files, 200987 bytes) with timeout 30000ms
2025-10-28T15:01:00.6008745Z 15:01:00.600 DEBUG Preparing facts for batch 62
2025-10-28T15:01:00.6011143Z 15:01:00.600 DEBUG Invoking Souffle on batch 62 (43 files, 199657 bytes) with timeout 30000ms
2025-10-28T15:01:02.6783156Z 15:01:02.678 DEBUG Preparing facts for batch 63
2025-10-28T15:01:02.6784272Z 15:01:02.678 DEBUG Invoking Souffle on batch 63 (69 files, 200416 bytes) with timeout 30000ms
2025-10-28T15:01:04.6955655Z 15:01:04.695 DEBUG Preparing facts for batch 64
2025-10-28T15:01:04.6956871Z 15:01:04.695 DEBUG Invoking Souffle on batch 64 (75 files, 199312 bytes) with timeout 30000ms
2025-10-28T15:01:06.6962195Z 15:01:06.695 DEBUG Preparing facts for batch 65
2025-10-28T15:01:06.6963696Z 15:01:06.696 DEBUG Invoking Souffle on batch 65 (67 files, 204580 bytes) with timeout 30000ms
2025-10-28T15:01:08.6932350Z 15:01:08.692 DEBUG Preparing facts for batch 66
2025-10-28T15:01:08.6934053Z 15:01:08.693 DEBUG Invoking Souffle on batch 66 (57 files, 204568 bytes) with timeout 30000ms
2025-10-28T15:01:10.7396896Z 15:01:10.739 DEBUG Preparing facts for batch 67
2025-10-28T15:01:10.7398555Z 15:01:10.739 DEBUG Invoking Souffle on batch 67 (54 files, 204362 bytes) with timeout 30000ms
2025-10-28T15:01:12.8047172Z 15:01:12.804 DEBUG Preparing facts for batch 68
2025-10-28T15:01:12.8049654Z 15:01:12.804 DEBUG Invoking Souffle on batch 68 (65 files, 195875 bytes) with timeout 30000ms
2025-10-28T15:01:14.8279620Z 15:01:14.827 DEBUG Preparing facts for batch 69
2025-10-28T15:01:14.8281828Z 15:01:14.828 DEBUG Invoking Souffle on batch 69 (84 files, 196347 bytes) with timeout 30000ms
2025-10-28T15:01:16.8116479Z 15:01:16.811 DEBUG Preparing facts for batch 70
2025-10-28T15:01:16.8117458Z 15:01:16.811 DEBUG Invoking Souffle on batch 70 (32 files, 198672 bytes) with timeout 30000ms
2025-10-28T15:01:18.7550804Z 15:01:18.754 DEBUG Preparing facts for batch 71
2025-10-28T15:01:18.7551910Z 15:01:18.755 DEBUG Invoking Souffle on batch 71 (73 files, 203961 bytes) with timeout 30000ms
2025-10-28T15:01:20.7445048Z 15:01:20.744 DEBUG Preparing facts for batch 72
2025-10-28T15:01:20.7446475Z 15:01:20.744 DEBUG Invoking Souffle on batch 72 (40 files, 202256 bytes) with timeout 30000ms
2025-10-28T15:01:22.8748306Z 15:01:22.874 DEBUG Preparing facts for batch 73
2025-10-28T15:01:22.8749780Z 15:01:22.874 DEBUG Invoking Souffle on batch 73 (73 files, 203963 bytes) with timeout 30000ms
2025-10-28T15:01:25.0472464Z 15:01:25.046 DEBUG Preparing facts for batch 74
2025-10-28T15:01:25.0473915Z 15:01:25.047 DEBUG Invoking Souffle on batch 74 (90 files, 199352 bytes) with timeout 30000ms
2025-10-28T15:01:27.2156491Z 15:01:27.215 DEBUG Preparing facts for batch 75
2025-10-28T15:01:27.2158574Z 15:01:27.215 DEBUG Invoking Souffle on batch 75 (65 files, 197924 bytes) with timeout 30000ms
2025-10-28T15:01:29.3009739Z 15:01:29.300 DEBUG Preparing facts for batch 76
2025-10-28T15:01:29.3011657Z 15:01:29.301 DEBUG Invoking Souffle on batch 76 (75 files, 202908 bytes) with timeout 30000ms
2025-10-28T15:01:31.2973683Z 15:01:31.297 DEBUG Preparing facts for batch 77
2025-10-28T15:01:31.2974997Z 15:01:31.297 DEBUG Invoking Souffle on batch 77 (57 files, 199621 bytes) with timeout 30000ms
2025-10-28T15:01:33.2650553Z 15:01:33.264 DEBUG Preparing facts for batch 78
2025-10-28T15:01:33.2651897Z 15:01:33.265 DEBUG Invoking Souffle on batch 78 (37 files, 184908 bytes) with timeout 30000ms
2025-10-28T15:01:35.2450863Z 15:01:35.244 DEBUG Preparing facts for batch 79
2025-10-28T15:01:35.2452756Z 15:01:35.245 DEBUG Invoking Souffle on batch 79 (43 files, 203917 bytes) with timeout 30000ms
2025-10-28T15:01:37.2590154Z 15:01:37.258 DEBUG Preparing facts for batch 80
2025-10-28T15:01:37.2592595Z 15:01:37.259 DEBUG Invoking Souffle on batch 80 (62 files, 203691 bytes) with timeout 30000ms
2025-10-28T15:01:39.4051027Z 15:01:39.404 DEBUG Preparing facts for batch 81
2025-10-28T15:01:39.4052873Z 15:01:39.405 DEBUG Invoking Souffle on batch 81 (62 files, 201771 bytes) with timeout 30000ms
2025-10-28T15:01:41.6037926Z 15:01:41.603 DEBUG Preparing facts for batch 82
2025-10-28T15:01:41.6039426Z 15:01:41.603 DEBUG Invoking Souffle on batch 82 (49 files, 176737 bytes) with timeout 30000ms
2025-10-28T15:01:43.7070832Z 15:01:43.706 DEBUG Preparing facts for batch 83
2025-10-28T15:01:43.7072188Z 15:01:43.707 DEBUG Invoking Souffle on batch 83 (53 files, 201199 bytes) with timeout 30000ms
2025-10-28T15:01:45.9438032Z 15:01:45.943 DEBUG Preparing facts for batch 84
2025-10-28T15:01:45.9439669Z 15:01:45.943 DEBUG Invoking Souffle on batch 84 (62 files, 199238 bytes) with timeout 30000ms
2025-10-28T15:01:48.0906469Z 15:01:48.090 DEBUG Preparing facts for batch 85
2025-10-28T15:01:48.0911935Z 15:01:48.090 DEBUG Invoking Souffle on batch 85 (35 files, 204337 bytes) with timeout 30000ms
2025-10-28T15:01:50.2919933Z 15:01:50.291 DEBUG Preparing facts for batch 86
2025-10-28T15:01:50.2922231Z 15:01:50.292 DEBUG Invoking Souffle on batch 86 (47 files, 201482 bytes) with timeout 30000ms
2025-10-28T15:01:52.4485772Z 15:01:52.448 DEBUG Preparing facts for batch 87
2025-10-28T15:01:52.4488118Z 15:01:52.448 DEBUG Invoking Souffle on batch 87 (67 files, 203907 bytes) with timeout 30000ms
2025-10-28T15:01:54.5500987Z 15:01:54.549 DEBUG Preparing facts for batch 88
2025-10-28T15:01:54.5502389Z 15:01:54.550 DEBUG Invoking Souffle on batch 88 (48 files, 204393 bytes) with timeout 30000ms
2025-10-28T15:01:56.7313432Z 15:01:56.731 DEBUG Preparing facts for batch 89
2025-10-28T15:01:56.7314508Z 15:01:56.731 DEBUG Invoking Souffle on batch 89 (68 files, 196434 bytes) with timeout 30000ms
2025-10-28T15:01:58.8889165Z 15:01:58.888 DEBUG Preparing facts for batch 90
2025-10-28T15:01:58.8890136Z 15:01:58.888 DEBUG Invoking Souffle on batch 90 (43 files, 204118 bytes) with timeout 30000ms
2025-10-28T15:02:00.9570223Z 15:02:00.956 DEBUG Preparing facts for batch 91
2025-10-28T15:02:00.9571986Z 15:02:00.957 DEBUG Invoking Souffle on batch 91 (66 files, 198520 bytes) with timeout 30000ms
2025-10-28T15:02:03.1875536Z 15:02:03.187 DEBUG Preparing facts for batch 92
2025-10-28T15:02:03.1877259Z 15:02:03.187 DEBUG Invoking Souffle on batch 92 (63 files, 198384 bytes) with timeout 30000ms
2025-10-28T15:02:05.3329784Z 15:02:05.332 DEBUG Preparing facts for batch 93
2025-10-28T15:02:05.3331251Z 15:02:05.333 DEBUG Invoking Souffle on batch 93 (54 files, 203917 bytes) with timeout 30000ms
2025-10-28T15:02:07.4143210Z 15:02:07.414 DEBUG Preparing facts for batch 94
2025-10-28T15:02:07.4144272Z 15:02:07.414 DEBUG Invoking Souffle on batch 94 (48 files, 204473 bytes) with timeout 30000ms
2025-10-28T15:02:09.5175968Z 15:02:09.517 DEBUG Preparing facts for batch 95
2025-10-28T15:02:09.5176821Z 15:02:09.517 DEBUG Invoking Souffle on batch 95 (66 files, 198491 bytes) with timeout 30000ms
2025-10-28T15:02:11.6841916Z 15:02:11.683 DEBUG Preparing facts for batch 96
2025-10-28T15:02:11.6844323Z 15:02:11.684 DEBUG Invoking Souffle on batch 96 (50 files, 204340 bytes) with timeout 30000ms
2025-10-28T15:02:13.7089319Z 15:02:13.708 DEBUG Preparing facts for batch 97
2025-10-28T15:02:13.7091385Z 15:02:13.709 DEBUG Invoking Souffle on batch 97 (71 files, 204433 bytes) with timeout 30000ms
2025-10-28T15:02:15.7205154Z 15:02:15.720 DEBUG Preparing facts for batch 98
2025-10-28T15:02:15.7206790Z 15:02:15.720 DEBUG Invoking Souffle on batch 98 (42 files, 203418 bytes) with timeout 30000ms
2025-10-28T15:02:18.0156976Z 15:02:18.015 DEBUG Preparing facts for batch 99
2025-10-28T15:02:18.0158184Z 15:02:18.015 DEBUG Invoking Souffle on batch 99 (68 files, 199598 bytes) with timeout 30000ms
2025-10-28T15:02:20.3304849Z 15:02:20.330 DEBUG Preparing facts for batch 100
2025-10-28T15:02:20.3305924Z 15:02:20.330 DEBUG Invoking Souffle on batch 100 (50 files, 175647 bytes) with timeout 30000ms
2025-10-28T15:02:22.2660467Z 15:02:22.265 DEBUG Preparing facts for batch 101
2025-10-28T15:02:22.2662325Z 15:02:22.266 DEBUG Invoking Souffle on batch 101 (40 files, 204408 bytes) with timeout 30000ms
2025-10-28T15:02:24.3134140Z 15:02:24.313 DEBUG Preparing facts for batch 102
2025-10-28T15:02:24.3135165Z 15:02:24.313 DEBUG Invoking Souffle on batch 102 (62 files, 203770 bytes) with timeout 30000ms
2025-10-28T15:02:26.4474859Z 15:02:26.447 DEBUG Preparing facts for batch 103
2025-10-28T15:02:26.4476313Z 15:02:26.447 DEBUG Invoking Souffle on batch 103 (51 files, 183536 bytes) with timeout 30000ms
2025-10-28T15:02:28.3937179Z 15:02:28.393 DEBUG Preparing facts for batch 104
2025-10-28T15:02:28.3938623Z 15:02:28.393 DEBUG Invoking Souffle on batch 104 (66 files, 198964 bytes) with timeout 30000ms
2025-10-28T15:02:30.5251577Z 15:02:30.524 DEBUG Preparing facts for batch 105
2025-10-28T15:02:30.5252463Z 15:02:30.525 DEBUG Invoking Souffle on batch 105 (61 files, 204783 bytes) with timeout 30000ms
2025-10-28T15:02:32.6225419Z 15:02:32.622 DEBUG Preparing facts for batch 106
2025-10-28T15:02:32.6227148Z 15:02:32.622 DEBUG Invoking Souffle on batch 106 (61 files, 201705 bytes) with timeout 30000ms
2025-10-28T15:02:34.5609141Z 15:02:34.560 DEBUG Preparing facts for batch 107
2025-10-28T15:02:34.5610990Z 15:02:34.560 DEBUG Invoking Souffle on batch 107 (57 files, 168274 bytes) with timeout 30000ms
2025-10-28T15:02:36.4659418Z 15:02:36.465 DEBUG Preparing facts for batch 108
2025-10-28T15:02:36.4660734Z 15:02:36.465 DEBUG Invoking Souffle on batch 108 (60 files, 192930 bytes) with timeout 30000ms
2025-10-28T15:02:38.6754951Z 15:02:38.675 DEBUG Preparing facts for batch 109
2025-10-28T15:02:38.6757449Z 15:02:38.675 DEBUG Invoking Souffle on batch 109 (84 files, 204210 bytes) with timeout 30000ms
2025-10-28T15:02:40.7520200Z 15:02:40.751 DEBUG Preparing facts for batch 110
2025-10-28T15:02:40.7522159Z 15:02:40.752 DEBUG Invoking Souffle on batch 110 (62 files, 202644 bytes) with timeout 30000ms
2025-10-28T15:02:42.7056207Z 15:02:42.705 DEBUG Preparing facts for batch 111
2025-10-28T15:02:42.7058709Z 15:02:42.705 DEBUG Invoking Souffle on batch 111 (62 files, 203983 bytes) with timeout 30000ms
2025-10-28T15:02:44.6606768Z 15:02:44.660 DEBUG Preparing facts for batch 112
2025-10-28T15:02:44.6609340Z 15:02:44.660 DEBUG Invoking Souffle on batch 112 (50 files, 196300 bytes) with timeout 30000ms
2025-10-28T15:02:46.7486759Z 15:02:46.748 DEBUG Preparing facts for batch 113
2025-10-28T15:02:46.7488623Z 15:02:46.748 DEBUG Invoking Souffle on batch 113 (44 files, 172017 bytes) with timeout 30000ms
2025-10-28T15:02:48.6688007Z 15:02:48.668 DEBUG Preparing facts for batch 114
2025-10-28T15:02:48.6689665Z 15:02:48.668 DEBUG Invoking Souffle on batch 114 (53 files, 198766 bytes) with timeout 30000ms
2025-10-28T15:02:50.8538725Z 15:02:50.853 DEBUG Preparing facts for batch 115
2025-10-28T15:02:50.8540051Z 15:02:50.853 DEBUG Invoking Souffle on batch 115 (78 files, 200151 bytes) with timeout 30000ms
2025-10-28T15:02:53.1797379Z 15:02:53.179 DEBUG Preparing facts for batch 116
2025-10-28T15:02:53.1800447Z 15:02:53.179 DEBUG Invoking Souffle on batch 116 (45 files, 203019 bytes) with timeout 30000ms
2025-10-28T15:02:55.4095406Z 15:02:55.409 DEBUG Preparing facts for batch 117
2025-10-28T15:02:55.4097487Z 15:02:55.409 DEBUG Invoking Souffle on batch 117 (81 files, 198141 bytes) with timeout 30000ms
2025-10-28T15:02:57.5144417Z 15:02:57.514 DEBUG Preparing facts for batch 118
2025-10-28T15:02:57.5146635Z 15:02:57.514 DEBUG Invoking Souffle on batch 118 (40 files, 193830 bytes) with timeout 30000ms
2025-10-28T15:02:59.5043746Z 15:02:59.504 DEBUG Preparing facts for batch 119
2025-10-28T15:02:59.5045210Z 15:02:59.504 DEBUG Invoking Souffle on batch 119 (42 files, 199685 bytes) with timeout 30000ms
2025-10-28T15:03:01.4471667Z 15:03:01.446 DEBUG Preparing facts for batch 120
2025-10-28T15:03:01.4473514Z 15:03:01.447 DEBUG Invoking Souffle on batch 120 (62 files, 188158 bytes) with timeout 30000ms
2025-10-28T15:03:03.5426412Z 15:03:03.542 DEBUG Preparing facts for batch 121
2025-10-28T15:03:03.5428713Z 15:03:03.542 DEBUG Invoking Souffle on batch 121 (56 files, 203923 bytes) with timeout 30000ms
2025-10-28T15:03:05.7839428Z 15:03:05.783 DEBUG Preparing facts for batch 122
2025-10-28T15:03:05.7840839Z 15:03:05.783 DEBUG Invoking Souffle on batch 122 (58 files, 185983 bytes) with timeout 30000ms
2025-10-28T15:03:07.7473152Z 15:03:07.747 DEBUG Preparing facts for batch 123
2025-10-28T15:03:07.7475158Z 15:03:07.747 DEBUG Invoking Souffle on batch 123 (42 files, 198612 bytes) with timeout 30000ms
2025-10-28T15:03:09.7937278Z 15:03:09.793 DEBUG Preparing facts for batch 124
2025-10-28T15:03:09.7939601Z 15:03:09.793 DEBUG Invoking Souffle on batch 124 (45 files, 198395 bytes) with timeout 30000ms
2025-10-28T15:03:11.6758942Z 15:03:11.675 DEBUG Preparing facts for batch 125
2025-10-28T15:03:11.6760602Z 15:03:11.675 DEBUG Invoking Souffle on batch 125 (55 files, 203352 bytes) with timeout 30000ms
2025-10-28T15:03:13.5829426Z 15:03:13.582 DEBUG Preparing facts for batch 126
2025-10-28T15:03:13.5830544Z 15:03:13.582 DEBUG Invoking Souffle on batch 126 (70 files, 186377 bytes) with timeout 30000ms
2025-10-28T15:03:15.5432693Z 15:03:15.543 DEBUG Preparing facts for batch 127
2025-10-28T15:03:15.5435392Z 15:03:15.543 DEBUG Invoking Souffle on batch 127 (43 files, 192734 bytes) with timeout 30000ms
2025-10-28T15:03:17.4886553Z 15:03:17.488 DEBUG Preparing facts for batch 128
2025-10-28T15:03:17.4888786Z 15:03:17.488 DEBUG Invoking Souffle on batch 128 (56 files, 199437 bytes) with timeout 30000ms
2025-10-28T15:03:19.5861803Z 15:03:19.585 DEBUG Preparing facts for batch 129
2025-10-28T15:03:19.5863653Z 15:03:19.586 DEBUG Invoking Souffle on batch 129 (30 files, 192389 bytes) with timeout 30000ms
2025-10-28T15:03:21.6926288Z 15:03:21.692 DEBUG Preparing facts for batch 130
2025-10-28T15:03:21.6927853Z 15:03:21.692 DEBUG Invoking Souffle on batch 130 (73 files, 203209 bytes) with timeout 30000ms
2025-10-28T15:03:23.7761344Z 15:03:23.775 DEBUG Preparing facts for batch 131
2025-10-28T15:03:23.7762630Z 15:03:23.776 DEBUG Invoking Souffle on batch 131 (61 files, 204537 bytes) with timeout 30000ms
2025-10-28T15:03:25.8560657Z 15:03:25.855 DEBUG Preparing facts for batch 132
2025-10-28T15:03:25.8561942Z 15:03:25.856 DEBUG Invoking Souffle on batch 132 (67 files, 203378 bytes) with timeout 30000ms
2025-10-28T15:03:27.8856667Z 15:03:27.885 DEBUG Preparing facts for batch 133
2025-10-28T15:03:27.8858675Z 15:03:27.885 DEBUG Invoking Souffle on batch 133 (56 files, 197922 bytes) with timeout 30000ms
2025-10-28T15:03:30.0562900Z 15:03:30.056 DEBUG Preparing facts for batch 134
2025-10-28T15:03:30.0564342Z 15:03:30.056 DEBUG Invoking Souffle on batch 134 (37 files, 188299 bytes) with timeout 30000ms
2025-10-28T15:03:32.1223830Z 15:03:32.122 DEBUG Preparing facts for batch 135
2025-10-28T15:03:32.1226128Z 15:03:32.122 DEBUG Invoking Souffle on batch 135 (54 files, 203594 bytes) with timeout 30000ms
2025-10-28T15:03:34.0711881Z 15:03:34.070 DEBUG Preparing facts for batch 136
2025-10-28T15:03:34.0713399Z 15:03:34.071 DEBUG Invoking Souffle on batch 136 (74 files, 203619 bytes) with timeout 30000ms
2025-10-28T15:03:35.9732200Z 15:03:35.972 DEBUG Preparing facts for batch 137
2025-10-28T15:03:35.9733602Z 15:03:35.973 DEBUG Invoking Souffle on batch 137 (68 files, 185650 bytes) with timeout 30000ms
2025-10-28T15:03:37.7894568Z 15:03:37.789 DEBUG Preparing facts for batch 138
2025-10-28T15:03:37.7895702Z 15:03:37.789 DEBUG Invoking Souffle on batch 138 (73 files, 201791 bytes) with timeout 30000ms
2025-10-28T15:03:39.7541962Z 15:03:39.753 DEBUG Preparing facts for batch 139
2025-10-28T15:03:39.7544235Z 15:03:39.754 DEBUG Invoking Souffle on batch 139 (70 files, 204712 bytes) with timeout 30000ms
2025-10-28T15:03:41.8145042Z 15:03:41.814 DEBUG Preparing facts for batch 140
2025-10-28T15:03:41.8146284Z 15:03:41.814 DEBUG Invoking Souffle on batch 140 (59 files, 192783 bytes) with timeout 30000ms
2025-10-28T15:03:43.7622282Z 15:03:43.761 DEBUG Preparing facts for batch 141
2025-10-28T15:03:43.7623686Z 15:03:43.762 DEBUG Invoking Souffle on batch 141 (86 files, 203632 bytes) with timeout 30000ms
2025-10-28T15:03:45.7552541Z 15:03:45.755 DEBUG Preparing facts for batch 142
2025-10-28T15:03:45.7554243Z 15:03:45.755 DEBUG Invoking Souffle on batch 142 (49 files, 199275 bytes) with timeout 30000ms
2025-10-28T15:03:47.7524937Z 15:03:47.752 DEBUG Preparing facts for batch 143
2025-10-28T15:03:47.7525922Z 15:03:47.752 DEBUG Invoking Souffle on batch 143 (58 files, 202289 bytes) with timeout 30000ms
2025-10-28T15:03:49.6141298Z 15:03:49.613 DEBUG Preparing facts for batch 144
2025-10-28T15:03:49.6143446Z 15:03:49.614 DEBUG Invoking Souffle on batch 144 (34 files, 198174 bytes) with timeout 30000ms
2025-10-28T15:03:51.6553828Z 15:03:51.655 DEBUG Preparing facts for batch 145
2025-10-28T15:03:51.6556436Z 15:03:51.655 DEBUG Invoking Souffle on batch 145 (58 files, 197621 bytes) with timeout 30000ms
2025-10-28T15:03:53.7240203Z 15:03:53.723 DEBUG Preparing facts for batch 146
2025-10-28T15:03:53.7241575Z 15:03:53.724 DEBUG Invoking Souffle on batch 146 (72 files, 200326 bytes) with timeout 30000ms
2025-10-28T15:03:55.8505439Z 15:03:55.850 DEBUG Preparing facts for batch 147
2025-10-28T15:03:55.8506847Z 15:03:55.850 DEBUG Invoking Souffle on batch 147 (64 files, 188889 bytes) with timeout 30000ms
2025-10-28T15:03:57.9344891Z 15:03:57.934 DEBUG Preparing facts for batch 148
2025-10-28T15:03:57.9346709Z 15:03:57.934 DEBUG Invoking Souffle on batch 148 (49 files, 204230 bytes) with timeout 30000ms
2025-10-28T15:04:00.0865845Z 15:04:00.086 DEBUG Preparing facts for batch 149
2025-10-28T15:04:00.0867019Z 15:04:00.086 DEBUG Invoking Souffle on batch 149 (52 files, 200803 bytes) with timeout 30000ms
2025-10-28T15:04:02.2565854Z 15:04:02.256 DEBUG Preparing facts for batch 150
2025-10-28T15:04:02.2566938Z 15:04:02.256 DEBUG Invoking Souffle on batch 150 (54 files, 201000 bytes) with timeout 30000ms
2025-10-28T15:04:04.3163360Z 15:04:04.316 DEBUG Preparing facts for batch 151
2025-10-28T15:04:04.3165959Z 15:04:04.316 DEBUG Invoking Souffle on batch 151 (43 files, 204294 bytes) with timeout 30000ms
2025-10-28T15:04:06.5165073Z 15:04:06.516 DEBUG Preparing facts for batch 152
2025-10-28T15:04:06.5167576Z 15:04:06.516 DEBUG Invoking Souffle on batch 152 (52 files, 204507 bytes) with timeout 30000ms
2025-10-28T15:04:08.5796246Z 15:04:08.579 DEBUG Preparing facts for batch 153
2025-10-28T15:04:08.5797286Z 15:04:08.579 DEBUG Invoking Souffle on batch 153 (65 files, 203453 bytes) with timeout 30000ms
2025-10-28T15:04:10.5968738Z 15:04:10.596 DEBUG Preparing facts for batch 154
2025-10-28T15:04:10.5970779Z 15:04:10.596 DEBUG Invoking Souffle on batch 154 (43 files, 183930 bytes) with timeout 30000ms
2025-10-28T15:04:12.4632271Z 15:04:12.462 DEBUG Preparing facts for batch 155
2025-10-28T15:04:12.4633740Z 15:04:12.463 DEBUG Invoking Souffle on batch 155 (51 files, 204287 bytes) with timeout 30000ms
2025-10-28T15:04:14.3020396Z 15:04:14.301 DEBUG Preparing facts for batch 156
2025-10-28T15:04:14.3022278Z 15:04:14.302 DEBUG Invoking Souffle on batch 156 (34 files, 200729 bytes) with timeout 30000ms
2025-10-28T15:04:16.5334413Z 15:04:16.533 DEBUG Preparing facts for batch 157
2025-10-28T15:04:16.5335348Z 15:04:16.533 DEBUG Invoking Souffle on batch 157 (44 files, 193975 bytes) with timeout 30000ms
2025-10-28T15:04:18.7429342Z 15:04:18.742 DEBUG Preparing facts for batch 158
2025-10-28T15:04:18.7430918Z 15:04:18.742 DEBUG Invoking Souffle on batch 158 (80 files, 199435 bytes) with timeout 30000ms
2025-10-28T15:04:20.8054410Z 15:04:20.805 DEBUG Preparing facts for batch 159
2025-10-28T15:04:20.8055470Z 15:04:20.805 DEBUG Invoking Souffle on batch 159 (64 files, 204448 bytes) with timeout 30000ms
2025-10-28T15:04:23.0204813Z 15:04:23.020 DEBUG Preparing facts for batch 160
2025-10-28T15:04:23.0206289Z 15:04:23.020 DEBUG Invoking Souffle on batch 160 (55 files, 186873 bytes) with timeout 30000ms
2025-10-28T15:04:25.1390828Z 15:04:25.138 DEBUG Preparing facts for batch 161
2025-10-28T15:04:25.1392104Z 15:04:25.139 DEBUG Invoking Souffle on batch 161 (66 files, 204157 bytes) with timeout 30000ms
2025-10-28T15:04:27.2498220Z 15:04:27.249 DEBUG Preparing facts for batch 162
2025-10-28T15:04:27.2499471Z 15:04:27.249 DEBUG Invoking Souffle on batch 162 (60 files, 202902 bytes) with timeout 30000ms
2025-10-28T15:04:29.3935683Z 15:04:29.393 DEBUG Preparing facts for batch 163
2025-10-28T15:04:29.3936577Z 15:04:29.393 DEBUG Invoking Souffle on batch 163 (61 files, 202458 bytes) with timeout 30000ms
2025-10-28T15:04:31.5575893Z 15:04:31.557 DEBUG Preparing facts for batch 164
2025-10-28T15:04:31.5577444Z 15:04:31.557 DEBUG Invoking Souffle on batch 164 (66 files, 202222 bytes) with timeout 30000ms
2025-10-28T15:04:33.7230033Z 15:04:33.722 DEBUG Preparing facts for batch 165
2025-10-28T15:04:33.7232323Z 15:04:33.723 DEBUG Invoking Souffle on batch 165 (63 files, 204424 bytes) with timeout 30000ms
2025-10-28T15:04:35.8786366Z 15:04:35.878 DEBUG Preparing facts for batch 166
2025-10-28T15:04:35.8787193Z 15:04:35.878 DEBUG Invoking Souffle on batch 166 (63 files, 196859 bytes) with timeout 30000ms
2025-10-28T15:04:37.8867604Z 15:04:37.886 DEBUG Preparing facts for batch 167
2025-10-28T15:04:37.8869265Z 15:04:37.886 DEBUG Invoking Souffle on batch 167 (23 files, 77302 bytes) with timeout 30000ms
2025-10-28T15:04:39.6017985Z 15:04:39.601 DEBUG Preparing facts for batch 168
2025-10-28T15:04:39.6019095Z 15:04:39.601 DEBUG Invoking Souffle on batch 168 (3 files, 187743 bytes) with timeout 30000ms
2025-10-28T15:04:41.5893635Z 15:04:41.589 DEBUG Preparing facts for batch 169
2025-10-28T15:04:41.5895373Z 15:04:41.589 DEBUG Invoking Souffle on batch 169 (50 files, 200877 bytes) with timeout 30000ms
2025-10-28T15:04:43.4689625Z 15:04:43.468 DEBUG Preparing facts for batch 170
2025-10-28T15:04:43.4692217Z 15:04:43.469 DEBUG Invoking Souffle on batch 170 (73 files, 204246 bytes) with timeout 30000ms
2025-10-28T15:04:45.3561432Z 15:04:45.355 DEBUG Preparing facts for batch 171
2025-10-28T15:04:45.3562851Z 15:04:45.356 DEBUG Invoking Souffle on batch 171 (67 files, 204600 bytes) with timeout 30000ms
2025-10-28T15:04:47.4375683Z 15:04:47.437 DEBUG Preparing facts for batch 172
2025-10-28T15:04:47.4377091Z 15:04:47.437 DEBUG Invoking Souffle on batch 172 (52 files, 173971 bytes) with timeout 30000ms
2025-10-28T15:04:49.4896959Z 15:04:49.489 DEBUG Preparing facts for batch 173
2025-10-28T15:04:49.4898758Z 15:04:49.489 DEBUG Invoking Souffle on batch 173 (51 files, 204202 bytes) with timeout 30000ms
2025-10-28T15:04:51.7784803Z 15:04:51.778 DEBUG Preparing facts for batch 174
2025-10-28T15:04:51.7785829Z 15:04:51.778 DEBUG Invoking Souffle on batch 174 (60 files, 203016 bytes) with timeout 30000ms
2025-10-28T15:04:53.9707424Z 15:04:53.970 DEBUG Preparing facts for batch 175
2025-10-28T15:04:53.9708928Z 15:04:53.970 DEBUG Invoking Souffle on batch 175 (60 files, 190552 bytes) with timeout 30000ms
2025-10-28T15:04:56.0312502Z 15:04:56.030 DEBUG Preparing facts for batch 176
2025-10-28T15:04:56.0314223Z 15:04:56.031 DEBUG Invoking Souffle on batch 176 (30 files, 200982 bytes) with timeout 30000ms
2025-10-28T15:04:58.1634892Z 15:04:58.163 DEBUG Preparing facts for batch 177
2025-10-28T15:04:58.1636040Z 15:04:58.163 DEBUG Invoking Souffle on batch 177 (69 files, 202168 bytes) with timeout 30000ms
2025-10-28T15:05:00.3594404Z 15:05:00.359 DEBUG Preparing facts for batch 178
2025-10-28T15:05:00.3595805Z 15:05:00.359 DEBUG Invoking Souffle on batch 178 (79 files, 190566 bytes) with timeout 30000ms
2025-10-28T15:05:02.4682847Z 15:05:02.468 DEBUG Preparing facts for batch 179
2025-10-28T15:05:02.4684161Z 15:05:02.468 DEBUG Invoking Souffle on batch 179 (70 files, 202650 bytes) with timeout 30000ms
2025-10-28T15:05:04.5856231Z 15:05:04.585 DEBUG Preparing facts for batch 180
2025-10-28T15:05:04.5857589Z 15:05:04.585 DEBUG Invoking Souffle on batch 180 (88 files, 200534 bytes) with timeout 30000ms
2025-10-28T15:05:06.6818580Z 15:05:06.681 DEBUG Preparing facts for batch 181
2025-10-28T15:05:06.6820838Z 15:05:06.681 DEBUG Invoking Souffle on batch 181 (47 files, 204248 bytes) with timeout 30000ms
2025-10-28T15:05:08.8441284Z 15:05:08.843 DEBUG Preparing facts for batch 182
2025-10-28T15:05:08.8444507Z 15:05:08.844 DEBUG Invoking Souffle on batch 182 (53 files, 187135 bytes) with timeout 30000ms
2025-10-28T15:05:10.8105914Z 15:05:10.810 DEBUG Preparing facts for batch 183
2025-10-28T15:05:10.8107419Z 15:05:10.810 DEBUG Invoking Souffle on batch 183 (76 files, 204526 bytes) with timeout 30000ms
2025-10-28T15:05:12.7801814Z 15:05:12.779 DEBUG Preparing facts for batch 184
2025-10-28T15:05:12.7802707Z 15:05:12.780 DEBUG Invoking Souffle on batch 184 (63 files, 198760 bytes) with timeout 30000ms
2025-10-28T15:05:14.6245538Z 15:05:14.624 DEBUG Preparing facts for batch 185
2025-10-28T15:05:14.6246579Z 15:05:14.624 DEBUG Invoking Souffle on batch 185 (54 files, 204602 bytes) with timeout 30000ms
2025-10-28T15:05:16.7897155Z 15:05:16.789 DEBUG Preparing facts for batch 186
2025-10-28T15:05:16.7898298Z 15:05:16.789 DEBUG Invoking Souffle on batch 186 (60 files, 202104 bytes) with timeout 30000ms
2025-10-28T15:05:19.0013020Z 15:05:19.001 DEBUG Preparing facts for batch 187
2025-10-28T15:05:19.0013784Z 15:05:19.001 DEBUG Invoking Souffle on batch 187 (40 files, 203600 bytes) with timeout 30000ms
2025-10-28T15:05:21.2482997Z 15:05:21.248 DEBUG Preparing facts for batch 188
2025-10-28T15:05:21.2484845Z 15:05:21.248 DEBUG Invoking Souffle on batch 188 (42 files, 196751 bytes) with timeout 30000ms
2025-10-28T15:05:23.6129510Z 15:05:23.612 DEBUG Preparing facts for batch 189
2025-10-28T15:05:23.6130837Z 15:05:23.612 DEBUG Invoking Souffle on batch 189 (44 files, 203350 bytes) with timeout 30000ms
2025-10-28T15:05:25.7932608Z 15:05:25.792 DEBUG Preparing facts for batch 190
2025-10-28T15:05:25.7933784Z 15:05:25.793 DEBUG Invoking Souffle on batch 190 (59 files, 201587 bytes) with timeout 30000ms
2025-10-28T15:05:27.9456989Z 15:05:27.945 DEBUG Preparing facts for batch 191
2025-10-28T15:05:27.9459329Z 15:05:27.945 DEBUG Invoking Souffle on batch 191 (76 files, 203428 bytes) with timeout 30000ms
2025-10-28T15:05:30.0890355Z 15:05:30.088 DEBUG Preparing facts for batch 192
2025-10-28T15:05:30.0892990Z 15:05:30.089 DEBUG Invoking Souffle on batch 192 (30 files, 197781 bytes) with timeout 30000ms
2025-10-28T15:05:32.4955083Z 15:05:32.495 DEBUG Preparing facts for batch 193
2025-10-28T15:05:32.4956468Z 15:05:32.495 DEBUG Invoking Souffle on batch 193 (65 files, 204442 bytes) with timeout 30000ms
2025-10-28T15:05:34.6648097Z 15:05:34.664 DEBUG Preparing facts for batch 194
2025-10-28T15:05:34.6649041Z 15:05:34.664 DEBUG Invoking Souffle on batch 194 (60 files, 195069 bytes) with timeout 30000ms
2025-10-28T15:05:36.9236265Z 15:05:36.923 DEBUG Preparing facts for batch 195
2025-10-28T15:05:36.9237327Z 15:05:36.923 DEBUG Invoking Souffle on batch 195 (46 files, 144123 bytes) with timeout 30000ms
2025-10-28T15:05:38.7772308Z 15:05:38.776 DEBUG Preparing facts for batch 196
2025-10-28T15:05:38.7773414Z 15:05:38.777 DEBUG Invoking Souffle on batch 196 (29 files, 187609 bytes) with timeout 30000ms
2025-10-28T15:05:40.8825638Z 15:05:40.882 DEBUG Preparing facts for batch 197
2025-10-28T15:05:40.8826575Z 15:05:40.882 DEBUG Invoking Souffle on batch 197 (70 files, 201189 bytes) with timeout 30000ms
2025-10-28T15:05:43.0601420Z 15:05:43.059 DEBUG Preparing facts for batch 198
2025-10-28T15:05:43.0602458Z 15:05:43.060 DEBUG Invoking Souffle on batch 198 (62 files, 204758 bytes) with timeout 30000ms
2025-10-28T15:05:45.1504451Z 15:05:45.150 DEBUG Preparing facts for batch 199
2025-10-28T15:05:45.1505731Z 15:05:45.150 DEBUG Invoking Souffle on batch 199 (65 files, 204594 bytes) with timeout 30000ms
2025-10-28T15:05:47.1516050Z 15:05:47.151 DEBUG Preparing facts for batch 200
2025-10-28T15:05:47.1517380Z 15:05:47.151 DEBUG Invoking Souffle on batch 200 (29 files, 189685 bytes) with timeout 30000ms
2025-10-28T15:05:49.0336976Z 15:05:49.033 DEBUG Preparing facts for batch 201
2025-10-28T15:05:49.0339306Z 15:05:49.033 DEBUG Invoking Souffle on batch 201 (70 files, 204160 bytes) with timeout 30000ms
2025-10-28T15:05:51.0376166Z 15:05:51.037 DEBUG Preparing facts for batch 202
2025-10-28T15:05:51.0377206Z 15:05:51.037 DEBUG Invoking Souffle on batch 202 (71 files, 204604 bytes) with timeout 30000ms
2025-10-28T15:05:53.2419682Z 15:05:53.241 DEBUG Preparing facts for batch 203
2025-10-28T15:05:53.2420851Z 15:05:53.241 DEBUG Invoking Souffle on batch 203 (58 files, 168942 bytes) with timeout 30000ms
2025-10-28T15:05:55.3082276Z 15:05:55.307 DEBUG Preparing facts for batch 204
2025-10-28T15:05:55.3083291Z 15:05:55.307 DEBUG Invoking Souffle on batch 204 (34 files, 193960 bytes) with timeout 30000ms
2025-10-28T15:05:57.5780557Z 15:05:57.577 DEBUG Preparing facts for batch 205
2025-10-28T15:05:57.5782836Z 15:05:57.578 DEBUG Invoking Souffle on batch 205 (41 files, 200090 bytes) with timeout 30000ms
2025-10-28T15:05:59.8391802Z 15:05:59.838 DEBUG Preparing facts for batch 206
2025-10-28T15:05:59.8393489Z 15:05:59.839 DEBUG Invoking Souffle on batch 206 (72 files, 201680 bytes) with timeout 30000ms
2025-10-28T15:06:02.0748165Z 15:06:02.074 DEBUG Preparing facts for batch 207
2025-10-28T15:06:02.0749249Z 15:06:02.074 DEBUG Invoking Souffle on batch 207 (63 files, 201919 bytes) with timeout 30000ms
2025-10-28T15:06:04.2469494Z 15:06:04.246 DEBUG Preparing facts for batch 208
2025-10-28T15:06:04.2470461Z 15:06:04.246 DEBUG Invoking Souffle on batch 208 (74 files, 178856 bytes) with timeout 30000ms
2025-10-28T15:06:06.2445009Z 15:06:06.244 DEBUG Preparing facts for batch 209
2025-10-28T15:06:06.2446871Z 15:06:06.244 DEBUG Invoking Souffle on batch 209 (55 files, 199420 bytes) with timeout 30000ms
2025-10-28T15:06:08.2863720Z 15:06:08.286 DEBUG Preparing facts for batch 210
2025-10-28T15:06:08.2865628Z 15:06:08.286 DEBUG Invoking Souffle on batch 210 (28 files, 204403 bytes) with timeout 30000ms
2025-10-28T15:06:10.5030045Z 15:06:10.502 DEBUG Preparing facts for batch 211
2025-10-28T15:06:10.5031109Z 15:06:10.502 DEBUG Invoking Souffle on batch 211 (66 files, 201788 bytes) with timeout 30000ms
2025-10-28T15:06:12.4371433Z 15:06:12.436 DEBUG Preparing facts for batch 212
2025-10-28T15:06:12.4372338Z 15:06:12.437 DEBUG Invoking Souffle on batch 212 (29 files, 97819 bytes) with timeout 30000ms
2025-10-28T15:06:13.9894329Z 15:06:13.989 DEBUG Preparing facts for batch 213
2025-10-28T15:06:13.9895354Z 15:06:13.989 DEBUG Invoking Souffle on batch 213 (26 files, 192621 bytes) with timeout 30000ms
2025-10-28T15:06:16.1485209Z 15:06:16.148 DEBUG Preparing facts for batch 214
2025-10-28T15:06:16.1486086Z 15:06:16.148 DEBUG Invoking Souffle on batch 214 (61 files, 197512 bytes) with timeout 30000ms
2025-10-28T15:06:18.1808749Z 15:06:18.180 DEBUG Preparing facts for batch 215
2025-10-28T15:06:18.1810565Z 15:06:18.180 DEBUG Invoking Souffle on batch 215 (72 files, 195565 bytes) with timeout 30000ms
2025-10-28T15:06:20.3519733Z 15:06:20.351 DEBUG Preparing facts for batch 216
2025-10-28T15:06:20.3520831Z 15:06:20.351 DEBUG Invoking Souffle on batch 216 (62 files, 202384 bytes) with timeout 30000ms
2025-10-28T15:06:22.5558067Z 15:06:22.555 DEBUG Preparing facts for batch 217
2025-10-28T15:06:22.5559916Z 15:06:22.555 DEBUG Invoking Souffle on batch 217 (69 files, 201742 bytes) with timeout 30000ms
2025-10-28T15:06:24.8779068Z 15:06:24.877 DEBUG Preparing facts for batch 218
2025-10-28T15:06:24.8780366Z 15:06:24.877 DEBUG Invoking Souffle on batch 218 (46 files, 158127 bytes) with timeout 30000ms
2025-10-28T15:06:26.8703899Z 15:06:26.870 DEBUG Preparing facts for batch 219
2025-10-28T15:06:26.8705421Z 15:06:26.870 DEBUG Invoking Souffle on batch 219 (34 files, 202433 bytes) with timeout 30000ms
2025-10-28T15:06:29.0609225Z 15:06:29.060 DEBUG Preparing facts for batch 220
2025-10-28T15:06:29.0610877Z 15:06:29.060 DEBUG Invoking Souffle on batch 220 (62 files, 200185 bytes) with timeout 30000ms
2025-10-28T15:06:31.2823368Z 15:06:31.282 DEBUG Preparing facts for batch 221
2025-10-28T15:06:31.2824209Z 15:06:31.282 DEBUG Invoking Souffle on batch 221 (49 files, 204061 bytes) with timeout 30000ms
2025-10-28T15:06:33.5208279Z 15:06:33.520 DEBUG Preparing facts for batch 222
2025-10-28T15:06:33.5209268Z 15:06:33.520 DEBUG Invoking Souffle on batch 222 (73 files, 203760 bytes) with timeout 30000ms
2025-10-28T15:06:35.7060714Z 15:06:35.705 DEBUG Preparing facts for batch 223
2025-10-28T15:06:35.7062161Z 15:06:35.706 DEBUG Invoking Souffle on batch 223 (65 files, 194958 bytes) with timeout 30000ms
2025-10-28T15:06:37.9454429Z 15:06:37.945 DEBUG Preparing facts for batch 224
2025-10-28T15:06:37.9456327Z 15:06:37.945 DEBUG Invoking Souffle on batch 224 (69 files, 203421 bytes) with timeout 30000ms
2025-10-28T15:06:39.9922045Z 15:06:39.991 DEBUG Preparing facts for batch 225
2025-10-28T15:06:39.9923687Z 15:06:39.992 DEBUG Invoking Souffle on batch 225 (34 files, 202110 bytes) with timeout 30000ms
2025-10-28T15:06:42.1600545Z 15:06:42.159 DEBUG Preparing facts for batch 226
2025-10-28T15:06:42.1602527Z 15:06:42.159 DEBUG Invoking Souffle on batch 226 (67 files, 191108 bytes) with timeout 30000ms
2025-10-28T15:06:44.0520296Z 15:06:44.051 DEBUG Preparing facts for batch 227
2025-10-28T15:06:44.0522046Z 15:06:44.052 DEBUG Invoking Souffle on batch 227 (22 files, 197197 bytes) with timeout 30000ms
2025-10-28T15:06:46.0280285Z 15:06:46.027 DEBUG Preparing facts for batch 228
2025-10-28T15:06:46.0281461Z 15:06:46.028 DEBUG Invoking Souffle on batch 228 (47 files, 168858 bytes) with timeout 30000ms
2025-10-28T15:06:48.0512117Z 15:06:48.050 DEBUG Preparing facts for batch 229
2025-10-28T15:06:48.0514443Z 15:06:48.051 DEBUG Invoking Souffle on batch 229 (44 files, 197381 bytes) with timeout 30000ms
2025-10-28T15:06:50.2630021Z 15:06:50.262 DEBUG Preparing facts for batch 230
2025-10-28T15:06:50.2631732Z 15:06:50.263 DEBUG Invoking Souffle on batch 230 (30 files, 198646 bytes) with timeout 30000ms
2025-10-28T15:06:52.6321878Z 15:06:52.631 DEBUG Preparing facts for batch 231
2025-10-28T15:06:52.6322769Z 15:06:52.632 DEBUG Invoking Souffle on batch 231 (61 files, 204329 bytes) with timeout 30000ms
2025-10-28T15:06:54.8842426Z 15:06:54.883 DEBUG Preparing facts for batch 232
2025-10-28T15:06:54.8843554Z 15:06:54.884 DEBUG Invoking Souffle on batch 232 (68 files, 204704 bytes) with timeout 30000ms
2025-10-28T15:06:57.1175795Z 15:06:57.117 DEBUG Preparing facts for batch 233
2025-10-28T15:06:57.1177119Z 15:06:57.117 DEBUG Invoking Souffle on batch 233 (59 files, 194707 bytes) with timeout 30000ms
2025-10-28T15:06:59.3541054Z 15:06:59.353 DEBUG Preparing facts for batch 234
2025-10-28T15:06:59.3541935Z 15:06:59.354 DEBUG Invoking Souffle on batch 234 (63 files, 197276 bytes) with timeout 30000ms
2025-10-28T15:07:01.4359346Z 15:07:01.435 DEBUG Preparing facts for batch 235
2025-10-28T15:07:01.4360349Z 15:07:01.435 DEBUG Invoking Souffle on batch 235 (84 files, 202642 bytes) with timeout 30000ms
2025-10-28T15:07:03.4377049Z 15:07:03.437 DEBUG Preparing facts for batch 236
2025-10-28T15:07:03.4381079Z 15:07:03.437 DEBUG Invoking Souffle on batch 236 (52 files, 204067 bytes) with timeout 30000ms
2025-10-28T15:07:05.3731066Z 15:07:05.372 DEBUG Preparing facts for batch 237
2025-10-28T15:07:05.3733284Z 15:07:05.373 DEBUG Invoking Souffle on batch 237 (45 files, 196793 bytes) with timeout 30000ms
2025-10-28T15:07:07.4141990Z 15:07:07.413 DEBUG Preparing facts for batch 238
2025-10-28T15:07:07.4143028Z 15:07:07.414 DEBUG Invoking Souffle on batch 238 (61 files, 204389 bytes) with timeout 30000ms
2025-10-28T15:07:09.5895076Z 15:07:09.589 DEBUG Preparing facts for batch 239
2025-10-28T15:07:09.5896018Z 15:07:09.589 DEBUG Invoking Souffle on batch 239 (75 files, 203404 bytes) with timeout 30000ms
2025-10-28T15:07:11.8325899Z 15:07:11.832 DEBUG Preparing facts for batch 240
2025-10-28T15:07:11.8327174Z 15:07:11.832 DEBUG Invoking Souffle on batch 240 (56 files, 180491 bytes) with timeout 30000ms
2025-10-28T15:07:13.9045630Z 15:07:13.904 DEBUG Preparing facts for batch 241
2025-10-28T15:07:13.9047452Z 15:07:13.904 DEBUG Invoking Souffle on batch 241 (60 files, 204186 bytes) with timeout 30000ms
2025-10-28T15:07:16.0140917Z 15:07:16.013 DEBUG Preparing facts for batch 242
2025-10-28T15:07:16.0141792Z 15:07:16.014 DEBUG Invoking Souffle on batch 242 (70 files, 192877 bytes) with timeout 30000ms
2025-10-28T15:07:18.1029844Z 15:07:18.102 DEBUG Preparing facts for batch 243
2025-10-28T15:07:18.1031278Z 15:07:18.103 DEBUG Invoking Souffle on batch 243 (51 files, 204625 bytes) with timeout 30000ms
2025-10-28T15:07:20.2422202Z 15:07:20.241 DEBUG Preparing facts for batch 244
2025-10-28T15:07:20.2423073Z 15:07:20.242 DEBUG Invoking Souffle on batch 244 (70 files, 196855 bytes) with timeout 30000ms
2025-10-28T15:07:22.1388164Z 15:07:22.138 DEBUG Preparing facts for batch 245
2025-10-28T15:07:22.1389022Z 15:07:22.138 DEBUG Invoking Souffle on batch 245 (61 files, 192541 bytes) with timeout 30000ms
2025-10-28T15:07:24.0496621Z 15:07:24.049 DEBUG Preparing facts for batch 246
2025-10-28T15:07:24.0499284Z 15:07:24.049 DEBUG Invoking Souffle on batch 246 (42 files, 204309 bytes) with timeout 30000ms
2025-10-28T15:07:26.0106006Z 15:07:26.010 DEBUG Preparing facts for batch 247
2025-10-28T15:07:26.0107626Z 15:07:26.010 DEBUG Invoking Souffle on batch 247 (36 files, 204201 bytes) with timeout 30000ms
2025-10-28T15:07:28.1327461Z 15:07:28.132 DEBUG Preparing facts for batch 248
2025-10-28T15:07:28.1330553Z 15:07:28.132 DEBUG Invoking Souffle on batch 248 (55 files, 200071 bytes) with timeout 30000ms
2025-10-28T15:07:30.2160587Z 15:07:30.215 DEBUG Preparing facts for batch 249
2025-10-28T15:07:30.2161902Z 15:07:30.216 DEBUG Invoking Souffle on batch 249 (39 files, 201868 bytes) with timeout 30000ms
2025-10-28T15:07:32.2714398Z 15:07:32.271 DEBUG Preparing facts for batch 250
2025-10-28T15:07:32.2716944Z 15:07:32.271 DEBUG Invoking Souffle on batch 250 (34 files, 199782 bytes) with timeout 30000ms
2025-10-28T15:07:34.4736614Z 15:07:34.473 DEBUG Preparing facts for batch 251
2025-10-28T15:07:34.4737431Z 15:07:34.473 DEBUG Invoking Souffle on batch 251 (58 files, 201621 bytes) with timeout 30000ms
2025-10-28T15:07:36.7232990Z 15:07:36.723 DEBUG Preparing facts for batch 252
2025-10-28T15:07:36.7234411Z 15:07:36.723 DEBUG Invoking Souffle on batch 252 (63 files, 193566 bytes) with timeout 30000ms
2025-10-28T15:07:38.8156390Z 15:07:38.815 DEBUG Preparing facts for batch 253
2025-10-28T15:07:38.8158218Z 15:07:38.815 DEBUG Invoking Souffle on batch 253 (36 files, 109689 bytes) with timeout 30000ms
2025-10-28T15:07:40.5848440Z 15:07:40.584 DEBUG Preparing facts for batch 254
2025-10-28T15:07:40.5850204Z 15:07:40.584 DEBUG Invoking Souffle on batch 254 (33 files, 199279 bytes) with timeout 30000ms
2025-10-28T15:07:42.7921248Z 15:07:42.791 DEBUG Preparing facts for batch 255
2025-10-28T15:07:42.7923629Z 15:07:42.792 DEBUG Invoking Souffle on batch 255 (68 files, 203353 bytes) with timeout 30000ms
2025-10-28T15:07:44.9593907Z 15:07:44.959 DEBUG Preparing facts for batch 256
2025-10-28T15:07:44.9597903Z 15:07:44.959 DEBUG Invoking Souffle on batch 256 (66 files, 197336 bytes) with timeout 30000ms
2025-10-28T15:07:47.1475786Z 15:07:47.147 DEBUG Preparing facts for batch 257
2025-10-28T15:07:47.1476722Z 15:07:47.147 DEBUG Invoking Souffle on batch 257 (33 files, 154176 bytes) with timeout 30000ms
2025-10-28T15:07:49.1344029Z 15:07:49.134 DEBUG Preparing facts for batch 258
2025-10-28T15:07:49.1345436Z 15:07:49.134 DEBUG Invoking Souffle on batch 258 (45 files, 187779 bytes) with timeout 30000ms
2025-10-28T15:07:51.0387914Z 15:07:51.038 DEBUG Preparing facts for batch 259
2025-10-28T15:07:51.0388805Z 15:07:51.038 DEBUG Invoking Souffle on batch 259 (61 files, 204265 bytes) with timeout 30000ms
2025-10-28T15:07:53.0132582Z 15:07:53.012 DEBUG Preparing facts for batch 260
2025-10-28T15:07:53.0133678Z 15:07:53.013 DEBUG Invoking Souffle on batch 260 (72 files, 203954 bytes) with timeout 30000ms
2025-10-28T15:07:55.1326497Z 15:07:55.132 DEBUG Preparing facts for batch 261
2025-10-28T15:07:55.1328770Z 15:07:55.132 DEBUG Invoking Souffle on batch 261 (53 files, 203795 bytes) with timeout 30000ms
2025-10-28T15:07:57.3820048Z 15:07:57.381 DEBUG Preparing facts for batch 262
2025-10-28T15:07:57.3821990Z 15:07:57.382 DEBUG Invoking Souffle on batch 262 (39 files, 194721 bytes) with timeout 30000ms
2025-10-28T15:07:59.6002249Z 15:07:59.599 DEBUG Preparing facts for batch 263
2025-10-28T15:07:59.6003334Z 15:07:59.600 DEBUG Invoking Souffle on batch 263 (46 files, 204163 bytes) with timeout 30000ms
2025-10-28T15:08:01.8552171Z 15:08:01.854 DEBUG Preparing facts for batch 264
2025-10-28T15:08:01.8553551Z 15:08:01.855 DEBUG Invoking Souffle on batch 264 (59 files, 189768 bytes) with timeout 30000ms
2025-10-28T15:08:03.9705721Z 15:08:03.970 DEBUG Preparing facts for batch 265
2025-10-28T15:08:03.9707068Z 15:08:03.970 DEBUG Invoking Souffle on batch 265 (37 files, 179376 bytes) with timeout 30000ms
2025-10-28T15:08:06.2608009Z 15:08:06.260 DEBUG Preparing facts for batch 266
2025-10-28T15:08:06.2609094Z 15:08:06.260 DEBUG Invoking Souffle on batch 266 (44 files, 172432 bytes) with timeout 30000ms
2025-10-28T15:08:08.2195509Z 15:08:08.219 DEBUG Preparing facts for batch 267
2025-10-28T15:08:08.2196999Z 15:08:08.219 DEBUG Invoking Souffle on batch 267 (62 files, 177683 bytes) with timeout 30000ms
2025-10-28T15:08:10.3202960Z 15:08:10.320 DEBUG Preparing facts for batch 268
2025-10-28T15:08:10.3203967Z 15:08:10.320 DEBUG Invoking Souffle on batch 268 (62 files, 201892 bytes) with timeout 30000ms
2025-10-28T15:08:12.3499754Z 15:08:12.349 DEBUG Preparing facts for batch 269
2025-10-28T15:08:12.3500841Z 15:08:12.349 DEBUG Invoking Souffle on batch 269 (31 files, 113372 bytes) with timeout 30000ms
2025-10-28T15:08:14.1739509Z 15:08:14.173 DEBUG Preparing facts for batch 270
2025-10-28T15:08:14.1740604Z 15:08:14.173 DEBUG Invoking Souffle on batch 270 (1 files, 173895 bytes) with timeout 30000ms
2025-10-28T15:08:16.1417063Z 15:08:16.141 DEBUG Preparing facts for batch 271
2025-10-28T15:08:16.1418179Z 15:08:16.141 DEBUG Invoking Souffle on batch 271 (46 files, 202504 bytes) with timeout 30000ms
2025-10-28T15:08:18.1571135Z 15:08:18.156 DEBUG Preparing facts for batch 272
2025-10-28T15:08:18.1572392Z 15:08:18.157 DEBUG Invoking Souffle on batch 272 (49 files, 197107 bytes) with timeout 30000ms
2025-10-28T15:08:19.8700634Z 15:08:19.869 DEBUG Preparing facts for batch 273
2025-10-28T15:08:19.8702242Z 15:08:19.870 DEBUG Invoking Souffle on batch 273 (36 files, 194122 bytes) with timeout 30000ms
2025-10-28T15:08:21.5813395Z 15:08:21.581 DEBUG Preparing facts for batch 274
2025-10-28T15:08:21.5818084Z 15:08:21.581 DEBUG Invoking Souffle on batch 274 (70 files, 188750 bytes) with timeout 30000ms
2025-10-28T15:08:23.6216474Z 15:08:23.621 DEBUG Preparing facts for batch 275
2025-10-28T15:08:23.6219648Z 15:08:23.621 DEBUG Invoking Souffle on batch 275 (59 files, 202058 bytes) with timeout 30000ms
2025-10-28T15:08:25.8952078Z 15:08:25.894 DEBUG Preparing facts for batch 276
2025-10-28T15:08:25.8954125Z 15:08:25.895 DEBUG Invoking Souffle on batch 276 (56 files, 202269 bytes) with timeout 30000ms
2025-10-28T15:08:28.1911518Z 15:08:28.190 DEBUG Preparing facts for batch 277
2025-10-28T15:08:28.1912901Z 15:08:28.191 DEBUG Invoking Souffle on batch 277 (80 files, 195442 bytes) with timeout 30000ms
2025-10-28T15:08:30.3073091Z 15:08:30.307 DEBUG Preparing facts for batch 278
2025-10-28T15:08:30.3073997Z 15:08:30.307 DEBUG Invoking Souffle on batch 278 (48 files, 204770 bytes) with timeout 30000ms
2025-10-28T15:08:32.4480434Z 15:08:32.447 DEBUG Preparing facts for batch 279
2025-10-28T15:08:32.4482067Z 15:08:32.448 DEBUG Invoking Souffle on batch 279 (53 files, 204072 bytes) with timeout 30000ms
2025-10-28T15:08:34.5926422Z 15:08:34.592 DEBUG Preparing facts for batch 280
2025-10-28T15:08:34.5928494Z 15:08:34.592 DEBUG Invoking Souffle on batch 280 (48 files, 204158 bytes) with timeout 30000ms
2025-10-28T15:08:36.7009062Z 15:08:36.700 DEBUG Preparing facts for batch 281
2025-10-28T15:08:36.7010494Z 15:08:36.700 DEBUG Invoking Souffle on batch 281 (72 files, 204312 bytes) with timeout 30000ms
2025-10-28T15:08:38.8098921Z 15:08:38.809 DEBUG Preparing facts for batch 282
2025-10-28T15:08:38.8100011Z 15:08:38.809 DEBUG Invoking Souffle on batch 282 (63 files, 199737 bytes) with timeout 30000ms
2025-10-28T15:08:40.9808837Z 15:08:40.980 DEBUG Preparing facts for batch 283
2025-10-28T15:08:40.9809667Z 15:08:40.980 DEBUG Invoking Souffle on batch 283 (35 files, 191741 bytes) with timeout 30000ms
2025-10-28T15:08:43.1077077Z 15:08:43.107 DEBUG Preparing facts for batch 284
2025-10-28T15:08:43.1078778Z 15:08:43.107 DEBUG Invoking Souffle on batch 284 (44 files, 113909 bytes) with timeout 30000ms
2025-10-28T15:08:44.9560530Z 15:08:44.955 DEBUG Preparing facts for batch 285
2025-10-28T15:08:44.9561569Z 15:08:44.956 DEBUG Invoking Souffle on batch 285 (16 files, 202267 bytes) with timeout 30000ms
2025-10-28T15:08:47.0880907Z 15:08:47.087 DEBUG Preparing facts for batch 286
2025-10-28T15:08:47.0883124Z 15:08:47.088 DEBUG Invoking Souffle on batch 286 (38 files, 201704 bytes) with timeout 30000ms
2025-10-28T15:08:49.0476120Z 15:08:49.047 DEBUG Preparing facts for batch 287
2025-10-28T15:08:49.0477474Z 15:08:49.047 DEBUG Invoking Souffle on batch 287 (47 files, 204209 bytes) with timeout 30000ms
2025-10-28T15:08:51.0139357Z 15:08:51.013 DEBUG Preparing facts for batch 288
2025-10-28T15:08:51.0140614Z 15:08:51.013 DEBUG Invoking Souffle on batch 288 (79 files, 160819 bytes) with timeout 30000ms
2025-10-28T15:08:52.9525877Z 15:08:52.952 DEBUG Preparing facts for batch 289
2025-10-28T15:08:52.9527216Z 15:08:52.952 DEBUG Invoking Souffle on batch 289 (34 files, 204602 bytes) with timeout 30000ms
2025-10-28T15:08:55.2056488Z 15:08:55.205 DEBUG Preparing facts for batch 290
2025-10-28T15:08:55.2057426Z 15:08:55.205 DEBUG Invoking Souffle on batch 290 (64 files, 187521 bytes) with timeout 30000ms
2025-10-28T15:08:57.3587879Z 15:08:57.358 DEBUG Preparing facts for batch 291
2025-10-28T15:08:57.3589119Z 15:08:57.358 DEBUG Invoking Souffle on batch 291 (22 files, 204185 bytes) with timeout 30000ms
2025-10-28T15:08:59.5907215Z 15:08:59.590 DEBUG Preparing facts for batch 292
2025-10-28T15:08:59.5909148Z 15:08:59.590 DEBUG Invoking Souffle on batch 292 (53 files, 202711 bytes) with timeout 30000ms
2025-10-28T15:09:01.7820638Z 15:09:01.781 DEBUG Preparing facts for batch 293
2025-10-28T15:09:01.7821971Z 15:09:01.782 DEBUG Invoking Souffle on batch 293 (55 files, 199929 bytes) with timeout 30000ms
2025-10-28T15:09:03.8493006Z 15:09:03.849 DEBUG Preparing facts for batch 294
2025-10-28T15:09:03.8497242Z 15:09:03.849 DEBUG Invoking Souffle on batch 294 (82 files, 203900 bytes) with timeout 30000ms
2025-10-28T15:09:05.8422931Z 15:09:05.842 DEBUG Preparing facts for batch 295
2025-10-28T15:09:05.8423900Z 15:09:05.842 DEBUG Invoking Souffle on batch 295 (76 files, 202388 bytes) with timeout 30000ms
2025-10-28T15:09:07.9600121Z 15:09:07.959 DEBUG Preparing facts for batch 296
2025-10-28T15:09:07.9601258Z 15:09:07.959 DEBUG Invoking Souffle on batch 296 (48 files, 192094 bytes) with timeout 30000ms
2025-10-28T15:09:10.1170426Z 15:09:10.116 DEBUG Preparing facts for batch 297
2025-10-28T15:09:10.1171491Z 15:09:10.117 DEBUG Invoking Souffle on batch 297 (66 files, 200521 bytes) with timeout 30000ms
2025-10-28T15:09:12.2804778Z 15:09:12.280 DEBUG Preparing facts for batch 298
2025-10-28T15:09:12.2806313Z 15:09:12.280 DEBUG Invoking Souffle on batch 298 (58 files, 168417 bytes) with timeout 30000ms
2025-10-28T15:09:14.3682503Z 15:09:14.367 DEBUG Preparing facts for batch 299
2025-10-28T15:09:14.3683609Z 15:09:14.368 DEBUG Invoking Souffle on batch 299 (54 files, 204788 bytes) with timeout 30000ms
2025-10-28T15:09:16.4215309Z 15:09:16.421 DEBUG Preparing facts for batch 300
2025-10-28T15:09:16.4216546Z 15:09:16.421 DEBUG Invoking Souffle on batch 300 (61 files, 204657 bytes) with timeout 30000ms
2025-10-28T15:09:18.5976401Z 15:09:18.597 DEBUG Preparing facts for batch 301
2025-10-28T15:09:18.5977404Z 15:09:18.597 DEBUG Invoking Souffle on batch 301 (48 files, 187652 bytes) with timeout 30000ms
2025-10-28T15:09:20.6714801Z 15:09:20.671 DEBUG Preparing facts for batch 302
2025-10-28T15:09:20.6715653Z 15:09:20.671 DEBUG Invoking Souffle on batch 302 (32 files, 199094 bytes) with timeout 30000ms
2025-10-28T15:09:22.8134623Z 15:09:22.813 DEBUG Preparing facts for batch 303
2025-10-28T15:09:22.8136487Z 15:09:22.813 DEBUG Invoking Souffle on batch 303 (66 files, 198766 bytes) with timeout 30000ms
2025-10-28T15:09:24.9323545Z 15:09:24.932 DEBUG Preparing facts for batch 304
2025-10-28T15:09:24.9325229Z 15:09:24.932 DEBUG Invoking Souffle on batch 304 (52 files, 203372 bytes) with timeout 30000ms
2025-10-28T15:09:27.0135246Z 15:09:27.013 DEBUG Preparing facts for batch 305
2025-10-28T15:09:27.0136292Z 15:09:27.013 DEBUG Invoking Souffle on batch 305 (60 files, 202111 bytes) with timeout 30000ms
2025-10-28T15:09:29.1267583Z 15:09:29.126 DEBUG Preparing facts for batch 306
2025-10-28T15:09:29.1268961Z 15:09:29.126 DEBUG Invoking Souffle on batch 306 (49 files, 170487 bytes) with timeout 30000ms
2025-10-28T15:09:31.0157622Z 15:09:31.015 DEBUG Preparing facts for batch 307
2025-10-28T15:09:31.0158704Z 15:09:31.015 DEBUG Invoking Souffle on batch 307 (64 files, 182715 bytes) with timeout 30000ms
2025-10-28T15:09:33.0494934Z 15:09:33.049 DEBUG Preparing facts for batch 308
2025-10-28T15:09:33.0495812Z 15:09:33.049 DEBUG Invoking Souffle on batch 308 (56 files, 203423 bytes) with timeout 30000ms
2025-10-28T15:09:35.1960306Z 15:09:35.195 DEBUG Preparing facts for batch 309
2025-10-28T15:09:35.1961323Z 15:09:35.195 DEBUG Invoking Souffle on batch 309 (75 files, 201222 bytes) with timeout 30000ms
2025-10-28T15:09:37.2609965Z 15:09:37.260 DEBUG Preparing facts for batch 310
2025-10-28T15:09:37.2610863Z 15:09:37.260 DEBUG Invoking Souffle on batch 310 (58 files, 204019 bytes) with timeout 30000ms
2025-10-28T15:09:39.3636431Z 15:09:39.363 DEBUG Preparing facts for batch 311
2025-10-28T15:09:39.3637508Z 15:09:39.363 DEBUG Invoking Souffle on batch 311 (41 files, 168155 bytes) with timeout 30000ms
2025-10-28T15:09:41.2465666Z 15:09:41.246 DEBUG Preparing facts for batch 312
2025-10-28T15:09:41.2467529Z 15:09:41.246 DEBUG Invoking Souffle on batch 312 (46 files, 204759 bytes) with timeout 30000ms
2025-10-28T15:09:43.3266301Z 15:09:43.326 DEBUG Preparing facts for batch 313
2025-10-28T15:09:43.3267953Z 15:09:43.326 DEBUG Invoking Souffle on batch 313 (56 files, 185383 bytes) with timeout 30000ms
2025-10-28T15:09:45.4400075Z 15:09:45.439 DEBUG Preparing facts for batch 314
2025-10-28T15:09:45.4401648Z 15:09:45.440 DEBUG Invoking Souffle on batch 314 (15 files, 204598 bytes) with timeout 30000ms
2025-10-28T15:09:47.5704696Z 15:09:47.570 DEBUG Preparing facts for batch 315
2025-10-28T15:09:47.5705931Z 15:09:47.570 DEBUG Invoking Souffle on batch 315 (66 files, 200637 bytes) with timeout 30000ms
2025-10-28T15:09:49.6158084Z 15:09:49.615 DEBUG Preparing facts for batch 316
2025-10-28T15:09:49.6159196Z 15:09:49.615 DEBUG Invoking Souffle on batch 316 (34 files, 115133 bytes) with timeout 30000ms
2025-10-28T15:14:38.7726574Z 15:14:38.772 INFO  Sensor Declarative Rule Engine for Ruby [dre] (done) | time=1395838ms

If there’s more information in the full logs you might need, please let me know how to share it with you privately.

1 Like

Thank you very much for this, @dgh!

One follow-up question: did you detect this slowdown in PR analysis only, or on a branch analysis?

Denis

I’m not sure what the difference is between PR and branch analysis is. Could you let me know how would I tell?

We’re running the SonarSource/sonarqube-scan-action with GitHub Actions, from a workflow triggered when PRs are created or when new commits are pushed to the PR’s branch). So, we only run sonar-scanner when there’s a PR, and push the reports to the project in SonarQube Cloud.

Hi, @dgh

The difference is that, in a PR context, we can analyze only the changed files, saving time compared to a full analysis that goes through all the files in the project.

We have found the problem that was preventing this optimization from being applied in PRs, and we have released an update.

you should be able to turn the analysis back on and let us know if you still have issues.

Once again, thanks for your feedback, it helps tremendously!

Denis

2 Likes

Thanks very much, our PR scans are much faster now.

We scan on pushes to our default branch, so we can track how many findings we have over time. If I understand the fix correctly, the Ruby DRE performance on branch analysis will not be improved?

At this moment we are collecting data on this, compared to what it was before. The PR context was an easy fix. The full analysis is a more complex matter on which we need to evaluate where we stand.

If you have an example of the difference in total time with and without the new rules on your main branch, I would be eternally grateful! An extract of the log showing the time taken by the Ruby analyzer and the time taken by SonarDre would be perfect for this, if you can spare the time.

Denis.

Hello Denis,

Here’s the log extract when the new rules are enabled:

2025-11-06T11:17:56.7890580Z 11:17:56.788 INFO  Sensor Ruby Sensor [ruby]
2025-11-06T11:17:56.7973205Z 11:17:56.797 INFO  9636 source files to be analyzed
2025-11-06T11:18:06.8014368Z 11:18:06.798 INFO  197/9636 files analyzed, current file: db/migrate/20100101010101_rename_sale_to_other_sale.rb
2025-11-06T11:18:16.7994909Z 11:18:16.799 INFO  895/9636 files analyzed, current file: engines/common/lib/extensions/erb/util.rb
2025-11-06T11:18:26.7996608Z 11:18:26.799 INFO  1529/9636 files analyzed, current file: app/controllers/our_controller/feature_controller.rb
2025-11-06T11:18:36.7998451Z 11:18:36.799 INFO  2240/9636 files analyzed, current file: engines/engine_one/app/models/first_model/steps/amend_details_step.rb
2025-11-06T11:18:46.7999805Z 11:18:46.799 INFO  2965/9636 files analyzed, current file: app/models/preferences/user_preference.rb
2025-11-06T11:18:56.8001152Z 11:18:56.799 INFO  3646/9636 files analyzed, current file: app/models/admin/external_source.rb
2025-11-06T11:19:06.8003392Z 11:19:06.799 INFO  4306/9636 files analyzed, current file: app/controllers/api/callback_controller.rb
2025-11-06T11:19:16.8004458Z 11:19:16.799 INFO  5015/9636 files analyzed, current file: config/initializers/background_job_queue.rb
2025-11-06T11:19:26.8006617Z 11:19:26.800 INFO  5666/9636 files analyzed, current file: db/migrate/20100101010102_create_payment_account.rb
2025-11-06T11:19:36.8008016Z 11:19:36.800 INFO  6422/9636 files analyzed, current file: app/models/preferences/marketing_consent.rb
2025-11-06T11:19:46.8008935Z 11:19:46.800 INFO  7138/9636 files analyzed, current file: engines/new_feature/app/models/account_operation.rb
2025-11-06T11:19:56.8011730Z 11:19:56.800 INFO  7901/9636 files analyzed, current file: engines/other_feature/app/models/for_category/category_seven/forms/form3.rb
2025-11-06T11:20:06.8012624Z 11:20:06.800 INFO  8631/9636 files analyzed, current file: app/integrations/third_party/link_manager.rb
2025-11-06T11:20:16.8013279Z 11:20:16.800 INFO  9444/9636 files analyzed, current file: app/controllers/api/transaction_controller.rb
2025-11-06T11:20:19.4683908Z 11:20:19.468 INFO  9636/9636 source files have been analyzed
2025-11-06T11:20:19.4711325Z 11:20:19.470 INFO  Sensor Ruby Sensor [ruby] (done) | time=142682ms
2025-11-06T11:20:19.4713362Z 11:20:19.471 INFO  Sensor Import of RuboCop issues [ruby]
2025-11-06T11:20:19.4722976Z 11:20:19.472 INFO  Importing /home/runner/work/my_repo/my_repo/rubocop-report/rubocop-report.json
2025-11-06T11:20:21.1787073Z 11:20:21.178 WARN  Fail to resolve 1 file(s). No RuboCop issues will be imported on the following file(s): engines/other_feature/spec/fixtures/individual_calculations/uniquify_json_numbers.rb
2025-11-06T11:20:21.1788521Z 11:20:21.178 INFO  Sensor Import of RuboCop issues [ruby] (done) | time=1706ms
2025-11-06T11:20:21.1789188Z 11:20:21.178 INFO  Sensor SimpleCov Sensor for Ruby coverage [ruby]
2025-11-06T11:20:21.1789867Z 11:20:21.178 INFO  Sensor SimpleCov Sensor for Ruby coverage [ruby] (done) | time=0ms
2025-11-06T11:20:21.1790505Z 11:20:21.178 INFO  Sensor HTML [web]
2025-11-06T11:20:25.6569474Z 11:20:25.655 INFO  Sensor HTML [web] (done) | time=4477ms
2025-11-06T11:20:25.6573646Z 11:20:25.655 INFO  Sensor Declarative Rule Engine for Ruby [dre]
2025-11-06T11:20:25.7231140Z 11:20:25.722 INFO  Detected platform: linux-x64
2025-11-06T11:20:25.7521082Z 11:20:25.749 INFO  Found 32 rules to execute.
2025-11-06T11:20:25.7523623Z 11:20:25.751 INFO  Extracting analyzer from /analyzer/analyzer.xz
2025-11-06T11:20:26.3699313Z 11:20:26.369 INFO  Analyzer extracted to /home/runner/work/my_repo/my_repo/.scannerwork/.sonartmp/analyzer/analyzer
2025-11-06T11:20:26.3712271Z 11:20:26.371 INFO  Starting analysis.
2025-11-06T11:43:15.4724763Z 11:43:15.471 INFO  Sensor Declarative Rule Engine for Ruby [dre] (done) | time=1369816ms

and with them disabled:

2025-11-06T12:01:18.5960642Z 12:01:18.595 INFO  Sensor Ruby Sensor [ruby]
2025-11-06T12:01:18.6031391Z 12:01:18.602 INFO  9636 source files to be analyzed
2025-11-06T12:01:28.6052152Z 12:01:28.604 INFO  197/9636 files analyzed, current file: db/migrate/20100101010101_rename_sale_to_other_sale.rb
2025-11-06T12:01:38.6052148Z 12:01:38.604 INFO  887/9636 files analyzed, current file: db/migrate/20100101010101_fix_incorrect_sum_totals.rb
2025-11-06T12:01:48.6054168Z 12:01:48.604 INFO  1557/9636 files analyzed, current file: app/models/preferences/include_payment_link.rb
2025-11-06T12:01:58.6056540Z 12:01:58.605 INFO  2273/9636 files analyzed, current file: engines/new_feature/app/models/for_category/category_seven/form3.rb
2025-11-06T12:02:08.6057866Z 12:02:08.605 INFO  3006/9636 files analyzed, current file: engines/new_feature/app/models/new_feature/forms/form3.rb
2025-11-06T12:02:18.6059658Z 12:02:18.605 INFO  3703/9636 files analyzed, current file: app/models/reports/second_report.rb
2025-11-06T12:02:28.6061154Z 12:02:28.605 INFO  4396/9636 files analyzed, current file: engines/other_feature/app/models/calculator/calculation_formatting/calculation_formatter_v5_to_v8.rb
2025-11-06T12:02:38.6061994Z 12:02:38.605 INFO  5117/9636 files analyzed, current file: app/helpers/document/modal_helper.rb
2025-11-06T12:02:48.6063280Z 12:02:48.605 INFO  5790/9636 files analyzed, current file: engines/base_models/app/models/attribute_locking/check_master.rb
2025-11-06T12:02:58.6064854Z 12:02:58.606 INFO  6550/9636 files analyzed, current file: app/my_app/subscription/dormant_subscription_checker.rb
2025-11-06T12:03:08.6067808Z 12:03:08.606 INFO  7307/9636 files analyzed, current file: support/console_helpers/third_party/add_other_provider.rb
2025-11-06T12:03:18.6069559Z 12:03:18.606 INFO  8095/9636 files analyzed, current file: app/controllers/transacion_entries/multi_split_controller.rb
2025-11-06T12:03:28.6070087Z 12:03:28.606 INFO  8856/9636 files analyzed, current file: app/models/accounting/sales_list/export.rb
2025-11-06T12:03:38.6072398Z 12:03:38.606 INFO  9619/9636 files analyzed, current file: app/controllers/purchase_controller.rb
2025-11-06T12:03:38.7526560Z 12:03:38.752 INFO  9636/9636 source files have been analyzed
2025-11-06T12:03:38.7556197Z 12:03:38.755 INFO  Sensor Ruby Sensor [ruby] (done) | time=140160ms
2025-11-06T12:03:38.7557191Z 12:03:38.755 INFO  Sensor Import of RuboCop issues [ruby]
2025-11-06T12:03:38.7566723Z 12:03:38.756 INFO  Importing /home/runner/work/my_repo/my_repo/rubocop-report/rubocop-report.json
2025-11-06T12:03:40.4114642Z 12:03:40.410 WARN  Fail to resolve 1 file(s). No RuboCop issues will be imported on the following file(s): engines/other_feature/spec/fixtures/individual_calculations/uniquify_json_numbers.rb
2025-11-06T12:03:40.4116354Z 12:03:40.411 INFO  Sensor Import of RuboCop issues [ruby] (done) | time=1655ms
2025-11-06T12:03:40.4117060Z 12:03:40.411 INFO  Sensor SimpleCov Sensor for Ruby coverage [ruby]
2025-11-06T12:03:40.4122762Z 12:03:40.411 INFO  Sensor SimpleCov Sensor for Ruby coverage [ruby] (done) | time=0ms
2025-11-06T12:03:40.4123804Z 12:03:40.412 INFO  Sensor HTML [web]
2025-11-06T12:03:45.3023816Z 12:03:45.301 INFO  Sensor HTML [web] (done) | time=4890ms

I’ve vaguely but consistently anonymised the filenames. Let me know if there’s any more information you think I might be able to provide.

2 Likes

Thank you very much! That is super helpful.

Denis

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

Hi there, @dgh

I just wanted to bring the latest release for Ruby to your attention as it addresses your performance problem specifically.
I hope this release fixes it!

Denis

1 Like