[roll] Roll fuchsia Revert "[component_manager] Tones down logs about missing optional capabilities"

This reverts commit cb06c98799371db4497a5fc5943453cf8a12a90d.

Reason for revert: Breaks core.sherlock-debug go/bbid/8803285895692878929

Original change's description:
> [component_manager] Tones down logs about missing optional capabilities
>
> Rewords the messaging for Required vs. Optional capabilities, but more
> importantly, if an optional capability cannot be routed for reasons
> other than "from void", the error is converted to a new
> `FailedToRouteToOptionalTarget` error type.
>
> `FailedToRouteToOptionalTarget` errors are logged with INFO severity to
> distinguish them from WARN logs about broken routes to required
> capabilities.
>
> Original-Fixed: 108867
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/723049

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/724062
Original-Revision: ea661a126731ce3f8944376311ccfe513a0614bc
GitOrigin-RevId: 7fb0a54658c9c806934cb858c691cddadf03cf38
Change-Id: Ic3437d920d8e7943dcdd672fffbfab42d6a4ef20
1 file changed
tree: 1b723e2bb3650014b24a6bd49c6806b1ebd8c72a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.