SYZFAIL: mmap of input file failed SYZFAIL: mmap of input file failed (errno 1: Operation not permitted) Warning: Permanently added '10.128.15.207' (ED25519) to the list of known hosts. 2023/01/15 06:40:32 ignoring optional flag "raw_cover"="false" 2023/01/15 06:40:32 ignoring optional flag "sandbox_arg"="0" 2023/01/15 06:40:32 fuzzer started 2023/01/15 06:40:34 connecting to host at 10.128.15.235:36496 2023/01/15 06:40:34 checking machine... 2023/01/15 06:40:34 checking revisions... 2023/01/15 06:40:34 testing simple program... 2023/01/15 06:40:34 BUG: program execution failed: executor 0: EOF SYZFAIL: mmap of input file failed (errno 1: Operation not permitted) syzkaller build log: go env (err=) GO111MODULE="auto" GOARCH="amd64" GOBIN="" GOCACHE="/syzkaller/go-cache" GOENV="/home/syzkaller/.config/go/env" GOEXE="" GOEXPERIMENT="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="openbsd" GOINSECURE="" GOMODCACHE="/syzkaller/jobs/openbsd/gopath/pkg/mod" GONOPROXY="" GONOSUMDB="" GOOS="openbsd" GOPATH="/syzkaller/jobs/openbsd/gopath" GOPRIVATE="" GOPROXY="https://proxy.golang.org,direct" GOROOT="/usr/local/go" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/usr/local/go/pkg/tool/openbsd_amd64" GOVCS="" GOVERSION="go1.19.2" GCCGO="gccgo" GOAMD64="v1" AR="ar" CC="cc" CXX="c++" CGO_ENABLED="1" GOMOD="/syzkaller/jobs/openbsd/gopath/src/github.com/google/syzkaller/go.mod" GOWORK="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build3262730876=/tmp/go-build -gno-record-gcc-switches" git status (err=) HEAD detached at e1768e9c1 nothing to commit, working tree clean which: go1.12: Command not found. go list -f '{{.Stale}}' ./sys/syz-sysgen | grep -q false || go install ./sys/syz-sysgen gmake .descriptions which: go1.12: Command not found. bin/syz-sysgen touch .descriptions GOOS=openbsd GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/prog.GitRevision=e1768e9c12f6025bdcfe8a957808608d499692b8 -X 'github.com/google/syzkaller/prog.gitRevisionDate=20211231-191808'" "-tags=syz_target syz_os_openbsd syz_arch_amd64 " -o ./bin/openbsd_amd64/syz-fuzzer github.com/google/syzkaller/syz-fuzzer GOOS=openbsd GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/prog.GitRevision=e1768e9c12f6025bdcfe8a957808608d499692b8 -X 'github.com/google/syzkaller/prog.gitRevisionDate=20211231-191808'" "-tags=syz_target syz_os_openbsd syz_arch_amd64 " -o ./bin/openbsd_amd64/syz-execprog github.com/google/syzkaller/tools/syz-execprog GOOS=openbsd GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/prog.GitRevision=e1768e9c12f6025bdcfe8a957808608d499692b8 -X 'github.com/google/syzkaller/prog.gitRevisionDate=20211231-191808'" "-tags=syz_target syz_os_openbsd syz_arch_amd64 " -o ./bin/openbsd_amd64/syz-stress github.com/google/syzkaller/tools/syz-stress mkdir -p ./bin/openbsd_amd64 c++ -o ./bin/openbsd_amd64/syz-executor executor/executor.cc \ -m64 -static -lutil -O2 -pthread -Wall -Werror -Wparentheses -Wunused-const-variable -Wframe-larger-than=16384 -fpermissive -w -DGOOS_openbsd=1 -DGOARCH_amd64=1 \ -DHOSTGOOS_openbsd=1 -DGIT_REVISION=\"e1768e9c12f6025bdcfe8a957808608d499692b8\" executor.cc(/tmp/executor-51e100.o:(test_csum_inet_acc())): warning: rand() may return deterministic values, is that what you want? executor.cc(/tmp/executor-51e100.o:(loop())): warning: sprintf() is often misused, please use snprintf()