[roll] Roll fuchsia [bootfs-pkgs] Fix route verification.

Urls of all packaged components are parsed with variant packages.

This is because the libraries used to generate package indices generate
the variants.

The scrutiny collector code used build a model mapping from
url to decl do not strip versions from indices.

Later, the route verification code that iterates over static topologies
and maps the urls from child decls to the model decls encounters an issue!
The urls from iterating over the static topologies have no variant, but
the urls in the mapping to decls parsed by the collector do!

Scrutiny relies on pkg-resolver-centric code to handle this inability to
match the urls literally (namely the AbsolutePackageUrl), but this
pkg-resolver-centric code has deep assumptions about urls; it assumes
all package urls have the fuchsia-pkg scheme and have a valid host.
Neither of these things are true for bootfs packages.

Original-Bug: 119572
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/799919
Original-Revision: 04cb5e03d09a1c03646a79fd0f4cd46394da4d3f
GitOrigin-RevId: 2e5b612ab8ab43b349f0ffa521b6eca8ee5aef6a
Change-Id: Id550d53a69d889f731a84b3dcdb36cc4d51eb99c
1 file changed
tree: 57e6955623df8bac989c3c42528d893b66626e89
  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.