spin-fileserver icon indicating copy to clipboard operation
spin-fileserver copied to clipboard

make spin-test failure

Open vdice opened this issue 8 months ago • 0 comments

The spin-test make target is currently failing with:

error: failed to compose Spin app, test, and virtualized Spin environment

Caused by:
   0: failed to encode composition
   1: encoding produced a component that failed validation
   2: type mismatch for import `wasi:http/[email protected]`
type mismatch in instance export `input-stream`
resource types are not the same (ResourceId { globally_unique_id: 4, contextually_unique_id: 165 } vs. ResourceId { globally_unique_id: 4, contextually_unique_id: 20 }) (at offset 0x6aa338)
make: *** [Makefile:19: spin-test] Error 1

Full logs here: https://github.com/spinframework/spin-fileserver/actions/runs/14669031319

vdice avatar Apr 25 '25 16:04 vdice