Skip to content

add test: Uds listen poll repro#1166

Merged
rennergade merged 3 commits intomainfrom
uds-listen-poll-repro
May 6, 2026
Merged

add test: Uds listen poll repro#1166
rennergade merged 3 commits intomainfrom
uds-listen-poll-repro

Conversation

@rennergade
Copy link
Copy Markdown
Contributor

useful for debugging ipc grate

rennergade added 3 commits May 5, 2026 23:26
Standalone repro for select()/poll() returning POLLNVAL on a listening
AF_UNIX socket under ipc-grate.  Server forks a client, both go through
the same ipc-grate IPC_STATE.  Server does bind/listen/select(5s)/accept;
client connect+write.

Native and strace-grate: [server] PASS.
ipc-grate (current): [server] FAIL: select timed out — listen fd never
became readable, because ipc_pipe_poll_state for IPC_SOCKET only checks
recvpipe/sendpipe (neither exists on a listener) and returns POLLNVAL.
The repro is a self-contained fork-based UDS test, not a grate-pair test,
so it belongs alongside the other deterministic networking unit tests
where the existing harness can pick it up.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

End-to-End Test Report

Test Preview

grate harness

Grate Test Report

MetricValue
Total14
Success0
Failures14
Compile Failures0
Runtime Failures14
Timeout Failures0
Missing Pair Failures0

Cases

TestStatusError TypeOutput
concurrent-request/geteuid_grate.cFailureRuntime_Failure
Exit code: 70
STDOUT:

STDERR:
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

concurrent-request/race-test_grate.cFailureRuntime_Failure
Exit code: 70
STDOUT:

STDERR:
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

concurrent-request/thread_race_grate.cFailureRuntime_Failure
Exit code: 70
STDOUT:

STDERR:
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

copy-data-between-cages/cp-stncpy_grate.cFailureRuntime_Failure
Exit code: 70
STDOUT:

STDERR:
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

copy-data-between-cages/cpdata_grate.cFailureRuntime_Failure
Exit code: 70
STDOUT:

STDERR:
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

interposing-calls/fork-with-newret_grate.cFailureRuntime_Failure
Exit code: 70
STDOUT:

STDERR:
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

interposing-calls/interpose-exec_grate.cFailureRuntime_Failure
Exit code: 70
STDOUT:

STDERR:
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

interposing-calls/interpose-exit_grate.cFailureRuntime_Failure
Exit code: 70
STDOUT:

STDERR:
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

interposing-calls/interpose-fork_grate.cFailureRuntime_Failure
Exit code: 70
STDOUT:

STDERR:
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

interposing-calls/interpose-mmap_grate.cFailureRuntime_Failure
Exit code: 70
STDOUT:

STDERR:
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

interposing-calls/interpose-register_grate.cFailureRuntime_Failure
Exit code: 70
STDOUT:

STDERR:
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

multi-register_grate.cFailureRuntime_Failure
Exit code: 70
STDOUT:

STDERR:
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

simple-tests/diff-cage-args_grate.cFailureRuntime_Failure
Exit code: 70
STDOUT:

STDERR:
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

simple-tests/geteuid_grate.cFailureRuntime_Failure
Exit code: 70
STDOUT:

STDERR:
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

static harness

Test Report

Deterministic Tests

Summary

MetricCount
Total Test Cases3
Number of Successes0
Number of Failures3
Number of Compilation Failure Native0
Number of Runtime Failure Native0
Number of Segmentation Fault Native0
Number of Timeout During Native0
Number of Lind Wasm Compile Failure0
Number of Lind Wasm Runtime Failure0
Number of Lind Wasm Segmentation Failure0
Number of Timeout During Lind Wasm run0
Number of Unknown Failure3
Number of C Compiler and Wasm Output mismatch0
Number of Fail Test: Native Succeeded (Should Fail)0
Number of Fail Test: Wasm Succeeded (Should Fail)0
Number of Fail Test: Both Native and Wasm Succeeded (Should Fail)0
Number of Fail Test: Native Compilation Failure (Should Succeed)0
Number of Fail Test: Wasm Compilation Failure (Should Succeed)0

Test Results by Category

Test CaseStatusError TypeNative TimeWasm TimeOutput
Static Tests
fork_simple.cFailureUnknown_Failure0.053198s4.309645s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

thread.cFailureUnknown_Failure0.045692s4.409974s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

tls_test.cFailureUnknown_Failure0.063634s4.454348s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

Fail Tests

Summary

MetricCount
Total Test Cases0
Number of Successes0
Number of Failures0
Number of Compilation Failure Native0
Number of Runtime Failure Native0
Number of Segmentation Fault Native0
Number of Timeout During Native0
Number of Lind Wasm Compile Failure0
Number of Lind Wasm Runtime Failure0
Number of Lind Wasm Segmentation Failure0
Number of Timeout During Lind Wasm run0
Number of Unknown Failure0
Number of C Compiler and Wasm Output mismatch0
Number of Fail Test: Native Succeeded (Should Fail)0
Number of Fail Test: Wasm Succeeded (Should Fail)0
Number of Fail Test: Both Native and Wasm Succeeded (Should Fail)0
Number of Fail Test: Native Compilation Failure (Should Succeed)0
Number of Fail Test: Wasm Compilation Failure (Should Succeed)0

wasm harness

Test Report

Deterministic Tests

Summary

MetricCount
Total Test Cases212
Number of Successes0
Number of Failures212
Number of Compilation Failure Native0
Number of Runtime Failure Native0
Number of Segmentation Fault Native0
Number of Timeout During Native0
Number of Lind Wasm Compile Failure0
Number of Lind Wasm Runtime Failure0
Number of Lind Wasm Segmentation Failure0
Number of Timeout During Lind Wasm run0
Number of Unknown Failure212
Number of C Compiler and Wasm Output mismatch0
Number of Fail Test: Native Succeeded (Should Fail)0
Number of Fail Test: Wasm Succeeded (Should Fail)0
Number of Fail Test: Both Native and Wasm Succeeded (Should Fail)0
Number of Fail Test: Native Compilation Failure (Should Succeed)0
Number of Fail Test: Wasm Compilation Failure (Should Succeed)0

Test Results by Category

Test CaseStatusError TypeNative TimeWasm TimeOutput
File Tests
chartests.cFailureUnknown_Failure0.047086s0.132447s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

chdir_getcwd.cFailureUnknown_Failure0.049118s0.102846s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

chmod.cFailureUnknown_Failure0.054457s0.108951s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

clock_gettime_highlevel.cFailureUnknown_Failure0.117763s0.091702s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

clock_gettime_simple.cFailureUnknown_Failure0.041441s0.088274s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

cloexec.cFailureUnknown_Failure0.051026s0.107855s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

close.cFailureUnknown_Failure0.056621s0.105567s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

creat_access.cFailureUnknown_Failure0.051483s0.102055s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

doubleclose.cFailureUnknown_Failure0.041609s0.082141s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

dup.cFailureUnknown_Failure0.043540s0.100599s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

dup2.cFailureUnknown_Failure0.048137s0.097452s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

dup3.cFailureUnknown_Failure0.046237s0.099504s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

dupwrite.cFailureUnknown_Failure0.049783s0.095136s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

etc_conf.cFailureUnknown_Failure0.044740s0.102807s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

fchdir.cFailureUnknown_Failure0.052507s0.113403s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

fchmod.cFailureUnknown_Failure0.052956s0.109988s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

fcntl.cFailureUnknown_Failure0.048830s0.114264s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

fdatasync.cFailureUnknown_Failure0.048457s0.095187s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

filetest.cFailureUnknown_Failure0.049148s0.096718s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

filetest1000.cFailureUnknown_Failure0.058385s0.099259s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

flock.cFailureUnknown_Failure0.057731s0.126533s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

fstat.cFailureUnknown_Failure0.052907s0.112856s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

fstatfs.cFailureUnknown_Failure0.043222s0.090230s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

fsync.cFailureUnknown_Failure0.049517s0.098014s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

ftruncate.cFailureUnknown_Failure0.054155s0.194260s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getcwd.cFailureUnknown_Failure0.045433s0.090147s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getcwd_null.cFailureUnknown_Failure0.050486s0.106159s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getpgid.cFailureUnknown_Failure0.043200s0.088135s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getrandom.cFailureUnknown_Failure0.048757s0.108703s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

ioctl.cFailureUnknown_Failure0.051761s0.106563s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

link.cFailureUnknown_Failure0.053792s0.143668s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

locale_test.cFailureUnknown_Failure0.060947s0.300716s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

lseek.cFailureUnknown_Failure0.054637s0.175883s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

lstat.cFailureUnknown_Failure0.052660s0.118441s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mkdir_rmdir.cFailureUnknown_Failure0.051569s0.101714s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mkfifo_test.cFailureUnknown_Failure0.053707s0.130828s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mknod.cFailureUnknown_Failure0.047817s0.108089s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

nocancel_io.cFailureUnknown_Failure0.052537s0.124906s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

open.cFailureUnknown_Failure0.043392s0.088299s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

openat.cFailureUnknown_Failure0.045382s0.096338s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

path_conversion_safety.cFailureUnknown_Failure0.053730s0.119514s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

ppoll.cFailureUnknown_Failure0.053207s0.111915s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

pread_pwrite.cFailureUnknown_Failure0.045288s0.101990s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

preadv_pwritev.cFailureUnknown_Failure0.053773s0.120515s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

printf.cFailureUnknown_Failure0.041273s0.082562s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

prlimit64.cFailureUnknown_Failure0.043649s0.093188s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

read.cFailureUnknown_Failure0.050098s0.111295s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

readbytes.cFailureUnknown_Failure0.045890s0.093235s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

readdir_basic.cFailureUnknown_Failure0.056082s0.130606s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

readlink.cFailureUnknown_Failure0.049489s0.106152s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

readlinkat.cFailureUnknown_Failure0.050397s0.109774s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

readv_writev_test.cFailureUnknown_Failure0.049780s0.110858s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

rename.cFailureUnknown_Failure0.051407s0.104055s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

sc-writev.cFailureUnknown_Failure0.047994s0.099790s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

stat.cFailureUnknown_Failure0.051979s0.109889s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

symlink.cFailureUnknown_Failure0.052044s0.131216s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

sync_file_range.cFailureUnknown_Failure0.047322s0.097263s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

timespec_time_t_compat.cFailureUnknown_Failure0.046840s0.092974s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

truncate.cFailureUnknown_Failure0.053232s0.119571s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

unlink.cFailureUnknown_Failure0.051783s0.136356s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

unlinkat.cFailureUnknown_Failure0.050321s0.118502s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

write.cFailureUnknown_Failure0.042143s0.081307s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

writeloop.cFailureUnknown_Failure0.053721s0.103638s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

writepartial.cFailureUnknown_Failure0.050756s0.095159s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

writev.cFailureUnknown_Failure0.050509s0.108036s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

Math Tests
math_link_smoke.cFailureUnknown_Failure0.056310s0.095595s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

math_tests.cFailureUnknown_Failure0.058727s0.125367s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

printf_float.cFailureUnknown_Failure0.055160s0.117053s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

Memory Tests
brk.cFailureUnknown_Failure0.047476s0.096451s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

fork_large_memory.cFailureUnknown_Failure0.080938s0.280239s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

malloc.cFailureUnknown_Failure0.045003s0.086733s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

malloc_large.cFailureUnknown_Failure0.046177s0.087169s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

memcpy.cFailureUnknown_Failure0.044727s0.085003s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

memory_error_test.cFailureUnknown_Failure0.051811s0.120751s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mmap.cFailureUnknown_Failure0.041803s0.088721s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mmap_aligned.cFailureUnknown_Failure0.044401s0.102191s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mmap_complicated.cFailureUnknown_Failure0.049850s0.105575s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mmap_file.cFailureUnknown_Failure0.051135s0.102806s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mmap_shared.cFailureUnknown_Failure0.048743s0.100691s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mmaptest.cFailureUnknown_Failure0.045165s0.093332s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mprotect.cFailureUnknown_Failure0.043626s0.088777s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mprotect_boundary.cFailureUnknown_Failure0.042950s0.100083s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mprotect_end_region.cFailureUnknown_Failure0.043181s0.093353s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mprotect_middle_region.cFailureUnknown_Failure0.041947s0.091984s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mprotect_multiple_times.cFailureUnknown_Failure0.042941s0.094714s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mprotect_same_value.cFailureUnknown_Failure0.042870s0.092279s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mprotect_spanning_regions.cFailureUnknown_Failure0.043873s0.110105s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

munmap_adjacent_shm.cFailureUnknown_Failure0.045973s0.109476s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

sbrk.cFailureUnknown_Failure0.045107s0.090481s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

segfault.cFailureUnknown_Failure0.051493s0.116118s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

shm.cFailureUnknown_Failure0.050490s0.106851s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

shmtest.cFailureUnknown_Failure0.045235s0.095088s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

thread_malloc_sequential.cFailureUnknown_Failure0.051533s0.122516s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

vtable.cFailureUnknown_Failure0.053009s0.106348s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

Networking Tests
accept4.cFailureUnknown_Failure0.057020s0.123699s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

dns_resolve_test.cFailureUnknown_Failure0.049156s0.103418s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

dnstest.cFailureUnknown_Failure0.050634s0.102633s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

epoll_badfd.cFailureUnknown_Failure0.047699s0.093402s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

epoll_edge_triggered.cFailureUnknown_Failure0.207774s0.217080s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

epollcreate1.cFailureUnknown_Failure0.051570s0.113437s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

error_handling_net.cFailureUnknown_Failure0.059001s0.176725s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getaddrinfo_test.cFailureUnknown_Failure0.054029s0.136784s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getaddrinfo_unspec.cFailureUnknown_Failure0.057696s0.094366s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

gethostname.cFailureUnknown_Failure0.043489s0.086808s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getifaddrs.cFailureUnknown_Failure0.054318s0.103361s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getsockname.cFailureUnknown_Failure0.055048s0.108222s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getsockopt.cFailureUnknown_Failure0.053198s0.141424s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

ipv6_basic.cFailureUnknown_Failure0.055685s0.140336s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

makepipe.cFailureUnknown_Failure0.043312s0.085960s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

nonblocking_eagain.cFailureUnknown_Failure0.056742s0.148729s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

pipe.cFailureUnknown_Failure0.053308s0.112241s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

pipe2.cFailureUnknown_Failure0.052218s0.104432s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

pipeinput.cFailureUnknown_Failure0.053770s0.119667s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

pipeinput2.cFailureUnknown_Failure0.054019s0.124495s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

pipeonestring.cFailureUnknown_Failure0.055604s0.120929s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

pipepong.cFailureUnknown_Failure0.053065s0.124730s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

pipewrite.cFailureUnknown_Failure0.047194s0.100245s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

poll.cFailureUnknown_Failure0.051047s0.099434s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

recvfrom-sendto.cFailureUnknown_Failure0.052518s0.111209s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

sendmsg_recvmsg_test.cFailureUnknown_Failure0.052415s0.115358s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

serverclient.cFailureUnknown_Failure0.051858s0.114750s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

shutdown.cFailureUnknown_Failure0.053206s0.112557s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

shutdown_fork.cFailureUnknown_Failure0.051585s0.107994s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

simple-select.cFailureUnknown_Failure0.059042s0.124324s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

simple_epoll.cFailureUnknown_Failure0.051092s0.107002s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

socket.cFailureUnknown_Failure0.049619s0.100675s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

socket_cloexec.cFailureUnknown_Failure0.051608s0.101081s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

socket_options_advanced.cFailureUnknown_Failure0.057077s0.157958s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

socketepoll.cFailureUnknown_Failure0.050030s0.096919s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

socketpair.cFailureUnknown_Failure0.048874s0.103595s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

socketselect.cFailureUnknown_Failure0.049877s0.107583s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

udp_send_recv.cFailureUnknown_Failure0.159170s0.144996s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

uds-getsockname.cFailureUnknown_Failure0.051858s0.101710s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

uds-nb-select.cFailureUnknown_Failure2.059933s0.157544s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

uds-serverclient.cFailureUnknown_Failure0.054904s0.125874s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

uds-socketselect.cFailureUnknown_Failure0.052329s0.111212s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

uds_listen_poll.cFailureUnknown_Failure1.057458s0.135832s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

writev_socket.cFailureUnknown_Failure0.054369s0.139716s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

Process Tests
barrier_test.cFailureUnknown_Failure0.049271s0.100382s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

chain_thread.cFailureUnknown_Failure1.053303s0.106478s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

ctor_syscall_test.cFailureUnknown_Failure0.041412s0.089109s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

cxa_atexit_test.cFailureUnknown_Failure0.047008s0.101568s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

exec_non_utf8.cFailureUnknown_Failure0.049395s0.097609s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

execve_shebang.cFailureUnknown_Failure0.052552s0.102858s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

exit.cFailureUnknown_Failure0.048856s0.093646s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

exit_failure.cFailureUnknown_Failure0.050464s0.098300s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

exit_group_thread.cFailureUnknown_Failure0.051744s0.103755s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

flockfile_test.cFailureUnknown_Failure0.051224s0.108857s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

fork2malloc.cFailureUnknown_Failure0.051895s0.100471s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

fork_select.cFailureUnknown_Failure0.049517s0.108418s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

fork_simple.cFailureUnknown_Failure0.049593s0.097813s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

fork_syscall.cFailureUnknown_Failure0.054407s0.149950s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

fork_tls_ctype.cFailureUnknown_Failure0.053921s0.124645s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

forkandopen.cFailureUnknown_Failure0.052324s0.112107s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

forkdup.cFailureUnknown_Failure0.055076s0.105030s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

forkexecuid.cFailureUnknown_Failure0.047985s0.107035s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

forkexecv-arg.cFailureUnknown_Failure0.050164s0.097983s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

forkexecv.cFailureUnknown_Failure0.047075s0.092496s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

forkfiles.cFailureUnknown_Failure0.051379s0.108183s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

forkmalloc.cFailureUnknown_Failure0.051265s0.098348s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

forknodup.cFailureUnknown_Failure0.051402s0.113453s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

function-ptr.cFailureUnknown_Failure0.044908s0.090287s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getegid_syscall.cFailureUnknown_Failure0.055316s0.140323s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getgid_syscall.cFailureUnknown_Failure0.052115s0.141573s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getpid.cFailureUnknown_Failure0.043814s0.087351s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getpid_syscall.cFailureUnknown_Failure0.054574s0.147442s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getppid.cFailureUnknown_Failure0.050704s0.097200s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getppid_syscall.cFailureUnknown_Failure0.053896s0.134476s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getuid.cFailureUnknown_Failure0.051097s0.097953s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

getuid_syscall.cFailureUnknown_Failure0.050592s0.125969s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

hello-arg.cFailureUnknown_Failure0.041172s0.086288s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

hello.cFailureUnknown_Failure0.041321s0.082998s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

longjmp.cFailureUnknown_Failure0.042281s0.089559s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

mutex.cFailureUnknown_Failure2.054875s0.105857s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

printf_deadlock_smoke.cFailureUnknown_Failure0.060003s0.136215s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

printf_thread_test.cFailureUnknown_Failure0.049289s0.108159s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

sem_forks.cFailureUnknown_Failure0.057505s0.108736s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

setsid.cFailureUnknown_Failure0.044820s0.091115s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

template.cFailureUnknown_Failure0.053289s0.113465s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

test_exec_nofork.cFailureUnknown_Failure0.049472s0.097752s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

test_unlink_open_file.cFailureUnknown_Failure0.046194s0.089168s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

thread-guard.cFailureUnknown_Failure0.048908s0.103109s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

thread-test.cFailureUnknown_Failure0.046205s0.093469s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

thread.cFailureUnknown_Failure0.046305s0.092692s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

thread_cageid_race.cFailureUnknown_Failure0.046738s0.111087s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

tls_test.cFailureUnknown_Failure0.049979s0.103184s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

uname.cFailureUnknown_Failure0.043349s0.087617s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

wait.cFailureUnknown_Failure0.048960s0.101439s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

waitpid_anychild.cFailureUnknown_Failure0.052021s0.104350s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

waitpid_syscall.cFailureUnknown_Failure1.050869s0.118776s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

waitpid_wnohang.cFailureUnknown_Failure0.052024s0.105900s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

Signal Tests
alarm.cFailureUnknown_Failure7.050116s0.100886s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

eintr_fork_signal.cFailureUnknown_Failure1.051778s0.105561s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

kill.cFailureUnknown_Failure1.052251s0.104417s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

setitimer.cFailureUnknown_Failure7.050295s0.100311s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

sigalrm.cFailureUnknown_Failure2.051106s0.102241s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

sigaltstack.cFailureUnknown_Failure0.052012s0.109902s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

sigchld.cFailureUnknown_Failure1.053558s0.099279s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

signal-fork.cFailureUnknown_Failure4.054104s0.103164s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

signal-simple.cFailureUnknown_Failure0.051453s0.101577s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

signal_SIGCHLD.cFailureUnknown_Failure0.047930s0.103235s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

signal_fork.cFailureUnknown_Failure0.046827s0.100937s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

signal_int_ignored.cFailureUnknown_Failure2.051942s0.103433s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

signal_kill_cleanup.cFailureUnknown_Failure1.050619s0.098826s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

signal_procmask.cFailureUnknown_Failure0.044766s0.098137s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

signal_read_interrupt.cFailureUnknown_Failure0.554718s0.112845s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

signal_recursive.cFailureUnknown_Failure0.045373s0.100996s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

signal_sa_mask.cFailureUnknown_Failure0.046947s0.100139s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

signal_select_interrupt.cFailureUnknown_Failure0.556765s0.112475s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

signal_write_interrupt.cFailureUnknown_Failure1.051374s0.109992s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

sigpipe.cFailureUnknown_Failure1.052358s0.110118s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

sigprocmask.cFailureUnknown_Failure1.048981s0.102487s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

Fail Tests

Summary

MetricCount
Total Test Cases4
Number of Successes4
Number of Failures0
Number of Compilation Failure Native0
Number of Runtime Failure Native0
Number of Segmentation Fault Native0
Number of Timeout During Native0
Number of Lind Wasm Compile Failure0
Number of Lind Wasm Runtime Failure0
Number of Lind Wasm Segmentation Failure0
Number of Timeout During Lind Wasm run0
Number of Unknown Failure0
Number of C Compiler and Wasm Output mismatch0
Number of Fail Test: Native Succeeded (Should Fail)0
Number of Fail Test: Wasm Succeeded (Should Fail)0
Number of Fail Test: Both Native and Wasm Succeeded (Should Fail)0
Number of Fail Test: Native Compilation Failure (Should Succeed)0
Number of Fail Test: Wasm Compilation Failure (Should Succeed)0

Test Results by Category

Test CaseStatusError TypeNative TimeWasm TimeOutput
Dylink Tests
dlerror.cSuccessNone0.042173s0.089593s
Success
Memory Tests
mmap-negative1.cSuccessNone0.114506s0.096749s
Success
mmap-negative2.cSuccessNone0.114008s0.109979s
Success
Signal Tests
signal_resethand.cSuccessNone1.049645s0.100549s
Success

C++ harness

Summary

MetricValue
Total1
Success0
Failures1
Compile failures0
Runtime failures1
Output mismatch0
Timeouts0

Cases

TestStatusError typeNative timeWasm timeOutput
tests/unit-tests/cpp/sort.cppFailureRuntime_Failure0.512009s9.897405s
failed to deserialize precompiled module /lib/libc.cwasm

Caused by:
0: compilation settings of module incompatible with native host
1: compilation setting "has_avx512bitalg" is enabled, but not available on the host

@rennergade rennergade merged commit c3b3176 into main May 6, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant