Open
Description
I've noticed this failure on several CI tests which were completely unrelated to this test.
2020-09-13T19:19:46.2191182Z sh: line 1: 6654 Killed /home/runneradmin/work/perl.exe "-I../lib" "-I." "tmp6570A" 2>&1
2020-09-13T19:19:47.1516660Z # Failed test 955 - Test Perl 73464 at ./test.pl line 1065
2020-09-13T19:19:47.1517926Z # got "# Test process timed out - terminating\nkill: 6654: No such process"
2020-09-13T19:19:47.1518573Z # expected "Timeout"
2020-09-13T19:19:47.1518994Z # PROG:
2020-09-13T19:19:47.1519346Z #
2020-09-13T19:19:47.1519921Z # BEGIN{require q(test.pl);}
2020-09-13T19:19:47.1520517Z # watchdog(3);
2020-09-13T19:19:47.1521025Z # $SIG{ALRM} = sub {print "Timeout\n"; exit(1)};
2020-09-13T19:19:47.1521437Z # alarm 1;
2020-09-13T19:19:47.1521838Z # $_ = "a" x 1000 . "b" x 1000 . "c" x 1000;
2020-09-13T19:19:47.1522235Z # /.*a.*b.*c.*[de]/;
2020-09-13T19:19:47.1522593Z #
2020-09-13T19:19:47.1522984Z # STATUS: 35072
2020-09-13T19:19:58.3677295Z t/re/pat ....................................................... FAILED at test 955
Re-running the entire workflow usually does not fail.