go: downloading github.com/google/generative-ai-go v0.20.1 go: downloading golang.org/x/tools v0.35.0 go: downloading github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a go: downloading cloud.google.com/go/ai v0.12.1 go: downloading golang.org/x/term v0.33.0 go: downloading golang.org/x/mod v0.26.0 ? github.com/google/syzkaller/dashboard/api [no test files] ok github.com/google/syzkaller/dashboard/app 3.603s ok github.com/google/syzkaller/dashboard/dashapi 0.123s ok github.com/google/syzkaller/executor 2.138s ok github.com/google/syzkaller/pkg/asset 0.602s ok github.com/google/syzkaller/pkg/ast 2.223s ok github.com/google/syzkaller/pkg/auth 0.143s ok github.com/google/syzkaller/pkg/bisect 162.077s ok github.com/google/syzkaller/pkg/bisect/minimize 0.256s ok github.com/google/syzkaller/pkg/build 5.798s ? github.com/google/syzkaller/pkg/clangtool [no test files] ok github.com/google/syzkaller/pkg/compiler 16.157s ok github.com/google/syzkaller/pkg/config 0.120s ok github.com/google/syzkaller/pkg/corpus 5.682s ok github.com/google/syzkaller/pkg/cover 5.439s ok github.com/google/syzkaller/pkg/cover/backend 6.060s ok github.com/google/syzkaller/pkg/coveragedb 0.163s ? 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 4.007s ? github.com/google/syzkaller/pkg/covermerger/mocks [no test files] ok github.com/google/syzkaller/pkg/csource 29.685s ok github.com/google/syzkaller/pkg/db 5.668s ? 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 0.174s ok github.com/google/syzkaller/pkg/email/lore 0.232s ok github.com/google/syzkaller/pkg/flatrpc 0.345s ok github.com/google/syzkaller/pkg/fuzzer 8.994s ok github.com/google/syzkaller/pkg/fuzzer/queue 0.502s ok github.com/google/syzkaller/pkg/gce 0.263s ? github.com/google/syzkaller/pkg/gcs [no test files] ? github.com/google/syzkaller/pkg/gcs/mocks [no test files] ? github.com/google/syzkaller/pkg/hash [no test files] ? github.com/google/syzkaller/pkg/html [no test files] ok github.com/google/syzkaller/pkg/html/pages 0.286s ok github.com/google/syzkaller/pkg/html/urlutil 0.165s ? github.com/google/syzkaller/pkg/ifaceprobe [no test files] ok github.com/google/syzkaller/pkg/ifuzz 1.871s ok github.com/google/syzkaller/pkg/ifuzz/arm64 0.274s ? 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] ? 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 14.889s ok github.com/google/syzkaller/pkg/instance 13.900s ? github.com/google/syzkaller/pkg/kcidb [no test files] ok github.com/google/syzkaller/pkg/kconfig 0.219s ok github.com/google/syzkaller/pkg/kd 0.123s ok github.com/google/syzkaller/pkg/log 0.116s 2025/07/31 03:31:09 adding modified_functions to focus areas: ["function"] 2025/07/31 03:31:09 failed to grep for the header usages: failed to run ["/usr/bin/grep" "-rl" "--include" "*.c" ""]: exit status 2 grep: unknown option -- include usage: grep [-abcEFGHhIiLlnoqRsUVvwxZ] [-A num] [-B num] [-C[num]] [-e pattern] [-f file] [-m num] [--binary-files=value] [--context[=num]] [--label=name] [--line-buffered] [--null] [pattern] [file ...] 2025/07/31 03:31:09 adding directly modified files to focus areas: ["b.c" "header.h"] --- FAIL: TestPatchFocusAreas (0.10s) diff_test.go:54: Error Trace: /syzkaller/gopath/src/github.com/google/syzkaller/pkg/manager/diff_test.go:54 Error: Not equal: expected: []mgrconfig.FocusArea{mgrconfig.FocusArea{Name:"symbols", Filter:mgrconfig.CovFilterCfg{Files:[]string(nil), Functions:[]string{"function"}, RawPCs:[]string(nil)}, Weight:6}, mgrconfig.FocusArea{Name:"files", Filter:mgrconfig.CovFilterCfg{Files:[]string{"b.c", "header.h"}, Functions:[]string(nil), RawPCs:[]string(nil)}, Weight:3}, mgrconfig.FocusArea{Name:"included", Filter:mgrconfig.CovFilterCfg{Files:[]string{"a.c"}, Functions:[]string(nil), RawPCs:[]string(nil)}, Weight:2}, mgrconfig.FocusArea{Name:"", Filter:mgrconfig.CovFilterCfg{Files:[]string(nil), Functions:[]string(nil), RawPCs:[]string(nil)}, Weight:1}} actual : []mgrconfig.FocusArea{mgrconfig.FocusArea{Name:"symbols", Filter:mgrconfig.CovFilterCfg{Files:[]string(nil), Functions:[]string{"function"}, RawPCs:[]string(nil)}, Weight:6}, mgrconfig.FocusArea{Name:"files", Filter:mgrconfig.CovFilterCfg{Files:[]string{"b.c", "header.h"}, Functions:[]string(nil), RawPCs:[]string(nil)}, Weight:3}, mgrconfig.FocusArea{Name:"", Filter:mgrconfig.CovFilterCfg{Files:[]string(nil), Functions:[]string(nil), RawPCs:[]string(nil)}, Weight:1}} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]mgrconfig.FocusArea) (len=4) { +([]mgrconfig.FocusArea) (len=3) { (mgrconfig.FocusArea) { @@ -25,13 +25,2 @@ (mgrconfig.FocusArea) { - Name: (string) (len=8) "included", - Filter: (mgrconfig.CovFilterCfg) { - Files: ([]string) (len=1) { - (string) (len=3) "a.c" - }, - Functions: ([]string) , - RawPCs: ([]string) - }, - Weight: (float64) 2 - }, - (mgrconfig.FocusArea) { Name: (string) "", Test: TestPatchFocusAreas 2025/07/31 03:31:09 starting bug reproductions (max 3 VMs, 2 repros) 2025/07/31 03:31:09 start reproducing 'A' 2025/07/31 03:31:09 start reproducing 'B' 2025/07/31 03:31:09 repro finished 'B', repro=false crepro=false desc='' hub=false from_dashboard=false 2025/07/31 03:31:09 repro finished 'A', repro=false crepro=false desc='' hub=false from_dashboard=false 2025/07/31 03:31:09 starting bug reproductions (max 1 VMs, 1 repros) 2025/07/31 03:31:09 start reproducing 'A' 2025/07/31 03:31:09 repro finished 'A', repro=false crepro=false desc='' hub=false from_dashboard=true 2025/07/31 03:31:09 start reproducing 'B' 2025/07/31 03:31:09 repro finished 'B', repro=false crepro=false desc='' hub=false from_dashboard=true 2025/07/31 03:31:09 start reproducing 'C' 2025/07/31 03:31:09 repro finished 'C', repro=false crepro=false desc='' hub=true from_dashboard=false 2025/07/31 03:31:09 start reproducing 'A' 2025/07/31 03:31:09 repro finished 'A', repro=false crepro=false desc='' hub=false from_dashboard=true 2025/07/31 03:31:09 start reproducing 'B' 2025/07/31 03:31:09 repro finished 'B', repro=false crepro=false desc='' hub=false from_dashboard=true 2025/07/31 03:31:09 start reproducing 'C' 2025/07/31 03:31:09 starting bug reproductions (max 3 VMs, 2 repros) 2025/07/31 03:31:09 start reproducing 'A' 2025/07/31 03:31:09 repro finished 'C', repro=false crepro=false desc='' hub=true from_dashboard=false 2025/07/31 03:31:09 repro finished 'A', repro=false crepro=false desc='' hub=false from_dashboard=false 2025/07/31 03:31:09 starting bug reproductions (max 1 VMs, 1 repros) 2025/07/31 03:31:09 start reproducing 'A' 2025/07/31 03:31:09 repro finished 'A', repro=false crepro=false desc='' hub=false from_dashboard=false 2025/07/31 03:31:09 starting bug reproductions (max 1 VMs, 1 repros) 2025/07/31 03:31:09 start reproducing 'C' 2025/07/31 03:31:09 repro finished 'C', repro=false crepro=false desc='' hub=false from_dashboard=false FAIL FAIL github.com/google/syzkaller/pkg/manager 12.685s ok github.com/google/syzkaller/pkg/mgrconfig 13.910s ok github.com/google/syzkaller/pkg/osutil 5.105s ok github.com/google/syzkaller/pkg/report 24.732s ? github.com/google/syzkaller/pkg/report/crash [no test files] ok github.com/google/syzkaller/pkg/repro 12.793s ok github.com/google/syzkaller/pkg/rpcserver 8.739s ? github.com/google/syzkaller/pkg/rpcserver/mocks [no test files] ? github.com/google/syzkaller/pkg/rpctype [no test files] ok github.com/google/syzkaller/pkg/runtest 47.433s ok github.com/google/syzkaller/pkg/serializer 0.209s ok github.com/google/syzkaller/pkg/signal 0.262s ok github.com/google/syzkaller/pkg/stat 1.350s ok github.com/google/syzkaller/pkg/stat/sample 0.180s ? github.com/google/syzkaller/pkg/stat/syzbotstats [no test files] ok github.com/google/syzkaller/pkg/subsystem 0.434s ok github.com/google/syzkaller/pkg/subsystem/linux 0.237s ok github.com/google/syzkaller/pkg/subsystem/lists 1.491s ok github.com/google/syzkaller/pkg/symbolizer 0.326s ? github.com/google/syzkaller/pkg/testutil [no test files] ok github.com/google/syzkaller/pkg/tool 0.340s ok github.com/google/syzkaller/pkg/validator 0.884s ok github.com/google/syzkaller/pkg/vcs 89.546s ok github.com/google/syzkaller/pkg/vminfo 22.575s ok github.com/google/syzkaller/prog 109.099s ok github.com/google/syzkaller/prog/test 11.370s ? 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 16.839s ok github.com/google/syzkaller/sys/netbsd 12.262s ok github.com/google/syzkaller/sys/openbsd 14.921s ? 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-ci 59.359s ok github.com/google/syzkaller/syz-cluster/controller 1.009s ok github.com/google/syzkaller/syz-cluster/dashboard 0.578s ok github.com/google/syzkaller/syz-cluster/email-reporter 0.592s ? github.com/google/syzkaller/syz-cluster/pkg/api [no test files] ? github.com/google/syzkaller/syz-cluster/pkg/app [no test files] ok github.com/google/syzkaller/syz-cluster/pkg/blob 0.543s ok github.com/google/syzkaller/syz-cluster/pkg/controller 0.390s ok github.com/google/syzkaller/syz-cluster/pkg/db 0.665s ok github.com/google/syzkaller/syz-cluster/pkg/emailclient 0.406s ok github.com/google/syzkaller/syz-cluster/pkg/report 0.692s ok github.com/google/syzkaller/syz-cluster/pkg/reporter 0.194s ? github.com/google/syzkaller/syz-cluster/pkg/service [no test files] ok github.com/google/syzkaller/syz-cluster/pkg/triage 2.690s ? 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.310s ? 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-step [no test files] ? github.com/google/syzkaller/syz-cluster/workflow/build-step [no test files] ok github.com/google/syzkaller/syz-cluster/workflow/fuzz-step 5.364s ? github.com/google/syzkaller/syz-cluster/workflow/triage-step [no test files] ok github.com/google/syzkaller/syz-hub 0.128s ok github.com/google/syzkaller/syz-hub/state 0.376s ok github.com/google/syzkaller/syz-manager 3.359s ? github.com/google/syzkaller/tools/arm64 [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-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 4.657s ? github.com/google/syzkaller/tools/syz-db-export [no test files] ok github.com/google/syzkaller/tools/syz-declextract 5.241s ? 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-gemini-seed [no test files] ? github.com/google/syzkaller/tools/syz-hubtool [no test files] ? github.com/google/syzkaller/tools/syz-kcidb [no test files] ok github.com/google/syzkaller/tools/syz-kconf 2.528s ok github.com/google/syzkaller/tools/syz-linter 2.157s ? 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 3.599s ? 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 3.567s ok github.com/google/syzkaller/tools/syz-trace2syz/proggen 5.030s ? 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 14.983s ? 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] ok github.com/google/syzkaller/vm/dispatcher 0.579s ? 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 2.859s ok github.com/google/syzkaller/vm/proxyapp 4.607s ? 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] ok github.com/google/syzkaller/vm/vmimpl 2.284s ? github.com/google/syzkaller/vm/vmm [no test files] ? github.com/google/syzkaller/vm/vmware [no test files] FAIL