Lines Matching refs:doprint
529 sub doprint { subroutine
630 doprint "$hours hour";
631 doprint "s" if ($hours > 1);
632 doprint " ";
636 doprint "$minutes minute";
637 doprint "s" if ($minutes > 1);
638 doprint " ";
641 doprint "$time second";
642 doprint "s" if ($time != 1);
646 doprint "\n";
648 doprint "Build time: ";
650 doprint "\n";
653 doprint "Install time: ";
655 doprint "\n";
658 doprint "Reboot time: ";
660 doprint "\n";
663 doprint "Test time: ";
665 doprint "\n";
1340 doprint("$name changed from '$old_option' to '$option'\n");
1383 doprint("power cycle\n");
1428 doprint "Reboot did not finish. Forcing power cycle\n";
1481 doprint "CRITICAL FAILURE... [TEST $i] ", @_, "\n";
1485 doprint "REBOOTING\n";
1489 doprint "POWERING OFF\n";
1613 doprint "kill child process $pid\n";
1616 doprint "wait for child process $pid to exit\n";
1657 doprint "** Wait for monitor to settle down **\n";
1667 doprint "wait for monitor detected $stop\n";
1698 doprint "Exiting monitor flush due to hitting MAX_MONITOR_WAIT\n";
1746 doprint "*** Saved info to $dir ***\n";
1755 doprint "FAILED\n";
1761 doprint "REBOOTING\n";
1773 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1774 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1775 doprint "KTEST RESULT: TEST $i$name Failed: ", @_, "\n";
1776 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1777 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1803 doprint("$command ... ");
1817 doprint "\n";
1830 doprint "timeout = $timeout\n";
1836 doprint "Hit timeout of $timeout, killing process\n";
1863 doprint "[1 second] ";
1865 doprint "[$delta seconds] ";
1873 doprint "FAILED!\n";
1875 doprint "SUCCESS\n";
1922 doprint "Find $reboot_type menu ... ";
1946 doprint "$grub_number\n";
2056 doprint "git rev-list --max-count=1 $commit ... ";
2063 doprint "FAILED\n";
2106 doprint "bug timed out after $booted_timeout seconds\n";
2107 doprint "Test forced to stop after $stop_after_failure seconds after failure\n";
2114 doprint "Successful boot found: break after $booted_timeout second$s\n";
2121 doprint "Timed out after $timeout second$s\n";
2126 doprint $line;
2141 doprint "Test forced to stop after $stop_after_success seconds after success\n";
2165 doprint "Test forced to stop after $stop_after_failure seconds after failure\n";
2187 doprint "Already booted in Linux kernel $version, but now\n";
2188 doprint "we booted into Linux kernel $1.\n";
2189 doprint "Assuming that this is a triple fault.\n";
2190 doprint "To disable this: set DETECT_TRIPLE_FAULT to 0\n";
2201 doprint "STOP_TEST_AFTER ($stop_test_after seconds) timed out\n";
2223 doprint "WARNING: Call Trace detected but ignored due to IGNORE_ERRORS=1\n";
2290 doprint "No modules needed\n";
2328 doprint "$make kernelrelease ... ";
2331 doprint "$version\n";
2467 doprint "Applying minimum configurations into $output_config.new\n";
2502 doprint "olddefconfig failed, trying make oldnoconfig\n";
2504 doprint "oldnoconfig failed, trying yes '' | make oldconfig\n";
2516 doprint "Loading force configs from $config\n";
2653 doprint "\n\n*******************************************\n";
2654 doprint "*******************************************\n";
2655 doprint "KTEST RESULT: TEST $i$name SUCCESS!!!! **\n";
2656 doprint "*******************************************\n";
2657 doprint "*******************************************\n";
2664 doprint "Reboot and wait $sleep_time seconds\n";
2675 doprint "Pass, fail, or skip? [p/f/s]";
2720 doprint "run test $run_test\n";
2738 doprint $line;
2759 doprint "WARNING: Call Trace detected but ignored due to IGNORE_ERRORS=1\n";
2768 doprint $line;
2776 doprint "Detected kernel crash!\n";
2834 doprint "$command ... ";
2842 doprint "FAILED\n";
2846 doprint "SUCCESS\n";
2848 doprint "$1 [$2]\n";
2851 doprint "Found bad commit... $1\n";
2862 doprint "Reboot and sleep $bisect_sleep_time seconds\n";
2939 doprint("Running bisect trial $t of $bisect_tries:\n");
2960 doprint "HIT A BAD COMMIT ... SKIPPING\n";
2999 doprint "Performing a reverse bisect (bad is good, good is bad!)\n";
3040 doprint "TESTING BISECT BAD [$bad]\n";
3052 doprint "TESTING BISECT GOOD [$good]\n";
3102 doprint "Bad commit was [$bisect_bad_commit]\n";
3132 doprint "Reading configs from $config\n";
3178 doprint "Saving configs into $file\n";
3191 doprint "Creating old config from $name configs\n";
3217 doprint "\n\n***************************************\n";
3218 doprint "No more config bisecting possible.\n";
3220 doprint "***************************************\n\n";
3247 doprint "NEW GOOD CONFIG ($pass)\n";
3253 doprint "NEW BAD CONFIG ($pass)\n";
3277 doprint "No config specified, checking if defconfig works";
3293 doprint "loc = $loc\n";
3305 doprint "Disabling 'MIN_CONFIG' for this test\n";
3326 doprint "Run good configs through make oldconfig\n";
3332 doprint "Run bad configs through make oldconfig\n";
3340 doprint "Testing bad config\n";
3349 doprint "Testing good config\n";
3381 doprint "Reboot and sleep $patchcheck_sleep_time seconds\n";
3446 doprint("Going to test the following commits:\n");
3448 doprint "$l\n";
3465 doprint "\nProcessing commit \"$item\"\n\n";
3554 doprint "file $kconfig does not exist, skipping\n";
3646 doprint "Could not find arch from config file\n";
3647 doprint "no dependencies used\n";
3665 doprint "No idea what arch dir $orig is for\n";
3666 doprint "no dependencies used\n";
3777 doprint "disabling config $config did not change .config\n";
3807 doprint "Using $output_minconfig as MIN_CONFIG\n";
3810 doprint "Set to still use MIN_CONFIG as starting point\n";
3844 doprint "Load initial configs from $start_minconfig\n";
3867 doprint "$config set by $file ... ignored\n";
3877 doprint "$config is in allnoconfig as '$config_ignore{$config}'";
3878 doprint " but it is '$min_configs{$config}' in minconfig .. keeping\n";
3881 doprint "$config set by allnoconfig ... ignored\n";
3942 doprint "No more configs found that we can disable\n";
3950 doprint "Test with $config disabled\n";
3970 doprint "$min_configs{$config} is needed to boot the box... keeping\n";
3990 doprint "$config is not needed, disabling\n";
4000 doprint "$config is not set, disabling\n";
4020 doprint "Reboot and wait $sleep_time seconds\n";
4126 doprint "\n\nSTARTING AUTOMATED TESTS\n\n";
4131 doprint "DEFAULT OPTIONS:\n";
4133 doprint "\nTEST $i OPTIONS";
4136 doprint " ITERATE $repeat";
4138 doprint "\n";
4149 doprint "$option = $opt{$option}\n";
4263 doprint "No email sent: email or mailer not specified in config.\n";
4323 doprint "\n";
4396 doprint "\n\n";
4402 … doprint "RUNNING TEST $i of $opt{NUM_TESTS}$name with option $test_type $run_type$installme\n\n";
4503 doprint "\n $successes of $opt{NUM_TESTS} tests were successful\n\n";