Home
last modified time | relevance | path

Searched refs:fatal (Results 1 – 25 of 260) sorted by relevance

1234567891011

/openbmc/qemu/tests/qtest/
H A Drtl8139-test.c68 #define fatal(...) do { g_test_message(__VA_ARGS__); g_assert_not_reached(); } while (0) macro
89 fatal("time too big %u\n", curr); in test_timer()
99 fatal("Invalid diff %u (%u-%u)\n", diff, from, to); in test_timer()
108 fatal("got an interrupt\n"); in test_timer()
116 fatal("we should have an interrupt here!\n"); in test_timer()
122 fatal("got an interrupt\n"); in test_timer()
134 fatal("we should have an interrupt here!\n"); in test_timer()
146 fatal("we should have an interrupt here!\n"); in test_timer()
159 fatal("Invalid diff %u (%u-%u)\n", diff, from, to); in test_timer()
163 fatal("we should have an interrupt here!\n"); in test_timer()
[all …]
/openbmc/qemu/scripts/oss-fuzz/
H A Dbuild.sh25 fatal () { function
50 fatal "Please run the script from the top of the QEMU tree"
53 mkdir -p $OSS_FUZZ_BUILD_DIR || fatal "mkdir $OSS_FUZZ_BUILD_DIR failed"
54 cd $OSS_FUZZ_BUILD_DIR || fatal "cd $OSS_FUZZ_BUILD_DIR failed"
71 fatal "Build failed. Please specify a compiler with fuzzing support"\
/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A Dcommon_deb_ipk.py38 bb.fatal("Unable to list available packages. Command '%s' "
53 bb.fatal("Unable to get information for package '%s' while "
61 bb.fatal("Unable to extract package for '%s'."
73 bb.fatal("Unable to extract %s package. Failed to identify "
81 bb.fatal("Unable to extract %s package. Command '%s' "
85 bb.fatal("Unable to extract %s package. Command '%s' "
H A D__init__.py94 …bb.fatal("""Postinstall scriptlets of %s have failed. If the intention is to defer them to first b…
132 bb.fatal("unknown arch:" + target_arch + " for locale_arch_options")
249 …bb.fatal("The postinstall intercept hook '%s' failed, details in %s/log.do_%s" % (script, self.d.g…
255 …bb.fatal("The postinstall intercept hook '%s' failed, details in %s/log.do_%s" % (script, self.d.g…
262 …bb.fatal("The postinstall intercept hook '%s' failed, details in %s/log.do_%s" % (script, self.d.g…
343 bb.fatal("Could not compute globbed packages list. Command "
402 bb.fatal("Could not compute complementary packages list. Command "
484 bb.fatal("Couldn't find ourself in BB_TASKDEPDATA?")
509 bb.fatal("No manifest generated from: %s in %s" % (c, taskdepdata[dep][2]))
563 bb.fatal(result)
/openbmc/openbmc/meta-security/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima/
H A Dima21 fatal "Could not mount securityfs."
25 fatal "No /sys/kernel/security/ima. Cannot proceed without IMA enabled in the kernel."
55 …g IMA policy: $i"; if echo $i; then sleep ${bootparam_ima_delay:-0}; else fatal "Invalid line in I…
56 fatal "Could not load IMA policy."
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-live.sh108 fatal "Couldn't switch_root, dropping to shell"
111 fatal() { function
151 fatal "Cannot find $ROOT_IMAGE file in /run/media/* , dropping to a shell "
167 fatal "Could not mount rootfs image"
191 fatal "Could not move rootfs mount point"
205 fatal "Could not move rootfs mount point"
227 fatal "Could not find $label script"
231 fatal "Target $label failed"
/openbmc/openbmc/poky/meta-selftest/recipes-test/logging-test/
H A Dlogging-test.bb31 print("This is python fatal test stdout")
32 bb.fatal("This is a fatal error")
/openbmc/openbmc/poky/scripts/
H A Drpm2cpio.sh4 fatal() { function
11 fatal "No package supplied"
22 *) fatal "File doesn't look like rpm: $pkg" ;;
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dsetup-live44 fatal "Cannot find $ROOT_IMAGE file in /run/media/* , dropping to a shell "
58 fatal "Could not find $bootparam_LABEL script"
62 fatal "Target $bootparam_LABEL failed"
H A Dinit58 fatal() { function
123 fatal "ERROR: /dev doesn't exist and kernel doesn't have devtmpfs enabled."
166 fatal "ERROR: Initramfs failed to initialize the system."
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/
H A Dcontrollerimage.py35 …addr = d.getVar("TEST_TARGET_IP") or bb.fatal('Please set TEST_TARGET_IP with the IP address of th…
47 …bb.fatal("Failed to determine the host IP address (alternatively you can set TEST_SERVER_IP with t…
59 …bb.fatal("No rootfs found. Did you build the image ?\nIf yes, did you build it with IMAGE_FSTYPES …
62 bb.fatal("No kernel found. Expected path: %s" % self.kernel)
102 bb.fatal(str(e))
134 bb.fatal("No ssh connectivity or target isn't running a controller image.\n%s" % output)
140 bb.fatal("Failed deploying test image: %s" % e)
/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/
H A Dgrubtarget.py38 bb.fatal("This TEST_TARGET needs a TEST_SERIALCONTROL_CMD defined in local.conf.")
61 bb.fatal('Serial interaction failed: %s' % str(e))
69 bb.fatal('Serial interaction failed: %s' % str(e))
H A Dbeaglebonetarget.py55 bb.fatal("This TEST_TARGET needs a TEST_SERIALCONTROL_CMD defined in local.conf.")
89 bb.fatal('Serial interaction failed: %s' % str(e))
97 bb.fatal('Serial interaction failed: %s' % str(e))
/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/
H A Dtestsdk.py34 bb.fatal("The toolchain ext %s is not built. Build it before running the" \
58 bb.fatal(msg)
89 bb.fatal("Loading tests failed:\n%s" % traceback.format_exc())
108 bb.fatal("%s - FAILED - check the task log and the commands log" % pn)
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py24 bb.fatal(result)
140 bb.fatal("Importing GPG key failed. Command '%s' "
237 bb.fatal("Could not invoke rpm. Command "
312 def _invoke_dnf(self, dnf_args, fatal = True, print_output = True ): argument
333 (bb.note, bb.fatal)[fatal]("Could not invoke dnf. Command "
336 (bb.note, bb.fatal)[fatal]("Could not invoke dnf. Command "
367 bb.fatal("Could not invoke rpm. Command "
392 bb.fatal("dnf could not find package %s in repository: %s" %(pkg, output))
400 bb.fatal("Unable to extract package for '%s'."
412 bb.fatal("Unable to extract %s package. Command '%s' "
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dtestsdk.py49 bb.fatal("Couldn't install the SDK:\n%s" % e.output.decode("utf-8"))
81 …bb.fatal("The toolchain %s is not built. Build it before running the tests: 'bitbake <image> -c po…
121 bb.fatal("Loading tests failed:\n%s" % traceback.format_exc())
140 bb.fatal("%s - FAILED - check the task log and the commands log" % pn)
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-xmlpatch.bbclass30 bb.fatal("Could not find patch file " + patch_file +
38 bb.fatal("Could not find <targetFile> element in patch file "
46 bb.fatal("Could not find XML file to patch: " + xml)
62 bb.fatal("Failed patching XML:\n%s" % e.output)
/openbmc/s2600wf-misc/subprojects/callback-manager/src/
H A Dcallback_manager.cpp48 fatal enumerator
90 bool fatal = fatalVector.size(); in updateLedStatus() local
134 if (fatal) in updateLedStatus()
136 currentPriority = StatusSetting::fatal; in updateLedStatus()
155 case (StatusSetting::fatal): in updateLedStatus()
345 bool fatal = globalCritical && localCritical; in createAssociationMatch() local
349 fatalAssertMap[message.get_path()]["association"] = fatal; in createAssociationMatch()
/openbmc/s2600wf-misc/callback-manager/src/
H A Dcallback_manager.cpp48 fatal enumerator
90 bool fatal = fatalVector.size(); in updateLedStatus() local
134 if (fatal) in updateLedStatus()
136 currentPriority = StatusSetting::fatal; in updateLedStatus()
155 case (StatusSetting::fatal): in updateLedStatus()
345 bool fatal = globalCritical && localCritical; in createAssociationMatch() local
349 fatalAssertMap[message.get_path()]["association"] = fatal; in createAssociationMatch()
/openbmc/openbmc/poky/meta/lib/oe/
H A Doverlayfs.py34 …bb.fatal("A recipe uses overlayfs class but there is no OVERLAYFS_MOUNT_POINT set in your MACHINE …
40 …bb.fatal("Missing required mount point for OVERLAYFS_MOUNT_POINT[%s] in your MACHINE configuration…
/openbmc/openbmc/meta-security/recipes-core/initrdscripts/initramfs-framework-dm/
H A Ddmverity23 fatal "Root device (data) resolution failed"
49 fatal "Root device resolution failed"
/openbmc/openbmc/meta-arm/meta-arm/recipes-test/pacbti/
H A Dtest-pacbti.bb11 # Compile with -zforce-bti with fatal warnings, so the link fails if PAC/BTI
13 ${CC} ${CFLAGS} ${LDFLAGS} -z force-bti -Werror -Wl,--fatal-warnings ${S}/pacbti.c
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/
H A Dsystemtap_git.inc18 # entire image as -O0, break with fatal.
21 bb.fatal("systemtap can't be built with -O0, using -O1 -Wno-error or -O1 instead.")
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgrub-efi-cfg.bbclass56 bb.fatal('Unable to read GRUB_CFG')
61 bb.fatal('Unable to open %s' % cfile)
80 bb.fatal('GRUB_ROOT not defined')
93 bb.fatal('OVERRIDES not defined')
/openbmc/openbmc/poky/meta/classes/
H A Dterminal.bbclass93 bb.fatal('Devshell usage disabled with OE_TERMINAL')
102 bb.fatal('Unable to spawn terminal %s: %s' % (terminal, exc))
110 bb.fatal('No valid terminal found, unable to open devshell.\n' +
113 bb.fatal('Unable to spawn terminal %s: %s' % (terminal, exc))

1234567891011