clonevm_exec_test exits 1 intermittently on the x86 userspace gate: 1 of 2 runs at the same commit.
Two ./docker/qemu/run-boot-parallel.sh 1 runs under xvfb on beast (breenix-x86, /root/breenix-a64r2), same binary, commit ad455130:
run 1: TEST_TALLY: exited=22 nonzero=2 failed=[simple_exit:42,/usr/local/test/bin/clon:1]
run 2: TEST_TALLY: exited=22 nonzero=1 failed=[simple_exit:42]
/usr/local/test/bin/clon is the truncated process name of clonevm_exec_test, which the same serial shows loading, forking a clone-child, and re-execing itself through sys_execv. simple_exit:42 is the separately filed, by-design nonzero exit tracked in #781; this issue is only about the second entry, which appears in 1 of the 2 runs.
Both serials are on beast at /root/x86-r4-run1.txt and /root/x86-r4-run2.txt.
Not attributed to any branch yet: it was found while measuring the aarch64 testing-profile branch (#562/#761), whose changes in that round are confined to tests/ and docs/. Whether it reproduces on main is unmeasured.
clonevm_exec_testexits 1 intermittently on the x86 userspace gate: 1 of 2 runs at the same commit.Two
./docker/qemu/run-boot-parallel.sh 1runs under xvfb on beast (breenix-x86,/root/breenix-a64r2), same binary, commitad455130:/usr/local/test/bin/clonis the truncated process name ofclonevm_exec_test, which the same serial shows loading, forking aclone-child, and re-execing itself throughsys_execv.simple_exit:42is the separately filed, by-design nonzero exit tracked in #781; this issue is only about the second entry, which appears in 1 of the 2 runs.Both serials are on beast at
/root/x86-r4-run1.txtand/root/x86-r4-run2.txt.Not attributed to any branch yet: it was found while measuring the aarch64
testing-profile branch (#562/#761), whose changes in that round are confined totests/anddocs/. Whether it reproduces onmainis unmeasured.