Lines Matching refs:doprint
596 sub doprint { subroutine
697 doprint "$hours hour";
698 doprint "s" if ($hours > 1);
699 doprint " ";
703 doprint "$minutes minute";
704 doprint "s" if ($minutes > 1);
705 doprint " ";
708 doprint "$time second";
709 doprint "s" if ($time != 1);
713 doprint "\n";
715 doprint "Build time: ";
717 doprint "\n";
720 doprint "Install time: ";
722 doprint "\n";
725 doprint "Reboot time: ";
727 doprint "\n";
730 doprint "Test time: ";
732 doprint "\n";
735 doprint "\n*** WARNING";
736 doprint "S" if ($warning_found > 1);
737 doprint " found in build: $warning_found ***\n\n";
819 doprint "WARNING: $var returned an error\n";
1423 doprint("$name changed from '$old_option' to '$option'\n");
1461 doprint("power cycle\n");
1506 doprint "Reboot did not finish. Forcing power cycle\n";
1562 doprint "CRITICAL FAILURE... [TEST $i] ", @_, "\n";
1565 doprint "REBOOTING\n";
1568 doprint "POWERING OFF\n";
1687 doprint "kill child process $pid\n";
1690 doprint "wait for child process $pid to exit\n";
1731 doprint "** Wait for monitor to settle down **\n";
1741 doprint "wait for monitor detected $stop\n";
1772 doprint "Exiting monitor flush due to hitting MAX_MONITOR_WAIT\n";
1820 doprint "*** Saved info to $dir ***\n";
1829 doprint "FAILED\n";
1835 doprint "REBOOTING\n";
1847 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1848 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1849 doprint "KTEST RESULT: TEST $i$name Failed: ", @_, "\n";
1850 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1851 doprint "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n";
1885 doprint("$command ... ");
1899 doprint "\n";
1915 doprint "Hit timeout of $timeout, killing process\n";
1942 doprint "[1 second] ";
1944 doprint "[$delta seconds] ";
1952 doprint "FAILED!\n";
1954 doprint "SUCCESS\n";
2001 doprint "Find $reboot_type menu ... ";
2033 doprint "$grub_number\n";
2149 doprint "git rev-list --max-count=1 $commit ... ";
2156 doprint "FAILED\n";
2198 doprint "bug timed out after $booted_timeout seconds\n";
2199 doprint "Test forced to stop after $stop_after_failure seconds after failure\n";
2206 doprint "Successful boot found: break after $booted_timeout second$s\n";
2213 doprint "Timed out after $timeout second$s\n";
2218 doprint $line;
2233 doprint "Test forced to stop after $stop_after_success seconds after success\n";
2257 doprint "Test forced to stop after $stop_after_failure seconds after failure\n";
2279 doprint "Already booted in Linux kernel $version, but now\n";
2280 doprint "we booted into Linux kernel $1.\n";
2281 doprint "Assuming that this is a triple fault.\n";
2282 doprint "To disable this: set DETECT_TRIPLE_FAULT to 0\n";
2293 doprint "STOP_TEST_AFTER ($stop_test_after seconds) timed out\n";
2315 doprint "WARNING: Call Trace detected but ignored due to IGNORE_ERRORS=1\n";
2382 doprint "No modules needed\n";
2420 doprint "$make kernelrelease ... ";
2424 doprint "$make kernelrelease ... ";
2428 doprint "$version\n";
2562 doprint "Applying minimum configurations into $output_config.new\n";
2597 doprint "olddefconfig failed, trying make oldnoconfig\n";
2599 doprint "oldnoconfig failed, trying yes '' | make oldconfig\n";
2611 doprint "Loading force configs from $config\n";
2750 doprint "\n\n";
2751 doprint "*******************************************\n";
2752 doprint "*******************************************\n";
2753 doprint "KTEST RESULT: TEST $i$name SUCCESS!!!! **\n";
2754 doprint "*******************************************\n";
2755 doprint "*******************************************\n";
2762 doprint "Reboot and wait $sleep_time seconds\n";
2773 doprint "Pass, fail, or skip? [p/f/s]";
2816 doprint "run test $run_test\n";
2834 doprint $line;
2855 doprint "WARNING: Call Trace detected but ignored due to IGNORE_ERRORS=1\n";
2864 doprint $line;
2872 doprint "Detected kernel crash!\n";
2930 doprint "$command ... ";
2938 doprint "FAILED\n";
2942 doprint "SUCCESS\n";
2944 doprint "$1 [$2]\n";
2947 doprint "Found bad commit... $1\n";
2958 doprint "Reboot and sleep $bisect_sleep_time seconds\n";
3033 doprint("Running bisect trial $t of $bisect_tries:\n");
3054 doprint "HIT A BAD COMMIT ... SKIPPING\n";
3093 doprint "Performing a reverse bisect (bad is good, good is bad!)\n";
3133 doprint "TESTING BISECT BAD [$bad]\n";
3145 doprint "TESTING BISECT GOOD [$good]\n";
3193 doprint "Bad commit was [$bisect_bad_commit]\n";
3201 doprint "Reading configs from $config\n";
3247 doprint "Saving configs into $file\n";
3260 doprint "Creating old config from $name configs\n";
3286 doprint "\n\n***************************************\n";
3287 doprint "No more config bisecting possible.\n";
3289 doprint "***************************************\n\n";
3314 doprint "NEW GOOD CONFIG ($pass)\n";
3320 doprint "NEW BAD CONFIG ($pass)\n";
3344 doprint "No config specified, checking if defconfig works";
3361 doprint "loc = $loc\n";
3373 doprint "Disabling 'MIN_CONFIG' for this test\n";
3394 doprint "Run good configs through make oldconfig\n";
3400 doprint "Run bad configs through make oldconfig\n";
3408 doprint "Testing bad config\n";
3417 doprint "Testing good config\n";
3449 doprint "Reboot and sleep $patchcheck_sleep_time seconds\n";
3514 doprint("Going to test the following commits:\n");
3516 doprint "$l\n";
3533 doprint "\nProcessing commit \"$item\"\n\n";
3613 doprint "file $kconfig does not exist, skipping\n";
3705 doprint "Could not find arch from config file\n";
3706 doprint "no dependencies used\n";
3724 doprint "No idea what arch dir $orig is for\n";
3725 doprint "no dependencies used\n";
3830 doprint "disabling config $config did not change .config\n";
3860 doprint "Using $output_minconfig as MIN_CONFIG\n";
3863 doprint "Set to still use MIN_CONFIG as starting point\n";
3897 doprint "Load initial configs from $start_minconfig\n";
3920 doprint "$config set by $file ... ignored\n";
3930 doprint "$config is in allnoconfig as '$config_ignore{$config}'";
3931 doprint " but it is '$min_configs{$config}' in minconfig .. keeping\n";
3934 doprint "$config set by allnoconfig ... ignored\n";
3994 doprint "No more configs found that we can disable\n";
4002 doprint "Test with $config disabled\n";
4022 doprint "$min_configs{$config} is needed to boot the box... keeping\n";
4042 doprint "$config is not needed, disabling\n";
4052 doprint "$config is not set, disabling\n";
4072 doprint "Reboot and wait $sleep_time seconds\n";
4226 doprint "No email sent: email or mailer not specified in config.\n";
4318 doprint "\n\nSTARTING AUTOMATED TESTS\n\n";
4323 doprint "DEFAULT OPTIONS:\n";
4325 doprint "\nTEST $i OPTIONS";
4328 doprint " ITERATE $repeat";
4330 doprint "\n";
4340 doprint "$option = $opt{$option}\n";
4388 doprint "\n";
4461 doprint "\n\n";
4467 … doprint "RUNNING TEST $i of $opt{NUM_TESTS}$name with option $test_type $run_type$installme\n\n";
4567 doprint "\n $successes of $opt{NUM_TESTS} tests were successful\n\n";