Skip to content

cpython linux mode build test with grate #249

@qianxichen233

Description

@qianxichen233

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions