Lines Matching refs:doprint

594 sub doprint {  subroutine
695 doprint "$hours hour";
696 doprint "s" if ($hours > 1);
697 doprint " ";
701 doprint "$minutes minute";
702 doprint "s" if ($minutes > 1);
703 doprint " ";
706 doprint "$time second";
707 doprint "s" if ($time != 1);
711 doprint "\n";
713 doprint "Build time: ";
715 doprint "\n";
718 doprint "Install time: ";
720 doprint "\n";
723 doprint "Reboot time: ";
725 doprint "\n";
728 doprint "Test time: ";
730 doprint "\n";
810 doprint "WARNING: $var returned an error\n";
1410 doprint("$name changed from '$old_option' to '$option'\n");
1448 doprint("power cycle\n");
1493 doprint "Reboot did not finish. Forcing power cycle\n";
1549 doprint "CRITICAL FAILURE... [TEST $i] ", @_, "\n";
1552 doprint "REBOOTING\n";
1555 doprint "POWERING OFF\n";
1674 doprint "kill child process $pid\n";
1677 doprint "wait for child process $pid to exit\n";
1718 doprint "** Wait for monitor to settle down **\n";
1728 doprint "wait for monitor detected $stop\n";
1759 doprint "Exiting monitor flush due to hitting MAX_MONITOR_WAIT\n";
1807 doprint "*** Saved info to $dir ***\n";
1816 doprint "FAILED\n";
1822 doprint "REBOOTING\n";
1834 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1835 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1836 doprint "KTEST RESULT: TEST $i$name Failed: ", @_, "\n";
1837 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1838 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1872 doprint("$command ... ");
1886 doprint "\n";
1902 doprint "Hit timeout of $timeout, killing process\n";
1929 doprint "[1 second] ";
1931 doprint "[$delta seconds] ";
1939 doprint "FAILED!\n";
1941 doprint "SUCCESS\n";
1988 doprint "Find $reboot_type menu ... ";
2020 doprint "$grub_number\n";
2136 doprint "git rev-list --max-count=1 $commit ... ";
2143 doprint "FAILED\n";
2185 doprint "bug timed out after $booted_timeout seconds\n";
2186 doprint "Test forced to stop after $stop_after_failure seconds after failure\n";
2193 doprint "Successful boot found: break after $booted_timeout second$s\n";
2200 doprint "Timed out after $timeout second$s\n";
2205 doprint $line;
2220 doprint "Test forced to stop after $stop_after_success seconds after success\n";
2244 doprint "Test forced to stop after $stop_after_failure seconds after failure\n";
2266 doprint "Already booted in Linux kernel $version, but now\n";
2267 doprint "we booted into Linux kernel $1.\n";
2268 doprint "Assuming that this is a triple fault.\n";
2269 doprint "To disable this: set DETECT_TRIPLE_FAULT to 0\n";
2280 doprint "STOP_TEST_AFTER ($stop_test_after seconds) timed out\n";
2302 doprint "WARNING: Call Trace detected but ignored due to IGNORE_ERRORS=1\n";
2369 doprint "No modules needed\n";
2407 doprint "$make kernelrelease ... ";
2411 doprint "$make kernelrelease ... ";
2415 doprint "$version\n";
2548 doprint "Applying minimum configurations into $output_config.new\n";
2583 doprint "olddefconfig failed, trying make oldnoconfig\n";
2585 doprint "oldnoconfig failed, trying yes '' | make oldconfig\n";
2597 doprint "Loading force configs from $config\n";
2736 doprint "\n\n";
2737 doprint "*******************************************\n";
2738 doprint "*******************************************\n";
2739 doprint "KTEST RESULT: TEST $i$name SUCCESS!!!! **\n";
2740 doprint "*******************************************\n";
2741 doprint "*******************************************\n";
2748 doprint "Reboot and wait $sleep_time seconds\n";
2759 doprint "Pass, fail, or skip? [p/f/s]";
2802 doprint "run test $run_test\n";
2820 doprint $line;
2841 doprint "WARNING: Call Trace detected but ignored due to IGNORE_ERRORS=1\n";
2850 doprint $line;
2858 doprint "Detected kernel crash!\n";
2916 doprint "$command ... ";
2924 doprint "FAILED\n";
2928 doprint "SUCCESS\n";
2930 doprint "$1 [$2]\n";
2933 doprint "Found bad commit... $1\n";
2944 doprint "Reboot and sleep $bisect_sleep_time seconds\n";
3019 doprint("Running bisect trial $t of $bisect_tries:\n");
3040 doprint "HIT A BAD COMMIT ... SKIPPING\n";
3079 doprint "Performing a reverse bisect (bad is good, good is bad!)\n";
3119 doprint "TESTING BISECT BAD [$bad]\n";
3131 doprint "TESTING BISECT GOOD [$good]\n";
3179 doprint "Bad commit was [$bisect_bad_commit]\n";
3187 doprint "Reading configs from $config\n";
3233 doprint "Saving configs into $file\n";
3246 doprint "Creating old config from $name configs\n";
3272 doprint "\n\n***************************************\n";
3273 doprint "No more config bisecting possible.\n";
3275 doprint "***************************************\n\n";
3300 doprint "NEW GOOD CONFIG ($pass)\n";
3306 doprint "NEW BAD CONFIG ($pass)\n";
3330 doprint "No config specified, checking if defconfig works";
3347 doprint "loc = $loc\n";
3359 doprint "Disabling 'MIN_CONFIG' for this test\n";
3380 doprint "Run good configs through make oldconfig\n";
3386 doprint "Run bad configs through make oldconfig\n";
3394 doprint "Testing bad config\n";
3403 doprint "Testing good config\n";
3435 doprint "Reboot and sleep $patchcheck_sleep_time seconds\n";
3500 doprint("Going to test the following commits:\n");
3502 doprint "$l\n";
3519 doprint "\nProcessing commit \"$item\"\n\n";
3599 doprint "file $kconfig does not exist, skipping\n";
3691 doprint "Could not find arch from config file\n";
3692 doprint "no dependencies used\n";
3710 doprint "No idea what arch dir $orig is for\n";
3711 doprint "no dependencies used\n";
3816 doprint "disabling config $config did not change .config\n";
3846 doprint "Using $output_minconfig as MIN_CONFIG\n";
3849 doprint "Set to still use MIN_CONFIG as starting point\n";
3883 doprint "Load initial configs from $start_minconfig\n";
3906 doprint "$config set by $file ... ignored\n";
3916 doprint "$config is in allnoconfig as '$config_ignore{$config}'";
3917 doprint " but it is '$min_configs{$config}' in minconfig .. keeping\n";
3920 doprint "$config set by allnoconfig ... ignored\n";
3980 doprint "No more configs found that we can disable\n";
3988 doprint "Test with $config disabled\n";
4008 doprint "$min_configs{$config} is needed to boot the box... keeping\n";
4028 doprint "$config is not needed, disabling\n";
4038 doprint "$config is not set, disabling\n";
4058 doprint "Reboot and wait $sleep_time seconds\n";
4212 doprint "No email sent: email or mailer not specified in config.\n";
4296 doprint "\n\nSTARTING AUTOMATED TESTS\n\n";
4301 doprint "DEFAULT OPTIONS:\n";
4303 doprint "\nTEST $i OPTIONS";
4306 doprint " ITERATE $repeat";
4308 doprint "\n";
4318 doprint "$option = $opt{$option}\n";
4366 doprint "\n";
4439 doprint "\n\n";
4445doprint "RUNNING TEST $i of $opt{NUM_TESTS}$name with option $test_type $run_type$installme\n\n";
4545 doprint "\n $successes of $opt{NUM_TESTS} tests were successful\n\n";