[roll] Roll fuchsia [tefmocheck] Add check for botanist failures

Add a failure mode check to tefmocheck to detect top-level fatal errors
emitted during botanist execution that would otherwise only be caught by
the broad `task_failure` check. This check is hardly less broad than
`task_failure` but because it references a specific log line it will
include the full error message in the test result failure reason, so
failures will be clusterable by failure reason.

Original-Original-Fixes: 526592940
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1675374
Original-Original-Revision: 5a175b4ea4aee88789fc71862ac663f1fa149e86
GitOrigin-RevId: 1c98a9a576fbb99521a40facc75fac8bfa22727c
Change-Id: Iaa24be07551b594d0e1e09522c7dd8468140d735
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1676869
Cr-Commit-Position: refs/heads/main@{#195469}
1 file changed
tree: 6b3b9aaa59bfabacc57f034f01a0d5684e196a37
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.