? github.com/google/syzkaller/dashboard/api [no test files] ok github.com/google/syzkaller/dashboard/app 0.828s ? github.com/google/syzkaller/dashboard/app/aidb [no test files] ok github.com/google/syzkaller/dashboard/dashapi 0.031s ? github.com/google/syzkaller/docs [no test files] ok github.com/google/syzkaller/executor 1.770s ok github.com/google/syzkaller/pkg/aflow (cached) ok github.com/google/syzkaller/pkg/aflow/action/actionsyzlang 1.000s ? github.com/google/syzkaller/pkg/aflow/action/crash [no test files] ? github.com/google/syzkaller/pkg/aflow/action/kernel [no test files] ? github.com/google/syzkaller/pkg/aflow/ai [no test files] ok github.com/google/syzkaller/pkg/aflow/flow 0.572s ? github.com/google/syzkaller/pkg/aflow/flow/assessment [no test files] --- FAIL: TestRecentCommits (0.00s) test_action.go:40: Error Trace: /syzkaller/gopath/src/github.com/google/syzkaller/pkg/aflow/test_action.go:40 Error: Not equal: expected: "" actual : "failed to start /usr/bin/git [git log --format=%s --no-merges -n 20 e01a0ca6c12c9851ea7090f13879255ef82291e7 dashboard/app/ai.go syz-cluster/pkg/fuzzconfig/generate.go]: fork/exec /usr/bin/git: resource temporarily unavailable" Diff: --- Expected +++ Actual @@ -1 +1 @@ - +failed to start /usr/bin/git [git log --format=%s --no-merges -n 20 e01a0ca6c12c9851ea7090f13879255ef82291e7 dashboard/app/ai.go syz-cluster/pkg/fuzzconfig/generate.go]: fork/exec /usr/bin/git: resource temporarily unavailable Test: TestRecentCommits FAIL FAIL github.com/google/syzkaller/pkg/aflow/flow/patching 2.280s ? github.com/google/syzkaller/pkg/aflow/flow/repro [no test files] ok github.com/google/syzkaller/pkg/aflow/tool/codeeditor (cached) ? github.com/google/syzkaller/pkg/aflow/tool/codeexpert [no test files] ok github.com/google/syzkaller/pkg/aflow/tool/codesearcher (cached) --- FAIL: TestGrepper (0.02s) git_test_util.go:58: failed to start /usr/bin/git [git config --add user.name Test Syzkaller]: fork/exec /usr/bin/git: resource temporarily unavailable FAIL FAIL github.com/google/syzkaller/pkg/aflow/tool/grepper 0.150s ok github.com/google/syzkaller/pkg/aflow/tool/syzlang 1.888s ? github.com/google/syzkaller/pkg/aflow/trajectory [no test files] ok github.com/google/syzkaller/pkg/asset 0.437s ok github.com/google/syzkaller/pkg/ast 2.538s ok github.com/google/syzkaller/pkg/auth (cached) --- FAIL: TestBisectionResults (0.00s) --- FAIL: TestBisectionResults/group (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestBisectionResults/group/cause-finds-cause (0.00s) panic: test executed panic(nil) or runtime.Goexit goroutine 144 [running]: testing.tRunner.func1.2({0x19a6ba0, 0x3a32760}) /usr/local/go/src/testing/testing.go:1974 +0x232 testing.tRunner.func1() /usr/local/go/src/testing/testing.go:1977 +0x349 runtime.Goexit() /usr/local/go/src/runtime/panic.go:694 +0x5e testing.(*common).FailNow(0x1441ad944248) /usr/local/go/src/testing/testing.go:1022 +0x4a testing.(*common).Fatal(0x1441ad944248, {0x1441ad973ab8?, 0x1441ad530b88?, 0x1441ad530ac8?}) /usr/local/go/src/testing/testing.go:1221 +0x4f github.com/google/syzkaller/pkg/vcs.(*TestRepo).Git(0x1441ad92eb40, {0x1441ad530b88, 0x1, 0x1}) /syzkaller/gopath/src/github.com/google/syzkaller/pkg/vcs/git_test_util.go:38 +0xfc github.com/google/syzkaller/pkg/vcs.MakeTestRepo(0x1441ad944248, {0x1441ad54a840, 0x2c}) /syzkaller/gopath/src/github.com/google/syzkaller/pkg/vcs/git_test_util.go:56 +0x1dc github.com/google/syzkaller/pkg/vcs.CreateTestRepo(0x1441ad944248, {0x1441ad54a7e0?, 0x0?}, {0x0?, 0x0?}) /syzkaller/gopath/src/github.com/google/syzkaller/pkg/vcs/git_test_util.go:126 +0x7d github.com/google/syzkaller/pkg/bisect.createTestRepo(0x1441ad944248) /syzkaller/gopath/src/github.com/google/syzkaller/pkg/bisect/bisect_test.go:159 +0x4d github.com/google/syzkaller/pkg/bisect.TestBisectionResults.func1.1(0x1441ad944488) /syzkaller/gopath/src/github.com/google/syzkaller/pkg/bisect/bisect_test.go:743 +0x111 testing.tRunner(0x1441ad944488, 0x1441ad91aa00) /usr/local/go/src/testing/testing.go:2036 +0xea created by testing.(*T).Run in goroutine 143 /usr/local/go/src/testing/testing.go:2101 +0x4c5 FAIL github.com/google/syzkaller/pkg/bisect 1.019s ok github.com/google/syzkaller/pkg/bisect/minimize (cached) --- FAIL: TestCompilerIdentity (0.00s) --- FAIL: TestCompilerIdentity/gcc (0.02s) build_test.go:27: failed: failed to start /usr/bin/gcc [gcc --version]: fork/exec /usr/bin/gcc: resource temporarily unavailable --- FAIL: TestElfBinarySignature (0.00s) --- FAIL: TestElfBinarySignature/-g--O1--O2--no-pie--static (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-g--O1--no-pie (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-O1--no-pie--static (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-g--O1--O2--no-pie (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-g--O1--O2--static (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-g--O2--no-pie (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-O1--O2--static (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-g--O2--static (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-g--O1--static (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-O1--O2 (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-g--O1--O2 (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-g--O2--no-pie--static (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-g--O1--no-pie--static (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-g--O1 (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-no-pie (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-static (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-g--static (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-g--no-pie--static (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-g--no-pie (0.00s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/#00 (0.19s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-g (0.19s) linux_test.go:70: compiler failed: exit status 1 #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } gcc: fatal error: cannot execute '/usr/libexec/gcc/x86_64-linux-gnu/14/cc1': posix_spawn: Resource temporarily unavailable compilation terminated. linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-g--O2 (0.36s) debug.go:53: section .interp: size 28 signature 9097c98ea70f6f3b debug.go:53: section .gnu.hash: size 36 signature 13e9970905d61226 debug.go:53: section .dynsym: size 192 signature ca4b8fe850aa9a55 debug.go:53: section .dynstr: size 158 signature cba91430b69b509d debug.go:53: section .gnu.version: size 16 signature c33f463a03afaa8a debug.go:53: section .gnu.version_r: size 48 signature a7c5caba3f2cdeee debug.go:53: section .rela.dyn: size 216 signature 1e65ebb3f876caa2 debug.go:53: section .rela.plt: size 24 signature e662f83be79c0e7e debug.go:53: section .init: size 23 signature 046c6ff4b5306bcf debug.go:53: section .plt: size 32 signature f9879baedd22e4ac debug.go:53: section .plt.got: size 8 signature 42eab933b62d4326 debug.go:53: section .text: size 281 signature ca630778dba34c99 debug.go:53: section .fini: size 9 signature 66e6f54550612182 debug.go:53: section .rodata: size 11 signature 9e0404af69f48d40 debug.go:53: section .eh_frame_hdr: size 44 signature 2e8fbfd6dc57c242 debug.go:53: section .eh_frame: size 164 signature 3fda2d9fc61e84ef debug.go:53: section .init_array: size 8 signature 216575cf7294b627 debug.go:53: section .fini_array: size 8 signature d8976de582fe8d33 debug.go:53: section .dynamic: size 480 signature 408f1e02ebd611f2 debug.go:53: section .got: size 48 signature 17b0761f87b081d5 debug.go:53: section .got.plt: size 32 signature f698fdb61cd4a774 debug.go:53: section .data: size 16 signature 26b7d0c957f9f639 linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 1; printf("%d %p\n", x, pthread_create); } --- FAIL: TestElfBinarySignature/-O1--static (0.43s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 1; // Some comment goes here. // It affects line numbers in debug info. printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-no-pie--static (0.42s) debug.go:53: section .rela.plt: size 648 signature 860f086e34ffc5e4 debug.go:53: section .init: size 23 signature 6435ea37bcfb4a90 debug.go:53: section .plt: size 216 signature 1a342562475dabc2 debug.go:53: section .text: size 576953 signature e4f3923e247e88e2 debug.go:53: section .fini: size 9 signature 66e6f54550612182 debug.go:53: section .rodata: size 118988 signature 1a6f88a1764ec465 debug.go:53: section rodata.cst32: size 96 signature eceb0624a0f5e6fd debug.go:53: section .eh_frame: size 54800 signature a0f9cc6aa41371f5 debug.go:53: section .gcc_except_table: size 214 signature 54e38a1f64b7f89a debug.go:53: section .tdata: size 32 signature a6ee4a7872c3de22 debug.go:53: section .init_array: size 16 signature d884c11dde61a2a8 debug.go:53: section .fini_array: size 16 signature d958ef334af4ea48 debug.go:53: section .data.rel.ro: size 18376 signature 5d0eb5a8d911b462 debug.go:53: section .got: size 168 signature 5ec117bb6853359f debug.go:53: section .got.plt: size 240 signature 2d41d2c9d70fb38d debug.go:53: section .data: size 6668 signature 37a345be3e9bc2f3 linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:73: signature has changed after a comment-only change linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-O1--O2--no-pie (0.46s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 1; // Some comment goes here. // It affects line numbers in debug info. printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-O1--no-pie (0.48s) linux_test.go:70: compiler failed: exit status 1 #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } gcc: fatal error: cannot execute '/usr/libexec/gcc/x86_64-linux-gnu/14/cc1': posix_spawn: Resource temporarily unavailable compilation terminated. linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-O1 (0.49s) debug.go:53: section .interp: size 28 signature 9097c98ea70f6f3b debug.go:53: section .gnu.hash: size 36 signature 13e9970905d61226 debug.go:53: section .dynsym: size 192 signature ca4b8fe850aa9a55 debug.go:53: section .dynstr: size 158 signature cba91430b69b509d debug.go:53: section .gnu.version: size 16 signature c33f463a03afaa8a debug.go:53: section .gnu.version_r: size 48 signature a7c5caba3f2cdeee debug.go:53: section .rela.dyn: size 216 signature 9195a10dcbf04c30 debug.go:53: section .rela.plt: size 24 signature e662f83be79c0e7e debug.go:53: section .init: size 23 signature 046c6ff4b5306bcf debug.go:53: section .plt: size 32 signature f9879baedd22e4ac debug.go:53: section .plt.got: size 8 signature 42eab933b62d4326 debug.go:53: section .text: size 276 signature b7ba32821e1f0763 debug.go:53: section .fini: size 9 signature 66e6f54550612182 debug.go:53: section .rodata: size 11 signature 9e0404af69f48d40 debug.go:53: section .eh_frame_hdr: size 44 signature ec409940c013db04 debug.go:53: section .eh_frame: size 164 signature f93741a13474f1cb debug.go:53: section .init_array: size 8 signature 07acb5f3e9e20c1f debug.go:53: section .fini_array: size 8 signature 1efe4258121a8103 debug.go:53: section .dynamic: size 480 signature f660c2d15d18f8b4 debug.go:53: section .got: size 48 signature 17b0761f87b081d5 debug.go:53: section .got.plt: size 32 signature f698fdb61cd4a774 debug.go:53: section .data: size 16 signature 26b7d0c957f9f639 linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:73: signature has changed after a comment-only change --- FAIL: TestElfBinarySignature/-O2 (0.48s) debug.go:53: section .interp: size 28 signature 9097c98ea70f6f3b debug.go:53: section .gnu.hash: size 36 signature 13e9970905d61226 debug.go:53: section .dynsym: size 192 signature ca4b8fe850aa9a55 debug.go:53: section .dynstr: size 158 signature cba91430b69b509d debug.go:53: section .gnu.version: size 16 signature c33f463a03afaa8a debug.go:53: section .gnu.version_r: size 48 signature a7c5caba3f2cdeee debug.go:53: section .rela.dyn: size 216 signature 1e65ebb3f876caa2 debug.go:53: section .rela.plt: size 24 signature e662f83be79c0e7e debug.go:53: section .init: size 23 signature 046c6ff4b5306bcf debug.go:53: section .plt: size 32 signature f9879baedd22e4ac debug.go:53: section .plt.got: size 8 signature 42eab933b62d4326 debug.go:53: section .text: size 281 signature 9103e0cd37b6264e debug.go:53: section .fini: size 9 signature 66e6f54550612182 debug.go:53: section .rodata: size 11 signature 9e0404af69f48d40 debug.go:53: section .eh_frame_hdr: size 44 signature 2e8fbfd6dc57c242 debug.go:53: section .eh_frame: size 164 signature 96a8dd0047f93154 debug.go:53: section .init_array: size 8 signature 216575cf7294b627 debug.go:53: section .fini_array: size 8 signature d8976de582fe8d33 debug.go:53: section .dynamic: size 480 signature 408f1e02ebd611f2 debug.go:53: section .got: size 48 signature 17b0761f87b081d5 debug.go:53: section .got.plt: size 32 signature f698fdb61cd4a774 debug.go:53: section .data: size 16 signature 26b7d0c957f9f639 debug.go:53: section .interp: size 28 signature 9097c98ea70f6f3b debug.go:53: section .gnu.hash: size 36 signature 13e9970905d61226 debug.go:53: section .dynsym: size 192 signature ca4b8fe850aa9a55 debug.go:53: section .dynstr: size 158 signature cba91430b69b509d debug.go:53: section .gnu.version: size 16 signature c33f463a03afaa8a debug.go:53: section .gnu.version_r: size 48 signature a7c5caba3f2cdeee debug.go:53: section .rela.dyn: size 216 signature 1e65ebb3f876caa2 debug.go:53: section .rela.plt: size 24 signature e662f83be79c0e7e debug.go:53: section .init: size 23 signature 046c6ff4b5306bcf debug.go:53: section .plt: size 32 signature f9879baedd22e4ac debug.go:53: section .plt.got: size 8 signature 42eab933b62d4326 debug.go:53: section .text: size 281 signature ca630778dba34c99 debug.go:53: section .fini: size 9 signature 66e6f54550612182 debug.go:53: section .rodata: size 11 signature 9e0404af69f48d40 debug.go:53: section .eh_frame_hdr: size 44 signature 2e8fbfd6dc57c242 debug.go:53: section .eh_frame: size 164 signature 3fda2d9fc61e84ef debug.go:53: section .init_array: size 8 signature 216575cf7294b627 debug.go:53: section .fini_array: size 8 signature d8976de582fe8d33 debug.go:53: section .dynamic: size 480 signature 408f1e02ebd611f2 debug.go:53: section .got: size 48 signature 17b0761f87b081d5 debug.go:53: section .got.plt: size 32 signature f698fdb61cd4a774 debug.go:53: section .data: size 16 signature 26b7d0c957f9f639 linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 1; // Some comment goes here. // It affects line numbers in debug info. printf("%d %p\n", x, pthread_create); } linux_test.go:73: signature has changed after a comment-only change --- FAIL: TestElfBinarySignature/-O1--O2--no-pie--static (0.48s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 1; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-O2--static (0.13s) linux_test.go:70: compiler failed: exit status 1 #include #include int main() { int x = 1; printf("%d %p\n", x, pthread_create); } gcc: fatal error: cannot execute '/usr/libexec/gcc/x86_64-linux-gnu/14/cc1': posix_spawn: Resource temporarily unavailable compilation terminated. linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-O2--no-pie (0.50s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change --- FAIL: TestElfBinarySignature/-O2--no-pie--static (0.55s) linux_test.go:70: compiler failed: fork/exec /usr/bin/gcc: resource temporarily unavailable #include #include int main() { int x = 0; printf("%d %p\n", x, pthread_create); } linux_test.go:76: signature has not changed after a change FAIL FAIL github.com/google/syzkaller/pkg/build 0.754s ? github.com/google/syzkaller/pkg/clangtool [no test files] ? github.com/google/syzkaller/pkg/clangtool/tooltest [no test files] ok github.com/google/syzkaller/pkg/codesearch (cached) ok github.com/google/syzkaller/pkg/compiler 7.555s ok github.com/google/syzkaller/pkg/config (cached) ok github.com/google/syzkaller/pkg/corpus 0.945s 2026/03/27 22:38:02 [ERROR] kernel build has changed; instance module 1 differs from canonical --- FAIL: TestReportGenerator (0.18s) --- FAIL: TestReportGenerator/netbsd-amd64 (0.00s) --- FAIL: TestReportGenerator/netbsd-amd64/no-coverage (0.00s) report_test.go:240: failed to start /syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++ [/syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++ -c -fpie -w -x c -o /tmp/TestReportGeneratornetbsd-amd64no-coverage826094346/001/kcov.o /tmp/TestReportGeneratornetbsd-amd64no-coverage826094346/001/kcov.c -DASLR_BASE -m64 --sysroot /syzkaller/shared/netbsd/dest/ -O2 -pthread -Wall -Werror -Wparentheses -Wframe-larger-than=16384]: fork/exec /syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++: resource temporarily unavailable --- FAIL: TestReportGenerator/netbsd-amd64/mismatch-pcs (0.00s) report_test.go:240: failed to start /syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++ [/syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++ -c -fpie -w -x c -o /tmp/TestReportGeneratornetbsd-amd64mismatch-pcs2633619398/001/kcov.o /tmp/TestReportGeneratornetbsd-amd64mismatch-pcs2633619398/001/kcov.c -DASLR_BASE -m64 --sysroot /syzkaller/shared/netbsd/dest/ -O2 -pthread -Wall -Werror -Wparentheses -Wframe-larger-than=16384]: fork/exec /syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++: resource temporarily unavailable --- FAIL: TestReportGenerator/netbsd-amd64/good (0.00s) report_test.go:240: failed to start /syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++ [/syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++ -c -fpie -w -x c -o /tmp/TestReportGeneratornetbsd-amd64good2694757191/001/kcov.o /tmp/TestReportGeneratornetbsd-amd64good2694757191/001/kcov.c -DASLR_BASE -m64 --sysroot /syzkaller/shared/netbsd/dest/ -O2 -pthread -Wall -Werror -Wparentheses -Wframe-larger-than=16384]: fork/exec /syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++: resource temporarily unavailable --- FAIL: TestReportGenerator/netbsd-amd64/bad-pcs (0.00s) report_test.go:240: failed to start /syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++ [/syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++ -c -fpie -w -x c -o /tmp/TestReportGeneratornetbsd-amd64bad-pcs2763769241/001/kcov.o /tmp/TestReportGeneratornetbsd-amd64bad-pcs2763769241/001/kcov.c -DASLR_BASE -m64 --sysroot /syzkaller/shared/netbsd/dest/ -O2 -pthread -Wall -Werror -Wparentheses -Wframe-larger-than=16384]: fork/exec /syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++: resource temporarily unavailable --- FAIL: TestReportGenerator/netbsd-amd64/no-pcs (0.00s) report_test.go:240: failed to start /syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++ [/syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++ -c -fpie -w -x c -o /tmp/TestReportGeneratornetbsd-amd64no-pcs3389228714/001/kcov.o /tmp/TestReportGeneratornetbsd-amd64no-pcs3389228714/001/kcov.c -DASLR_BASE -m64 --sysroot /syzkaller/shared/netbsd/dest/ -O2 -pthread -Wall -Werror -Wparentheses -Wframe-larger-than=16384]: fork/exec /syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++: resource temporarily unavailable --- FAIL: TestReportGenerator/netbsd-amd64/no-debug-info (0.00s) report_test.go:240: failed to start /syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++ [/syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++ -c -fpie -w -x c -o /tmp/TestReportGeneratornetbsd-amd64no-debug-info2944674363/001/kcov.o /tmp/TestReportGeneratornetbsd-amd64no-debug-info2944674363/001/kcov.c -DASLR_BASE -m64 --sysroot /syzkaller/shared/netbsd/dest/ -O2 -pthread -Wall -Werror -Wparentheses -Wframe-larger-than=16384]: fork/exec /syzkaller/shared/netbsd/tools/bin/x86_64--netbsd-g++: resource temporarily unavailable FAIL FAIL github.com/google/syzkaller/pkg/cover 0.398s ok github.com/google/syzkaller/pkg/cover/backend 1.212s ok github.com/google/syzkaller/pkg/coveragedb 0.257s ? github.com/google/syzkaller/pkg/coveragedb/mocks [no test files] ? github.com/google/syzkaller/pkg/coveragedb/spannerclient [no test files] ok github.com/google/syzkaller/pkg/covermerger (cached) ? github.com/google/syzkaller/pkg/covermerger/mocks [no test files] ok github.com/google/syzkaller/pkg/csource 45.346s ok github.com/google/syzkaller/pkg/db 2.732s ? github.com/google/syzkaller/pkg/debugtracer [no test files] ? github.com/google/syzkaller/pkg/declextract [no test files] ok github.com/google/syzkaller/pkg/email (cached) ok github.com/google/syzkaller/pkg/email/lore (cached) ok github.com/google/syzkaller/pkg/flatrpc 0.042s ok github.com/google/syzkaller/pkg/fuzzer 15.937s ok github.com/google/syzkaller/pkg/fuzzer/queue 0.137s ok github.com/google/syzkaller/pkg/gce (cached) ? github.com/google/syzkaller/pkg/gcpsecret [no test files] ? github.com/google/syzkaller/pkg/gcs [no test files] ? github.com/google/syzkaller/pkg/gcs/mocks [no test files] ok github.com/google/syzkaller/pkg/gerrit (cached) ok github.com/google/syzkaller/pkg/hash (cached) ? github.com/google/syzkaller/pkg/html [no test files] ok github.com/google/syzkaller/pkg/html/pages 0.396s ok github.com/google/syzkaller/pkg/html/urlutil (cached) ? github.com/google/syzkaller/pkg/ifaceprobe [no test files] ok github.com/google/syzkaller/pkg/ifuzz (cached) ok github.com/google/syzkaller/pkg/ifuzz/arm64 (cached) ? github.com/google/syzkaller/pkg/ifuzz/arm64/gen [no test files] ? github.com/google/syzkaller/pkg/ifuzz/arm64/generated [no test files] ? github.com/google/syzkaller/pkg/ifuzz/iset [no test files] ? github.com/google/syzkaller/pkg/ifuzz/powerpc [no test files] ? github.com/google/syzkaller/pkg/ifuzz/powerpc/generated [no test files] ok github.com/google/syzkaller/pkg/ifuzz/riscv64 (cached) ? github.com/google/syzkaller/pkg/ifuzz/riscv64/gen [no test files] ? github.com/google/syzkaller/pkg/ifuzz/riscv64/generated [no test files] ? github.com/google/syzkaller/pkg/ifuzz/x86 [no test files] ? github.com/google/syzkaller/pkg/ifuzz/x86/gen [no test files] ? github.com/google/syzkaller/pkg/ifuzz/x86/generated [no test files] ok github.com/google/syzkaller/pkg/image 4.153s ok github.com/google/syzkaller/pkg/instance 0.826s ? github.com/google/syzkaller/pkg/kcidb [no test files] ok github.com/google/syzkaller/pkg/kconfig 0.557s ? github.com/google/syzkaller/pkg/kcov [no test files] ok github.com/google/syzkaller/pkg/kd (cached) ok github.com/google/syzkaller/pkg/kfuzztest 1.068s ? github.com/google/syzkaller/pkg/kfuzztest-executor [no test files] ? github.com/google/syzkaller/pkg/kfuzztest-manager [no test files] ok github.com/google/syzkaller/pkg/log (cached) ok github.com/google/syzkaller/pkg/manager 4.536s ok github.com/google/syzkaller/pkg/manager/diff 0.985s ok github.com/google/syzkaller/pkg/mgrconfig 2.073s ok github.com/google/syzkaller/pkg/osutil (cached) --- FAIL: TestDisassemblyInReports (0.00s) linux_test.go:470: skipping the test due to broken cross-compiler: error running command: 'arm-linux-gnueabi-gcc -x c - -o /dev/null -O2 -pthread -Wall -Werror -Wparentheses -Wframe-larger-than=16384': gotoutput: --- FAIL: TestDisassemblyInReports/amd64/4.in (0.02s) linux_test.go:515: expected: divide error: 0000 [#1] PREEMPT SMP KASAN CPU: 1 PID: 3149 Comm: syz-executor385 Not tainted 5.4.141-syzkaller-16412-gf364839bcf0b #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 RIP: 0010:snd_pcm_lib_ioctl_fifo_size sound/core/pcm_lib.c:1739 [inline] RIP: 0010:snd_pcm_lib_ioctl+0x73e/0x75c sound/core/pcm_lib.c:1764 Code: fd 4c 89 e2 b8 ff ff 37 00 48 c1 ea 03 48 c1 e0 2a 80 3c 02 00 74 08 4c 89 e7 e8 f0 8e 14 fe 48 8b 83 18 02 00 00 89 ed 31 d2 <48> f7 f5 48 89 83 18 02 00 00 45 31 ed e8 7f b5 f2 fd 44 89 e8 5b RSP: 0018:ffff8881da17fb78 EFLAGS: 00010246 RAX: 0000000000000000 RBX: ffff8881dce33800 RCX: ffff8881dd6a9980 RDX: 0000000000000000 RSI: ffffffff833e3709 RDI: 0000000100000000 RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000007 R10: ffff8881dd6a9980 R11: ffffffff8134d1e8 R12: ffff8881dce33a18 R13: 0000000000000000 R14: 0000000000000001 R15: 0000000000000000 FS: 0000000002290300(0000) GS:ffff8881f6d00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 0000000020001090 CR3: 00000001d89ec000 CR4: 00000000001406e0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: snd_pcm_ops_ioctl+0x76/0xa0 sound/core/pcm_native.c:196 fixup_unreferenced_params+0x46b/0x547 sound/core/pcm_native.c:471 snd_pcm_hw_refine_old_user sound/core/pcm_native.c:3700 [inline] snd_pcm_common_ioctl+0x1002/0x1764 sound/core/pcm_native.c:3036 snd_pcm_ioctl+0x93/0xa9 sound/core/pcm_native.c:3073 vfs_ioctl+0x76/0x9e fs/ioctl.c:47 do_vfs_ioctl+0xfc5/0x1022 fs/ioctl.c:722 ksys_ioctl+0x79/0xb1 fs/ioctl.c:737 __do_sys_ioctl fs/ioctl.c:744 [inline] __se_sys_ioctl fs/ioctl.c:742 [inline] __x64_sys_ioctl+0x7f/0x86 fs/ioctl.c:742 do_syscall_64+0x10b/0x144 arch/x86/entry/common.c:299 entry_SYSCALL_64_after_hwframe+0x49/0xbe RIP: 0033:0x443649 Code: 28 c3 e8 2a 14 00 00 66 2e 0f 1f 84 00 00 00 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 c0 ff ff ff f7 d8 64 89 01 48 RSP: 002b:00007ffef556a688 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 RAX: ffffffffffffffda RBX: 00000000004004a0 RCX: 0000000000443649 RDX: 00000000200010c0 RSI: 00000000c1004110 RDI: 0000000000000003 RBP: 00000000004031f0 R08: 0000000000000000 R09: 00000000004004a0 R10: 000000000000001f R11: 0000000000000246 R12: 0000000000403280 R13: 0000000000000000 R14: 00000000004b1018 R15: 00000000004004a0 Modules linked in: ---[ end trace 7398808905092392 ]--- RIP: 0010:snd_pcm_lib_ioctl_fifo_size sound/core/pcm_lib.c:1739 [inline] RIP: 0010:snd_pcm_lib_ioctl+0x73e/0x75c sound/core/pcm_lib.c:1764 Code: fd 4c 89 e2 b8 ff ff 37 00 48 c1 ea 03 48 c1 e0 2a 80 3c 02 00 74 08 4c 89 e7 e8 f0 8e 14 fe 48 8b 83 18 02 00 00 89 ed 31 d2 <48> f7 f5 48 89 83 18 02 00 00 45 31 ed e8 7f b5 f2 fd 44 89 e8 5b RSP: 0018:ffff8881da17fb78 EFLAGS: 00010246 RAX: 0000000000000000 RBX: ffff8881dce33800 RCX: ffff8881dd6a9980 RDX: 0000000000000000 RSI: ffffffff833e3709 RDI: 0000000100000000 RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000007 R10: ffff8881dd6a9980 R11: ffffffff8134d1e8 R12: ffff8881dce33a18 R13: 0000000000000000 R14: 0000000000000001 R15: 0000000000000000 FS: 0000000002290300(0000) GS:ffff8881f6c00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007b48899bf000 CR3: 00000001d89ec000 CR4: 00000000001406f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 ---------------- Code disassembly (best guess): 0: fd std 1: 4c 89 e2 mov %r12,%rdx 4: b8 ff ff 37 00 mov $0x37ffff,%eax 9: 48 c1 ea 03 shr $0x3,%rdx d: 48 c1 e0 2a shl $0x2a,%rax 11: 80 3c 02 00 cmpb $0x0,(%rdx,%rax,1) 15: 74 08 je 0x1f 17: 4c 89 e7 mov %r12,%rdi 1a: e8 f0 8e 14 fe call 0xfe148f0f 1f: 48 8b 83 18 02 00 00 mov 0x218(%rbx),%rax 26: 89 ed mov %ebp,%ebp 28: 31 d2 xor %edx,%edx * 2a: 48 f7 f5 div %rbp <-- trapping instruction 2d: 48 89 83 18 02 00 00 mov %rax,0x218(%rbx) 34: 45 31 ed xor %r13d,%r13d 37: e8 7f b5 f2 fd call 0xfdf2b5bb 3c: 44 89 e8 mov %r13d,%eax 3f: 5b pop %rbx got: divide error: 0000 [#1] PREEMPT SMP KASAN CPU: 1 PID: 3149 Comm: syz-executor385 Not tainted 5.4.141-syzkaller-16412-gf364839bcf0b #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 RIP: 0010:snd_pcm_lib_ioctl_fifo_size sound/core/pcm_lib.c:1739 [inline] RIP: 0010:snd_pcm_lib_ioctl+0x73e/0x75c sound/core/pcm_lib.c:1764 Code: fd 4c 89 e2 b8 ff ff 37 00 48 c1 ea 03 48 c1 e0 2a 80 3c 02 00 74 08 4c 89 e7 e8 f0 8e 14 fe 48 8b 83 18 02 00 00 89 ed 31 d2 <48> f7 f5 48 89 83 18 02 00 00 45 31 ed e8 7f b5 f2 fd 44 89 e8 5b RSP: 0018:ffff8881da17fb78 EFLAGS: 00010246 RAX: 0000000000000000 RBX: ffff8881dce33800 RCX: ffff8881dd6a9980 RDX: 0000000000000000 RSI: ffffffff833e3709 RDI: 0000000100000000 RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000007 R10: ffff8881dd6a9980 R11: ffffffff8134d1e8 R12: ffff8881dce33a18 R13: 0000000000000000 R14: 0000000000000001 R15: 0000000000000000 FS: 0000000002290300(0000) GS:ffff8881f6d00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 0000000020001090 CR3: 00000001d89ec000 CR4: 00000000001406e0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: snd_pcm_ops_ioctl+0x76/0xa0 sound/core/pcm_native.c:196 fixup_unreferenced_params+0x46b/0x547 sound/core/pcm_native.c:471 snd_pcm_hw_refine_old_user sound/core/pcm_native.c:3700 [inline] snd_pcm_common_ioctl+0x1002/0x1764 sound/core/pcm_native.c:3036 snd_pcm_ioctl+0x93/0xa9 sound/core/pcm_native.c:3073 vfs_ioctl+0x76/0x9e fs/ioctl.c:47 do_vfs_ioctl+0xfc5/0x1022 fs/ioctl.c:722 ksys_ioctl+0x79/0xb1 fs/ioctl.c:737 __do_sys_ioctl fs/ioctl.c:744 [inline] __se_sys_ioctl fs/ioctl.c:742 [inline] __x64_sys_ioctl+0x7f/0x86 fs/ioctl.c:742 do_syscall_64+0x10b/0x144 arch/x86/entry/common.c:299 entry_SYSCALL_64_after_hwframe+0x49/0xbe RIP: 0033:0x443649 Code: 28 c3 e8 2a 14 00 00 66 2e 0f 1f 84 00 00 00 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 c0 ff ff ff f7 d8 64 89 01 48 RSP: 002b:00007ffef556a688 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 RAX: ffffffffffffffda RBX: 00000000004004a0 RCX: 0000000000443649 RDX: 00000000200010c0 RSI: 00000000c1004110 RDI: 0000000000000003 RBP: 00000000004031f0 R08: 0000000000000000 R09: 00000000004004a0 R10: 000000000000001f R11: 0000000000000246 R12: 0000000000403280 R13: 0000000000000000 R14: 00000000004b1018 R15: 00000000004004a0 Modules linked in: ---[ end trace 7398808905092392 ]--- RIP: 0010:snd_pcm_lib_ioctl_fifo_size sound/core/pcm_lib.c:1739 [inline] RIP: 0010:snd_pcm_lib_ioctl+0x73e/0x75c sound/core/pcm_lib.c:1764 Code: fd 4c 89 e2 b8 ff ff 37 00 48 c1 ea 03 48 c1 e0 2a 80 3c 02 00 74 08 4c 89 e7 e8 f0 8e 14 fe 48 8b 83 18 02 00 00 89 ed 31 d2 <48> f7 f5 48 89 83 18 02 00 00 45 31 ed e8 7f b5 f2 fd 44 89 e8 5b RSP: 0018:ffff8881da17fb78 EFLAGS: 00010246 RAX: 0000000000000000 RBX: ffff8881dce33800 RCX: ffff8881dd6a9980 RDX: 0000000000000000 RSI: ffffffff833e3709 RDI: 0000000100000000 RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000007 R10: ffff8881dd6a9980 R11: ffffffff8134d1e8 R12: ffff8881dce33a18 R13: 0000000000000000 R14: 0000000000000001 R15: 0000000000000000 FS: 0000000002290300(0000) GS:ffff8881f6c00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007b48899bf000 CR3: 00000001d89ec000 CR4: 00000000001406f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 FAIL FAIL github.com/google/syzkaller/pkg/report 7.890s ok github.com/google/syzkaller/pkg/report/crash (cached) ok github.com/google/syzkaller/pkg/repro 2.828s ok github.com/google/syzkaller/pkg/rpcserver 0.827s ? github.com/google/syzkaller/pkg/rpcserver/mocks [no test files] ? github.com/google/syzkaller/pkg/rpctype [no test files] --- FAIL: TestParsing (5.20s) --- FAIL: TestParsing/linux/386 (7.15s) run_test.go:590: failed to generate C source for btf_id: cpp failed: /usr/bin/cpp [cpp -nostdinc -undef -fdirectives-only -dDI -E -P -CC - -DGOARCH_386 -DGOOS_linux -DHOSTGOOS_linux -DSYZ_EXECUTOR_USES_FORK_SERVER -DSYZ_MULTI_PROC -DSYZ_REPEAT -DSYZ_SANDBOX_NONE -DSYZ_THREADED -DSYZ_USE_BITMASKS -DSYZ_USE_TMP_DIR -D__NR_bpf -D__NR_bpf -D__NR_bpf -D__NR_bpf -D__NR_mmap -D__NR_mmap -D__NR_mmap -D__NR_syz_btf_id_by_name -D__NR_syz_btf_id_by_name]: fork/exec /usr/bin/cpp: resource temporarily unavailable run_test.go:590: failed to generate C source for can: cpp failed: /usr/bin/cpp [cpp -nostdinc -undef -fdirectives-only -dDI -E -P -CC - -DGOARCH_386 -DGOOS_linux -DHOSTGOOS_linux -DSYZ_EXECUTOR_USES_FORK_SERVER -DSYZ_MULTI_PROC -DSYZ_REPEAT -DSYZ_SANDBOX_NONE -DSYZ_THREADED -DSYZ_USE_TMP_DIR -D__NR_bind -D__NR_bind -D__NR_connect -D__NR_ioctl -D__NR_ioctl -D__NR_mmap -D__NR_mmap -D__NR_mmap -D__NR_recvmsg -D__NR_sendmsg -D__NR_socket -D__NR_socket]: fork/exec /usr/bin/cpp: resource temporarily unavailable run_test.go:590: failed to generate C source for caps: cpp failed: /usr/bin/cpp [cpp -nostdinc -undef -fdirectives-only -dDI -E -P -CC - -DGOARCH_386 -DGOOS_linux -DHOSTGOOS_linux -DSYZ_EXECUTOR_USES_FORK_SERVER -DSYZ_MULTI_PROC -DSYZ_REPEAT -DSYZ_SANDBOX_NONE -DSYZ_THREADED -DSYZ_USE_TMP_DIR -D__NR_mmap -D__NR_mmap -D__NR_mmap -D__NR_ptrace -D__NR_sched_setattr -D__NR_sched_setattr -D__NR_sched_setattr]: fork/exec /usr/bin/cpp: resource temporarily unavailable run_test.go:590: failed to generate C source for cgroup: cpp failed: /usr/bin/cpp [cpp -nostdinc -undef -fdirectives-only -dDI -E -P -CC - -DGOARCH_386 -DGOOS_linux -DHOSTGOOS_linux -DSYZ_EXECUTOR_USES_FORK_SERVER -DSYZ_MULTI_PROC -DSYZ_REPEAT -DSYZ_SANDBOX_NONE -DSYZ_THREADED -DSYZ_USE_TMP_DIR -D__NR_close -D__NR_getpid -D__NR_mmap -D__NR_mmap -D__NR_mmap -D__NR_openat -D__NR_openat -D__NR_openat -D__NR_openat -D__NR_openat -D__NR_openat -D__NR_read -D__NR_write]: fork/exec /usr/bin/cpp: resource temporarily unavailable run_test.go:590: failed to generate C source for dev_iommu: cpp failed: /usr/bin/cpp [cpp -nostdinc -undef -fdirectives-only -dDI -E -P -CC - -DGOARCH_386 -DGOOS_linux -DHOSTGOOS_linux -DSYZ_EXECUTOR_USES_FORK_SERVER -DSYZ_MULTI_PROC -DSYZ_REPEAT -DSYZ_SANDBOX_NONE -DSYZ_THREADED -DSYZ_USE_TMP_DIR -D__NR_close -D__NR_close -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_ioctl -D__NR_mmap -D__NR_mmap -D__NR_mmap -D__NR_openat]: fork/exec /usr/bin/cpp: resource temporarily unavailable FAIL FAIL github.com/google/syzkaller/pkg/runtest 31.616s ok github.com/google/syzkaller/pkg/serializer (cached) ok github.com/google/syzkaller/pkg/signal (cached) ok github.com/google/syzkaller/pkg/stat (cached) ok github.com/google/syzkaller/pkg/stat/sample (cached) ? github.com/google/syzkaller/pkg/stat/syzbotstats [no test files] ok github.com/google/syzkaller/pkg/subsystem 0.085s ok github.com/google/syzkaller/pkg/subsystem/linux 0.173s ok github.com/google/syzkaller/pkg/subsystem/lists 0.742s ok github.com/google/syzkaller/pkg/symbolizer 0.238s ? github.com/google/syzkaller/pkg/testutil [no test files] ok github.com/google/syzkaller/pkg/tool 0.098s ? github.com/google/syzkaller/pkg/updater [no test files] ok github.com/google/syzkaller/pkg/validator 0.231s --- FAIL: TestGetCommitsByTitles (0.21s) git_test.go:200: failed to start /usr/bin/git [git checkout branch-a]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestContains (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestLatestCommits (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestObject (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestMergeBase (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestGitCustomRefs (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestGitRemoteTags (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestGitFetchShortHash (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestGitFileHashes (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestBaseForDiff (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestBaseForDiffMerge (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestFixBackport (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestConditionalFixBackport (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestBisect (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestMetadata (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestGitRepo (0.01s) git_test_util.go:57: failed to start /usr/bin/git [git config --add user.email test@syzkaller.com]: fork/exec /usr/bin/git: resource temporarily unavailable FAIL FAIL github.com/google/syzkaller/pkg/vcs 0.648s ok github.com/google/syzkaller/pkg/vminfo 5.015s panic: test timed out after 10m0s running tests: TestSanitizeRandom/freebsd/amd64 (9m51s) TestSerializeDeserializeRandom/freebsd/amd64 (9m46s) goroutine 340 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2802 +0x34b created by time.goFunc /usr/local/go/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 9 minutes]: testing.tRunner.func1() /usr/local/go/src/testing/testing.go:1993 +0x445 testing.tRunner(0x3797d694c908, 0x3797d658bc58) /usr/local/go/src/testing/testing.go:2042 +0x123 testing.runTests({0xa85581, 0x1b}, {0xa89e34, 0x20}, 0x3797d673a1f8, {0x1a0cb20, 0x63, 0x63}, {0xc269e028ad113f17, 0x8bbaf71fb3, ...}) /usr/local/go/src/testing/testing.go:2583 +0x505 testing.(*M).Run(0x3797d6c3cbe0) /usr/local/go/src/testing/testing.go:2443 +0x6ac main.main() _testmain.go:252 +0x9b goroutine 51 [chan receive]: github.com/google/syzkaller/pkg/stat.newSet.func1() /syzkaller/gopath/src/github.com/google/syzkaller/pkg/stat/set.go:95 +0x66 created by github.com/google/syzkaller/pkg/stat.newSet in goroutine 1 /syzkaller/gopath/src/github.com/google/syzkaller/pkg/stat/set.go:94 +0xd6 goroutine 93 [chan receive, 9 minutes]: testing.tRunner.func1() /usr/local/go/src/testing/testing.go:1993 +0x445 testing.tRunner(0x3797d67c5208, 0x140ac60) /usr/local/go/src/testing/testing.go:2042 +0x123 created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:2101 +0x4c5 goroutine 181 [chan receive, 9 minutes]: testing.tRunner.func1() /usr/local/go/src/testing/testing.go:1993 +0x445 testing.tRunner(0x3797da773448, 0x140ac38) /usr/local/go/src/testing/testing.go:2042 +0x123 created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:2101 +0x4c5 goroutine 588 [runnable]: github.com/google/syzkaller/prog.(*memAlloc).pos(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/alloc.go:96 github.com/google/syzkaller/prog.(*memAlloc).get(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/alloc.go:111 github.com/google/syzkaller/prog.(*memAlloc).alloc(0x379800ad1040?, 0x98f480?, 0x3798588fda88?, 0x544c65?) /syzkaller/gopath/src/github.com/google/syzkaller/prog/alloc.go:68 +0x7e github.com/google/syzkaller/prog.(*randGen).allocAddr(0x3798720a77c0, 0x379872088370, {0x142a8a8, 0x379800ab8600}, 0x0?, 0xc, {0x14221e0, 0x37986a809440}) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:373 +0x65 github.com/google/syzkaller/prog.(*PtrType).generate(0x379800ab8600, 0x3798720a77c0, 0x379872088370, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:961 +0x38e github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a8a8, 0x379800ab8600}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*ArrayType).generate(0x3798001b1180, 0x3798720a77c0, 0x379872088370, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:917 +0x49c github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142ab00, 0x3798001b1180}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x379800ab8740, 0x3798720a77c0, 0x379872088370, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a8a8, 0x379800ab8740}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x3798720a77c0, 0x379872088370, {0x3797fb791180, 0x5, 0x5}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x379800ad10e0, 0x3798720a77c0?, 0x379800ae0430?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a718, 0x379800ad10e0}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x3798720a77c0, 0x379872088370, {0x3797fb7e8b00, 0x4, 0x4}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x379800ad0f50, 0x3798720a77c0?, 0x379800ae00b0?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a718, 0x379800ad0f50}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x3798720a77c0, 0x379872088370, {0x379800ad2408, 0xf, 0xf}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x379800ad1090, 0x4286e9?, 0x379800ae0334?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a718, 0x379800ad1090}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x379800ab8700, 0x3798720a77c0, 0x379872088370, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a8a8, 0x379800ab8700}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x3798002fe1c0, 0x3798720a77c0, 0x379872088370, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a8a8, 0x3798002fe1c0}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x3798720a77c0, 0x379872088370, {0x3798002fc500, 0x2, 0x2}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x3797f9dd1b80, 0x3798720a77c0?, 0x3797fb7d71e8?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a718, 0x3797f9dd1b80}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x3798720a77c0, 0x379872088370, {0x379800ad2408, 0xf, 0xf}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x379800ad1090, 0x379817148090?, 0x379800ae0334?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a718, 0x379800ad1090}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x379800ab8700, 0x3798720a77c0, 0x379872088370, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a8a8, 0x379800ab8700}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x3798002fe1c0, 0x3798720a77c0, 0x379872088370, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a8a8, 0x3798002fe1c0}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x3798720a77c0, 0x379872088370, {0x3798002fc500, 0x2, 0x2}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x3797f9dd1b80, 0x3798720a77c0?, 0x3797fb7d71e8?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a718, 0x3797f9dd1b80}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x3798720a77c0, 0x379872088370, {0x379800ad2408, 0xf, 0xf}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 ...1130 frames elided... github.com/google/syzkaller/prog.(*randGen).generateArgs(0x3798720a77c0, 0x379872088370, {0x3797d8b57208, 0x17, 0x17}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x379801edfdb0, 0x37980258b718?, 0x37980258b718?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a718, 0x379801edfdb0}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x3798002fe100, 0x3798720a77c0, 0x379872088370, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a8a8, 0x3798002fe100}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x3798720a77c0, 0x379872088370, {0x379800ac6800, 0x1, 0x1}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x3797f9dd19f0, 0x10?, 0x3797fb7d71a0?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a718, 0x3797f9dd19f0}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*UnionType).generate(0x379800ac7880, 0x3798720a77c0, 0x379872088370, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:938 +0xc5 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a7e0, 0x379800ac7880}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x3798720a77c0, 0x379872088370, {0x3797d8b57208, 0x17, 0x17}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x379801edfdb0, 0x37980258b718?, 0x37980258b718?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a718, 0x379801edfdb0}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x3798002fe100, 0x3798720a77c0, 0x379872088370, 0x2) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a8a8, 0x3798002fe100}, 0x2, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x3798720a77c0, 0x379872088370, {0x3798002fc400, 0x2, 0x2}, 0x2) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x3797f9dd1950, 0x10?, 0x3797fb7d7188?, 0x2) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a718, 0x3797f9dd1950}, 0x2, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*UnionType).generate(0x379800ac7880, 0x3798720a77c0, 0x379872088370, 0x2) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:938 +0xc5 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a7e0, 0x379800ac7880}, 0x2, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x3798720a77c0, 0x379872088370, {0x3797d8b57208, 0x17, 0x17}, 0x2) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x379801edfdb0, 0x98f180?, 0x37980258b718?, 0x2) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a718, 0x379801edfdb0}, 0x2, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x3798720a77c0, 0x379872088370, {0x3797fb7912c0, 0x5, 0x5}, 0x2) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x379800ad1220, 0x3798720d52c0?, 0x379800ae0694?, 0x2) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a718, 0x379800ad1220}, 0x2, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*UnionType).generate(0x379800ac7a40, 0x3798720a77c0, 0x379872088370, 0x2) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:938 +0xc5 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a7e0, 0x379800ac7a40}, 0x2, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x379800ab8900, 0x3798720a77c0, 0x379872088370, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x3798720a77c0, 0x379872088370, {0x142a8a8, 0x379800ab8900}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x3798720a77c0, 0x379872088370, {0x3797f9c9cf00, 0x3, 0x3}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*randGen).generateParticularCallUnsafe(0x3798720a77c0, 0x379872088370, 0x3797f9c994a0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:642 +0xf1 github.com/google/syzkaller/prog.(*randGen).generateParticularCall(0x379816f36080?, 0x3798719f36b0?, 0x2d5?) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:627 +0x25 github.com/google/syzkaller/prog.(*randGen).generateCall(0x3798720a77c0, 0x379872088370, 0x3798720a7780?, 0x0?) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:617 +0xac github.com/google/syzkaller/prog.(*Target).Generate(0x3797d6c36e00, {0x141c268, 0x379817e8b500}, 0xa, 0x379816f36080) /syzkaller/gopath/src/github.com/google/syzkaller/prog/generation.go:19 +0x1b6 github.com/google/syzkaller/prog.TestSanitizeRandom.func1(0x3797dcf7f8c8, 0x3797d6c36e00, {0x141c268, 0x379817e8b500}, 0x4) /syzkaller/gopath/src/github.com/google/syzkaller/prog/prog_test.go:490 +0x99 github.com/google/syzkaller/prog.testEachTargetRandom.func1(0x3797dcf7f8c8) /syzkaller/gopath/src/github.com/google/syzkaller/prog/export_test.go:56 +0x6c testing.tRunner(0x3797dcf7f8c8, 0x3797e3480330) /usr/local/go/src/testing/testing.go:2036 +0xea created by testing.(*T).Run in goroutine 181 /usr/local/go/src/testing/testing.go:2101 +0x4c5 goroutine 708 [runnable]: github.com/google/syzkaller/prog.(*memAlloc).alloc(0x379800ad1040?, 0x98f480?, 0x3798588fda88?, 0x544c65?) /syzkaller/gopath/src/github.com/google/syzkaller/prog/alloc.go:68 +0x94 github.com/google/syzkaller/prog.(*randGen).allocAddr(0x37983647dc00, 0x3797f859be00, {0x142a8a8, 0x379800ab8600}, 0x0?, 0xc, {0x14221e0, 0x37986a747500}) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:373 +0x65 github.com/google/syzkaller/prog.(*PtrType).generate(0x379800ab8600, 0x37983647dc00, 0x3797f859be00, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:961 +0x38e github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a8a8, 0x379800ab8600}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*ArrayType).generate(0x3798001b1180, 0x37983647dc00, 0x3797f859be00, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:917 +0x49c github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142ab00, 0x3798001b1180}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x379800ab8740, 0x37983647dc00, 0x3797f859be00, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a8a8, 0x379800ab8740}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x37983647dc00, 0x3797f859be00, {0x3797fb791180, 0x5, 0x5}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x379800ad10e0, 0x37983647dc00?, 0x379800ae0430?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a718, 0x379800ad10e0}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x37983647dc00, 0x3797f859be00, {0x3797fb7e8b00, 0x4, 0x4}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x379800ad0f50, 0x37983647dc00?, 0x379800ae00b0?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a718, 0x379800ad0f50}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x37983647dc00, 0x3797f859be00, {0x379800ad2408, 0xf, 0xf}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x379800ad1090, 0x37983fe18aa0?, 0x379800ae0334?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a718, 0x379800ad1090}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x379800ab8700, 0x37983647dc00, 0x3797f859be00, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a8a8, 0x379800ab8700}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x3798002fe1c0, 0x37983647dc00, 0x3797f859be00, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a8a8, 0x3798002fe1c0}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x37983647dc00, 0x3797f859be00, {0x3798002fc500, 0x2, 0x2}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x3797f9dd1b80, 0x37983647dc00?, 0x3797fb7d71e8?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a718, 0x3797f9dd1b80}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x37983647dc00, 0x3797f859be00, {0x379800ad2408, 0xf, 0xf}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x379800ad1090, 0x37983fe190b0?, 0x379800ae0334?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a718, 0x379800ad1090}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x379800ab8700, 0x37983647dc00, 0x3797f859be00, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a8a8, 0x379800ab8700}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x3798002fe1c0, 0x37983647dc00, 0x3797f859be00, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a8a8, 0x3798002fe1c0}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x37983647dc00, 0x3797f859be00, {0x3798002fc500, 0x2, 0x2}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x3797f9dd1b80, 0x37983647dc00?, 0x3797fb7d71e8?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a718, 0x3797f9dd1b80}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x37983647dc00, 0x3797f859be00, {0x379800ad2408, 0xf, 0xf}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x379800ad1090, 0x37983fe196c0?, 0x379800ae0334?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a718, 0x379800ad1090}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 ...1465 frames elided... github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x3798002fe100, 0x37983647dc00, 0x3797f859be00, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a8a8, 0x3798002fe100}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x37983647dc00, 0x3797f859be00, {0x379800ac6900, 0x1, 0x1}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x3797f9dd1a90, 0x10?, 0x3797fb7b3620?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a718, 0x3797f9dd1a90}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*UnionType).generate(0x379800ac7880, 0x37983647dc00, 0x3797f859be00, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:938 +0xc5 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a7e0, 0x379800ac7880}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x37983647dc00, 0x3797f859be00, {0x3797d8b57208, 0x17, 0x17}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x379801edfdb0, 0x37980258b718?, 0x37980258b718?, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a718, 0x379801edfdb0}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x3798002fe100, 0x37983647dc00, 0x3797f859be00, 0x1) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a8a8, 0x3798002fe100}, 0x1, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x37983647dc00, 0x3797f859be00, {0x3798002fc400, 0x2, 0x2}, 0x1) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x3797f9dd1950, 0x10?, 0x379700000003?, 0x1) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a718, 0x3797f9dd1950}, 0x1, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*UnionType).generate(0x379800ac7880, 0x37983647dc00, 0x3797f859be00, 0x1) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:938 +0xc5 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a7e0, 0x379800ac7880}, 0x1, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x37983647dc00, 0x3797f859be00, {0x3797d8b57208, 0x17, 0x17}, 0x1) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x379801edfdb0, 0x48d625?, 0x3797da41b5a0?, 0x1) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a718, 0x379801edfdb0}, 0x1, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x37983647dc00, 0x3797f859be00, {0x379802594500, 0x5, 0x5}, 0x1) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*StructType).generate(0x3798025b82d0, 0x300000000005b?, 0x7ffffffd516c7720?, 0x1) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:925 +0x3f github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a718, 0x3798025b82d0}, 0x1, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*UnionType).generate(0x379800ac7a40, 0x37983647dc00, 0x3797f859be00, 0x1) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:938 +0xc5 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a7e0, 0x379800ac7a40}, 0x1, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x379800ab88c0, 0x37983647dc00, 0x3797f859be00, 0x1) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a8a8, 0x379800ab88c0}, 0x1, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*PtrType).generate(0x379800ab8a80, 0x37983647dc00, 0x3797f859be00, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:960 +0x333 github.com/google/syzkaller/prog.(*randGen).generateArgImpl(0x37983647dc00, 0x3797f859be00, {0x142a8a8, 0x379800ab8a80}, 0x0, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:763 +0x2d9 github.com/google/syzkaller/prog.(*randGen).generateArg(...) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:731 github.com/google/syzkaller/prog.(*randGen).generateArgs(0x37983647dc00, 0x3797f859be00, {0x3797f9c9cfc0, 0x3, 0x3}, 0x0) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:719 +0x1c5 github.com/google/syzkaller/prog.(*randGen).generateParticularCallUnsafe(0x37983647dc00, 0x3797f859be00, 0x3797f9c99590) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:642 +0xf1 github.com/google/syzkaller/prog.(*randGen).generateParticularCall(0x379816f36080?, 0x37983640b380?, 0x7b?) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:627 +0x25 github.com/google/syzkaller/prog.(*randGen).generateCall(0x37983647dc00, 0x3797f859be00, 0x37983647dbc0?, 0x0?) /syzkaller/gopath/src/github.com/google/syzkaller/prog/rand.go:617 +0xac github.com/google/syzkaller/prog.(*Target).Generate(0x3797d6c36e00, {0x141c268, 0x3797e590c000}, 0xa, 0x379816f36080) /syzkaller/gopath/src/github.com/google/syzkaller/prog/generation.go:19 +0x1b6 github.com/google/syzkaller/prog.TestSerializeDeserializeRandom.func1(0x3797e5900488, 0x3797d6c36e00, {0x141c268, 0x3797e590c000}, 0x4) /syzkaller/gopath/src/github.com/google/syzkaller/prog/encoding_test.go:420 +0xa5 github.com/google/syzkaller/prog.testEachTargetRandom.func1(0x3797e5900488) /syzkaller/gopath/src/github.com/google/syzkaller/prog/export_test.go:56 +0x6c testing.tRunner(0x3797e5900488, 0x3797e57b0180) /usr/local/go/src/testing/testing.go:2036 +0xea created by testing.(*T).Run in goroutine 93 /usr/local/go/src/testing/testing.go:2101 +0x4c5 FAIL github.com/google/syzkaller/prog 600.594s ok github.com/google/syzkaller/prog/test 0.921s ? github.com/google/syzkaller/sys [no test files] ? github.com/google/syzkaller/sys/darwin [no test files] ? github.com/google/syzkaller/sys/freebsd [no test files] ? github.com/google/syzkaller/sys/fuchsia [no test files] ? github.com/google/syzkaller/sys/fuchsia/fidlgen [no test files] ? github.com/google/syzkaller/sys/fuchsia/layout [no test files] ? github.com/google/syzkaller/sys/generated [no test files] ok github.com/google/syzkaller/sys/linux 1.698s ok github.com/google/syzkaller/sys/netbsd 0.380s ok github.com/google/syzkaller/sys/openbsd 0.352s ? github.com/google/syzkaller/sys/syz-extract [no test files] ? github.com/google/syzkaller/sys/syz-sysgen [no test files] ? github.com/google/syzkaller/sys/targets [no test files] ? github.com/google/syzkaller/sys/test [no test files] ? github.com/google/syzkaller/sys/trusty [no test files] ? github.com/google/syzkaller/sys/windows [no test files] ok github.com/google/syzkaller/syz-agent 2.380s ok github.com/google/syzkaller/syz-ci 5.240s ok github.com/google/syzkaller/syz-cluster/controller (cached) ok github.com/google/syzkaller/syz-cluster/dashboard (cached) ok github.com/google/syzkaller/syz-cluster/email-reporter 0.658s ? github.com/google/syzkaller/syz-cluster/pkg/api [no test files] ok github.com/google/syzkaller/syz-cluster/pkg/app (cached) ok github.com/google/syzkaller/syz-cluster/pkg/blob (cached) ok github.com/google/syzkaller/syz-cluster/pkg/controller (cached) ok github.com/google/syzkaller/syz-cluster/pkg/db (cached) ok github.com/google/syzkaller/syz-cluster/pkg/emailclient 0.459s ok github.com/google/syzkaller/syz-cluster/pkg/fuzzconfig 2.004s ok github.com/google/syzkaller/syz-cluster/pkg/report (cached) ok github.com/google/syzkaller/syz-cluster/pkg/reporter (cached) ok github.com/google/syzkaller/syz-cluster/pkg/retest 2.643s ? github.com/google/syzkaller/syz-cluster/pkg/service [no test files] ok github.com/google/syzkaller/syz-cluster/pkg/stats (cached) --- FAIL: TestGitTreeOpsHead (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable --- FAIL: TestGitTreeOpsApply (0.00s) git_test_util.go:56: failed to start /usr/bin/git [git init]: fork/exec /usr/bin/git: resource temporarily unavailable FAIL FAIL github.com/google/syzkaller/syz-cluster/pkg/triage 0.561s ? github.com/google/syzkaller/syz-cluster/pkg/workflow [no test files] ? github.com/google/syzkaller/syz-cluster/reporter-server [no test files] ok github.com/google/syzkaller/syz-cluster/series-tracker 0.550s ? github.com/google/syzkaller/syz-cluster/tools/db-mgmt [no test files] ? github.com/google/syzkaller/syz-cluster/tools/send-test-email [no test files] ? github.com/google/syzkaller/syz-cluster/workflow/boot [no test files] ? github.com/google/syzkaller/syz-cluster/workflow/build [no test files] ok github.com/google/syzkaller/syz-cluster/workflow/fuzz 2.817s ? github.com/google/syzkaller/syz-cluster/workflow/retest [no test files] ? github.com/google/syzkaller/syz-cluster/workflow/triage [no test files] ok github.com/google/syzkaller/syz-hub 0.111s ok github.com/google/syzkaller/syz-hub/state 0.475s ? github.com/google/syzkaller/syz-kfuzztest [no test files] ok github.com/google/syzkaller/syz-manager 1.135s ? github.com/google/syzkaller/tools/arm64 [no test files] ? github.com/google/syzkaller/tools/clang [no test files] ? github.com/google/syzkaller/tools/clang/codesearch [no test files] ? github.com/google/syzkaller/tools/clang/declextract [no test files] ? github.com/google/syzkaller/tools/kfuzztest-gen [no test files] ? github.com/google/syzkaller/tools/syz-aflow [no test files] ? github.com/google/syzkaller/tools/syz-base-commit [no test files] ? github.com/google/syzkaller/tools/syz-benchcmp [no test files] ? github.com/google/syzkaller/tools/syz-bisect [no test files] ? github.com/google/syzkaller/tools/syz-build [no test files] ? github.com/google/syzkaller/tools/syz-check [no test files] ? github.com/google/syzkaller/tools/syz-codesearch [no test files] ? github.com/google/syzkaller/tools/syz-cover [no test files] ? github.com/google/syzkaller/tools/syz-covermerger [no test files] ? github.com/google/syzkaller/tools/syz-crush [no test files] ok github.com/google/syzkaller/tools/syz-db 1.939s ? github.com/google/syzkaller/tools/syz-db-export [no test files] --- FAIL: TestClangTool (0.00s) --- FAIL: TestClangTool/netlink.c (0.00s) tooltest.go:32: fork/exec /tmp/go-build1724837144/b1579/syz-declextract.test: resource temporarily unavailable --- FAIL: TestClangTool/syscall.c (0.00s) tooltest.go:32: fork/exec /tmp/go-build1724837144/b1579/syz-declextract.test: resource temporarily unavailable --- FAIL: TestClangTool/types.c (0.00s) tooltest.go:32: fork/exec /tmp/go-build1724837144/b1579/syz-declextract.test: resource temporarily unavailable --- FAIL: TestClangTool/io_uring.c (0.00s) tooltest.go:32: fork/exec /tmp/go-build1724837144/b1579/syz-declextract.test: resource temporarily unavailable --- FAIL: TestClangTool/file_operations.c (0.00s) tooltest.go:32: fork/exec /tmp/go-build1724837144/b1579/syz-declextract.test: resource temporarily unavailable --- FAIL: TestClangTool/cover.c (0.00s) tooltest.go:32: fork/exec /tmp/go-build1724837144/b1579/syz-declextract.test: resource temporarily unavailable can't find function called in netlink.c FAIL FAIL github.com/google/syzkaller/tools/syz-declextract 1.939s ? github.com/google/syzkaller/tools/syz-diff [no test files] ? github.com/google/syzkaller/tools/syz-execprog [no test files] ? github.com/google/syzkaller/tools/syz-expand [no test files] ? github.com/google/syzkaller/tools/syz-fillreports [no test files] ? github.com/google/syzkaller/tools/syz-fix-analyzer [no test files] ? github.com/google/syzkaller/tools/syz-fmt [no test files] ? github.com/google/syzkaller/tools/syz-hubtool [no test files] ok github.com/google/syzkaller/tools/syz-imagegen 0.616s ? github.com/google/syzkaller/tools/syz-kcidb [no test files] ok github.com/google/syzkaller/tools/syz-kconf 0.687s ok github.com/google/syzkaller/tools/syz-linter (cached) ? github.com/google/syzkaller/tools/syz-lore [no test files] ? github.com/google/syzkaller/tools/syz-make [no test files] ? github.com/google/syzkaller/tools/syz-minconfig [no test files] ? github.com/google/syzkaller/tools/syz-mutate [no test files] ? github.com/google/syzkaller/tools/syz-prog2c [no test files] ? github.com/google/syzkaller/tools/syz-query-subsystems [no test files] ? github.com/google/syzkaller/tools/syz-reporter [no test files] ? github.com/google/syzkaller/tools/syz-repro [no test files] ? github.com/google/syzkaller/tools/syz-showprio [no test files] ? github.com/google/syzkaller/tools/syz-symbolize [no test files] ok github.com/google/syzkaller/tools/syz-testbed 1.937s ? github.com/google/syzkaller/tools/syz-testbuild [no test files] ? github.com/google/syzkaller/tools/syz-trace2syz [no test files] runtime/cgo: pthread_create failed: Resource temporarily unavailable SIGABRT: abort PC=0x7f8a92d5a95c m=0 sigcode=18446744073709551610 goroutine 0 gp=0x19007a0 m=0 mp=0x1901ba0 [idle]: runtime: g 0 gp=0x19007a0: unknown pc 0x7f8a92d5a95c stack: frame={sp:0x7ffff25a9190, fp:0x0} stack=[0x7ffff1daa000,0x7ffff25a95f0) 7 6 5 4 3 2 1 0 f e d c b a 9 8 0123456789abcdef 00007ffff25a9090: 00000000 00000000 00000000 00000000 ................ 00007ffff25a90a0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a90b0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a90c0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a90d0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a90e0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a90f0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9100: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9110: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9120: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9130: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9140: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9150: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9160: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9170: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9180: 00000000 00000000 00007f8a 92d5a94e ........N....... 00007ffff25a9190: 00000000 00000000 07e938cc 81525600 .........VR..8.. ^ SP 00007ffff25a91a0: 00000000 00000006 00000000 0135f04e ........N.5..... 00007ffff25a91b0: 00007fff f25a9460 0000002b 949c8b40 `.Z.....@...+... 00007ffff25a91c0: 00000000 019007a0 00007f8a 92d05cc2 .........\...... 00007ffff25a91d0: 00007f8a 92ead6a0 00007f8a 92cee4ac ................ 00007ffff25a91e0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a91f0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9200: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9210: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9220: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9230: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9240: 00007f8a 92ead4e0 00007f8a 92d50c33 ........3....... 00007ffff25a9250: 00007f8a 92ead4e0 00000000 0000000a ................ 00007ffff25a9260: 00007f8a 92cc3740 00007f8a 92d4cc9a @7.............. 00007ffff25a9270: 00000000 0135f04e 00007fff f25a9460 N.5.....`.Z..... 00007ffff25a9280: 00007f8a 92ead6a0 07e938cc 81525600 .........VR..8.. runtime: g 0 gp=0x19007a0: unknown pc 0x7f8a92d5a95c stack: frame={sp:0x7ffff25a9190, fp:0x0} stack=[0x7ffff1daa000,0x7ffff25a95f0) 7 6 5 4 3 2 1 0 f e d c b a 9 8 0123456789abcdef 00007ffff25a9090: 00000000 00000000 00000000 00000000 ................ 00007ffff25a90a0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a90b0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a90c0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a90d0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a90e0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a90f0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9100: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9110: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9120: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9130: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9140: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9150: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9160: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9170: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9180: 00000000 00000000 00007f8a 92d5a94e ........N....... 00007ffff25a9190: 00000000 00000000 07e938cc 81525600 .........VR..8.. ^ SP 00007ffff25a91a0: 00000000 00000006 00000000 0135f04e ........N.5..... 00007ffff25a91b0: 00007fff f25a9460 0000002b 949c8b40 `.Z.....@...+... 00007ffff25a91c0: 00000000 019007a0 00007f8a 92d05cc2 .........\...... 00007ffff25a91d0: 00007f8a 92ead6a0 00007f8a 92cee4ac ................ 00007ffff25a91e0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a91f0: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9200: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9210: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9220: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9230: 00000000 00000000 00000000 00000000 ................ 00007ffff25a9240: 00007f8a 92ead4e0 00007f8a 92d50c33 ........3....... 00007ffff25a9250: 00007f8a 92ead4e0 00000000 0000000a ................ 00007ffff25a9260: 00007f8a 92cc3740 00007f8a 92d4cc9a @7.............. 00007ffff25a9270: 00000000 0135f04e 00007fff f25a9460 N.5.....`.Z..... 00007ffff25a9280: 00007f8a 92ead6a0 07e938cc 81525600 .........VR..8.. goroutine 1 gp=0x2b949c81e0 m=0 mp=0x1901ba0 [running]: runtime.systemstack_switch() /usr/local/go/src/runtime/asm_amd64.s:516 +0x8 fp=0x2b94ac8748 sp=0x2b94ac8738 pc=0x4958e8 runtime.main() /usr/local/go/src/runtime/proc.go:174 +0x6d fp=0x2b94ac87e0 sp=0x2b94ac8748 pc=0x45886d runtime.goexit({}) /usr/local/go/src/runtime/asm_amd64.s:1771 +0x1 fp=0x2b94ac87e8 sp=0x2b94ac87e0 pc=0x497521 rax 0x0 rbx 0xa1f9 rcx 0x7f8a92d5a95c rdx 0x6 rdi 0xa1f9 rsi 0xa1f9 rbp 0x135f04e rsp 0x7ffff25a9190 r8 0x0 r9 0x0 r10 0x3 r11 0x246 r12 0x7ffff25a9460 r13 0x6 r14 0x19007a0 r15 0xffffffffffffffff rip 0x7f8a92d5a95c rflags 0x246 cs 0x33 fs 0x0 gs 0x0 FAIL github.com/google/syzkaller/tools/syz-trace2syz/parser 0.334s ok github.com/google/syzkaller/tools/syz-trace2syz/proggen 1.804s ? github.com/google/syzkaller/tools/syz-tty [no test files] ? github.com/google/syzkaller/tools/syz-upgrade [no test files] ? github.com/google/syzkaller/tools/syz-usbgen [no test files] --- FAIL: TestMultipleRun (0.00s) vm_full_test.go:110: Error Trace: /syzkaller/gopath/src/github.com/google/syzkaller/vm/vm_full_test.go:110 Error: Received unexpected error: fork/exec /usr/bin/echo: resource temporarily unavailable Test: TestMultipleRun vm_full_test.go:111: Error Trace: /syzkaller/gopath/src/github.com/google/syzkaller/vm/vm_full_test.go:111 Error: Not equal: expected: "Hello\n" actual : "" Diff: --- Expected +++ Actual @@ -1,2 +1 @@ -Hello Test: TestMultipleRun vm_full_test.go:110: Error Trace: /syzkaller/gopath/src/github.com/google/syzkaller/vm/vm_full_test.go:110 Error: Received unexpected error: fork/exec /usr/bin/echo: resource temporarily unavailable Test: TestMultipleRun vm_full_test.go:111: Error Trace: /syzkaller/gopath/src/github.com/google/syzkaller/vm/vm_full_test.go:111 Error: Not equal: expected: "Hello\n" actual : "" Diff: --- Expected +++ Actual @@ -1,2 +1 @@ -Hello Test: TestMultipleRun vm_full_test.go:110: Error Trace: /syzkaller/gopath/src/github.com/google/syzkaller/vm/vm_full_test.go:110 Error: Received unexpected error: fork/exec /usr/bin/echo: resource temporarily unavailable Test: TestMultipleRun vm_full_test.go:111: Error Trace: /syzkaller/gopath/src/github.com/google/syzkaller/vm/vm_full_test.go:111 Error: Not equal: expected: "Hello\n" actual : "" Diff: --- Expected +++ Actual @@ -1,2 +1 @@ -Hello Test: TestMultipleRun FAIL FAIL github.com/google/syzkaller/vm 12.630s ok github.com/google/syzkaller/vm/adb 2.628s ? github.com/google/syzkaller/vm/bhyve [no test files] ? github.com/google/syzkaller/vm/cuttlefish [no test files] ok github.com/google/syzkaller/vm/dispatcher (cached) ? github.com/google/syzkaller/vm/gce [no test files] ? github.com/google/syzkaller/vm/gvisor [no test files] ok github.com/google/syzkaller/vm/isolated 0.697s fork/exec /tmp/go-build1724837144/b1716/proxyapp.test: resource temporarily unavailable FAIL github.com/google/syzkaller/vm/proxyapp 0.000s ? github.com/google/syzkaller/vm/proxyapp/mocks [no test files] ? github.com/google/syzkaller/vm/proxyapp/proxyrpc [no test files] ? github.com/google/syzkaller/vm/qemu [no test files] ? github.com/google/syzkaller/vm/starnix [no test files] ? github.com/google/syzkaller/vm/virtualbox [no test files] fork/exec /tmp/go-build1724837144/b1723/vmimpl.test: resource temporarily unavailable FAIL github.com/google/syzkaller/vm/vmimpl 0.000s ? github.com/google/syzkaller/vm/vmm [no test files] ? github.com/google/syzkaller/vm/vmware [no test files] FAIL