-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub-user-analyzer-debug.log
More file actions
789 lines (767 loc) · 71.4 KB
/
github-user-analyzer-debug.log
File metadata and controls
789 lines (767 loc) · 71.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
=== GitHub User Analyzer Debug Session - 2025-10-05 12:13:14 ===
2025/10/05 12:13:14 main.go:64: Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 12:13:14 main.go:68: Using timeout: 1m0s
2025/10/05 12:13:14 main.go:221: Starting analysis for user: gounthar
2025/10/05 12:13:14 main.go:222: Using template: resume
2025/10/05 12:13:14 main.go:223: Output directory: ./data/profiles
2025/10/05 12:13:14 main.go:230: Analyzing GitHub profile for user: gounthar
2025/10/05 12:13:14 analyzer.go:34: Starting analysis for user: gounthar
2025/10/05 12:13:14 analyzer.go:85: Fetching basic info for user: gounthar
2025/10/05 12:13:14 client.go:348: Rate limit check: No API data yet, proceeding cautiously
2025/10/05 12:13:16 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 317/5000, Remaining: 4683, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:13:16 analyzer.go:141: Fetching repositories for user: gounthar
2025/10/05 12:13:16 client.go:360: Rate limit check: 4683/5000 requests remaining
2025/10/05 12:13:23 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 319/5000, Remaining: 4681, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:13:23 client.go:360: Rate limit check: 4681/5000 requests remaining
=== GitHub User Analyzer Debug Session - 2025-10-05 12:16:05 ===
2025/10/05 12:16:05 main.go:64: Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 12:16:05 main.go:68: Using timeout: 6h0m0s
2025/10/05 12:16:05 main.go:221: Starting analysis for user: gounthar
2025/10/05 12:16:05 main.go:222: Using template: technical
2025/10/05 12:16:05 main.go:223: Output directory: ./data/profiles
2025/10/05 12:16:05 main.go:230: Analyzing GitHub profile for user: gounthar
2025/10/05 12:16:05 analyzer.go:34: Starting analysis for user: gounthar
2025/10/05 12:16:05 analyzer.go:85: Fetching basic info for user: gounthar
2025/10/05 12:16:05 client.go:348: Rate limit check: No API data yet, proceeding cautiously
2025/10/05 12:16:06 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 322/5000, Remaining: 4678, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:16:06 analyzer.go:141: Fetching repositories for user: gounthar
2025/10/05 12:16:06 client.go:360: Rate limit check: 4678/5000 requests remaining
2025/10/05 12:16:15 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 324/5000, Remaining: 4676, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:16:15 client.go:360: Rate limit check: 4676/5000 requests remaining
2025/10/05 12:16:20 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 326/5000, Remaining: 4674, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:16:20 client.go:360: Rate limit check: 4674/5000 requests remaining
2025/10/05 12:16:30 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 328/5000, Remaining: 4672, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:16:30 client.go:360: Rate limit check: 4672/5000 requests remaining
2025/10/05 12:16:37 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 340/5000, Remaining: 4660, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:16:37 client.go:360: Rate limit check: 4660/5000 requests remaining
2025/10/05 12:16:41 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 342/5000, Remaining: 4658, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:16:41 client.go:360: Rate limit check: 4658/5000 requests remaining
2025/10/05 12:16:47 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 344/5000, Remaining: 4656, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:16:47 client.go:360: Rate limit check: 4656/5000 requests remaining
2025/10/05 12:16:53 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 346/5000, Remaining: 4654, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:16:53 client.go:360: Rate limit check: 4654/5000 requests remaining
2025/10/05 12:16:58 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 348/5000, Remaining: 4652, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:16:58 client.go:360: Rate limit check: 4652/5000 requests remaining
2025/10/05 12:16:58 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 348/5000, Remaining: 4652, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:16:58 client.go:202: GitHub API rate limit exceeded (HTTP 403)
2025/10/05 12:16:58 client.go:206: Waiting 24m36.3473624s for rate limit reset
2025/10/05 12:16:58 client.go:128: Retrying in 4.295386223s (attempt 2/5)
2025/10/05 12:17:09 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 350/5000, Remaining: 4650, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:17:09 client.go:360: Rate limit check: 4650/5000 requests remaining
2025/10/05 12:17:14 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 352/5000, Remaining: 4648, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:17:14 client.go:360: Rate limit check: 4648/5000 requests remaining
2025/10/05 12:17:20 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 354/5000, Remaining: 4646, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:17:20 client.go:360: Rate limit check: 4646/5000 requests remaining
2025/10/05 12:17:27 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 356/5000, Remaining: 4644, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:17:27 client.go:360: Rate limit check: 4644/5000 requests remaining
2025/10/05 12:17:32 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 358/5000, Remaining: 4642, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:17:32 client.go:360: Rate limit check: 4642/5000 requests remaining
2025/10/05 12:17:38 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 360/5000, Remaining: 4640, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:17:38 client.go:360: Rate limit check: 4640/5000 requests remaining
2025/10/05 12:17:43 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 362/5000, Remaining: 4638, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:17:43 client.go:360: Rate limit check: 4638/5000 requests remaining
2025/10/05 12:17:48 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 364/5000, Remaining: 4636, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:17:48 client.go:360: Rate limit check: 4636/5000 requests remaining
2025/10/05 12:17:52 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 366/5000, Remaining: 4634, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:17:52 client.go:360: Rate limit check: 4634/5000 requests remaining
2025/10/05 12:17:57 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 368/5000, Remaining: 4632, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:17:57 client.go:360: Rate limit check: 4632/5000 requests remaining
2025/10/05 12:18:01 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 370/5000, Remaining: 4630, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:18:01 client.go:360: Rate limit check: 4630/5000 requests remaining
2025/10/05 12:18:06 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 372/5000, Remaining: 4628, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:18:06 client.go:360: Rate limit check: 4628/5000 requests remaining
2025/10/05 12:18:10 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 374/5000, Remaining: 4626, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:18:10 client.go:360: Rate limit check: 4626/5000 requests remaining
2025/10/05 12:18:15 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 376/5000, Remaining: 4624, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:18:15 client.go:360: Rate limit check: 4624/5000 requests remaining
2025/10/05 12:18:20 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 378/5000, Remaining: 4622, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:18:20 client.go:360: Rate limit check: 4622/5000 requests remaining
2025/10/05 12:18:26 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 380/5000, Remaining: 4620, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:18:26 client.go:360: Rate limit check: 4620/5000 requests remaining
2025/10/05 12:18:31 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 382/5000, Remaining: 4618, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:18:31 client.go:360: Rate limit check: 4618/5000 requests remaining
2025/10/05 12:18:35 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 384/5000, Remaining: 4616, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:18:35 client.go:360: Rate limit check: 4616/5000 requests remaining
2025/10/05 12:18:40 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 386/5000, Remaining: 4614, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:18:40 client.go:360: Rate limit check: 4614/5000 requests remaining
2025/10/05 12:18:44 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 388/5000, Remaining: 4612, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:18:44 client.go:360: Rate limit check: 4612/5000 requests remaining
2025/10/05 12:18:48 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 390/5000, Remaining: 4610, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:18:48 client.go:360: Rate limit check: 4610/5000 requests remaining
2025/10/05 12:18:55 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 392/5000, Remaining: 4608, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:18:55 client.go:360: Rate limit check: 4608/5000 requests remaining
2025/10/05 12:19:01 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 394/5000, Remaining: 4606, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:19:01 client.go:360: Rate limit check: 4606/5000 requests remaining
2025/10/05 12:19:07 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 396/5000, Remaining: 4604, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:19:07 client.go:360: Rate limit check: 4604/5000 requests remaining
2025/10/05 12:19:12 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 398/5000, Remaining: 4602, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:19:12 client.go:360: Rate limit check: 4602/5000 requests remaining
2025/10/05 12:19:20 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 400/5000, Remaining: 4600, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:19:20 client.go:360: Rate limit check: 4600/5000 requests remaining
2025/10/05 12:19:26 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 402/5000, Remaining: 4598, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:19:26 client.go:360: Rate limit check: 4598/5000 requests remaining
2025/10/05 12:19:31 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 404/5000, Remaining: 4596, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:19:31 client.go:360: Rate limit check: 4596/5000 requests remaining
2025/10/05 12:19:36 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 406/5000, Remaining: 4594, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:19:36 client.go:360: Rate limit check: 4594/5000 requests remaining
2025/10/05 12:19:42 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 408/5000, Remaining: 4592, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:19:42 client.go:360: Rate limit check: 4592/5000 requests remaining
2025/10/05 12:19:46 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 410/5000, Remaining: 4590, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:19:46 client.go:360: Rate limit check: 4590/5000 requests remaining
2025/10/05 12:19:50 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 412/5000, Remaining: 4588, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:19:50 client.go:360: Rate limit check: 4588/5000 requests remaining
2025/10/05 12:19:55 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 414/5000, Remaining: 4586, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:19:55 client.go:360: Rate limit check: 4586/5000 requests remaining
2025/10/05 12:20:01 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 416/5000, Remaining: 4584, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:20:01 client.go:360: Rate limit check: 4584/5000 requests remaining
2025/10/05 12:20:06 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 418/5000, Remaining: 4582, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:20:07 client.go:360: Rate limit check: 4582/5000 requests remaining
2025/10/05 12:20:12 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 420/5000, Remaining: 4580, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:20:12 client.go:360: Rate limit check: 4580/5000 requests remaining
2025/10/05 12:20:19 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 422/5000, Remaining: 4578, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:20:19 client.go:360: Rate limit check: 4578/5000 requests remaining
2025/10/05 12:20:24 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 424/5000, Remaining: 4576, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:20:24 client.go:360: Rate limit check: 4576/5000 requests remaining
2025/10/05 12:20:28 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 427/5000, Remaining: 4573, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:20:28 client.go:360: Rate limit check: 4573/5000 requests remaining
2025/10/05 12:20:29 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 429/5000, Remaining: 4571, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:20:29 analyzer.go:174: Fetched 4725 repositories for user: gounthar
2025/10/05 12:20:29 analyzer.go:180: Fetching organizations for user: gounthar
2025/10/05 12:20:29 client.go:360: Rate limit check: 4571/5000 requests remaining
2025/10/05 12:20:29 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 429/5000, Remaining: 4571, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:20:29 client.go:202: GitHub API rate limit exceeded (HTTP 403)
2025/10/05 12:20:29 client.go:206: Waiting 21m5.3140893s for rate limit reset
2025/10/05 12:20:29 client.go:128: Retrying in 4.045664303s (attempt 2/5)
2025/10/05 12:20:41 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 430/5000, Remaining: 4570, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:20:41 analyzer.go:250: Fetched 19 organizations for user: gounthar
2025/10/05 12:20:41 analyzer.go:256: Fetching contributions for user: gounthar
2025/10/05 12:20:41 client.go:360: Rate limit check: 4570/5000 requests remaining
2025/10/05 12:20:41 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 430/5000, Remaining: 4570, Resets: 2025-10-05T12:41:35+02:00
2025/10/05 12:20:41 main.go:75: failed to analyze user gounthar: failed to fetch user contributions: GraphQL query failed: GraphQL errors: [{Message:Field 'issueCount' doesn't exist on type 'CreatedIssueContribution' Type: Path:[query user contributionsCollection issueContributionsByRepository contributions nodes issueCount]} {Message:Field 'pullRequestCount' doesn't exist on type 'CreatedPullRequestContribution' Type: Path:[query user contributionsCollection pullRequestContributionsByRepository contributions nodes pullRequestCount]}]
=== GitHub User Analyzer Debug Session - 2025-10-05 13:54:34 ===
2025/10/05 13:54:34 main.go:64: Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 13:54:34 main.go:68: Using timeout: 2m0s
2025/10/05 13:54:34 main.go:221: Starting analysis for user: gounthar
2025/10/05 13:54:34 main.go:222: Using template: resume
2025/10/05 13:54:34 main.go:223: Output directory: ./data/profiles
2025/10/05 13:54:34 main.go:230: Analyzing GitHub profile for user: gounthar
2025/10/05 13:54:34 analyzer.go:39: Starting analysis for user: gounthar
2025/10/05 13:54:34 analyzer.go:135: Fetching basic info for user: gounthar
2025/10/05 13:54:34 client.go:348: Rate limit check: No API data yet, proceeding cautiously
2025/10/05 13:54:36 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 1/5000, Remaining: 4999, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:54:36 analyzer.go:1148: Progress saved after step 1 for user: gounthar
2025/10/05 13:54:36 analyzer.go:191: Fetching repositories for user: gounthar
2025/10/05 13:54:36 client.go:360: Rate limit check: 4999/5000 requests remaining
2025/10/05 13:54:45 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 3/5000, Remaining: 4997, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:54:45 client.go:360: Rate limit check: 4997/5000 requests remaining
2025/10/05 13:54:53 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 5/5000, Remaining: 4995, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:54:53 client.go:360: Rate limit check: 4995/5000 requests remaining
2025/10/05 13:54:59 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 7/5000, Remaining: 4993, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:54:59 client.go:360: Rate limit check: 4993/5000 requests remaining
2025/10/05 13:55:06 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 9/5000, Remaining: 4991, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:55:06 client.go:360: Rate limit check: 4991/5000 requests remaining
2025/10/05 13:55:13 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 11/5000, Remaining: 4989, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:55:13 client.go:360: Rate limit check: 4989/5000 requests remaining
2025/10/05 13:55:19 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 13/5000, Remaining: 4987, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:55:19 client.go:360: Rate limit check: 4987/5000 requests remaining
2025/10/05 13:55:25 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 15/5000, Remaining: 4985, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:55:25 client.go:360: Rate limit check: 4985/5000 requests remaining
2025/10/05 13:55:31 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 17/5000, Remaining: 4983, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:55:31 client.go:360: Rate limit check: 4983/5000 requests remaining
2025/10/05 13:55:38 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 19/5000, Remaining: 4981, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:55:38 client.go:360: Rate limit check: 4981/5000 requests remaining
2025/10/05 13:55:43 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 21/5000, Remaining: 4979, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:55:44 client.go:360: Rate limit check: 4979/5000 requests remaining
2025/10/05 13:55:48 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 23/5000, Remaining: 4977, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:55:48 client.go:360: Rate limit check: 4977/5000 requests remaining
2025/10/05 13:55:54 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 25/5000, Remaining: 4975, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:55:54 client.go:360: Rate limit check: 4975/5000 requests remaining
2025/10/05 13:56:00 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 27/5000, Remaining: 4973, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:56:00 client.go:360: Rate limit check: 4973/5000 requests remaining
2025/10/05 13:56:05 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 29/5000, Remaining: 4971, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:56:05 client.go:360: Rate limit check: 4971/5000 requests remaining
2025/10/05 13:56:13 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 31/5000, Remaining: 4969, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:56:13 client.go:360: Rate limit check: 4969/5000 requests remaining
2025/10/05 13:56:21 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 33/5000, Remaining: 4967, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:56:21 client.go:360: Rate limit check: 4967/5000 requests remaining
2025/10/05 13:56:25 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 35/5000, Remaining: 4965, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:56:25 client.go:360: Rate limit check: 4965/5000 requests remaining
2025/10/05 13:56:32 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 37/5000, Remaining: 4963, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:56:32 client.go:360: Rate limit check: 4963/5000 requests remaining
2025/10/05 13:56:34 client.go:155: Retryable error (attempt 1/5): HTTP request failed: Post "https://api.github.com/graphql": context deadline exceeded
2025/10/05 13:56:34 client.go:128: Retrying in 4.095614614s (attempt 2/5)
2025/10/05 13:56:34 main.go:75: failed to analyze user gounthar: failed to fetch user repositories: GraphQL query failed: context deadline exceeded
=== GitHub User Analyzer Debug Session - 2025-10-05 13:56:56 ===
2025/10/05 13:56:56 main.go:64: Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 13:56:56 main.go:68: Using timeout: 2m0s
2025/10/05 13:56:56 main.go:221: Starting analysis for user: gounthar
2025/10/05 13:56:56 main.go:222: Using template: resume
2025/10/05 13:56:56 main.go:223: Output directory: ./data/profiles
2025/10/05 13:56:56 main.go:230: Analyzing GitHub profile for user: gounthar
2025/10/05 13:56:56 analyzer.go:39: Starting analysis for user: gounthar
2025/10/05 13:56:56 analyzer.go:1175: Resuming analysis for user gounthar from step 2 (saved at 2025-10-05 13:54:36)
2025/10/05 13:56:56 analyzer.go:191: Fetching repositories for user: gounthar
2025/10/05 13:56:56 client.go:348: Rate limit check: No API data yet, proceeding cautiously
2025/10/05 13:57:03 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 41/5000, Remaining: 4959, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:57:03 client.go:360: Rate limit check: 4959/5000 requests remaining
2025/10/05 13:57:08 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 43/5000, Remaining: 4957, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:57:08 client.go:360: Rate limit check: 4957/5000 requests remaining
2025/10/05 13:57:15 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 45/5000, Remaining: 4955, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:57:15 client.go:360: Rate limit check: 4955/5000 requests remaining
2025/10/05 13:57:23 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 47/5000, Remaining: 4953, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:57:23 client.go:360: Rate limit check: 4953/5000 requests remaining
2025/10/05 13:57:29 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 49/5000, Remaining: 4951, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:57:29 client.go:360: Rate limit check: 4951/5000 requests remaining
2025/10/05 13:57:35 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 51/5000, Remaining: 4949, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:57:35 client.go:360: Rate limit check: 4949/5000 requests remaining
2025/10/05 13:57:40 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 53/5000, Remaining: 4947, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:57:40 client.go:360: Rate limit check: 4947/5000 requests remaining
2025/10/05 13:57:46 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 55/5000, Remaining: 4945, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:57:46 client.go:360: Rate limit check: 4945/5000 requests remaining
2025/10/05 13:57:52 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 57/5000, Remaining: 4943, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:57:52 client.go:360: Rate limit check: 4943/5000 requests remaining
2025/10/05 13:57:59 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 59/5000, Remaining: 4941, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:58:00 client.go:360: Rate limit check: 4941/5000 requests remaining
2025/10/05 13:58:06 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 61/5000, Remaining: 4939, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:58:06 client.go:360: Rate limit check: 4939/5000 requests remaining
2025/10/05 13:58:11 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 63/5000, Remaining: 4937, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:58:11 client.go:360: Rate limit check: 4937/5000 requests remaining
2025/10/05 13:58:16 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 65/5000, Remaining: 4935, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:58:16 client.go:360: Rate limit check: 4935/5000 requests remaining
2025/10/05 13:58:21 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 67/5000, Remaining: 4933, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:58:21 client.go:360: Rate limit check: 4933/5000 requests remaining
2025/10/05 13:58:26 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 69/5000, Remaining: 4931, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:58:26 client.go:360: Rate limit check: 4931/5000 requests remaining
2025/10/05 13:58:26 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 69/5000, Remaining: 4931, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:58:26 client.go:202: GitHub API rate limit exceeded (HTTP 403)
2025/10/05 13:58:26 client.go:206: Waiting 56m10.3134432s for rate limit reset
2025/10/05 13:58:26 client.go:128: Retrying in 4.343172009s (attempt 2/5)
2025/10/05 13:58:38 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 71/5000, Remaining: 4929, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:58:38 client.go:360: Rate limit check: 4929/5000 requests remaining
2025/10/05 13:58:44 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 73/5000, Remaining: 4927, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:58:44 client.go:360: Rate limit check: 4927/5000 requests remaining
2025/10/05 13:58:48 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 75/5000, Remaining: 4925, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:58:48 client.go:360: Rate limit check: 4925/5000 requests remaining
2025/10/05 13:58:53 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 77/5000, Remaining: 4923, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:58:53 client.go:360: Rate limit check: 4923/5000 requests remaining
2025/10/05 13:58:56 client.go:155: Retryable error (attempt 1/5): HTTP request failed: Post "https://api.github.com/graphql": context deadline exceeded
2025/10/05 13:58:56 client.go:128: Retrying in 4.136279761s (attempt 2/5)
2025/10/05 13:58:56 main.go:75: failed to analyze user gounthar: failed to fetch user repositories: GraphQL query failed: context deadline exceeded
=== GitHub User Analyzer Debug Session - 2025-10-05 13:59:41 ===
2025/10/05 13:59:41 main.go:64: Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 13:59:41 main.go:68: Using timeout: 6h0m0s
2025/10/05 13:59:41 main.go:221: Starting analysis for user: gounthar
2025/10/05 13:59:41 main.go:222: Using template: resume
2025/10/05 13:59:41 main.go:223: Output directory: ./data/profiles
2025/10/05 13:59:41 main.go:230: Analyzing GitHub profile for user: gounthar
2025/10/05 13:59:41 analyzer.go:39: Starting analysis for user: gounthar
2025/10/05 13:59:41 analyzer.go:1175: Resuming analysis for user gounthar from step 2 (saved at 2025-10-05 13:54:36)
2025/10/05 13:59:41 analyzer.go:191: Fetching repositories for user: gounthar
2025/10/05 13:59:41 client.go:348: Rate limit check: No API data yet, proceeding cautiously
2025/10/05 13:59:47 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 81/5000, Remaining: 4919, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:59:47 client.go:360: Rate limit check: 4919/5000 requests remaining
2025/10/05 13:59:53 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 83/5000, Remaining: 4917, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 13:59:53 client.go:360: Rate limit check: 4917/5000 requests remaining
2025/10/05 14:00:00 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 85/5000, Remaining: 4915, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:00:00 client.go:360: Rate limit check: 4915/5000 requests remaining
2025/10/05 14:00:06 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 87/5000, Remaining: 4913, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:00:06 client.go:360: Rate limit check: 4913/5000 requests remaining
2025/10/05 14:00:11 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 89/5000, Remaining: 4911, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:00:11 client.go:360: Rate limit check: 4911/5000 requests remaining
2025/10/05 14:00:19 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 91/5000, Remaining: 4909, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:00:19 client.go:360: Rate limit check: 4909/5000 requests remaining
2025/10/05 14:00:26 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 93/5000, Remaining: 4907, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:00:26 client.go:360: Rate limit check: 4907/5000 requests remaining
2025/10/05 14:00:30 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 95/5000, Remaining: 4905, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:00:31 client.go:360: Rate limit check: 4905/5000 requests remaining
2025/10/05 14:00:37 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 97/5000, Remaining: 4903, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:00:37 client.go:360: Rate limit check: 4903/5000 requests remaining
2025/10/05 14:00:44 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 99/5000, Remaining: 4901, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:00:44 client.go:360: Rate limit check: 4901/5000 requests remaining
2025/10/05 14:00:49 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 101/5000, Remaining: 4899, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:00:49 client.go:360: Rate limit check: 4899/5000 requests remaining
2025/10/05 14:00:55 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 103/5000, Remaining: 4897, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:00:55 client.go:360: Rate limit check: 4897/5000 requests remaining
2025/10/05 14:01:01 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 105/5000, Remaining: 4895, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:01:01 client.go:360: Rate limit check: 4895/5000 requests remaining
2025/10/05 14:01:07 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 107/5000, Remaining: 4893, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:01:07 client.go:360: Rate limit check: 4893/5000 requests remaining
2025/10/05 14:01:15 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 109/5000, Remaining: 4891, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:01:15 client.go:360: Rate limit check: 4891/5000 requests remaining
2025/10/05 14:01:20 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 111/5000, Remaining: 4889, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:01:20 client.go:360: Rate limit check: 4889/5000 requests remaining
2025/10/05 14:01:26 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 113/5000, Remaining: 4887, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:01:26 client.go:360: Rate limit check: 4887/5000 requests remaining
2025/10/05 14:01:30 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 115/5000, Remaining: 4885, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:01:30 client.go:360: Rate limit check: 4885/5000 requests remaining
2025/10/05 14:01:37 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 117/5000, Remaining: 4883, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:01:37 client.go:360: Rate limit check: 4883/5000 requests remaining
2025/10/05 14:01:42 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 119/5000, Remaining: 4881, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:01:42 client.go:360: Rate limit check: 4881/5000 requests remaining
2025/10/05 14:01:46 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 121/5000, Remaining: 4879, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:01:46 client.go:360: Rate limit check: 4879/5000 requests remaining
2025/10/05 14:01:51 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 123/5000, Remaining: 4877, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:01:51 client.go:360: Rate limit check: 4877/5000 requests remaining
2025/10/05 14:01:57 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 125/5000, Remaining: 4875, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:01:57 client.go:360: Rate limit check: 4875/5000 requests remaining
2025/10/05 14:02:03 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 127/5000, Remaining: 4873, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:02:03 client.go:360: Rate limit check: 4873/5000 requests remaining
2025/10/05 14:02:09 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 129/5000, Remaining: 4871, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:02:09 client.go:360: Rate limit check: 4871/5000 requests remaining
2025/10/05 14:02:14 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 131/5000, Remaining: 4869, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:02:14 client.go:360: Rate limit check: 4869/5000 requests remaining
2025/10/05 14:02:19 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 133/5000, Remaining: 4867, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:02:19 client.go:360: Rate limit check: 4867/5000 requests remaining
2025/10/05 14:02:29 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 135/5000, Remaining: 4865, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:02:29 client.go:360: Rate limit check: 4865/5000 requests remaining
2025/10/05 14:02:37 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 137/5000, Remaining: 4863, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:02:37 client.go:360: Rate limit check: 4863/5000 requests remaining
2025/10/05 14:02:45 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 139/5000, Remaining: 4861, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:02:45 client.go:360: Rate limit check: 4861/5000 requests remaining
2025/10/05 14:02:50 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 141/5000, Remaining: 4859, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:02:50 client.go:360: Rate limit check: 4859/5000 requests remaining
2025/10/05 14:02:55 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 143/5000, Remaining: 4857, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:02:55 client.go:360: Rate limit check: 4857/5000 requests remaining
2025/10/05 14:03:01 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 145/5000, Remaining: 4855, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:03:01 client.go:360: Rate limit check: 4855/5000 requests remaining
2025/10/05 14:03:06 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 147/5000, Remaining: 4853, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:03:06 client.go:360: Rate limit check: 4853/5000 requests remaining
2025/10/05 14:03:11 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 149/5000, Remaining: 4851, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:03:11 client.go:360: Rate limit check: 4851/5000 requests remaining
2025/10/05 14:03:16 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 151/5000, Remaining: 4849, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:03:16 client.go:360: Rate limit check: 4849/5000 requests remaining
2025/10/05 14:03:21 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 153/5000, Remaining: 4847, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:03:21 client.go:360: Rate limit check: 4847/5000 requests remaining
2025/10/05 14:03:27 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 155/5000, Remaining: 4845, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:03:27 client.go:360: Rate limit check: 4845/5000 requests remaining
2025/10/05 14:03:33 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 157/5000, Remaining: 4843, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:03:33 client.go:360: Rate limit check: 4843/5000 requests remaining
2025/10/05 14:03:38 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 159/5000, Remaining: 4841, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:03:38 client.go:360: Rate limit check: 4841/5000 requests remaining
2025/10/05 14:03:45 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 161/5000, Remaining: 4839, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:03:45 client.go:360: Rate limit check: 4839/5000 requests remaining
2025/10/05 14:03:51 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 163/5000, Remaining: 4837, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:03:51 client.go:360: Rate limit check: 4837/5000 requests remaining
2025/10/05 14:03:58 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 165/5000, Remaining: 4835, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:03:58 client.go:360: Rate limit check: 4835/5000 requests remaining
2025/10/05 14:04:03 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 167/5000, Remaining: 4833, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:04:03 client.go:360: Rate limit check: 4833/5000 requests remaining
2025/10/05 14:04:12 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 169/5000, Remaining: 4831, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:04:12 client.go:360: Rate limit check: 4831/5000 requests remaining
2025/10/05 14:04:17 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 171/5000, Remaining: 4829, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:04:17 client.go:360: Rate limit check: 4829/5000 requests remaining
2025/10/05 14:04:23 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 173/5000, Remaining: 4827, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:04:23 client.go:360: Rate limit check: 4827/5000 requests remaining
2025/10/05 14:04:25 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 175/5000, Remaining: 4825, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:04:25 analyzer.go:224: Fetched 4725 repositories for user: gounthar
2025/10/05 14:04:25 analyzer.go:1148: Progress saved after step 2 for user: gounthar
2025/10/05 14:04:25 analyzer.go:230: Fetching organizations for user: gounthar
2025/10/05 14:04:25 client.go:360: Rate limit check: 4825/5000 requests remaining
2025/10/05 14:04:34 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 176/5000, Remaining: 4824, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:04:34 analyzer.go:300: Fetched 19 organizations for user: gounthar
2025/10/05 14:04:34 analyzer.go:1148: Progress saved after step 3 for user: gounthar
2025/10/05 14:04:34 analyzer.go:306: Fetching contributions for user: gounthar
2025/10/05 14:04:34 client.go:360: Rate limit check: 4824/5000 requests remaining
2025/10/05 14:04:40 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 177/5000, Remaining: 4823, Resets: 2025-10-05T14:54:37+02:00
2025/10/05 14:04:40 analyzer.go:1148: Progress saved after step 4 for user: gounthar
2025/10/05 14:04:40 analyzer.go:452: Analyzing languages for user: gounthar
2025/10/05 14:04:40 analyzer.go:520: Analyzing skills for user: gounthar
2025/10/05 14:04:41 analyzer.go:1148: Progress saved after step 5 for user: gounthar
2025/10/05 14:04:41 analyzer.go:1015: Analyzing Docker Hub profile for user: gounthar
2025/10/05 14:04:41 client.go:173: Analyzing Docker Hub profile for user: gounthar
2025/10/05 14:04:41 client.go:40: Searching Docker Hub repositories for user: gounthar
2025/10/05 14:04:41 client.go:58: Found 0 repositories for user gounthar
2025/10/05 14:04:41 client.go:251: Docker Hub analysis complete for gounthar: 0 repos, 0 total downloads
2025/10/05 14:04:41 analyzer.go:1148: Progress saved after step 6 for user: gounthar
2025/10/05 14:04:41 analyzer.go:1052: Analyzing Discourse profile for user: gounthar
2025/10/05 14:04:41 analyzer.go:1080: Discourse profile not found for username: gounthar (failed to fetch user: API request failed with status 404: {"errors":["The requested URL or resource could not be found."],"error_type":"not_found"})
2025/10/05 14:04:41 analyzer.go:113: Discourse analysis failed (this is optional): no Discourse profile found for any username variation
2025/10/05 14:04:41 analyzer.go:1148: Progress saved after step 7 for user: gounthar
2025/10/05 14:04:41 analyzer.go:745: Generating insights for user: gounthar
2025/10/05 14:04:41 analyzer.go:1187: Progress file cleaned up for user: gounthar
2025/10/05 14:04:41 analyzer.go:129: Analysis completed for user: gounthar
2025/10/05 14:04:41 main.go:288: Saved JSON profile: data\profiles\gounthar_profile.json
2025/10/05 14:04:41 main.go:312: Generated markdown profile: data\profiles\gounthar_profile_resume.md
2025/10/05 14:04:41 main.go:260: Final GitHub API Rate Limit Status:
2025/10/05 14:04:41 main.go:261: Resource: graphql
2025/10/05 14:04:41 main.go:262: Used: 177/5000 requests
2025/10/05 14:04:41 main.go:263: Remaining: 4823 requests
2025/10/05 14:04:41 main.go:264: Resets at: 14:54:37 CEST
2025/10/05 14:04:41 main.go:267: Usage: 3.5% of hourly quota
=== GitHub User Analyzer Debug Session - 2025-10-05 15:16:38 ===
2025/10/05 15:16:38 Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 15:16:38 Analyzing GitHub profile for user: gounthar
2025/10/05 15:16:38 Starting analysis for user: gounthar
2025/10/05 15:16:38 Fetching basic info for user: gounthar
2025/10/05 15:16:38 Rate limit check: No API data yet, proceeding cautiously
2025/10/05 15:16:41 GitHub API Rate Limit - Resource: graphql, Used: 128/5000, Remaining: 4872, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:16:41 Progress saved after step 1 for user: gounthar
2025/10/05 15:16:41 Fetching repositories for user: gounthar
2025/10/05 15:16:41 Rate limit check: 4872/5000 requests remaining
2025/10/05 15:16:47 GitHub API Rate Limit - Resource: graphql, Used: 130/5000, Remaining: 4870, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:16:47 Rate limit check: 4870/5000 requests remaining
2025/10/05 15:16:54 GitHub API Rate Limit - Resource: graphql, Used: 132/5000, Remaining: 4868, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:16:54 Rate limit check: 4868/5000 requests remaining
2025/10/05 15:16:59 GitHub API Rate Limit - Resource: graphql, Used: 134/5000, Remaining: 4866, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:16:59 Rate limit check: 4866/5000 requests remaining
2025/10/05 15:17:06 GitHub API Rate Limit - Resource: graphql, Used: 136/5000, Remaining: 4864, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:17:06 Rate limit check: 4864/5000 requests remaining
2025/10/05 15:17:14 GitHub API Rate Limit - Resource: graphql, Used: 138/5000, Remaining: 4862, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:17:14 Rate limit check: 4862/5000 requests remaining
2025/10/05 15:17:20 GitHub API Rate Limit - Resource: graphql, Used: 140/5000, Remaining: 4860, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:17:20 Rate limit check: 4860/5000 requests remaining
2025/10/05 15:17:27 GitHub API Rate Limit - Resource: graphql, Used: 142/5000, Remaining: 4858, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:17:27 Rate limit check: 4858/5000 requests remaining
2025/10/05 15:17:34 GitHub API Rate Limit - Resource: graphql, Used: 144/5000, Remaining: 4856, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:17:34 Rate limit check: 4856/5000 requests remaining
=== GitHub User Analyzer Debug Session - 2025-10-05 15:19:37 ===
2025/10/05 15:19:37 main.go:64: Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 15:19:37 main.go:68: Using timeout: 6h0m0s
2025/10/05 15:19:37 main.go:221: Starting analysis for user: gounthar
2025/10/05 15:19:37 main.go:222: Using template: technical
2025/10/05 15:19:37 main.go:223: Output directory: ./data/profiles
2025/10/05 15:19:37 main.go:230: Analyzing GitHub profile for user: gounthar
2025/10/05 15:19:37 analyzer.go:41: Starting analysis for user: gounthar
2025/10/05 15:19:37 analyzer.go:45: Using cached analysis for user: gounthar (analyzed at 2025-10-05 13:54:34)
2025/10/05 15:19:38 main.go:288: Saved JSON profile: data\profiles\gounthar_profile.json
2025/10/05 15:19:38 main.go:312: Generated markdown profile: data\profiles\gounthar_profile_technical.md
2025/10/05 15:19:38 main.go:260: Final GitHub API Rate Limit Status:
2025/10/05 15:19:38 main.go:261: Resource: graphql
2025/10/05 15:19:38 main.go:262: Used: 0/5000 requests
2025/10/05 15:19:38 main.go:263: Remaining: 5000 requests
2025/10/05 15:19:38 main.go:264: Resets at: 16:19:37 CEST
2025/10/05 15:19:38 main.go:267: Usage: 0.0% of hourly quota
=== GitHub User Analyzer Debug Session - 2025-10-05 15:22:12 ===
2025/10/05 15:22:12 Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 15:22:12 Analyzing GitHub profile for user: gounthar
2025/10/05 15:22:12 Starting analysis for user: gounthar
2025/10/05 15:22:12 Using cached analysis for user: gounthar (analyzed at 2025-10-05 13:54:34)
=== GitHub User Analyzer Debug Session - 2025-10-05 15:23:35 ===
2025/10/05 15:23:35 Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 15:23:35 Analyzing GitHub profile for user: gounthar
2025/10/05 15:23:35 Starting analysis for user: gounthar
2025/10/05 15:23:35 Using cached analysis for user: gounthar (analyzed at 2025-10-05 13:54:34)
=== GitHub User Analyzer Debug Session - 2025-10-05 15:24:16 ===
2025/10/05 15:24:16 Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 15:24:16 Analyzing GitHub profile for user: gounthar
2025/10/05 15:24:16 Starting analysis for user: gounthar
2025/10/05 15:24:16 Using cached analysis for user: gounthar (analyzed at 2025-10-05 13:54:34)
=== GitHub User Analyzer Debug Session - 2025-10-05 15:25:40 ===
2025/10/05 15:25:40 main.go:64: Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 15:25:40 main.go:68: Using timeout: 6h0m0s
2025/10/05 15:25:40 main.go:221: Starting analysis for user: pilere
2025/10/05 15:25:40 main.go:222: Using template: resume
2025/10/05 15:25:40 main.go:223: Output directory: ./data/profiles
2025/10/05 15:25:40 main.go:230: Analyzing GitHub profile for user: pilere
2025/10/05 15:25:40 analyzer.go:41: Starting analysis for user: pilere
2025/10/05 15:25:40 analyzer.go:148: Fetching basic info for user: pilere
2025/10/05 15:25:40 client.go:348: Rate limit check: No API data yet, proceeding cautiously
2025/10/05 15:25:41 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 148/5000, Remaining: 4852, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:25:41 analyzer.go:1161: Progress saved after step 1 for user: pilere
2025/10/05 15:25:41 analyzer.go:204: Fetching repositories for user: pilere
2025/10/05 15:25:41 client.go:360: Rate limit check: 4852/5000 requests remaining
2025/10/05 15:25:43 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 150/5000, Remaining: 4850, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:25:43 analyzer.go:237: Fetched 37 repositories for user: pilere
2025/10/05 15:25:43 analyzer.go:1161: Progress saved after step 2 for user: pilere
2025/10/05 15:25:43 analyzer.go:243: Fetching organizations for user: pilere
2025/10/05 15:25:43 client.go:360: Rate limit check: 4850/5000 requests remaining
2025/10/05 15:25:44 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 151/5000, Remaining: 4849, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:25:44 analyzer.go:313: Fetched 2 organizations for user: pilere
2025/10/05 15:25:44 analyzer.go:1161: Progress saved after step 3 for user: pilere
2025/10/05 15:25:44 analyzer.go:319: Fetching contributions for user: pilere
2025/10/05 15:25:44 client.go:360: Rate limit check: 4849/5000 requests remaining
2025/10/05 15:25:45 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 152/5000, Remaining: 4848, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:25:45 analyzer.go:1161: Progress saved after step 4 for user: pilere
2025/10/05 15:25:45 analyzer.go:465: Analyzing languages for user: pilere
2025/10/05 15:25:45 analyzer.go:533: Analyzing skills for user: pilere
2025/10/05 15:25:45 analyzer.go:1161: Progress saved after step 5 for user: pilere
2025/10/05 15:25:45 analyzer.go:1028: Analyzing Docker Hub profile for user: pilere
2025/10/05 15:25:45 client.go:173: Analyzing Docker Hub profile for user: pilere
2025/10/05 15:25:45 client.go:40: Searching Docker Hub repositories for user: pilere
2025/10/05 15:25:46 client.go:58: Found 0 repositories for user pilere
2025/10/05 15:25:46 client.go:251: Docker Hub analysis complete for pilere: 0 repos, 0 total downloads
2025/10/05 15:25:46 analyzer.go:1161: Progress saved after step 6 for user: pilere
2025/10/05 15:25:46 analyzer.go:1065: Analyzing Discourse profile for user: pilere
2025/10/05 15:25:46 analyzer.go:1093: Discourse profile not found for username: pilere (failed to fetch user: API request failed with status 404: {"errors":["The requested URL or resource could not be found."],"error_type":"not_found"})
2025/10/05 15:25:46 analyzer.go:121: Discourse analysis failed (this is optional): no Discourse profile found for any username variation
2025/10/05 15:25:46 analyzer.go:1161: Progress saved after step 7 for user: pilere
2025/10/05 15:25:46 analyzer.go:758: Generating insights for user: pilere
2025/10/05 15:25:46 analyzer.go:1221: Analysis cached for user: pilere
2025/10/05 15:25:46 analyzer.go:1200: Progress file cleaned up for user: pilere
2025/10/05 15:25:46 analyzer.go:142: Analysis completed for user: pilere
2025/10/05 15:25:46 main.go:288: Saved JSON profile: data\profiles\pilere_profile.json
2025/10/05 15:25:46 main.go:312: Generated markdown profile: data\profiles\pilere_profile_resume.md
2025/10/05 15:25:46 main.go:260: Final GitHub API Rate Limit Status:
2025/10/05 15:25:46 main.go:261: Resource: graphql
2025/10/05 15:25:46 main.go:262: Used: 152/5000 requests
2025/10/05 15:25:46 main.go:263: Remaining: 4848 requests
2025/10/05 15:25:46 main.go:264: Resets at: 15:58:55 CEST
2025/10/05 15:25:46 main.go:267: Usage: 3.0% of hourly quota
=== GitHub User Analyzer Debug Session - 2025-10-05 15:31:55 ===
2025/10/05 15:31:55 main.go:65: Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 15:31:55 main.go:69: Using timeout: 6h0m0s
2025/10/05 15:31:55 main.go:231: Starting analysis for user: gounthar
2025/10/05 15:31:55 main.go:232: Using template: all
2025/10/05 15:31:55 main.go:233: Output directory: ./data/profiles
2025/10/05 15:31:55 main.go:240: Analyzing GitHub profile for user: gounthar
2025/10/05 15:31:55 analyzer.go:41: Starting analysis for user: gounthar
2025/10/05 15:31:55 analyzer.go:45: Using cached analysis for user: gounthar (analyzed at 2025-10-05 13:54:34)
2025/10/05 15:31:55 main.go:311: Saved JSON profile: data\profiles\gounthar_profile.json
2025/10/05 15:31:55 main.go:335: Generated markdown profile: data\profiles\gounthar_profile_resume.md
2025/10/05 15:31:56 main.go:335: Generated markdown profile: data\profiles\gounthar_profile_technical.md
2025/10/05 15:31:56 main.go:335: Generated markdown profile: data\profiles\gounthar_profile_executive.md
2025/10/05 15:31:56 main.go:335: Generated markdown profile: data\profiles\gounthar_profile_ats.md
2025/10/05 15:31:56 main.go:283: Final GitHub API Rate Limit Status:
2025/10/05 15:31:56 main.go:284: Resource: graphql
2025/10/05 15:31:56 main.go:285: Used: 0/5000 requests
2025/10/05 15:31:56 main.go:286: Remaining: 5000 requests
2025/10/05 15:31:56 main.go:287: Resets at: 16:31:55 CEST
2025/10/05 15:31:56 main.go:290: Usage: 0.0% of hourly quota
=== GitHub User Analyzer Debug Session - 2025-10-05 15:32:09 ===
2025/10/05 15:32:09 Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 15:32:09 Analyzing GitHub profile for user: gounthar
2025/10/05 15:32:09 Starting analysis for user: gounthar
2025/10/05 15:32:09 Using cached analysis for user: gounthar (analyzed at 2025-10-05 13:54:34)
=== GitHub User Analyzer Debug Session - 2025-10-05 15:34:35 ===
2025/10/05 15:34:35 main.go:65: Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 15:34:35 main.go:69: Using timeout: 6h0m0s
2025/10/05 15:34:35 main.go:231: Starting analysis for user: pilere
2025/10/05 15:34:35 main.go:232: Using template: all
2025/10/05 15:34:35 main.go:233: Output directory: ./data/profiles
2025/10/05 15:34:35 main.go:240: Analyzing GitHub profile for user: pilere
2025/10/05 15:34:35 analyzer.go:41: Starting analysis for user: pilere
2025/10/05 15:34:35 analyzer.go:45: Using cached analysis for user: pilere (analyzed at 2025-10-05 15:25:40)
2025/10/05 15:34:35 main.go:311: Saved JSON profile: data\profiles\pilere_profile.json
2025/10/05 15:34:35 main.go:335: Generated markdown profile: data\profiles\pilere_profile_resume.md
2025/10/05 15:34:35 main.go:335: Generated markdown profile: data\profiles\pilere_profile_technical.md
2025/10/05 15:34:35 main.go:335: Generated markdown profile: data\profiles\pilere_profile_executive.md
2025/10/05 15:34:35 main.go:335: Generated markdown profile: data\profiles\pilere_profile_ats.md
2025/10/05 15:34:35 main.go:283: Final GitHub API Rate Limit Status:
2025/10/05 15:34:35 main.go:284: Resource: graphql
2025/10/05 15:34:35 main.go:285: Used: 0/5000 requests
2025/10/05 15:34:35 main.go:286: Remaining: 5000 requests
2025/10/05 15:34:35 main.go:287: Resets at: 16:34:35 CEST
2025/10/05 15:34:35 main.go:290: Usage: 0.0% of hourly quota
=== GitHub User Analyzer Debug Session - 2025-10-05 15:35:24 ===
2025/10/05 15:35:24 main.go:65: Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 15:35:24 main.go:69: Using timeout: 6h0m0s
2025/10/05 15:35:24 main.go:231: Starting analysis for user: smerle33
2025/10/05 15:35:24 main.go:232: Using template: all
2025/10/05 15:35:24 main.go:233: Output directory: ./data/profiles
2025/10/05 15:35:24 main.go:240: Analyzing GitHub profile for user: smerle33
2025/10/05 15:35:24 analyzer.go:41: Starting analysis for user: smerle33
2025/10/05 15:35:24 analyzer.go:148: Fetching basic info for user: smerle33
2025/10/05 15:35:24 client.go:348: Rate limit check: No API data yet, proceeding cautiously
2025/10/05 15:35:26 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 154/5000, Remaining: 4846, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:35:26 analyzer.go:1161: Progress saved after step 1 for user: smerle33
2025/10/05 15:35:26 analyzer.go:204: Fetching repositories for user: smerle33
2025/10/05 15:35:26 client.go:360: Rate limit check: 4846/5000 requests remaining
2025/10/05 15:35:35 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 156/5000, Remaining: 4844, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:35:35 client.go:360: Rate limit check: 4844/5000 requests remaining
2025/10/05 15:35:42 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 158/5000, Remaining: 4842, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:35:42 client.go:360: Rate limit check: 4842/5000 requests remaining
2025/10/05 15:35:49 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 160/5000, Remaining: 4840, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:35:49 client.go:360: Rate limit check: 4840/5000 requests remaining
2025/10/05 15:35:55 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 162/5000, Remaining: 4838, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:35:55 client.go:360: Rate limit check: 4838/5000 requests remaining
2025/10/05 15:36:02 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 164/5000, Remaining: 4836, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:36:02 client.go:360: Rate limit check: 4836/5000 requests remaining
2025/10/05 15:36:08 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 166/5000, Remaining: 4834, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:36:08 client.go:360: Rate limit check: 4834/5000 requests remaining
2025/10/05 15:36:14 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 168/5000, Remaining: 4832, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:36:14 client.go:360: Rate limit check: 4832/5000 requests remaining
2025/10/05 15:36:19 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 170/5000, Remaining: 4830, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:36:19 client.go:360: Rate limit check: 4830/5000 requests remaining
2025/10/05 15:36:25 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 172/5000, Remaining: 4828, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:36:25 client.go:360: Rate limit check: 4828/5000 requests remaining
2025/10/05 15:36:32 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 174/5000, Remaining: 4826, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:36:32 client.go:360: Rate limit check: 4826/5000 requests remaining
2025/10/05 15:36:37 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 176/5000, Remaining: 4824, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:36:37 client.go:360: Rate limit check: 4824/5000 requests remaining
2025/10/05 15:36:43 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 178/5000, Remaining: 4822, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:36:43 client.go:360: Rate limit check: 4822/5000 requests remaining
2025/10/05 15:36:48 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 180/5000, Remaining: 4820, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:36:48 client.go:360: Rate limit check: 4820/5000 requests remaining
2025/10/05 15:36:55 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 182/5000, Remaining: 4818, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:36:55 client.go:360: Rate limit check: 4818/5000 requests remaining
2025/10/05 15:37:00 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 184/5000, Remaining: 4816, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:37:00 client.go:360: Rate limit check: 4816/5000 requests remaining
2025/10/05 15:37:04 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 186/5000, Remaining: 4814, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:37:04 client.go:360: Rate limit check: 4814/5000 requests remaining
2025/10/05 15:37:10 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 188/5000, Remaining: 4812, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:37:10 client.go:360: Rate limit check: 4812/5000 requests remaining
2025/10/05 15:37:14 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 190/5000, Remaining: 4810, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:37:14 client.go:360: Rate limit check: 4810/5000 requests remaining
2025/10/05 15:37:19 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 192/5000, Remaining: 4808, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:37:19 client.go:360: Rate limit check: 4808/5000 requests remaining
2025/10/05 15:37:26 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 194/5000, Remaining: 4806, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:37:26 client.go:360: Rate limit check: 4806/5000 requests remaining
2025/10/05 15:37:31 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 196/5000, Remaining: 4804, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:37:31 client.go:360: Rate limit check: 4804/5000 requests remaining
2025/10/05 15:37:36 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 198/5000, Remaining: 4802, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:37:36 client.go:360: Rate limit check: 4802/5000 requests remaining
2025/10/05 15:37:41 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 200/5000, Remaining: 4800, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:37:41 client.go:360: Rate limit check: 4800/5000 requests remaining
2025/10/05 15:37:47 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 202/5000, Remaining: 4798, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:37:47 client.go:360: Rate limit check: 4798/5000 requests remaining
2025/10/05 15:37:51 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 204/5000, Remaining: 4796, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:37:51 client.go:360: Rate limit check: 4796/5000 requests remaining
2025/10/05 15:37:57 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 206/5000, Remaining: 4794, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:37:57 client.go:360: Rate limit check: 4794/5000 requests remaining
2025/10/05 15:38:04 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 208/5000, Remaining: 4792, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:38:04 client.go:360: Rate limit check: 4792/5000 requests remaining
2025/10/05 15:38:12 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 210/5000, Remaining: 4790, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:38:12 client.go:360: Rate limit check: 4790/5000 requests remaining
2025/10/05 15:38:17 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 212/5000, Remaining: 4788, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:38:17 client.go:360: Rate limit check: 4788/5000 requests remaining
2025/10/05 15:38:19 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 214/5000, Remaining: 4786, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:38:19 analyzer.go:237: Fetched 2931 repositories for user: smerle33
2025/10/05 15:38:19 analyzer.go:1161: Progress saved after step 2 for user: smerle33
2025/10/05 15:38:19 analyzer.go:243: Fetching organizations for user: smerle33
2025/10/05 15:38:19 client.go:360: Rate limit check: 4786/5000 requests remaining
2025/10/05 15:38:22 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 215/5000, Remaining: 4785, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:38:22 analyzer.go:313: Fetched 9 organizations for user: smerle33
2025/10/05 15:38:22 analyzer.go:1161: Progress saved after step 3 for user: smerle33
2025/10/05 15:38:22 analyzer.go:319: Fetching contributions for user: smerle33
2025/10/05 15:38:22 client.go:360: Rate limit check: 4785/5000 requests remaining
2025/10/05 15:38:25 client.go:447: GitHub API Rate Limit - Resource: graphql, Used: 216/5000, Remaining: 4784, Resets: 2025-10-05T15:58:55+02:00
2025/10/05 15:38:25 analyzer.go:1161: Progress saved after step 4 for user: smerle33
2025/10/05 15:38:25 analyzer.go:465: Analyzing languages for user: smerle33
2025/10/05 15:38:25 analyzer.go:533: Analyzing skills for user: smerle33
2025/10/05 15:38:25 analyzer.go:1161: Progress saved after step 5 for user: smerle33
2025/10/05 15:38:25 analyzer.go:1028: Analyzing Docker Hub profile for user: smerle33
2025/10/05 15:38:25 client.go:173: Analyzing Docker Hub profile for user: smerle33
2025/10/05 15:38:25 client.go:40: Searching Docker Hub repositories for user: smerle33
2025/10/05 15:38:25 client.go:58: Found 0 repositories for user smerle33
2025/10/05 15:38:25 client.go:251: Docker Hub analysis complete for smerle33: 0 repos, 0 total downloads
2025/10/05 15:38:26 analyzer.go:1161: Progress saved after step 6 for user: smerle33
2025/10/05 15:38:26 analyzer.go:1065: Analyzing Discourse profile for user: smerle33
2025/10/05 15:38:26 analyzer.go:1090: Found Discourse profile for username: smerle33
2025/10/05 15:38:26 analyzer.go:1123: Discourse analysis complete: 0 posts, 0 solutions, trust level 1
2025/10/05 15:38:26 analyzer.go:1161: Progress saved after step 7 for user: smerle33
2025/10/05 15:38:26 analyzer.go:758: Generating insights for user: smerle33
2025/10/05 15:38:26 analyzer.go:1221: Analysis cached for user: smerle33
2025/10/05 15:38:26 analyzer.go:1200: Progress file cleaned up for user: smerle33
2025/10/05 15:38:26 analyzer.go:142: Analysis completed for user: smerle33
2025/10/05 15:38:26 main.go:311: Saved JSON profile: data\profiles\smerle33_profile.json
2025/10/05 15:38:26 main.go:335: Generated markdown profile: data\profiles\smerle33_profile_resume.md
2025/10/05 15:38:26 main.go:335: Generated markdown profile: data\profiles\smerle33_profile_technical.md
2025/10/05 15:38:26 main.go:335: Generated markdown profile: data\profiles\smerle33_profile_executive.md
2025/10/05 15:38:26 main.go:335: Generated markdown profile: data\profiles\smerle33_profile_ats.md
2025/10/05 15:38:26 main.go:283: Final GitHub API Rate Limit Status:
2025/10/05 15:38:26 main.go:284: Resource: graphql
2025/10/05 15:38:26 main.go:285: Used: 216/5000 requests
2025/10/05 15:38:26 main.go:286: Remaining: 4784 requests
2025/10/05 15:38:26 main.go:287: Resets at: 15:58:55 CEST
2025/10/05 15:38:26 main.go:290: Usage: 4.3% of hourly quota
=== GitHub User Analyzer Debug Session - 2025-10-05 16:44:43 ===
2025/10/05 16:44:43 main.go:64: Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 16:44:43 main.go:68: Using timeout: 6h0m0s
2025/10/05 16:44:43 main.go:224: Starting analysis for user: technoo10201
2025/10/05 16:44:43 main.go:225: Using template: all
2025/10/05 16:44:43 main.go:226: Output directory: ./data/profiles
2025/10/05 16:44:43 main.go:233: Analyzing GitHub profile for user: technoo10201
2025/10/05 16:44:43 analyzer.go:41: Starting analysis for user: technoo10201
2025/10/05 16:44:43 analyzer.go:45: Using cached analysis for user: technoo10201 (analyzed at 2025-10-05 16:20:44)
2025/10/05 16:44:43 main.go:304: Saved JSON profile: data\profiles\technoo10201_profile.json
2025/10/05 16:44:43 main.go:328: Generated markdown profile: data\profiles\technoo10201_profile_resume.md
2025/10/05 16:44:43 main.go:328: Generated markdown profile: data\profiles\technoo10201_profile_technical.md
2025/10/05 16:44:43 main.go:328: Generated markdown profile: data\profiles\technoo10201_profile_executive.md
2025/10/05 16:44:43 main.go:328: Generated markdown profile: data\profiles\technoo10201_profile_ats.md
2025/10/05 16:44:43 main.go:276: Final GitHub API Rate Limit Status:
2025/10/05 16:44:43 main.go:277: Resource: graphql
2025/10/05 16:44:43 main.go:278: Used: 0/5000 requests
2025/10/05 16:44:43 main.go:279: Remaining: 5000 requests
2025/10/05 16:44:43 main.go:280: Resets at: 17:44:43 CEST
2025/10/05 16:44:43 main.go:283: Usage: 0.0% of hourly quota
=== GitHub User Analyzer Debug Session - 2025-10-05 17:42:24 ===
2025/10/05 17:42:24 main.go:68: Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 17:42:24 main.go:72: Using timeout: 6h0m0s
2025/10/05 17:42:24 main.go:230: Starting analysis for user: technoo10201
2025/10/05 17:42:24 main.go:231: Using template: all
2025/10/05 17:42:24 main.go:232: Output directory: ./data/profiles
2025/10/05 17:42:24 main.go:239: Analyzing GitHub profile for user: technoo10201
2025/10/05 17:42:24 analyzer.go:41: Starting analysis for user: technoo10201
2025/10/05 17:42:24 analyzer.go:45: Using cached analysis for user: technoo10201 (analyzed at 2025-10-05 16:20:44)
2025/10/05 17:42:24 main.go:310: Saved JSON profile: data\profiles\technoo10201_profile.json
2025/10/05 17:42:24 main.go:334: Generated markdown profile: data\profiles\technoo10201_profile_resume.md
2025/10/05 17:42:24 main.go:334: Generated markdown profile: data\profiles\technoo10201_profile_technical.md
2025/10/05 17:42:24 main.go:334: Generated markdown profile: data\profiles\technoo10201_profile_executive.md
2025/10/05 17:42:24 main.go:334: Generated markdown profile: data\profiles\technoo10201_profile_ats.md
2025/10/05 17:42:24 main.go:282: Final GitHub API Rate Limit Status:
2025/10/05 17:42:24 main.go:283: Resource: graphql
2025/10/05 17:42:24 main.go:284: Used: 0/5000 requests
2025/10/05 17:42:24 main.go:285: Remaining: 5000 requests
2025/10/05 17:42:24 main.go:286: Resets at: 18:42:24 CEST
2025/10/05 17:42:24 main.go:289: Usage: 0.0% of hourly quota
=== GitHub User Analyzer Debug Session - 2025-10-05 17:42:32 ===
2025/10/05 17:42:32 main.go:68: Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 17:42:32 main.go:72: Using timeout: 6h0m0s
2025/10/05 17:42:32 main.go:230: Starting analysis for user: gounthar
2025/10/05 17:42:32 main.go:231: Using template: all
2025/10/05 17:42:32 main.go:232: Output directory: ./data/profiles
2025/10/05 17:42:32 main.go:239: Analyzing GitHub profile for user: gounthar
2025/10/05 17:42:32 analyzer.go:41: Starting analysis for user: gounthar
2025/10/05 17:42:32 analyzer.go:45: Using cached analysis for user: gounthar (analyzed at 2025-10-05 13:54:34)
2025/10/05 17:42:33 main.go:310: Saved JSON profile: data\profiles\gounthar_profile.json
2025/10/05 17:42:33 main.go:334: Generated markdown profile: data\profiles\gounthar_profile_resume.md
2025/10/05 17:42:33 main.go:334: Generated markdown profile: data\profiles\gounthar_profile_technical.md
2025/10/05 17:42:33 main.go:334: Generated markdown profile: data\profiles\gounthar_profile_executive.md
2025/10/05 17:42:33 main.go:334: Generated markdown profile: data\profiles\gounthar_profile_ats.md
2025/10/05 17:42:33 main.go:282: Final GitHub API Rate Limit Status:
2025/10/05 17:42:33 main.go:283: Resource: graphql
2025/10/05 17:42:33 main.go:284: Used: 0/5000 requests
2025/10/05 17:42:33 main.go:285: Remaining: 5000 requests
2025/10/05 17:42:33 main.go:286: Resets at: 18:42:32 CEST
2025/10/05 17:42:33 main.go:289: Usage: 0.0% of hourly quota
=== GitHub User Analyzer Debug Session - 2025-10-05 19:58:33 ===
2025/10/05 19:58:33 main.go:68: Debug logging enabled: github-user-analyzer-debug.log
2025/10/05 19:58:33 main.go:72: Using timeout: 6h0m0s
2025/10/05 19:58:33 main.go:230: Starting analysis for user: gounthar
2025/10/05 19:58:33 main.go:231: Using template: all
2025/10/05 19:58:33 main.go:232: Output directory: ./data/profiles
2025/10/05 19:58:33 main.go:239: Analyzing GitHub profile for user: gounthar
2025/10/05 19:58:33 analyzer.go:41: Starting analysis for user: gounthar
2025/10/05 19:58:33 analyzer.go:45: Using cached analysis for user: gounthar (analyzed at 2025-10-05 13:54:34)
2025/10/05 19:58:34 main.go:310: Saved JSON profile: data\profiles\gounthar_profile.json
2025/10/05 19:58:34 main.go:334: Generated markdown profile: data\profiles\gounthar_profile_resume.md
2025/10/05 19:58:34 main.go:334: Generated markdown profile: data\profiles\gounthar_profile_technical.md
2025/10/05 19:58:34 main.go:334: Generated markdown profile: data\profiles\gounthar_profile_executive.md
2025/10/05 19:58:34 main.go:334: Generated markdown profile: data\profiles\gounthar_profile_ats.md
2025/10/05 19:58:34 main.go:282: Final GitHub API Rate Limit Status:
2025/10/05 19:58:34 main.go:283: Resource: graphql
2025/10/05 19:58:34 main.go:284: Used: 0/5000 requests
2025/10/05 19:58:34 main.go:285: Remaining: 5000 requests
2025/10/05 19:58:34 main.go:286: Resets at: 20:58:33 CEST
2025/10/05 19:58:34 main.go:289: Usage: 0.0% of hourly quota
=== GitHub User Analyzer Debug Session - 2025-10-06 16:49:15 ===
2025/10/06 16:49:15 main.go:77: Debug logging enabled: github-user-analyzer-debug.log
2025/10/06 16:49:15 main.go:81: Using timeout: 6h0m0s
2025/10/06 16:49:15 main.go:298: Starting analysis for user: gounthar
2025/10/06 16:49:15 main.go:299: Using template: all
2025/10/06 16:49:15 main.go:300: Output directory: ./data/profiles
2025/10/06 16:49:15 main.go:301: Cache directory: ./data/cache
2025/10/06 16:49:15 main.go:302: Cache TTL: 24h0m0s
2025/10/06 16:49:15 main.go:303: Force refresh: false
2025/10/06 16:49:15 main.go:326: Cache system initialized successfully
2025/10/06 16:49:15 main.go:589: Analyzing GitHub profile for user: gounthar
2025/10/06 16:49:15 cache.go:445: Performing fresh analysis for user: gounthar
2025/10/06 16:49:15 analyzer.go:46: Starting analysis for user: gounthar
2025/10/06 16:49:15 analyzer.go:50: Using cached analysis for user: gounthar (analyzed at 2025-10-05 13:54:34)
=== GitHub User Analyzer Debug Session - 2025-10-06 16:51:35 ===
2025/10/06 16:51:35 main.go:77: Debug logging enabled: github-user-analyzer-debug.log
2025/10/06 16:51:35 main.go:81: Using timeout: 6h0m0s
2025/10/06 16:51:35 main.go:298: Starting analysis for user: gounthar
2025/10/06 16:51:35 main.go:299: Using template: all
2025/10/06 16:51:35 main.go:300: Output directory: ./data/profiles
2025/10/06 16:51:35 main.go:301: Cache directory: ./data/cache
2025/10/06 16:51:35 main.go:302: Cache TTL: 24h0m0s
2025/10/06 16:51:35 main.go:303: Force refresh: true
2025/10/06 16:51:35 main.go:326: Cache system initialized successfully
2025/10/06 16:51:35 main.go:589: Analyzing GitHub profile for user: gounthar
2025/10/06 16:51:35 cache.go:445: Performing fresh analysis for user: gounthar
2025/10/06 16:51:35 analyzer.go:46: Starting analysis for user: gounthar
2025/10/06 16:51:35 analyzer.go:50: Using cached analysis for user: gounthar (analyzed at 2025-10-05 13:54:34)
=== GitHub User Analyzer Debug Session - 2025-10-06 16:54:18 ===
2025/10/06 16:54:18 Debug logging enabled: github-user-analyzer-debug.log
2025/10/06 16:54:18 Clearing all cache entries