-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathla-test1201.log
959 lines (952 loc) · 65.2 KB
/
la-test1201.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
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
Invoking `build` prior to running tests:
$ /usr/bin/python3 vendored-meson/meson/meson.py compile -C build
ninja: Entering directory `/root/PR-numpy/numpy/build'
[1/1] Generating numpy/generate-version with a custom command
Saving version to numpy/version.py
INFO: autodetecting backend as ninja
INFO: calculating backend command to run: /root/.local/bin/ninja -C /root/PR-numpy/numpy/build
$ /usr/bin/python3 vendored-meson/meson/meson.py install --only-changed -C build --destdir ../build-install
$ export PYTHONPATH="/root/PR-numpy/numpy/build-install/usr/lib/python3/dist-packages"
$ /usr/bin/python3 -P -c 'import numpy'
$ export PYTHONPATH="/root/PR-numpy/numpy/build-install/usr/lib/python3/dist-packages"
$ cd /root/PR-numpy/numpy/build-install/usr/lib/python3/dist-packages
$ /usr/bin/python3 -m pytest --rootdir=/root/PR-numpy/numpy/build-install/usr/lib/python3/dist-packages -m 'not slow' numpy
============================= test session starts ==============================
platform linux -- Python 3.11.6, pytest-7.4.0, pluggy-1.3.0
rootdir: /root/PR-numpy/numpy/build-install/usr/lib/python3/dist-packages
configfile: ../../../../../pytest.ini
plugins: cov-4.1.0, hypothesis-6.81.1, xdist-3.5.0
collected 40871 items / 1303 deselected / 1 skipped / 39568 selected
numpy/_core/tests/test__exceptions.py ........... [ 0%]
numpy/_core/tests/test_abc.py ..... [ 0%]
numpy/_core/tests/test_api.py .......................................... [ 0%]
.......... [ 0%]
numpy/_core/tests/test_argparse.py ...... [ 0%]
numpy/_core/tests/test_array_coercion.py ............................... [ 0%]
..............................x......................................... [ 0%]
........................................................................ [ 0%]
................................. [ 0%]
numpy/_core/tests/test_arraymethod.py .................................. [ 0%]
...... [ 0%]
numpy/_core/tests/test_arrayobject.py ..... [ 0%]
numpy/_core/tests/test_arrayprint.py ..x................................ [ 0%]
........................................................................ [ 1%]
.... [ 1%]
numpy/_core/tests/test_casting_floatingpoint_errors.py ................. [ 1%]
........................................................................ [ 1%]
........................................................................ [ 1%]
...................... [ 1%]
numpy/_core/tests/test_casting_unittests.py ............................ [ 1%]
........................................................................ [ 1%]
........................................................................ [ 2%]
........................................................................ [ 2%]
....................................................................... [ 2%]
numpy/_core/tests/test_conversion_utils.py ........................... [ 2%]
numpy/_core/tests/test_cpu_dispatcher.py . [ 2%]
numpy/_core/tests/test_cpu_features.py s..ssssssssF [ 2%]
numpy/_core/tests/test_custom_dtypes.py ................................ [ 2%]
........... [ 2%]
numpy/_core/tests/test_cython.py ................ [ 2%]
numpy/_core/tests/test_datetime.py ..................................... [ 2%]
........................................................................ [ 2%]
........................................................................ [ 3%]
..................................................x..........x..x....... [ 3%]
...x.... [ 3%]
numpy/_core/tests/test_defchararray.py ................................. [ 3%]
.................................................. [ 3%]
numpy/_core/tests/test_deprecations.py ................................. [ 3%]
........................................................................ [ 3%]
.......... [ 3%]
numpy/_core/tests/test_dlpack.py ....................................... [ 3%]
.................... [ 3%]
numpy/_core/tests/test_dtype.py ........................................ [ 4%]
.......................................................ssss............. [ 4%]
........................................................................ [ 4%]
........................................................................ [ 4%]
........................................................................ [ 4%]
........................................................................ [ 4%]
........................................................................ [ 5%]
........................................................................ [ 5%]
........................................................................ [ 5%]
........................................................................ [ 5%]
........................................................................ [ 5%]
........................................................................ [ 6%]
........................................................................ [ 6%]
........................................................................ [ 6%]
........................................................................ [ 6%]
......... [ 6%]
numpy/_core/tests/test_einsum.py ....................................... [ 6%]
............................ [ 6%]
numpy/_core/tests/test_errstate.py ...... [ 6%]
numpy/_core/tests/test_extint128.py ............ [ 6%]
numpy/_core/tests/test_function_base.py ................................ [ 6%]
....... [ 6%]
numpy/_core/tests/test_getlimits.py ................ [ 6%]
numpy/_core/tests/test_half.py ..................................... [ 7%]
numpy/_core/tests/test_hashtable.py ......... [ 7%]
numpy/_core/tests/test_indexerrors.py ........ [ 7%]
numpy/_core/tests/test_indexing.py ..................................... [ 7%]
.............................................. [ 7%]
numpy/_core/tests/test_item_selection.py ............................... [ 7%]
........................................................................ [ 7%]
........................................................................ [ 7%]
........................................................................ [ 7%]
................... [ 7%]
numpy/_core/tests/test_limited_api.py . [ 7%]
numpy/_core/tests/test_longdouble.py ....................ssssssssss....s [ 8%]
. [ 8%]
numpy/_core/tests/test_machar.py . [ 8%]
numpy/_core/tests/test_mem_overlap.py .................. [ 8%]
numpy/_core/tests/test_mem_policy.py .....s.... [ 8%]
numpy/_core/tests/test_memmap.py .................... [ 8%]
numpy/_core/tests/test_multiarray.py ................................... [ 8%]
........................................................................ [ 8%]
.............................XX......................................... [ 8%]
........................................................................ [ 8%]
........................................................................ [ 9%]
.................................................s...................... [ 9%]
........................................................................ [ 9%]
........................................................................ [ 9%]
........................................................................ [ 9%]
........................................................................ [ 9%]
........................................................................ [ 10%]
........................................................................ [ 10%]
.............s.s.s.s.s.s.....s.s.....s.s.s.s.......s.s.s.s.............. [ 10%]
........................................................................ [ 10%]
........................................................................ [ 10%]
........................................................................ [ 11%]
........................................................................ [ 11%]
........................................................................ [ 11%]
........................................................................ [ 11%]
........................................................................ [ 11%]
........................................................................ [ 11%]
........................................................................ [ 12%]
........................................................................ [ 12%]
........................................................................ [ 12%]
........................................................................ [ 12%]
........................................................................ [ 12%]
........................................................................ [ 13%]
........................................................................ [ 13%]
........................................................................ [ 13%]
........................................................................ [ 13%]
........................................................................ [ 13%]
........................................................................ [ 13%]
........................................................................ [ 14%]
........................................................................ [ 14%]
........................................................................ [ 14%]
........................................................................ [ 14%]
........................................................................ [ 14%]
........................................................................ [ 15%]
........................................................................ [ 15%]
........................................................................ [ 15%]
........................................................................ [ 15%]
........................................................................ [ 15%]
........................................................................ [ 15%]
........................................................................ [ 16%]
........................................................................ [ 16%]
........................................................................ [ 16%]
........................................................................ [ 16%]
........................................................................ [ 16%]
........................................................................ [ 17%]
........................................................................ [ 17%]
........................................................................ [ 17%]
........................................................................ [ 17%]
........................................................................ [ 17%]
........................................................................ [ 17%]
........................................................................ [ 18%]
........................................................................ [ 18%]
........................................................................ [ 18%]
........................................................................ [ 18%]
........................................................................ [ 18%]
........................................................................ [ 19%]
........................................................................ [ 19%]
........................................................................ [ 19%]
........................................................................ [ 19%]
........................................................................ [ 19%]
........................................................................ [ 19%]
........................................................................ [ 20%]
........................................................................ [ 20%]
........................................................................ [ 20%]
........................................................................ [ 20%]
........................................................................ [ 20%]
........................................................................ [ 21%]
........................................................................ [ 21%]
........................................................................ [ 21%]
........................................................................ [ 21%]
........................................................................ [ 21%]
........................................................................ [ 21%]
........................................................................ [ 22%]
........................................................................ [ 22%]
........................................................................ [ 22%]
........................................................................ [ 22%]
........................................................................ [ 22%]
........................................................................ [ 23%]
........................................................................ [ 23%]
........................................................................ [ 23%]
........................................................................ [ 23%]
........................................................................ [ 23%]
........................................................................ [ 23%]
........................................................................ [ 24%]
........................................................................ [ 24%]
........................................................................ [ 24%]
........................................................................ [ 24%]
........................................................................ [ 24%]
........................................................................ [ 25%]
........................................................................ [ 25%]
........................................................................ [ 25%]
........................................................................ [ 25%]
........................................................................ [ 25%]
........................................................................ [ 25%]
........................................................................ [ 26%]
........................................................................ [ 26%]
........................................................................ [ 26%]
........................................................................ [ 26%]
........................................................................ [ 26%]
........................................................................ [ 27%]
........................................................................ [ 27%]
........................................................................ [ 27%]
........................................................................ [ 27%]
........................................................................ [ 27%]
........................................................................ [ 27%]
........................................................................ [ 28%]
........................................................................ [ 28%]
........................................................................ [ 28%]
........................................................................ [ 28%]
........................................................................ [ 28%]
........................................................................ [ 29%]
........................................................................ [ 29%]
........................................................................ [ 29%]
........................................................................ [ 29%]
........................................................................ [ 29%]
........................................................................ [ 29%]
........................................................................ [ 30%]
........................................................................ [ 30%]
........................................................................ [ 30%]
........................................................................ [ 30%]
........................................................................ [ 30%]
........................................................................ [ 31%]
........................................................................ [ 31%]
........................................................................ [ 31%]
........................................................................ [ 31%]
........................................................................ [ 31%]
........................................................................ [ 31%]
........................................................................ [ 32%]
........................................................................ [ 32%]
........................................................................ [ 32%]
........................................................................ [ 32%]
........................................................................ [ 32%]
........................................................................ [ 33%]
........................................................................ [ 33%]
........................................................................ [ 33%]
........................................................................ [ 33%]
........................................................................ [ 33%]
........................................................................ [ 33%]
........................................................................ [ 34%]
........................................................................ [ 34%]
........................................................................ [ 34%]
........................................................................ [ 34%]
........................................................................ [ 34%]
........................................................................ [ 35%]
........................................................................ [ 35%]
........................................................................ [ 35%]
........................................................................ [ 35%]
........................................................................ [ 35%]
........................................................................ [ 35%]
........................................................................ [ 36%]
........................................................................ [ 36%]
........................................................................ [ 36%]
........................................................................ [ 36%]
........................................................................ [ 36%]
........................................................................ [ 37%]
........................................................................ [ 37%]
........................................................................ [ 37%]
........................................................................ [ 37%]
........................................................................ [ 37%]
........................................................................ [ 37%]
........................................................................ [ 38%]
........................................................................ [ 38%]
........................................................................ [ 38%]
........................................................................ [ 38%]
........................................................................ [ 38%]
........................................................................ [ 39%]
........................................................................ [ 39%]
........................................................................ [ 39%]
........................................................................ [ 39%]
........................................................................ [ 39%]
........................................................................ [ 39%]
........................................................................ [ 40%]
........................................................................ [ 40%]
........................................................................ [ 40%]
........................................................................ [ 40%]
........................................................................ [ 40%]
........................................................................ [ 41%]
........................................................................ [ 41%]
........................................................................ [ 41%]
........................................................................ [ 41%]
........................................................................ [ 41%]
........................................................................ [ 41%]
........................................................................ [ 42%]
........................................................................ [ 42%]
........................................................................ [ 42%]
........................................................................ [ 42%]
........................................................................ [ 42%]
........................................................................ [ 43%]
.................... [ 43%]
numpy/_core/tests/test_nditer.py ....................................... [ 43%]
........................................................................ [ 43%]
........................................................................ [ 43%]
........................................................................ [ 43%]
........................................................................ [ 43%]
........................................................................ [ 44%]
........................................................................ [ 44%]
........................................................................ [ 44%]
........................................................................ [ 44%]
........................................................................ [ 44%]
........................................................................ [ 44%]
........................................... [ 45%]
numpy/_core/tests/test_nep50_promotions.py ................s............ [ 45%]
........................................................................ [ 45%]
........................................................................ [ 45%]
........................................................................ [ 45%]
........................................................................ [ 45%]
........................................................................ [ 46%]
.................................... [ 46%]
numpy/_core/tests/test_numeric.py ..............................x...x... [ 46%]
........................................................................ [ 46%]
................x....................................................... [ 46%]
........................................................................ [ 46%]
.............................................................X.......... [ 47%]
........................................................................ [ 47%]
......................... [ 47%]
numpy/_core/tests/test_numerictypes.py ................................. [ 47%]
........................................................................ [ 47%]
....... [ 47%]
numpy/_core/tests/test_overrides.py .................................... [ 47%]
........................................................................ [ 47%]
............................. [ 47%]
numpy/_core/tests/test_print.py ...................sss [ 47%]
numpy/_core/tests/test_protocols.py .. [ 47%]
numpy/_core/tests/test_records.py ...................................... [ 48%]
... [ 48%]
numpy/_core/tests/test_regression.py ................................... [ 48%]
........................................................................ [ 48%]
........................................................................ [ 48%]
........................................................................ [ 48%]
........................................................................ [ 48%]
........................................................................ [ 49%]
.................... [ 49%]
numpy/_core/tests/test_scalar_ctors.py ................................. [ 49%]
........................................................................ [ 49%]
...........................................................x..x..x..x... [ 49%]
........................ [ 49%]
numpy/_core/tests/test_scalar_methods.py ............................... [ 49%]
........................................................................ [ 49%]
........ [ 49%]
numpy/_core/tests/test_scalarbuffer.py ................................. [ 49%]
............................................. [ 50%]
numpy/_core/tests/test_scalarinherit.py ..... [ 50%]
numpy/_core/tests/test_scalarmath.py .........................s......... [ 50%]
........................................................................ [ 50%]
........................................................................ [ 50%]
.............................ssssss..................................... [ 50%]
........................................................................ [ 50%]
............. [ 50%]
numpy/_core/tests/test_scalarprint.py .....s [ 50%]
numpy/_core/tests/test_shape_base.py ................................... [ 51%]
........................................................................ [ 51%]
........................................................................ [ 51%]
............................... [ 51%]
numpy/_core/tests/test_simd.py ......................................... [ 51%]
........................................................................ [ 51%]
........................................................................ [ 51%]
........................................................................ [ 52%]
........................................................................ [ 52%]
........................................................................ [ 52%]
........................................................................ [ 52%]
........................................................................ [ 52%]
........................................................................ [ 53%]
........................................................................ [ 53%]
............... [ 53%]
numpy/_core/tests/test_simd_module.py .........................s........ [ 53%]
.. [ 53%]
numpy/_core/tests/test_strings.py ...................................... [ 53%]
........................................................................ [ 53%]
........................ [ 53%]
numpy/_core/tests/test_ufunc.py ........................................ [ 53%]
.........................................................x.............. [ 53%]
........................................................................ [ 54%]
........................................................................ [ 54%]
........................................................................ [ 54%]
........................................................................ [ 54%]
........................................................................ [ 54%]
........................................................................ [ 55%]
........................................................................ [ 55%]
........................................................................ [ 55%]
........xxxxxxx............................. [ 55%]
numpy/_core/tests/test_umath.py ........................................ [ 55%]
........................................................................ [ 55%]
........................................................................ [ 56%]
........................................................................ [ 56%]
........................................................................ [ 56%]
........................................................................ [ 56%]
........................................................................ [ 56%]
........................................................................ [ 56%]
........................................................................ [ 57%]
........................................................................ [ 57%]
........................................................................ [ 57%]
........................................................................ [ 57%]
........................................................................ [ 57%]
........................................................................ [ 58%]
........................................................................ [ 58%]
........................................................................ [ 58%]
........................................................................ [ 58%]
........................................................................ [ 58%]
........................................................................ [ 58%]
........................................................................ [ 59%]
........................................................................ [ 59%]
........................................................................ [ 59%]
........................................................................ [ 59%]
........................................................................ [ 59%]
........................................................................ [ 60%]
........................................................................ [ 60%]
........................................................................ [ 60%]
........................................................................ [ 60%]
........................................................................ [ 60%]
........................................................................ [ 60%]
........................................................................ [ 61%]
........................................................................ [ 61%]
........................................................................ [ 61%]
........................................................................ [ 61%]
........................................................................ [ 61%]
........................................................................ [ 62%]
........................................................................ [ 62%]
........................................................................ [ 62%]
........................................................................ [ 62%]
........................................................................ [ 62%]
........................................................................ [ 62%]
........................................................................ [ 63%]
........................................................................ [ 63%]
........................................................................ [ 63%]
........................................................................ [ 63%]
........................................................................ [ 63%]
........................................................................ [ 64%]
........................................................................ [ 64%]
........................................................................ [ 64%]
........................................................................ [ 64%]
........................................................................ [ 64%]
........................................................................ [ 64%]
........................................................................ [ 65%]
........................................................................ [ 65%]
........................................................................ [ 65%]
........................................................................ [ 65%]
........................................................................ [ 65%]
........................................................................ [ 66%]
........................................................................ [ 66%]
............................................s........................... [ 66%]
........................................................................ [ 66%]
........................................................................ [ 66%]
.........ssssssssssssss................................................. [ 66%]
........................................................................ [ 67%]
........... [ 67%]
numpy/_core/tests/test_umath_accuracy.py s.............................. [ 67%]
.......... [ 67%]
numpy/_core/tests/test_umath_complex.py ..s............s................ [ 67%]
........................................................................ [ 67%]
........................................................................ [ 67%]
........................................................................ [ 67%]
........................................................................ [ 68%]
............. [ 68%]
numpy/_core/tests/test_unicode.py ...................................... [ 68%]
...................................... [ 68%]
numpy/array_api/tests/test_array_object.py ........................ [ 68%]
numpy/array_api/tests/test_creation_functions.py .............. [ 68%]
numpy/array_api/tests/test_data_type_functions.py ..... [ 68%]
numpy/array_api/tests/test_elementwise_functions.py .. [ 68%]
numpy/array_api/tests/test_indexing_functions.py .... [ 68%]
numpy/array_api/tests/test_manipulation_functions.py ... [ 68%]
numpy/array_api/tests/test_set_functions.py .. [ 68%]
numpy/array_api/tests/test_sorting_functions.py .... [ 68%]
numpy/array_api/tests/test_validation.py ... [ 68%]
numpy/distutils/tests/test_ccompiler_opt.py ............................ [ 68%]
........................................................................ [ 68%]
........................................................................ [ 68%]
........................................................................ [ 69%]
.......................................... [ 69%]
numpy/distutils/tests/test_ccompiler_opt_conf.py . [ 69%]
numpy/distutils/tests/test_exec_command.py ... [ 69%]
numpy/distutils/tests/test_fcompiler.py . [ 69%]
numpy/distutils/tests/test_fcompiler_gnu.py .... [ 69%]
numpy/distutils/tests/test_fcompiler_intel.py .. [ 69%]
numpy/distutils/tests/test_fcompiler_nagfor.py . [ 69%]
numpy/distutils/tests/test_from_template.py . [ 69%]
numpy/distutils/tests/test_log.py .... [ 69%]
numpy/distutils/tests/test_mingw32ccompiler.py s [ 69%]
numpy/distutils/tests/test_misc_util.py ....... [ 69%]
numpy/distutils/tests/test_npy_pkg_config.py .... [ 69%]
numpy/distutils/tests/test_shell_utils.py sssssssssssssss............... [ 69%]
sssssssssssssss............... [ 69%]
numpy/f2py/tests/test_abstract_interface.py .. [ 69%]
numpy/f2py/tests/test_array_from_pyobj.py .............................. [ 69%]
........................................................................ [ 69%]
........................................................................ [ 69%]
........................................................................ [ 70%]
........................................................................ [ 70%]
........................................................................ [ 70%]
........................................................................ [ 70%]
........................................................................ [ 70%]
............................................... [ 70%]
numpy/f2py/tests/test_block_docstring.py . [ 70%]
numpy/f2py/tests/test_callback.py ................ [ 70%]
numpy/f2py/tests/test_character.py ...................................s. [ 70%]
......... [ 71%]
numpy/f2py/tests/test_common.py .. [ 71%]
numpy/f2py/tests/test_compile_function.py ....... [ 71%]
numpy/f2py/tests/test_crackfortran.py .................................. [ 71%]
........... [ 71%]
numpy/f2py/tests/test_data.py ...... [ 71%]
numpy/f2py/tests/test_docs.py sss [ 71%]
numpy/f2py/tests/test_f2cmap.py . [ 71%]
numpy/f2py/tests/test_f2py2e.py .......x.............x.........x........ [ 71%]
.......... [ 71%]
numpy/f2py/tests/test_isoc.py .. [ 71%]
numpy/f2py/tests/test_kind.py ... [ 71%]
numpy/f2py/tests/test_mixed.py .. [ 71%]
numpy/f2py/tests/test_module_doc.py . [ 71%]
numpy/f2py/tests/test_quoted_character.py . [ 71%]
numpy/f2py/tests/test_regression.py . [ 71%]
numpy/f2py/tests/test_return_character.py ............... [ 71%]
numpy/f2py/tests/test_return_complex.py ................ [ 71%]
numpy/f2py/tests/test_return_integer.py .................... [ 71%]
numpy/f2py/tests/test_return_real.py .................... [ 71%]
numpy/f2py/tests/test_semicolon_split.py .. [ 71%]
numpy/f2py/tests/test_string.py ... [ 71%]
numpy/f2py/tests/test_symbolic.py ........... [ 71%]
numpy/f2py/tests/test_value_attrspec.py . [ 71%]
numpy/fft/tests/test_helper.py ........ [ 71%]
numpy/fft/tests/test_pocketfft.py ...................................... [ 71%]
.......................................... [ 71%]
numpy/lib/tests/test__datasource.py .......................... [ 71%]
numpy/lib/tests/test__iotools.py ........................ [ 71%]
numpy/lib/tests/test__version.py ........ [ 71%]
numpy/lib/tests/test_array_utils.py .... [ 71%]
numpy/lib/tests/test_arraypad.py ....................................... [ 72%]
........................................x............................... [ 72%]
........................................................................ [ 72%]
........................................................................ [ 72%]
........................................................................ [ 72%]
........................................................................ [ 72%]
........................................................................ [ 73%]
........................................................................ [ 73%]
.......................................... [ 73%]
numpy/lib/tests/test_arraysetops.py .................................... [ 73%]
................................ [ 73%]
numpy/lib/tests/test_arrayterator.py . [ 73%]
numpy/lib/tests/test_format.py ......................................... [ 73%]
[ 73%]
numpy/lib/tests/test_function_base.py .................................. [ 73%]
........................................................................ [ 73%]
............................................................x........... [ 74%]
........................................................................ [ 74%]
........................................................................ [ 74%]
........................................................................ [ 74%]
........................................................................ [ 74%]
........................................................................ [ 75%]
........................................................................ [ 75%]
........................................................................ [ 75%]
........................................................................ [ 75%]
........................................................................ [ 75%]
........................................................................ [ 75%]
........................................................................ [ 76%]
........................................................................ [ 76%]
.............................. [ 76%]
numpy/lib/tests/test_histograms.py .........................s........... [ 76%]
...................... [ 76%]
numpy/lib/tests/test_index_tricks.py ................................... [ 76%]
............ [ 76%]
numpy/lib/tests/test_io.py ............................................. [ 76%]
........................................................................ [ 76%]
........................................................................ [ 77%]
.......................... [ 77%]
numpy/lib/tests/test_loadtxt.py ........................................ [ 77%]
........................................................................ [ 77%]
........................................................................ [ 77%]
..............................x...x.............s.....x................. [ 77%]
......................... [ 77%]
numpy/lib/tests/test_mixins.py ........... [ 77%]
numpy/lib/tests/test_nanfunctions.py .....................ss.ss.ss.ss.ss [ 78%]
.ss.ss..........................................ss.ss.ss.ss.ss.ss.ss.... [ 78%]
........................................................................ [ 78%]
........................................................................ [ 78%]
........................................................................ [ 78%]
........................................................................ [ 78%]
........................................................................ [ 79%]
........................................................................ [ 79%]
........................................................................ [ 79%]
........................................................................ [ 79%]
........................................................................ [ 79%]
....................................ss.ss.ss.ss.ss.ss.ss................ [ 80%]
...........................ss.ss.ss.ss.ss.ss.ss......................... [ 80%]
..............ss.ss.ss.ss.ss.ss.ss...................................... [ 80%]
........................................................................ [ 80%]
..........ss.ss.ss.ss.....................ss.ss.ss.ss................. [ 80%]
numpy/lib/tests/test_packbits.py ....................................... [ 80%]
........................................................................ [ 81%]
........................................................................ [ 81%]
........................................................................ [ 81%]
......................... [ 81%]
numpy/lib/tests/test_polynomial.py ..................................... [ 81%]
[ 81%]
numpy/lib/tests/test_recfunctions.py ................................... [ 81%]
................ [ 81%]
numpy/lib/tests/test_regression.py ......................... [ 81%]
numpy/lib/tests/test_shape_base.py ..................................... [ 81%]
....................................... [ 81%]
numpy/lib/tests/test_stride_tricks.py .......................... [ 82%]
numpy/lib/tests/test_twodim_base.py .................................... [ 82%]
. [ 82%]
numpy/lib/tests/test_type_check.py ..................................... [ 82%]
.............. [ 82%]
numpy/lib/tests/test_ufunclike.py ..... [ 82%]
numpy/lib/tests/test_utils.py ...... [ 82%]
numpy/linalg/tests/test_deprecations.py . [ 82%]
numpy/linalg/tests/test_linalg.py ...................................... [ 82%]
........x............................................................... [ 82%]
........................................................................ [ 82%]
........................................................................ [ 82%]
........................................................................ [ 83%]
....................................................sx.. [ 83%]
numpy/linalg/tests/test_regression.py ......... [ 83%]
numpy/ma/tests/test_arrayobject.py ..... [ 83%]
numpy/ma/tests/test_core.py ............................................ [ 83%]
........................................................................ [ 83%]
........................................................................ [ 83%]
........................................................................ [ 83%]
........................................................................ [ 84%]
........................................................................ [ 84%]
........................................................................ [ 84%]
........................................................................ [ 84%]
........................................................................ [ 84%]
........................................................................ [ 85%]
........................................................................ [ 85%]
........................................................................ [ 85%]
........................................................................ [ 85%]
........................................................................ [ 85%]
........................................................................ [ 85%]
........................................................................ [ 86%]
........................................................................ [ 86%]
........................................................................ [ 86%]
........................................................................ [ 86%]
........................................................................ [ 86%]
........................................................................ [ 87%]
........................................................................ [ 87%]
........................................................................ [ 87%]
........................................................................ [ 87%]
........................................................................ [ 87%]
........................................................................ [ 87%]
........................................................................ [ 88%]
........................................................................ [ 88%]
........................................................................ [ 88%]
........................................................................ [ 88%]
........................................................................ [ 88%]
........................................................................ [ 89%]
........................................................................ [ 89%]
........................................................................ [ 89%]
........................................................................ [ 89%]
........................................................................ [ 89%]
........................................................................ [ 89%]
........................................................................ [ 90%]
........................................................................ [ 90%]
........................................................................ [ 90%]
........................................................................ [ 90%]
........................................................................ [ 90%]
........................................................................ [ 91%]
........................................................................ [ 91%]
........................................................................ [ 91%]
........................................................................ [ 91%]
........................................................................ [ 91%]
........................................................................ [ 91%]
........................................................................ [ 92%]
........................................................................ [ 92%]
........................................................................ [ 92%]
........................................................................ [ 92%]
................................................................xx...... [ 92%]
........................................................................ [ 93%]
........................................................................ [ 93%]
........................................................................ [ 93%]
........................................................................ [ 93%]
............. [ 93%]
numpy/ma/tests/test_deprecations.py ..... [ 93%]
numpy/ma/tests/test_extras.py .......................................... [ 93%]
......................................................... [ 93%]
numpy/ma/tests/test_mrecords.py ........................ [ 93%]
numpy/ma/tests/test_old_ma.py ......................................... [ 94%]
numpy/ma/tests/test_regression.py .............. [ 94%]
numpy/ma/tests/test_subclassing.py ................ [ 94%]
numpy/matrixlib/tests/test_defmatrix.py ................................ [ 94%]
........... [ 94%]
numpy/matrixlib/tests/test_interaction.py ....................... [ 94%]
numpy/matrixlib/tests/test_masked_matrix.py .............. [ 94%]
numpy/matrixlib/tests/test_matrix_linalg.py ............................ [ 94%]
........................................................................ [ 94%]
.. [ 94%]
numpy/matrixlib/tests/test_multiarray.py .. [ 94%]
numpy/matrixlib/tests/test_numeric.py .. [ 94%]
numpy/matrixlib/tests/test_regression.py .... [ 94%]
numpy/polynomial/tests/test_chebyshev.py ............................... [ 94%]
.......... [ 94%]
numpy/polynomial/tests/test_classes.py ................................. [ 94%]
........................................................................ [ 94%]
........................................................................ [ 95%]
.................................................................. [ 95%]
numpy/polynomial/tests/test_hermite.py ................................. [ 95%]
. [ 95%]
numpy/polynomial/tests/test_hermite_e.py ............................... [ 95%]
... [ 95%]
numpy/polynomial/tests/test_laguerre.py ................................ [ 95%]
.. [ 95%]
numpy/polynomial/tests/test_legendre.py ................................ [ 95%]
...... [ 95%]
numpy/polynomial/tests/test_polynomial.py .............................. [ 95%]
...... [ 95%]
numpy/polynomial/tests/test_polyutils.py .......... [ 95%]
numpy/polynomial/tests/test_printing.py ................................ [ 95%]
........................................... [ 95%]
numpy/polynomial/tests/test_symbol.py .................................. [ 96%]
.................. [ 96%]
numpy/random/tests/test_direct.py ................s................s.... [ 96%]
.............s.................s.................s.... [ 96%]
numpy/random/tests/test_extending.py ss [ 96%]
numpy/random/tests/test_generator_mt19937.py ........................... [ 96%]
........................................................................ [ 96%]
........................................................................ [ 96%]
........................................................................ [ 96%]
.................................................................... [ 97%]
numpy/random/tests/test_generator_mt19937_regressions.py ............... [ 97%]
[ 97%]
numpy/random/tests/test_random.py ...................................... [ 97%]
........................................................................ [ 97%]
............................... [ 97%]
numpy/random/tests/test_randomstate.py ................................. [ 97%]
........................................................................ [ 97%]
........................................................................ [ 97%]
... [ 97%]
numpy/random/tests/test_randomstate_regression.py ................... [ 98%]
numpy/random/tests/test_regression.py ........... [ 98%]
numpy/random/tests/test_seed_sequence.py .. [ 98%]
numpy/random/tests/test_smoke.py .s..................................... [ 98%]
........................................................................ [ 98%]
........................................................................ [ 98%]
........................................................................ [ 98%]
.....................................ss................................. [ 98%]
........................................................................ [ 99%]
........................................................................ [ 99%]
........................................................................ [ 99%]
..... [ 99%]
numpy/testing/tests/test_utils.py ...................................... [ 99%]
........................................................................ [ 99%]
.................................. [ 99%]
numpy/tests/test__all__.py . [ 99%]
numpy/tests/test_ctypeslib.py ....................... [ 99%]
numpy/tests/test_lazyloading.py . [ 99%]
numpy/tests/test_matlib.py ........ [ 99%]
numpy/tests/test_numpy_config.py .... [ 99%]
numpy/tests/test_numpy_version.py .. [ 99%]
numpy/tests/test_public_api.py ............. [ 99%]
numpy/tests/test_reloading.py ... [ 99%]
numpy/tests/test_scripts.py xxx. [ 99%]
numpy/typing/tests/test_isfile.py . [ 99%]
numpy/typing/tests/test_runtime.py .....................x... [100%]
=================================== FAILURES ===================================
____________________ Test_LOONGARCH_Features.test_features _____________________
self = <numpy._core.tests.test_cpu_features.Test_LOONGARCH_Features object at 0x7f197f4c3e50>
def test_features(self):
self.load_flags()
for gname, features in self.features_groups.items():
test_features = [self.cpu_have(f) for f in features]
assert_features_equal(__cpu_features__.get(gname), all(test_features), gname)
for feature_name in self.features:
cpu_have = self.cpu_have(feature_name)
npy_have = __cpu_features__.get(feature_name)
> assert_features_equal(npy_have, cpu_have, feature_name)
E AssertionError: Failure Detection
E NAME: 'LSX'
E ACTUAL: True
E DESIRED: False
E
E ###########################################
E ### Extra debugging information
E ###########################################
E -------------------------------------------
E --- NumPy Detections
E -------------------------------------------
E {MMX: False, SSE: False, SSE2: False, SSE3: False, SSSE3: False, SSE41: False, POPCNT: False, SSE42: False, AVX: False, F16C: False, XOP: False, FMA4: False, FMA3: False, AVX2: False, AVX512F: False, AVX512CD: False, AVX512ER: False, AVX512PF: False, AVX5124FMAPS: False, AVX5124VNNIW: False, AVX512VPOPCNTDQ: False, AVX512VL: False, AVX512BW: False, AVX512DQ: False, AVX512VNNI: False, AVX512IFMA: False, AVX512VBMI: False, AVX512VBMI2: False, AVX512BITALG: False, AVX512FP16: False, AVX512_KNL: False, AVX512_KNM: False, AVX512_SKX: False, AVX512_CLX: False, AVX512_CNL: False, AVX512_ICL: False, AVX512_SPR: False, VSX: False, VSX2: False, VSX3: False, VSX4: False, VX: False, VXE: False, VXE2: False, NEON: False, NEON_FP16: False, NEON_VFPV4: False, ASIMD: False, FPHP: False, ASIMDHP: False, ASIMDDP: False, ASIMDFHM: False, LSX: True}
E -------------------------------------------
E --- SYS / CPUINFO
E -------------------------------------------
E processor : 0
E vendor_id : AuthenticAMD
E cpu family : 23
E model : 1
E model name : AMD EPYC Processor (with IBPB)
E stepping : 2
E microcode : 0x1000065
E cpu MHz : 2345.592
E cache size : 512 KB
E physical id : 0
E siblings : 1
E core id : 0
E cpu cores : 1
E apicid : 0
E initial apicid : 0
E fpu : yes
E fpu_exception : yes
E cpuid level : 13
E wp : yes
E flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 arat
E bugs : fxsave_leak sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
E bogomips : 4691.18
E TLB size : 1024 4K pages
E clflush size : 64
E cache_alignment : 64
E address sizes : 48 bits physical, 48 bits virtual
E power management:
E
E processor : 1
E vendor_id : AuthenticAMD
E cpu family : 23
E model : 1
E model name : AMD EPYC Processor (with IBPB)
E stepping : 2
E microcode : 0x1000065
E cpu MHz : 2345.592
E cache size : 512 KB
E physical id : 1
E siblings : 1
E core id : 0
E cpu cores : 1
E apicid : 1
E initial apicid : 1
E fpu : yes
E fpu_exception : yes
E cpuid level : 13
E wp : yes
E flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw intel_ppin ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 arat
E bugs : fxsave_leak sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb
E bogomips : 4691.18
E TLB size : 1024 4K pages
E clflush size : 64
E cache_alignment : 64
E address sizes : 48 bits ....
E -------------------------------------------
E --- SYS / AUXV
E -------------------------------------------
E AT_PHDR: 0x120000040
E AT_PHENT: 56
E AT_PHNUM: 9
E AT_PAGESZ: 4096
E AT_BASE: 0x555555d57000
E AT_FLAGS: 0x0
E AT_ENTRY: 0x1200014a0
E AT_UID: 0
E AT_EUID: 0
E AT_GID: 0
E AT_EGID: 0
E AT_HWCAP: 7e
E AT_CLKTCK: 100
E AT_RANDOM: 0x555555d56fb0
E AT_SECURE: 0
E AT_EXECFN: /usr/bin/true
E AT_PLATFORM: loongarch
E AT_SYSINFO_EHDR: 0x555555d85000
cpu_have = False
feature_name = 'LSX'
npy_have = True
self = <numpy._core.tests.test_cpu_features.Test_LOONGARCH_Features object at 0x7f197f4c3e50>
numpy/_core/tests/test_cpu_features.py:82: AssertionError
=========================== short test summary info ============================
FAILED numpy/_core/tests/test_cpu_features.py::Test_LOONGARCH_Features::test_features
= 1 failed, 39320 passed, 208 skipped, 1303 deselected, 37 xfailed, 3 xpassed in 1619.23s (0:26:59) =