go list -f '{{.Stale}}' ./sys/syz-sysgen | grep -q false || go install ./sys/syz-sysgen make .descriptions bin/syz-sysgen touch .descriptions GOOS=linux GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/prog.GitRevision=90058bdca9fbf1cc0856650088847c12a2e812a5 -X 'github.com/google/syzkaller/prog.gitRevisionDate=20220909-121452'" -o ./bin/syz-manager github.com/google/syzkaller/syz-manager GOOS=linux GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/prog.GitRevision=90058bdca9fbf1cc0856650088847c12a2e812a5 -X 'github.com/google/syzkaller/prog.gitRevisionDate=20220909-121452'" -o ./bin/syz-runtest github.com/google/syzkaller/tools/syz-runtest GOOS=linux GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/prog.GitRevision=90058bdca9fbf1cc0856650088847c12a2e812a5 -X 'github.com/google/syzkaller/prog.gitRevisionDate=20220909-121452'" -o ./bin/syz-repro github.com/google/syzkaller/tools/syz-repro GOOS=linux GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/prog.GitRevision=90058bdca9fbf1cc0856650088847c12a2e812a5 -X 'github.com/google/syzkaller/prog.gitRevisionDate=20220909-121452'" -o ./bin/syz-mutate github.com/google/syzkaller/tools/syz-mutate GOOS=linux GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/prog.GitRevision=90058bdca9fbf1cc0856650088847c12a2e812a5 -X 'github.com/google/syzkaller/prog.gitRevisionDate=20220909-121452'" -o ./bin/syz-prog2c github.com/google/syzkaller/tools/syz-prog2c GOOS=linux GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/prog.GitRevision=90058bdca9fbf1cc0856650088847c12a2e812a5 -X 'github.com/google/syzkaller/prog.gitRevisionDate=20220909-121452'" -o ./bin/syz-db github.com/google/syzkaller/tools/syz-db GOOS=linux GOARCH=amd64 go build "-ldflags=-s -w -X github.com/google/syzkaller/prog.GitRevision=90058bdca9fbf1cc0856650088847c12a2e812a5 -X 'github.com/google/syzkaller/prog.gitRevisionDate=20220909-121452'" -o ./bin/syz-upgrade github.com/google/syzkaller/tools/syz-upgrade go build github.com/google/syzkaller/sys/linux/gen: /usr/local/go/pkg/tool/linux_amd64/compile: signal: killed make: *** [Makefile:153: manager] Error 1 make: *** Waiting for unfinished jobs....