The GitHub Actions job "Nightly Docker Update" on tvm.git/main has failed.
Run started by GitHub user areusch (triggered by areusch).

Head commit for run:
74adf2d1cf7625780596ee2f6e936eda90c06c64 / Guan-Ming (Wesley) Chiu 
<[email protected]>
[Web] Fix RPC argument parsing for new FFI string/bytes types (#18683)

## Why
Recent FFI refactoring added new type indices kTVMFFIStr (65) and
kTVMFFIBytes (66). The RPC server didn't
handle these, causing "cannot support type index 65/66" errors when
Python sends string/bytes arguments via
RPC.
## How
`WriteFFIAny` in C++ writes the `type_index` twice for these types. The
fix adds handlers that read and discard the duplicate type_index before
reading the actual data.

Report URL: https://github.com/apache/tvm/actions/runs/21305236028

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to