[roll] Roll fuchsia [ffx] Clean up emulator error message during compatibility error

During the emulator lifecycle, we get a lot of messages in the info logs
that could be more useful and actionable to the user. Move some of those
messages to debug and add more context to others.

As an example, this was an error during emulator launch that was not
helpful or actionable:

stdout:
```
Waiting for Fuchsia to start (up to 60 seconds).............
Emulator is ready.
Compatibility status: Error Host connection failed: creating pipe to fuchsia-emulator failed: could not establish connection: "Connection timed out during banner exchange\r\n"```
```

With this fix, it tells the user to attempt to restart the emulator.

Test: ffx emu start && ffx target list && ffx target show
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1458323
Original-Revision: f095a9d9d1492504ed997490b958da9119dd460a
GitOrigin-RevId: 3141df51d43db4a35af7568b5a9dea244ed3f292
Change-Id: I1c18108cfc75413f03455aa807920caf99b42df8
1 file changed
tree: 4f82c0c51b028fd78409ff5df0909484ec75d59a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.