-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuwsgi.log
840 lines (837 loc) · 54.1 KB
/
uwsgi.log
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
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
*** Starting uWSGI 2.0.21 (64bit) on [Wed May 29 14:55:07 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/Code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/webdev311/bin/uwsgi
your processes number limit is 63267
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
probably another instance of uWSGI is running on the same address (127.0.0.1:5000).
bind(): Address already in use [core/socket.c line 769]
*** Starting uWSGI 2.0.21 (64bit) on [Wed May 29 14:56:44 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/Code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/webdev311/bin/uwsgi
your processes number limit is 63267
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uwsgi socket 0 bound to TCP address 127.0.0.1:5000 fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
Traceback (most recent call last):
File "wsgi.py", line 1, in <module>
from lieToolbox import create_app
File "/home/slashblade_ubuntu/Code/LieRepn/lieToolbox/__init__.py", line 3, in <module>
from flask import Flask
File "/home/slashblade_ubuntu/miniconda3/envs/webdev311/lib/python3.11/site-packages/flask/__init__.py", line 4, in <module>
from . import json as json
File "/home/slashblade_ubuntu/miniconda3/envs/webdev311/lib/python3.11/site-packages/flask/json/__init__.py", line 6, in <module>
from jinja2.utils import htmlsafe_json_dumps as _jinja_htmlsafe_dumps
File "/home/slashblade_ubuntu/miniconda3/envs/webdev311/lib/python3.11/site-packages/jinja2/__init__.py", line 6, in <module>
from .bccache import BytecodeCache as BytecodeCache
File "/home/slashblade_ubuntu/miniconda3/envs/webdev311/lib/python3.11/site-packages/jinja2/bccache.py", line 16, in <module>
import tempfile
File "/home/slashblade_ubuntu/miniconda3/envs/webdev311/lib/python3.11/tempfile.py", line 46, in <module>
from random import Random as _Random
File "/home/slashblade_ubuntu/miniconda3/envs/webdev311/lib/python3.11/random.py", line 49, in <module>
from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil
ImportError: /home/slashblade_ubuntu/miniconda3/envs/webdev311/lib/python3.11/lib-dynload/math.cpython-311-x86_64-linux-gnu.so: undefined symbol: _PyModule_Add
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 589075)
spawned uWSGI worker 1 (pid: 589076, cores: 1)
Wed May 29 15:00:05 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.21 (64bit) on [Wed May 29 15:02:25 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/Code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/webdev311/bin/uwsgi
your processes number limit is 63267
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uwsgi socket 0 bound to TCP address 127.0.0.1:5000 fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
Traceback (most recent call last):
File "wsgi.py", line 1, in <module>
from lieToolbox import create_app
File "/home/slashblade_ubuntu/Code/LieRepn/lieToolbox/__init__.py", line 3, in <module>
from flask import Flask
File "/home/slashblade_ubuntu/miniconda3/envs/webdev311/lib/python3.11/site-packages/flask/__init__.py", line 5, in <module>
from . import json as json
File "/home/slashblade_ubuntu/miniconda3/envs/webdev311/lib/python3.11/site-packages/flask/json/__init__.py", line 6, in <module>
from ..globals import current_app
File "/home/slashblade_ubuntu/miniconda3/envs/webdev311/lib/python3.11/site-packages/flask/globals.py", line 6, in <module>
from werkzeug.local import LocalProxy
File "/home/slashblade_ubuntu/miniconda3/envs/webdev311/lib/python3.11/site-packages/werkzeug/__init__.py", line 5, in <module>
from .serving import run_simple as run_simple
File "/home/slashblade_ubuntu/miniconda3/envs/webdev311/lib/python3.11/site-packages/werkzeug/serving.py", line 20, in <module>
import selectors
File "/home/slashblade_ubuntu/miniconda3/envs/webdev311/lib/python3.11/selectors.py", line 11, in <module>
import math
ImportError: /home/slashblade_ubuntu/miniconda3/envs/webdev311/lib/python3.11/lib-dynload/math.cpython-311-x86_64-linux-gnu.so: undefined symbol: _PyModule_Add
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 590228)
spawned uWSGI worker 1 (pid: 590229, cores: 1)
*** Starting uWSGI 2.0.21 (64bit) on [Wed May 29 15:02:49 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/Code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/webdev311/bin/uwsgi
your processes number limit is 63267
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
probably another instance of uWSGI is running on the same address (127.0.0.1:5000).
bind(): Address already in use [core/socket.c line 769]
Wed May 29 15:03:26 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.21 (64bit) on [Wed May 29 15:13:54 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/Code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/webdev3113/bin/uwsgi
your processes number limit is 63267
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uwsgi socket 0 bound to TCP address 127.0.0.1:5000 fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
Traceback (most recent call last):
File "wsgi.py", line 3, in <module>
app = create_app()
^^^^^^^^^^^^
File "/home/slashblade_ubuntu/Code/LieRepn/lieToolbox/__init__.py", line 15, in create_app
from . import lie
File "/home/slashblade_ubuntu/Code/LieRepn/lieToolbox/lie.py", line 7, in <module>
from lieToolbox.weight import Weight, HighestWeightModule
File "/home/slashblade_ubuntu/Code/LieRepn/lieToolbox/weight.py", line 14, in <module>
import lieToolbox.DRS_algorithm as drsa
File "/home/slashblade_ubuntu/Code/LieRepn/lieToolbox/DRS_algorithm.py", line 1, in <module>
import execjs
ModuleNotFoundError: No module named 'execjs'
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 592561)
spawned uWSGI worker 1 (pid: 592562, cores: 1)
Wed May 29 15:16:07 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.21 (64bit) on [Wed May 29 15:16:10 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/Code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/webdev3113/bin/uwsgi
your processes number limit is 63267
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uwsgi socket 0 bound to TCP address 127.0.0.1:5000 fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0x9fba98 pid: 592994 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 592994)
spawned uWSGI worker 1 (pid: 592998, cores: 1)
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
invalid request block size: 21573 (max 4096)...skip
Wed May 29 15:18:55 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.21 (64bit) on [Wed May 29 15:18:58 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/Code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/webdev3113/bin/uwsgi
your processes number limit is 63267
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on 127.0.0.1:5000 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:34987 (port auto-assigned) fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x9fba98 pid: 593544 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 593544)
spawned uWSGI worker 1 (pid: 593547, cores: 1)
spawned uWSGI http 1 (pid: 593548)
[pid: 593547|app: 0|req: 1/1] 127.0.0.1 () {48 vars in 1088 bytes} [Wed May 29 15:19:02 2024] GET / => generated 814 bytes in 18 msecs (HTTP/1.1 200) 2 headers in 80 bytes (1 switches on core 0)
[pid: 593547|app: 0|req: 2/2] 127.0.0.1 () {46 vars in 1034 bytes} [Wed May 29 15:19:03 2024] GET /static/style.css => generated 2087 bytes in 7 msecs via sendfile() (HTTP/1.1 200) 7 headers in 274 bytes (0 switches on core 0)
[pid: 593547|app: 0|req: 3/3] 127.0.0.1 () {46 vars in 1016 bytes} [Wed May 29 15:19:03 2024] GET /static/draw.js => generated 2287 bytes in 1 msecs via sendfile() (HTTP/1.1 200) 7 headers in 280 bytes (0 switches on core 0)
[pid: 593547|app: 0|req: 4/4] 127.0.0.1 () {46 vars in 1045 bytes} [Wed May 29 15:19:03 2024] GET /static/favicon.ico => generated 15406 bytes in 0 msecs via sendfile() (HTTP/1.1 200) 7 headers in 280 bytes (0 switches on core 0)
[pid: 593547|app: 0|req: 5/5] 127.0.0.1 () {50 vars in 1169 bytes} [Wed May 29 15:19:05 2024] GET /lie/classification => generated 6029 bytes in 14 msecs (HTTP/1.1 200) 2 headers in 81 bytes (1 switches on core 0)
[pid: 593547|app: 0|req: 6/6] 127.0.0.1 () {50 vars in 1158 bytes} [Wed May 29 15:19:05 2024] GET /static/style.css => generated 0 bytes in 1 msecs (HTTP/1.1 304) 4 headers in 177 bytes (0 switches on core 0)
[pid: 593547|app: 0|req: 7/7] 127.0.0.1 () {50 vars in 1141 bytes} [Wed May 29 15:19:05 2024] GET /static/draw.js => generated 0 bytes in 1 msecs (HTTP/1.1 304) 4 headers in 176 bytes (0 switches on core 0)
*** Starting uWSGI 2.0.25.1 (64bit) on [Mon Jul 1 23:00:48 2024] ***
compiled with version: 11.4.0 on 29 May 2024 06:36:20
os: Linux-5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/code/LieRepn
detected binary path: /home/slashblade_ubuntu/.local/bin/uwsgi
your processes number limit is 63266
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on 127.0.0.1:5000 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:37947 (port auto-assigned) fd 3
Python version: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x55822b1d8730
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
Traceback (most recent call last):
File "wsgi.py", line 3, in <module>
app = create_app()
File "/home/slashblade_ubuntu/code/LieRepn/./lieToolbox/__init__.py", line 15, in create_app
from . import lie
File "/home/slashblade_ubuntu/code/LieRepn/./lieToolbox/lie.py", line 7, in <module>
from lieToolbox.weight import Weight, HighestWeightModule
File "/home/slashblade_ubuntu/code/LieRepn/./lieToolbox/weight.py", line 12, in <module>
from lieToolbox import RSAlgorithm as rsa
ImportError: Python version mismatch: module was compiled for Python 3.11, but the interpreter version is incompatible: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0].
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 140717)
spawned uWSGI worker 1 (pid: 140736, cores: 1)
spawned uWSGI http 1 (pid: 140737)
--- no python application found, check your startup logs for errors ---
[pid: 140736|app: -1|req: -1/1] 127.0.0.1 () {46 vars in 731 bytes} [Mon Jul 1 23:01:03 2024] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
--- no python application found, check your startup logs for errors ---
[pid: 140736|app: -1|req: -1/2] 127.0.0.1 () {44 vars in 674 bytes} [Mon Jul 1 23:01:04 2024] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
Mon Jul 1 23:14:31 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.25.1 (64bit) on [Mon Jul 1 23:25:55 2024] ***
compiled with version: 11.4.0 on 29 May 2024 06:36:20
os: Linux-5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/code/LieRepn
detected binary path: /home/slashblade_ubuntu/.local/bin/uwsgi
your processes number limit is 63266
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on 127.0.0.1:5000 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:45665 (port auto-assigned) fd 3
Python version: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
Set PythonHome to /home/slashblade_ubuntu/miniconda3/envs/webdev3113
Python path configuration:
PYTHONHOME = '/home/slashblade_ubuntu/miniconda3/envs/webdev3113'
PYTHONPATH = (not set)
program name = '/home/slashblade_ubuntu/miniconda3/envs/webdev3113/bin/python'
isolated = 0
environment = 1
user site = 1
import site = 1
sys._base_executable = '/home/slashblade_ubuntu/miniconda3/envs/webdev3113/bin/python'
sys.base_prefix = '/home/slashblade_ubuntu/miniconda3/envs/webdev3113'
sys.base_exec_prefix = '/home/slashblade_ubuntu/miniconda3/envs/webdev3113'
sys.platlibdir = 'lib'
sys.executable = '/home/slashblade_ubuntu/miniconda3/envs/webdev3113/bin/python'
sys.prefix = '/home/slashblade_ubuntu/miniconda3/envs/webdev3113'
sys.exec_prefix = '/home/slashblade_ubuntu/miniconda3/envs/webdev3113'
sys.path = [
'/home/slashblade_ubuntu/miniconda3/envs/webdev3113/lib/python310.zip',
'/home/slashblade_ubuntu/miniconda3/envs/webdev3113/lib/python3.10',
'/home/slashblade_ubuntu/miniconda3/envs/webdev3113/lib/python3.10/lib-dynload',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007f3398412440 (most recent call first):
<no Python frame>
*** Starting uWSGI 2.0.21 (64bit) on [Tue Jul 2 10:48:29 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/webdev3113/bin/uwsgi
your processes number limit is 63266
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on 127.0.0.1:5000 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:36407 (port auto-assigned) fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
Set PythonHome to /home/slashblade_ubuntu/miniconda3/envs/webdev3113
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x9fba98 pid: 152676 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 152676)
spawned uWSGI worker 1 (pid: 152691, cores: 1)
spawned uWSGI http 1 (pid: 152692)
*** Starting uWSGI 2.0.21 (64bit) on [Tue Jul 2 10:50:51 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/webdev3113/bin/uwsgi
your processes number limit is 63266
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
probably another instance of uWSGI is running on the same address (127.0.0.1:5000).
bind(): Address already in use [core/socket.c line 769]
*** Starting uWSGI 2.0.21 (64bit) on [Tue Jul 2 10:52:25 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/webdev3113/bin/uwsgi
your processes number limit is 63266
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
probably another instance of uWSGI is running on the same address (127.0.0.1:5000).
bind(): Address already in use [core/socket.c line 769]
Tue Jul 2 10:53:06 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.21 (64bit) on [Tue Jul 2 10:53:11 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/webdev3113/bin/uwsgi
your processes number limit is 63266
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on 127.0.0.1:5000 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:43953 (port auto-assigned) fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0x9fba98 pid: 154920 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 154920)
spawned uWSGI worker 1 (pid: 154926, cores: 1)
spawned uWSGI http 1 (pid: 154927)
[pid: 154926|app: 0|req: 1/1] 127.0.0.1 () {46 vars in 731 bytes} [Tue Jul 2 10:53:30 2024] GET / => generated 814 bytes in 29 msecs (HTTP/1.1 200) 2 headers in 80 bytes (1 switches on core 0)
[pid: 154926|app: 0|req: 2/2] 127.0.0.1 () {44 vars in 677 bytes} [Tue Jul 2 10:53:30 2024] GET /static/style.css => generated 2087 bytes in 21 msecs via sendfile() (HTTP/1.1 200) 7 headers in 274 bytes (0 switches on core 0)
[pid: 154926|app: 0|req: 3/3] 127.0.0.1 () {44 vars in 659 bytes} [Tue Jul 2 10:53:30 2024] GET /static/draw.js => generated 2287 bytes in 3 msecs via sendfile() (HTTP/1.1 200) 7 headers in 280 bytes (0 switches on core 0)
[pid: 154926|app: 0|req: 4/4] 127.0.0.1 () {44 vars in 688 bytes} [Tue Jul 2 10:53:30 2024] GET /static/favicon.ico => generated 15406 bytes in 4 msecs via sendfile() (HTTP/1.1 200) 7 headers in 280 bytes (0 switches on core 0)
[pid: 154926|app: 0|req: 5/5] 127.0.0.1 () {48 vars in 812 bytes} [Tue Jul 2 10:53:33 2024] GET /lie/classification => generated 6029 bytes in 33 msecs (HTTP/1.1 200) 2 headers in 81 bytes (1 switches on core 0)
[pid: 154926|app: 0|req: 6/6] 127.0.0.1 () {48 vars in 801 bytes} [Tue Jul 2 10:53:33 2024] GET /static/style.css => generated 0 bytes in 2 msecs (HTTP/1.1 304) 4 headers in 177 bytes (0 switches on core 0)
[pid: 154926|app: 0|req: 7/7] 127.0.0.1 () {48 vars in 783 bytes} [Tue Jul 2 10:53:33 2024] GET /static/draw.js => generated 0 bytes in 1 msecs (HTTP/1.1 304) 4 headers in 176 bytes (0 switches on core 0)
Tue Jul 2 11:11:34 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.21 (64bit) on [Tue Jul 2 11:19:42 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/lie_repn_env/bin/uwsgi
your processes number limit is 63266
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on 127.0.0.1:5000 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:46291 (port auto-assigned) fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x9fba98 pid: 166368 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 166368)
spawned uWSGI worker 1 (pid: 166374, cores: 1)
spawned uWSGI http 1 (pid: 166375)
[pid: 166374|app: 0|req: 1/1] 127.0.0.1 () {46 vars in 767 bytes} [Tue Jul 2 11:19:55 2024] GET /lie/classification => generated 6029 bytes in 40 msecs (HTTP/1.1 200) 2 headers in 81 bytes (1 switches on core 0)
[pid: 166374|app: 0|req: 2/2] 127.0.0.1 () {48 vars in 801 bytes} [Tue Jul 2 11:19:55 2024] GET /static/style.css => generated 0 bytes in 9 msecs (HTTP/1.1 304) 4 headers in 177 bytes (0 switches on core 0)
[pid: 166374|app: 0|req: 3/3] 127.0.0.1 () {48 vars in 784 bytes} [Tue Jul 2 11:19:55 2024] GET /static/draw.js => generated 0 bytes in 1 msecs (HTTP/1.1 304) 4 headers in 176 bytes (0 switches on core 0)
Tue Jul 2 11:19:55 2024 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /static/favicon.ico (ip 127.0.0.1) !!!
Tue Jul 2 11:19:55 2024 - uwsgi_response_sendfile_do(): Broken pipe [core/writer.c line 655] during GET /static/favicon.ico (127.0.0.1)
OSError: write error
[pid: 166374|app: 0|req: 4/4] 127.0.0.1 () {44 vars in 706 bytes} [Tue Jul 2 11:19:55 2024] GET /static/favicon.ico => generated 0 bytes in 2 msecs via sendfile() (HTTP/1.1 200) 7 headers in 280 bytes (0 switches on core 0)
{'lieType': 'B', 'highestWeight': (-0.5, 3, 2, 1), 'n': 4, 'Integral': {'Weight': (3, 2, 1, -1, -2, -3), 'Partition1': [1, 1, 1, 1, 1, 1], 'Partition2': [1, 1, 1, 1, 1, 1, 1]}, 'HIntegral': {'Weight': (-0.5, 0.5), 'Partition1': [2], 'Partition2': [1, 1]}, 'NHIntegral': [], 'Orbit': [2, 2, 1, 1, 1, 1, 1]}
[pid: 166374|app: 0|req: 5/5] 127.0.0.1 () {54 vars in 936 bytes} [Tue Jul 2 11:20:01 2024] POST /lie/classification => generated 10948 bytes in 9 msecs (HTTP/1.1 200) 2 headers in 82 bytes (1 switches on core 0)
[pid: 166374|app: 0|req: 6/6] 127.0.0.1 () {48 vars in 801 bytes} [Tue Jul 2 11:20:01 2024] GET /static/style.css => generated 0 bytes in 1 msecs (HTTP/1.1 304) 4 headers in 177 bytes (0 switches on core 0)
[pid: 166374|app: 0|req: 7/7] 127.0.0.1 () {48 vars in 784 bytes} [Tue Jul 2 11:20:01 2024] GET /static/draw.js => generated 0 bytes in 2 msecs (HTTP/1.1 304) 4 headers in 176 bytes (0 switches on core 0)
{'lieType': 'B', 'highestWeight': (0.5, 3, 2, 1), 'n': 4, 'Integral': {'Weight': (3, 2, 1, -1, -2, -3), 'Partition1': [1, 1, 1, 1, 1, 1], 'Partition2': [1, 1, 1, 1, 1, 1, 1]}, 'HIntegral': {'Weight': (0.5, -0.5), 'Partition1': [1, 1], 'Partition2': [1, 1]}, 'NHIntegral': [], 'Orbit': [2, 2, 1, 1, 1, 1, 1]}
[pid: 166374|app: 0|req: 8/8] 127.0.0.1 () {54 vars in 936 bytes} [Tue Jul 2 11:20:10 2024] POST /lie/classification => generated 10951 bytes in 6 msecs (HTTP/1.1 200) 2 headers in 82 bytes (1 switches on core 0)
[pid: 166374|app: 0|req: 9/9] 127.0.0.1 () {48 vars in 801 bytes} [Tue Jul 2 11:20:11 2024] GET /static/style.css => generated 0 bytes in 2 msecs (HTTP/1.1 304) 4 headers in 177 bytes (0 switches on core 0)
[pid: 166374|app: 0|req: 10/10] 127.0.0.1 () {48 vars in 784 bytes} [Tue Jul 2 11:20:11 2024] GET /static/draw.js => generated 0 bytes in 1 msecs (HTTP/1.1 304) 4 headers in 176 bytes (0 switches on core 0)
Tue Jul 2 11:23:51 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.21 (64bit) on [Tue Jul 2 11:24:00 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/lie_repn_env/bin/uwsgi
your processes number limit is 63266
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on 127.0.0.1:5000 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:37561 (port auto-assigned) fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x9fba98 pid: 168205 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 168205)
spawned uWSGI worker 1 (pid: 168219, cores: 1)
spawned uWSGI http 1 (pid: 168220)
[pid: 168219|app: 0|req: 1/1] 127.0.0.1 () {46 vars in 767 bytes} [Tue Jul 2 11:24:04 2024] GET /lie/classification => generated 6029 bytes in 43 msecs (HTTP/1.1 200) 2 headers in 81 bytes (1 switches on core 0)
[pid: 168219|app: 0|req: 2/2] 127.0.0.1 () {48 vars in 784 bytes} [Tue Jul 2 11:24:04 2024] GET /static/draw.js => generated 0 bytes in 7 msecs (HTTP/1.1 304) 4 headers in 176 bytes (0 switches on core 0)
[pid: 168219|app: 0|req: 3/3] 127.0.0.1 () {48 vars in 801 bytes} [Tue Jul 2 11:24:04 2024] GET /static/style.css => generated 0 bytes in 1 msecs (HTTP/1.1 304) 4 headers in 177 bytes (0 switches on core 0)
{'lieType': 'B', 'highestWeight': (0.5, 3, 2, 1), 'n': 4, 'Integral': {'Weight': (3, 2, 1, -1, -2, -3), 'Partition1': [1, 1, 1, 1, 1, 1], 'Partition2': [1, 1, 1, 1, 1, 1, 1]}, 'HIntegral': {'Weight': (0.5, -0.5), 'Partition1': [1, 1], 'Partition2': [1, 1]}, 'NHIntegral': [], 'Orbit': [2, 2, 1, 1, 1, 1, 1]}
[pid: 168219|app: 0|req: 4/4] 127.0.0.1 () {54 vars in 935 bytes} [Tue Jul 2 11:24:11 2024] POST /lie/classification => generated 10951 bytes in 5 msecs (HTTP/1.1 200) 2 headers in 82 bytes (1 switches on core 0)
[pid: 168219|app: 0|req: 5/5] 127.0.0.1 () {48 vars in 783 bytes} [Tue Jul 2 11:24:11 2024] GET /static/draw.js => generated 0 bytes in 2 msecs (HTTP/1.1 304) 4 headers in 176 bytes (0 switches on core 0)
[pid: 168219|app: 0|req: 6/6] 127.0.0.1 () {48 vars in 801 bytes} [Tue Jul 2 11:24:11 2024] GET /static/style.css => generated 0 bytes in 1 msecs (HTTP/1.1 304) 4 headers in 177 bytes (0 switches on core 0)
{'lieType': 'B', 'highestWeight': (-0.5, 3, 2, 1), 'n': 4, 'Integral': {'Weight': (3, 2, 1, -1, -2, -3), 'Partition1': [1, 1, 1, 1, 1, 1], 'Partition2': [1, 1, 1, 1, 1, 1, 1]}, 'HIntegral': {'Weight': (-0.5, 0.5), 'Partition1': [2], 'Partition2': [2]}, 'NHIntegral': [], 'Orbit': [3, 1, 1, 1, 1, 1, 1]}
[pid: 168219|app: 0|req: 7/7] 127.0.0.1 () {54 vars in 936 bytes} [Tue Jul 2 11:24:18 2024] POST /lie/classification => generated 10940 bytes in 5 msecs (HTTP/1.1 200) 2 headers in 82 bytes (1 switches on core 0)
[pid: 168219|app: 0|req: 8/8] 127.0.0.1 () {48 vars in 801 bytes} [Tue Jul 2 11:24:18 2024] GET /static/style.css => generated 0 bytes in 2 msecs (HTTP/1.1 304) 4 headers in 177 bytes (0 switches on core 0)
[pid: 168219|app: 0|req: 9/9] 127.0.0.1 () {48 vars in 784 bytes} [Tue Jul 2 11:24:18 2024] GET /static/draw.js => generated 0 bytes in 1 msecs (HTTP/1.1 304) 4 headers in 176 bytes (0 switches on core 0)
Tue Jul 2 16:07:11 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.21 (64bit) on [Tue Jul 2 16:09:33 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/lie_repn_env/bin/uwsgi
your processes number limit is 63266
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on 127.0.0.1:5000 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:37305 (port auto-assigned) fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
Traceback (most recent call last):
File "wsgi.py", line 3, in <module>
app = create_app()
^^^^^^^^^^^^
File "/home/slashblade_ubuntu/code/LieRepn/lieToolbox/__init__.py", line 15, in create_app
from . import lie
File "/home/slashblade_ubuntu/code/LieRepn/lieToolbox/lie.py", line 7, in <module>
from lieToolbox.weight import Weight, HighestWeightModule
File "/home/slashblade_ubuntu/code/LieRepn/lieToolbox/weight.py", line 17, in <module>
import RSAlgorithm as rsa
ModuleNotFoundError: No module named 'RSAlgorithm'
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 244441)
spawned uWSGI worker 1 (pid: 244446, cores: 1)
spawned uWSGI http 1 (pid: 244447)
--- no python application found, check your startup logs for errors ---
[pid: 244446|app: -1|req: -1/1] 127.0.0.1 () {46 vars in 731 bytes} [Tue Jul 2 16:09:41 2024] GET / => generated 21 bytes in 1 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
Tue Jul 2 16:10:27 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.21 (64bit) on [Tue Jul 2 16:10:31 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/lie_repn_env/bin/uwsgi
your processes number limit is 63266
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on 127.0.0.1:5000 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:44121 (port auto-assigned) fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x9fba98 pid: 244984 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 244984)
spawned uWSGI worker 1 (pid: 244992, cores: 1)
spawned uWSGI http 1 (pid: 244993)
[pid: 244992|app: 0|req: 1/1] 127.0.0.1 () {46 vars in 731 bytes} [Tue Jul 2 16:10:36 2024] GET / => generated 814 bytes in 13 msecs (HTTP/1.1 200) 2 headers in 80 bytes (1 switches on core 0)
[pid: 244992|app: 0|req: 2/2] 127.0.0.1 () {44 vars in 677 bytes} [Tue Jul 2 16:10:37 2024] GET /static/style.css => generated 2087 bytes in 8 msecs via sendfile() (HTTP/1.1 200) 7 headers in 274 bytes (0 switches on core 0)
[pid: 244992|app: 0|req: 3/3] 127.0.0.1 () {48 vars in 766 bytes} [Tue Jul 2 16:10:37 2024] GET /static/draw.js => generated 0 bytes in 0 msecs (HTTP/1.1 304) 4 headers in 176 bytes (0 switches on core 0)
[pid: 244992|app: 0|req: 4/4] 127.0.0.1 () {48 vars in 812 bytes} [Tue Jul 2 16:10:38 2024] GET /lie/classification => generated 6029 bytes in 14 msecs (HTTP/1.1 200) 2 headers in 81 bytes (1 switches on core 0)
[pid: 244992|app: 0|req: 5/5] 127.0.0.1 () {48 vars in 801 bytes} [Tue Jul 2 16:10:38 2024] GET /static/style.css => generated 0 bytes in 1 msecs (HTTP/1.1 304) 4 headers in 177 bytes (0 switches on core 0)
[pid: 244992|app: 0|req: 6/6] 127.0.0.1 () {48 vars in 784 bytes} [Tue Jul 2 16:10:38 2024] GET /static/draw.js => generated 0 bytes in 1 msecs (HTTP/1.1 304) 4 headers in 176 bytes (0 switches on core 0)
{'lieType': 'B', 'highestWeight': (0.5, 3, 2, 1), 'n': 4, 'Integral': {'Weight': (3, 2, 1, -1, -2, -3), 'Partition1': [1, 1, 1, 1, 1, 1], 'Partition2': [1, 1, 1, 1, 1, 1, 1]}, 'HIntegral': {'Weight': (0.5, -0.5), 'Partition1': [1, 1], 'Partition2': [1, 1]}, 'NHIntegral': [], 'Orbit': [2, 2, 1, 1, 1, 1, 1]}
[pid: 244992|app: 0|req: 7/7] 127.0.0.1 () {54 vars in 936 bytes} [Tue Jul 2 16:10:45 2024] POST /lie/classification => generated 10951 bytes in 7 msecs (HTTP/1.1 200) 2 headers in 82 bytes (1 switches on core 0)
[pid: 244992|app: 0|req: 8/8] 127.0.0.1 () {48 vars in 801 bytes} [Tue Jul 2 16:10:45 2024] GET /static/style.css => generated 0 bytes in 1 msecs (HTTP/1.1 304) 4 headers in 177 bytes (0 switches on core 0)
[pid: 244992|app: 0|req: 9/9] 127.0.0.1 () {48 vars in 784 bytes} [Tue Jul 2 16:10:45 2024] GET /static/draw.js => generated 0 bytes in 1 msecs (HTTP/1.1 304) 4 headers in 176 bytes (0 switches on core 0)
{'lieType': 'D', 'highestWeight': (-3.5, 2.5, 1.5, 3, 6, 9, -7, 2, 5, -8, -4, 1, 0.6, 2.6, -0.6, 3.1, 2.1, 0.9, 4.7, 2.7, 3.3), 'n': 21, 'Integral': {'Weight': (3, 6, 9, -7, 2, 5, -8, -4, 1, -1, 4, 8, -5, -2, 7, -9, -6, -3), 'Partition1': [5, 4, 3, 3, 2, 1], 'Partition2': [5, 5, 3, 3, 1, 1]}, 'HIntegral': {'Weight': (-3.5, 2.5, 1.5, -1.5, -2.5, 3.5), 'Partition1': [3, 1, 1, 1], 'Partition2': [4, 1, 1]}, 'NHIntegral': [{'Num': 1, 'Weight': (0.6, 2.6, 0.6), 'Partition': [2, 1]}, {'Num': 2, 'Weight': (3.1, 2.1, -0.9), 'Partition': [1, 1, 1]}, {'Num': 3, 'Weight': (4.7, 2.7, -3.3), 'Partition': [1, 1, 1]}], 'Orbit': [17, 11, 9, 3, 1, 1]}
[pid: 244992|app: 0|req: 10/10] 127.0.0.1 () {54 vars in 937 bytes} [Tue Jul 2 16:10:56 2024] POST /lie/classification => generated 13436 bytes in 2 msecs (HTTP/1.1 200) 2 headers in 82 bytes (1 switches on core 0)
[pid: 244992|app: 0|req: 11/11] 127.0.0.1 () {48 vars in 784 bytes} [Tue Jul 2 16:10:56 2024] GET /static/draw.js => generated 0 bytes in 0 msecs (HTTP/1.1 304) 4 headers in 176 bytes (0 switches on core 0)
[pid: 244992|app: 0|req: 12/12] 127.0.0.1 () {48 vars in 801 bytes} [Tue Jul 2 16:10:56 2024] GET /static/style.css => generated 0 bytes in 1 msecs (HTTP/1.1 304) 4 headers in 177 bytes (0 switches on core 0)
Tue Jul 2 16:34:36 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.21 (64bit) on [Tue Jul 2 16:34:38 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/lie_repn_env/bin/uwsgi
your processes number limit is 63266
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on 127.0.0.1:5000 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:36671 (port auto-assigned) fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
Traceback (most recent call last):
File "wsgi.py", line 3, in <module>
app = create_app()
^^^^^^^^^^^^
File "/home/slashblade_ubuntu/code/LieRepn/lieToolbox/__init__.py", line 15, in create_app
from . import lie
File "/home/slashblade_ubuntu/code/LieRepn/lieToolbox/lie.py", line 7, in <module>
from lieToolbox.Repn.weight import Weight, HighestWeightModule
File "/home/slashblade_ubuntu/code/LieRepn/lieToolbox/Repn/weight.py", line 12, in <module>
from Repn import RSAlgorithm as rsa
ModuleNotFoundError: No module named 'Repn'
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 252928)
spawned uWSGI worker 1 (pid: 252933, cores: 1)
spawned uWSGI http 1 (pid: 252934)
--- no python application found, check your startup logs for errors ---
[pid: 252933|app: -1|req: -1/1] 127.0.0.1 () {46 vars in 767 bytes} [Tue Jul 2 16:34:42 2024] GET /lie/classification => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
Tue Jul 2 16:41:07 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.21 (64bit) on [Tue Jul 2 16:41:10 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/lie_repn_env/bin/uwsgi
your processes number limit is 63266
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on 127.0.0.1:5000 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:43401 (port auto-assigned) fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0x9fba98 pid: 256200 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 256200)
spawned uWSGI worker 1 (pid: 256210, cores: 1)
spawned uWSGI http 1 (pid: 256211)
[pid: 256210|app: 0|req: 1/1] 127.0.0.1 () {46 vars in 767 bytes} [Tue Jul 2 16:41:34 2024] GET /lie/classification => generated 6029 bytes in 24 msecs (HTTP/1.1 200) 2 headers in 81 bytes (1 switches on core 0)
[pid: 256210|app: 0|req: 2/2] 127.0.0.1 () {48 vars in 801 bytes} [Tue Jul 2 16:41:34 2024] GET /static/style.css => generated 0 bytes in 5 msecs (HTTP/1.1 304) 4 headers in 177 bytes (0 switches on core 0)
[pid: 256210|app: 0|req: 3/3] 127.0.0.1 () {48 vars in 784 bytes} [Tue Jul 2 16:41:34 2024] GET /static/draw.js => generated 0 bytes in 0 msecs (HTTP/1.1 304) 4 headers in 176 bytes (0 switches on core 0)
Tue Jul 2 16:42:34 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.21 (64bit) on [Tue Jul 2 16:42:38 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/lie_repn_env/bin/uwsgi
your processes number limit is 63266
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on 127.0.0.1:5000 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:41449 (port auto-assigned) fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
Traceback (most recent call last):
File "wsgi.py", line 3, in <module>
app = create_app()
^^^^^^^^^^^^
File "/home/slashblade_ubuntu/code/LieRepn/lieToolbox/__init__.py", line 15, in create_app
from . import lie
File "/home/slashblade_ubuntu/code/LieRepn/lieToolbox/lie.py", line 7, in <module>
from lieToolbox.Repn.weight import Weight, HighestWeightModule
File "/home/slashblade_ubuntu/code/LieRepn/lieToolbox/Repn/weight.py", line 12, in <module>
import RSAlgorithm as rsa
ModuleNotFoundError: No module named 'RSAlgorithm'
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 256900)
spawned uWSGI worker 1 (pid: 256905, cores: 1)
spawned uWSGI http 1 (pid: 256906)
--- no python application found, check your startup logs for errors ---
[pid: 256905|app: -1|req: -1/1] 127.0.0.1 () {46 vars in 767 bytes} [Tue Jul 2 16:42:43 2024] GET /lie/classification => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
Tue Jul 2 18:43:01 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.21 (64bit) on [Tue Jul 2 18:43:17 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024
nodename: Slashblade-Surf
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 12
current working directory: /home/slashblade_ubuntu/code/LieRepn
detected binary path: /home/slashblade_ubuntu/miniconda3/envs/lie_repn_env/bin/uwsgi
your processes number limit is 63266
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on 127.0.0.1:5000 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:44241 (port auto-assigned) fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
Traceback (most recent call last):
File "wsgi.py", line 3, in <module>
app = create_app()
^^^^^^^^^^^^
File "/home/slashblade_ubuntu/code/LieRepn/LieToolbox/__init__.py", line 15, in create_app
from . import lie
File "/home/slashblade_ubuntu/code/LieRepn/LieToolbox/lie.py", line 8, in <module>
from LieToolbox.Repn.roots import antidominant
File "/home/slashblade_ubuntu/code/LieRepn/LieToolbox/Repn/roots.py", line 7, in <module>
from PyCox import chv1r6180 as pycox
ModuleNotFoundError: No module named 'PyCox'
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 299721)
spawned uWSGI worker 1 (pid: 299739, cores: 1)
spawned uWSGI http 1 (pid: 299740)
--- no python application found, check your startup logs for errors ---
[pid: 299739|app: -1|req: -1/1] 127.0.0.1 () {46 vars in 730 bytes} [Tue Jul 2 18:43:22 2024] GET / => generated 21 bytes in 1 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
Tue Jul 2 18:44:06 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.21 (64bit) on [Sun Sep 22 00:46:24 2024] ***
compiled with version: 11.2.0 on 24 October 2023 19:58:16
os: Linux-6.1.0-25-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.106-3 (2024-08-26)
nodename: debian
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 32
current working directory: /home/slashblade/Code/PyLieRepn
detected binary path: /home/slashblade/miniconda3/envs/lie_repn_env/bin/uwsgi
your processes number limit is 255207
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on :5000 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:38239 (port auto-assigned) fd 3
Python version: 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x9fba98
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145840 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
###################################################################
## A PYTHON VERSION OF CHEVIE-GAP FOR (FINITE) COXETER GROUPS ##
## (by Meinolf Geck, version 1r6p180, 27 Jan 2014) ##
## ##
## To get started type "help(coxeter)" or "help(allfunctions)"; ##
## see also http://dx.doi.org/10.1112/S1461157012001064. ##
## For notes about this version type "versioninfo(1.6)". ##
## Check www.mathematik.uni-stuttgart.de/~geckmf for updates. ##
## ##
## Import into "sage" (4.7 or higher, www.sagemath.org) works. ##
## ##
## The proposed name for this module is "PyCox". ##
## All comments welcome! ##
###################################################################
WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0x9fba98 pid: 74073 (default app)
spawned uWSGI master process (pid: 74073)
spawned uWSGI worker 1 (pid: 74075, cores: 1)
spawned uWSGI http 1 (pid: 74076)
Sun Sep 22 00:46:45 2024 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!