[roll] Roll fuchsia [paver] move error logs to actual errors

ExtractZbiPayload() is used to check whether a blob is a ZBI or not, so
we shouldn't be logging errors when it's not; this is an expected use
case.

Error logs are still printed if a blob does look like a ZBI but is
malformed. Also adds one error log to IsValidKernelZbi(), which does
always expect to see a valid ZBI image so wants to log if the blob
doesn't look like a ZBI at all.

Original-Bug: b/300655645
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/921135
Original-Revision: a56941bace641ebca4f3e9c0ae65b9df87bc031b
GitOrigin-RevId: 6145276e1659d3abf56dce2e417b0534f43c4273
Change-Id: I47bac288d7d8150f4ebe0ecf9eb88de2231c07af
1 file changed
tree: 5653e399c3d1b2bae1e62042ea60ee031f9e2cab
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.