[roll] Roll fuchsia [component_manager] Improve routing error descriptions

Rephrase routing error descriptions away from declarations, and take on
a more direct style of "subject verb object", e.g. "foo tried to offer X
from bar, but bar does not expose X".

Examples:

 WARN: Failed to route protocol `fuchsia.examples.Echo` to target component
 `/core/.../realm_builder:auto-36cb824552dc1b64/echo_client`:
 `/core/.../realm_builder:auto-36cb824552dc1b64` tried to offer
 `fuchsia.examples.Echo` from its child `#echo_server`,
 but `#echo_server` does not expose `fuchsia.examples.Echo`

 WARN: Failed to route protocol `fidl.test.components.Trigger` to
 target component `/routing-tests/child`: `/routing-tests/child` tried
 to use `fidl.test.components.Trigger` from its parent, but the parent
 does not offer `fidl.test.components.Trigger`
 (use clauses default to parent)

Original-Fixed: 87091
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/688289
Original-Revision: 60c701d45ecb63c1d1d67b8c3abba00b0f55b9d7
GitOrigin-RevId: 8194508f45df9ea99190a8db2e3cea569f9a6842
Change-Id: I0e1d8648befe15da66b5db7ddec53234ec10b159
1 file changed
tree: 6bb7c00ec692fc8296e170822cf6b877d26b8ebe
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.