Lines Matching refs:dodie
1612 sub dodie { subroutine
1688 dodie "Can't open /dev/ptmx";
1693 dodie "ioctl TIOCSPTLCK for /dev/ptmx failed";
1697 dodie "ioctl TIOCGPTN for /dev/ptmx failed";
1701 dodie "Can't open /dev/pts/$tmp";
1720 dodie "Can't open console $console";
1871 dodie "can't create $dir";
1890 dodie "failed to copy $source";
1900 dodie @_;
1979 dodie "failed to write to redirect $redirect";
2085 dodie "unable to execute $command";
2105 dodie "Could not find '$grub_menu' through $command on $machine"
2234 dodie "Failed to get git $commit";
2259 dodie "unable to write to $dmesg";
2412 dodie "Failed to run post install";
2432 dodie "Failed to run pre install";
2440 dodie "failed to copy image";
2446 open(IN, "$output_config") or dodie("Can't read config file");
2466 dodie "Failed to install modules";
2472 dodie "failed to remove old mods: $modlib";
2476 dodie "making tarball";
2479 dodie "failed to copy modules";
2484 dodie "failed to tar modules";
2562 dodie "Error opening $warnings_file";
2574 open(IN, $buildlog) or dodie "Can't open $buildlog";
2606 dodie "failed to show $patch";
2615 open(IN, $buildlog) or dodie "Can't open $buildlog";
2642 dodie "Can't create $outconfig";
2646 dodie "Failed to open $output_config";
2679 dodie "failed make config oldconfig";
2690 dodie "failed to read $config";
2720 dodie "failed to pre_build\n";
2726 dodie "could not copy $1 to .config";
2740 dodie "moving .config";
2742 run_command "$make mrproper" or dodie "make mrproper";
2745 dodie "moving config_temp";
2750 dodie "make mrproper";
2754 open(OUT, "> $outputdir/localversion") or dodie("Can't make localversion file");
2764 dodie "failed make config";
2781 dodie "failed to post_build\n";
3016 dodie "Failed to git bisect";
3055 dodie "Failed on build" if $failed;
3067 dodie "Failed on boot" if $failed;
3139 dodie "can't create bisect log";
3148 dodie "BISECT_GOOD[$i] not defined\n" if (!defined($bisect_good));
3149 dodie "BISECT_BAD[$i] not defined\n" if (!defined($bisect_bad));
3150 dodie "BISECT_TYPE[$i] not defined\n" if (!defined($bisect_type));
3212 dodie "Failed to checkout $bad";
3224 dodie "Failed to checkout $good";
3235 dodie "Failed to checkout $head";
3239 dodie "could not start bisect";
3243 dodie "failed to run replay";
3246 dodie "could not set bisect good to $good";
3249 dodie "could not set bisect bad to $bad";
3254 dodie "failed to checkout $start";
3265 dodie "could not capture git bisect log";
3268 dodie "could not reset git bisect";
3281 dodie "Failed to read $config";
3326 open(OUT, ">$file") or dodie "Can not write to $file";
3475 system("cp $output_config $good_config") == 0 or dodie "cp good config";
3481 system("cp $output_config $bad_config") == 0 or dodie "cp bad config";
3533 dodie "PATCHCHECK_START[$i] not defined\n"
3535 dodie "PATCHCHECK_TYPE[$i] not defined\n"
3549 dodie "PATCHCHECK_END must be defined with PATCHCHECK_CHERRY\n";
3565 dodie "could not get git list";
3568 dodie "could not get git list";
3644 dodie "Failed to checkout $sha1";
3726 or dodie "Can't open $kconfig";
3802 dodie "Failed to read $output_config";
3845 or dodie "Failed to write $output_config";
3884 dodie "this should never happen";
4139 dodie "Can't write to $temp_config";
4145 dodie "failed to copy update to $ignore_config";
4167 dodie "Can't write to $temp_config";
4177 dodie "failed to copy update to $output_minconfig";
4192 dodie "Must define WARNINGS_FILE for make_warnings_file test";
4196 dodie "BUILD_TYPE can not be 'nobuild' for make_warnings_file test";
4199 build $build_type or dodie "Failed to build";
4201 open(OUT, ">$warnings_file") or dodie "Can't create $warnings_file";
4203 open(IN, $buildlog) or dodie "Can't open $buildlog";
4560 chdir $builddir || dodie "can't change directory to $builddir";
4564 dodie "can't create $outputdir";
4583 dodie "failed to pre_ktest\n";
4606 dodie "can't create $tmpdir";
4620 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4622 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4623 dodie "GRUB_FILE not defined" if (!defined($grub_file));
4625 dodie "SYSLINUX_LABEL not defined" if (!defined($syslinux_label));
4672 dodie "failed to pre_test\n";
4686 dodie "Failed to create temp config";
4692 dodie "failed to checkout $checkout";