[roll] Roll fuchsia [trace] Properly Flush the Final Compression Chunk

The zstd crate has a slightly confusing/footgunish api which we fell
into. While encodes and decoders both have "finish" methods how they get
used is different.

For encoding, "finish" is _required_ and will write data and return how
much data is written.

For decoding's, the "finish" method doesn't do anything and always
returns 0. This caused the bug, we don't actually flush the final
buffer. Instead, you need to call "run_on_buffers" until it returns 0
bytes written indicating there's no data remaining.

Original-Original-Bug: 513352066
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1613122
Original-Original-Revision: 15598d2457f458bdb646706e1b0e45949705b59c
GitOrigin-RevId: e13d3571a078eb337eb6e27f76b12d245d16916d
Change-Id: I06bc6b2857d6385cd02742c54cc01d9d57b79897
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1614470
Cr-Commit-Position: refs/heads/main@{#192832}
1 file changed
tree: b7d65939a65b2131b8301824c550c3af1326e0f6
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.