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
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937 |
+ cd melon
+ flatpak-builder build --user --disable-rofiles-fuse --disable-updates --install-deps-from=flathub-beta --force-clean --repo=/home/build/repo flatpak/icu.ccw.Melon.yml
Dependency Sdk: org.gnome.Sdk 47beta
Installing org.gnome.Sdk/x86_64/47beta from flathub-beta
Installing runtime/org.freedesktop.Platform.GL.default/x86_64/24.08beta
Installing runtime/org.freedesktop.Platform.GL.default/x86_64/24.08beta-extra
Installing runtime/org.freedesktop.Platform.openh264/x86_64/2.4.1beta
Installing runtime/org.gnome.Sdk.Locale/x86_64/47beta
Installing runtime/org.gnome.Sdk/x86_64/47beta
Dependency Runtime: org.gnome.Platform 47beta
Installing org.gnome.Platform/x86_64/47beta from flathub-beta
Installing runtime/org.gnome.Platform.Locale/x86_64/47beta
Installing runtime/org.gnome.Platform/x86_64/47beta
Downloading sources
Downloading https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 36131 100 36131 0 0 74665 0 --:--:-- --:--:-- --:--:-- 77868
Downloading https://files.pythonhosted.org/packages/57/f4/a69c20ee4f660081a7dedb1ac57f29be9378e04edfcb90c526b923d4bebc/beautifulsoup4-4.12.2-py3-none-any.whl
100 139k 100 139k 0 0 3658k 0 --:--:-- --:--:-- --:--:-- 3658k
Downloading https://files.pythonhosted.org/packages/ea/e2/3834472e7f18801e67a3cd6f3c203a5456d6f7f903cfb9a990e62098a2f3/lxml-5.2.1.tar.gz
63 3589k 63 2270k 0 0 8382k 0 --:--:-- --:--:-- --:--:-- 8382k
100 3589k 100 3589k 0 0 8711k 0 --:--:-- --:--:-- --:--:-- 9348k
Downloading https://files.pythonhosted.org/packages/d2/f4/274d1dbe96b41cf4e0efb70cbced278ffd61b5c7bb70338b62af94ccb25b/requests-2.28.2-py3-none-any.whl
100 62822 100 62822 0 0 6076k 0 --:--:-- --:--:-- --:--:-- 6076k
Downloading https://files.pythonhosted.org/packages/fc/34/3030de6f1370931b9dbb4dad48f6ab1015ab1d32447850b9fc94e60097be/idna-3.4-py3-none-any.whl
100 61538 100 61538 0 0 4885k 0 --:--:-- --:--:-- --:--:-- 4885k
Downloading https://files.pythonhosted.org/packages/71/4c/3db2b8021bd6f2f0ceb0e088d6b2d49147671f25832fb17970e9b583d742/certifi-2022.12.7-py3-none-any.whl
100 151k 100 151k 0 0 5644k 0 --:--:-- --:--:-- --:--:-- 5644k
Downloading https://files.pythonhosted.org/packages/7b/f5/890a0baca17a61c1f92f72b81d3c31523c99bec609e60c292ea55b387ae8/urllib3-1.26.15-py2.py3-none-any.whl
100 137k 100 137k 0 0 6678k 0 --:--:-- --:--:-- --:--:-- 6678k
Downloading https://files.pythonhosted.org/packages/ff/d7/8d757f8bd45be079d76309248845a04f09619a7b17d6dfc8c9ff6433cac2/charset-normalizer-3.1.0.tar.gz
100 95987 100 95987 0 0 2844k 0 --:--:-- --:--:-- --:--:-- 2844k
Downloading https://files.pythonhosted.org/packages/d0/42/d9edfed04228bacea2d824904cae367ee9efd05e6cce7ceaaedd0b0ad964/Unidecode-1.1.1-py2.py3-none-any.whl
100 232k 100 232k 0 0 6548k 0 --:--:-- --:--:-- --:--:-- 6548k
Initializing build dir
Committing stage init to cache
Starting build of icu.ccw.Melon
========================================================================
Building module python3-beautifulsoup4 in /home/build/melon/.flatpak-builder/build/python3-beautifulsoup4-1
========================================================================
Running: pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} "beautifulsoup4" --no-build-isolation
Using pip 24.2 from /usr/lib/python3.12/site-packages/pip (python 3.12)
Looking in links: file:///run/build/python3-beautifulsoup4
Processing ./beautifulsoup4-4.12.2-py3-none-any.whl
Processing ./soupsieve-2.5-py3-none-any.whl (from beautifulsoup4)
Installing collected packages: soupsieve, beautifulsoup4
Successfully installed beautifulsoup4-4.12.2 soupsieve-2.5
Committing stage build-python3-beautifulsoup4 to cache
========================================================================
Building module python3-lxml in /home/build/melon/.flatpak-builder/build/python3-lxml-1
========================================================================
Running: pip3 install --verbose --ignore-installed --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} "lxml" --no-build-isolation
Using pip 24.2 from /usr/lib/python3.12/site-packages/pip (python 3.12)
Looking in links: file:///run/build/python3-lxml
Processing ./lxml-5.2.1.tar.gz
Preparing metadata (pyproject.toml): started
Running command Preparing metadata (pyproject.toml)
<string>:67: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Building lxml version 5.2.1.
Building without Cython.
Building against libxml2 2.13.3 and libxslt 1.1.42
running dist_info
creating /tmp/pip-modern-metadata-iyu9d_nk/lxml.egg-info
writing /tmp/pip-modern-metadata-iyu9d_nk/lxml.egg-info/PKG-INFO
writing dependency_links to /tmp/pip-modern-metadata-iyu9d_nk/lxml.egg-info/dependency_links.txt
writing requirements to /tmp/pip-modern-metadata-iyu9d_nk/lxml.egg-info/requires.txt
writing top-level names to /tmp/pip-modern-metadata-iyu9d_nk/lxml.egg-info/top_level.txt
writing manifest file '/tmp/pip-modern-metadata-iyu9d_nk/lxml.egg-info/SOURCES.txt'
reading manifest file '/tmp/pip-modern-metadata-iyu9d_nk/lxml.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
adding license file 'LICENSES.txt'
writing manifest file '/tmp/pip-modern-metadata-iyu9d_nk/lxml.egg-info/SOURCES.txt'
creating '/tmp/pip-modern-metadata-iyu9d_nk/lxml-5.2.1.dist-info'
Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: lxml
Building wheel for lxml (pyproject.toml): started
Running command Building wheel for lxml (pyproject.toml)
<string>:67: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Building lxml version 5.2.1.
Building without Cython.
Building against libxml2 2.13.3 and libxslt 1.1.42
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-312
creating build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/__init__.py -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/builder.py -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/cssselect.py -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/sax.py -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-cpython-312/lxml
creating build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-cpython-312/lxml/includes
creating build/lib.linux-x86_64-cpython-312/lxml/html
copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-cpython-312/lxml/html
copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-cpython-312/lxml/html
copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-cpython-312/lxml/html
copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-cpython-312/lxml/html
copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-cpython-312/lxml/html
copying src/lxml/html/builder.py -> build/lib.linux-x86_64-cpython-312/lxml/html
copying src/lxml/html/clean.py -> build/lib.linux-x86_64-cpython-312/lxml/html
copying src/lxml/html/defs.py -> build/lib.linux-x86_64-cpython-312/lxml/html
copying src/lxml/html/diff.py -> build/lib.linux-x86_64-cpython-312/lxml/html
copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-cpython-312/lxml/html
copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-cpython-312/lxml/html
copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-cpython-312/lxml/html
copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-cpython-312/lxml/html
creating build/lib.linux-x86_64-cpython-312/lxml/isoschematron
copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-cpython-312/lxml/isoschematron
copying src/lxml/etree.h -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/etree_api.h -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/etree.pyx -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/objectify.pyx -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/apihelpers.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/classlookup.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/cleanup.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/debug.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/docloader.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/dtd.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/extensions.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/iterparse.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/nsclasses.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/objectpath.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/parser.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/parsertarget.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/proxy.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/public-api.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/readonlytree.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/relaxng.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/saxparser.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/schematron.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/serializer.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/xinclude.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/xmlerror.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/xmlid.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/xmlschema.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/xpath.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/xslt.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/xsltext.pxi -> build/lib.linux-x86_64-cpython-312/lxml
copying src/lxml/includes/__init__.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-cpython-312/lxml/includes
copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-cpython-312/lxml/includes
creating build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources
creating build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/rng
copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/rng
creating build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl
copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl
copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl
creating build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
running build_ext
building 'lxml.etree' extension
creating build/temp.linux-x86_64-cpython-312
creating build/temp.linux-x86_64-cpython-312/src
creating build/temp.linux-x86_64-cpython-312/src/lxml
x86_64-unknown-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.12 -I/usr/include/x86_64-linux-gnu/python3.12 -c src/lxml/etree.c -o build/temp.linux-x86_64-cpython-312/src/lxml/etree.o -w
x86_64-unknown-linux-gnu-gcc -shared -Wl,-z,relro,-z,now -Wl,--as-needed -Wl,-z,relro,-z,now -Wl,--as-needed -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer build/temp.linux-x86_64-cpython-312/src/lxml/etree.o -L/usr/lib/x86_64-linux-gnu -lxslt -lexslt -lxml2 -lrt -lz -lm -o build/lib.linux-x86_64-cpython-312/lxml/etree.cpython-312-x86_64-linux-gnu.so
building 'lxml.objectify' extension
x86_64-unknown-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.12 -I/usr/include/x86_64-linux-gnu/python3.12 -c src/lxml/objectify.c -o build/temp.linux-x86_64-cpython-312/src/lxml/objectify.o -w
x86_64-unknown-linux-gnu-gcc -shared -Wl,-z,relro,-z,now -Wl,--as-needed -Wl,-z,relro,-z,now -Wl,--as-needed -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer build/temp.linux-x86_64-cpython-312/src/lxml/objectify.o -L/usr/lib/x86_64-linux-gnu -lxslt -lexslt -lxml2 -lrt -lz -lm -o build/lib.linux-x86_64-cpython-312/lxml/objectify.cpython-312-x86_64-linux-gnu.so
building 'lxml.builder' extension
x86_64-unknown-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.12 -I/usr/include/x86_64-linux-gnu/python3.12 -c src/lxml/builder.c -o build/temp.linux-x86_64-cpython-312/src/lxml/builder.o -w
x86_64-unknown-linux-gnu-gcc -shared -Wl,-z,relro,-z,now -Wl,--as-needed -Wl,-z,relro,-z,now -Wl,--as-needed -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer build/temp.linux-x86_64-cpython-312/src/lxml/builder.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-312/lxml/builder.cpython-312-x86_64-linux-gnu.so
building 'lxml._elementpath' extension
x86_64-unknown-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.12 -I/usr/include/x86_64-linux-gnu/python3.12 -c src/lxml/_elementpath.c -o build/temp.linux-x86_64-cpython-312/src/lxml/_elementpath.o -w
x86_64-unknown-linux-gnu-gcc -shared -Wl,-z,relro,-z,now -Wl,--as-needed -Wl,-z,relro,-z,now -Wl,--as-needed -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer build/temp.linux-x86_64-cpython-312/src/lxml/_elementpath.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-312/lxml/_elementpath.cpython-312-x86_64-linux-gnu.so
building 'lxml.html.diff' extension
creating build/temp.linux-x86_64-cpython-312/src/lxml/html
x86_64-unknown-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.12 -I/usr/include/x86_64-linux-gnu/python3.12 -c src/lxml/html/diff.c -o build/temp.linux-x86_64-cpython-312/src/lxml/html/diff.o -w
x86_64-unknown-linux-gnu-gcc -shared -Wl,-z,relro,-z,now -Wl,--as-needed -Wl,-z,relro,-z,now -Wl,--as-needed -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer build/temp.linux-x86_64-cpython-312/src/lxml/html/diff.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-312/lxml/html/diff.cpython-312-x86_64-linux-gnu.so
building 'lxml.sax' extension
x86_64-unknown-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.12 -I/usr/include/x86_64-linux-gnu/python3.12 -c src/lxml/sax.c -o build/temp.linux-x86_64-cpython-312/src/lxml/sax.o -w
x86_64-unknown-linux-gnu-gcc -shared -Wl,-z,relro,-z,now -Wl,--as-needed -Wl,-z,relro,-z,now -Wl,--as-needed -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer build/temp.linux-x86_64-cpython-312/src/lxml/sax.o -L/usr/lib/x86_64-linux-gnu -o build/lib.linux-x86_64-cpython-312/lxml/sax.cpython-312-x86_64-linux-gnu.so
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/lxml
copying build/lib.linux-x86_64-cpython-312/lxml/ElementInclude.py -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/__init__.py -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/_elementpath.py -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/builder.py -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/cssselect.py -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/doctestcompare.py -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/pyclasslookup.py -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/sax.py -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/usedoctest.py -> build/bdist.linux-x86_64/wheel/./lxml
creating build/bdist.linux-x86_64/wheel/lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/__init__.py -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/__init__.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/c14n.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/config.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/dtdvalid.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/etreepublic.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/htmlparser.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/relaxng.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/schematron.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/tree.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/uri.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/xinclude.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/xmlerror.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/xmlparser.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/xmlschema.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/xpath.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/xslt.pxd -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/etree_defs.h -> build/bdist.linux-x86_64/wheel/./lxml/includes
copying build/lib.linux-x86_64-cpython-312/lxml/includes/lxml-version.h -> build/bdist.linux-x86_64/wheel/./lxml/includes
creating build/bdist.linux-x86_64/wheel/lxml/html
copying build/lib.linux-x86_64-cpython-312/lxml/html/ElementSoup.py -> build/bdist.linux-x86_64/wheel/./lxml/html
copying build/lib.linux-x86_64-cpython-312/lxml/html/__init__.py -> build/bdist.linux-x86_64/wheel/./lxml/html
copying build/lib.linux-x86_64-cpython-312/lxml/html/_diffcommand.py -> build/bdist.linux-x86_64/wheel/./lxml/html
copying build/lib.linux-x86_64-cpython-312/lxml/html/_html5builder.py -> build/bdist.linux-x86_64/wheel/./lxml/html
copying build/lib.linux-x86_64-cpython-312/lxml/html/_setmixin.py -> build/bdist.linux-x86_64/wheel/./lxml/html
copying build/lib.linux-x86_64-cpython-312/lxml/html/builder.py -> build/bdist.linux-x86_64/wheel/./lxml/html
copying build/lib.linux-x86_64-cpython-312/lxml/html/clean.py -> build/bdist.linux-x86_64/wheel/./lxml/html
copying build/lib.linux-x86_64-cpython-312/lxml/html/defs.py -> build/bdist.linux-x86_64/wheel/./lxml/html
copying build/lib.linux-x86_64-cpython-312/lxml/html/diff.py -> build/bdist.linux-x86_64/wheel/./lxml/html
copying build/lib.linux-x86_64-cpython-312/lxml/html/formfill.py -> build/bdist.linux-x86_64/wheel/./lxml/html
copying build/lib.linux-x86_64-cpython-312/lxml/html/html5parser.py -> build/bdist.linux-x86_64/wheel/./lxml/html
copying build/lib.linux-x86_64-cpython-312/lxml/html/soupparser.py -> build/bdist.linux-x86_64/wheel/./lxml/html
copying build/lib.linux-x86_64-cpython-312/lxml/html/usedoctest.py -> build/bdist.linux-x86_64/wheel/./lxml/html
copying build/lib.linux-x86_64-cpython-312/lxml/html/diff.cpython-312-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./lxml/html
creating build/bdist.linux-x86_64/wheel/lxml/isoschematron
copying build/lib.linux-x86_64-cpython-312/lxml/isoschematron/__init__.py -> build/bdist.linux-x86_64/wheel/./lxml/isoschematron
creating build/bdist.linux-x86_64/wheel/lxml/isoschematron/resources
creating build/bdist.linux-x86_64/wheel/lxml/isoschematron/resources/rng
copying build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/bdist.linux-x86_64/wheel/./lxml/isoschematron/resources/rng
creating build/bdist.linux-x86_64/wheel/lxml/isoschematron/resources/xsl
copying build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/bdist.linux-x86_64/wheel/./lxml/isoschematron/resources/xsl
copying build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/bdist.linux-x86_64/wheel/./lxml/isoschematron/resources/xsl
creating build/bdist.linux-x86_64/wheel/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/bdist.linux-x86_64/wheel/./lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/bdist.linux-x86_64/wheel/./lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/bdist.linux-x86_64/wheel/./lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/bdist.linux-x86_64/wheel/./lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/bdist.linux-x86_64/wheel/./lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-x86_64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/bdist.linux-x86_64/wheel/./lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying build/lib.linux-x86_64-cpython-312/lxml/etree.h -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/etree_api.h -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/lxml.etree.h -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/lxml.etree_api.h -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/etree.pyx -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/objectify.pyx -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/apihelpers.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/classlookup.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/cleanup.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/debug.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/docloader.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/dtd.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/extensions.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/iterparse.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/nsclasses.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/objectpath.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/parser.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/parsertarget.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/proxy.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/public-api.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/readonlytree.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/relaxng.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/saxparser.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/schematron.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/serializer.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/xinclude.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/xmlerror.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/xmlid.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/xmlschema.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/xpath.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/xslt.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/xsltext.pxi -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/etree.cpython-312-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/objectify.cpython-312-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/builder.cpython-312-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/_elementpath.cpython-312-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./lxml
copying build/lib.linux-x86_64-cpython-312/lxml/sax.cpython-312-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/./lxml
running install_egg_info
running egg_info
writing src/lxml.egg-info/PKG-INFO
writing dependency_links to src/lxml.egg-info/dependency_links.txt
writing requirements to src/lxml.egg-info/requires.txt
writing top-level names to src/lxml.egg-info/top_level.txt
reading manifest file 'src/lxml.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
adding license file 'LICENSES.txt'
writing manifest file 'src/lxml.egg-info/SOURCES.txt'
Copying src/lxml.egg-info to build/bdist.linux-x86_64/wheel/./lxml-5.2.1-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/lxml-5.2.1.dist-info/WHEEL
creating '/tmp/pip-wheel-wkginoso/.tmp-77q71di4/lxml-5.2.1-cp312-cp312-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'lxml/ElementInclude.py'
adding 'lxml/__init__.py'
adding 'lxml/_elementpath.cpython-312-x86_64-linux-gnu.so'
adding 'lxml/_elementpath.py'
adding 'lxml/apihelpers.pxi'
adding 'lxml/builder.cpython-312-x86_64-linux-gnu.so'
adding 'lxml/builder.py'
adding 'lxml/classlookup.pxi'
adding 'lxml/cleanup.pxi'
adding 'lxml/cssselect.py'
adding 'lxml/debug.pxi'
adding 'lxml/docloader.pxi'
adding 'lxml/doctestcompare.py'
adding 'lxml/dtd.pxi'
adding 'lxml/etree.cpython-312-x86_64-linux-gnu.so'
adding 'lxml/etree.h'
adding 'lxml/etree.pyx'
adding 'lxml/etree_api.h'
adding 'lxml/extensions.pxi'
adding 'lxml/iterparse.pxi'
adding 'lxml/lxml.etree.h'
adding 'lxml/lxml.etree_api.h'
adding 'lxml/nsclasses.pxi'
adding 'lxml/objectify.cpython-312-x86_64-linux-gnu.so'
adding 'lxml/objectify.pyx'
adding 'lxml/objectpath.pxi'
adding 'lxml/parser.pxi'
adding 'lxml/parsertarget.pxi'
adding 'lxml/proxy.pxi'
adding 'lxml/public-api.pxi'
adding 'lxml/pyclasslookup.py'
adding 'lxml/readonlytree.pxi'
adding 'lxml/relaxng.pxi'
adding 'lxml/sax.cpython-312-x86_64-linux-gnu.so'
adding 'lxml/sax.py'
adding 'lxml/saxparser.pxi'
adding 'lxml/schematron.pxi'
adding 'lxml/serializer.pxi'
adding 'lxml/usedoctest.py'
adding 'lxml/xinclude.pxi'
adding 'lxml/xmlerror.pxi'
adding 'lxml/xmlid.pxi'
adding 'lxml/xmlschema.pxi'
adding 'lxml/xpath.pxi'
adding 'lxml/xslt.pxi'
adding 'lxml/xsltext.pxi'
adding 'lxml/html/ElementSoup.py'
adding 'lxml/html/__init__.py'
adding 'lxml/html/_diffcommand.py'
adding 'lxml/html/_html5builder.py'
adding 'lxml/html/_setmixin.py'
adding 'lxml/html/builder.py'
adding 'lxml/html/clean.py'
adding 'lxml/html/defs.py'
adding 'lxml/html/diff.cpython-312-x86_64-linux-gnu.so'
adding 'lxml/html/diff.py'
adding 'lxml/html/formfill.py'
adding 'lxml/html/html5parser.py'
adding 'lxml/html/soupparser.py'
adding 'lxml/html/usedoctest.py'
adding 'lxml/includes/__init__.pxd'
adding 'lxml/includes/__init__.py'
adding 'lxml/includes/c14n.pxd'
adding 'lxml/includes/config.pxd'
adding 'lxml/includes/dtdvalid.pxd'
adding 'lxml/includes/etree_defs.h'
adding 'lxml/includes/etreepublic.pxd'
adding 'lxml/includes/htmlparser.pxd'
adding 'lxml/includes/lxml-version.h'
adding 'lxml/includes/relaxng.pxd'
adding 'lxml/includes/schematron.pxd'
adding 'lxml/includes/tree.pxd'
adding 'lxml/includes/uri.pxd'
adding 'lxml/includes/xinclude.pxd'
adding 'lxml/includes/xmlerror.pxd'
adding 'lxml/includes/xmlparser.pxd'
adding 'lxml/includes/xmlschema.pxd'
adding 'lxml/includes/xpath.pxd'
adding 'lxml/includes/xslt.pxd'
adding 'lxml/isoschematron/__init__.py'
adding 'lxml/isoschematron/resources/rng/iso-schematron.rng'
adding 'lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl'
adding 'lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl'
adding 'lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl'
adding 'lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl'
adding 'lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl'
adding 'lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl'
adding 'lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl'
adding 'lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt'
adding 'lxml-5.2.1.dist-info/LICENSE.txt'
adding 'lxml-5.2.1.dist-info/LICENSES.txt'
adding 'lxml-5.2.1.dist-info/METADATA'
adding 'lxml-5.2.1.dist-info/WHEEL'
adding 'lxml-5.2.1.dist-info/top_level.txt'
adding 'lxml-5.2.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Building wheel for lxml (pyproject.toml): finished with status 'done'
Created wheel for lxml: filename=lxml-5.2.1-cp312-cp312-linux_x86_64.whl size=8521996 sha256=ab489f8e2958989854411715e1c9f619d42f75b4ecf6d86f84ea1fc7a196cae2
Stored in directory: /home/build/.cache/pip/wheels/11/ec/23/4b652e1720d8eea81f6ad9cd14a75526bcd14cff5564cafb19
Successfully built lxml
Installing collected packages: lxml
Successfully installed lxml-5.2.1
compressing debuginfo in: /home/build/melon/build/files/lib/python3.12/site-packages/lxml/_elementpath.cpython-312-x86_64-linux-gnu.so
processing: /home/build/melon/build/files/lib/python3.12/site-packages/lxml/_elementpath.cpython-312-x86_64-linux-gnu.so
Nothing to do.
stripping /home/build/melon/build/files/lib/python3.12/site-packages/lxml/_elementpath.cpython-312-x86_64-linux-gnu.so to /home/build/melon/build/files/lib/debug/lib/python3.12/site-packages/lxml/_elementpath.cpython-312-x86_64-linux-gnu.so.debug
compressing debuginfo in: /home/build/melon/build/files/lib/python3.12/site-packages/lxml/builder.cpython-312-x86_64-linux-gnu.so
processing: /home/build/melon/build/files/lib/python3.12/site-packages/lxml/builder.cpython-312-x86_64-linux-gnu.so
Nothing to do.
stripping /home/build/melon/build/files/lib/python3.12/site-packages/lxml/builder.cpython-312-x86_64-linux-gnu.so to /home/build/melon/build/files/lib/debug/lib/python3.12/site-packages/lxml/builder.cpython-312-x86_64-linux-gnu.so.debug
compressing debuginfo in: /home/build/melon/build/files/lib/python3.12/site-packages/lxml/etree.cpython-312-x86_64-linux-gnu.so
processing: /home/build/melon/build/files/lib/python3.12/site-packages/lxml/etree.cpython-312-x86_64-linux-gnu.so
Nothing to do.
stripping /home/build/melon/build/files/lib/python3.12/site-packages/lxml/etree.cpython-312-x86_64-linux-gnu.so to /home/build/melon/build/files/lib/debug/lib/python3.12/site-packages/lxml/etree.cpython-312-x86_64-linux-gnu.so.debug
compressing debuginfo in: /home/build/melon/build/files/lib/python3.12/site-packages/lxml/objectify.cpython-312-x86_64-linux-gnu.so
processing: /home/build/melon/build/files/lib/python3.12/site-packages/lxml/objectify.cpython-312-x86_64-linux-gnu.so
Nothing to do.
stripping /home/build/melon/build/files/lib/python3.12/site-packages/lxml/objectify.cpython-312-x86_64-linux-gnu.so to /home/build/melon/build/files/lib/debug/lib/python3.12/site-packages/lxml/objectify.cpython-312-x86_64-linux-gnu.so.debug
compressing debuginfo in: /home/build/melon/build/files/lib/python3.12/site-packages/lxml/sax.cpython-312-x86_64-linux-gnu.so
processing: /home/build/melon/build/files/lib/python3.12/site-packages/lxml/sax.cpython-312-x86_64-linux-gnu.so
Nothing to do.
stripping /home/build/melon/build/files/lib/python3.12/site-packages/lxml/sax.cpython-312-x86_64-linux-gnu.so to /home/build/melon/build/files/lib/debug/lib/python3.12/site-packages/lxml/sax.cpython-312-x86_64-linux-gnu.so.debug
compressing debuginfo in: /home/build/melon/build/files/lib/python3.12/site-packages/lxml/html/diff.cpython-312-x86_64-linux-gnu.so
processing: /home/build/melon/build/files/lib/python3.12/site-packages/lxml/html/diff.cpython-312-x86_64-linux-gnu.so
Nothing to do.
stripping /home/build/melon/build/files/lib/python3.12/site-packages/lxml/html/diff.cpython-312-x86_64-linux-gnu.so to /home/build/melon/build/files/lib/debug/lib/python3.12/site-packages/lxml/html/diff.cpython-312-x86_64-linux-gnu.so.debug
Committing stage build-python3-lxml to cache
========================================================================
Building module python3-requests in /home/build/melon/.flatpak-builder/build/python3-requests-1
========================================================================
Running: pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} "requests" --no-build-isolation
Using pip 24.2 from /usr/lib/python3.12/site-packages/pip (python 3.12)
Looking in links: file:///run/build/python3-requests
Processing ./requests-2.28.2-py3-none-any.whl
Processing ./charset-normalizer-3.1.0.tar.gz (from requests)
Preparing metadata (setup.py): started
Running command python setup.py egg_info
running egg_info
creating /tmp/pip-pip-egg-info-vsbtstqc/charset_normalizer.egg-info
writing /tmp/pip-pip-egg-info-vsbtstqc/charset_normalizer.egg-info/PKG-INFO
writing dependency_links to /tmp/pip-pip-egg-info-vsbtstqc/charset_normalizer.egg-info/dependency_links.txt
writing entry points to /tmp/pip-pip-egg-info-vsbtstqc/charset_normalizer.egg-info/entry_points.txt
writing requirements to /tmp/pip-pip-egg-info-vsbtstqc/charset_normalizer.egg-info/requires.txt
writing top-level names to /tmp/pip-pip-egg-info-vsbtstqc/charset_normalizer.egg-info/top_level.txt
writing manifest file '/tmp/pip-pip-egg-info-vsbtstqc/charset_normalizer.egg-info/SOURCES.txt'
reading manifest file '/tmp/pip-pip-egg-info-vsbtstqc/charset_normalizer.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file '/tmp/pip-pip-egg-info-vsbtstqc/charset_normalizer.egg-info/SOURCES.txt'
Preparing metadata (setup.py): finished with status 'done'
Processing ./idna-3.4-py3-none-any.whl (from requests)
Processing ./urllib3-1.26.15-py2.py3-none-any.whl (from requests)
Processing ./certifi-2022.12.7-py3-none-any.whl (from requests)
Building wheels for collected packages: charset-normalizer
Building wheel for charset-normalizer (setup.py): started
Running command python setup.py bdist_wheel
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/charset_normalizer
copying charset_normalizer/__init__.py -> build/lib/charset_normalizer
copying charset_normalizer/api.py -> build/lib/charset_normalizer
copying charset_normalizer/cd.py -> build/lib/charset_normalizer
copying charset_normalizer/constant.py -> build/lib/charset_normalizer
copying charset_normalizer/legacy.py -> build/lib/charset_normalizer
copying charset_normalizer/md.py -> build/lib/charset_normalizer
copying charset_normalizer/models.py -> build/lib/charset_normalizer
copying charset_normalizer/utils.py -> build/lib/charset_normalizer
copying charset_normalizer/version.py -> build/lib/charset_normalizer
creating build/lib/charset_normalizer/assets
copying charset_normalizer/assets/__init__.py -> build/lib/charset_normalizer/assets
creating build/lib/charset_normalizer/cli
copying charset_normalizer/cli/__init__.py -> build/lib/charset_normalizer/cli
copying charset_normalizer/cli/normalizer.py -> build/lib/charset_normalizer/cli
running egg_info
writing charset_normalizer.egg-info/PKG-INFO
writing dependency_links to charset_normalizer.egg-info/dependency_links.txt
writing entry points to charset_normalizer.egg-info/entry_points.txt
writing requirements to charset_normalizer.egg-info/requires.txt
writing top-level names to charset_normalizer.egg-info/top_level.txt
reading manifest file 'charset_normalizer.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'charset_normalizer.egg-info/SOURCES.txt'
copying charset_normalizer/py.typed -> build/lib/charset_normalizer
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/charset_normalizer
copying build/lib/charset_normalizer/__init__.py -> build/bdist.linux-x86_64/wheel/./charset_normalizer
copying build/lib/charset_normalizer/api.py -> build/bdist.linux-x86_64/wheel/./charset_normalizer
copying build/lib/charset_normalizer/cd.py -> build/bdist.linux-x86_64/wheel/./charset_normalizer
copying build/lib/charset_normalizer/constant.py -> build/bdist.linux-x86_64/wheel/./charset_normalizer
copying build/lib/charset_normalizer/legacy.py -> build/bdist.linux-x86_64/wheel/./charset_normalizer
copying build/lib/charset_normalizer/md.py -> build/bdist.linux-x86_64/wheel/./charset_normalizer
copying build/lib/charset_normalizer/models.py -> build/bdist.linux-x86_64/wheel/./charset_normalizer
copying build/lib/charset_normalizer/utils.py -> build/bdist.linux-x86_64/wheel/./charset_normalizer
copying build/lib/charset_normalizer/version.py -> build/bdist.linux-x86_64/wheel/./charset_normalizer
creating build/bdist.linux-x86_64/wheel/charset_normalizer/assets
copying build/lib/charset_normalizer/assets/__init__.py -> build/bdist.linux-x86_64/wheel/./charset_normalizer/assets
creating build/bdist.linux-x86_64/wheel/charset_normalizer/cli
copying build/lib/charset_normalizer/cli/__init__.py -> build/bdist.linux-x86_64/wheel/./charset_normalizer/cli
copying build/lib/charset_normalizer/cli/normalizer.py -> build/bdist.linux-x86_64/wheel/./charset_normalizer/cli
copying build/lib/charset_normalizer/py.typed -> build/bdist.linux-x86_64/wheel/./charset_normalizer
running install_egg_info
Copying charset_normalizer.egg-info to build/bdist.linux-x86_64/wheel/./charset_normalizer-3.1.0-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/charset_normalizer-3.1.0.dist-info/WHEEL
creating '/tmp/pip-wheel-76q8hdty/charset_normalizer-3.1.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'charset_normalizer/__init__.py'
adding 'charset_normalizer/api.py'
adding 'charset_normalizer/cd.py'
adding 'charset_normalizer/constant.py'
adding 'charset_normalizer/legacy.py'
adding 'charset_normalizer/md.py'
adding 'charset_normalizer/models.py'
adding 'charset_normalizer/py.typed'
adding 'charset_normalizer/utils.py'
adding 'charset_normalizer/version.py'
adding 'charset_normalizer/assets/__init__.py'
adding 'charset_normalizer/cli/__init__.py'
adding 'charset_normalizer/cli/normalizer.py'
adding 'charset_normalizer-3.1.0.dist-info/LICENSE'
adding 'charset_normalizer-3.1.0.dist-info/METADATA'
adding 'charset_normalizer-3.1.0.dist-info/WHEEL'
adding 'charset_normalizer-3.1.0.dist-info/entry_points.txt'
adding 'charset_normalizer-3.1.0.dist-info/top_level.txt'
adding 'charset_normalizer-3.1.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Building wheel for charset-normalizer (setup.py): finished with status 'done'
Created wheel for charset-normalizer: filename=charset_normalizer-3.1.0-py3-none-any.whl size=46173 sha256=2630706a5592ce83745df00ec8f6a674118787a8c0f5fb7a2963a9295075905a
Stored in directory: /home/build/.cache/pip/wheels/72/29/9d/1ad4351994b178e1ea97329c351f14b807f6d2f0dc7eec4234
Successfully built charset-normalizer
Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests
Creating /app/bin
changing mode of /app/bin/normalizer to 755
Successfully installed certifi-2022.12.7 charset-normalizer-3.1.0 idna-3.4 requests-2.28.2 urllib3-1.26.15
Committing stage build-python3-requests to cache
========================================================================
Building module python3-unidecode in /home/build/melon/.flatpak-builder/build/python3-unidecode-1
========================================================================
Running: pip3 install --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} unidecode
Looking in links: file:///run/build/python3-unidecode
Processing ./Unidecode-1.1.1-py2.py3-none-any.whl
Installing collected packages: unidecode
Successfully installed unidecode-1.1.1
Committing stage build-python3-unidecode to cache
========================================================================
Building module melon in /home/build/melon/.flatpak-builder/build/melon-1
========================================================================
The Meson build system
Version: 1.5.1
Source dir: /run/build/melon
Build dir: /run/build/melon/_flatpak_build
Build type: native build
Project name: melon
Project version: 0.2.0
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program python3 found: YES (/usr/bin/python3)
Message: Found python3 binary
Configuring icu.ccw.Melon.desktop.i18n.in using configuration
Program msgfmt found: YES (/usr/bin/msgfmt)
Program desktop-file-validate found: YES (/usr/bin/desktop-file-validate)
Found pkg-config: YES (/usr/bin/pkg-config) 2.3.0
Run-time dependency glib-2.0 found: YES 2.81.1
Run-time dependency gtk4 found: YES 4.15.5
Run-time dependency libadwaita-1 found: YES 1.6.beta
Message: Merge translations of appdata XML file
Configuring icu.ccw.Melon.metainfo.xml.in using configuration
Program appstreamcli found: YES (/usr/bin/appstreamcli)
Configuring melon using configuration
Message: Update translations
Program msginit found: YES (/usr/bin/msginit)
Program msgmerge found: YES (/usr/bin/msgmerge)
Program xgettext found: YES (/usr/bin/xgettext)
Program gtk4-update-icon-cache found: YES (/usr/bin/gtk4-update-icon-cache)
Program update-desktop-database found: YES (/usr/bin/update-desktop-database)
Build targets in project: 9
melon 0.2.0
User defined options
libdir: /app/lib
prefix: /app
Found ninja-1.12.1 at /usr/bin/ninja
[1/5] Merging translations for data/icu.ccw.Melon.desktop
[2/5] Merging translations for data/icu.ccw.Melon.metainfo.xml
[3/5] Building translation po/de/LC_MESSAGES/melon-de.mo
[4/5] Building translation po/fa/LC_MESSAGES/melon-fa.mo
[5/5] Building translation po/nl/LC_MESSAGES/melon-nl.mo
[0/1] Installing files.
Compiling '/app/lib/python3.12/site-packages/melon/window.py'...
Compiling '/app/lib/python3.12/site-packages/melon/importer.py'...
Compiling '/app/lib/python3.12/site-packages/melon/background.py'...
Compiling '/app/lib/python3.12/site-packages/melon/application.py'...
Compiling '/app/lib/python3.12/site-packages/melon/utils.py'...
Compiling '/app/lib/python3.12/site-packages/melon/__init__.py'...
Compiling '/app/lib/python3.12/site-packages/melon/settings/__init__.py'...
Compiling '/app/lib/python3.12/site-packages/melon/models/callbacks.py'...
Compiling '/app/lib/python3.12/site-packages/melon/models/__init__.py'...
Compiling '/app/lib/python3.12/site-packages/melon/playlist/create.py'...
Compiling '/app/lib/python3.12/site-packages/melon/playlist/pick.py'...
Compiling '/app/lib/python3.12/site-packages/melon/playlist/__init__.py'...
Compiling '/app/lib/python3.12/site-packages/melon/home/history.py'...
Compiling '/app/lib/python3.12/site-packages/melon/home/subs.py'...
Compiling '/app/lib/python3.12/site-packages/melon/home/new.py'...
Compiling '/app/lib/python3.12/site-packages/melon/home/playlists.py'...
Compiling '/app/lib/python3.12/site-packages/melon/home/__init__.py'...
Compiling '/app/lib/python3.12/site-packages/melon/import_providers/utils.py'...
Compiling '/app/lib/python3.12/site-packages/melon/import_providers/__init__.py'...
Compiling '/app/lib/python3.12/site-packages/melon/import_providers/newpipe.py'...
Compiling '/app/lib/python3.12/site-packages/melon/player/playlist.py'...
Compiling '/app/lib/python3.12/site-packages/melon/player/__init__.py'...
Compiling '/app/lib/python3.12/site-packages/melon/browse/channel.py'...
Compiling '/app/lib/python3.12/site-packages/melon/browse/search.py'...
Compiling '/app/lib/python3.12/site-packages/melon/browse/server.py'...
Compiling '/app/lib/python3.12/site-packages/melon/browse/playlist.py'...
Compiling '/app/lib/python3.12/site-packages/melon/browse/__init__.py'...
Compiling '/app/lib/python3.12/site-packages/melon/servers/utils.py'...
Compiling '/app/lib/python3.12/site-packages/melon/servers/__init__.py'...
Compiling '/app/lib/python3.12/site-packages/melon/servers/loader.py'...
Compiling '/app/lib/python3.12/site-packages/melon/servers/peertube/__init__.py'...
Compiling '/app/lib/python3.12/site-packages/melon/servers/nebula/__init__.py'...
Compiling '/app/lib/python3.12/site-packages/melon/servers/invidious/__init__.py'...
Compiling '/app/lib/python3.12/site-packages/melon/widgets/viewstackpage.py'...
Compiling '/app/lib/python3.12/site-packages/melon/widgets/simpledialog.py'...
Compiling '/app/lib/python3.12/site-packages/melon/widgets/preferencerow.py'...
Compiling '/app/lib/python3.12/site-packages/melon/widgets/feeditem.py'...
Compiling '/app/lib/python3.12/site-packages/melon/widgets/player.py'...
Compiling '/app/lib/python3.12/site-packages/melon/widgets/iconbutton.py'...
Compiling '/app/lib/python3.12/site-packages/melon/widgets/__init__.py'...
Compiling '/app/lib/python3.12/site-packages/melon/widgets/filterbutton.py'...
Installing subdir /run/build/melon/melon to /app/lib/python3.12/site-packages/melon
Installing /run/build/melon/melon/window.py to /app/lib/python3.12/site-packages/melon
Installing /run/build/melon/melon/importer.py to /app/lib/python3.12/site-packages/melon
Installing /run/build/melon/melon/background.py to /app/lib/python3.12/site-packages/melon
Installing /run/build/melon/melon/application.py to /app/lib/python3.12/site-packages/melon
Installing /run/build/melon/melon/utils.py to /app/lib/python3.12/site-packages/melon
Installing /run/build/melon/melon/__init__.py to /app/lib/python3.12/site-packages/melon
Installing /run/build/melon/melon/settings/__init__.py to /app/lib/python3.12/site-packages/melon/settings
Installing /run/build/melon/melon/models/callbacks.py to /app/lib/python3.12/site-packages/melon/models
Installing /run/build/melon/melon/models/__init__.py to /app/lib/python3.12/site-packages/melon/models
Installing /run/build/melon/melon/playlist/create.py to /app/lib/python3.12/site-packages/melon/playlist
Installing /run/build/melon/melon/playlist/pick.py to /app/lib/python3.12/site-packages/melon/playlist
Installing /run/build/melon/melon/playlist/__init__.py to /app/lib/python3.12/site-packages/melon/playlist
Installing /run/build/melon/melon/home/history.py to /app/lib/python3.12/site-packages/melon/home
Installing /run/build/melon/melon/home/subs.py to /app/lib/python3.12/site-packages/melon/home
Installing /run/build/melon/melon/home/new.py to /app/lib/python3.12/site-packages/melon/home
Installing /run/build/melon/melon/home/playlists.py to /app/lib/python3.12/site-packages/melon/home
Installing /run/build/melon/melon/home/__init__.py to /app/lib/python3.12/site-packages/melon/home
Installing /run/build/melon/melon/import_providers/utils.py to /app/lib/python3.12/site-packages/melon/import_providers
Installing /run/build/melon/melon/import_providers/__init__.py to /app/lib/python3.12/site-packages/melon/import_providers
Installing /run/build/melon/melon/import_providers/newpipe.py to /app/lib/python3.12/site-packages/melon/import_providers
Installing /run/build/melon/melon/player/playlist.py to /app/lib/python3.12/site-packages/melon/player
Installing /run/build/melon/melon/player/__init__.py to /app/lib/python3.12/site-packages/melon/player
Installing /run/build/melon/melon/browse/channel.py to /app/lib/python3.12/site-packages/melon/browse
Installing /run/build/melon/melon/browse/search.py to /app/lib/python3.12/site-packages/melon/browse
Installing /run/build/melon/melon/browse/server.py to /app/lib/python3.12/site-packages/melon/browse
Installing /run/build/melon/melon/browse/playlist.py to /app/lib/python3.12/site-packages/melon/browse
Installing /run/build/melon/melon/browse/__init__.py to /app/lib/python3.12/site-packages/melon/browse
Installing /run/build/melon/melon/servers/utils.py to /app/lib/python3.12/site-packages/melon/servers
Installing /run/build/melon/melon/servers/__init__.py to /app/lib/python3.12/site-packages/melon/servers
Installing /run/build/melon/melon/servers/loader.py to /app/lib/python3.12/site-packages/melon/servers
Installing /run/build/melon/melon/servers/peertube/__init__.py to /app/lib/python3.12/site-packages/melon/servers/peertube
Installing /run/build/melon/melon/servers/peertube/peertube.png to /app/lib/python3.12/site-packages/melon/servers/peertube
Installing /run/build/melon/melon/servers/nebula/nebula.png to /app/lib/python3.12/site-packages/melon/servers/nebula
Installing /run/build/melon/melon/servers/nebula/__init__.py to /app/lib/python3.12/site-packages/melon/servers/nebula
Installing /run/build/melon/melon/servers/invidious/invidious.png to /app/lib/python3.12/site-packages/melon/servers/invidious
Installing /run/build/melon/melon/servers/invidious/__init__.py to /app/lib/python3.12/site-packages/melon/servers/invidious
Installing /run/build/melon/melon/widgets/viewstackpage.py to /app/lib/python3.12/site-packages/melon/widgets
Installing /run/build/melon/melon/widgets/simpledialog.py to /app/lib/python3.12/site-packages/melon/widgets
Installing /run/build/melon/melon/widgets/preferencerow.py to /app/lib/python3.12/site-packages/melon/widgets
Installing /run/build/melon/melon/widgets/feeditem.py to /app/lib/python3.12/site-packages/melon/widgets
Installing /run/build/melon/melon/widgets/player.py to /app/lib/python3.12/site-packages/melon/widgets
Installing /run/build/melon/melon/widgets/iconbutton.py to /app/lib/python3.12/site-packages/melon/widgets
Installing /run/build/melon/melon/widgets/__init__.py to /app/lib/python3.12/site-packages/melon/widgets
Installing /run/build/melon/melon/widgets/filterbutton.py to /app/lib/python3.12/site-packages/melon/widgets
Installing data/icu.ccw.Melon.desktop to /app/share/applications
Installing data/icu.ccw.Melon.metainfo.xml to /app/share/metainfo
Installing po/de/LC_MESSAGES/melon.mo to /app/share/locale/de/LC_MESSAGES
Installing po/fa/LC_MESSAGES/melon.mo to /app/share/locale/fa/LC_MESSAGES
Installing po/nl/LC_MESSAGES/melon.mo to /app/share/locale/nl/LC_MESSAGES
Installing /run/build/melon/data/icu.ccw.Melon.svg to /app/share/icons/hicolor/scalable/apps
Installing /run/build/melon/_flatpak_build/bin/melon to /app/bin
Running custom install script '/usr/bin/gtk4-update-icon-cache -q -t -f /app/share/icons/hicolor'
Running custom install script '/usr/bin/update-desktop-database -q /app/share/applications'
Running custom install script '/usr/bin/python3 /run/build/melon/_flatpak_build/meson-private/pycompile.py python-3.12-installed.json 0'
Committing stage build-melon to cache
Cleaning up
Running appstreamcli compose
Only accepting components: icu.ccw.Melon, icu.ccw.Melon.desktop
Processing directory: /home/build/melon/build/files
Composing metadata...
Success!
Committing stage cleanup to cache
Finishing app
Not exporting share/applications/mimeinfo.cache, wrong extension
Exporting share/applications/icu.ccw.Melon.desktop
Exporting share/icons/hicolor/scalable/apps/icu.ccw.Melon.svg
Not exporting share/icons/hicolor/icon-theme.cache, wrong extension
Exporting share/metainfo/icu.ccw.Melon.metainfo.xml
Please review the exported files and the metadata
Committing stage finish to cache
Exporting icu.ccw.Melon to repo
Commit: 433772e94781c02393f8bdfa6b2a4fe83074606a8daef9ad1fce3a86674470cf
Metadata Total: 243
Metadata Written: 84
Content Total: 907
Content Written: 466
Content Bytes Written: 7531598 (7.5 MB)
Exporting icu.ccw.Melon.Locale to repo
Commit: 11d25c37f700504a6e368542203b9594e08b3062185ab0f1864a22fa0df07f1c
Metadata Total: 29
Metadata Written: 15
Content Total: 4
Content Written: 3
Content Bytes Written: 42275 (42.3 kB)
Exporting icu.ccw.Melon.Debug to repo
Commit: f57fde62fbeb69a027b8a3c5dc72d6957117d63f8a3c469d370237da0495908a
Metadata Total: 17
Metadata Written: 8
Content Total: 7
Content Written: 6
Content Bytes Written: 18010528 (18.0 MB)
Pruning cache
+ flatpak-builder build --arch=aarch64 --user --disable-rofiles-fuse --disable-updates --install-deps-from=flathub-beta --force-clean --repo=/home/build/repo flatpak/icu.ccw.Melon.yml
Dependency Sdk: org.gnome.Sdk 47beta
Installing org.gnome.Sdk/aarch64/47beta from flathub-beta
Installing runtime/org.freedesktop.Platform.GL.default/aarch64/24.08beta
Installing runtime/org.freedesktop.Platform.GL.default/aarch64/24.08beta-extra
Installing runtime/org.freedesktop.Platform.openh264/aarch64/2.4.1beta
Installing runtime/org.gnome.Sdk.Locale/aarch64/47beta
Installing runtime/org.gnome.Sdk/aarch64/47beta
Dependency Runtime: org.gnome.Platform 47beta
Installing org.gnome.Platform/aarch64/47beta from flathub-beta
Installing runtime/org.gnome.Platform.Locale/aarch64/47beta
Installing runtime/org.gnome.Platform/aarch64/47beta
Emptying app dir 'build'
Downloading sources
Initializing build dir
Committing stage init to cache
Starting build of icu.ccw.Melon
========================================================================
Building module python3-beautifulsoup4 in /home/build/melon/.flatpak-builder/build/python3-beautifulsoup4-1
========================================================================
Running: pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} "beautifulsoup4" --no-build-isolation
Using pip 24.2 from /usr/lib/python3.12/site-packages/pip (python 3.12)
Looking in links: file:///run/build/python3-beautifulsoup4
Processing ./beautifulsoup4-4.12.2-py3-none-any.whl
Processing ./soupsieve-2.5-py3-none-any.whl (from beautifulsoup4)
Installing collected packages: soupsieve, beautifulsoup4
Successfully installed beautifulsoup4-4.12.2 soupsieve-2.5
Committing stage build-python3-beautifulsoup4 to cache
========================================================================
Building module python3-lxml in /home/build/melon/.flatpak-builder/build/python3-lxml-1
========================================================================
Running: pip3 install --verbose --ignore-installed --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} "lxml" --no-build-isolation
Using pip 24.2 from /usr/lib/python3.12/site-packages/pip (python 3.12)
Looking in links: file:///run/build/python3-lxml
Processing ./lxml-5.2.1.tar.gz
Preparing metadata (pyproject.toml): started
Running command Preparing metadata (pyproject.toml)
<string>:67: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Building lxml version 5.2.1.
Building without Cython.
Building against libxml2 2.13.3 and libxslt 1.1.42
running dist_info
creating /tmp/pip-modern-metadata-m59qa1sx/lxml.egg-info
writing /tmp/pip-modern-metadata-m59qa1sx/lxml.egg-info/PKG-INFO
writing dependency_links to /tmp/pip-modern-metadata-m59qa1sx/lxml.egg-info/dependency_links.txt
writing requirements to /tmp/pip-modern-metadata-m59qa1sx/lxml.egg-info/requires.txt
writing top-level names to /tmp/pip-modern-metadata-m59qa1sx/lxml.egg-info/top_level.txt
writing manifest file '/tmp/pip-modern-metadata-m59qa1sx/lxml.egg-info/SOURCES.txt'
reading manifest file '/tmp/pip-modern-metadata-m59qa1sx/lxml.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
adding license file 'LICENSES.txt'
writing manifest file '/tmp/pip-modern-metadata-m59qa1sx/lxml.egg-info/SOURCES.txt'
creating '/tmp/pip-modern-metadata-m59qa1sx/lxml-5.2.1.dist-info'
Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: lxml
Building wheel for lxml (pyproject.toml): started
Running command Building wheel for lxml (pyproject.toml)
<string>:67: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Building lxml version 5.2.1.
Building without Cython.
Building against libxml2 2.13.3 and libxslt 1.1.42
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-aarch64-cpython-312
creating build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/ElementInclude.py -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/__init__.py -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/_elementpath.py -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/builder.py -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/cssselect.py -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/doctestcompare.py -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/pyclasslookup.py -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/sax.py -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/usedoctest.py -> build/lib.linux-aarch64-cpython-312/lxml
creating build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/__init__.py -> build/lib.linux-aarch64-cpython-312/lxml/includes
creating build/lib.linux-aarch64-cpython-312/lxml/html
copying src/lxml/html/ElementSoup.py -> build/lib.linux-aarch64-cpython-312/lxml/html
copying src/lxml/html/__init__.py -> build/lib.linux-aarch64-cpython-312/lxml/html
copying src/lxml/html/_diffcommand.py -> build/lib.linux-aarch64-cpython-312/lxml/html
copying src/lxml/html/_html5builder.py -> build/lib.linux-aarch64-cpython-312/lxml/html
copying src/lxml/html/_setmixin.py -> build/lib.linux-aarch64-cpython-312/lxml/html
copying src/lxml/html/builder.py -> build/lib.linux-aarch64-cpython-312/lxml/html
copying src/lxml/html/clean.py -> build/lib.linux-aarch64-cpython-312/lxml/html
copying src/lxml/html/defs.py -> build/lib.linux-aarch64-cpython-312/lxml/html
copying src/lxml/html/diff.py -> build/lib.linux-aarch64-cpython-312/lxml/html
copying src/lxml/html/formfill.py -> build/lib.linux-aarch64-cpython-312/lxml/html
copying src/lxml/html/html5parser.py -> build/lib.linux-aarch64-cpython-312/lxml/html
copying src/lxml/html/soupparser.py -> build/lib.linux-aarch64-cpython-312/lxml/html
copying src/lxml/html/usedoctest.py -> build/lib.linux-aarch64-cpython-312/lxml/html
creating build/lib.linux-aarch64-cpython-312/lxml/isoschematron
copying src/lxml/isoschematron/__init__.py -> build/lib.linux-aarch64-cpython-312/lxml/isoschematron
copying src/lxml/etree.h -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/etree_api.h -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/lxml.etree.h -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/lxml.etree_api.h -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/etree.pyx -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/objectify.pyx -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/apihelpers.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/classlookup.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/cleanup.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/debug.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/docloader.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/dtd.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/extensions.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/iterparse.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/nsclasses.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/objectpath.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/parser.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/parsertarget.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/proxy.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/public-api.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/readonlytree.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/relaxng.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/saxparser.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/schematron.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/serializer.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/xinclude.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/xmlerror.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/xmlid.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/xmlschema.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/xpath.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/xslt.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/xsltext.pxi -> build/lib.linux-aarch64-cpython-312/lxml
copying src/lxml/includes/__init__.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/c14n.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/config.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/relaxng.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/schematron.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/tree.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/uri.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/xinclude.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/xpath.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/xslt.pxd -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/etree_defs.h -> build/lib.linux-aarch64-cpython-312/lxml/includes
copying src/lxml/includes/lxml-version.h -> build/lib.linux-aarch64-cpython-312/lxml/includes
creating build/lib.linux-aarch64-cpython-312/lxml/isoschematron/resources
creating build/lib.linux-aarch64-cpython-312/lxml/isoschematron/resources/rng
copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-aarch64-cpython-312/lxml/isoschematron/resources/rng
creating build/lib.linux-aarch64-cpython-312/lxml/isoschematron/resources/xsl
copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-aarch64-cpython-312/lxml/isoschematron/resources/xsl
copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-aarch64-cpython-312/lxml/isoschematron/resources/xsl
creating build/lib.linux-aarch64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-aarch64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-aarch64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-aarch64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-aarch64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-aarch64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-aarch64-cpython-312/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
running build_ext
building 'lxml.etree' extension
creating build/temp.linux-aarch64-cpython-312
creating build/temp.linux-aarch64-cpython-312/src
creating build/temp.linux-aarch64-cpython-312/src/lxml
aarch64-unknown-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fPIC -DCYTHON_CLINE_IN_TRACEBACK=0 -I/usr/include/libxml2 -Isrc -Isrc/lxml/includes -I/usr/include/python3.12 -I/usr/include/aarch64-linux-gnu/python3.12 -c src/lxml/etree.c -o build/temp.linux-aarch64-cpython-312/src/lxml/etree.o -w
|