Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.85k stars 524 forks source link

threads: make check failed #22126

Closed biubiuzy closed 3 weeks ago

biubiuzy commented 3 weeks ago

2024-04-06 08:03:59 + make test 2024-04-06 08:03:59 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- threads.bs blib/arch/auto/threads/threads.bs 644 2024-04-06 08:03:59 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/.t 2024-04-06 08:03:59 # Testing threads 2.36 2024-04-06 08:04:00 t/basic.t .......... ok 2024-04-06 08:04:01 t/blocks.t ......... ok 2024-04-06 08:04:01 t/context.t ........ ok 2024-04-06 08:04:01 t/end.t ............ ok 2024-04-06 08:04:01 Can't locate ./t/test.pl at t/err.t line 5. 2024-04-06 08:04:01 BEGIN failed--compilation aborted at t/err.t line 13. 2024-04-06 08:04:01 t/err.t ............ 2024-04-06 08:04:01 Dubious, test returned 2 (wstat 512, 0x200) 2024-04-06 08:04:01 No subtests run 2024-04-06 08:04:01 Can't locate ./t/test.pl at t/exit.t line 5. 2024-04-06 08:04:01 BEGIN failed--compilation aborted at t/exit.t line 11. 2024-04-06 08:04:01 t/exit.t ........... 2024-04-06 08:04:01 Dubious, test returned 2 (wstat 512, 0x200) 2024-04-06 08:04:01 No subtests run 2024-04-06 08:04:01 Can't locate ./t/test.pl at t/free.t line 8. 2024-04-06 08:04:01 BEGIN failed--compilation aborted at t/free.t line 15. 2024-04-06 08:04:01 t/free.t ........... 2024-04-06 08:04:01 Dubious, test returned 2 (wstat 512, 0x200) 2024-04-06 08:04:01 No subtests run 2024-04-06 08:04:01 Can't locate ./t/test.pl at t/free2.t line 8. 2024-04-06 08:04:01 BEGIN failed--compilation aborted at t/free2.t line 15. 2024-04-06 08:04:01 t/free2.t .......... 2024-04-06 08:04:01 Dubious, test returned 2 (wstat 512, 0x200) 2024-04-06 08:04:01 No subtests run 2024-04-06 08:04:04 t/join.t ........... ok 2024-04-06 08:04:09 t/kill.t ........... ok 2024-04-06 08:04:09 Can't locate ./t/test.pl at t/kill2.t line 5. 2024-04-06 08:04:09 BEGIN failed--compilation aborted at t/kill2.t line 11. 2024-04-06 08:04:09 t/kill2.t .......... 2024-04-06 08:04:09 Dubious, test returned 2 (wstat 512, 0x200) 2024-04-06 08:04:09 No subtests run 2024-04-06 08:04:09 Can't locate ./t/test.pl at t/kill3.t line 5. 2024-04-06 08:04:09 BEGIN failed--compilation aborted at t/kill3.t line 11. 2024-04-06 08:04:09 t/kill3.t .......... 2024-04-06 08:04:09 Dubious, test returned 2 (wstat 512, 0x200) 2024-04-06 08:04:09 No subtests run 2024-04-06 08:04:09 Can't locate ./t/test.pl at t/libc.t line 5. 2024-04-06 08:04:09 BEGIN failed--compilation aborted at t/libc.t line 16. 2024-04-06 08:04:09 t/libc.t ........... 2024-04-06 08:04:09 Dubious, test returned 2 (wstat 512, 0x200) 2024-04-06 08:04:09 No subtests run 2024-04-06 08:04:10 t/list.t ........... ok 2024-04-06 08:04:10 t/no_threads.t ..... skipped: Perl compiled with 'useithreads' 2024-04-06 08:04:10 t/problems.t ....... ok 2024-04-06 08:04:10 t/stack.t .......... ok 2024-04-06 08:04:10 t/stack_env.t ...... ok 2024-04-06 08:04:15 t/state.t .......... ok 2024-04-06 08:04:15 t/stress_cv.t ...... ok 2024-04-06 08:04:15 t/stress_re.t ...... ok 2024-04-06 08:04:15 t/stress_string.t .. ok 2024-04-06 08:04:15 Can't locate ./t/test.pl at t/thread.t line 5. 2024-04-06 08:04:15 BEGIN failed--compilation aborted at t/thread.t line 11. 2024-04-06 08:04:15 t/thread.t ......... 2024-04-06 08:04:15 Dubious, test returned 2 (wstat 512, 0x200) 2024-04-06 08:04:15 No subtests run 2024-04-06 08:04:15 t/unique.t ......... skipped: 'unique' attribute no longer exists 2024-04-06 08:04:15 t/version.t ........ ok 2024-04-06 08:04:15 2024-04-06 08:04:15 Test Summary Report 2024-04-06 08:04:15 ------------------- 2024-04-06 08:04:15 t/err.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0) 2024-04-06 08:04:15 Non-zero exit status: 2 2024-04-06 08:04:15 Parse errors: No plan found in TAP output 2024-04-06 08:04:15 t/exit.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0) 2024-04-06 08:04:15 Non-zero exit status: 2 2024-04-06 08:04:15 Parse errors: No plan found in TAP output 2024-04-06 08:04:15 t/free.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0) 2024-04-06 08:04:15 Non-zero exit status: 2 2024-04-06 08:04:15 Parse errors: No plan found in TAP output 2024-04-06 08:04:15 t/free2.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0) 2024-04-06 08:04:15 Non-zero exit status: 2 2024-04-06 08:04:15 Parse errors: No plan found in TAP output 2024-04-06 08:04:15 t/kill2.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0) 2024-04-06 08:04:15 Non-zero exit status: 2 2024-04-06 08:04:15 Parse errors: No plan found in TAP output 2024-04-06 08:04:15 t/kill3.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0) 2024-04-06 08:04:15 Non-zero exit status: 2 2024-04-06 08:04:15 Parse errors: No plan found in TAP output 2024-04-06 08:04:15 t/libc.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0) 2024-04-06 08:04:15 Non-zero exit status: 2 2024-04-06 08:04:15 Parse errors: No plan found in TAP output 2024-04-06 08:04:15 t/thread.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0) 2024-04-06 08:04:15 Non-zero exit status: 2 2024-04-06 08:04:15 Parse errors: No plan found in TAP output 2024-04-06 08:04:15 Files=25, Tests=404, 16 wallclock secs ( 0.09 usr 0.05 sys + 2.04 cusr 0.21 csys = 2.39 CPU) 2024-04-06 08:04:15 Result: FAIL 2024-04-06 08:04:15 Failed 8/25 test programs. 0/404 subtests failed. 2024-04-06 08:04:15 make: *** [Makefile:1051: test_dynamic] Error 255 2024-04-06 08:04:15 error: Bad exit status from /var/tmp/rpm-tmp.y38Ufq (%check) 2024-04-06 08:04:15 Bad exit status from /var/tmp/rpm-tmp.y38Ufq (%check) 2024-04-06 08:04:15 2024-04-06 08:04:15 RPM build errors: 2024-04-06 08:04:15 failed to build rpms with perl-threads.spec