ipc grate and clamp grate cannot run normally with linux mode cpython build
for ipc grate:
command template: exec lind-wasm --preload env=/lib/libz.so --preload env=/lib/libpython3.14.so --enable-fpcast grates/ipc-grate.cwasm /usr/local/bin/python "$@"
result: Total test files: run=491/491 failed=458 skipped=8
one major failure when running the test is: OSError: [Errno 9] Bad file descriptor: '/tmp/tmphxa4g9id'
for clamp grate:
command template: exec lind-wasm --preload env=/lib/libz.so --preload env=/lib/libpython3.14.so --enable-fpcast grates/fs-routing-clamp.cwasm --prefix /tmp %{ grates/imfs-grate.cwasm %} /usr/local/bin/python "$@"
result: got worker bug failed to parse JSON in the first test. entire testsuite is not executed. I see suspicious failed execve error message in logs
ipc grate and clamp grate cannot run normally with linux mode cpython build
for ipc grate:
command template:
exec lind-wasm --preload env=/lib/libz.so --preload env=/lib/libpython3.14.so --enable-fpcast grates/ipc-grate.cwasm /usr/local/bin/python "$@"result:
Total test files: run=491/491 failed=458 skipped=8one major failure when running the test is:
OSError: [Errno 9] Bad file descriptor: '/tmp/tmphxa4g9id'for clamp grate:
command template:
exec lind-wasm --preload env=/lib/libz.so --preload env=/lib/libpython3.14.so --enable-fpcast grates/fs-routing-clamp.cwasm --prefix /tmp %{ grates/imfs-grate.cwasm %} /usr/local/bin/python "$@"result: got
worker bug failed to parse JSONin the first test. entire testsuite is not executed. I see suspicious failed execve error message in logs