Skip to content

x86: clonevm_exec_test exits 1 in 1 of 2 gate runs at the same commit #782

Description

@ryanbreen

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions