ok github.com/google/syzkaller/dashboard/app 0.256s
? github.com/google/syzkaller/dashboard/dashapi [no test files]
ok github.com/google/syzkaller/executor 0.636s
ok github.com/google/syzkaller/pkg/ast 3.720s
ok github.com/google/syzkaller/pkg/auth (cached)
ok github.com/google/syzkaller/pkg/bisect 22.149s
ok github.com/google/syzkaller/pkg/build 10.297s
ok github.com/google/syzkaller/pkg/compiler 11.798s
ok github.com/google/syzkaller/pkg/config (cached)
ok github.com/google/syzkaller/pkg/cover 57.133s
ok github.com/google/syzkaller/pkg/cover/backend 0.021s
ok github.com/google/syzkaller/pkg/csource 53.008s
ok github.com/google/syzkaller/pkg/db 7.476s
? github.com/google/syzkaller/pkg/debugtracer [no test files]
ok github.com/google/syzkaller/pkg/email (cached)
? github.com/google/syzkaller/pkg/gce [no test files]
? github.com/google/syzkaller/pkg/gcs [no test files]
? github.com/google/syzkaller/pkg/hash [no test files]
ok github.com/google/syzkaller/pkg/host 31.301s
? github.com/google/syzkaller/pkg/html [no test files]
? github.com/google/syzkaller/pkg/html/pages [no test files]
ok github.com/google/syzkaller/pkg/ifuzz (cached)
? 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]
? 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/instance 5.370s
ok github.com/google/syzkaller/pkg/ipc 56.568s
? github.com/google/syzkaller/pkg/ipc/ipcconfig [no test files]
? github.com/google/syzkaller/pkg/kcidb [no test files]
ok github.com/google/syzkaller/pkg/kconfig 2.157s
ok github.com/google/syzkaller/pkg/kd (cached)
ok github.com/google/syzkaller/pkg/log (cached)
ok github.com/google/syzkaller/pkg/mgrconfig 4.580s
ok github.com/google/syzkaller/pkg/osutil (cached)
ok github.com/google/syzkaller/pkg/report 41.336s
ok github.com/google/syzkaller/pkg/repro 0.432s
? github.com/google/syzkaller/pkg/rpctype [no test files]
ok github.com/google/syzkaller/pkg/runtest 78.084s
ok github.com/google/syzkaller/pkg/serializer (cached)
? github.com/google/syzkaller/pkg/signal [no test files]
ok github.com/google/syzkaller/pkg/stats (cached)
ok github.com/google/syzkaller/pkg/symbolizer (cached)
? github.com/google/syzkaller/pkg/testutil [no test files]
ok github.com/google/syzkaller/pkg/tool (cached)
? github.com/google/syzkaller/pkg/tools [no test files]
ok github.com/google/syzkaller/pkg/vcs 11.543s
--- FAIL: TestMutateRandom (7.77s)
export_test.go:37: seed=1655724857302243235
--- FAIL: TestMutateRandom/test/32_shmem (0.00s)
panic: bad size [recovered]
panic: bad size
goroutine 562 [running]:
testing.tRunner.func1.2({0x5ea5a0, 0x8dade8})
/usr/local/go/src/testing/testing.go:1209 +0x24e
testing.tRunner.func1()
/usr/local/go/src/testing/testing.go:1212 +0x218
panic({0x5ea5a0, 0x8dade8})
/usr/local/go/src/runtime/panic.go:1038 +0x215
github.com/google/syzkaller/prog.(*Target).squashResult(0xc0002a9ba0, 0xc026faa7b0, 0xc026ad1bc8)
/syzkaller/gopath/src/github.com/google/syzkaller/prog/any.go:236 +0x2d1
github.com/google/syzkaller/prog.(*Target).squashPtrImpl(0x10bf400, {0x8e2cd8, 0xc026faa7b0}, 0x0)
/syzkaller/gopath/src/github.com/google/syzkaller/prog/any.go:169 +0x399
github.com/google/syzkaller/prog.(*Target).squashPtrImpl(0x10bf340, {0x8e2d18, 0xc0023f8ac0}, 0x57f662)
/syzkaller/gopath/src/github.com/google/syzkaller/prog/any.go:174 +0x358
github.com/google/syzkaller/prog.(*Target).squashPtrImpl(0xc0023f8aa0, {0x8e2d18, 0xc0023f8aa0}, 0xc0708f5750)
/syzkaller/gopath/src/github.com/google/syzkaller/prog/any.go:174 +0x358
github.com/google/syzkaller/prog.(*Target).squashPtr(0xc026fb0200, 0xc026faa780)
/syzkaller/gopath/src/github.com/google/syzkaller/prog/any.go:151 +0xa5
github.com/google/syzkaller/prog.(*mutator).squashAny(0xc026ad1dc8)
/syzkaller/gopath/src/github.com/google/syzkaller/prog/mutation.go:97 +0x173
github.com/google/syzkaller/prog.(*Prog).Mutate(0xc026fb0200, {0x8dff30, 0xc009e2ca00}, 0xa, 0xc058872c40, {0x0, 0x0, 0x0})
/syzkaller/gopath/src/github.com/google/syzkaller/prog/mutation.go:41 +0x24b
github.com/google/syzkaller/prog.TestMutateRandom.func1(0xc0284d0340, 0x4e62e0, {0x8dff30, 0xc009e2ca00}, 0x4)
/syzkaller/gopath/src/github.com/google/syzkaller/prog/mutation_test.go:214 +0x267
github.com/google/syzkaller/prog.testEachTargetRandom.func1(0x8e7cd8)
/syzkaller/gopath/src/github.com/google/syzkaller/prog/export_test.go:88 +0x75
testing.tRunner(0xc0284d0340, 0xc009e0a6f0)
/usr/local/go/src/testing/testing.go:1259 +0x102
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:1306 +0x35a
FAIL github.com/google/syzkaller/prog 6.027s
ok github.com/google/syzkaller/prog/test 1.210s
? github.com/google/syzkaller/sys [no test files]
? github.com/google/syzkaller/sys/akaros [no test files]
? github.com/google/syzkaller/sys/akaros/gen [no test files]
? github.com/google/syzkaller/sys/darwin [no test files]
? github.com/google/syzkaller/sys/darwin/gen [no test files]
? github.com/google/syzkaller/sys/freebsd [no test files]
? github.com/google/syzkaller/sys/freebsd/gen [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/gen [no test files]
? github.com/google/syzkaller/sys/fuchsia/layout [no test files]
ok github.com/google/syzkaller/sys/linux 0.269s
? github.com/google/syzkaller/sys/linux/gen [no test files]
? github.com/google/syzkaller/sys/netbsd [no test files]
? github.com/google/syzkaller/sys/netbsd/gen [no test files]
ok github.com/google/syzkaller/sys/openbsd 0.040s
? github.com/google/syzkaller/sys/openbsd/gen [no test files]
? 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/test/gen [no test files]
? github.com/google/syzkaller/sys/trusty [no test files]
? github.com/google/syzkaller/sys/trusty/gen [no test files]
? github.com/google/syzkaller/sys/windows [no test files]
? github.com/google/syzkaller/sys/windows/gen [no test files]
ok github.com/google/syzkaller/syz-ci 3.791s
ok github.com/google/syzkaller/syz-fuzzer 1.446s
ok github.com/google/syzkaller/syz-hub 0.038s
ok github.com/google/syzkaller/syz-hub/state 0.299s
ok github.com/google/syzkaller/syz-manager 3.508s
? github.com/google/syzkaller/syz-runner [no test files]
ok github.com/google/syzkaller/syz-verifier 0.285s
? 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-cover [no test files]
? github.com/google/syzkaller/tools/syz-crush [no test files]
? github.com/google/syzkaller/tools/syz-db [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-fmt [no test files]
? github.com/google/syzkaller/tools/syz-hubtool [no test files]
? github.com/google/syzkaller/tools/syz-imagegen [no test files]
? github.com/google/syzkaller/tools/syz-kcidb [no test files]
ok github.com/google/syzkaller/tools/syz-kconf 0.050s
ok github.com/google/syzkaller/tools/syz-linter (cached)
? 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-reporter [no test files]
? github.com/google/syzkaller/tools/syz-repro [no test files]
? github.com/google/syzkaller/tools/syz-reprolist [no test files]
? github.com/google/syzkaller/tools/syz-runtest [no test files]
? github.com/google/syzkaller/tools/syz-showprio [no test files]
? github.com/google/syzkaller/tools/syz-stress [no test files]
? github.com/google/syzkaller/tools/syz-symbolize [no test files]
? github.com/google/syzkaller/tools/syz-testbed [no test files]
? github.com/google/syzkaller/tools/syz-testbuild [no test files]
? github.com/google/syzkaller/tools/syz-trace2syz [no test files]
ok github.com/google/syzkaller/tools/syz-trace2syz/parser 0.016s
ok github.com/google/syzkaller/tools/syz-trace2syz/proggen 0.726s
? 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]
ok github.com/google/syzkaller/vm 8.183s
? github.com/google/syzkaller/vm/adb [no test files]
? github.com/google/syzkaller/vm/bhyve [no test files]
? github.com/google/syzkaller/vm/cuttlefish [no test files]
? 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.104s
? github.com/google/syzkaller/vm/kvm [no test files]
? github.com/google/syzkaller/vm/odroid [no test files]
? github.com/google/syzkaller/vm/qemu [no test files]
ok github.com/google/syzkaller/vm/vmimpl 0.143s
? github.com/google/syzkaller/vm/vmm [no test files]
? github.com/google/syzkaller/vm/vmware [no test files]
FAIL