You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
thread 'tests::block_building_storage_proof_does_not_include_runtime_by_default' panicked at 'Due to validation initial and maximum should be valid: Memory("encountered failure while operating with virtual memory: System call failed: The paging file is too small for this operation to complete. (os error 1455)")', C:\Users\runneradmin.cargo\registry\src\jackfan.us.kg-1ecc6299db9ec823\wasmi-0.13.2\src\module.rs:358:18
The only PR we imported that I think might be somehow related is #12520, but as far as I understand it was supposed to not change behavior unless opt-in into growable memory.
Does the mentioned test works with wasmtime? I'm sorry that this breaks on Windows, but we also not officially support Windows. I would advise that you stop using wasmi: #13496
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
Just upgraded Substrate to latest
master
in our chain and got Window CI failure: https://github.com/subspace/subspace/actions/runs/4289871755/jobs/7473325743This test that didn't fail before started failing: https://github.com/subspace/subspace/blob/4e660669fa32560aa658b255fddc9b4b7d38ac73/domains/client/block-builder/src/lib.rs#L356-L387
The only PR we imported that I think might be somehow related is #12520, but as far as I understand it was supposed to not change behavior unless opt-in into growable memory.
Steps to reproduce
Clone branch from autonomys/subspace#1198,
cd domains/client/block-builder
,cargo test
The text was updated successfully, but these errors were encountered: